/* Common **********************************************************************/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); <-- 기존에 있던 것 */
/*  Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess   */
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 }

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	src: url('/font/Pretendard-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	src: url('/font/Pretendard-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: url('/font/Pretendard-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: url('/font/Pretendard-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: url('/font/Pretendard-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	src: url('/font/Pretendard-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: url('/font/Pretendard-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	src: url('/font/Pretendard-ExtraBold.woff2') format('woff2');
}

.noto-serif-kr-<uniquifier> {
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


/* Common **********************************************************************/ 
html,body {width:100%;scroll-behavior:smooth; }
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0;}
fieldset,img {border:0px none; vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button {font-size:13px; line-height:1.6; font-family: 'Pretendard';color:#7d7d7d;} 
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden 처리 */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}

/* common */
.clfix:after {content: "."; display: block; height:0px; clear: both; visibility: hidden;}
.clfix {display:inline-block;}
.clfix {display:block;}
* html .clfix {height:1%;} /* Hides from IE-mac */
.clfix {zoom:1;} /*for IE 5.5-7*/

.list {border-top:2px solid #1c1815; border-bottom:1px solid #1c1815;}


/*멤버스킨*/
.title{font-size:15px; font-weight:bold;}

/*테이블*/
.tbl_type,.tbl_type th,.tbl_type td{border:0}
.tbl_type{width:100%;border-bottom:1px solid #e2e2e5; }
.tbl_type th{padding:10px 0 10px 0;border-top:2px solid #383d4a; font-weight:bold; border-bottom:1px solid #e2e2e5;}
.tbl_type p{font-size:11px; color:#b6b7bc;}
.tbl_type td{padding:7px 0 7px 0;border-top:1px solid #e5e5e5;color:#4c4c4c; border-bottom:none; border-top:none; line-height:18px;}

.tbl_type2,.tbl_type2 th,.tbl_type2 td{border:0}
.tbl_type2{width:100%;border-bottom:1px solid #e7e7e7; }
.tbl_type2 th{padding:10px 0 10px 0; background:#f9f9f9; text-align:center;}
.tbl_type2 p{font-size:11px; color:#b6b7bc;}
.tbl_type2 td{padding:10px 0 10px 10px; border-bottom:none; border-top:none; line-height:18px;}

/* sub_id */
.sub_id_wrap{max-width:700px; margin: 0 auto; padding: 80px 50px; background: #fff; border-radius:15px; line-height: 1;}
.sub_id_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_id_wrap .form_wrap .tabs{display: flex;}
.sub_id_wrap .form_wrap .tabs a{display: block; width: 50%; text-align: center; font-size: 20px; padding-block:15px;}
.sub_id_wrap .form_wrap .tabs a.on{color: #000; border-bottom: 1px solid #000;}
.sub_id_wrap .form_inner02{display: flex; flex-direction: column; gap:30px; align-items: center;}
.sub_id_wrap .form_inner02 p{font-size: 22px; color: #444;}
.sub_id_wrap .id_check .id_box{width: 100%; padding-block:15px; background: #F9F9F9; border-radius:10px; text-align: center; font-size: 18px; color: #222;}
.sub_id_wrap .form_inner{display: flex; flex-direction: column; gap:30px; margin-top: 50px;}
.sub_id_wrap .form_box{display: flex; flex-direction: column; gap:10px;}
.sub_id_wrap .form_box label{font-size: 20px; color: #222; font-weight: 600;}
.sub_id_wrap .submit_btn{border-radius: 10px; background: #000; font-size: 24px; color: #fff; width: 100%; height: 60px; margin-top: 30px;}
.sub_id_wrap .login_wrap{display: flex; justify-content: center; gap:25px; margin-top: 50px;}
.sub_id_wrap .login_wrap a{width: 240px; font-size: 24px; text-align: center; border-radius:10px; padding-block:10px;}
.sub_id_wrap .login_wrap a.login_btn01{border:2px solid #000; color: #fff; background: #000;}
.sub_id_wrap .login_wrap a.login_btn02{border:2px solid #000; color: #000; background: #fff;}
.sub_id_wrap input[type="text"], .sub_id_wrap input[type="password"], .sub_id_wrap input[type="email"]{height: 60px; padding: 5px 15px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_id_wrap .submit_btn{border-radius: 10px; background: #000; font-size: 24px; color: #fff; height: 60px; margin-top: 30px;}

/* sub_login */
.sub_login_wrap{padding: 80px 50px; background: #fff; border-radius:15px; line-height: 1;}
.sub_login_wrap.account_box{max-width:700px; margin: 0 auto;}
.sub_login_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_login_wrap.account_box{padding: 50px;}
.sub_login_wrap .input_box{display: flex; flex-direction: column; gap:30px;}
.sub_login_wrap .login_md{display: flex; justify-content: space-between; margin-top: 20px;}
.sub_login_wrap input[type="text"], .sub_login_wrap input[type="password"], .sub_login_wrap input[type="email"]{height: 60px; padding: 5px 15px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_login_wrap .form_inner{display: flex; flex-direction: column; gap:30px; margin-top: 50px;}
.sub_login_wrap .form_box{display: flex; flex-direction: column; gap:10px;}
.sub_login_wrap .form_box label{font-size: 20px; color: #222; font-weight: 600;}
.sub_login_wrap .check_wrap {display: flex;align-items: center;gap: 15px;font-family: sans-serif;font-size: 16px;}
.sub_login_wrap .check_wrap input[type="checkbox"] {appearance: none;width: 16px;height: 16px;border: 1px solid #ccc;border-radius: 2px;background-color: white;position: relative;cursor: pointer; margin-right: 5px;}
.sub_login_wrap .check_wrap input[type="checkbox"]:checked {background-color: black;border-color: black;}
.sub_login_wrap .check_wrap input[type="checkbox"]:checked::after {content: '✔';color: white;font-size: 12px;position: absolute;top: -2px;left: 2px;}
.sub_login_wrap .check_wrap input[type="checkbox"]:disabled {background-color: #f0f0f0;border-color: #dcdcdc;cursor: not-allowed;}
.sub_login_wrap .check_wrap input[type="checkbox"]:disabled::after {color: #ccc;}
.sub_login_wrap .submit_btn{border-radius: 10px; background: #000; font-size: 24px; color: #fff; height: 60px; margin-top: 30px;}
.sub_login_wrap .search_wrap{display: flex; align-items: center; gap:20px;}
.sub_login_wrap .search_wrap a{position: relative; font-size: 16px ; color: #444;}
.sub_login_wrap .search_wrap a:not(:last-child)::after{content:''; position: absolute; right: -10px; top: 50%; transform:translateY(-50%); width: 1px; height: 40%; background: #666;}
.sub_login_wrap .external_wrap{display: flex; justify-content: space-evenly; margin-top: 50px;}
.sub_login_wrap .external_wrap p{margin-top: 10px; text-align: center;}
.sub_login_wrap .divider{display: flex; justify-content: center; align-items: center; gap:15px; margin-top: 35px; white-space:nowrap;}
.sub_login_wrap .divider span{display: block; background: #DDD; width: 100%; height: 1px;}
.sub_login_wrap .signup_link{display: flex; justify-content: center; gap:30px; margin-top: 20px; font-size: 14px; color: #444; line-height: 1.4;}
.sub_login_wrap .signup_link a{font-size: 14px; color: #444; border-bottom: 1px solid #444; line-height: 1.4;}
.sub_login_wrap .txt_area{display: flex; gap:50px;}
.sub_login_wrap .txt_area > div{flex:1;}
.sub_login_wrap .txt_area h3{font-size: 20px; color: #222; text-align: center; margin-bottom: 20px;}
.sub_login_wrap .txt_area .txt_box{height: 400px; border-radius: 10px; background: #F9F9F9; padding: 25px; font-size: 16px; line-height: 1.6; overflow-y:auto;}
.sub_login_wrap .txt_area .txt_box strong{display: block; padding-block: 15px;}
.sub_login_wrap .txt_area.area_column{flex-direction: column;}
.sub_login_wrap .txt_area .txt_box{height: 240px;}
.sub_login_wrap .agree_wrap{margin-top: 25px;}
.sub_login_wrap .check_label{display: flex;align-items: center;cursor: pointer;justify-content: flex-end; font-size: 14px; color: #444;}
.sub_login_wrap .agree_box{appearance: none;width: 18px;height: 18px;border: 1px solid #ccc;border-radius: 3px;margin-right: 8px;position: relative;cursor: pointer;}
.sub_login_wrap .agree_box::after {content: '✔'; font-size: 13px; position: absolute; left: 2px; top: -2px; color: #ccc; visibility: visible;}
.sub_login_wrap .agree_box:checked {background-color: #000;border-color: #000;}
.sub_login_wrap .agree_box:checked::after {color: #fff;}


.sub_login_wrap .account_btn{display: flex; justify-content: center; gap: 20px; margin-top: 25px;}
.sub_login_wrap .account_btn button{width: 160px; height:55px; font-size: 22px; border-radius:10px; padding-block:10px; text-align: center; line-height: 1;}
.sub_login_wrap .account_btn button.btn01{background: #fff; color: #000;}
.sub_login_wrap .account_btn button.btn02{background: #005BAB; color: #fff;}


.sub_sign_wrap{line-height: 1;}
.sub_sign_wrap h2{margin-bottom: 50px; font-size: 40px; color: #000; text-align: center;}
.sub_sign_wrap input[type="text"], .sub_sign_wrap input[type="password"], .sub_sign_wrap input[type="email"]{height: 55px; padding: 5px 15px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_sign_wrap .form_list:nth-child(2) {margin-top: 50px;}
.sub_sign_wrap .form_list li{display: flex; gap:10px;}
.sub_sign_wrap .form_list li:not(:first-child){margin-top: 30px;}
.sub_sign_wrap .form_list li label{margin-top: 20px; width: 200px; flex-shrink:0; font-size: 20px; color: #000; font-weight: 500;}
.sub_sign_wrap .form_list li label .required{color: #F00;}
.sub_sign_wrap .form_list li input{width: 100%;}
.sub_sign_wrap .form_list li .id_field{display: flex; gap:20px; width: 100%;}
.sub_sign_wrap .form_list .add_wrap{width: 100%; display: flex; flex-direction: column; gap: 15px;}
.sub_sign_wrap .form_list .address_row{display: flex; gap:20px; width: 100%;}
.sub_sign_wrap .sub_btn{width: 150px; border:1px solid #005BAB; flex-shrink: 0; font-size: 18px; color: #005BAB; font-weight: 600; border-radius:5px;}

/*로그인스킨*/
/*#login_wrap {width:100%;  background:#f7f7f7; padding:50px;}
.login_top {width:100%; height:50px; border-bottom:1px solid #eaeaea; margin-bottom:20px;}
.login_top h2 {font-size:30px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {font-size:15px; font-weight:400; }
.login_mid {display: flex; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:50%; height:100%; }
.login_mid .login_con h2 {text-align:center; color:#222; font-size:40px; margin-bottom:20px;}
.login_mid .login_con .login_id {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:10px;}
.login_mid .login_con .login_id #mb_id {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con .login_pw {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:20px;}
.login_mid .login_con .login_pw #mb_pass {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con span {display:inline-block;width:10%; height:100%; text-align:center; line-height:40px; }
.login_mid .login_con span img {vertical-align:middle;}
.login_mid .login_con input::placeholder {font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- font-size:14px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:55px; margin-top:20px;}
.login_mid .login_btn button {width:100%; height:100%; background:#4b4f58; border:1px solid #4b4f58; text-align:center; color:#fff; font-size:18px; line-height:53px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:20px; padding-left:20px; position:relative; line-height:35px;}
.login_mid .login_bottom li::before {width:1px; height:13px; background:#ddd; content:''; position:absolute; left:0; top:11px;}
.login_mid .login_bottom li:first-child {margin-left:0; padding-left:0;}
.login_mid .login_bottom li:first-child::before {display:none;}
.login_mid .login_bottom li a {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li a img {vertical-align:middle; margin-right:5px;}
.login_mid .login_bottom li label {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li input[type="checkbox"] {vertical-align:-3px;}
.login_mid .login_bottom li .naver_login {display:inline-block; background: #00ce38; width: 200px; height: 35px; font-size: 14px; color: #fff; text-align: center; 
line-height: 35px; border-left: 1px solid #DDD; border-radius: 5px; vertical-align: middle;}
.login_mid .login_bottom li .naver_login img {vertical-align:-1px;}
.login_mid .login_img {width:47.27%;}
.login_mid .login_img .img_wrap{position:relative; padding-bottom: 42.3%;}
.login_mid .login_img .img_wrap img{position:Absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height:100%;}/*


/*회원가입 스킨*/
.inWrap {width:98%;  border:1px solid #353638; border-width:1px 0; padding:30px 0;}
.inWrap.type1 { padding:50px 0;}
.inWrap.type2 { padding:0;}
.inWrap.type3 { padding:5px 0; border-bottom-width:0;}
.inWrap.width1 { width:680px !important; margin:0 auto;}
.tbox1 { border:1px solid #cdcdcd; }
.tbox1 .boxTit { padding:20px 20px 10px; color:#333; font-weight:700; font-size:16px;}
.tbox1 .txt_scroll { height:200px; padding:0 20px; overflow-y:auto;}
.txt_type { line-height:25px; font-size:13px; color:#666;}
.agreement input{vertical-align:middle; border:none;}
.btnType { display:inline-block; position:relative; transition:all 0.3s;}
.btnType.btn1 { height:30px; line-height:28px; padding:0 45px; font-size:13px;}
.btnType.btn1.color2 {border:1px solid #333; background:#333; cursor:pointer; }
.btnWrap input{color:#fff;}

.center{text-align:center;}
.pc_img {display:block;}
.tab_img {display:none;}
.mob_img {display:none;}
.pc {display:block;}
.tab {display:none;}
.mob {display:none;}


:root{
	--co01: #005BAB;
	--co02: #00182D;
}


/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%;  margin: 0 auto; /* overflow: hidden; */line-height: 1;}
.inner{width: calc(100% - 100px); margin: 0 auto; max-width:1500px;}


/* main 공통 */
h3.h3_tit{font-size: 40px; color: #222;}
h3.h3_tit span{position: relative;}
h3.h3_tit span::after{content:''; position: absolute; top: 0; right: -10px; width: 10px; height: 10px; border-radius:50%; background: var(--co01);}


.nav_btn{display: none;}
.navigation{display: none;}


/* header */
#header{position: relative; top: 0; left: 0; width: 100%; z-index: 500; background: #fff;}
#header .inner{display: flex; align-items: center; justify-content: space-between;}
#header h1 a{display: block; background: url('/assets/images/main/main_logo.png')center no-repeat; background-size:cover; width: 350px; height: 50px; -webkit-transition:all .3s; -moz-transition:all .3s;-ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
#header .h_right{display: flex; gap:50px; align-items: center; justify-content: center;}
#header .login_btn{display: block; padding: 10px 20px; font-size: 16px; color: var(--co01); font-weight: 600; border-radius:30px; border:2px solid var(--co01); -webkit-transition:all .3s; -moz-transition:all .3s;-ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
#header .login_btn:hover{background: var(--co01); color: #fff; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);}
#header .search_btn {background: url(/assets/images/main/sub_header_search_pc.png) center no-repeat;background-size: cover;width: 34px;height: 34px;}

/* search */
.search_wrap{position: relative; }
.search_con{display: none; position: absolute; top: 65px; right: 0; align-items: center; gap:10px; background: #fff; border-radius:30px; padding: 10px 20px; border:2px solid #005BAB;}
.search_con input{padding: 0 10px; border:none; height: 35px; font-size: 1rem;}
.search_con button{background: url('/assets/images/main/sub_header_search_pc.png')center no-repeat; background-size:cover; width: 23px; height: 23px;}
.search_con.active{display: flex;}


/* gnb */
.gnb{display: flex;}
.gnb > li > a{display: block; font-size: 18px; color: #222; padding: 36px 30px; white-space:nowrap;}
#header.on{border-bottom: 1px solid #ccc;}
#header.on .gnb > li{ text-align: center; border-left:1px solid transparent; border-right:1px solid transparent;}
#header.on .gnb > li >a{color: #222;}
#header.on .gnb > li.on > a{color: var(--co01);}
#header .gnb > li{position: relative;}
.gnb-wrap .gnbBg{overflow:hidden; position:absolute; left:0; top: 91px; width:100%; height:0; background: #fff; z-index:98;opacity:0;transition:height 0.3s ease-in-out, opacity 0.2s ease-in-out;}
.gnb-wrap .gnbBg:after{position:absolute; width:100%; left:0; height:1px; content:"";}
.gnb-wrap.on .gnbBg{height:240px; opacity:1.0; filter:Alpha(opacity=100);}
.gnb-wrap .gnb .gnb-2dep{position:absolute; top:90px; left:0px; z-index:99;width:100%; text-align:left; opacity:0;filter:Alpha(opacity=0);height:0;transition: all 0.2s 0s;transition-delay: 0s;visibility:hidden; border-top: ;}
.gnb-wrap .gnb .gnb-2dep > ul{padding-block:30px;}
.gnb-wrap .gnb .gnb-2dep > ul > li{text-align: center;}
.gnb-wrap .gnb .gnb-2dep > ul > li:not(:last-child){margin-bottom: 20px;}
.gnb-wrap .gnb .gnb-2dep > ul > li > a{font-size: 16px; color: #222; transition:.3s ease-in-out;}
.gnb-wrap .gnb .gnb-2dep > ul > li > a:hover{color: var(--co01); font-weight: 500;}
.gnb-wrap .gnb.on > li .gnb-2dep{height:15rem; opacity:1.0;visibility:visible;transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;}


@media screen and (max-width:1200px) {
	.gnb > li > a{font-size: 1rem; padding: 36px 20px;}
	#header .login_btn{padding: 8px 15px; font-size: 0.875rem;}
}

/* visual_wrap */
#visual_wrap{position: relative;}
#visual_wrap .txt_wrap{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); width: 100%; color: #fff; width: calc(100% - 100px); max-width:1500px;}
#visual_wrap .txt_wrap h2{font-size: 50px; line-height: 1.3; -webkit-transition:all .3s; -moz-transition:all .3s;-ms-transition:all .3s; -o-transition:all .3s; transition:all .3s; opacity: 0;transform: translateY(40px);transition: all 0.6s ease;}
#visual_wrap .txt_wrap h2 span{display: block;}
#visual_wrap .txt_wrap p{font-size: 25px; margin-top: 30px; -webkit-transition:all .3s; -moz-transition:all .3s;-ms-transition:all .3s; -o-transition:all .3s; transition:all .3s; opacity: 0;transform: translateY(40px); transition: all 0.6s ease;}
#visual_wrap .swiper-slide-active .txt_wrap h2{opacity: 1;transform: translateY(0);}
#visual_wrap .swiper-slide-active .txt_wrap p{opacity: 1;transform: translateY(0); transition-delay: 0.3s;}
#visual_wrap .visual_items{position: absolute; bottom: 50px; left: 50%; transform:translate(-50%,-50%); z-index: 1000; display: flex; align-items: center; gap:;}
#visual_wrap .swiper-paging{display: flex; justify-content: center; align-items: center;gap: 5px;}
#visual_wrap .swiper-paging .swiper-pagination-bullet{position: relative;width: 35px;height: 35px;display: inline-block;border-radius: 50%;background: transparent;opacity: 1;}
/* #visual_wrap .swiper-paging .swiper-pagination-bullet::after{content:'';position: absolute; left: 50%; top: 50%;transform:translate(-50%,-50%);border: 3px solid rgba(255, 255, 255, .3);border-radius: 50%;width: 35px;height: 35px;} */
#visual_wrap .swiper-paging svg{width: 35px; height: 35px;}
#visual_wrap .swiper-paging span.dots{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); width: 8px; height: 8px; border-radius:50%; background: #fff;}
#visual_wrap .circle{opacity: 0;}
#visual_wrap .swiper-pagination-bullet-active .circle{animation: draw 4s linear forwards;stroke-dashoffset: 140px; stroke-dasharray: 140px;opacity: 1;}
#visual_wrap .swiper-pagination-bullet-active .circle.on{animation-delay:1s;}
@keyframes draw {
    to {stroke-dashoffset: 0;}
}
#visual_wrap.paused .swiper-pagination-bullet-active .circle {animation-play-state: paused !important;}
.play-toggle {position: relative;display: flex;align-items: center;justify-content: center;flex-shrink:0;width: 35px;height: 35px;border-radius: 50%;cursor: pointer;overflow: hidden;}
.play-toggle .icon {position: absolute;transition: opacity 0.3s ease, visibility 0.3s ease;}
.play-toggle .icon-play {opacity: 0;visibility: hidden;}
.play-toggle.paused .icon-pause {opacity: 0;visibility: hidden;}
.play-toggle.paused .icon-play {opacity: 1;visibility: visible;}


/* section01 */
#section01{padding-block:100px;}
#section01 .inner{display: flex; justify-content: space-between;}
#section01 .main_tab_wrap{width: 52%;}
#section01 .main_search_wrap{width: 38%;}
#section01 .tab_list{display: flex;}
#section01 .tab_list li{flex:1; border:1px solid #ccc; border-bottom: none; transition:.3s;}
#section01 .tab_list li:nth-child(1){border-radius: 20px 0 0 0;}
#section01 .tab_list li:nth-child(3){border-radius: 0 20px 0 0;}
#section01 .tab_list li:not(:last-child){border-right: none;}
#section01 .tab_list li.active{background: var(--co01);}
#section01 .tab_list li.active a h3{color: #fff;}
#section01 .tab_list li:hover{background: var(--co01);}
#section01 .tab_list li:hover a h3{color: #fff;}
#section01 .tab_list a{display: block; text-align: center; padding-block:15px; }
#section01 .tab_list a h3{font-size: 20px; color: #222;}
#section01 .tab_box{border:1px solid #ccc; padding:40px; border-radius: 0 0 20px 20px;     height: 90%;}
#section01 .tab_box .tab_con{display: none;}
#section01 .tab_box .tab_con.active{display: block;}
#section01 .tab_box .tab_top{padding-bottom: 30px; border-bottom: 1px dashed #ccc;}
#section01 .tab_box .tab_top a{display: flex; align-items: center; gap:20px;}
#section01 .tab_box .tab_top .date_box{flex-shrink:0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap:5px; color: var(--co01); background: #F8F9FA; border-radius:50%; width: 100px; aspect-ratio:1;}
#section01 .tab_box .tab_top .date_box strong{font-size: 30px;}
#section01 .tab_box .tab_top .date_box p{font-size: 14px; }
#section01 .tab_box .info_box .tit{font-size: 18px; color: #111; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis;}
#section01 .tab_box .info_box .info{font-size: 16px; color: #444; line-height: 1.4; margin-top: 12px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis;}
#section01 .bbs_list{padding-top: 30px;}
#section01 .bbs_list li:hover a{padding-inline:10px;}
#section01 .bbs_list li:not(:first-child){margin-top: 15px;}
#section01 .bbs_list li a{display: flex; justify-content: space-between; align-items: center; transition:.3s;}
#section01 .bbs_list li a p{width: 70%; font-size: 18px; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis;}
#section01 .bbs_list li a span{font-size: 15px; color: #666;}
#section01 .tab_box .more_btn{display: block; width: 110px; border-radius:30px; border:1px solid var(--co01); padding-block:10px; margin: 30px auto 0; text-align: center; font-size: 18px; color: var(--co01); font-weight: 600; transition: all 0.3s ease;}
#section01 .tab_box .more_btn:hover {background: var(--co01);color: #fff; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);}
#section01 .main_search_wrap .s_top{display: flex;}
#section01 .s_top .s_tit{width: 100%; padding-block:15px; padding-inline:30px; border:1px solid #ccc; border-right: none; border-radius:20px 0 0 0;}
#section01 .s_top .s_tit h3{font-size: 20px; color: #222;}
#section01 .s_top .more_btn{width: 52px; display: flex; align-items: center; justify-content: center; border:1px solid #ccc; border-radius:0 20px 0 0; aspect-ratio:1;}
#section01 .s_top .more_btn i{font-size: 26px; color: var(--co01); transition: transform 0.3s ease;}
#section01 .s_top .more_btn:hover i{transform: rotate(120deg);}
#section01 .s_btm{display: flex; flex-direction: column; justify-content: center; height: 90%; padding: 30px; border:1px solid #ccc; border-top: none; border-radius: 0 0 20px 20px; }
#section01 .s_btm p{font-size: 18px; color: #444; line-height: 1.4; text-align: center; margin-top: 10px;}
#section01 .s_btm p span{display: block;}
#section01 .s_form_inner{display: flex; flex-direction: column; align-items: center; gap:15px; margin-top: 40px;}
#section01 .s_form_inner select, #section01 .s_form_inner input{width: 100%; border:none; background: #F9F9F9; border-radius:10px; height: 50px; font-size: 16px; color: #666; padding: 10px 30px;}
#section01 .s_form_inner .search_btn{width: 180px; padding-block:10px; font-size: 20px; color: #fff; background: var(--co01); border-radius:10px; margin-top: 20px;}


/* section02 */
#section02{padding-block:100px; background: url('/assets/images/main/main_sec03_bg01.png')center no-repeat; background-size:cover;}
#section02 .main_tit{display: flex; justify-content: space-between; align-items: center;}
#section02 .arw_wrap{display: flex; gap:20px;}
#section02 .gallSlide{margin-top: 40px;}
#section02 .arw_wrap .swiper-button-prev, #section02 .arw_wrap .swiper-button-next{position: unset; aspect-ratio: 1; width: 45px; margin-top: 0; color: var(--co01); border:1px solid #ccc; background: #fff; border-radius:50%; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);}
#section02 .arw_wrap .swiper-button-prev:hover::after, #section02 .arw_wrap .swiper-button-next:hover::after{transform:scale(1.05); transition:.3s;}
#section02 .arw_wrap .swiper-button-prev::after, #section02 .arw_wrap .swiper-button-next::after{font-size: 12px; transition:.3s;}
#section02 .gallSlide .swiper-slide img{width: 100%; aspect-ratio:1.173 / 1; object-fit:cover; border-radius:15px; transition:.3s;}
#section02 .gallSlide .swiper-slide img:hover{box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);}
#section02 .gallSlide .swiper-slide p{margin-top: 15px; font-size: 18px; color: #000; line-height: 1.4; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; transition:.3s;}
#section02 .gallSlide .swiper-slide:hover p{font-weight: 600;}


/* section03 */
#section03{padding-block:100px;}
#section03 .inner{display: flex; gap: 50px; justify-content: space-between;}
#section03 .calendar_wrap{flex:0 1 65%;}
#section03 #calendar{height: 100%;}
#section03 #calendar .fc-toolbar-title{color: #222;}
.fc .fc-day.fc-day-sun {color: red;}
.fc .fc-day.fc-day-sat {color: #007bff;}
.fc .fc-day{color: #222;}
.fc-day-today {background-color: #E6ECF7 !important;}
.fc .fc-view-harness{background: #fff;}
#section03 .details_wrap{flex:0 1 37%;}
#section03 .sec03_con{margin-top: 40px; height: 90%;}
#section03 .details_box{border-radius: 10px; background: #fff; border:1px solid #ccc; padding:40px 35px;}
#section03 .item_wrap{height: 580px; overflow-y: scroll;}
#section03 .detail_item{border-radius: 10px; background: #f9f9f9; padding: 30px 35px;}
#section03 .detail_item:hover{box-shadow: 0 4px 8px rgba(0,0,0,0.15); cursor: pointer; transition: all 0.2s ease-in-out;}
#section03 .detail_item:not(:first-child){margin-top: 10px;}
#section03 .detail_item strong{font-size: 20px; color: #222; display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
#section03 .detail_item .date_wrap{display: flex; gap: 10px; align-items: center; margin-top: 10px;}
#section03 .detail_item .date_wrap p{font-size: 16px; color: #8B94A3;}
.fc .fc-button-primary.fc-prev-button{background: #fff; color: var(--co01);}
.fc .fc-button-primary.fc-next-button{background: var(--co01); color: #fff;}
.fc .fc-button-primary:disabled{padding: 8px 20px; background: var(--co01); opacity: 1; font-size: 14px;}

/* modal */
.modal {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; z-index: 9999;}
.modal-content {background: #fff; padding: 50px; width: 100%; max-width:680px; max-height: 80vh; overflow-y: auto; position: relative;}
.modal-content h2{font-size: 32px; color: #000;}
.modal-content .m_top{padding-bottom: 20px; border-bottom: 1px solid #222;}
.modal-content .m_date{display: flex; align-items: center; gap:10px; margin-top: 10px;}
.modal-content .m_date span{font-size: 16px; color: #8B94A3;}
.modal-content .m_btm{margin-top: 30px;}
.modal-content .m_btm .modal-body{background: #F8F8F8; padding: 20px; height:450px; overflow-y: auto; font-size: 16px; color: #222; line-height: 1.6;}
.modal-content .close{position: absolute; top: 30px; right: 30px; background: url('/assets/images/main/modal_close.png')center no-repeat; width: 20px; height: 20px;}

/* footer */
#footer{background: var(--co02); padding-block:50px;}
#footer .inner{display: flex; justify-content: space-between;}
#footer address > div{display: flex; gap:5px; font-size: 16px; color: #ccc; line-height: 1.6;} 
#footer .copy{margin-top: 15px; font-size: 14px; color: #ccc;}


/* sub */
#sub_visual_wrap {position:relative;}
#sub_visual_wrap .txt_wrap {position:absolute; left:0; right:0; top:60%; transform:translateY(-50%); line-height:1;}
#sub_visual_wrap .txt_wrap h2 {margin-bottom:30px; font-size:40px; color:#fff; font-weight:600;}
#sub_visual_wrap .txt_wrap .sub_nav {display:flex;align-items:center;gap:50px;}
#sub_visual_wrap .txt_wrap .sub_nav li {position:relative;font-size:17.5px; color:#fff; font-weight:400;}
#sub_visual_wrap .txt_wrap .sub_nav li::before {content:''; position:absolute; right:-30px; top:50%; transform:translateY(-50%); width: 8px; height: 15px; background: url('/assets/images/sub/sub_nav_arw.png')center no-repeat;}
#sub_visual_wrap .txt_wrap .sub_nav li:last-child::before{display: none;}


/* cate_box */
.cate_box ul{width: 1200px; display: flex; border-radius: 66px; border: 1px solid #CCC; margin: 0 auto;}
.cate_box ul li{position: relative; flex:1; text-align: center;}
.cate_box ul li:not(:last-child)::after{content:''; position: absolute; right: 0; top: 50%; transform:translateY(-50%); width:	1px; height: 20px; background: #999;}
.cate_box ul li a{display: block; padding: 20px 0; font-size: 20px; color: #999; border-radius: 66px;}
.cate_box ul li.on a{background: var(--co01); color: #fff;}

/* cate_box02 */
.cate_box02 {margin-top: 60px;}
.cate_box02 ul{width:100%; display: flex; gap:100px; justify-content: center; align-items: center; border-radius: 20px;background: rgba(0, 109, 181, 0.10);height: 150px; }
.cate_box02 ul li a{ display: block;font-size:24px; color:#444; font-weight: 500;text-align: center; background:#fff; border-radius:10px; padding-block:10px; width:250px; }
.cate_box02 ul li.on a{background:#005BAB; font-size:24px; color:#fff; font-weight: 700; }

#sub_contents{padding: 100px 0;}
#sub_contents .sec{margin-top: 100px;}

h3.sub_tit{font-size: 30px; color: #000; text-align: center;}
p.sub_tit {display:flex; align-items: center; gap:10px; color:#111; font-size: 24px; font-weight: 600; margin-bottom: 20px;}

/* sub0101 */
.sub0101_wrap .sec01{display: flex; justify-content: center;gap: 140px; align-items: center;}
.sub0101_wrap .sec01 .img_wrap{width: 30%;}
.sub0101_wrap .sec01 .img_wrap img{width: 100%;}
.sub0101_wrap .sec01 .img_wrap .info{display: flex; justify-content: space-between; margin-top: 15px; font-size: 20px; color: #222;}
.sub0101_wrap .sec01 .img_wrap .info span strong{font-family: "Noto Serif KR", serif; font-weight: 700;}
.sub0101_wrap .sec01 .txt_wrap{width: 55%;}
.sub0101_wrap .sec01 .txt_wrap strong{font-size: 24px; color: #005FB5;}
.sub0101_wrap .sec01 .txt_wrap .sub_txt{margin-top: 40px;}
.sub0101_wrap .sec01 .txt_wrap .sub_txt p{font-size: 18px; color: #000; line-height: 1.6; word-break:keep-all;}
.sub0101_wrap .sec01 .txt_wrap .sub_txt p:not(:first-child){padding-top: 20px;}
.sub0101_wrap .sec01 .txt_wrap .sub_txt p.end_txt{padding-top:40px;}
.sub0101_wrap .sec01 .txt_wrap .sub_txt p.end_txt{text-align:right;}
.sub0101_wrap .sec01 .txt_wrap .sub_txt p.end_txt span{color: #005FB5;}
.sub0101_wrap .sec01 .txt_wrap .sub_txt p.end_txt strong{display:inline-block; margin-left:4px; font-family: "Noto Serif KR", serif; font-weight: 700; color:#000;}

.sub0102_wrap .sec01 .txt_box{padding-block:20px; background: #F7F9FA; border-radius:20px; margin-top: 50px;}
.sub0102_wrap .sec01 .txt_box p{font-size:18px; color: #222; line-height: 2; text-align: center;}
.sub0102_wrap .sec01 .txt_box p span{display: block;}
.sub0102_wrap .sec02 .con{display: flex; align-items: flex-start; gap:60px;}
.sub0102_wrap .sec02 .con:not(:first-child){margin-top: 30px;}
.sub0102_wrap .sec02 .con .con_tit{flex-shrink:0; font-size: 20px; color: #fff; background: var(--co01); width: 150px; padding-block:15px; border-radius:30px; text-align: center;}


/* sub0102 */
.sub0102_wrap .history-con-wrap{margin-top: 15px;}
.sub0102_wrap .history-con-wrap > p{font-size: 20px; color: #222;}
.sub0102_wrap .history-con {position: relative;width: 100%;}
.sub0102_wrap .history-line {position: absolute; top: 0; left: 140px; width: 2px; height: 100%; background: #ddd; z-index: 1;}
.sub0102_wrap .history-scroll-bar {position: absolute;top: 0;left: 50%;width: 2px;background: var(--co01);z-index: 2;transform: translateX(-50%);}
.sub0102_wrap .scroll-point {width: 11px;height: 11px;background: var(--co01);border-radius: 50%;position: absolute;bottom:0;left: 50%;transform: translate(-50%, -50%);}
.sub0102_wrap .scroll-point::after{content:''; position: absolute; width: 32px; height: 32px; border:5px solid var(--co01); top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius:50%;}
.sub0102_wrap .history-items {list-style: none;padding: 0;margin: 0;}
.sub0102_wrap .history-item {position: relative; box-sizing: border-box;}
.sub0102_wrap .history-item:not(:first-child){margin-top: 40px;}
.sub0102_wrap .history-item .content {position: relative; z-index: 3;display: flex; align-items: flex-start; gap: 130px; max-width: 90%;}
.sub0102_wrap .con02 .date_info li{display: flex; gap:20px; line-height: 1.3;}
.sub0102_wrap .con02 .date_info li:not(:first-child){margin-top: 10px;}
.sub0102_wrap .con02 .date_info li em{width: 65px; flex-shrink:0; font-size: 22px;	color: #444; font-weight: 600;}
.sub0102_wrap .con02 .date_info li p{font-size: 18px; color: #444;}
.sub0102_wrap .con02 .year {width: 80px; flex-shrink: 0; font-size: 1.9rem; color: var(--co01);}
.sub0102_wrap .con02 .date {min-width: 3.3854vw; flex-shrink:0; font-size: 1rem; font-weight: 500; display: block; color: #222;}
.sub0102_wrap .con02 .date_info ul{font-size: 1rem; color: #444;}
.sub0102_wrap .con02 .date_info ul li:not(:last-child){margin-bottom: 15px;}
.sub0102_wrap .con03 ul li{position: relative; padding-left: 20px; font-size: 20px; color: #222; line-height: 1.4;}
.sub0102_wrap .con03 ul li:not(:first-child){margin-top: 10px;}
.sub0102_wrap .con03 ul li::before{content:''; position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 8px; height: 8px; background: var(--co01); border-radius:50%;}

/* sub0103 */
.sub0103_wrap h3{margin: 100px 0 70px 0;color: #111;font-size: 30px;font-weight: 600;}
.sub0103_wrap .con:not(:first-child){margin-top: 80px;}	
.sub0103_wrap .con p.p_tit{position: relative; color: #222;font-size: 30px;font-weight: 600; margin-bottom:36px ;}
.sub0103_wrap .con p.p_tit::before{position: absolute; content:''; width:40px; height:4px; background: #005398; bottom:-15px; left:0;}
.sub0103_wrap .con .txt_wrap{margin-top: 25px;}
.sub0103_wrap .con .txt_wrap b{display: block;color: #222;font-size: 20px;font-weight: 600; margin-bottom: 10px;}
.sub0103_wrap .con .txt_wrap p{color: #444;font-size: 18px;font-weight: 400; line-height: 1.7;}
.sub0103_wrap .con .txt_wrap ul li{color: #444;font-size: 18px;font-weight: 400; line-height: 1.7;}
.sub0103_wrap .con .txt_wrap ul.ml15{margin-left: 15px; }
.sub0103_wrap .con .txt_wrap ul.mb10{margin-bottom: 10px;}


table.tbl01{width:100%; margin-top: 10px;}
table.tbl01 thead tr th{border-right:1px solid #DEDEDE;background: #E6ECF7; color: #222;font-size: 18px;font-weight: 700; padding-block:20px; border-top: 2px solid #005BAB;		 }
table.tbl01 thead tr th:last-child{border-right: none;}
table.tbl01 tbody tr td{border-right:1px solid #DEDEDE; color: #444;font-size: 18px;font-weight: 500; padding-block:20px; border-bottom:1px solid #DEDEDE; text-align: center; }
table.tbl01 tbody tr td:last-child{border-right: none;}
table.tbl02 tbody tr td{padding-left:50px;}
table.tbl02 tbody tr td:last-child{text-align: left;}

/* sub0104 */
.sub0104_wrap h3{text-align: center; color:#111; font-size: 35px;font-weight: 700; margin-bottom: 50px;}	
.sub0104_wrap .con{margin-top: 100px;}
.sub0104_wrap .cate_box02 li a{width:350px;}
.sub0104_wrap h4{color:#111; font-size: 35px;font-weight: 700; margin-bottom: 50px;}	

/* sub0107 */
.sub0107_wrap .con h3{color: #111;font-size: 35px;font-weight: 700; margin-bottom: 25px;}
.sub0107_wrap .con:not(:first-child){margin-top: 80px;}
.sub0107_wrap .con01 .ul_wrap{display: flex; gap:100px;}
.sub0107_wrap .con01 .ul_wrap ul li, .sub0107_wrap .con ul li{color: #444;font-size: 20px;font-weight: 500;line-height: 40px; }
.sub0107_wrap .con b{font-weight: 500; color:#444;}

.sub0107_wrap .con ul.dot > li{color: #444;font-size: 20px;font-weight: 500;line-height: 40px; position: relative; padding-left: 15px;}
.sub0107_wrap .con ul.dot > li span{color: #000;font-size: 24px;font-weight: 600; }
.sub0107_wrap .con ul.dot > li::before{ position: absolute; content:''; width: 8px;height: 8px;background:#005BAB; left:0; top:14px; border-radius:100%;}
.sub0107_wrap .con p{color: #444;font-size: 20px;font-weight: 500;}

.sub0107_wrap .con03 {display: flex; flex-direction: column; gap:20px;}
.sub0107_wrap .con03 h3{margin-bottom: 0;}
.sub0107_wrap .con04 p{margin-bottom: 20px;}
.sub0107_wrap .con05 ul.box_wrap {display: flex; flex-direction: column; gap:70px;}
.sub0107_wrap .con05 ul.box_wrap li{text-align: center; padding-block:30px;border-radius: 10px;	box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.10); position: relative;		}
.sub0107_wrap .con05 ul.box_wrap li:not(:last-child)::before{position: absolute; content:''; background:url('/assets/images/sub/sub0107_icon01.png'); width:30px; height:18px; 
background-size:cover; bottom:-40px; left:50%;  transform:translateX(-50%); }

.sub0107_wrap .con06 {display: flex; flex-direction: column; gap:25px;}
.sub0107_wrap .con06 .down_box{display: flex; justify-content: space-between;align-items: center;}
.sub0107_wrap .con06 .down_box .box{width:660px; height:200px; border-radius: 20px; background: #005BAB; display: flex; flex-direction: column; justify-content: center;align-items: center;	gap:30px;position: relative;}
.sub0107_wrap .con06 .down_box .box::after{position: absolute; content:''; background:url('/assets/images/sub/sub0107_icon02.png'); width:152px; height:150px; top:50%; left:20%; transform:translateY(-50%); }
.sub0107_wrap .con06 .down_box .box p{color: #FFF;font-size: 35px;font-weight: 700;}
.sub0107_wrap .con06 .down_box .box02{background: #4A7CE2;}
.sub0107_wrap .con06 ul li.red{color: #F00;}
.sub0107_wrap .con06 p{line-height: 1.5;}

.sub0107_wrap .con08 .info_box{width:100%:border-radius: 10px;background: #F9F9F9; padding-block:55px; display: flex; gap:20px; justify-content: center;align-items: center;}
.sub0107_wrap .con08 .info_box p{color: #005BAB;font-size: 26px;font-weight: 600;}

.sub0108_wrap .con06 .down_box {border-radius: 20px;background: rgba(0, 109, 181, 0.10); display: flex; justify-content: center;align-items: center; padding-block:50px;}

/* sub10 */
.sub0110_wrap .con{margin-top: 100px;}
.sub0110_wrap .con h3{color: #000;text-align: center;font-size: 35px;font-weight: 700; margin-bottom: 50px;}	


/* sub11 */
.sub0111_wrap .con {margin-top: 100px;}
.sub0111_wrap .con .map_wrap {width:100% !important; height:450px;}
.root_daum_roughmap{width:100% !important; }
.root_daum_roughmap .wrap_map{width:100% !important;  height:450px !important;}

.sub0111_wrap .con .info_wrap{display: flex; margin-top: 60px; justify-content: space-between;align-items: flex-start;}
.sub0111_wrap .con .info_wrap .left{display: flex; gap:25px; width:30%;}
.sub0111_wrap .con .info_wrap .left img{width:62px;}
.sub0111_wrap .con .info_wrap .left .txt_wrap {display: flex; flex-direction: column; gap:15px;}
.sub0111_wrap .con .info_wrap .left .txt_wrap b{color: #666;font-size: 28px;font-weight: 700;}
.sub0111_wrap .con .info_wrap .left .txt_wrap span{color: #005BAB;}
.sub0111_wrap .con .info_wrap .left .txt_wrap p{color: #222;font-size: 18px;font-weight: 400;}
.sub0111_wrap .con .info_wrap .right{width:700px;padding:35px; padding-left: 40px; border-top:1px solid #222; border-bottom:1px solid #222;}
.sub0111_wrap .con .info_wrap .right ul {display: flex;flex-direction: column; gap:30px;}
.sub0111_wrap .con .info_wrap .right ul li{display: flex; gap:35px;}
.sub0111_wrap .con .info_wrap .right ul li span{color: #005BAB;font-size: 20px;font-weight: 700;    width: 60px;}
.sub0111_wrap .con .info_wrap .right ul li p{color: #666;font-size: 18px;font-weight: 400;}

/* sub0201 */
.sub0201_wrap h3 {text-align: center; color:#111; font-size: 35px;font-weight: 700; margin-bottom: 80px;}
.sub0201_wrap .con02 {margin-top: 50px;}
.sub0201_wrap table.tbl01 tr td:first-child {border-right:1px solid #DEDEDE;background: #E6ECF7; color: #222;font-size: 18px;font-weight: 700; padding-block:20px; }
.sub0201_wrap table.tbl01 tr:first-child td {border-top: 2px solid #005BAB;}
.sub0201_wrap table.tbl01 tr:last-child td {border-bottom: 2px solid #005BAB;}
.btn_box {display: flex; justify-content: center; margin-top: 50px;}
.btn_box a.btn {display:flex; align-items: center; justify-content: center; width: 160px; height:55px; font-size: 22px; border-radius:10px; padding-block:10px; text-align: center; line-height: 1; background: #005BAB; color:#fff;}

/* sub0501 */
.sub0501_wrap h3 {text-align: center; color:#111; font-size: 35px;font-weight: 700; margin-bottom: 80px;}
.sub0501_wrap .box_wrap {display:flex; flex-wrap: wrap; gap:30px;}
.sub0501_wrap .box_wrap .con {display: flex; flex-direction: column; flex: 1 0 0;}
.sub0501_wrap .con ul.dot {display:flex; flex-direction: column; background: rgba(0, 109, 181, 0.10); border-radius:10px; padding:20px 30px; flex: 1 0 0;}
.sub0501_wrap .con ul.dot > li{color: #444;font-size: 20px;font-weight: 500;line-height: 40px; position: relative; padding-left: 15px;}
.sub0501_wrap .con ul.dot > li::before{ position: absolute; content:''; width: 8px;height: 8px;background:#005BAB; left:0; top:15px; border-radius:100%;}

/* sub0701 */
.sub_contact_wrap {width:50%;margin:0 auto;display: flex;flex-direction: column;gap: 40px;}
.sub_contact_wrap input[type="text"], .sub_contact_wrap input[type="password"], .sub_contact_wrap input[type="email"], .sub_contact_wrap textarea 
{padding: 5px 15px;font-size: 16px;color: #666;border: none;border-radius: 10px;background: #F9F9F9;width: 100%;height: 55px;}
 .sub_contact_wrap select{padding: 5px 15px;font-size: 16px;color: #666;border: none;border-radius: 10px;background: #F9F9F9;height: 55px; width: 30%;}
.sub_contact_wrap .form_row {display: flex;flex-direction: column;gap: 15px;}
.sub_contact_wrap .form_row label {font-size: 18px;color: #222;font-weight: 500;}
.sub_contact_wrap .form_row label .required-mark {color: #f00;}
.sub_contact_wrap .form_row {width: 100%;}
.sub_contact_wrap .phone_group {display: flex;align-items: center;gap: 10px;}
.sub_contact_wrap .email_group {display: flex;align-items: center;gap: 10px;}
.sub_contact_wrap .email_group .input_wrap_mob{display: flex;align-items: center;gap: 10px;}
.sub_contact_wrap .email_group .input_wrap_mob input{width:100%;}
.sub_contact_wrap textarea{height:200px;}
.sub_contact_wrap .policy_info {padding: 15px 20px;font-size: 16px;color: #666;border: none;border-radius: 10px;background: #F9F9F9;line-height: 1.6;height: 250px;overflow-y: auto;}
.sub_contact_wrap .policy_info p:not(:first-child) {margin-top: 5px;}
.sub_contact_wrap .agree_wrap {margin-top: 25px;}
.sub_contact_wrap .agree_wrap label {font-size: 16px;color: #444;font-weight: 400;display: flex;align-items: center;cursor: pointer;justify-content: flex-end;color: #444;}
.sub_contact_wrap .agree_box {appearance: none;width: 18px;height: 18px;border: 1px solid #ccc;border-radius: 3px;margin-right: 8px;position: relative;cursor: pointer;}
.sub_contact_wrap .agree_box::after {content: '✔';font-size: 13px;position: absolute;left: 2px;top: -2px;color: #ccc;visibility: visible;}
.sub_contact_wrap .agree_box:checked {background-color: var(--co01);border-color: var(--co01);}
.sub_contact_wrap .agree_box:checked::after {color: #fff;}
.sub_contact_wrap .submit_btn {display: block;width: 250px;margin: 100px auto 0;border-radius: 10px;background: var(--co01);font-size: 20px;color: #fff;height: 60px;}

/*  통합검색 */
.total_search_wrap .search_inn{display: flex;align-items: center;justify-content: center;margin-bottom: 40px;}
.total_search_wrap .search_inn input[type="text"] {width: 540px;height: 60px;padding: 0px 30px;font-size: 16px;color: #888;border-radius: 10px 0 0 10px;border: 2px solid #005BAB;}	.total_search_wrap .search_inn .search_btn01 {display: flex;align-items: center;justify-content: center;width: 60px;height: 60px;border-radius: 0 10px 10px 0;background: #005BAB;position: relative;top: 0;left: 0;}
.total_search_wrap .con{margin-top: 80px;}
.total_search_wrap .con .tit {display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; border-bottom: 1px solid #ccc; padding-bottom: 10px;}
.total_search_wrap .con .tit h3{font-size:24px; color:#222;}
.total_search_wrap .con .tit a{font-size:18px; color:#666;}
.total_search_wrap .con .con_txt .txt_wrap {padding:30px;}
.total_search_wrap .con .con_txt .txt_wrap h4{font-size:20px; color:#222; font-weight: 600;}
.total_search_wrap .con .con_txt .txt_wrap p{font-size:18px; color:#444; font-weight: 400; margin-top: 25px; line-height: 1.5;}
.total_search_wrap .con .con_txt .txt_wrap span{display: block;font-size:16px; color:#666; font-weight: 400; margin-top: 25px;}
.total_search_wrap .con .con_txt{border-bottom: 1px solid #ccc;}
.total_search_wrap .cate_list{margin-block:40px;}
.total_search_wrap .cate_list ul{display: flex; gap:20px; flex-wrap:wrap;}
.total_search_wrap .cate_list ul li a{display: block;font-size:20px; color:#005BAB; border:2px solid #005BAB; padding:10px 20px; border-radius:30px;}
.total_search_wrap .cate_list ul li a:hover{background:#005BAB; color:#fff;}