@charset "utf-8";

/*************************************************************************************************
 
 *  Web Font
 
 *************************************************************************************************/

/*---------------------------------------------------------------------------------------------------------------------------
 *  Roboto:100,300,400,500,700,900
 *--------------------------------------------------------------------------------------------------------------------------*/

/* @import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* @import url('https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css'); */


/*---------------------------------------------------------------------------------------------------------------------------
*  Noto Sans Korean 100,300,350,400,500,700,900
*--------------------------------------------------------------------------------------------------------------------------*/

/* @import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


/*---------------------------------------------------------------------------------------------------------------------------
*  빛고을 광주체 bold, medium, light
*--------------------------------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'Bitgoeul_Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_seven@1.2/Bitgoeul_Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bitgoeul_Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_seven@1.2/Bitgoeul_Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bitgoeul_Light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_seven@1.2/Bitgoeul_Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*---------------------------------------------------------------------------------------------------------------------------
*  Gmarket bold, medium, light
*--------------------------------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*************************************************************************************************
 
 *  Reset Css
 
 *************************************************************************************************/

html {-webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none;text-size-adjust:none;-webkit-font-smoothing: antialiased;/*overflow-y:scroll;*/}

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin:0;padding:0;border:0;vertical-align:baseline;background:transparent;list-style:none;font-family:'Roboto','Noto Sans KR','맑은 고딕', 'Apple SD Gothic Neo', 'Helvetica', 'Verdana', 'Dotum', '돋움', verdana, sans-serif; box-sizing: border-box;}
sup {vertical-align:top;font-size:0.6em;}
/* article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;} */
h1,h2,h3,h4,h5,h6,em,address {font-style:normal;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
table{width:100%;border-collapse:collapse;border-spacing:0;word-break:break-all;border:0;}
table th, table td{vertical-align:middle;}
/*caption{visibility:hidden;width:0;height:0;font-size:0;line-height:0;zoom:1;}*/
caption{
    position: absolute;
    left:-9999px;
    display:inline-block;
    width:0;
    height:0;
    font-size:0;
    line-height:0;
    overflow: hidden;
    text-indent:-9999px;
    opacity: 0;
}
fieldset{margin:0;padding:0;border:0 none;}
legend{display:none; overflow:hidden; width:0; height:0; font-size:0; visibility:visible; line-height:0;}
select, img, input, textarea,button {font-family:'Roboto','Noto Sans KR','맑은 고딕', 'Apple SD Gothic Neo', 'Helvetica', 'Verdana', 'Dotum', '돋움', verdana, sans-serif;color:#888;}
select {-webkit-appearance: none;-moz-appearance: none;appearance: none; background-image: url('../images/common/ic_select_arr2.png'); background-repeat: no-repeat; background-position: right 10px center; padding-right: 25px;}
select::-ms-expand {display: none;}
label {vertical-align:middle;}
input[type=checkbox], input[type=radio] {/*float:left;*/margin-right:5px;vertical-align:middle;}
button {background:none; margin:0; padding:0; border:0 none; cursor: pointer;}
img {border:none; -ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='crop')"; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='crop'); max-width: 100%;}


/*************************************************************************************************
 
 *  Link Style
 
 *************************************************************************************************/

a {text-decoration:none;color:#666;-webkit-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;-moz-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;-ms-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;-o-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;}
a:hover,
a:focus {text-decoration:underline;}
/* 
input:focus{outline:1px dashed #333}
button:focus{outline:1px dashed #333}
select:focus{outline:1px dashed #333}
label:focus{outline:1px dashed #333} */


/*************************************************************************************************
 
 *  Etc Style
 
 *************************************************************************************************/

.clearfix {clear:both;height:40px;}
hr.border {width:14px;height:1px;display:inline-block;text-align:center;margin:20px 0;background:#036;}
/*.blind {visibility:hidden;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;}*/
.accessibilityWrap dd a {display:block;position:absolute;top:-10000px;left:0;z-index:10000;width:100%;background:#333;color:#fff;font-size:16px;text-align:center;padding:20px 0;}
.accessibilityWrap dd a:focus {top:0;}
.center {text-align:center;}

/*---------------------------------------------------------------------------------------------------------------------------
 *  Placeholder
 *--------------------------------------------------------------------------------------------------------------------------*/

::-webkit-input-placeholder {color:#888;font-family:'Roboto','Noto Sans KR','맑은 고딕', 'Dotum', '돋움', verdana, sans-serif;font-size:14px;}
::-moz-placeholder {color:#888;font-family:'Roboto','Noto Sans KR','맑은 고딕', 'Dotum', '돋움', verdana, sans-serif;font-size:14px;} /* firefox 19+ */
:-ms-input-placeholder {color:#888;font-family:'Roboto','Noto Sans KR','맑은 고딕', 'Dotum', '돋움', verdana, sans-serif;font-size:14px;} /* ie */
input:-moz-placeholder {color:#888;font-family:'Roboto','Noto Sans KR','맑은 고딕', 'Dotum', '돋움', verdana, sans-serif;font-size:14px;}





address,caption,em,cite{font-weight:normal;font-style:normal}
ins{text-decoration:none}
del{text-decoration:line-through}

table{border-collapse:separate;border:0 none;border-spacing:0}

.autoH:after{display:block;clear:both;content:' '}
.autoH{*zoom:1}

.cboth{clear: both;}

/* 
input:focus,
select,
a,
textarea{outline: none; -webkit-tap-highlight-color:transparent; } 
*/


/* number 타입 숫자 컨트롤 버튼 제거 */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none;  margin: 0;}
input[type=number] { -moz-appearance: textfield;}
input[type=button] { -webkit-appearance: none; }

/* common */
* {margin:0;padding:0;box-sizing:border-box}
*::before,
*::after{box-sizing: border-box}

.aui .btn	{border:0 !important;padding:0 !important;}


/*************************************************************************************************
 
 *  Gab
 
 *************************************************************************************************/
 .gab10 {width: 100%; height: 10px;}
 .gab15 {width: 100%; height: 15px;}
 .gab20 {width: 100%; height: 20px;}
 .gab25 {width: 100%; height: 25px;}
 .gab30 {width: 100%; height: 30px;}
 .gab35 {width: 100%; height: 35px;}
 .gab40 {width: 100%; height: 40px;}
 .gab50 {width: 100%; height: 50px;}
 .gab60 {width: 100%; height: 60px;}
 .gab70 {width: 100%; height: 70px;}
 .gab80 {width: 100%; height: 80px;}
 .gab90 {width: 100%; height: 90px;}
 .gab100 {width: 100%; height: 100px;}
 
 .gab-w-5 {display: inline-block; vertical-align: middle; height: 1px; width: 5px;}
 .gab-w-10 {display: inline-block; vertical-align: middle; height: 1px; width: 10px;}
 .gab-w-15 {display: inline-block; vertical-align: middle; height: 1px; width: 15px;}
 .gab-w-20 {display: inline-block; vertical-align: middle; height: 1px; width: 20px;}
 .gab-w-25 {display: inline-block; vertical-align: middle; height: 1px; width: 25px;}
 .gab-w-30 {display: inline-block; vertical-align: middle; height: 1px; width: 30px;}
 .gab-w-35 {display: inline-block; vertical-align: middle; height: 1px; width: 35px;}
 .gab-w-40 {display: inline-block; vertical-align: middle; height: 1px; width: 40px;}
 .gab-w-45 {display: inline-block; vertical-align: middle; height: 1px; width: 45px;}
 .gab-w-50 {display: inline-block; vertical-align: middle; height: 1px; width: 50px;}
 
 
 @media screen and (max-width:1000px){	
     .gab10 {width: 100%; height: 10px;}
     .gab15 {width: 100%; height: 12px;}
     .gab20 {width: 100%; height: 15px;}
     .gab25 {width: 100%; height: 18px;}
     .gab30 {width: 100%; height: 20px;}
     .gab35 {width: 100%; height: 20px;}
     .gab40 {width: 100%; height: 20px;}
     .gab50 {width: 100%; height: 25px;}
     .gab60 {width: 100%; height: 30px;}
     .gab70 {width: 100%; height: 35px;}
     .gab80 {width: 100%; height: 40px;}
     .gab90 {width: 100%; height: 45px;}
     .gab100 {width: 100%; height: 50px;}
 
     .gab-w-5 {width: 2px;}
     .gab-w-10 {width: 5px;}
     .gab-w-15 {width: 8px;}
     .gab-w-20 {width: 13px;}
     .gab-w-25 {width: 15px;}
     .gab-w-30 {width: 18px;}
     .gab-w-35 {width: 20px;}
     .gab-w-40 {width: 20px;}
     .gab-w-45 {width: 25px;}
     .gab-w-50 {width: 28px;}
 }
 
 /* MARGIN */
 .mgA0 { margin:0; }
 
 .mgT0 { margin-top:0px }
 .mgT5 { margin-top:5px }
 .mgT10 { margin-top:10px }
 .mgT15 { margin-top:15px }
 .mgT20 { margin-top:20px }
 .mgT25 { margin-top:25px }
 .mgT30 { margin-top:30px }
 .mgT35 { margin-top:35px }
 .mgT40 { margin-top:40px }
 .mgT45 { margin-top:45px }
 .mgT50 { margin-top:50px }
 .mgT55 { margin-top:55px }
 .mgT60 { margin-top:60px }
 .mgT65 { margin-top:65px }
 .mgT70 { margin-top:70px }
 
 .mgL5 { margin-left:5px }
 .mgL10 { margin-left:10px }
 .mgL15 { margin-left:15px }
 .mgL20 { margin-left:20px }
 .mgL25 { margin-left:25px }
 .mgL30 { margin-left:30px }
 .mgL35 { margin-left:35px }
 .mgL40 { margin-left:40px }
 .mgL45 { margin-left:45px }
 .mgL50 { margin-left:50px }
 .mgL55 { margin-left:55px }
 .mgL60 { margin-left:60px }
 .mgL65 { margin-left:65px }
 
 .mgR1 { margin-right:1px }
 .mgR5 { margin-right:5px }
 .mgR10 { margin-right:10px }
 .mgR15 { margin-right:15px }
 .mgR20 { margin-right:20px }
 .mgR25 { margin-right:25px }
 .mgR30 { margin-right:30px }
 .mgR35 { margin-right:35px }
 .mgR40 { margin-right:40px }
 .mgR45 { margin-right:45px }
 .mgR50 { margin-right:50px }
 .mgR55 { margin-right:55px }
 .mgR60 { margin-right:60px }
 .mgR80 { margin-right:80px }
 
 .mgB5 { margin-bottom:5px }
 .mgB10 { margin-bottom:10px }
 .mgB15 { margin-bottom:15px }
 .mgB20 { margin-bottom:20px }
 .mgB25 { margin-bottom:25px }
 .mgB30 { margin-bottom:30px }
 .mgB35 { margin-bottom:35px }
 .mgB40 { margin-bottom:40px }
 .mgB45 { margin-bottom:45px }
 .mgB50 { margin-bottom:50px }
 .mgB55 { margin-bottom:55px }
 .mgB70 { margin-bottom:70px }
 
 
 
 /* PADDING */
 .pdA0{padding:0;}
 .pdA5{padding:5px;}
 .pdA10{padding:10px;}
 .pdA20{padding:20px;}
 
 .pdT0{padding-top:0px}
 .pdT5{padding-top:5px}
 .pdT6{padding-top:6px}
 .pdT10{padding-top:10px}
 .pdT15{padding-top:15px}
 .pdT20{padding-top:20px}
 .pdT25{padding-top:25px}
 .pdT30{padding-top:30px}
 .pdT35{padding-top:35px}
 .pdT40{padding-top:40px}
 .pdT45{padding-top:45px}
 .pdT50{padding-top:50px}
 
 .pdL5{padding-left:5px}
 .pdL10{padding-left:10px}
 .pdL15{padding-left:15px}
 .pdL20{padding-left:20px}
 .pdL25{padding-left:25px}
 .pdL30{padding-left:30px}
 .pdL35{padding-left:35px}
 .pdL40{padding-left:40px}
 .pdL45{padding-left:45px}
 
 .pdR5{padding-right:5px}
 .pdR10{padding-right:10px}
 .pdR15{padding-right:15px}
 .pdR20{padding-right:20px}
 .pdR25{padding-right:25px}
 .pdR30{padding-right:30px}
 .pdR35{padding-right:35px}
 .pdR40{padding-right:40px}
 .pdR45{padding-right:45px}
 
 .pdB5{padding-bottom:5px}
 .pdB10{padding-bottom:10px}
 .pdB15{padding-bottom:15px}
 .pdB20{padding-bottom:20px}
 .pdB25{padding-bottom:25px}
 .pdB30{padding-bottom:30px}
 .pdB35{padding-bottom:35px}
 .pdB40{padding-bottom:40px}
 .pdB45{padding-bottom:45px}

/*blind css*/ 
.blind{position:absolute;left:-9999px;display: inline-block;width:0px;height:0px;overflow: hidden;text-indent:-9999px;opacity:0;}

html{height: 100%;}
body {width:100%;height:100%;color:#000;font-size:14px;line-height:1.2;font-family:'Roboto','Noto Sans Korean','맑은 고딕', 'Dotum', '돋움', verdana, sans-serif;letter-spacing:-0.034em;}
#wrap {position:relative;min-width:320px;width:100%;margin:0 auto; overflow: hidden; min-height: 100%;}



/*******************************************************
	Sub Contents layout
*******************************************************/
.sub_container {width: 100%;}
.sub_container > .inner{max-width: 1640px; min-height: 350px; position: relative; margin: 0 auto; padding: 60px 20px 80px;}
.sub_container > .inner::after{content: ""; display: block; clear: both;}
.sub_container > .inner .lb_con{float: left; width: calc(100% - 340px);}
.sub_container > .inner .rb_menu{float: right; width: 300px;}


@media screen and (max-width: 1300px) {
	.sub_container > .inner .lb_con{width: calc(100% - 300px);}
	.sub_container > .inner .rb_menu{width: 280px;}
}

@media screen and (max-width: 1100px) {
	.sub_container > .inner .lb_con{float: none; width: 100%;}
	.sub_container > .inner .rb_menu{display: none;}
}

@media screen and (max-width: 1000px) {
	.sub_container {}
	.sub_container > .inner{min-height: auto; padding: 30px 15px 40px;}
}

/*******************************************************
	Sub Menu layout
*******************************************************/
.sub_menu_title{width: 100%; height: 85px; background: linear-gradient( to right, #5AA11E 10%, #5876BF 100%); position: relative;}
.sub_menu_title::after{content: ""; display: block; height: 100%; width: 2000px; position: absolute; left: 100%; top: 0; background-color: #5876BF;}
.sub_menu_title h2{font-size: 23px; font-weight: 500; color: #fff; display: block; width: 100%; height: 100%; background:url('../images/common/ic_sub_menu_bg.png') no-repeat right bottom; padding: 35px 0 0 20px;}
.sub_menu_wrap{width: 100%;}
.sub_menu_wrap > .sub_menu{width: 100%; border-bottom: 1px solid #ddd;}
.sub_menu_wrap > .sub_menu > li{width: 100%;}
.sub_menu_wrap > .sub_menu > li > a{display: block; padding: 20px 33px 17px 23px; background-repeat: no-repeat; background-position: right 15px top 22px; font-size: 16px; color: #222; border-top: 1px solid #ddd; transition: background-color .4s ease;}
.sub_menu_wrap > .sub_menu > li:first-of-type > a{border-top: none;}
.sub_menu_wrap > .sub_menu > li > a.more{background-image: url('../images/common/ic_sub_menu_arr_down.png');}

.sub_menu_depth2{width: 100%; background-color: #F8F8F8; padding: 0px 23px 20px; display: none;}
.sub_menu_depth2 > li{position: relative; padding: 0 0 0 15px;}
.sub_menu_depth2 > li::before{content: ""; display: block; position: absolute; left: 0; top: 13px; width: 7px; height: 1px; background-color: #222;}
.sub_menu_depth2 > li > a{display: block; padding: 5px 0; font-size: 15px; color: #222;}

/* active */
.sub_menu_wrap > .sub_menu > li.active{ border-bottom: 2px solid #1C5DB1;}
.sub_menu_wrap > .sub_menu > li.active > a{background-color: #f8f8f8; color: #1C5CB0; font-weight: 500;}
.sub_menu_wrap > .sub_menu > li.active > a.more{background-image: url('../images/common/ic_sub_menu_arr_up.png');}
.sub_menu_wrap > .sub_menu > li.active > .sub_menu_depth2{display: block;}
.sub_menu_wrap > .sub_menu > li:last-of-type.active > a{border-bottom: none;}
.sub_menu_wrap > .sub_menu > li:last-of-type.active > a.on{border-bottom: none;}
.sub_menu_depth2 > li.active > a{color: #1C5DB1; text-decoration: underline; font-weight: 500;}

/* on */
.sub_menu_wrap > .sub_menu > li.on > a{background-color: #f8f8f8; color: #1C5CB0; font-weight: 500;}
.sub_menu_wrap > .sub_menu > li:last-of-type.on > a{border-bottom: none;}
.sub_menu_wrap > .sub_menu > li.on > a.more{background-image: url('../images/common/ic_sub_menu_arr_up.png');}

@media screen and (max-width: 1000px) {}

/*******************************************************
	Sub Title
*******************************************************/
.sub_title_w{width: 100%; display: flex; justify-content: space-between; align-items: center; padding-top: 25px; border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 50px;}
.sub_title_w .rb{position: relative; flex-shrink: 0;}
.sub_title_w .btn_tops{width: 40px; height: 40px; border-bottom: 50%; background-color: #F0F0EE;  background-repeat: no-repeat; background-position: center center; border-radius: 50%; margin-left: 3px; text-indent: -9999px; overflow: hidden; transition: all .3s ease;}
.sub_title_w .btn_tops:hover,
.sub_title_w .btn_tops:focus{background-color: #ddd;}
.sub_title_w .btn_tops.print{background-image: url('../images/common/ic_print.png');}
.sub_title_w .btn_tops.snsShare{background-image: url('../images/common/ic_sns.png');}


/* on */
.sub_title_w .btn_tops.on{background-color: #ddd;}

@media screen and (max-width: 1000px) {
	.sub_title_w{padding-top: 0; padding-bottom: 10px; margin-bottom: 25px;}
	.sub_title_w .btn_tops{width: 30px; height: 30px; margin-left: 0; background-size: 15px;}


	.sub_title_w .btn_tops.print{display: none;}

}

/*******************************************************
	Sub Tab Menu
*******************************************************/
.sub_tab_menu_wrap{width: 100%; margin-bottom: 50px;}
.sub_tab_menu{display: flex; flex-wrap: wrap;}
.sub_tab_menu > li{display:inline-block;border: 1px solid #ddd; margin: -1px 0 0 -1px;width: 25%;word-break: keep-all;}
.sub_tab_menu > li > a{display: flex; justify-content: center; align-items: center; padding: 18px 10px; text-align: center; font-size: 15px; font-weight: 500; color: #333; height: 100%;word-break: keep-all;}
.sub_tab_menu > li.active{border-color: #1C5DB1;}
.sub_tab_menu > li.active > a{background-color: #1C5DB1; color: #fff;}

.sub_tab_menu.w05 > li{width: 20%;}
.sub_tab_menu.w04 > li{width: 25%;}
.sub_tab_menu.w03 > li{width: 33.33%;}
.sub_tab_menu.w02 > li{width: 33.33%;}
.sub_tab_menu.w01 > li{width: 100%;}
@media screen and (max-width: 1000px) {
	.sub_tab_menu_wrap{margin-bottom: 25px;}
	.sub_tab_menu > li > a{padding: 10px 0px; font-size: 14px; display: flex; justify-content: center; align-items: center;}

	.sub_tab_menu.w08 > li{width: 50%;}
	.sub_tab_menu.w05 > li{width: 50%;}
	.sub_tab_menu.w04 > li{width: 50%;}
	.sub_tab_menu.w03 > li{width: 50%;}
	.sub_tab_menu.w02 > li{width: 33.33%;}
	.sub_tab_menu.w01 > li{width: 100%;}
}
@media screen and (max-width: 420px) {
	.sub_tab_menu > li > a{font-size:13px;}
}
@media screen and (max-width: 320px) {
	.sub_tab_menu > li > a{font-size:12px;}
}


/*************************************************************************************************
 
 *  Sub Content -Component
 
 *************************************************************************************************/

 /* text */
 .h2_type_1{font-size: 30px !important; font-weight: 500 !important; color: #222 !important; padding-left: 33px !important; background: url('../img/ic_bullet_01.png') no-repeat left top 7px !important;}
 .h2_type_2{font-size: 20px !important; font-weight: 600 !important; color: #222 !important; margin: 0 0 28px !important;}
 
 .h3_type_1{font-size: 17px !important; font-weight: 500 !important; color: #1A5BB1 !important; margin-bottom: 20px !important; line-height: 1.5 !important;}
 .h3_type_1.lg{font-size: 25px !important;}
 .h3_type_1.bold{font-weight: 700 !important;}
 .h3_type_2{font-size: 20px !important; font-weight: 500 !important; color: #1A5BB1 !important; margin-bottom: 20px !important; line-height: 1.5 !important;}
 
 .h4_type_1{font-size: 19px; font-weight: 500; color: #222; margin: 18px 0 10px; line-height: 1.6;}
 .h4_type_1.sm{font-size: 18px;}
 .h4_type_2{font-size: 18px; font-weight: 500; color: #1C5CB0; margin: 18px 0 10px; line-height: 1.6;}
 .h4_type_2:only-of-type{margin-top: 0;}
 
 .dot_txt{font-size: 16px; color: #222; margin-top: 5px; margin-bottom: 5px; padding-left: 15px; position: relative; line-height: 1.9;}
 .dot_txt.sm{font-size: 15px;}
 .dot_txt::before{content: ""; display: block; width: 4px; height: 4px; background-color: black; position: absolute; left: 0; top: 13px; border-radius: 50%;}
 .dot_txt.blue::before{background-color: #1C5CB0;}
 .dot_txt.sm::before{width: 3px; height: 3px;}
 
 .title_line{font-size: 22px; font-weight: 600; color: #1C5CB0; margin-bottom: 20px;}
 .title_line::after{content: ""; display: inline-block; width: 45px; height: 2px; background-color: #1C5CB0; margin-left: 10px; vertical-align: middle;}
 .title_2{font-size: 18px; font-weight: 500; margin-bottom: 10px;}
 
 .blue_c{color: #1C5CB0;}
 .sm{font-size: 0.9em;}
 .f_lg{font-size: 20px;}
 
 .text_box{padding: 20px;}
 
 p.txt_1{font-size: 15px; color: #222; line-height: 1.6; margin: 10px 0; text-align: justify; letter-spacing: -0.02em; word-break: keep-all;}
 p.txt_1.lg{font-size: 18px;}
 p.txt_1.sm{font-size: 14px; color: #333;}
 p.txt_1.sm2{font-size: 13px; color: #333;}
 
 .indent_txt{padding-left: 20px; text-indent: -20px; font-size: 17px; color: #222; line-height: 1.6; margin: 10px 0; text-align: justify; letter-spacing: -0.02em; word-break: keep-all;}
 .indent_txt.lg{font-size: 20px;}
 .indent_txt.sm{font-size: 16px;}
 
 .text_gray_box_1{padding: 5px 15px; background-color: #F0F3F8;}
 
 
 /* list */
 .dot_list{margin: 10px 0;}
 .dot_list > li{margin-top: 12px; line-height: 1.6; font-size: 15px; padding-left: 13px; position: relative;}
 .dot_list > li:first-child{margin-top: 0;}
 .dot_list > li::before{content: ""; display: block; width: 4px; height: 4px; border-radius: 50%; background-color: #1A5BB1; position: absolute; left: 0; top: 10px;}
 .dot_list.sm > li{margin-top: 8px; font-size: 16px; color: #333;}
 
 .line_list{margin: 10px 0;}
 .line_list > li{margin-top: 12px; line-height: 1.5; font-size: 16px; padding-left: 15px; position: relative;}
 .line_list > li:first-child{margin-top: 0;}
 .line_list > li::before{content: ""; display: block; width: 5px; height: 1px;  background-color: #888; position: absolute; left: 0; top: 10px;}
 .line_list.sm > li{margin-top: 8px; font-size: 15px;}
 
 /* 20231221 */
 .half_list li {display:inline-flex; flex-wrap: wrap;width:49%; box-sizing: border-box;}
 .half_list li:before { display:none;}
                         
 @media screen and (max-width: 1000px) {
     .half_list li {width:100%;}
 }
 /* 20231221 end */
 
 .num_list{margin: 10px 0;}
 .num_list > li{margin-top: 12px; font-size: 16px; color: #333; padding-left: 35px; line-height: 1.6; word-break: keep-all;}
 .num_list > li .num{display: inline-block; text-align: center; min-width: 22px; min-height: 22px; line-height: 22px; border-radius: 50%; background-color: #E5ECF8; border-radius: 50%; color: #1C5CB0; font-size: 16px; margin-left: -30px; margin-right: 10px;}
 .num_list.sm li{font-size: 0.95rem;}
 .num_list.lg li{font-size: 18px;}
 
 .indent_list_1{margin: 10px 0;}
 .indent_list_1 > li{margin-top: 10px; font-size: 16px; line-height: 1.6; color: #333; word-break: keep-all; padding-left: 20px; text-indent: -20px;}
 .indent_list_1 > li:first-child{margin-top: 0;}
 .indent_list_1.sm > li{font-size: 15.5px;}
 
 
 /* align */
 .textL{text-align: left !important;}
 .textC{text-align: center !important;}
 .textR{text-align: right !important;}
 
 
 /* span */
 .sm_txt{font-size: 0.95em;}
 .sm2_txt{font-size: 0.9em;}
 
 
 /* color */
 .color_blue{color: #1A5BB1;}
 .color_black{color: #333;}
 .color_gray{color: #555;}
 .color_red{color: #ED1C24;}
 .color_orange{color: #EC5522;}
 
 
 /* bold */
 .bold_1{font-weight: 500;}
 .bold_2{font-weight: 600;}
 
 
 /* line */
 .line_1{width: 100%; border: none; border-bottom: 1px solid #ddd;}
 
 /* table */
 .table_info_box{width: 100%;}
 .table_info_box > .tbl_info{min-width:600px;}
 .tbl_info{width: 100%; border-collapse: collapse; border-top: 2px solid #222; position: relative; table-layout: fixed;}
 .tbl_info::before{content: ""; width: 3px; height: calc(100% + 3px); background-color: #fff; position: absolute; right: -1px; top: -2px;}
 .tbl_info tbody tr:first-of-type td{border-top: none;}
 .tbl_info tbody tr:first-of-type th{border-top: none;}
 .tbl_info th{border: 1px solid #ddd; border-left: none; background-color: #F7F8FC; padding: 5px 5px; text-align: center; font-size: 14px; font-weight: 500; color: #222;}
 .tbl_info td{border: 1px solid #ddd; border-left: none; padding: 5px 5px; text-align: center; font-size: 14px; line-height: 1.6; position: relative;word-break: break-all;}
 .tbl_info th.txtL{text-align: left; padding-left: 5px;}
 .tbl_info td.txtL{text-align: left; padding-left: 5px;}
 .tbl_info td.top{vertical-align: top;}
 .tbl_info td.bold{font-weight: 600;}
 .tbl_info td span.bold{font-weight: 600;}
 
 .tbl_info.lineN tr{border-bottom: 1px solid #ddd;}
 .tbl_info.lineN th{border: none;}
 .tbl_info.lineN td{border: none;}
 
 td.td_rss{padding-right: 60px; min-height: 50px; position: relative;}
 td.td_rss .addr_coyp{width: 40px; height: 40px; border-radius: 50%; border: 1px solid #ddd; background: #fff url('../images/common/ic_link_01.png') no-repeat center center; position: absolute; right: 15px; top: 10px; transition: all .25s ease;}
 td.td_rss .addr_coyp:hover,
 td.td_rss .addr_coyp:focus{background-color: #ddd;}
 
 .tbl_info.sm th{padding: 5px 5px; font-size: 14px;}
 .tbl_info.sm td{padding: 5px 5px; font-size: 13px;}
 
 .clr_point{text-decoration: underline;}
 .clr_point:hover,
 .clr_point:focus{color: #004EA2;}
 
 
 .table_info_box{width: 100%;}
 .tbl_appli{width: 100%; border-collapse: collapse; border-top: 2px solid #222; position: relative;}
 .tbl_appli::before{content: ""; width: 3px; height: calc(100% + 3px); background-color: #fff; position: absolute; right: -1px; top: -2px;}
 .tbl_appli tbody tr:first-of-type td{border-top: none;}
 .tbl_appli tbody tr:first-of-type th{border-top: none;}
 .tbl_appli th{border: 1px solid #ddd; border-left: none; background-color: #F7F8FC; padding: 20px 10px; text-align: center; font-size: 16px; font-weight: 500; color: #222;}
 .tbl_appli td{border: 1px solid #ddd; border-left: none; padding: 10px 20px; font-size: 16px;}
 .tbl_appli th.txtL{text-align: left; padding-left: 20px;}
 .tbl_appli td.txtL{text-align: left; padding-left: 25px;}
 .tbl_appli td.bold{font-weight: 600;}
 .tbl_appli td span.bold{font-weight: 600;}
 
 span.radi02{display: inline-block; padding: 5px 10px;}
 
 .oran_txt{color: #EE3F22; font-size: 15px; margin-top: 10px;}
 
 .tbl_info .rule li{margin: 5px 5px;text-indent:-25px;}
 .tbl_info .rule li:first-child{margin-top: 0;}
 
 
 
 @media screen and (max-width: 1300px) {
     .brN br{display: none;}
 }
 
 @media screen and (max-width: 1000px) {
    /* text */
     .h2_type_1{font-size: 20px; padding-left: 20px; background-size: 15px; background-position: left top 4px;}
     .h2_type_2{font-size: 20px; margin: 0 0 15px;}
 
     .h3_type_1{font-size: 17px; margin-bottom: 10px;}
     .h3_type_1.lg{font-size: 18px;}
     .h3_type_2{font-size: 16px; margin-bottom: 10px;}
 
     .h4_type_1{font-size: 15.5px; margin: 15px 0 7px;}
     .h4_type_1.sm{font-size: 15px;}
     .h4_type_2{font-size: 15.5px;}
 
 
     .f_lg{font-size: 18px;}
 
     .dot_txt{font-size: 14px; margin: 5px 0; padding-left: 13px;}
     .dot_txt.sm{font-size: 13px;}
     .dot_txt::before{top: 10px;}
 
     .title_line{font-size: 18px; margin-bottom: 10px;}
     .title_line::after{width: 25px; margin-left: 10px;}
     .title_2{font-size: 16px; margin-bottom: 5px;}
 
     p.txt_1{font-size: 12px; margin: 5px 0; text-align: left; /*word-break: break-all;*/}
     p.txt_1.lg{font-size: 12px; line-height: 1.6;}
     p.txt_1.sm{font-size: 12px;}
     p.txt_1.sm2{font-size: 11px;}
 
 
     .indent_txt{padding-left: 18px; text-indent: -18px; font-size: 14px;}
     .indent_txt.lg{font-size: 14px;}
     .indent_txt.sm{font-size: 13px;}
 
     .text_gray_box_1{padding: 5px 15px;}
 
 
     .text_box{padding: 15px;}
 
 
     /* list */
     .dot_list > li{margin-top: 10px; font-size: 14px;}
     .dot_list > li::before{top: 8px;}
     .dot_list.sm > li{margin-top: 7px; font-size: 14px;}
 
     .line_list > li{margin-top: 10px; font-size: 14px;}
     .line_list.sm > li{margin-top: 8px; font-size: 14px;}
 
     .num_list{margin: 5px 0;}
     .num_list > li{margin-top: 10px; font-size: 14px; padding-left: 30px;}
     .num_list > li .num{min-width: 18px; min-height: 18px; line-height: 18px; font-size: 14px; margin-left: -30px; margin-right: 10px;}
     .num_list.sm li{font-size: 1.1em; margin-top: 7px;}
     .num_list.lg li{font-size: 15px;}
 
 
     .indent_list_1{margin: 5px 0;}
     .indent_list_1 > li{margin-top: 10px; font-size: 14px;}
     .indent_list_1.sm > li{font-size: 13.5px; margin-top: 5px;}
 
 
 
     /* table */
     .table_info_box{width: 100%;}
     .tbl_info th{padding: 5px 5px; font-size: 11px;}
     .tbl_info td{padding: 5px 5px; font-size: 11px;}
     .tbl_info td.txtL{padding-left: 6px;}
 
     .tbl_info.sm th{padding: 5px 5px; font-size: 11px;}
     .tbl_info.sm td{padding: 5px 5px; font-size: 11px;}
     
     .tbl_info .dot_list > li{font-size: 13px;}
     .tbl_info .dot_list > li::before{top: 7px; width: 3px; height: 3px;}
 
 
     td.td_rss{padding-right: 40px;}
     td.td_rss .addr_coyp{width: 30px; height: 30px; right: 7px; top: 5px;}
 
     .tbl_appli{width: 100%; display: block; table-layout :inherit;}
     .tbl_appli colgroup{display: none;}
     .tbl_appli::before{width: 0; height: 0; background-color: transparent;}
     .tbl_appli tbody{display: block; width: 100%;}
     .tbl_appli tr{display: block; width: 100%;}
     .tbl_appli th{display: block; text-align: center; width: 100%; border-right: none; padding: 10px 5px; font-size: 13px;}
     .tbl_appli td{display: block; text-align: center; width: 100%; border-right: none; padding: 10px 5px; font-size: 12px;}
     .oran_txt{font-size: 13px; margin-top: 5px;}
 
     .tbl_info .rule li{margin: 5px 0 0 15px;text-indent:-15px;}
 }
 
 
 @media screen and (max-width: 600px) {
     /* table */
     .table_info_box{overflow:hidden;overflow-x: auto;}
     .tbl_info.scroll{width: 600px;}
     .tbl_info.scroll td{word-break: break-word;}
 }
 

 /*******************************************************
	이용안내 - 대국민서비스바로가기
*******************************************************/
.sub_use_nation_logo{text-align: center; padding: 30px 0 60px;}

.sub_use_nation_chart{width: 100%; padding-top: 60px;}
.na_chart{width: 100%; display: flex; position: relative;}
.na_chart::before{content: ""; width: 75%; height: 1px; border-bottom: 1px solid #ddd; position: absolute; left: 12.5%; top: -60px;}
.na_chart > li{padding: 0 5px; width: 25%; position: relative;}
.na_chart > li::before{content: ""; width: 1px; height: 60px; border-left: 1px solid #ddd; position: absolute; left: 50%; bottom: 100%}
.na_chart > li .tit{width: 100%; padding: 20px 10px 15px; background-color: #E9EFF9; text-align: center; font-size: 20px; font-weight: 500; color: #1A5BB1; position: relative;}
.na_chart > li .tit::before{content: ""; display: block; width: 10px; height: 10px; border-radius: 50%; background-color: #999; position: absolute; left: calc(50% - 5px); top: -5px;}
.na_chart > li .cont{border: 1px solid #ddd; padding: 20px; margin-top: 10px; min-height: 324px;}


@media screen and (max-width: 1300px) {
	.na_chart > li .tit{font-size: 17px;}
	.na_chart > li .cont{padding: 15px; min-height: 270px;}
}

@media screen and (max-width: 850px) {
	.sub_use_nation_logo{padding: 10px 0 30px;}
	.sub_use_nation_logo img{width: 150px;}

	.sub_use_nation_chart{padding-top: 0;}
	.na_chart{flex-wrap: wrap;}
	.na_chart::before{width: 0; height: 0; border: none;}
	.na_chart > li{padding: 10px 5px; width: 100%;}
	.na_chart > li::before{width: 0; height: 0; border: none;}
	.na_chart > li .tit{padding: 15px 10px 15px; font-size: 17px;}
	.na_chart > li .tit::before{width: 0; height: 0; background: none;}
	.na_chart > li .cont{padding: 15px; margin-top: 5px; min-height: auto;}

}

/*******************************************************
	이용안내 - 개인정보처리방침
*******************************************************/
.mbi_wrap .section{margin: 0 0 50px;}

.bg_white_v2{display: inline-block; padding: 15px 20px; color: #fff; background-color: #1D5DB0; font-size: 17px; font-weight: 500; transition: all .25s ease;}
.bg_white_v2:focus,
.bg_white_v2:hover{background-color: #0a4188;}

.bg_white_v3{display: inline-block; padding: 8px 8px; color: #fff; background-color: #1D5DB0; font-size: 13px; font-weight: 500; transition: all .25s ease;}
.zoom_in{background:url('../img/in.png') no-repeat; width: 20px; height: 20px; background-size: cover; background-position: center;}
.zoom_out{background:url('../img/out.png') no-repeat; width: 20px; height: 20px; background-size: cover; background-position: center}
.bg_white_v3:focus,
.bg_white_v3:hover{background-color: #0a4188;}

.white_v3{font-size: 14px; color: #292929; padding: 3px; display: inline-block; vertical-align: middle; border: 1px solid #aaa; text-indent: 0; padding: 7px 15px 5px; border-radius: 5px; margin: 3px;}

.lst_txt_v3{margin: 15px 0;}
.lst_txt_v3 > li{margin-top: 11px; font-size: 14px; line-height: 1.6; padding-left: 20px; text-indent: -20px;}
.lst_txt_v3 > li:first-child{margin-top: 0;}
.lst_txt_v3.num{padding-left: 20px;}
.lst_txt_v3 > li span.num{display: inline-block; padding: 0px 8px; border-radius: 50%; background-color: #E5ECF8; text-indent: 0; margin-left: -15px; color: #1C5CB0; font-size: 16px; margin-right: 5px;}

.txt_base_v2{font-size: 15px; line-height: 1.6; margin: 10px 0;}

.ico_email{display: inline-block; width: 21px; height: 13px; text-indent: -1000px; overflow: hidden; background: url('../images/common/ic_sati_email.png') no-repeat left top;}

.pri_link_list_1{width: 100%; border-top: 2px solid #222; border-bottom: 2px solid #ddd;}
.pri_link_list_1 > li{border-bottom: 1px dashed #ddd;}
.pri_link_list_1 > li:last-child{border-bottom: none;}
.pri_link_list_1 > li > a{display: block; padding: 20px 20px 20px 70px; font-size: 16px; color: #222; background: url('../img/ic_private_circle.png') no-repeat left 20px top 15px; min-height: 60px;}

@media screen and (max-width: 1000px) {
	.mbi_wrap .section{margin: 0 0 30px;}

	.bg_white_v2{padding: 10px 10px; font-size: 14px;}

	.white_v3{font-size: 13px; padding: 5px 10px 4px;}

	.lst_txt_v3{margin: 10px 0;}
	.lst_txt_v3 > li{margin-top: 10px; font-size: 12px; padding-left: 15px; text-indent: -15px;}
	.lst_txt_v3.num{padding-left: 20px;}
	.lst_txt_v3 > li span.num{font-size: 12px;}

	.txt_base_v2{font-size: 14px; margin: 7px 0;}

	.pri_link_list_1 > li > a{padding: 13px 10px 13px 40px; font-size: 14px; background-size: 20px; min-height: 20px; background-position: left 10px top 10px;}
}

/*******************************************************
	Sub - 수정사항
*******************************************************/
.inte_img_box{text-align: center; padding-bottom: 60px;}

.public_frame_2{width: 100%; height: 565px;}

.na_chart{margin-bottom:20px;}
.na_chart::before{display:none;}
.na_chart > li{width:100%;padding:0;}
.na_chart > li::before{display:none;}
.na_chart > li .tit::before{display:none;}
.na_chart > li .cont{display:flex;/*min-height: 286px*/min-height:auto;margin-top:0;}
.na_chart > li .cont > ul{width:50%;}
.dot_list > li::before{display:none;}
.dot_list > li span.num{display: inline-block; padding: 0px 8px; margin-left: -15px; font-size: 16px; margin-right: 5px;}
.accordion_private_box .accordion_private_list li .cont ul.dot_list{display: flex;flex-direction: column-reverse;}
.accordion_private_box .accordion_private_list li .cont ul.dot_list li{margin-top:0;margin-bottom:12px;}
.accordion_private_box .accordion_private_list li .cont ul.dot_list li:first-child{margin-bottom:0px;}
.pri_link_list_1{display: flex;flex-direction: column-reverse;}
.dot_list>li	{background:none;}
.iconlist_area{
	display: block;
	width: 100%;
	margin:0 auto;
}
.iconlist_area > img{width:100%;height:auto;}
.iconlist_area ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}
.iconlist_area ul li{ /** 라벨링 갯수 수정되는 경우 여기 width 수정 */
	display: block;
	width: 23%;
	text-align: center;
	margin-top: -20px;
}
.iconlist_area ul li.w_two{width:66%;}
.iconlist_area ul li .circle{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 85px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	cursor:pointer;
}
.iconlist_area ul li .circle img{max-width:100%;max-height:100%;}
.iconlist_area ul li p.box-1{
	display: block;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight:600;
	background: #e9eff9;
	color:#1a5bb1;
	cursor:pointer;
}
.iconlist_area ul li p.box-2{
	display: block;
	width: 100%;
	word-break: break-word;
	font-size: 13px;
	line-height: 1.6;
}
.na_chart > li .cont > ul a   {display:flex;} /* 목차 숫자 옆 한글 줄바꿈 정렬 */
.h3_type_1.with_icon{justify-content: flex-start;align-items: center;line-height: 36px;margin-bottom:0;overflow:hidden;}
.h3_type_1.with_icon span{display:inline-block;margin-right: 10px;}
.h3_type_1.with_icon > .icons-wrap img{
	width: auto;
	height: auto;
	vertical-align: middle;
}
.h3_type_1.with_icon > .icons-wrap img.type_1{width: 36px;}
.h3_type_1.with_icon > .icons-wrap img.type_2{width: 32px;margin-top: -2px;}
.h3_type_1.with_icon > .icons-wrap img:first-of-type{
	margin-left:0;
}
@media screen and (max-width: 1000px) {			
	.iconlist_area ul{display:block;margin-bottom:30px;}
	.iconlist_area ul li{width:100%;margin-top: 30px;}
	.iconlist_area ul li.w_two{width:100%;margin-top: 30px;}
	.iconlist_area ul li:nth-child(1){margin-top:10px;}		
	.h3_type_1.with_icon{flex-direction: column-reverse;}	
}

/* 개인정보보호 아코디언 */
.accordion_private_box{margin-top: 30px;}
.accordion_private_list{border-top: 2px solid #222; border-bottom: 2px solid #DDD;}
.accordion_private_list > li{border-bottom: 1px dashed #ddd;}
.accordion_private_list > li:last-child{border-bottom: none;}
.accordion_private_list > li > .top{padding: 20px 30px 20px 70px; display: block; min-height: 35px; background: url('../img/ic_private_circle.png') no-repeat left 20px center; font-size: 18px; font-weight: 500; color: #1C5CB0; position: relative;}
.accordion_private_list > li > .top::before{content: ""; display: block; width: 21px; height: 12px; background: url('../img/ic_arrcordi_arr.png') no-repeat center center; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); transition: all .25s ease; background-size: 100%;}
.accordion_private_list > li > .cont{background-color: #F8F8F8; border-top: 1px dashed #ddd; padding: 20px 40px; display: none;}
.accordion_private_list > li > .cont .dot_list > li::before{top: 13px;}
.accordion_private_list > li > .cont .dot_list > li > a{font-size: 16px; color: #222;}

.accordion_private_list > li > .top.on::before{transform: rotate(180deg);}