@charset "utf-8";

#container_dim{display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 100;}

#header{position: fixed; z-index: 1003; height: auto;width: 100%;background:#fff;box-shadow: 0 3px 7px rgba(0,0,0,.1);}

#header .inner{width:100%;}
#header .inner_in{display:flex;width:100%;max-width:1440px; padding:0 16px;margin:auto;box-sizing: border-box;justify-content: space-between;align-items: center;flex-direction: row;}
.site_id {margin-left: 10px;}
.site_id .id_nikl {display: inline-block;width: 32px;background: url(../img/site_id_vtc.svg) no-repeat 0 0;text-indent: -9999em;overflow: hidden;}
.site_id .id_nikl_en {width: 50px; height: 40px; background: url(../img/site_id_vtc_en.svg) no-repeat 0 0; background-size: contain;}
.site_id .id_logo {display: inline-block;width: 70px;background: url(../img/site_id_new.svg) no-repeat 0 0;text-indent: -9999em;overflow: hidden;}
.site_id .id_logo_en {display: inline-block;width: 90px;background: url(../img/site_id_new_eng.svg) no-repeat center center;background-size: contain;text-indent: -9999em;overflow: hidden;}
.site_id .id_trial {font-size:13px;color: #FFFFFF;position: relative;top: -15px;left: -10px;background: #f46748;padding: 5px;border-radius: 5px;}
#header .id_kli {color:#555555; position: relative;padding-right: 25px;font-family: 'Noto Sans KR', sans-serif;letter-spacing: -3px;font-size:24px;}
#header .id_kli.id_kli_lang_en {font-size: 10px; letter-spacing: -1px; line-height: 10px; color: #888888; word-wrap: break-word; max-width: 80px; display: inline-block;align-items: center;justify-content: flex-start;height: 100%; }

@media (max-width: 360px) {
	#header .id_kli {font-size:21px;}
	.site_id .id_logo_en{width: 73px;}
}

@media (max-width: 316px) {
	#header .id_kli {font-size:18px;}
}

#header .id_kli::after {content: "";position: absolute;right: 8px;top: 50%;height: 15px;width: 1px;background-color: #ccc; transform: translate(0, -50%);}

#header .btn_m_menu{width:24px;height:100%;background:url(../img/btn_menu.svg) no-repeat 50% 50%;text-indent:-9999em;overflow:hidden;}

#header #lnb{display:none;}
#header #gnb{display:none;}

#m_header{position:fixed;top:0;left:0;opacity:0;visibility:hidden;z-index:-1;width:100%;height: 100%;min-height:1vh;box-sizing: border-box;background:rgba(0,0,0,.7);padding-left: calc( 100% - 340px );}
#m_header.active{opacity: 1;visibility: visible;z-index: 9998;transition: opacity .15s,visibility .15s}

#m_header .lnb_site_id .lnb_id_nikl{display: inline-block;width: 21px;background: url(../img/site_id_vtc_white.svg) no-repeat 0 0;text-indent: -9999em;overflow: hidden;}
#m_header .lnb_site_id .lnb_id_nikl_eng{display: inline-block;width: 40px; height:35px;background: url(../img/site_id_vtc_en.svg) no-repeat left center;text-indent: -9999em;overflow: hidden;filter: brightness(0) invert(1); background-size: contain;}
#m_header .lnb_site_id .lnb_id_logo{display: inline-block;width: 50px;background: url(../img/site_id_new_white.svg) no-repeat 0 0;text-indent: -9999em;overflow: hidden;}
#m_header .lnb_site_id .lnb_id_logo_eng{display: inline-block;width: 70px;background: url(../img/site_id_new_white_eng.svg) no-repeat center center;background-size:contain;text-indent: -9999em;overflow: hidden;}
#m_header .lnb_site_id .lnb_id_kli {color:#ffffff; position: relative;padding-right: 21px;font-size:21px;font-family: 'Noto Sans KR', sans-serif;letter-spacing: -3.4px;}
#m_header .lnb_site_id .lnb_id_kli_eng {word-wrap: break-word; display: inline-block; max-width: 151px; padding: 4px 0 0 0; font-size: 14px; letter-spacing: 0;}

@media (max-width: 360px) {
	#m_header .lnb_site_id .lnb_id_kli_eng {max-width: 121px;}
}

#m_header .lnb_site_id .lnb_id_kli::after {content: "";position: absolute;right: 6px;top: 0;height: 100%;width: 1px;background-color: #ffffff;}

#m_header .m_lnb_inner{position:relative;width:100%;height:100%;min-height:100vh;background:#fff;overflow-y:auto}

#m_header .lnb_header{position: relative;width: 100%;overflow: hidden;background:linear-gradient(#004099, #0b60c8);}
#m_header .lnb_header::after{content:'';display:block;position:absolute;left:-80px;top:-80px;width:225px;height:217px;background:url(../img/bg_m_lnb.png) no-repeat 50%;z-index: 1}

#m_header .lnb_header_inner{position:relative;display:flex;width:100%;height: 70px;padding:0 20px;box-sizing: border-box;justify-content: space-between;align-items: center;flex-direction: row;z-index: 2;border-bottom:1px solid rgba(255,255,255,.75)}
#m_header .lnb_header .btn_m_close{width:24px;height:100%;background:url(../img/btn_close.svg) no-repeat 50% 50%;text-indent:-9999em;overflow:hidden;}

#m_header .m_gnb{position:relative;width:100%;padding:20px;box-sizing:border-box;text-align: center;z-index: 2}
#m_header .m_gnb > a{display:inline-block;background:#fff;border-radius: 5px;width:105px;height:40px;line-height:40px;color:#004099;font-size:1.1em;margin-left:10px;}
#m_header .m_gnb > a:first-child{margin-left:0}
#m_header .m_gnb > a i{display:inline-block;margin-right:4px;font-style: normal;width:20px;height: 100%;vertical-align: top}

#m_header .m_gnb .btn_join i{background: url(../img/ico_join_color.svg) no-repeat 0 50%;}
#m_header .m_gnb .btn_login i{background: url(../img/ico_login_color.svg) no-repeat 0 50%;}

#m_header .m_gnb .m_user_info{text-align: left;}
#m_header .m_gnb .m_user_info::after{clear:both;display:block;content:''}
#m_header .m_gnb .m_user_info .user{color:#fff;float:left;width:60%;line-height:40px;font-size: 1.2em;}
#m_header .m_gnb .m_user_info .user a{font-size:1.2em;color:#fff;text-decoration: underline; font-weight: bold;}
#m_header .m_gnb .m_user_info .btn_logout{float:right;display:inline-block;height:40px;line-height:40px;text-decoration: underline;color:#fff;}
#m_header .m_gnb .m_user_info .btn_logout i{display:inline-block;margin-right:4px;font-style: normal;width:16px;height: 100%;vertical-align: top;background: url(../img/ico_logout_white.svg) no-repeat 0 50%;}

#m_header #m_lnb{padding:20px;}
#m_header #m_lnb a{position:relative;display:block;font-size:1.2em;padding:0 0;font-weight: bold;color:#000;border-bottom:1px solid #e0e0e0;line-height:60px;letter-spacing: 0;}
#m_header #m_lnb a.active{color:#4156d3;}
#m_header #m_lnb a::after{content:'';display:block;position:absolute;right:0;top:50%;margin-top:-11px;width:22px;height:22px;background:url(../img/ico_m_menu.svg) no-repeat 50%;}

#header #m_header .m_lnb_inner #m_lnb #m_lang_toggle #m_lang_toggle_btn {display:flex; line-height: 19px; gap: 3px; background-color: white; margin-left: 13px; font-size: 1.1em;}
#header #m_header .m_lnb_inner #m_lnb #m_lang_toggle #m_lang_toggle_btn #m_lang_toggle_btn_logo {width: 18px;}

/* sub */
.sub_layout{min-height:100vh;background:#fafafa}
.sub_layout #header{border-bottom:1px solid #bebebe}
.sub_layout #header .inner_in:last-child {border-bottom: 1px solid #e1e1e1;}

#sub_tsrch{display:block;padding:10px 20px;}
#sub_tsrch .sub_tsrch_form{}
#sub_tsrch .sub_tsrch_form::after{clear:both;display:block;content:''}
#sub_tsrch .s_inner{position:relative;width:100%;height:50px;margin:0 auto;}

#sub_tsrch .inp_tsrch{position:absolute;float:left;width:calc( 100% - 105px);height:100%;box-sizing:border-box;padding:0 50px 0 20px;border:3px solid #1b3044;border-radius:10px;background:#fff;}
#sub_tsrch .inp_tsrch input[type="search"]{width:100%;height:100%;border:0;outline: none;background:transparent;font-family: 'NanumBarunGothic';}
#sub_tsrch .inp_tsrch .btn_tsrch{position:absolute;right:0px;top:0;width:50px;height:100%;background:transparent;overflow: hidden;background-color: #1b3044;}
#sub_tsrch .inp_tsrch .btn_tsrch img{width: 26px;padding-left: 3px;padding-top: 2px;}

#sub_tsrch .inp_tsrch_knowledgeGraph{padding-left: 96px;}
#sub_tsrch .inp_tsrch_knowledgeGraph_en{padding-left: 150px;}

#sub_tsrch .btn_dsrch{float:right;display:inline-block;height:100%;line-height:50px;width:100px;background:#ffffff;color:#1b3044;text-align: center;border-radius: 10px;font-weight: bold;border:3px solid #1b3044;}
#sub_tsrch .btn_dsrch_en{line-height: 16px; padding-top: 7px;}
#sub_tsrch .word_layer{display:none;position:absolute;left:0;top:52px;width:100%;border:1px solid #e6e6e6;background:#fff;border-radius: 10px;box-shadow: 0 0 10px rgba(0,0,0,.1);z-index: 5000}
#sub_tsrch .word_layer.active{display:block;}

#sub_tsrch .word_layer .late_word{padding:20px 25px;}
#sub_tsrch .word_layer .late_word ul{}
#sub_tsrch .word_layer .late_word ul li{padding:5px 0}
#sub_tsrch .word_layer .late_word ul li a{position:relative;display:inline-block;line-height:24px;padding-left:28px;color:#006fe0;text-decoration: underline;}
#sub_tsrch .word_layer .late_word ul li a::after{content:'';display:block;width:24px;height:24px;position:absolute;left:0;top:0;background:url(../img/ico_cir_srch.svg) no-repeat 50%;}


#sub_tsrch .word_layer .read_word{padding:20px 25px 0 25px;background:#f8f8f8;border-top:1px solid #ececec;border-radius: 0 0 10px 10px}
#sub_tsrch .word_layer .read_word h2{position:relative;margin-bottom:10px;padding-left:30px;}
#sub_tsrch .word_layer .read_word h2::after{content:'';display:block;width:25px;height:100%;background: url(../img/img_srch.svg) no-repeat 50%;position:absolute;left:0;top:0;}

#sub_tsrch .word_layer .read_word ul{background:#fff;border:1px solid #ececec;padding:15px;height:48px;overflow-y: auto;}
#sub_tsrch .word_layer .read_word ul::after{clear:both;display:block;content: '';}
#sub_tsrch .word_layer .read_word ul li{float:left;height: 24px;margin-right:10px;}

#sub_tsrch .word_layer .read_word ul li a{display:inline-block;line-height:24px;}
#sub_tsrch .word_layer .read_word ul li button{display:inline-block;width:13px;height: 100%;margin-left:3px;background:transparent url(../img/btn_del.svg) no-repeat 50%;text-indent: -9999em;overflow: hidden;}

.custom-select {position: relative; display: none; width: 200px; height: 100%; cursor: pointer;}
.custom-select-title:after {
    content: "";
    float: left;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 9px;
    background: url(../img/icon_folding.png) center no-repeat;
    right: 20px;
    background-size: contain;
    transition: transform 0.3s
    ease;
}
.custom-select.active .custom-select-title:after {
    transform: rotate(180deg);
}
.custom-select-title {display: flex; align-items: center; justify-content: center; width: 100%; padding: 10px 30px 10px 5px; overflow:hidden; box-sizing: border-box; font-size: 16px; font-weight: 600; transition: background-color 0.3s ease;}
.custom-select-title img {width: 24px; height: 24px; object-fit: contain; margin-right: 10px;}
.custom-select-items img {max-width: 100%; max-height: 100%; object-fit: contain;}

.custom-select-items {position: absolute; top: 50px; width: 100%; max-height: 0; border-radius: 6px; overflow:hidden; background-color: white; box-sizing: border-box; box-shadow: -3px 33px 50px 0 rgba(0, 0, 0, 0.16); transition: max-height 0.3s ease-out;}
.custom-select.active .custom-select-items {display:block; max-height: 300px; border: 1px solid #ddd; overflow-y: auto;}

.custom-select-items li {display: flex; align-items: center; justify-content: center; padding: 15px 20px;}
.custom-select-items li:not(:first-child) {border-top: 1px dashed #dddddd;}

.custom-select-items .link_icon_wrapper {display: flex; align-items: center; justify-content: center; width: 35px; height: 35px; border-radius: 50%; background: #f5f5f5;}
.custom-select-items a {display: flex; align-items: center; gap: 6px; height: 100%; width: 100%; font-weight: 600;}

#m_header .custom-select {display: flex;}

#lang_toggle {display: flex; height: 100%;}
#m_lang_toggle {display: flex; align-items: center; justify-content: center; height: 100%;}

@media screen and (min-width: 1365px){
	.site_id .id_trial{top: -17px;left: 0;}
	#sub_tsrch .s_inner{width:700px;}

	#sub_tsrch{padding:25px 0;}
	#sub_tsrch .s_inner{height:60px}
	#sub_tsrch .inp_tsrch{width:calc( 100% - 125px );}
	#sub_tsrch .btn_dsrch{line-height:60px;width:120px;font-size:1.2em}
	#sub_tsrch .btn_dsrch_en{line-height:22px;}
	#sub_tsrch .btn_dsrch:hover,
	#sub_tsrch .btn_dsrch:focus{background:#f5f5f5;}
	#sub_tsrch .word_layer{top:62px;width: calc( 100% - 125px );}

	#sub_tsrch .inp_tsrch_knowledgeGraph{padding-left: 100px;}
	#sub_tsrch .inp_tsrch_knowledgeGraph_en{padding-left: 152px;}

	#header #lnb{display: flex; align-items: center; gap: 50px;}
	#header .btn_m_menu{display:none;}
	#header #lnb a{display:flex; justify-content: center; align-items: center; font-size:25px; font-weight: bold; letter-spacing: 0; height: 80px;}
	#header #lnb a.active{color:#486fae;transition: color;}

	#lnb {position: relative;display: flex;gap: 20px;}
	.lnb_search_wrapper {position: relative; display: flex; justify-content: center; align-items: center;}
	.lnb_search_box {position: absolute; display: none; flex-direction: column; align-items: center; top: 80%; min-width: 150px; background-color: #f5f5f5; z-index: 1000; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); border: 1px solid #ccc; border-radius: 4px; padding: 10px 0; font-size: 14px; white-space: nowrap;}
    #header #lnb .lnb_search_box a {display: block; text-decoration: none; height: auto; padding: 3px 13px; font-size: 20px;}
	.lnb_search_box a:hover {text-decoration: underline;}
	.lnb_search_wrapper:hover .lnb_search_box {display: flex;}

	#header #gnb {display: flex; flex-direction: column; gap: 10px; align-items: center; justify-content: center; height: 100%;}
	#header #gnb a.logout_font{display:inline-block;padding-left:22px;}
	#header #gnb a:first-child{margin-left:0;}
	#header #gnb a.btn_join{background:url(../img/ico_join.svg) no-repeat 0 50%; background-size: 16px auto; padding-left: 20px;}
	#header #gnb a.btn_login{background:url(../img/ico_login.svg) no-repeat 0 50%; background-size: 16px auto; padding-left: 20px;}
	#header #gnb a.btn_logout{background:url(../img/ico_logout.svg) no-repeat 0 50%; background-size: 16px auto; padding-left: 20px;}

	#header #gnb .user_info {display: flex; align-items: center; justify-content: center; gap: 10px; color:#222222; font-size: 1.1em;}
	#header #gnb .user_info .btn_set{font-weight:bold;color:#000;font-size:1.1em;position:relative;}
	#header #gnb .user_info .btn_set::after{content:'';display:block;width:20px;height: 100%;background:url(../img/ico_account.svg) no-repeat 0 50%;position:absolute;left:0;top:0;}
	#header #gnb .user_info .btn_set strong{border-bottom:1px solid #000;}
	#header #gnb .user_info .btn_info{display:inline-block;padding:0;background:#fff;color:#131313;border-radius: 12px;}
	#header #gnb .user_info .btn_info_en{width: 90px; line-height: 18px; text-align: center;}
	/*#header #gnb .user_info .btn_info:hover,*/
	/*#header #gnb .user_info .btn_info:focus{background:#000;transition: background .5s}*/

	#header #gnb #lang_toggle #lang_toggle_btn {display:flex; line-height: 19px; gap: 1px; background-color: white; margin-left: 13px; font-size: 1.1em;}
	#header #gnb #lang_toggle #lang_toggle_btn #lang_toggle_btn_logo {width: 18px;}

    #header-middle .custom-select {display: flex;}
}
@media screen and (min-width: 1600px){
	#sub_tsrch .s_inner{width:800px;}
	#header .inner_in{padding:0;}
}

#header-top {
	background-color: #EDF1F5;
	position: relative;
}
#header-top .toggle-wrap .toggle-head {
	padding: 8px 0;
}
#header-top .toggle-wrap .toggle-head .inner {
	display: flex;
}

@media screen and (max-width: 1199px) {
	#header-top .toggle-wrap .inner {
		padding: 0 17px;
	}
}

#header-top .toggle-wrap .inner {
	max-width: 1500px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 60px;
}

#header-top .toggle-wrap .toggle-head .inner .head_text {
	display: flex;
	align-items: center;
}
#header-top .toggle-wrap .toggle-head .inner .head_text img.flag {
	background-size: contain;
	display: inline-block;
	margin-right: 9px;
	width: 24px;
	height: 16px;
}
#header-top .toggle-wrap .toggle-head .inner .head_text span.nuri-txt{
	letter-spacing: 0;
}

#header-middle {
    height: 50px;
    border-bottom: 1px solid #f9f9f9;
}

/* 다국어 변환 토글 */
.lang_select {width: 50px; height: 30px; border: 2px solid rgb(27, 48, 68);border-radius: 8px;font-size: 16px;font-weight: bold;color: #333;background-color: #fff;appearance: none;text-align: center;cursor: pointer;}
.lang_select::-ms-expand {display: none;}
.lang_select:focus {outline: none;}
.lang_select:hover, .custom-select-items li:hover {background-color: #f8f8f8;}
.custom-select.active .custom-select-title {background-color: #f8f8f8;}

    /*@media (max-width: 600px) {
        .lang_select {
            width: 100px;
            font-size: 14px;
        }
    }*/

#footer{background:#f5f5f5;max-width:1440px;margin:0 auto;}
#footer .inner{padding:30px 50px;}

#footer .certify{text-align: center;font-size:0.92em}
#footer h2{display:inline-block;margin:10px;width:102px;height:34px;background:url(../img/site_id_color.svg) no-repeat 50%;text-indent: -9999em;overflow: hidden;}
#footer h2.footer_id_nikl_en{display:inline-block;margin:10px;width:102px;height:34px;background:url(../img/site_id_color_en.svg) no-repeat 50%;text-indent: -9999em;overflow: hidden;}
#footer .certify address{margin-bottom:10px;}
#footer .certify address .m_br{display:inline-block;}
#footer .certify .copy span{display:none;}

#footer .agency{max-width:570px;margin:20px auto 0; display: flex; flex-direction: column; align-items: stretch;}
#footer .agency .footer_menu {justify-content: space-between; align-items: center; overflow: hidden; padding: 5px;}
#footer .agency .footer_menu a {padding: 0 20px;text-decoration: none;font-size: 14px;color: #848484;flex: 1;text-align: center;white-space: nowrap;overflow: hidden;position: relative;}
#footer .agency .footer_menu a:not(:first-child)::before {content: "|";color: #848484;position: absolute;top: 50%;transform: translateY(-50%);left: -5px;}
#footer .agency .footer_menu:first-child a:first-child {font-weight: bold; text-decoration: underline;}

#footer .lst_agency .sel_box {float: left;width: 315px;padding: 0 10px;background: #e7e7e7;border-radius: 8px 0 0 8px;box-sizing: border-box;position: relative;}
#footer .lst_agency select {width: 100%;height: 36px;border: 0;color: #000;background: #e7e7e7;}
#footer .lst_agency button {float: right;width: 80px;height: 39px;color: #fff;background: #595959;border-radius: 0 8px 8px 0;font-size: 16px;}
#footer .lst_agency .sel_box ul {width: 100%;padding: 0 10px;margin: 0;list-style: none;background: #e7e7e7;border-radius: 8px 0 0 8px;box-sizing: border-box;position: absolute;bottom: calc(100% - 39px);left: 0;z-index: 1001}
#footer .lst_agency .sel_box ul:hover {cursor: pointer;}
#footer .lst_agency .sel_box ul li {padding: 10px;color: #000;background: #e7e7e7;font-size: 16px;letter-spacing: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
#footer .lst_agency .sel_box ul li:hover {background: #dcdcdc;}
#footer .lst_agency .sel_box .lst_agency_hidden {display: none;}
#footer .lst_agency .sel_box .lst_agency_selected {display: list-item;}
#footer .lst_agency .sel_box .lst_agency_section{color: #4156d3}
#footer .lst_agency .sel_box .lst_agency_section:hover{background: #e7e7e7; cursor: auto;}

.footer_regular {display: block;}
.footer_resp {display: none;}

@media (max-width: 790px) {
	.footer_regular {
		display: none;
	}

	.footer_resp {
		display: block;
		text-align: center;
	}
}

@media (max-width: 485px) {
	#footer .inner {
		padding: 30px 25px;
	}

	#footer .agency .footer_menu a {
		padding: 0 11px;
		font-size: 13px;
	}

	#footer .lst_agency .sel_box {
		width: 215px;
	}
}

#footer .form_agency_wrap {display: flex; justify-content: flex-end;margin-top: 20px;}
#footer .form_agency{padding: 14px;box-sizing: border-box;width: 60%;}
#footer .form_agency::after{clear:both;display:block;content: '';}

@media screen and (min-width: 1400px){
	#footer{background:transparent;border-top:1px solid #444}
	#footer .inner{display:flex;}
	#footer .certify{flex: 1;text-align:left;font-size:1em; padding: 15px 0 0 15px;}
	#footer .agency{flex:1;margin:0}
	#footer .certify address{margin-bottom:5px;}
	#footer .certify address .m_br{display:inline;}
	#footer .certify .copy span{display:inline;}
}
@media screen and (max-width: 1400px){
	#footer .footer_log_img {text-align: center;}
	#footer .form_agency_wrap {justify-content: center;}
}
@media screen and (max-width: 350px){
	#footer .form_agency_wrap {display: none;}
}
@media screen and (min-width: 1600px){
	#footer .inner{padding:30px 0;}
}

#container .inner{position:relative;padding:0;max-width: 1440px;margin:0 auto;}
#container .inner_one{position:relative;padding:0;max-width: 1440px;margin:0 auto;}
.sub_layout #container{position:relative;padding:0 0 40px;max-width: 1440px;margin:0 auto;}
.sub_layout #container .inner{position:relative;padding:142px 20px 0 20px;margin:auto;box-sizing: border-box;justify-content: space-between;flex-direction: row;}
.sub_layout #container .inner_one{position:relative;padding:165px 20px 0 20px;margin:auto;box-sizing: border-box;justify-content: center;flex-direction: row;}
.sub_layout #container .inner_knowledgegraph{position:relative;padding:142px 20px 0 20px;margin:auto;box-sizing: border-box;justify-content: space-between;flex-direction: row;}
#container #contents{position:relative;}
.sub_layout #container.ct #contents{width:100%;max-width:1200px;}

#snb_sort{position:fixed;right:-320px;top:0;height: 100vh;width:320px;padding-top:20px;box-sizing:border-box;z-index:1001;transition: right .15s;margin-top: 123px;}
#snb_sort.active{right:0;}

#snb_sort .btn_open_sort{position:absolute;top:145px;left:-40px;width:40px;height: 50px;background:rgba(0,64,153,1);border-radius: 10px 0 0  10px;text-indent: -9999em;overflow: hidden;}
#snb_sort .btn_open_sort::after{content:'';display:block;width:18px;height: 100%;background:url(../img/btn_m_sort.svg) no-repeat 50%;position:absolute;left:50%;top:0;margin-left:-9px;}


#snb .tit_box{position:relative;height:200px;width:100%;background:linear-gradient(#004099, #0b60c8);color:#fff;border-radius:0 50px 0 50px;overflow: hidden;}

#snb_sort .tab_sort{display:block;width:100%;}
#snb_sort .tab_sort::after{clear:both;display:block;content:'';}
#snb_sort .tab_sort a{position:relative;float:left;display:table;width:46%;height: 54px;text-align: center;border-radius: 10px 10px 0 0;background:#dcdcdc;color:#727272;overflow: hidden;font-size:1.1em;font-weight: bold;;}
#snb_sort .tab_sort a span{position: relative;display:table-cell;vertical-align:middle;z-index: 2}
#snb_sort .tab_sort a.active{width:54%;background:linear-gradient(#004099, #0b60c8);color:#fff;}
#snb_sort .tab_sort a.active span::after{content:'';display:block;position:absolute;left:-80px;top:-80px;width:225px;height:217px;background:url(../img/bg_m_lnb.png) no-repeat 50%;z-index: -1}

#snb_sort.active .sort_box{box-shadow: 3px 0 10px rgba(0,0,0,.3)}
#snb_sort .sort_box{position:relative;background:#fff;padding:10px 15px;height:calc( 100% - 68px );overflow-y: auto;}


#snb_sort .sort_box .lst_snb{}
#snb_sort .sort_box .lst_snb label{display:inline-block;font-size:0.95em;letter-spacing: 0;}
#snb_sort .sort_box .lst_snb label .src{display:block;font-size:0.9em;}
#snb_sort .sort_box .lst_snb label sup{color:#ff3000;margin-left:3px;font-size: 11px;}
#snb_sort .sort_box .lst_snb input[type="checkbox"]{margin-right:8px;vertical-align: top;margin-top:5px;}
#snb_sort .sort_box .lst_snb .glossary_label input[type="checkbox"]{margin-right:8px;vertical-align: top;margin-top:10px;}
#snb_sort .sort_box .lst_snb > li{border-bottom:1px solid #bebebe;}
#snb_sort .sort_box .lst_snb > li .depth01{position:relative;display:block;width:100%;padding-right:30px;box-sizing: border-box;font-size:1.1em;}
#snb_sort .sort_box.type02 .lst_snb > li .depth01{padding-right:0}
#snb_sort .sort_box .lst_snb > li .depth01 label{padding:15px 0;}
#snb_sort .sort_box .lst_snb > li .depth01 label.glossary_label{display: flex;}
#snb_sort .sort_box .lst_snb > li .depth01 label.realm_lclas_label{display: flex;}
#snb_sort .sort_box .lst_snb > li .depth01 label.realm_lclas_label .realm_lclas_label_right_ellipsis{text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
#snb_sort .sort_box .lst_snb > li .depth02 label.realm_mlsfc_label .realm_mlsfc_label_right_ellipsis{text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
#snb_sort .sort_box .lst_snb > li .depth01 button{position:absolute;right:0;top:0;width:23px;height:100%;background: transparent url(../img/arr_cir_down.svg) no-repeat 50%;border:0;text-indent: -9999em;overflow: hidden;}
#snb_sort .sort_box .lst_snb > li .depth02{display:none;padding:10px 20px;}
#snb_sort .sort_box .lst_snb > li .depth02 label{padding:5px 0;}
#snb_sort .sort_box .lst_snb > li .depth02 label.realm_mlsfc_label{display: flex;}
#snb_sort .sort_box .lst_snb > li .depth02 li{padding:2px 0;}
#snb_sort .sort_box .lst_snb > li .depth02 li strong{color:#ff3000;}

#snb_sort .sort_box .lst_snb > li.active{border-bottom:2px solid #004099}
#snb_sort .sort_box .lst_snb > li.active .depth02{display:block;}
#snb_sort .sort_box .lst_snb > li.active .depth01{font-weight:bold;border-bottom:2px solid #004099;}

#snb_sort .sort_box .lst_snb > li.active .depth01 button{background: transparent url(../img/arr_cir_up.svg) no-repeat 50%;}

#snb_sort .sort_box .snb_btn_box{width:100%;padding:10px 0;box-sizing: border-box;}
#snb_sort .sort_box .snb_btn_box::after{clear:both;display:block;content: '';}
#snb_sort .sort_box .snb_btn_box button{float:left;margin-left:6px;width:calc( 50% - 3px );height:40px;color:#676767;border:1px solid #676767;border-radius:8px;background:#fff;font-size: 1.1em;box-sizing: border-box;text-align: center}
#snb_sort .sort_box .snb_btn_box button:first-child{margin-left:0}
#snb_sort .sort_box .snb_btn_box button i{position:relative;display:inline-block;font-style: normal;font-weight: bold;padding-left:23px;height:100%;line-height:40px;vertical-align: top}
#snb_sort .sort_box .snb_btn_box .btn_done{border-color:#da0c57;}
#snb_sort .sort_box .snb_btn_box .btn_done i{color:#da0c57;}
#snb_sort .sort_box .snb_btn_box .btn_done i::after{content:'';position:absolute;left:0;top:0;background:url(../img/ico_check_purple.svg) no-repeat 50%;width:18px;height:100%;}
#snb_sort .sort_box .snb_btn_box .btn_refresh i::after{content:'';position:absolute;left:0;top:0;background:url(../img/ico_refresh_gray.svg) no-repeat 50%;width:18px;height:100%;}

#snb{display:none;width:300px}
#snb .tit_box{position:relative;height:200px;width:100%;background:linear-gradient(#004099, #0b60c8);color:#fff;border-radius:0 50px 0 50px;overflow: hidden;}
#snb .tit_box::after{content:'';display:block;position:absolute;left:-10px;top:-80px;width:225px;height:217px;background:url(../img/bg_m_lnb.png) no-repeat 50%;}
#snb .tit_box h2{position:relative;padding:50px 20px 10px 30px;z-index: 1;font-size: 1.7em}
#snb .tit_box_en h2{padding-top:24px;}

.snb_lst{position:relative;margin:-110px 0 0 15px;background:#fff;border-radius: 30px 0 0 0;padding:20px 20px;border:1px solid #e6e6e6;z-index: 2}
.snb_lst li{border-bottom:1px solid #bebebe}
.snb_lst li a{position:relative;display:block;padding:15px 23px 15px 10px;font-size: 1.2em}
.snb_lst li a::after{content: '';display:block;position:absolute;right:0;top:50%;margin-top:-12px;width:23px;height:23px;background:url(../img/arr_cir_right02.svg) no-repeat 50%;}
.snb_lst li.active{border-bottom:2px solid #004099}
.snb_lst li.active a{color:#004099;font-weight: bold;}
.snb_lst li.active a::after{background:url(../img/arr_cir_right01.svg) no-repeat 50%;}


.breadscumb{position:relative;min-height:20px;line-height:20px;padding:20px 0;z-index: 100}
.breadscumb ol{list-style: none;}
.breadscumb ol::after{clear:both;display:block;content:'';}
.breadscumb ol > li{position:relative;float:left;padding-left:20px;}
.breadscumb ol > li > a{display:block;color:#747474;position: relative;z-index: 999;}
.breadscumb ol > li + li::after{content:'/';display:block;position:absolute;left:0;top:0;width:20px;height: 100%;text-align: center;color:#858585;}
.breadscumb .go_home{padding-left:0;width:18px;height:100%;background:url(../img/ico_home.svg) no-repeat 50%;text-indent: -9999em;overflow: hidden;}
.breadscumb ol > li.drop > a{position:relative;color:#000;font-weight: bold;padding-right:20px;}
.breadscumb ol > li.drop > a::after{width:8px;height:100%;content:'';display:block;background:url(../img/ico_sel_arr.svg) no-repeat 50%;position:absolute;right:0;top:0;}

.breadscumb ol > li.drop .lst_drop.active{top:20px;opacity:1;visibility:visible;z-index: 1000;}

.breadscumb ol > li .lst_drop{width:140px;background:#fff;border:1px solid #b1b1b1;border-radius:10px;position:absolute;left:0px;top:0;box-shadow:0 0 15px -5px rgba(0,0,0,.55);opacity:0;visibility:hidden;z-index:-1;transition:top .2s,opacity .2s,visibility .2s}
.breadscumb ol > li .lst_drop li{}
.breadscumb ol > li .lst_drop li a{display: block;line-height: 1.3em;font-weight: 400;color: #000;padding: 8px 18px;word-break: keep-all;word-wrap: break-word;transition: background-color .15s;font-size:0.9em}

@media screen and (min-width: 1200px){

	#container,
	.sub_layout #container{padding-bottom:50px;}
	.sub_layout #container .inner{display:flex;align-items: flex-start;flex-direction: row;}
	.sub_layout #container .inner_one{display:flex;align-items: flex-start;flex-direction: row;}
	.sub_layout #container.ct .inner{width:100%;justify-content: center;}
	.sub_layout #container #contents{position:relative;width: calc( 100% - 380px );}

	#container .top_wrap {padding: 80px 50px;}

	#snb{display:block;padding-top:15px}
	#snb_sort{position: relative;right:auto;top:auto;width:300px;padding-top:15px;height: auto; margin-top: 0px;}

	#snb_sort .btn_open_sort{display:none}
	#snb_sort.active .sort_box{box-shadow: none;}


	#snb_sort .sort_box{position:relative;top:-110px;padding:20px;overflow: visible;height:auto;margin:0 0 0 15px;z-index: 3;border-radius: 30px 0 0;border: 1px solid #e6e6e6;box-sizing: border-box;}

	#snb_sort .tab_sort{position:relative;height: 200px;}
	#snb_sort .tab_sort a{width:53%;border-radius: 0 30px 0 50px;height:100%;margin-top:10px;z-index: 1}
	#snb_sort .tab_sort a:last-child{margin-left:-7%;}
	#snb_sort .tab_sort a span{vertical-align: top;padding-top:35px;}
	#snb_sort .tab_sort a:first-child{margin-top:0;z-index: 2}
	#snb_sort .tab_sort a:first-child span{vertical-align: top;padding-top:30px;}

	#snb_sort .sort_box .snb_btn_box .btn_done:hover,
	#snb_sort .sort_box .snb_btn_box .btn_done:focus{background:#fffef5;border-color:#a80b44;transition: border .5s, background .5s}
	#snb_sort .sort_box .snb_btn_box .btn_done:hover i,
	#snb_sort .sort_box .snb_btn_box .btn_done:focus i{color:#a80b44;transition: color .5s}

	#snb_sort .sort_box .snb_btn_box button:hover,
	#snb_sort .sort_box .snb_btn_box button:focus{border-color:#000;transition: border .5s}
	#snb_sort .sort_box .snb_btn_box button:hover i,
	#snb_sort .sort_box .snb_btn_box button:focus i{color:#000;transition: color .5s}

	.sub_layout #container .inner{position:relative;padding:260px 20px 0 20px;margin:auto;box-sizing: border-box;justify-content: space-between;flex-direction: row;}
	.sub_layout #container .inner_one{position:relative;padding:270px 20px 0 20px;margin:auto;box-sizing: border-box;justify-content: center;flex-direction: row;}
	.sub_layout #container .inner_knowledgegraph{position:relative;padding:270px 20px 0 20px;margin:auto;box-sizing: border-box;justify-content: space-between;flex-direction: row;}
}

@media screen and (min-width: 1600px){
	#container .inner{padding:0}
	#container .inner_one{padding:0}
}

@media screen and (max-width: 1330px) {
	.sub_layout #container .inner{position:relative;padding:200px 20px 0 20px;margin:auto;box-sizing: border-box;justify-content: space-between;flex-direction: row;}
	.sub_layout #container .inner_knowledgegraph{position:relative;padding:180px 20px 0 20px;margin:auto;box-sizing: border-box;justify-content: space-between;flex-direction: row;}
}

#layer_highlight.active{display:flex}
#layer_highlight{position:fixed;left:0;top:0;width:100%;height:100%;display:none;justify-content: center;align-items: center;flex-direction: row;z-index: 7000}
#layer_highlight .layer_inner{position:relative;padding:30px 20px;background:#fff;width:calc( 100% - 45px );height:auto;box-sizing:border-box;max-height: 85vh;max-width:930px;overflow-y: auto;border-radius: 20px;box-shadow: 0 0 20px rgba(0,0,0,.5);}

#layer_highlight .layer_header{position:relative;border-bottom:1px solid #000;padding:0 0 10px;margin-bottom:20px;}
#layer_highlight .layer_header h2{font-size:1.5em;}
#layer_highlight .layer_header .btn_layer_close{background:#f0f0f0;border-radius:50%;width:40px;height:40px;position:absolute;right:0;top:-10px;}
#layer_highlight .layer_header .btn_layer_close i{display:block;text-indent: -9999em;overflow: hidden;background:url(../img/btn_close_black.svg) no-repeat 50%;width:18px;height:18px;position:absolute;left:50%;top:50%;margin:-9px 0 0 -9px;}
#layer_highlight.layer_player .btn_signdict_layer_close{background:#f0f0f0;border-radius:50%;width:40px;height:40px;position:absolute;right:0;top:-10px;}
#layer_highlight.layer_player .btn_signdict_layer_close i{display:block;text-indent: -9999em;overflow: hidden;background:url(../img/btn_close_black.svg) no-repeat 50%;width:18px;height:18px;position:absolute;left:50%;top:50%;margin:-9px 0 0 -9px;}
#layer_highlight.layer_player .btn_signdict_layer_close.btn_close_overlay{background:#f0f0f0;border-radius:50%;width:40px;height:40px;position:absolute;right:0;top:20px;}
#layer_highlight .layer_body_in{background:#fafafa;padding:15px;box-sizing: border-box;border:1px solid #e8ebed;border-radius: 15px;overflow: auto;}
#layer_highlight .layer_body dl{padding-top:10px;margin-top:10px;border-top:1px solid #e0e0e0}
#layer_highlight .layer_body dl:first-child{padding-top:0;margin-top:0;border-top:0;}
#layer_highlight .layer_body dt{margin-bottom:5px;font-size:18px;font-weight: bold;}
#layer_highlight .layer_body dd .row:first-child{margin-top:0;}
#layer_highlight .layer_body dd .row.date{display:flex;justify-content: flex-start;align-items: center;flex-direction: row;}
#layer_highlight .layer_body dd .row.date input{width:calc( 50% - 10px ); font-family: "NanumBarunGothic", sans-serif; text-align: center; font-size: 16px;}
#layer_highlight .layer_body dd .row.date input.detailSearchDate{height: 36px; width: 140px; padding-left: 10px; text-align: left; background: #fff; border: 1px solid #8f8f9d;}
#layer_highlight .layer_body dd .row.date input.detailSearchDate::placeholder{color: black; text-align: left;}
#layer_highlight .layer_body dd .row.date input.detailSearchDate_en::placeholder{font-size: 12px;}
#layer_highlight .layer_body dd .row.date .searchDateWrapper{position: relative; display: inline-block;}
#layer_highlight .layer_body dd .row.date .searchDateIcon{position: absolute; left: 116px; top: 10px;}
#layer_highlight .layer_body dd .advancedSearchTwoLineLabel{display: flex; align-items: center;}
#layer_highlight .layer_body dd .advancedSearchTwoLineLabel .advancedSearchTwoLineLabelRight{margin-left:3px;}
#layer_highlight .bar{width:20px;text-align: center;}
#layer_highlight .point{vertical-align: top;margin-top:2px;}
#layer_highlight select{height:36px;padding:0 10px;background:#fff;border:1px solid #8f8f9d;font-size: 16px;width: 15%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#layer_highlight select option{background:#fff;}
#layer_highlight input:disabled{border:0;background:#fafafa;margin:2px;}
#layer_highlight input[type="date"]{height:36px;box-sizing: border-box;margin:2px;}
#layer_highlight label{margin:2px 7px 2px 2px}
#layer_highlight button{margin:2px;}
#layer_highlight .inputSearchWord{font-family: 'NanumBarunGothic', sans-serif; width: 15%;}
#layer_highlight .layer_footer{text-align: center;margin-top:20px;}

@media screen and (min-width: 795px) {
	#layer_highlight .row.cate_row_upper,
	#layer_highlight .row.cate_row_lower,
	#layer_highlight .row.type_row_upper,
	#layer_highlight .row.type_row_lower {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}

	#layer_highlight .row.cate_row_upper label,
	#layer_highlight .row.cate_row_lower label {
		width: 18%;
	}

	#layer_highlight .row.type_row_upper label,
	#layer_highlight .row.type_row_lower label {
		width: 15%;
	}
}
@media screen and (min-width: 600px){
	#layer_highlight .layer_body dd .row.date{justify-content: flex-start;}
	#layer_highlight .layer_body dd .row.date input{width:auto; text-align: center; font-size: 16px;}
}

@media screen and (min-width: 900px){
	#layer_highlight .layer_inner{padding:30px}
	#layer_highlight .layer_body dl{display:flex;justify-content: space-between;align-items: stretch;flex-direction: row;padding-top:15px;margin-top:15px;}
	#layer_highlight .layer_body dt{margin-bottom:0;width:150px;font-size:1.2em;}
	#layer_highlight .layer_body dd{width:calc( 100% - 110px ); margin-left: 20px;}
	#layer_highlight .layer_body dd .row.m_br{display:inline-block;}
}

.layer_download.active{display:flex}
.layer_download{position:fixed;left:700px;top:200px;width:100%;height:100%;display:none;justify-content: center;align-items: center;flex-direction: row;z-index: 7000}
.layer_download .inner{position:relative;padding:30px 20px;background:#fff;width:calc( 100% - 20px );height:auto;box-sizing:border-box;max-height: 90vh;max-width:900px;overflow-y: auto;border-radius: 20px;box-shadow: 0 0 20px rgba(0,0,0,.5);}
.layer_download .layer_inner{position:relative;padding:30px 20px;background:#fff;width:calc( 100% - 20px );height:auto;box-sizing:border-box;max-height: 90vh;max-width:900px;overflow-y: auto;border-radius: 20px;box-shadow: 0 0 20px rgba(0,0,0,.5);}

.layer_download .layer_header{position:relative;border-bottom:1px solid #000;padding:0 0 10px;margin-bottom:20px;}
.layer_download .layer_header h2{font-size:1.5em;}
.layer_download .layer_header .btn_layer_close{background:#f0f0f0;border-radius:50%;width:40px;height:40px;position:absolute;right:0;top:-10px;}
.layer_download .layer_header .btn_layer_close i{display:block;text-indent: -9999em;overflow: hidden;background:url(../img/btn_close_black.svg) no-repeat 50%;width:18px;height:18px;position:absolute;left:50%;top:50%;margin:-9px 0 0 -9px;}
.layer_download .layer_body_in{background:#fafafa;padding:15px;box-sizing: border-box;border:1px solid #e8ebed;border-radius: 15px}
.layer_download .layer_body dl{padding:10px;margin-top:10px;border-top:1px solid #e0e0e0}
.layer_download .layer_body dl:first-child{border-top:0;}
.layer_download .layer_body dt{margin-bottom:5px;font-weight: bold;}
.layer_download .layer_body dd{font-size:1em;}
.layer_download .layer_body dd .row{margin-top:10px;}
.layer_download .layer_body dd .row:first-child{margin-top:0;}
.layer_download .layer_body dd .row.date{display:flex;justify-content: space-between;align-items: center;flex-direction: row;}
.layer_download .layer_body dd .row.date input{width:calc( 50% - 10px );}

.layer_download .bar{width:20px;text-align: center;}
.layer_download .point{vertical-align: top;margin-top:2px;}
.layer_download select{height:36px;padding:0 10px;background:#fff;border:1px solid #8f8f9d;}
.layer_download select option{background:#fff;}
.layer_download input:disabled{border:0;background:#fafafa;margin:2px;}
.layer_download input[type="date"]{height:36px;box-sizing: border-box;margin:2px;}
.layer_download label{margin:5px 66px 2px 2px}
.layer_download button{margin:2px;}
.layer_download .row label {display: inline-block;vertical-align: middle;cursor: pointer;width: 80px;white-space: nowrap;}

.layer_download .layer_inner .add_bookmark {display: inline-block;height: 28px;line-height: 26px;padding: 0 6px 0 22px;position: relative;font-size: 13px;border: 2px dashed #cec49b;border-radius: 5px;font-weight: normal;color: #9f956e;box-sizing: border-box;right: 4px;letter-spacing: 0.1px;}
.layer_download .layer_inner .add_bookmark::after {content: '';display: block;width: 12px;height: 100%;background: url(../img/ico_bookmark_add.svg) no-repeat center left;position: absolute;left: 7px;top: 0;}
.layer_download .layer_inner .add_bookmark:hover::after,
.layer_download .layer_inner .add_bookmark:focus::after {background: url(../img/ico_bookmark_plnk.svg) no-repeat center left;}

.layer_download .layer_footer{text-align: center;margin-top:20px;}

@media screen and (min-width: 600px){
	.layer_download .layer_body dd .row.date{justify-content: flex-start;}
	.layer_download .layer_body dd .row.date input{width:auto;}
}

@media screen and (min-width: 900px){
	.layer_download .inner{padding:30px}
	.layer_download .layer_body dl{display:flex;justify-content: space-between;align-items: stretch;flex-direction: row;padding-top:15px;margin-top:15px;}
	.layer_download .layer_body dt{margin-bottom:0px;width:100px;font-size:1.2em;}
	.layer_download .layer_body dd{width:calc( 100% - 110px );}
	.layer_download .layer_body dd .row.m_br{display:inline-block;}
}
@media screen and (max-width: 1199px){
	.m_layer {top: 250px; left: 40px;}
	#snb_sort{position:fixed;right:-320px;top:0;height: 100vh;width:320px;padding-top:75px;box-sizing:border-box;z-index:1001;transition: right .15s;margin-top: 123px;}
	#header-top .toggle-wrap .inner{padding-left: 5px;}
}

#layer_relateword.active{display:flex}
#layer_relateword{position:fixed;left:0;top:0;width:100%;height:100%;display:none;justify-content: center;align-items: center;flex-direction: row;z-index: 7000}
#layer_relateword .layer_inner{position:relative;padding:0px 30px 30px 30px;background:#fff;width:calc( 100% - 50px );height:auto;box-sizing:border-box;max-height: 90vh;max-width:1035px;overflow-y: auto;border-radius: 20px;box-shadow: 0 0 20px rgba(0,0,0,.5); overscroll-behavior: none;}

#layer_relateword .layer_header{position:sticky;border-bottom:1px solid #000;padding:30px 0px 10px 0px;margin-bottom:20px;top: 0;z-index: 100;background-color: #FFFFFF;}
#layer_relateword .layer_header h2{font-size:1.5em;}
#layer_relateword .layer_header .btn_popup_layer_close{background:#f0f0f0;border-radius:50%;width:40px;height:40px;position:absolute;right:0;top:20px;}
#layer_relateword .layer_header .btn_popup_layer_close i{display:block;text-indent: -9999em;overflow: hidden;background:url(../img/btn_close_black.svg) no-repeat 50%;width:18px;height:18px;position:absolute;left:50%;top:50%;margin:-9px 0 0 -9px;}#layer_relateword .layer_body_in{background:#fafafa;padding:15px;box-sizing: border-box;border:1px solid #e8ebed;border-radius: 15px;overflow: visible;}

#layer_relateword .layer_body dl:first-child{padding-top:0;margin-top:0;border-top:0;}
#layer_relateword .layer_body dt{margin-bottom:5px;font-weight: bold;}
#layer_relateword .layer_body dd{font-size:16px;}
#layer_relateword .layer_body dd .row:first-child{margin-top:0; display: flex;}
#layer_relateword .layer_body dd .row.date{display:flex;justify-content: space-between;align-items: center;flex-direction: row;}
#layer_relateword .layer_body dd .row.date input{width:calc( 50% - 10px ); font-family: "NanumBarunGothic", sans-serif; text-align: center; font-size: 16px;}
#layer_relateword .layer_body{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;}

#layer_relateword .eg{margin-right:5px;border-radius:3px;padding:0 10px;display:inline-block;color:#fff;line-height: 24px;font-size: 15px;}
#layer_relateword .eg.box01{background: #003965}
#layer_relateword .eg.box02{background: #990032}
#layer_relateword .eg.box01.gov{background: #01bee2}

#layer_relateword .example .tit{border-radius:3px;padding:0 10px;display:inline-block;color:#fff;line-height: 24px;background:#616161;margin-bottom:5px;font-weight: bold;font-size: 15px;}
#layer_relateword .cont_dic .example .usageExampleLabel_en{padding: 0 4px;}
#layer_relateword .example .tit_refferMatter{border-radius:3px;padding:0 10px;display:inline-block;color:#fff;line-height: 24px;background:#9f62c2;margin-bottom:10px;font-weight: bold;font-size: 15px;}
#layer_relateword .example .tit_relatedWord{border-radius:3px;padding:0 10px;display:inline-block;color:#fff;line-height: 24px;background:#04c886;margin-bottom:10px;font-weight: bold;font-size: 15px;}
#layer_relateword .example .tit_trnslatWord{border-radius:3px;padding:0 18.3px;display:inline-block;color:#fff;line-height: 24px;background:#f9aa1a;margin-bottom:10px;font-weight: bold;font-size: 15px;}
#layer_relateword .example ul li .source{font-size:0.9em;color:#747474;padding-top:5px;}

#layer_relateword .bar{width:20px;text-align: center;}
#layer_relateword .imprmnRtTooltip{flex-basis: 9%;padding-left: 10px;margin-right: 10px;}
#layer_relateword .ir_star{vertical-align: top;margin-top:2px; margin-left: 10px;}
#layer_relateword select{height:36px;padding:0 10px;background:#fff;border:1px solid #8f8f9d;font-size: 16px;}
#layer_relateword select option{background:#fff;}
#layer_relateword input:disabled{border:0;background:#fafafa;margin:2px;}
#layer_relateword input[type="date"]{height:36px;box-sizing: border-box;margin:2px;}
#layer_relateword label{margin:2px 7px 2px 2px}
#layer_relateword li.interval{padding-bottom: 2px;}
#layer_relateword .btn_detail{display:inline-block;margin:0 10px;padding:0 10px;height:23px;line-height: 25px;font-size:13px !important;border-radius: 5px;background:#898989;color: #fff;}
#layer_relateword .btn_detail:hover, #layer_relateword .btn_detail:focus{background: #000000}
#layer_relateword .btn_signdict_player {position: absolute;top: 46%;left: 40%;transform: translateX(-50%);z-index: 1; cursor: pointer;}
#layer_relateword .btn_signdict_player img {position: absolute;top: 0;left: 0;}
#layer_relateword .layer_footer{text-align: center;margin-top:20px;}
#layer_relateword .layer_body .cont{display:flex;flex-wrap: wrap;align-items: flex-start;flex-direction: row;align-items: center;}
#layer_relateword .cont_header .l_box.type02{display:flex;flex-direction: initial;align-items: center;flex:1;}
#layer_relateword .cont_header h2{font-size:1.8em;}

#loading_relateword {display: none;position: fixed;z-index: 9999;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(255, 255, 255, 0.75);}
.spinner_relateword {width: 48px;height: 48px;border: 5px solid #1b3044;border-bottom-color: transparent;border-radius: 50%;display: inline-block;box-sizing: border-box;position: absolute;top: 50%;left: 50%;margin: -24px 0 0 -24px;animation: rotation 1s linear infinite;}

#layer_relateword .layer_krGvrnLcnsTyInfo .layer_header .btn_layer_close{background:#f0f0f0;border-radius:50%;width:40px;height:40px;position:absolute;right:0;top:20px;}

@keyframes rotation { 0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);} }

@media screen and (min-width: 900px){
	#layer_relateword .layer_inner{padding:0px 30px 30px 30px;}
	#layer_relateword .layer_body dl{display:flex;justify-content: space-between;align-items: stretch;flex-direction: row;margin-top:15px;}
	#layer_relateword .layer_body dt{margin-bottom:0;max-width: 17%;font-size:1.1em;}
	#layer_relateword .layer_body dd{width:calc( 100% - 1px );}
	#layer_relateword .layer_body dd .row.m_br{display:inline-block;}
}

@media screen and (min-width: 795px) {
	#layer_relateword .row.cate_row_upper,
	#layer_relateword .row.cate_row_lower,
	#layer_relateword .row.type_row_upper,
	#layer_relateword .row.type_row_lower {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}

	#layer_relateword .row.cate_row_upper label,
	#layer_relateword .row.cate_row_lower label {
		width: 18%;
	}

	#layer_relateword .row.type_row_upper label,
	#layer_relateword .row.type_row_lower label {
		width: 15%;
	}
}
@media screen and (min-width: 600px){
	#layer_relateword .layer_body dd .row.date{justify-content: flex-start;}
	#layer_relateword .layer_body dd .row.date input{width:auto; text-align: center; font-size: 16px;}
}

/* 공지사항 레이어 팝업 */

.layer_ntc.active{display: flex;}
.layer_ntc{top:180px; left: 530px; min-height: 475px; max-height: 475px; position: fixed; width: 400px; height: 480px; display:none; z-index: 7000; justify-content: center; align-items: center; flex-direction: row; border-radius: 10px;}
.layer_ntc .layer_inner{position: relative; background: #fff; width: 100%; max-width: 400px; height:100%; border-radius: 10px; box-shadow: 0 0 20px rgba(0,0,0,.5);}
.layer_ntc .layer_header{position: relative; padding: 10px; width: 100%; height: auto; display: flex; justify-content: center; align-items: center; flex-direction: column; box-sizing: border-box;}
.layer_ntc .layer_header h2{font-size: 1.2em; padding: 0 10px; line-height: 1.3;}
.layer_ntc .layer_logo{width: 120px; height: 120px; margin: 5px 0;}
.layer_ntc .layer_logo_en{width: 170px;}
.layer_ntc .layer_body{display: flex; width: 100%; max-width: 380px; min-height: 250px; max-height: 250px; padding: 15px; margin: 10px; height: auto; background: #e8ebed; box-sizing: border-box; align-items: center; justify-content: center; overflow: auto;}
.layer_ntc .layer_body .layer_ntcCn{line-height: 1.4; font-size: 15px; max-height: 225px; min-height: 215px; width: 100%;}
.layer_ntc .layer_footer{display: flex; justify-content: center; align-items: center; width: 100%; height: 11%; background: #004479; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;}
.layer_ntc .btn_ntc_pop_footer{color: white; background-color: #004479; font-size: 18px; padding: 5px 25px; border-radius: 5px; margin: 0 35px 0 6px;}
.layer_ntc .btn_ntc_pop_footer:hover{color: #004479; background-color: white; box-sizing: border-box;}
.m_ntc_layer_2{left: 960px;}
.m_ntc_layer_onlyOne{left: 750px;}
.popup_atch_area{display: flex; flex-direction: column; align-items: flex-start;}
.popup_atch_area span{margin: 1px 0;}

@media screen and (max-width: 1600px){
	.m_ntc_layer {left: 240px;}
	.m_ntc_layer_onlyOne {top: 180px; left: 440px;}
	.m_ntc_layer_2 {left: 660px;}
}

@media screen and (max-width: 1300px){
	.m_ntc_layer {top: 150px; left: 45px;}
	.m_ntc_layer_onlyOne {top: 180px; left: 270px;}
	.m_ntc_layer_2 {top: 150px; left: 460px;}
}

@media screen and (max-width: 900px){
	.m_ntc_layer {left: 45px;}
	.m_ntc_layer_2 {left: 45px;}
}

@media screen and (max-width: 490px){
	.m_ntc_layer {left: 28px; top: 130px; width: 320px;}
	.m_ntc_layer_2 {left: 28px;}
	.layer_ntc{max-height: 460px; min-height: 460px;}
	.layer_ntc .layer_inner{max-width: 320px;}
	.layer_ntc .layer_body{max-width: 300px; max-height: 260px;}
	.layer_ntc .btn_ntc_pop_footer{margin: 0 5px 0 -5px;}
	.layer_ntc .layer_logo{width: 100px; height: 100px; margin: 0;}
	.layer_ntc .layer_body .layer_ntcCn{min-height: 225px;}
}

@media screen and (max-width: 420px){
	.site_id .id_trial{display: none;}
}

/*모바일 웹 반응형 폰트 사이즈*/
@media screen and (max-width: 740px) {
	#layer_highlight .layer_body dt{font-size:16px;}
	#layer_highlight .layer_body dd{font-size:14px;}
	#layer_highlight .layer_body dd .row.date input{font-size: 14px;}
	#layer_highlight select{font-size: 14px;}
	#layer_relateword .cont_header h2{font-size:1.4em;}
}

/* 공공누리 유형 안내 팝업 */
.layer_krGvrnLcnsTyInfo.active{display:flex}
.layer_krGvrnLcnsTyInfo{position:fixed;left:50%;top:50%;	transform: translate(-50%, -50%);height:auto;display:none;justify-content: center;align-items: center;flex-direction: row;z-index: 7000}
.layer_krGvrnLcnsTyInfo .layer_inner{position:relative;padding:30px 20px;background:#fff;width:calc( 100% - 20px );height:auto;box-sizing:border-box;max-height: 90vh;max-width:900px;overflow-y: auto;border-radius: 20px;box-shadow: 0 0 20px rgba(0,0,0,.5);}

.layer_krGvrnLcnsTyInfo .layer_header{position:relative;border-bottom:1px solid #000;padding:0 0 10px;margin-bottom:20px;}
.layer_krGvrnLcnsTyInfo .layer_header h2{font-size:1.5em;}
.layer_krGvrnLcnsTyInfo .layer_header .btn_layer_close{background:#f0f0f0;border-radius:50%;width:40px;height:40px;position:absolute;right:0;top:-10px;}
.layer_krGvrnLcnsTyInfo .layer_header .btn_layer_close i{display:block;text-indent: -9999em;overflow: hidden;background:url(../img/btn_close_black.svg) no-repeat 50%;width:18px;height:18px;position:absolute;left:50%;top:50%;margin:-9px 0 0 -9px;}
.layer_krGvrnLcnsTyInfo .layer_body_in{background:#fafafa;padding:15px;box-sizing: border-box;border:1px solid #e8ebed;border-radius: 15px}

.layer_krGvrnLcnsTyInfo .btn_data{display:inline-block;margin-bottom:5px;height:26px;font-size:13px !important;float: right;color: #747474;border: 1px solid #676767;border-radius: 5px;background: #fff;padding: 0 12px;}
.layer_krGvrnLcnsTyInfo .btn_data:hover {background-color: #1b3044; border: none; color: #fff;}

/* 반응형 CSS */
@media (max-width: 1024px) {
	.layer_krGvrnLcnsTyInfo {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		height: auto;
	}
	.layer_krGvrnLcnsTyInfo .layer_inner {
		width: 100%;
		max-width: none;
		padding: 20px;
	}
}
	@media (max-width: 768px) {
		.layer_krGvrnLcnsTyInfo {
			width: 90%;
		}
		.layer_krGvrnLcnsTyInfo .layer_inner {
			width: 100%;
			max-width: none;
			padding: 20px;
		}
		.layer_krGvrnLcnsTyInfo .inner,
		.layer_krGvrnLcnsTyInfo .layer_inner table td img {
			width: 90%;
		}
	}

/* 지식 그래프 상세화면 지식 그래프 목록 팝업 */
.layer_knowledgeGraph_list.active{display: flex;}
.layer_knowledgeGraph_list{position: fixed; left:-720px; top:110px; width: 100%; height: 100%; display: none; justify-content: center; align-items: center; flex-direction: row; z-index: 7000;}
.layer_knowledgeGraph_list .inner{position:relative;padding:30px 20px;background:#fff;width:calc( 100% - 20px );height:auto;box-sizing:border-box;max-height: 90vh;max-width:400px;overflow-y: auto;border-radius: 20px;box-shadow: 0 0 20px rgba(0,0,0,.5);}
@media screen and (max-width: 1800px){.layer_knowledgeGraph_list{left:-600px;}}
@media screen and (max-width: 1600px){.layer_knowledgeGraph_list{left:-480px;}}
@media screen and (max-width: 1400px){.layer_knowledgeGraph_list{left:-350px;}}
@media screen and (max-width: 1200px){.layer_knowledgeGraph_list{left:-250px;}}
@media screen and (max-width: 1000px){.layer_knowledgeGraph_list{left:-150px;}}
@media screen and (max-width: 800px){.layer_knowledgeGraph_list{left:-80px;}}
@media screen and (max-width: 600px){.layer_knowledgeGraph_list{left:0;}}
@media screen and (max-width: 500px){.layer_knowledgeGraph_list{top:0;}}
.layer_knowledgeGraph_list .layer_header{position:relative;padding:0 0 10px;}
.layer_knowledgeGraph_list .layer_header h2{font-size:1.5em;}
.layer_knowledgeGraph_list .layer_header .exp{color: #747474; font-size: 0.8em; margin-top: 5px;}
.layer_knowledgeGraph_list .layer_header .btn_layer_close{background:#f0f0f0;border-radius:50%;width:40px;height:40px;position:absolute;right:0;top:-10px;}
.layer_knowledgeGraph_list .layer_header .btn_layer_close i{display:block;text-indent: -9999em;overflow: hidden;background:url(../img/btn_close_black.svg) no-repeat 50%;width:18px;height:18px;position:absolute;left:50%;top:50%;margin:-9px 0 0 -9px;}
.layer_knowledgeGraph_list{pointer-events: none;}
.layer_knowledgeGraph_list .layer_header,
.layer_knowledgeGraph_list .layer_body{pointer-events: auto;}