
/* 반응형 */
@media only screen and (max-width: 425px) {
	.main_box .main_box_assemblies .tab-headers .tab-header {
		height:47px !important;
		display: flex;
    	align-items: center;
    	justify-content: center;
	}
	.main_list_item.tab-container .tab-content li {
		margin: 20px 0 0 0 !important;
	}
	.main_list_item.tab-container .tab-content li:last-child {
		margin: 20px 0 !important;
	}
	.main_list_item.tab-container .tab-content.active li {
		padding: 20px;
		margin-bottom: 0;
		min-width: 240px;
		width: 100%;
		max-height: 140px;
	}
	.main_list_item.tab-container .tab-content.active li .title_all {
		padding: 0;
	}
	/* .main_list_item.tab-container .tab-content.active li:nth-child(3n) {} */
	.main_list_item.tab-container .tab-content.active li .title_all .btn_more {
		width: -webkit-fill-available;
	}
	.main_box .main_box_information .main_box_list {
		display: flex;
	    position: relative;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-items: flex-start;
	    width: 100%;
	    min-width: 280px;
	    margin: 0;
	    justify-content: center;
	    align-content: flex-start;
	}
	.main_box .main_box_list.bg_w_all .main_list_item {
		width: 280px;
	    height: 421px;
	    padding: 0;
	    margin: 20px 0 0 0  !important;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-content: flex-start;
	    justify-content: center;
	    align-items: flex-start;
	}
	.main_box .main_box_list.bg_w_all .main_list_item:last-child {
		margin-bottom: 20px  !important;
	}
	.main_box .main_box_list .main_list_item .title,
	.main_box .main_box_list.bg_w_all .main_list_item ul {
		width: 280px;
	}
	
	div.search_list ul.rep {
		margin-left: 37px;
	}
}

@media only screen and (max-width: 479px) {
	.main_container {padding-top:0 !important;margin-top:0 !important;}
	.main_section_02, .main_wrap, .main_box {margin:0 !important;justify-content: center;}
	.main_box .main_box_list {
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: row;
	    align-items: flex-start;
	    align-content: flex-start;
	    justify-content: center;
	    margin: 0;
	    min-width: 280px;
	}
	.main_box .main_box_list .main_box_item {
		padding: 0;
		margin:0 0 40px 0  !important;
	}
	
	.main_list_item.tab-container {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 769px) {
	.main_container {padding-top:0 !important;margin-top:0 !important;}
	.main_section_02, .main_wrap, .main_box {margin:0 !important; justify-content: center;}
	.main_box .main_box_list {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: flex-start;
		align-content: flex-start;
		justify-content: center;
	}
	.main_list_item.tab-container .tab-content li {
		margin: 20px 0 0 0;
	}
	.main_container .main_content {
		top:53px;
	}
	
    .relation-tab label {
        line-height: 36px !important;
        position: absolute !important;
        top: 50% !important;
        margin-top: -18px;
    }

    .relation-tab ul li {
        line-height: 36px;
    }
    
	.main_box .main_box_list.bg_w_all .main_list_item .title a.box_list_more {
		color: transparent;
		text-indent:-100px;
		right: -30px;
	}
	.main_box .main_box_list.bg_w_all .main_list_item {
		margin: 20px 0 !important;
	}
}

/*@media (해상도  ~ 1023px)*/
@media only screen and (max-width: 1025px) {
	.main_container {padding-top:0 !important;margin-top:0 !important;}
	.main_section_02, .main_wrap, .main_box {margin:0 !important;justify-content: center;}
	.main_box .main_box_list {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: flex-start;
		align-content: flex-start;
		justify-content: center;
	}
}
/*@media (해상도  ~ 1279px)*/
@media only screen and (max-width: 1281px) {
	.main_section_02, .main_wrap, .main_box {margin:0 !important;justify-content: center;}
	.main_container {padding-top:0 !important;margin-top:0 !important;}
	.main_box .main_box_list,
	.main_box .main_box_information .main_box_list {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: flex-start;
		align-content: flex-start;
		justify-content: center !important;
		transition: all linear .3s;
	}	
}

@media only screen and (max-width:1359px) {/*20231013 max-width 값 수정 */
	nav {display:none;}
	#header.top_box, #footer {display:none;}
	.main_section_02, .main_wrap, .main_box {margin:0 !important; justify-content: center; display: flex;}
	.main_container .main_content {
		top: 0 !important;
	}
	.main_box .main_box_assemblies .wrap_bg .main_box_list {
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-content: center;
	    align-items: center;
		background: transparent;
		padding:0;
		max-width: 100%;
		min-width:280px;
	}
	.main_box .main_box_assemblies .tab-headers {
		height: 50px;
		background: transparent;
		justify-content: center;
	}
	.main_box .main_box_assemblies .tab-header.active {
		background: #14556C !important;
	}
	.main_box .main_box_assemblies .tab-header:nth-child(3) {
		background-color: rgba(20, 85, 108, 0.1);
	}
	.main_box .main_box_assemblies .tab-header {
		min-width: 94px;
		max-width: 175px;
		font-size: 1rem;
		line-height: 1.3;
		padding: 10px 4px;
		background: rgba(20, 85, 108, 0.1);
		margin: 0 2px 2px 0;
	}
	.main_list_item.tab-container {
		background: rgba(43, 105, 127, 0.25);
	}
	.main_box .main_box_list .tab-headers a.box_list_more {
		display:none;
	}
	.main_list_item.tab-container .tab-content li {
		margin: 20px 10px 0 10px;
	}
	/* .main_list_item.tab-container .tab-content li:last-child {
		margin: 20px 0 0 0;
	} */
	.main_list_item.tab-container .tab-content.active {
		margin:0 auto 20px auto;
		display: flex;
	    flex-direction: row;
	    justify-content: center;
	    flex-wrap: wrap;
	}
	.main_list_item.tab-container .tab-content.active li {
		margin-bottom:0;
	}
	
	.main_box .main_box_information .main_box_list {
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-content: flex-start;
	    justify-content: center;
	    align-items: flex-start;
	    margin: 20px 0 100px 0;
	    padding: 0;
	    min-width: 280px;
	}
	.main_box .main_box_list .main_list_item .title {	
		max-width: 400px;
		width: 100%;
	}
	.main_box .main_box_list.bg_w_all .main_list_item ul {
		display: flex;
	    background: #fff;
	    border-radius: 5px;
	    height: 340px;
	    box-shadow: 0 0 10px 1px rgba(110, 110, 110, 0.15);
	    justify-content: flex-start;
	    flex-wrap: nowrap;
	    flex-direction: column;
}
	.main_box_list.bg_w_all .main_list_item ul li {
		font-size: 1.2rem;
	    height: 75px;
	    min-width: 240px;
	    max-width: 360px;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	    align-content: flex-start;
	    align-items: flex-start;
	}
	.main_box_list.bg_w_all .main_list_item li a {
		height: auto;
		width: 100%;
	}
	.main_box_list.bg_w_all .main_list_item li a .title_all .title_text {
		font-size: 1.1rem;
    	line-height: 1.3;
    	overflow: hidden;
    	height: 45px;
	}
	.main_box_list.bg_w_all .main_list_item li a .title_all .title_date {
		font-size: 16px;
	    width: 100%;
	    display: flex;
	    align-items: flex-end;
	    justify-content: flex-end;
	    line-height: 40px;
	}
	
	.main_box .main_box_list .main_box_item .item_layout .mbox_img img, 
	.main_box .main_box_list .main_box_item .item_layout:last-child .mbox_img {
		width:100% !important;
	}
	
    .m_hide {
        display: none;
    }
    .w_hide {
        display: block;
    }

    #content {
        top: -115px;
	    min-height: 350px;
	    overflow: hidden;
	    clear: both;
	    margin-left: 0;
	    padding: 0px 16px;
	    position: relative;
    }

    .m_footer {
        border-top: 1px solid #57535a;
        background: #fff;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 1000000;
        width: 100%;
        text-align: center;
    }
    .m_footer a {
        display: inline-block;
        margin: 10px 10px;
    }
    .m_footer a img {
        height: 27px;
    }
    
    
    /*menu_box*/
    .menu_box {
        display: flex;
	    z-index: 9999999;
	    position: relative;
	    top: 0;
	    left: 0;
	    width: 100%;
	    flex-wrap: nowrap;
	    justify-content: flex-start;
		
    }
    .menu_box a.menu {
        display: flex;
	    z-index: 9999999;
	    position: relative;
	    top: 0;
	    left: 0;
	    width: 100%;
	    flex-wrap: nowrap;
	    justify-content: flex-start;
	    flex-direction: row;
    }
    .menu_box a.menu img {
        height: 24px;
        width:auto;
        position: fixed;
    }
    
    .w_hide.menu_box .logo {
    	position: fixed;
    	top: 5px;
    	left: calc(50vw - 55px);
    }
    .w_hide.menu_box .logo a img {
	    height: 38px;
	    width: auto;
    }
    .menu {
        position:absolute;
        z-index: 10000;
        margin: 15px 15px;
        display: block;
        overflow: hidden;
        border:none;
    }
    .menu1 {
        float: right;
        z-index: 100;
        margin: 15px 15px;
        overflow: hidden;
        border:none;
    }

/* summary */
    .summary {
        display: flex;
	    background: #fff;
	    padding: 0 0 0 16px;
	    position: fixed;
	    top: 0;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-items: center;
	    width: 100vw;
	    z-index: 10000;
	    height: 53px;
	    border-bottom: 1px solid #457C8D;
    }

    .summary h3, .curation_title h2 {
        display: none;
    }
    .summary ul li.m_hide {
        display: none;
        border: 1px solid #457C8D;
    }
    .summary ul {
   	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: center;
	    align-items: center;
	    width: 100%;
	    height: 53px;
	    background-color: #ffffff;
	    position: fixed;
	    border-bottom: 1px solid #457C8D;
    }
    .summary ul li strong {
        font-weight: 700;
        color: #00070E;
        font-size: 1.5rem;
        letter-spacing: -2px;
        font-family: 'Noto sans KR', sans-serif;
    }

    .ie7 .summary strong {
        padding-top: 15px;
    }
    .ie8 .summary strong {
        padding-top: 15px;
    }

    #gnb_list {
    	font-family: 'Noto sans KR', sans-serif;
        width: 100vw;
        height: calc(100vh - 101px);
        overflow-y: auto;
        position: fixed;
        z-index: 100000000;
        left: 0;
        right: 0;
        bottom: 48px;
        top: 53px;
    }
    .gnb_list {
        width: 100%;
        clear: both;
        background: #fff;
        overflow: hidden;
    }
    .gnb_list ul {
        overflow: hidden;
        border-left: 1px solid #5e757c;
	    background-color: #33525c;
	    border-bottom: 1px solid #5e757c;
	    
        /* border-left: 1px solid #777;
        background-color: #555;
        border-bottom: 2px solid #777; */
    }
    .gnb_list ul li {
        /*float: left;
        width: 45%;*/
        border-bottom: 1px solid #5e757c;
        
    }
    .gnb_list ul li > a {
        display: flex;
        flex-direction: column;
	    flex-wrap: wrap;
	    align-items: flex-start;
        width: 100%;
        /*background: url(/images/mobile/bl_01.png) 10px center no-repeat;*/
        padding: 5px 0 5px 10px;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        font-size:17px;      
    }
/*     .gnb_list ul li>a:hover {
        
    }
    .gnb_list ul li>a:active {
       
    } */
    .gnb_list ul li.none {
        border-right: none;
    }

    .gnb_list ul li span {
        display: block;
        margin-left:10px;
/*         margin-bottom:10px; */
    }
    .gnb_list ul li span a {
        background: none;
        text-align: left;
        font-size: 15px;
        padding: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;     
        color: #d4d3d3;
        padding: 0 0 0 10px;
        display: block;
    	width: 100%;
    }




    #side_list {
        width: 100%;
        position: absolute;
        z-index: 100000000;
        left: 0;
        top: 53px;
    }
    .side_list {
        width: 100%;
        clear: both;
        background: #fff;
        overflow: hidden;
    }
    .side_list ul {
        overflow: hidden;
        background-color: #e7f6fd;
        border-bottom: 2px solid #939598;
    }
    .side_list ul li {
        padding: 10px 0;
        clear: both;
        border-right: 1px solid #939598;
        border-bottom: 1px solid #939598;
    }
    .side_list ul li a {
        color: #383838;
        display: block;
        background: url(/images/mobile/bl_01.png) 10px center no-repeat;
        font-size: 100%;
        padding: 10px 0 10px 30px;
    }
    .side_list ul li a:hover {
        font-weight: bold;
        display: block;
        /*background:#f2f2f2 url(/images/mobile/bl_01.png) 10px center no-repeat;*/
        padding: 10px 0 10px 30px;
    }
    .side_list ul li a:active {
        display: block;
        /*background:#f2f2f2 url(/images/mobile/bl_01.png) 10px center no-repeat; font-size:80%;*/
        padding: 10px 0 10px 30px;
    }
    /*search_box*/
    div.search_box {
        float: left;
        width: 100%;
        /* padding-top: 70px; */
    }
    /*search_top*/
    div.search_top {
        border-bottom: 1px solid #c8c8c8;
        overflow: hidden;
        padding-bottom: 30px;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    div.search_top p.timg {
        clear: both;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }
    div.search_top p.timg img {
        width: 200px;
        height: 50px;
        border: 1px solid #c8c8c8;
        padding: 10px;
    }
    div.search_top dl {
        margin-left: 0;
        clear: both;
        margin-bottom: 40px;
    }
    div.search_top dl dt {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: -1px;
        margin-bottom: 5px;
    }
    div.search_top div.img {
        margin: 30px 0;
        clear: both;
    }
    div.search_top div.img img {
        width: 40px;
        height: 40px;
    }
    div.search_top div.img a {
        display: block;
        float: left;
        width: 20%;
        margin-bottom: 10px;
        text-align: center;
    }
    div.search_top div.img a span {
        display: block;
        text-align: center;
        margin-top: 10px;
        font-size: 70%;
    }
    /*div.search_top dl dd {padding-left:75px;}
div.search_top dl dd.title_01{background:url(/images/common/title_01.gif) left 2px no-repeat;}
div.search_top dl dd.title_02{background:url(/images/common/title_02.gif) left 2px no-repeat;}
div.search_top dl dd.title_03{background:url(/images/common/title_03.gif) left 2px no-repeat;}
div.search_top dl dd span{display:none;}
div.search_top dl dd span{ display:inline-block;  min-width:70px; font-weight:bold; margin-right:10px;}*/

    div.search-tab-box {
        margin-top: 85px;
        padding-bottom: 0;
    }

    /*search_list*/
    /* div.search_list {
        border-bottom:1px solid #c8c8c8;
        overflow: hidden;
        padding-bottom:20px;
        margin-bottom:40px;
        clear:both;
        margin-top:60px;
    } */
    div.search_list h4 {
        font-size: 18px;
        padding-bottom: 20px;
        overflow: hidden;
    }
    div.search_list h5 {
        font-size:17px;
        margin-bottom: 7px;
        color: #25408F;
    }
    div.search_list h5 a {
        font-size: 17px;
	    margin-bottom: 20px;
	    color: #25408F;
	    font-weight: 700;
	    font-family: "Noto Sans KR", sans-serif;
	    letter-spacing: -1px;
    }

    div.search_list h4 b {
        color: #25408F;
    }
    div.search_list h4 span {
        font-size: 13px;
        font-weight: normal;
        display: inline-block;
        margin-left: 10px;
        letter-spacing: 0;
    }
    div.search_list h5 span {
        font-size: 13px;
        font-weight: normal;
        display: inline-block;
        margin-left: 10px;
        letter-spacing: 0;
        color: #000;
    }
    div.search_list h5 span.more {
        border: 1px solid #ccc;
        background: #fff;
        color: #333;
        display: inline-block;
        padding: 0 15px;
    }
    div.search_list h5 span.more:hover {
        border: 1px solid #ccc;
        background: #f2f2f2;
        color: #333;
        display: inline-block;
        padding: 0 15px;
    }
    
    .simple_select_search .simple_top_search.mg_r_m42 {
		margin-right: 0 !important;
	}
    
      div.search_list div.list-line {
    	border-bottom:1px solid #e5e5e5;
    	padding-bottom:30px;
    	margin-bottom:50px;
    }
     div.search_list div.list-line:after{
    	content:"";
    	display:block;
    	clear:both;    	
    }
    
    div.search_list ul.inline {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-around;
    }

    div.search_list ul li {
        margin-bottom: 5px;
        clear: both;
        overflow: visible;
        border-bottom: 1px dotted #d2d2d2;
    }
    div.search_list ul.notice li p.img img {
    	width: 280px;
	    height: 190px;
	    image-rendering: auto;
    }
    div.search_list ul li.local_event {
    	max-width: 280px;
	    margin: 20px 40px 0 0;
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    justify-content: flex-start;
	    align-items: center;
    }
    div.search_list ul.notice li .sub_tit {
    	display:block;
    	width:100%;
   		font-size: 18px;
   		font-weight: 700;
   }
    div.search_list ul.notice li .date {
    	display:block;
    	width:100%;
	   font-size: 16px;
	   letter-spacing: -1px;
	   height:40px;
   }
    div.search_list ul li dl {
        float: left;
        overflow: visible;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
        /* display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: flex-start; */
    }
    div.search_list ul li dl dt {
        font-weight: bold;
        font-weight: normal;
        font-size: 15px;
        margin-bottom: 5px;
        color: #000;
    }
    div.search_list ul li dl dt.check{
     	margin-left:18px;
     	width: 20px;
     }
     
    div.search_list ul li dl dt em {
        font-style: normal;
        color: #999;
        font-size: 13px;
    }

    div.search_list ul li dl dt {
        overflow: hidden;
        display: inline-block;
        width: 100%;
        color: #222;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }
    div.search_list ul li dl dt a {
        color: #222;
        font-weight: bold;
    }
    div.search_list ul li dl dt a:hover {
        color: #000;
        text-decoration: underline;
    }
    div.search_list ul li dl dd {
        margin-bottom: 0;
        padding-left: 0;
    }
     div.search_list ul.inline li dl dd {
        margin-bottom: 0;
        margin-left: 19px;
        padding-left: 0;
    }
    
    div.search_list ul li dl dd.file {
        padding-left: 0;
        font-size: 13px;
        margin-top: 5px;
        display: block;
    }
    div.search_list ul li dl dd.file a {
        display: inline-block;
        padding: 2px 10px;
        color: #333;
        font-size: 15px;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        font-size: 15px;
        margin: 5px;
    }
	div.search_list ul li dl dd.file a img {
		width: 21px;
	}
    div.search_list ul li dl dd.file a.m_hide {
        display: none;
        padding: 0 2px 0 0;
        color: #999;
        font-size: 13px;
    }
    div.search_list ul li dl dd.file {
        font-size: 13px;
        color: #999;
    }
   
    div.search_list ul li dl dd.text {
        color: #222;
        padding-left: 27px;
        /* margin-top: 5px;*/
    }
    
     div.search_list ul li dl dd.bg {
        background:#f2f2f2;
       
        padding:13px 8px;
        box-sizing:border-box;
        line-height: 1.3;
        border-top:1px solid #ccc;
        border-bottom:1px solid #ccc;
        margin-top:10px;
        clear:both;
    }
    
    div.search_list ul li dl.long dd.text a {
        overflow: hidden;
        display: inline-block;
        width: 100%;
        color: #222;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

    div.search_list ul li dl dd.cut {
        line-height: 1.5;        
        height: 22px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	    word-wrap: break-word;
    }
    div.search_list ul li dl dd.cut a {
        white-space: none;
        text-overflow: none;
        -o-text-overflow: none;
    }

    div.search_list ul li dl dd b.ml15 {
        margin-left: -15px;
        border: 1px solid red;
    }
    /* dl.img*/
    div.search_list ul li dl.img {
        position: relative;
    }    
    div.search_list ul li dl.img dd.img {
        float: left;
        position: relative;
        min-height: 75px;
    }
    div.search_list ul li dl.img dd.text {
        color: #222;
        float: left;
        width: 100%;
        height: 58px;
        padding-left: 0;
        padding-right: 10px;
        line-height: 150%;
        text-align: justify;
    }

    div.search_list ul li dl.img dd.text a {
        height: 58px;
        padding-right: 10px;
        text-align: justify;
        display: block;
    }
    /*�섏썝�꾪솴*/
    div.search_list ul.rep {
        float: left;
    }
    div.search_list ul.rep li {
        margin-bottom: 5px;
        border-bottom: 0;
        line-height: 1.3;
    	word-break: break-all;
    	
    	width: 250px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
    }
    div.search_list ul.rep li span {
        display: inline-block;
        background: url(/images/common/colon.gif) right center no-repeat;
        min-width: 74px;
        margin-right: 5px;
        color: #222;
    }
    div.search_list ul.rep li b {
        color: #428fb2;
        font-weight: normal;
    }

    div.search_list ul li dl.site {
        clear: both;
        color: #666;
        overflow: hidden;
    }
    div.search_list ul li dl.site dt {}
    div.search_list ul li dl.site dd {
        clear: both;
        padding-left: 0;
        margin-left: 0;
    }
    div.search_list ul li dl.site dd ul li {
        margin-bottom: 5px;
        border-bottom: none;
    }
    div.search_list ul li dl.site dd li.txt {
        color: #222;
        margin-left: 5px;
    }
    div.search_list ul li dl.site dd li.link {
        color: #666;
        font-size: 11px;
    }
    div.search_list ul li dl.site dd li.link a {
        display: inline-block;
        margin: 0 5px;
    }
    div.search_list ul li dl.site dd li.url {
        margin-left: 5px;
    }
    div.search_list ul li dl.site dd li.url a {
        color: #f46f51;
        display: inline-block;
        margin: 0 5px;
    }
/*     div.search_list ul li dl.site dd b {} */
    div.search_list ul li dl.site dd a {
        color: #999
    }
    div.search_list ul li dl.site dd a:hover {
        color: #666
    }
    div.search_list ul li dl.site dd.site a {
        color: #f46f51;
    }

    div.search_list ul li a b {
        color: #428fb2;
        font-weight: normal;
    }
    div.search_list ul li dd b {
        color: #428fb2;
        font-weight: normal;
        padding-right: 5px;
    }
    div.search_list ul li .r {
        color: #f46f51;
    }
    div.search_list ul li .b {
        color: #428fb2;
    }

    div.search_list ul li .btn_r {
        border: 1px solid #333;
        background: #f46f51;
        color: #fff;
        padding: 3px 10px;
    }
    div.search_list ul li .btn_b {
        border: 1px solid #333;
        background: #428fb2;
        color: #fff;
        padding: 3px 10px;
    }

    div.search_list ul li p img {
        border: 1px solid #bebebe;
        /* border-radius: 5px; */
    }
    div.search_list ul li dl.book p.book img {
        width: 40px;
	    height: auto;
    }
    div.search_list ul li p.img {
        float: left;
        margin-bottom: 10px;
    }
    div.search_list ul li p.img img {
        width: 60px;
        height: 60px;
    }
    div.search_list ul li p.book img {
        width: 50px;
        height: auto;
    }
    div.search_list ul li p.rep img {
        width: 90px;
        height: 100px;
    }
    dl.book.img .book img {
    	width: 50px;
        height: auto;
    }
    div.search_list ul li dl.book {
	    min-width: 100%;
	    max-width: 100%;
    }
    
    div.search_list ul li dl.book dd.img {
    	margin-left: 31px;
    	line-height: 1.4;
    }
    
    div.search_list ul li p {
        overflow: hidden;
	    float: left;
	    margin: 0;
	    padding: 0;
	    margin-right: 15px;
    }
    
    div.search_list ul li dl.long {
        /* min-width: 98vw; */
        max-width: 98vw;
    }

    div.search_list div.more {
        color: #f46f51;
        font-weight: bold;
        text-align: right;
        margin-bottom: 20px;
        display:none;
    }
    div.search_list  div.more a {
        color: blue;
        font-size: 12px;
        font-weight: normal;
        display:none;
    }

    div.search_list h4 a.fr {
        margin-top: 10px;
    }
    
    
    
    div.search_list ul.notice li p.img img {
    width: 270px;
    height: 100%;
	}
	
	div.search_list ul.notice li ul.rep{
		float:none;
		clear:both;
	}
	
	div.search_list ul.notice  ul.rep li{
		width:100%;
	}


    /*total_search

    div.total_search {
        position: relative;
        margin:0;
        clear: both;
        width: 100%;
		float:none;
		margin-top:0;
		border:1px solid red;
		
    }

    div.total_search div.search {
        float: none;
        background: #fff;
        height: 28px;
        text-align: left;
        width: 99%;
        margin-bottom: 0;
		margin:0;
		float:none;
    }*/


    div.total_search div.search input.ip:focus {
        border: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        webkit-appearance: none;
        font-size: 15px;
        color: #000;
    }
    div.total_search div.search input.ip {
        width: 60%;
        vertical-align: top;
        font-size: 15px;
        height: 32px;
        padding-left: 10px;
        color: #666;
        border: none;
        font-family: 'Noto sans KR', sans-serif;
    }
    div.total_search div.search input.img {
        margin: 4px 3px 0 0;
        float: right;
    }

    div.total_search div.search div.sbHolder a {
        /*font-size: 60%;*/
        font-size: 14px;
    }



    div.total_search div.search div.sbHolder {
        font-family: 'Noto sans KR', sans-serif;
        float: left;
        background: #fff;
        width: 57px;
        border: none;
        border-right: 1px solid #e6e6e6;
        height: 28px;
        color: #666;
        padding-top: 5px;
    }


    div.total_search div.search div.sbHolder a {
        display: block;
        background: #fff url(/images/common/bl_select.png) 90% 7px no-repeat;
        padding-left: 5px;
        padding-right: 15px;
    }

    div.total_search div.search div.sbHolder ul {
        z-index: 100000000000000;
        position: absolute;
        background: #fff;
        border: 1px solid #999;
        width: 50%;

        margin-top: -5px;
        margin-left: -5px;
    }
    div.total_search div.search div.sbHolder ul a {
        background: none;
        font-size: 100%;
    }

    .ie7 div.total_search div.search input.ip {
        padding-top: 13px;
    }
    .ie8 div.total_search div.search input.ip {
        padding-top: 13px;
    }

    .ie7 div.total_search div.detail_list input.ip {
        padding-top: 0;
    }
    .ie8 div.total_search div.detail_list input.ip {
        padding-top: 0;
    }
    /*寃곌낵�� �ш���*/
    div.total_search span.re_search {
        /*color:#fff;font-size:80%;float:left;   padding-top:0; line-height:110%;  padding:10px 0 0 0;*/
        color: #fff;
        font-size: 13px;
        position: absolute;
        left: -16px;
        top: 26px;
        z-index: 99999999;
        padding-top: 0;
        line-height: 110%;
        padding: 20px 0 0 15px;
    }
    div.total_search input[type="checkbox"] {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-appearance: none;
        border: 1px solid #4c4c4c;
        width: 15px;
        height: 15px;
        margin-right: 5px;
        background: #fff;
    }
    div.total_search input[type="checkbox"]:checked {
        background: url(/images/common/left_img_check.png) left top no-repeat;
        background-size: auto 13px;
    }
    
    /* 20231127 ksj */
    .wrap.bg_setting {
    	background: none;
    	background-position-y: 0;
    }
    .main_container .main_content {
    	padding: 0;
    	margin: 0 20px;
    	max-width: calc(100% - 40px);
    	position: absolute;
   		top: 53px;
    	display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
    }
    .main_container .main_content .main_section_01 {
    	display: contents;
    	padding: 15px 20px 15px 10px;
    }
	.main_simple_search .simple_top_search input { /* 20231110 ksj */	
		position:absolute;
	    width: 100%;
	    height: calc(100% - 3%);
	    border: 0px solid #fff;
	    outline: none;
	    color: #555;
	    padding: 0 20px;
	    border-radius: 0;
	    font-size: 16px;
	    background: #fff;
	}
	
	.simple_top_left .simple_top_sinput_btn {
		display:block;
	}
	
	.main_section_01_box,
	.new_main_search .main_tit_txt,	
	.main_simple_search .simple_top_search .simple_top_sbtn,
	.search-tab-box .simple_select_search .simple_top_search .simple_top_sbtn,
	.new_main_search .main_hashtag,
	.main_box h1 {
		display: none !important;
	}
	
	.simple_select_search,
	.simple_select_search.main_simple_search {
		width: calc(100vw - 32px);
	}
	
	.search-tab-box .simple_select_search {
		display: flex;
		background: #457C8D;
		padding: 15px 0 15px 16px;
		position: fixed;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		margin: 0;
		top: 53px;
		left: 0;
		width: 100%;
		z-index: 10000;
	}
	.simple_select_search .simple_select select {
		padding: 12px 20px 12px 12px;
		height:fit-content;
		border-radius: 0;
		border: 1px solid #457c8d;
		
	}
	.simple_select_search .simple_top_search {
		display: flex;
	    position: relative;
	    width: 100%;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: flex-start;
	    align-items: center;
	    margin-right:0;
	}
	.simple_top_search input {
	    height: 45px;
	    border-radius: 0 !important;
	    border: 1px solid #457c8d !important;
	    width: calc(100% - 35px);
	    margin: 0;
	    padding: 11px 50px 10px 12px;
	    font-size: 16px;
	    position: relative;
	    display: block;
		min-width: 126px;
	}
	.simple_top_search .simple_top_sinput_btn {
	    background: url(../images/new/simple_top_search_btn.png) no-repeat;
	    position: absolute;
	    top: 50%;
	    right: 0 !important;
	    display: inline-block;
	    width: 40px;
	    transform: translate(-48px, -50%);
	    outline: none;
	    border: 0;
	    height: 27px;
	    background-size: 40px auto;
	    cursor: pointer;
	}
	.search-tab-box .simple_select_search .simple_top_search label,
	.simple_top_sbtn, .simple_select_search label {
		display:none;
	}
	.more_search_btn {
		display: none;
    	padding-top: 50px;
	}
	.simple_top_search #ark #ark_down {
		position: absolute;display: block;cursor: pointer;right: 103px !important;
		top: 22px;
	}
	
	.main_section_01.new_main_section_01 .new_main_search {
	    display: table;
	    background: #457C8D;
	    padding: 14px 16px;
	    position: fixed;
	    top: 53px;
	    z-index: 10000;
	    left: 0;
	    right:0;
	    width: calc(100% - 32px);
	}
	
	.main_simple_search .simple_top_search input::placeholder {
		color: #777;
	}
	
	.main_simple_search .simple_top_search input:focus {
	    outline: none;
	}
	
	.main_simple_search .simple_top_search button.simple_top_sinput_btn {
		background: url(../images/new/icon_search.png) no-repeat 20px 5px;
	}
	
	.main_simple_search{ padding-bottom: 0; width:744px; }/* 20231110 ksj */
	.main_simple_search .simple_top_left {
	    z-index: 9;
	    width: 100%;
	    margin-right: 5px;
	    height: 52px;
	    border-radius:0;
	    background:transparent;
	/*     background: linear-gradient(to right, #162c7b 0%,#52a5dc 50%,#2bb7b3 100%); 20231110 ksj */
	    box-sizing: border-box;
	    display: flex;
	    align-items: center;
	    position: relative;
	}
	/* //---20231127 ksj  */
	
	div.pagelist {
		margin: 20px 0;
	}

    /*detail_list*/
    #detail_list {
        clear: both;
        width: 100%;
        position: absolute;
        left: 0;
        top: 45px;
        z-index: 10000000;
    }
    #detail_list span.detail {
        display: none;
        text-align: right;
        padding-right: 0;
    }
    #detail_list span.detail a img {
        height: 19px;
    }
    div.detail_list {
        width: 95%;
        clear: both;
        background: #fff;
        position: absolute;
        top: -7px;
        z-index: 100000000;
        margin-top: 0;
        padding: 8px;
        border: 1px solid #ff8e35;
        position: absolute;
        left: 0;
        top: -4px;
    }
    div.detail_list ul.list {
        margin-left: 10px;
    }
    div.detail_list ul.list>li {
        clear: both;
        font-family: 'Noto sans KR', sans-serif;
        height: 22px;
        margin-bottom: 10px;
    }
    div.detail_list ul.list li input.ip {
        float: left;
        height: 26px;
        border: 1px solid #999;
        width: 33%;
        margin-right: 10px;
        padding-left: 5px;
        border-radius: 0;
    }
    div.detail_list ul.list li {
        clear: both;
    }
    div.detail_list ul li.title label {
        float: left;
        margin-right: 5px;
        border-radius: 3px;
        border: 1px solid #ff8e35;
        background: #ff8e35;
        color: #fff;
        display: block;
        text-align: center;
        padding: 7px 0;
        width: 20%;
        font-size: 60%;
    }
    div.detail_list ul li.title div.sbHolder {
        width: 20%;
        margin-bottom: 5px;
    }
    div.detail_list ul li label.fl {
        float: left;
        width: 28%;
        margin-right: 5px;
        font-size: 80%;
    }



    div.detail_list div.sbHolder a {
        font-size: 60%;
    }

    div.detail_list div.sbHolder {
        font-family: 'Noto sans KR', sans-serif;
        background: #fff;
        width: 25%;
        border: none;
        border: 1px solid #999;
        height: 22px;
        color: #666;
        padding-top: 5px;
        position: relative;
        margin-right: 10px;
    }

    .ie8 div.detail_list div.sbHolder {
        height: 20px;
        padding-top: 3px;
    }

    div.detail_list ul div.sbHolder {
        font-family: 'Noto sans KR', sans-serif;
        float: left;
    }


    div.detail_list div.sbHolder a {
        display: block;
        background: #fff url(/images/common/bl_select.png) 90% center no-repeat;
        padding-left: 5px;
        padding-right: 15px;
    }

    div.detail_list div.sbHolder ul {
        z-index: 100000000000000;
        position: absolute;
        background: #fff;
        border: 1px solid #999;
        min-width: 200px;
        margin-top: 10px;
    }
    div.detail_list div.sbHolder ul a {
        background: none;
        font-size: 100%;
    }

    div.detail_list p {
        clear: both;
        text-align: center;
        position: relative;
    }
    div.detail_list p input.ip {
        height: 31px;
        border: 1px solid #999;
        width: 150px;
    }
    div.detail_list p label {
        margin-right: 10px;
        margin-top: 5px;
        display: inline-block;
    }
    div.detail_list p div.sbHolder {
        display: inline-block;
        text-align: left;
    }

    div.detail_list p span {
        display: inline-block;
    }
    div.detail_list p span label {
        color: #666;
    }
    div.detail_list p.btn {
        margin-top: 30px;
    }
    div.detail_list p.btn img {
        height: 40px;
    }
    div.detail_list div.close {
        display: none;
    }


    div.detail_list ul li.title div.sbHolder {
        width: 25%;
    }
    div.detail_list ul li.title1 div.sbHolder {
        width: 40%;
    }
    div.detail_list ul li.title div.sbHolder ul {
        min-width: 200px;
    }

    div.detail_list ul.list1 label.fl {
        width: 18%;
    }
    div.detail_list ul.list1 div.sbHolder {
        width: 20%;
    }
    div.detail_list ul.list1 li input.ip {
        width: 70%;
        font-size: 70%;
    }
    /*history*/
    div.history_btn {
        position: absolute;
        right: 10px;
        top: 150px;
        display: none;
    }
    div.history_btn img {
        width: 180px;
    }

    div.history span.cancel {
        position: absolute;
        right: 15px;
        top: 10px;
    }
    div.history span.cancel a {
        font-size: 12px;
    }


    div.history {
        display: none;
        position: absolute;
        right: 10px;
        top: 190px;
        /*float:left; margin-left:30px;*/
        width: 220px;
        max-height: 100%;
    }
    div.history div.box1 {
        width: 220px;
        margin-bottom: 30px;
        background: url(/images/sub/bg_history1.png) left bottom no-repeat;
        padding-bottom: 15px;
    }
    div.history div.bg_00 dt {
        background: url(/images/sub/bg_history00.gif) left top no-repeat;
    }

    div.history div.bg_0 dt {
        background: url(/images/sub/bg_history0.gif) left top no-repeat;
    }
    div.history div.bg_1 dt {
        background: url(/images/sub/bg_history1-1.png) left top no-repeat;
    }
    div.history div.bg_2 dt {
        background: url(/images/sub/bg_history2.png) left top no-repeat;
    }
    div.history div.bg_3 dt {
        background: url(/images/sub/bg_history3.png) left top no-repeat;
    }
    div.history div.bg_4 dt {
        background: url(/images/sub/bg_history4.png) left top no-repeat;
    }

    div.history div.bg_0 {}

    div.history dl {
        padding: 0 0;
        background: url(/images/sub/bg_history.gif) left top repeat-y;
    }
    div.history dl dt {
        padding: 10px 0 20px 40px;
        font-size:17px;
        color: #333;
        margin-bottom: 5px;
        font-weight: bold;
    }
    div.history dl dd {
        text-align: left;
        overflow: hidden;
        clear: both;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 0;
        line-height: 160%;
    }
    div.history dl dd a {
        width: 70%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
    }

    div.history dl dd a:hover {
        text-decoration: underline;
    }
    div.history dl dd span {
        float: right;
        font-size: 10px;
        display: block;
    }
    div.history dl dd em {
        font-style: normal;
        color: #db4c2a;
        font-size: 10px;
        padding-right: 3px;
    }
    div.history dl.bl dd {
        background: url(/images/sub/bl_txt.gif) left 7px no-repeat;
        padding-left: 10px;
    }
    div.history dl.bl dd a {
        color: #333;
    }
    div.history dl.bl ul {
        margin-top: 10px;
    }
    div.history dl.bl ul li {
        margin-bottom: 3px;
        line-height: 150%;
    }
    div.history dl.bl dd.line {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #ccc;
    }
    div.history dl.bl ul ul {
        margin-top: 0;
    }
    div.history dl.more dd a {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
    }

    div.history dl.none {
        border-bottom: none;
    }
    div.history dl dd.none {
        background: none;
        padding-left: 0;
    }
    div.history dl dd dl {
        background: none;
        margin: 0;
    }
    div.history dl dd dl dd {
        margin-left: 0;
        margin-right: 0;
    }

    div.history div.bg_1 dl {
        overflow: hidden;
    }
    div.history div.bg_1 ul.more_txt {
        /*margin-top:10px;*/
        padding-left: 10px;
        background: url(/images/sub/bg_history.gif) left top repeat-y;
    }
    div.history div.bg_1 ul.more_txt li.tit {
        background: url(/images/sub/bl_txt.gif) left 7px no-repeat;
        padding-left: 10px;
        margin-left: 0px;
    }
    div.history div.bg_1 ul.more_txt li {
        margin-bottom: 3px;
        line-height: 150%;
        margin-left: 15px;
    }
    div.history div.bg_1 ul.more_txt li a {
        color: #333;
        font-size: 13px;
    }
    div.history div.bg_1 ul.more_txt li a:hover {
        text-decoration: underline;
    }

    div.history dl.tree ul {
        margin-top: 0;
    }
    div.history dl.tree ul li {
        background: url(/images/common/bl_tree.gif) left 3px no-repeat;
        padding-left: 13px;
        margin-bottom: 0;
    }
    div.history dl.tree div {
        display: inline;
    }

    .ie7 div.history dl dd {
        text-align: left;
        clear: both;
        position: relative;
    }
    .ie7 div.history dl dd a {
        width: 60%;
        display: inline;
    }
    .ie7 div.history dl dd span {
        float: right;
        font-size: 10px;
        display: inline;
        vertical-align: middle;
        position: absolute;
        right: 0;
        top: 0;
    }
    /*quick_box*/
    div.quick_box {
        display: none;
    }
    /*吏���쁽�⑹냼��*/
    /*section4---*/
    div.map_box {}

    div.map_box div.area_box {
        background: url(/images/sub/bg_map.gif);
        padding: 10px;
        position: relative;
        border: 1px solid #dcdcdc;
        height: 290px;
        overflow: hidden;
        margin: 30px 0;
    }
    div.map_box h3 {
        float: left;
    }
    /*div.map div.area{ position:absolute; width:50%; left:20px; top:50px; }*/
    div.map_box div.area {
        width: 50%;
    }
    div.map_box div#area_box1 {
        position: absolute;
        width: 50%;
        left: 20px;
        top: 50px;
        display: none;
    }
    div.map_box div#area_box2 {
        position: absolute;
        width: 100%;
        left: 10px;
        top: 20px;
    }


    div.map_box div.area div.area_tab ul {
        width: 100%;
        overflow-y: auto;
        height: 320px;
        background: #fff;
    }
    div.map_box div.area div.area_tab ul li {
        width: 30%;
        float: left;
        border: 1px dotted #dcdcdc;
    }
    div.map_box div.area div.area_tab ul li a {
        display: block;
        padding: 10px 0;
        text-align: center;
        color: #333333;
        font-size: 85%;
    }
    div.map_box div.area div.area_tab ul li a.on {
        text-align: center;
        background: #f46f51;
        color: #fff;
    }
    div.map_box div.area div.area_tab ul li a:hover {
        text-align: center;
        background: #f46f51;
        color: #fff;
    }

    div.map_box div.cont {}
    /*sitemap*/
    div.sitemap {
        overflow: hidden;
    }
    div.sitemap dl {
        /*width:195px;*/
        width: 100%;
        clear: both;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    div.sitemap dl dt {
        font-weight: bold;
        font-size: 19px;
        border-bottom: 2px solid #25408F;
        color: #25408F;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    div.sitemap dl dt a {
        font-weight: bold;
        font-size: 19px;
        color: #25408F;
        display: block;
    }

    div.sitemap dl dd {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        /*font-size:14px;*/
        margin-bottom: 5px;
    }
    div.sitemap dl dd a {
        display: block;
        color: #555;
        /*font-size:14px;*/
    }

    div.sitemap dl ul {
        margin-top: 10px;
    }
    div.sitemap dl ul li {
        color: #666;
        background: url(/images/common/bl_02.gif) left 8px no-repeat;
        padding-left: 10px;
    }
    div.sitemap dl ul li a {
        display: block;
        color: #666;
        font-size: 13px;
    }

    div.sitemap div {
        clear: both;
        margin-bottom: 30px;
        overflow: hidden;
    }
    /*site_guide*/
    div.site_guide {
        /*width:auto; height:auto;*/
    }
    div.site_guide ul {
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 35px;
        margin-bottom: 40px;
        overflow: hidden;
    }
    div.site_guide ul li {
        float: left;
        display: inline-block;
        margin: 10px;
    }

    div.site_guide div.guide_01,
    .guide_02,
    .guide_03,
    .guide_04,
    .guide_05 {
        padding-bottom: 20px;
    }
    /* div.site_guide div.guide_02 li {  margin-left:2%; margin:10px 0; width:100%; border-bottom:1px solid #57535a; }
div.site_guide div.guide_02 dt {  display:inline-block; min-width:100px; margin-right:10px; }
div.site_guide div.guide_02 dd {  display:inline-block; min-width:270px; max-width:80%; margin:auto auto; }
div.site_guide div.guide_02 dd div {padding-bottom:20px;}
 */
    /* div.site_guide div.guide_02 dl {} */
    div.site_guide div.guide_02 dt {
        display: table-cell;
        width: 170px;
        height: 100%;
        margin: auto auto;
        vertical-align: top;
        font-weight: bold;
    }
    div.site_guide div.guide_02 dd {
        display: table-cell;
    }
    div.site_guide div.guide_02 .clearfix {
        width: 100%;
        clear: both;
    }


    div.site_guide .background {
        height: 121px;
        background: none;
        border-bottom: 1px solid #dcdcdc;
        position: relative;
        margin-bottom: 40px;
    }
    div.site_guide div.guide_03 p {
        position: absolute;
        top: 12px;
        left: 0;
        width: 100%;
    }
    div.site_guide span {
        font-weight: bold;
        color: #25408F;
    }
    .inquire_box {
        border: 1px solid #57535a;
        padding: 10px;
        border-radius: 2px;
        background: url(/images/sub/bl_phone.png) 10px center no-repeat;
    }
    .inquire_box p {
        margin-left: 20px;
    }
    .inquire_box_2 {
        border: 1px solid #57535a;
        padding: 10px;
        border-radius: 2px;
    }
    /*email*/
    div.email {
        border: 1px solid #dedede;
        background: url(/images/sub/bg_mail.gif);
        text-align: center;
        padding: 25px 20px;
    }
    div.email img {
        width: 100%;
    }
    div.email p {
        line-height: 23px;
        text-align: center;
    }
    div.email p span {
        color: #db4c2c;
    }
    /*login*/
    div.login {
        /*width:560px;height:auto;*/
        margin: 35px 0 0 0;
        border: 1px solid #c8c8c8;
        box-shadow: 1px 1px 1px #e5e5e5;
        padding: 20px 35px 35px 35px;
        text-align: center;
    }
    div.login .ip {
        width: 100%;
        height: 48px;
        background: #eef1f6;
        border: 1px solid #dfe3ec;
        margin-top: 11px;
        padding: 12px 5px 8px 55px;
        font-size: 13pt;
        vertical-align: center;
    }
    div.login input[type="text"] {
        background: url(/images/board/img_id.gif) no-repeat 11px center #eef1f6;
    }
    div.login input[type="password"] {
        background: url(/images/board/img_pw.gif) no-repeat 11px center #eef1f6;
    }
    div.login input[type="image"] {
        margin: 20px 0;
        width: 100%;
    }
    
      div.login input[type="submit"] {
        margin: 10px 0;
        width: 100%;
        background:#ef522f;
        color:#fff;
        text-align:center;
        height: 48px;
        box-sizing:border-box;
        border:none;
        
    }

    
    div.login ul {
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        border-top: 1px solid #eef1f6;
    }
    div.login ul li {
        background: url(/images/board/img_bar.gif) no-repeat left center;
        padding: 0 15px;
        display: inline;
    }
    div.login ul li:first-child {
        background: none;
    }
    div.login img {
        width: 100%;
    }
    /*guide_list*/
    ul.guide_list li {
        border-bottom: 1px solid #ccc;
    }
    ul.guide_list li a {
        display: block;
        background: url(/images/mobile/bl_01.png) 10px center no-repeat;
        padding: 10px 0 10px 30px;
    }
    ul.guide_list li a:hover {
        display: block;
        background: #f2f2f2 url(/images/mobile/bl_01.png) 10px center no-repeat;
        padding: 10px 0 10px 30px;
    }
    ul.guide_list li a:active {
        display: block;
        background: #f2f2f2 url(/images/mobile/bl_01.png) 10px center no-repeat;
        padding: 10px 0 10px 30px;
    }
    /*이용안내*/
    ul.menu_list {
    	padding-top: 17px;
    }
    ul.menu_list li {
        border-bottom: 1px solid #ccc;
    }
    ul.menu_list li a {
        display: block;
        background: url(/images/mobile/bl_01.png) 10px center no-repeat;
        padding: 10px 0 10px 30px;
    }
    ul.menu_list li a:hover {
        display: block;
        background: #f2f2f2 url(/images/mobile/bl_01.png) 10px center no-repeat;
        padding: 10px 0 10px 30px;
    }
    ul.menu_list li a:active {
        display: block;
        background: #f2f2f2 url(/images/mobile/bl_01.png) 10px center no-repeat;
        padding: 10px 0 10px 30px;
    }
    /*div.area_news*/
    div.area_news {
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
    }
    div.area_news_menu {
        clear: both;
        border-right: 1px solid #ccc;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        overflow: hidden;
    }
    div.area_news_menu ul {
        border-top: 1px solid #ccc;
    }
    div.area_news_menu ul li {
        width: 33%;
        float: left;
    }
    div.area_news_menu ul li.all a {
        background: #666;
        color: #fff;
    }
    div.area_news_menu ul>li>a {
        display: block;
        text-align: center;
        color: #666;
        padding: 5px 0;
        border-bottom: 1px solid #ccc;
    }
    div.area_news_menu ul>li>a:hover {
        color: #fff;
        background: #25408F;
    }
    div.area_news_menu ul>li>a.on {
        color: #fff;
        background: #25408F;
        font-weight: bold;
    }

    /* div.area_news_menu {}
    div.area_news_menu div.cont {} */
    div.area_news_menu div.cont {
        background: #f2f2f2;
    }
    div.area_news_menu div.cont ul li a {
        background: none;
        padding: 3px 0;
    }
    div.area_news_menu div.cont ul li a:hover {
        text-decoration: underline;
        color: #000;
    }

    div.area_news div.search_list {
        /* clear: both; */
        width: 100vw;
        padding-right: 0;
        margin-bottom: 30px;
    }

    div.area_news div.search_list ul {
        /* margin-bottom: 35px; */
    }
    div.area_news div.search_list ul li {
        border-bottom: 1px dotted #d2d2d2;
        padding: 5px 0 10px 0;
    	display: inline-block;
    }
    div.area_news div.search_list ul li dl {
        margin: 0;
        width: 100%;
    }
    div.area_news div.search_list ul li dl.long {
        max-width: 96vw;
        display:block;
    }

    div.area_news div.search_list ul li dl dt {
        width: 100vw;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        display: inline-block;
        vertical-align: middle;
        font-size: 17px;
    }
	
	div.search_list ul.notice {
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-around;
	    align-content: flex-start;
	    align-items: flex-start;
	    max-width: 1080px;
	    position: relative;
	    right: -30px;
	    margin: 0 auto;
	}

    div.search_view {
        overflow: hidden;
        clear: both;
        border: 1px solid #ccc;
    }
    div.search_view div.tit {
        background: #f2f2f2;
        border-bottom: 1px solid #d2d2d2;
        color: #000;
        font-size: 18px;
        font-weight: 700;
        padding: 10px 20px;
    }
    div.search_view div.tit span {
        display: block;
        font-size: 13px;
        color: #666;
        margin-top: 5px;
    }
    div.search_view div.text {
        padding: 20px;
        width: 95%;
        overflow-y: auto;
        height: 800px;
        word-break: auto-phrase;
    }
    /*print*/
    div.icon_print{
    	overflow:hidden;
    	margin-bottom:10px;
    }
    div.icon_print span.fr a.more img{
   	    height: 30px;
   	    width: auto !important;
    }
    div.print {
           background: #f2f2f2;
		    border: 1px solid #d2d2d2;
		    border-radius: 3px;
		    font-size: 15px;
		    box-sizing: border-box;
		    margin-bottom: 10px;
		    overflow:hidden;
		    clear:both;
    }
    div.print select {
        height: 34px;
		background:#fff;
		margin-right:5px;
    }
    div.print select#sort {
        width:150px;
    }
    div.print b {
        color: #000;
    }
    div.print strong {
        color: #25408F;
    }
    div.print span {
        display: block;
        text-align: left;
    }
    div.print span.fl.m_hide{
    	display:none;
    	
    }
    div.print span label {
        display: none;
    }
    div.print a {
        display: none;
    }
     div.print p{
	    background: #fff;
	    border-bottom: 1px solid #ccc;
	    padding: 5px 10px;
	    box-sizing: border-box;
    }
    
    div.print span.fr {
    padding: 5px 10px;
    box-sizing: border-box;
    display: table;
    width: 100%;
    text-align:right;
}
    
    
    
    /*side*/
    #content div.side div.box {}

    div.side div.box a.img {
        display: block;
        width: 20%;
        height: 60px;
        border: 1px solid #c0c0c0;
        margin: 0 10px 0 0;
        float: left;
    }
    div.side div.box a.img img {
        display: block;
        width: 100%;
        height: 60px;
    }
    div.side div.box dl {
        margin: 10px 0 0 10px;
        float: left;
        width: 75%;
    }
    div.side div.box dl dt {
        color: #404040;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        display: inline-block;
    }
    div.side div.box dl dd {
        width: 90%;
        overflow: hidden;
        font-size: 13px;
    }
    div.side div.box dl dd a {
        font-size: 13px;
    }
    div.side div.box dl dd.txt {
        color: #404040;
        font-size: 13px;
        height: 20px;

        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        display: inline-block;
    }


    div.side div.box span {
        display: block;
        float: left;
        width: 50%;
    }
    div.side div.box span a {
        font-size: 11px;
    }
    /*sns*/
    div.side2 div.box {}
    div.side2 div.box dl {
        width: 100%;
    }
    div.side2 div.box dl dt {
        color: #404040;
        font-size: 14px;
        margin-bottom: 10px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        display: inline-block;
    }
    div.side2 div.box dl dd {
        overflow: hidden;
        font-size: 12px;
        padding-left: 20px;
    }
    div.side2 div.box dl dd a {
        font-size: 13px;
    }
    div.side2 div.box dl dt a {
        color: #404040;
        font-size: 13px;
    }
    div.side2 div.box span {
        clear: both;
        display: block;
        background: #efefef;
        padding: 5px;
        margin: 5px 0 0 0;
    }
    /*寃뚯떆�먭��됰컯�� search----------------------------------------------------------------------------------------*/
    div.search {
        width: 100%;
        clear: both;
        text-align: right;
        margin-bottom: 10px;
        overflow: hidden;
        padding-bottom: 3px;
    }
    div.search select {
        width: 80px;
        height: 22px;
        color: #999;
        padding: 0 0 0 0;
        border: 1px solid #9f9f9f;
    }
    div.search input.ip {
        width: 50%;
        height: 20px;
        border: 1px solid #9f9f9f;
    }
    div.search label {
        font-weight: bold;
        color: #404040;
    }
    /*0917異붽�*/
    div.search div.fl select {
        width: 120px;
    }
    /*resource*/
    div.resource {
        overflow: hidden;
        position: relative;
        margin-top: 0;
    }

    div.re_tab {
        overflow: hidden;
        border-bottom: 1px solid #56535a;
        margin-bottom: 58px;
    }

    div.re_tab ul {
        overflow: hidden;
        width: 100%;
        text-align: center;
    }
    div.re_tab ul li {
        float: left;
        width: 30%;
        border: 1px solid #ccc;
        margin-right: 5px;
    }
    div.re_tab ul li a {
        background-image: none;
        font-size: 14px;
        display: inline-block;
        padding: 10px 0;
        width: 100%;
        text-align: center;
        border-radius: 3px;
        color: #000;
    }
    div.re_tab ul li a.on {
        color: #fff;
    }

    a.re_tab1 {
        background: #235166;
    }
    a.re_tab2 {
        background: #623f71;
    }
    a.re_tab3 {
        background: #636628;
    }


    a.re_tab1.on {
        background: #47a3cc;
    }
    a.re_tab2.on {
        background: #c57fe2;
    }
    a.re_tab3.on {
        background: #c6cc50;
    }

    div.resource div.cont div.open_btn {
        position: absolute;
        right: 0;
        top: -45px;
    }
    div.resource div.cont {
        position: relative;
    }
    div.resource div.cont p.tit {
        font-size: 18px;
        font-weight: bold;
        color: #f46f51;
        margin-bottom: 20px;
    }
    div.resource div.cont dl {
        margin-bottom: 30px;
    }
    div.resource div.cont dl dt {
        font-weight: bold;
        color: #333;
        background: url(/images/sub/bl_01.png) left 5px no-repeat;
        padding-left: 15px;
        margin-bottom: 10px;
    }
    div.resource div.border {
        border: 1px solid #ccc;
        padding: 10px;
        margin-top: 10px;
    }

    div.api_tab {
        border-top: 1px solid #58535a;
        border-left: 1px solid #58535a;
        border-right: 1px solid #58535a;
        border-bottom: 1px solid #cccccc;
        overflow: hidden;
        margin-bottom: 20px;
    }
    div.api_tab ul li {
        float: left;
        width: 25%;
    }
    div.api_tab ul li a {
        display: block;
        font-size: 14px;
        width: 100%;
        text-align: center;
        padding: 15px 0;
        border-right: 1px solid #cccccc;
        color: #333;
    }
    div.api_tab ul li a.none {
        border-right: none;
    }

    div.api_tab ul li a.on {
        background: #f46f51;
        color: #fff;
    }


    div.resource table.data {
        border-top: none;
    }
    div.resource table.data th {
        background: #56535a;
        color: #fff;
    }
    div.resource table.data td img {
        height: 15px;
    }


    div.open_tab {
        border-top: 1px solid #58535a;
        border-left: 1px solid #58535a;
        border-right: 1px solid #58535a;
        border-bottom: 1px solid #cccccc;
        overflow: hidden;
        margin-bottom: 20px;
    }
    div.open_tab ul li {
        float: left;
        width: 25%;
    }
    div.open_tab ul li a {
        display: block;
        font-size: 0;
        font-size: 14px;
        width: 100%;
        text-align: center;
        padding: 15px 0;
        border-right: 1px solid #cccccc;
    }
    div.open_tab ul li a.none {
        border-right: none;
    }

    div.open_tab ul li a.on {
        background: #56535a;
        color: #fff;
    }



    div.resource div.input_box {
        overflow: hidden;
        margin-bottom: 30px;
    }
    div.resource div.input_box ul {
        margin: 0;
        padding: 0;
    }
    div.resource div.input_box ul li {
        background: none;
        padding: 5px 0;
        margin: 0;
        overflow: hidden;
        clear: both;
    }
    div.resource div.input_box label {
        background: #56535a;
        display: block;
        color: #fff;
        width: 120px;
        padding: 5px 0;
        float: left;
        text-align: center;
        height: 24px;
        margin-right: 5px;
    }
    div.resource div.input_box input.ip {
        border: 1px solid #ccc;
        padding: 3px 0 0 3px;
        height: 29px;
        float: left;
        width: 50%;
        margin-right: 5px;
    }
    div.resource div.input_box a.input_btn {
        display: block;
        text-align: center;
        margin-top: 20px;
        padding-top: 20px;
    }

    div.resource p.img img {
        width: 100%;
    }
    /* minji_resource */
    div.btn_gonanet {
        position: absolute;
        top: 200px;
        right: 320px;
    }
    div.box ul.dot_left {
        margin-bottom: 10px;
        font-size: 12px;
    }
    div.box ul.dot_right {}

    table.data_resource {
        width: 100%;
        margin: 0 0 30px 0;
        clear: both;
        text-align: center;
        table-layout: fixed;
    }
    table.data_resource th {
        color: #4c4c4c;
        background: #f2f2f2;
        border: 1px solid #ccc;
        padding: 5px;
        font-weight: bold;
        text-align: center;
    }
    table.data_resource th a {
        color: #59647f;
    }
    table.data_resource td {
        border: 1px solid #ccc;
        padding: 5px;
        text-align: center;
    }
    table.data_resource td.text {
        min-height: 250px;
        background: #f6f6f6;
    }

    table.data_resource tbody th {
        background: #f2f2f2;
    }

    table.data_resource .bg {
        background: #e8ebf2;
        border-top: none;
    }
    table.data_resource .tl {
        text-align: left;
    }
    table.data_resource .tc {
        text-align: center;
    }
    table.data_resource .tr {
        text-align: right;
    }

    .open_textarea {
        border: 1px solid #ccc;
        text-align: left;
        width: 100%;
        height: 450px;
    }

    div.signup_sign {
        border: 1px solid #dedede;
        background: url(/images/sub/bg_mail.gif);
        text-align: center;
        padding: 25px 20px;
    }
    div.signup_sign p {
        line-height: 23px;
        text-align: center;
    }
    div.signup_sign p span {
        color: #db4c2c;
    }
    div.signup_sign p strong {
        font-size: 18px;
    }
    div.signup_sign img {
        color: #db4c2c;
    }
    /*site_url*/
    div.site_url {
        overflow: hidden;
    }
    div.site_url dl {
        border-bottom: 1px dotted #ccc;
        overflow: hidden;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    div.site_url dl dt {
        font-size:17px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    div.site_url dl dd {
        float: left;
        min-width: 46%;
        margin-bottom: 10px;
        text-align: center;
    }
    div.site_url dl dd a {
        border: 1px solid #e8e8e8;
        background-color: #fafafa;
        display: block;
        padding: 10px 0;
        color: #000;
    }
    div.site_url dl dd a.first {
        color: #25408F;
    }
    div.site_url dl dd a:hover {
        color: #fff;
        background: #25408F;
    }
    /*TIFF*/
    .volume-border {
        position: absolute;
        display: none;
        z-index: 90;
        margin-top: 37px;
        margin-left: 10px;
        padding: 10px;

        border: 2px solid #00aae7;
        color: #333;
        background: url(/images/cmn_img/vol_div_top.png) 5px -20px no-repeat;
        /* css3 */
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .volume-arrow {
        position: absolute;
        display: none;
        z-index: 92;
        margin-top: 19px;
        margin-left: 20px;
        padding: 20px;
        background: url(/images/cmn_img/vol_div_top.png) 0px 0px no-repeat;
    }


    .volume-border2 {
        position: absolute;
        display: none;
        z-index: 95;
        margin-top: 37px;
        padding: 10px;
        border: 2px solid #00aae7;
        color: #333;
        background: #fff;

        /* css3 */
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .volume-arrow2 {
        position: absolute;
        display: none;
        z-index: 97;
        margin-top: 19px;
        margin-left: 13px;
        padding: 20px;
        background: url(/images/cmn_img/vol_div_top.png) 0px 0px no-repeat;
    }

    .volume-border3 {
        position: absolute;
        display: none;
        z-index: 95;
        margin-top: 37px;
        margin-left: -50px;
        padding: 15px;
        border: 2px solid #00aae7;
        color: #333;
        background: #fff;

        /* css3 */
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .volume-arrow3 {
        position: absolute;
        display: none;
        z-index: 100;
        margin-top: -1px;
        margin-left: 175px;
        *margin-top: 19px;
        *margin-left: 12px;
        padding: 20px;
        background: url(/images/cmn_img/vol_div_top.png) 0px 0px no-repeat;
    }

    .result_div {
        width: 300px;
        height: 150px;
        padding: 15px;
        border: 1px solid #ccc;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 99999;
        background: #fff;
        display: none;
    }

    .result_box_txt {
        padding: 30px 0;
        margin: 0 auto;
        text-align: center;
        background: #f2f2f2;
        border: 1px solid #ccc;
        color: #000;
        margin-bottom: 20px;
        font-size:17px;
        font-weight: bold;
    }
    
    
	div.search_list {
    	padding: 10px 10px 0 10px;
	}

    div.search_list ul li dl dd.file a.list {
        background: url(/images/cmn_img/bg_list_05.gif) left 50% no-repeat;
        padding-left: 25px;
    }
    /*紐⑹감*/
    div.search_list ul li dl dd.file a.abstract {
        background: url(/images/cmn_img/bg_list_06.png) 4px center no-repeat;
        background-size: 17px;
        padding-left: 25px;
    }
    /*珥덈줉*/
    div.search_list ul li dl dd.file a.cover {
        background: url(/images/cmn_img/bg_list_07.gif) left top no-repeat;
        padding-left: 25px;
    }
    /*而ㅻ쾭*/
    div.search_list ul li dl dd.file a.bibliography {
        background: url(/images/cmn_img/bg_list_08.gif) left top no-repeat;
        padding-left: 25px;
    }
    /*�댁옱*/
    div.search_list ul li dl dd.file a.profile {
        background: url(/images/cmn_img/bg_list_09.gif) left top no-repeat;
        padding-left: 25px;
    }
    /*�꾨줈�뚯씪*/    

/***********************화면 분할시 지방의회 팝업화면 시작***********************/
    div.rep_fl_2_pop{
    	max-width: 95%;
    }
    
	/*의회선택 팝업창 테이블 css (2019-06-12)*/
	.table-council-select table {
		font-size: 1em;
	}
    
	.table-council-select th {
		font-size:0.8em;
	}    
    
	.table-council-select td {
		font-size:0.5em;
	}    
    
	.table-council-select h5 {	 
		font-size:1.5em;		
		margin-top:17.5px; 
		margin-bottom:10px;
	}
	    
	#popup_council_select .table-council-select {
		margin-top:10px; 
		margin-bottom: 10px; 
		margin-left: 15px; 
		margin-right: 15px;
	}
	    
	#popup_council_select .table-council-select li label{
		font-size: 11px;
	}
	
    div.rep_fl_2_pop tbody ul li{
    	display: inline-block;
    	width: 63px;
    	text-align: left;
    	padding: 0.5px 0.5px 0.5px 0.5px;
    	color: #565459;
    	margin-right: 0.5px;
    	margin-bottom: 1px;
    	margin-top: 1px;
    	font-size: 5.5px;
    }
    
	/*지방의회 시의회 팝업 자치시군구 목록 더보기 앵커*/
	div.rep_fl_2_pop tbody ul a.more_pop {
		width: 40px;
		padding: 0.5px 0.5px 0.5px 0.5px;
		margin-right: 0.5px;
		margin-bottom: 1px;
		margin-top: 1px;
		font-size: 1.3em;
	}
	
	/*지방의회 시의회 팝업 적용 버튼*/
	div.council_select .bottom input[name="addApply"] {
		padding:6.5px 10px;
		font-size:10px;
		width: 60px;
	}
	
	/*지방의회 시의회 팝업 하단 닫기 버튼*/
	div.council_select a.btn-close{
		display: inline;		
		padding:6.7px 10px 8px 10px;
		font-size: 10px;
		border-radius:3px;
		border:none;
		vertical-align: middle;
	}
	
	/*지방의회 시의회 팝업 하단 적용, 초기화, 닫기 영역*/
	div.council_select .bottom {
		padding-left: 17.5px;
		text-align: left;
		overflow: hidden;
		padding: 7.5px 5px 7.5px 5px;
		padding-left: 10px;
		font-size: 8px;
		display: block;
		background-color:#f9f9f9;
		border-top:none;
	}	
    
	/*지방의회 시의회 팝업 초기화 버튼*/
	div.council_select .bottom #resetPop {
		background: #999;
		padding:6.5px 10px;
		width: 60px;
		margin-right: 0;
		font-size:10px;
	}
	
	div#popup_council_select input[type="checkbox"] {  /* 실제 체크박스는 화면에서 숨김 */
	  position: absolute;
	   width: 0.5px;
	   height: 0.5px;
	   padding: 0;
	   margin: -1px;
	   overflow: hidden;
	   clip:rect(0,0,0,0);
	   border: 0
	}	
    
	 div#popup_council_select input.checkbox[type="checkbox"] {  /* 실제 체크박스는 화면에서 숨김 */
	  position: relative;
	   width: 10px;
	   height: 10px;
	   padding: 0;
	   margin: -1px;
	   overflow: hidden;
	   clip:rect(0,0,0,0);
	   border: 0
	}	
	
	div#popup_council_select input[type="checkbox"] + label {
	    display: inline-block;
	    position: relative;
	    cursor: pointer;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	}	
	
	div#popup_council_select input[type="checkbox"] + label:before{
		width: 8.5px;
	    height: 8.5px;
	    line-height: 11.5px;
	    margin: 0px 4px 0 0;
	}
    
	 div#popup_council_select input[type="checkbox"] + label:active:before,
	 div#popup_council_select input[type="checkbox"]:checked + label:active:before {
	  box-shadow: 0 0.5px 1px rgba(0,0,0,0.05), inset 0px 0.5px 1.5px rgba(0,0,0,0.1);
	}    
    
	 div#popup_council_select input[type="checkbox"]:checked + label:before {  /* 체크박스를 체크했을때 */ 
	  content: '\f00c';  /* 체크표시 유니코드 사용 */
	  color: #fff;
	 /* text-shadow: 1px 1px #fff;*/
	  background: #f46f51;
	  border-color: #f46f51;
	  font: normal normal normal 9px/1 FontAwesome;
	 
	}
/***********************화면 분할시 지방의회 팝업화면 끝***********************/    
}


/*///mobile*/