/* 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');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	src: url('/font/Pretendard-Black.woff2') format('woff2');
}
@font-face {
    font-family: 'GangwonEducationModuche';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEdu_OTFLightA.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

/* Common **********************************************************************/ 
html,body {width:100%; }
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:#000;} 
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;}


/*로그인스킨*/
#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:28px; 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:36px; 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:12px; 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:12px; 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:12px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:12px; 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:16px; 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: 12px; 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:14px;}
.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;}
.tab_img{display: none;}
.mob_img{display: none;}

:root{
	--bg01: #2bacf0;
	--co01: #0072FF;
	--co02: #003D62;
	--co03: #E2212F;
}

/* ==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:1400px;}


/* quick */
.quick_menu{position: fixed; right: 80px; top: 50%; transform:translateY(-50%); z-index: 9999; border-radius: 15px; border: 2px solid #E2212F; background: #fff; overflow: hidden;}
.quick_menu .top_btn{display: block; padding-block:10px; width: 100%; background: #E2212F; color: #fff; text-align: center;}
.quick_menu .quick_con{display: flex; flex-direction: column; gap:20px; padding: 20px 20px;}
.quick_menu .quick_con .pop{font-size: 14px; color: #111; font-weight: 600;}
.quick_menu .quick_con ul{display: flex;flex-direction: column;align-items: center; gap:25px;}
.quick_menu .quick_con ul li{transition:.3s;}
.quick_menu .quick_con ul li:hover{transform:translateY(-5px);}
.quick_menu .pop{position: relative;}
.quick_menu .pop .pop_count {position: absolute;display: block;width: 16px;height: 16px;background: #E2212F;text-align: center; line-height: 16px;border-radius: 50%;color: #fff;font-size: 12px;right:-16px;top: 0;transform: translate(-0.5rem, -0.8rem);z-index: -1; font-weight: 500;}

.fp-nav{position: fixed;top: 85%;left: 60px; transform: translateY(-50%);z-index: 999;font-size: 16px;}
.fp-nav ul{list-style: none;margin: 0;padding: 0;}
.fp-nav li{display: flex;align-items: center;gap: 10px;margin-bottom: 8px;cursor: pointer;}
.fp-nav .dot{width: 6px;height: 6px;border-radius: 50%;background: #dcdcdc; }
.fp-nav .txt{color: #ccc;}
.fp-nav li.on .dot{background: #e60012; }
.fp-nav li.on .txt{color: #000;font-weight: 600;}

.a_pop_wrap{opacity: 0;visibility: hidden;pointer-events: none;position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(0, 0, 0, 0.8);z-index: 9999;transition: opacity .3s ease, visibility .3s ease;}
.a_pop_wrap.on{opacity: 1;visibility: visible;pointer-events: auto;}
.a_pop_wrap .pop_con{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); width: 100%;}
.a_pop_wrap .pop_con h3{font-size: 36px;color: #fff; text-align: center; font-weight: 600;padding-bottom: 30px;}
.a_pop_wrap .pop_con .swiper-wrapper{justify-content: center;}
.a_pop_wrap .pop_con .popSlide{width: 1400px;}
.a_pop_wrap .pop_con .popSlide .swiper-slide {margin-left: 10px; margin-right: 10px; text-align: center;} 
.a_pop_wrap .pop_con .popSlide .swiper-slide a{display: block; max-width:460px;}
.a_pop_wrap .pop_con .popSlide .swiper-slide img{width: 100%; aspect-ratio:1; object-fit:cover;}
.a_pop_wrap .pop_con .popSlide .swiper-button-prev, .a_pop_wrap .pop_con .popSlide .swiper-button-next{width: 40px; height: 40px; color: var(--co01); background: rgb(255, 255, 255, .5); border-radius: 50%;}
.a_pop_wrap .pop_con .popSlide .swiper-button-prev svg, .a_pop_wrap .pop_con .popSlide .swiper-button-next svg{width: 10px;}
.a_pop_wrap .pop_con .btn_box{display: flex; gap:30px; justify-content: center; align-items: center;	margin-top: 30px;}
.a_pop_wrap .pop_con .btn_box p{background:#000; border-radius:50px; padding: 10px 20px; color:#fff; font-size:14px; font-weight: 500; cursor:pointer;}
.a_pop_wrap .pop_con .btn_box p span{color:#ff0000; font-weight: 700;}
.a_pop_wrap .pop_con .btn_box a{display: inline-flex; align-items: center; justify-content: center; gap:15px ;background:#000; border-radius:50px; padding: 10px 20px; color:#fff; font-size:14px; font-weight: 500; }
.a_pop_wrap .pop_con .btn_box a img{width: 15px;}

/* main_tit */
.main_tit_wrap{text-align: center;}
.main_tit_wrap h2{font-size: 36px; color: #000;}
.main_tit_wrap h2 em{color: #E2212F; font-weight: 700;}
.main_tit_wrap h2 span{position: relative;}
.main_tit_wrap h2 span::after{content:''; position: absolute; right: -20px; top: 0; width: 12px; height: 12px; border-radius:50%; background: var(--co01);}
.main_tit_wrap p{padding-top: 18px; font-size: 18px; color: #333;}

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


/* header */
#header{position: fixed; top: 0; left: 0; width: 100%; height: 90px; z-index: 5000; background: #fff; border-bottom: 1px solid #EDEDED;}
#header .inner{display: flex; align-items: center; justify-content: space-between; height: 100%;}
#header h1 a{display: block; background: url('/images/main/main_logo.svg')center no-repeat; width: 216px; height: 36px; background-size:cover;}
#header .h_search{height: 50px; padding:5px 20px; background: #f9f9f9; border-radius:50px;}
#header .h_search input{border:0; height: 100%; background: transparent; font-size:14px;}
#header .h_search input:focus{outline:none;}
#header .h_search input::placeholder{font-size:14px;}
#header .h_search button{line-height: 1;}
#header .h_search button i{font-size: 18px; color: #E2212F;}
#header .mo_sch{display: none;}


/* gnb */
#header .gnb{display: flex;}
#header .gnb > li > a{display: block; padding: 35px 50px; font-size: 16px; color: #111;}
#header.on .gnb > li{text-align: center;}
#header.on .gnb > li >a{color: #222; line-height: 1.2;}
#header.on .gnb > li.on > a{color: var(--co01);}
#header .gnb > li{position: relative;}
#header .gnb > li::after{content:'';position: absolute; left: 50%; bottom: -1px; transform:translateX(-50%); width: 0%; height: 2px; background: var(--co01); transition:.3s; z-index: 100;}
#header .gnb > li.on::after{width: 101%;}
.gnb-wrap .gnbBg{overflow:hidden; position:absolute; left:0; top: 90px; width:100%; height:0; background: #fff; z-index:98;opacity:0;transition:height 0.3s ease-in-out, opacity 0.2s ease-in-out; z-index: 5000;}
.gnb-wrap .gnbBg:after{position:absolute; width:100%; left:0; height:1px; background-color:#ddd; content:"";}
.gnb-wrap.on .gnbBg{height:260px; opacity:1.0; filter:Alpha(opacity=100);}
.gnb-wrap .gnb .gnb-2dep{position:absolute; top:95px; 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; z-index: 5000;}
.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: 10px;}
.gnb-wrap .gnb .gnb-2dep > ul > li > a{font-size: 14px; color: #222; transition:.3s ease-in-out;  line-height: 1.4;}
.gnb-wrap .gnb .gnb-2dep > ul > li > a:hover{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:1400px) {
	#header .gnb > li > a{padding: 34px 40px; font-size: 14px;}
	#header .h_search input{font-size: 12px;}

}
/* visual */
#visual{max-width:1920px; margin-top: 90px;}
#visual .visual_items{position: absolute; /* left: 50%; */ bottom:20px; /* transform:translateX(-50%); */ display: flex; align-items: center; gap:25px; z-index: 500; background: rgba(0, 114, 255, 0.30); padding: 8px 25px; border-radius:30px; font-size: 14px; color: #fff;}
#visual .visual_items .swiper-button-prev, #visual .visual_items .swiper-button-next{position: unset; margin-top: 0; color: #fff; width: 13px; height: 18px;} 
#visual .visual_items .swiper-button-prev svg, #visual .visual_items .swiper-button-next svg{display: none;}


/* section01 */
#section01 .fp-tableCell{vertical-align:top;}
#section01 .sec01_con{display: flex; justify-content: space-between; padding-top:40px;}
#section01 .nav_link{display: grid; grid-template-columns: repeat(3, 1fr); gap:20px; width:calc(((100% - 40px) / 3) * 2);}
#section01 .nav_link .item{border:1px solid #CCC; border-radius:20px; transition:.3s;}
#section01 .nav_link .item a{display: flex; flex-direction: column; align-items: center; justify-content: center; gap:15px; height: 100%; padding-block: 25px;}
#section01 .nav_link .item .tit{font-size: 18px; color: #222;}
#section01 .nav_link .item:hover{border: 2px solid #0072FF;box-shadow: 0 0 15.9px 4px rgba(0, 114, 255, 0.15); transform:translateY(-15px);}
#section01 .nav_link .item span.img_box {height: 68px; display:  flex; align-items: center; justify-content: center;}
#section01 .map_wrap{position: relative; width:calc(((100% - 40px) / 3) * 1); border-radius:20px; background: rgba(0, 114, 255, 0.30); display: flex; align-items: center; padding-bottom:10px;}
#section01 .map_wrap .map_tit{position: absolute; top: 10px; left: 50%; transform:translateX(-50%); padding-block:8px; width: 75%; text-align: center; background: rgb(255,255,255,.7); border-radius:50px;}
#section01 .map_wrap .map_tit p{font-size: 18px; color: #111; font-weight: 600;}
#section01 .map_wrap .map_tit p span{color: var(--co01);}
#section01 .map_wrap .map_img_wrap{margin: 0 auto;}
#section01 .map_wrap .map_img_wrap img{width: 100%; margin-block: 15px;}
#section01 .map_wrap .btm_txt{position: absolute; bottom: 5px; left: 50%; transform:translateX(-50%); font-size: 12px; color: #003D62; width: 100%; text-align: center;}


/* section02 */
#section02{background: #FAFBFC;}
#section02 .inner{ padding-top:90px;}
#section02 .tabs{width: 310px;}
#section02 .tabs .tab{border-radius: 20px; transition:.3s;}
#section02 .tabs .tab a{display:block; padding: 13px 20px;}
#section02 .tabs .tab strong{font-size: 22px; color: #666; font-weight: 500; line-height: 1.4;}
#section02 .tabs .tab p{padding-top: 5px; font-size: 14px; color: #888;}
#section02 .tabs .tab:hover,
#section02 .tabs .tab.on {background: var(--co01);}
#section02 .tabs .tab:hover strong, #section02 .tabs .tab.on strong {color: #fff;}
#section02 .tabs .tab:hover p, #section02 .tabs .tab.on p {color: #fff;}
#section02 .news_wrap{display: flex; justify-content: space-between; margin-top:60px; gap:20px;}
#section02 .post_box {position:relative; display: none; grid-template-columns: repeat(4, 1fr); gap:4% 2.5%; height: 575px;}
#section02 .post_box.on{display: grid;}
#section02 .post_item .img_box{display: block; overflow: hidden; border-radius:20px;}
#section02 .post_item .img_box:hover img{transform:scale(1.05);}
#section02 .post_item .img_box img{width: 100%; border-radius:20px; aspect-ratio:1 / 1; object-fit:cover; transition:.3s;}
#section02 .post_item p{padding-top: 10px; height: 44px; font-size: 14px; color: #111; line-height: 1.2;}
#section02 .info_wrap{width: 75%;}
#section02 .item {padding:20px; border-bottom: 1px solid #CCC;}
#section02 .item a {display: flex; justify-content: space-between;}
#section02 .item strong {display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #111;text-overflow: ellipsis; overflow: hidden;font-size: 18px;font-weight: 500;}
#section02 .item p {display: none;} 
#section02 .item span {display: block; color: #999;text-align: right; font-size: 14px; font-weight: 500;}
#section02 .post04 {display: flex; flex-direction: column;}
#section02 .post04.on {display: flex; gap: 0;}
#section02 .post_box > a{position:absolute; right:0px; top:-32px; font-size: 16px; color: #666; transition:.3s;}
#section02 .post_box > a:hover{transform:translateY(-5px);}





/* section03 */
#section03{background: #FAFBFC;}
#section03 .inner{ padding-top:40px;}
#section03 .board_wrap{display: flex; justify-content: space-between; margin-top: 70px; gap:40px;}
#section03 .board_wrap > div{width:calc((100% - 40px) / 2);}
#section03 .board_wrap .top_tit{display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px;}
#section03 .board_wrap .top_tit h3{font-size: 26px;}
#section03 .board_wrap .top_tit a{font-size: 16px; color: #666; transition:.3s;}
#section03 .board_wrap .top_tit a:hover{transform:translateY(-5px);}
#section03 .board_wrap .con_box{border-radius: 20px; border: 1px solid #CCC; background: #FFF; padding: 30px 35px;    min-height: 472px;}
#section03 .board_wrap .tabs{display: flex; background: #F6F6F6; border-radius:50px;}
#section03 .board_wrap .tabs > span{display: block; flex:1; text-align: center; font-size: 16px; color: #666; font-weight: 600;}
#section03 .board_wrap .tabs > span a{display: block; padding-block:12px; border-radius:50px; transition:.3s;}
#section03 .board_wrap .tabs > span.on a{background: var(--co01); color: #fff; box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.20);}
#section03 .post_wrap{margin-top: 40px;}
#section03 .post_wrap .post_list li:not(:first-child){margin-top: 20px;}
#section03 .post_wrap .post_list li a{display: flex; align-items: center; justify-content: space-between;}
#section03 .post_wrap .post_list li a div{display: flex; align-items: center; gap:15px;}
#section03 .post_wrap .post_list .cate{background: #00B2FF; padding: 8px 15px; font-size: 14px; color: #fff; border-radius:50px; white-space: nowrap;}
#section03 .post_wrap .post_list p{width: 75%; font-size: 16px; color: #444; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; transition:.3s;}
#section03 .post_wrap .post_list .date{font-size: 14px; color: #666;width: 10%;text-align: right; word-break:keep-all;}
#section03 .post_wrap .post_list li:hover p{font-weight: 600;}
#section03 .board02 .post_wrap .post_list p{width: 491px;}
#section03 .board02 .post_wrap .post_list li:not(:first-child) {margin-top: 23px;}


/* footer */
.footer{background: #313443; padding-block:50px; line-height: 1;}
.footer .inner{display: flex; justify-content: space-between;}
.footer .footer_info .com{font-size: 16px; color: #fff;}
.footer .footer_info a{font-size: 16px; color: #fff;}
.footer .footer_info span {margin-left: 10px; margin-right: 10px; font-size: 16px; color: #fff;}
.footer .address{display: flex; align-items: center; gap:10px; padding-top: 30px;}
.footer .address dl{display: flex; gap:10px; font-size: 14px; color: #F9F9F9;}
.footer .copy{margin-top: 20px; font-size: 14px; color: #eee;}



/* ===sub======================================= */
#sub_visual_wrap{position: relative;}
#sub_visual_wrap .txt_wrap{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%); width: 100%;}
#sub_visual_wrap .txt_wrap h2{font-size: 56px; color: #fff; font-weight: 700;text-align: center; margin-bottom: 25px;}
#sub_visual_wrap .txt_wrap ul.sub_nav{display: flex; align-items: center; justify-content: center;gap:35px;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 16px; color: rgba(255, 255, 255, 0.70);font-weight: 300;}
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:first-child):not(:empty)::after{content:'';position: absolute; left: -20px; top: 50%; transform:translateY(-50%); width: 8px; height: 15px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.68192 8.3332L1.53617 15L0 13.3336L5.37767 7.5L0 1.6664L1.53617 0L7.68192 6.6668C7.88559 6.8878 8 7.1875 8 7.5C8 7.8125 7.88559 8.1122 7.68192 8.3332Z' fill='white' fill-opacity='0.7'/%3E%3C/svg%3E") no-repeat center; border-radius:50%;}



/* tab_menu */
.tab_menu {display: block; width:100%; height:75px; position: absolute; bottom: 0;}
.tab_menu .inner{position:relative; display: flex; height:100%; width: calc(100% - 210px); max-width:100%; margin: 0; margin-left: auto;}
.tab_menu a.home{position: relative;display: block;width: 80px; height: 100%; flex-shrink: 0; background: url(/images/sub/tab_home.png)center no-repeat var(--co02); }
.tab_menu .menu {display: flex; width:calc(100%); height:100%; background: #fff;}
.tab_menu .menu > li {position:relative; min-width:318px; height:100%; }
.tab_menu .menu > li::after{content:''; position: absolute; right: 30px; top: 50%; transform:translateY(-50%); background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5' fill='none'%3E%3Cpath d='M0.735543 0L0 0.743627L4.00871 4.79398C4.07295 4.85927 4.14933 4.91108 4.23347 4.94644C4.3176 4.9818 4.40783 5 4.49896 5C4.59009 5 4.68032 4.9818 4.76445 4.94644C4.84859 4.91108 4.92497 4.85927 4.98921 4.79398L9 0.743627L8.26446 0.000700951L4.5 3.80224L0.735543 0Z' fill='%23222222'/%3E%3C/svg%3E") no-repeat center; width: 9px; height: 5px; transition:.3s;}
.tab_menu .menu > li.on::after{transform:translateY(-50%) rotate(180deg);}
.tab_menu .menu > li > a {position: relative; display:flex; align-items:center; padding: 0 10px 0 30px; width:100%; height:100%; font-size: 15px; color:#222; font-weight: 500; line-height:1.2; box-sizing:border-box; word-break:keep-all;}
.tab_menu .menu > li > a::after{content:''; position: absolute; right: 0; top: 50%; transform:translateY(-50%); width: 1px; height: 60%; background: #ddd;}
.tab_menu .menu > li ul {display:none; position:absolute; width:100%; top:100%; padding:20px 0; box-sizing:content-box; background-color:#f7f7f7; z-index:10;}
.tab_menu .menu > li ul li ~ li { margin-top:20px;}
.tab_menu .menu > li ul li a {display:flex; align-items:center; position:relative; width:100%; font-size:14px; color:#555;  font-weight: 400;padding:0 30px; box-sizing:border-box; line-height:1.2; transition:.3s;}
.tab_menu .menu > li ul li a:hover{color: var(--co01);}


#sub_contents{padding-block:80px;}


/* sub_공통 */
h2.h2_sub_tit{color: #111;text-align: center;font-size: 42px;font-weight: 700; margin-bottom: 80px;}
h3.h3_tit{position: relative;padding-left: 35px; color: #222;font-size: 28px;font-weight: 700; margin-bottom: 25px;}
h3.h3_tit::before{position: absolute; content:''; width: 25px;height: 25px; background:url(/images/sub/h3_tit_img.svg) no-repeat; background-size:cover; left:0; top:5px;}

ul.dot_list li{color: #222;font-size: 22px;font-weight: 500;line-height: 1.35; padding-left: 25px; position: relative;}
ul.dot_list li::before{position: absolute;  content:'';width: 10px;height: 10px; background:#E2212F; border-radius:10px; top:10px; left:0; }
ul.dot_list li:not(:last-child){margin-bottom: 20px;}

ul.s_dot_list li{color: #444;font-size: 16px;font-weight: 400;line-height: 1.2; padding-left: 20px; position: relative;}
ul.s_dot_list li::before{position: absolute;  content:'';width: 6px;height: 6px; background:#E2212F; border-radius:10px; top:8px; left:0; }
ul.s_dot_list li:not(:last-child){margin-bottom: 10px;}

.line_box{border-radius: 20px;border: 1px solid #A9D0FF;background: #FBFDFF; padding:20px 40px; margin-top: 15px;}
.line_box p, .line_box ul li{color: #444;font-size: 16px;font-weight: 500;line-height: 150%;}
.line_box ul li:not(:last-child){margin-bottom: 10px;}

table.tbl01{width: 100%; border-top: 2px solid #003D62;}
table.tbl01 tr th{border-right: 1px solid #D9D9D9;background: rgba(0, 61, 98, 0.05); color: #222;font-size: 18px;font-weight: 700; padding:15px;}
table.tbl01 tr td{border-right: 1px solid #D9D9D9;border-bottom: 1px solid #D9D9D9; color: #444;font-size: 16px;font-weight: 500; padding:15px 20px; text-align: center; word-break:keep-all;}
table.tbl01 tr th:last-child{ border-right: none;}
table.tbl01 tr td:last-child{text-align: left; border-right: none;}





/* sub0101 */
.sub0101_wrap .sec02, .sub0101_wrap .sec03{margin-top: 100px;}
.sub0101_wrap .sec02 .img_wrap {margin-bottom: 50px;}
.sub0101_wrap .sec02 .img_wrap img{/* border-radius: 30px;box-shadow: 0 0 6.1px 0 rgba(0, 0, 0, 0.25);  */width: 100%;}
.sub0101_wrap .sec03 ul.dot_list li { display: flex;gap: 10px;align-items: center;}
.sub0101_wrap .sec03 ul.dot_list li img{border-radius: 10px;border: 1px solid #CCC;}

/* sub0102 */
.sub0102_wrap {display: flex; gap:100px;}
.sub0102_wrap .left{width: 53%; }
.sub0102_wrap .left span{display: block; margin-bottom: 100px; position: relative;color: #003D62;font-family: GangwonEducationModuche;font-size: 28px;font-weight: 700;line-height: 45px;}
.sub0102_wrap .left span::before{position: absolute; content:''; background:#ccc; width:100%; height:2px; bottom:-50px; left:0;}
.sub0102_wrap .left .txt_wrap{display: flex; flex-direction: column; gap:20px;}
.sub0102_wrap .left .txt_wrap p{color: #444;font-size: 18px;font-weight: 400;line-height: 1.8;word-break:keep-all;}
.sub0102_wrap .right{width: 39%; display: flex; flex-direction: column; gap:25px; align-items: center; justify-content: center;}

/* sub0103 */
.sub0103_wrap .con{display: flex; justify-content: space-between; align-items: stretch;}
.sub0103_wrap .con:not(:first-child){margin-top: 50px;}
.sub0103_wrap .con strong{color: #222;font-size: 28px;font-weight: 700;}
.sub0103_wrap .con .box{width: 1000px;}
.sub0103_wrap .con .box p{color: #444;font-size: 16px;font-weight: 400;line-height: 1.5; word-break:keep-all;}

.sub0103_wrap .sec01 .box .img_box {margin-bottom: 20px;}
.sub0103_wrap .sec01 .box .img_box img{width: 100%;}

.sub0103_wrap .sec02 .box ul {display:grid; grid-template-columns: repeat(2, 1fr); gap:40px;}
.sub0103_wrap .sec02 .box ul li{padding: 30px; border-radius: 20px;background: #01395F; display: flex;flex-direction: column;gap:15px;}
.sub0103_wrap .sec02 .box ul li.red{background: #D52329;}
.sub0103_wrap .sec02 .box ul li span{color: #FFF;font-size: 25px;font-weight: 700;}
.sub0103_wrap .sec02 .box ul li em{color: #FFF;font-size: 18px;font-weight: 500;line-height: 1.4;}
.sub0103_wrap .sec02 .box ul li p{color: #FFF;font-size: 16px;font-weight: 500; line-height: 1.4;}

.sub0103_wrap .sec03 .box ul {display:grid; grid-template-columns: repeat(2, 1fr); gap:40px;}
.sub0103_wrap .sec03 .box ul li{padding: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap:50px; border-radius: 20px;border: 1px solid #ccc;	}
.sub0103_wrap .sec03 .box ul li > img{height: 60px; width: auto;	}
.sub0103_wrap .sec03 .box ul li a{display: block; border-radius: 50px;border: 1px solid #DCDCDC; width: 250px;height: 55px; color: #999; font-size: 16px; font-weight: 600; display: flex; align-items: center; justify-content: center;gap:10px;}
.sub0103_wrap .sec03 .box ul li a:hover{background:#003D62; color:#fff; border:none;}
.sub0103_wrap .sec03 .box ul li a:hover img{filter:brightness(10);}

.sub0103_wrap .sec04 ul.dot_list{margin-bottom: 20px;}
.sub0103_wrap .sec04 ul.dot_list:not(:first-child){margin-top: 50px;}
.sub0103_wrap .sec04 p{margin-bottom: 20px;}
.sub0103_wrap .sec04 img{width: 100%;}
.sub0103_wrap .sec04 img.char_story{margin-bottom:40px;}
.sub0103_wrap .sec04 img.char_story.pc_block{display:block;}
.sub0103_wrap .sec04 img.char_story.mob_block{display:none;}

/* sub0104 */
.sub0104_wrap .year_wrap{max-width:1200px; margin: 0 auto; padding-bottom: 70px;}
.sub0104_wrap .year_nav{display: flex; gap:40px; justify-content: center; }
.sub0104_wrap .year_nav.is-fixed{position: fixed; z-index: 9999; background: #fff; left:0px; width:100%; padding-block:15px; top:90px; border-bottom: 1px solid #EDEDED;}
.sub0104_wrap .year_nav button{line-height: 1; text-align: center; font-size: 20px; font-weight: 700; color: #bbb; border:1px solid #bbb; border-radius:30px; padding: 15px 40px;}
.sub0104_wrap .year_nav button.on{background: #003D62; color: #fff; border:1px solid transparent;}
.sub0104_wrap .timeline{position: relative; margin-top: 110px;} 
.sub0104_wrap .timeline .line{position: absolute; left: 155px; top: 15px; width: 2px; height: 100%; background: #DDD;}
.sub0104_wrap .timeline .line::before {content: '';position: absolute;top: 0;left: 0;width: 2px;background: #003D62;height: var(--line-fill, 0);transition: height 0.3s ease;z-index: 1;}
.sub0104_wrap .timeline.is-end .line::before {height: 100% !important;}
.sub0104_wrap .year_section:not(:first-child){margin-top: 40px;}
.sub0104_wrap .year_item{display: flex; align-items: flex-start;}
.sub0104_wrap .year_item strong{position: relative; display: block; flex-shrink:0; width: 105px; margin-right: 70px; font-size: 32px; color: #003D62;}
.sub0104_wrap .year_item strong::after{content:''; position: absolute; right: -55px; top: 50%; transform:translateY(-50%); width: 8px; height: 8px; background: #D9D9D9; border-radius:50%;	z-index: 1000;}
.sub0104_wrap .timeline > div:first-child .year_item.on strong::after{background: #003D62;}
.sub0104_wrap .timeline > div:first-child .year_item.on strong::before {content: '';position: absolute;right: -63px;top: 50%;transform: translateY(-50%);width: 24px;height: 24px;border: 3px solid #003D62;border-radius: 50%;z-index: 1;}
.sub0104_wrap .year_item.past strong::after {background: #003D62;}
.sub0104_wrap .year_item:not(:first-child){margin-top: 40px;}
.sub0104_wrap .year_list{padding-left: 85px;}
.sub0104_wrap .year_list li{display: flex; gap:40px; align-items: flex-start;}
.sub0104_wrap .year_list li em{width:160px; font-size: 22px; color: #222; font-weight: 600; line-height:30px; flex-shrink: 0;}
.sub0104_wrap .year_list li p{position: relative; font-size: 20px; color: #666; line-height:30px; word-break:keep-all; padding-left:15px;}
.sub0104_wrap .year_list li p:before{content: '';position: absolute; width:6px; height:6px; left:0; top:12px; background:#003D62; border-radius:99px;}
.sub0104_wrap .year_list li:not(:first-child){margin-top: 20px;}

/* sub0105 */
.sub0105_wrap .sec00{display: flex; justify-content: center; width:100%;}
.sub0105_wrap .sec00 .box{color: #003D62;font-size: 25px;font-weight: 700; border-radius: 60px;border: 3px solid #003D62; display: block;width: fit-content;padding: 10px 50px; }
.sub0105_wrap .grid_box{display:grid;grid-template-columns: repeat(3, 1fr); gap:50px; }
.sub0105_wrap .sec02 .box{display: flex; flex-direction: column; gap:30px; align-items: center; }
.sub0105_wrap .sec02 .grid_box .gbox_inn{border-radius: 10px;background: rgba(0, 61, 98, 0.10); min-height:350px; padding:50px 30px; display: flex; flex-direction: column; justify-content: center; align-items:center;}
.sub0105_wrap .sec02 .grid_box .gbox_inn img{height:105px; width: auto;}
.sub0105_wrap .sec02 .grid_box .gbox_inn .tit{margin-top: 50px; display: flex; flex-direction: column; gap:5px;align-items: center;	}
.sub0105_wrap .sec02 .grid_box .gbox_inn .tit strong{color: #003D62;font-size: 25px;font-weight: 700;}
.sub0105_wrap .sec02 .grid_box .gbox_inn .tit em{color: #003D62;font-size: 16px;font-weight: 500;}
.sub0105_wrap .sec02 .grid_box .gbox_inn p{margin-top: 10px;color: #003D62;text-align: center;font-size: 14px;font-weight: 400;line-height: 1.5;}
.sub0105_wrap .sec02 .grid_box .gbox_inn:nth-child(even){background: #003D62; }
.sub0105_wrap .sec02 .grid_box .gbox_inn:nth-child(even) .tit strong{color: #fff;}
.sub0105_wrap .sec02 .grid_box .gbox_inn:nth-child(even) .tit em{color: #fff;}
.sub0105_wrap .sec02 .grid_box .gbox_inn:nth-child(even) p{color: #fff;}

.sub0105_wrap .sec03 .grid_box .gbox_inn{border-radius: 10px;border: 2px solid #CCC; padding:50px 30px;}
.sub0105_wrap .sec03 .grid_box .gbox_inn p{color: #444;text-align: center;font-size: 16px;font-weight: 500;line-height: 1.3;}
.sub0105_wrap .sec03 .grid_box .gbox_inn p b{color: #003D62;font-weight: 800;}


/* sub0106 */
.sub0106_wrap .img_wrap {display: flex; flex-direction: column; align-items: center; margin-top:80px;}
.sub0106_1_wrap  #group .box_wrap:not(:first-child){margin-top: 50px;}
.sub0106_1_wrap  #group .box_wrap p.tit{margin-bottom: 20px;font-size:20px; font-weight: 600; color:#222; padding-left: 20px; position: relative;}
.sub0106_1_wrap  #group .box_wrap p.tit::before{position: absolute; content:''; background:#003D62;width: 10px;height: 10px;border-radius:10px; top:50%; left:0; transform:translateY(-50%);}
.sub0106_1_wrap table.tbl01 ul{display:grid; grid-template-columns: repeat(3, 1fr); }
.sub0106_1_wrap table.tbl01 tr td:nth-child(2){text-align: left;	}
.sub0106_1_wrap table.tbl01 tr td:nth-child(3){text-align: center;	}
.sub0106_1_wrap  .btn_wrap{margin-top: 50px; display: flex; justify-content: center; align-items: center;}
.sub0106_1_wrap  .btn_wrap a{display: block;width: 200px; height: 50px; font-size:20px; font-weight: 600; background:#fff; color:#003D62; border:2px solid #003D62 ; border-radius:50px; text-align: center; line-height: 47px;}
.sub0106_1_wrap  .btn_wrap a:hover{background:#003D62; color:#fff;}


.org{color:#222; position: relative; overflow: hidden; display:flex; flex-direction:column; align-items: center; margin-top:100px;}
.org .top_box,
.org .logo_box,
.org .middle_box{background:#fff; border: 2px solid #003D62; border-radius: 20px;}
.top_row{position: relative; display:flex; justify-content: center; align-items: center; gap:48px; margin-bottom:48px;}
.circle_box{width:200px; height:200px; border-radius: 999px; background:#fff; font-size:24px; border: 2px solid #003D62; display:flex; align-items:center; justify-content:center; text-align:center; font-weight: 800; line-height: 1.5; color:#666; position: relative;}
.circle_box::before,
.circle_box::after{content:""; position:absolute; top:50%; transform: translateY(-50%); width:48px; height:2px; background:#ddd;}
.circle_box::before{ right:calc(100% + 2px); }
.circle_box::after { left:calc(100% + 2px);}
.top_box{width:240px; height: 80px; display:flex; align-items:center; justify-content:center; font-size: 20px; color:#666; font-weight:700;}
.top_box img{ height:45px; width:auto; display:block;}
.top_box ul li:nth-child(2) img {width:36px; height:auto;}
.top_row::after{ content:""; position:absolute; left: 50%; top: 100%; width:2px; height:48px; background:#ddd; transform: translateX(-50%);}
.middle_row{display:flex; width:300px; justify-content: flex-start; align-items: center; position: relative; margin-bottom:86px; gap:24px;}
.logo_box{flex-shrink:0; width:300px; height:120px; display:flex; justify-content: center; align-items:center; gap:10px; position: relative;}
.logo_box img{object-fit: contain; display:block;}
.logo_box p{color:#666;}
.logo_box p:nth-child(1){ font-weight:500; font-size: 18px; margin-bottom:4px; }
.logo_box p:nth-child(2){ font-weight:400; font-size: 16px; margin-bottom:8px; }
.logo_box p:nth-child(3){ font-weight:700; font-size: 24px;}
.logo_box::after{content:""; position:absolute; left:calc(100% + 2px); top: 50%; width:24px; height:2px; background:#ddd; transform: translateY(-50%);}
.middle_box{flex-shrink:0; width:210px; height:70px; display:flex; align-items:center; justify-content:center; font-size: 20px; font-weight:700; color:#666; border-radius:999px !important;}
.logo_box::before{content:""; position:absolute; left: 50%; top:calc(100% + 2px); width:2px; height:48px; background:#ddd; transform: translateX(-50%);}
.bottom_row{display:flex; gap:16px; position: relative; width:100%;}
.bottom_row::before{content:""; position:absolute; top:-38px; left: 50%; transform: translateX(-50%); width:calc((((100% + 16px) / 6) * 5) + 2px); height:2px; background:#ddd;}
.bottom_box{width:calc((100% - 48px) / 5); position: relative;}
.bottom_box::before{content:""; position:absolute; left: 50%; top: -36px; width:2px; height:36px; background:#ddd; transform: translateX(-50%);}
.box_tit a{display:flex; justify-content: center; align-items: center; height:60px; background:#E6ECF0; border: 2px solid #003D62; border-radius:20px; text-align:center; font-weight:700; color:#0a4d73; margin-bottom: 12px; font-size:20px;}
.bottom_box ul{display:flex; flex-direction:column; gap:8px;}
.bottom_box ul li.pc{display:block;}
.bottom_box ul li.mob{display:none;}
.bottom_box li a{background:#fff; border: 1px solid #ddd; border-radius:20px; text-align:center; font-weight: 700; color:#666; font-size:18px; height:50px;display:flex; align-items:center; justify-content:center; line-height:1.5;}
.bottom_box.alone_box ul,
.bottom_box.alone_box .box_tit{height:100%;}
.bottom_box.alone_box .box_tit.pc{display:block;}
.bottom_box.alone_box .box_tit.mob{display:none;}
.bottom_box.alone_box .box_tit a{ height:60px; display:flex; align-items:center; justify-content:center; font-size: 20px; line-height: 1.5;}



/* sub0107 */
.sub0107_wrap .top{position: relative; margin-bottom: 150px;}
.sub0107_wrap .map_wrap{height: 450px; z-index:0;}
.root_daum_roughmap {width: 100% !important; height: 450px !important;}
.root_daum_roughmap .wrap_map {height: 450px !important;}

.sub0107_wrap .top .info_box{justify-content: flex-start; z-index:5; gap:40px 80px; width: 1200px; background:#fff;position: absolute; bottom:-100px; left:50%; transform:translateX(-50%);display: flex; align-items: center; padding:35px; border-radius: 20px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);} 
.sub0107_wrap .top .info_box .top_box{width:calc(((100% - 80px) / 4) * 3); display: flex; flex-direction: row; gap:40px;}
.sub0107_wrap .top .info_box .top_box .name{display: flex; flex-direction: column; gap:10px; width: 15vw;}
.sub0107_wrap .top .info_box .top_box .name h3{font-size:18px; word-break:keep-all; line-height: 1.4; color:var(--co02);text-align: center;	 }
.sub0107_wrap .top .info_box .top_box .name img{width:auto;}
.sub0107_wrap .top .info_box .top_box ul{display: flex; flex-direction: column; gap:15px;}
.sub0107_wrap .top .info_box .top_box ul li{display: flex; gap:30px; align-items: center;}
.sub0107_wrap .top .info_box .top_box ul li p{color: #444;font-size: 18px;font-weight: 500;line-height: 150%;}
.sub0107_wrap .top .info_box .n_box{width:calc(((100% - 80px) / 4) * 1); min-width:180px; display:flex; flex-direction: column; gap:15px;}
.sub0107_wrap .top .info_box .n_box a{min-width:180px; display: block;border-radius: 50px;background: #2DB400; display: flex; gap:10px; align-items: center; justify-content: center; padding-right:30px;}
.sub0107_wrap .top .info_box .n_box a:nth-child(2){background:#FAE100;}
.sub0107_wrap .top .info_box .n_box a:nth-child(3){background:#fff; border:1px solid #ccc;}
.sub0107_wrap .top .info_box .n_box a:nth-child(2) span,
.sub0107_wrap .top .info_box .n_box a:nth-child(3) span{color:#222;}
.sub0107_wrap .top .info_box .n_box span{color: #FFF;text-align: center;font-size: 18px;line-height: 125%; }
.sub0107_wrap > p {margin-bottom: 50px; font-size: 18px;font-weight: 500; line-height: 150%; text-align: center;}

.sub0107_wrap .con{border-top: 2px solid #003D62; width: 100%; padding: 40px;}
.sub0107_wrap .con ul.dot_list02{display: flex; flex-direction: column; gap:15px;}
.sub0107_wrap .con ul.dot_list02 li{position: relative; color: #222;font-size: 16px;font-weight: 500;line-height: 1.5; padding-left: 20px;}
.sub0107_wrap .con ul.dot_list02 li::before{position: absolute; content:'';width: 6px;height: 6px; background:#003D62; border-radius:10px; top:11px; left:0;}
.sub0107_wrap .con ul.dot_list02 li:last-child{padding-left: 0;}
.sub0107_wrap .con ul.dot_list02 li:last-child::before{display: none;}
.sub0107_wrap .con .con_box:not(:first-child){margin-top: 60px;}
.sub0107_wrap .con .con_box .tit{display: flex; gap:20px; align-items: center; margin-bottom: 35px;}
.sub0107_wrap .con .con_box .tit h2{color: #222;font-size: 25px;font-weight: 700;}
.sub0107_wrap .con .con_box .txt_wrap{display:flex; flex-direction: column; font-size:16px; line-height:30px; gap:20px; padding:20px; border-radius: 20px; box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.1);}
.sub0107_wrap .con .con_box .txt_wrap:first-child{margin-bottom:20px;}
.sub0107_wrap .con .con_box .txt_wrap .txt_box{display:flex; line-height:30px; gap:20px;}
.sub0107_wrap .con .con_box .txt_wrap ul li{display:flex; gap:20px; font-weight:600;}
.sub0107_wrap .con .con_box .txt_wrap ul li:not(:first-child){margin-top:8px;}
.sub0107_wrap .con .con_box .txt_wrap2 {flex-direction: row; gap:20px;}
.sub0107_wrap .con .con_box .txt_wrap2 .txt_box {flex-direction: column; gap:8px;}
.sub0107_wrap .con .con_box span{display:flex; justify-content: center; width:90px; height:30px; border-radius: 50px; color: #FFF;font-size: 14px;font-weight: 600;}
.sub0107_wrap .con .con_box span.five{background: #A05EB5;}
.sub0107_wrap .con .con_box span.nine{background: #CEA43A;}
.sub0107_wrap .con .con_box span.gansun{background: #314989;}
.sub0107_wrap .con .con_box span.jisun{background: #5bb025;}
.sub0107_wrap .con .con_box span.kyungki{background: #009775;}
.sub0107_wrap .con .con_box span.gangyuk{background: #ee2737;}
.sub0107_wrap .con .con_box span.maeul{background: #aaa;}
.sub0107_wrap .con .con_box:last-child p{font-size:14px; line-height:1.35;}


/* sub0201 */
.sub0201_wrap .con{margin-top: 100px;}
.sub0201_wrap .sec01 .top{display: flex; justify-content: space-between; margin-bottom: 35px;}
.sub0201_wrap .sec01 .top h2{color: #222;font-size: 32px;font-weight: 700;}
.sub0201_wrap .sec01 .top a{ display: flex; align-items: center; justify-content: center;gap:15px;color: #E2212F;font-size: 18px;font-weight: 500; padding:10px 30px; border:1px solid #E2212F; border-radius: 10px;}
.sub0201_wrap .sec01 .top a:hover{background:#E2212F; color:#fff}
.sub0201_wrap .sec01 .top a:hover img{filter:brightness(10);}
.sub0201_wrap .sec01 p{color: #444;font-size: 20px;font-weight: 500;line-height: 130%; }
.sub0201_wrap .sec02 .sec02_con_wrap{display:flex; gap:20px; margin-top:20px;}
.sub0201_wrap .sec02 .sec02_con{display:flex; align-items: center; justify-content: center; width:calc(100% - 40px); padding:40px; font-size:16px; line-height:1.5; text-align:center; border:1px solid #ccc; border-radius:20px; word-break:keep-all;}
.sub0201_wrap .sec04 .line_box p{margin-bottom: 20px;}
.sub0201_wrap .sec04 .line_box ul li em{display: block; color: #444;font-size: 14px;font-weight: 400;line-height: 1.5;}

.sub0201_wrap .sec05 .box_list{display:grid; grid-template-columns: repeat(4, 1fr); gap:20px 90px; margin-top: 20px;}
.sub0201_wrap .sec05 .box_list li{position: relative;min-height:189px;border-radius: 10px;background: #F8F8FA; padding: 20px; display: flex; flex-direction: column; gap:20px; align-items: center; justify-content: center;}
.sub0201_wrap .sec05 .box_list li::before{position: absolute; content:''; background:url(/images/sub/box_list_arrow.png); background-size:cover;right:-19%; top:50%; transform:translateY(-50%); width:12px; height:20px;}
.sub0201_wrap .sec05 .box_list li:nth-child(4)::before{display: none;}
.sub0201_wrap .sec05 .box_list li:last-child::before{display: none;}
.sub0201_wrap .sec05 .box_list li p{color: #222;text-align: center;font-size: 16px;font-weight: 600;line-height: 1.2; }
.sub0201_wrap .sec05 .box_list li p span{display: block; font-weight: 400;}
.sub0201_wrap .sec05 > p{color: #444;font-size: 16px;font-weight: 400;line-height: 1.5; margin-top: 20px;}

/* sub020101 */
.sub020101_wrap .con{margin-top: 100px;}
.sub020101_wrap .con0 ul {display: flex;gap: 20px;width: 100%;flex-wrap: wrap;justify-content: center;align-items: center;align-content: center;}
.sub020101_wrap .con0 ul li {width: calc((100% - 40px) / 3);display: flex;flex-direction: column;gap: 8px;}
.sub020101_wrap .con0 ul li .square {padding: 20px;border-radius: 10px;background: #003D62;position: relative;text-align: center; }
.sub020101_wrap .con0 ul li .square strong {color: #FFF;text-align: center;font-size: 20px;font-weight: 700;line-height: 150%;/* 30px */text-align: center;}
.sub020101_wrap .con0 ul li .square:before {content: '';width: 20px;height: 17px;background: url('/images/sub/core-triangle01.png') no-repeat center;position: absolute;bottom: -17px;left: 50%;margin-left: -10px;}
.sub020101_wrap .con0 ul li .txt_box {border-radius: 10px;border: 1px solid #E8E8E8;padding: 25px 20px; min-height:130px;display: flex;justify-content: center;align-items: center;}
.sub020101_wrap .con0 ul li .txt_box p{color: #444;text-align: center;font-size: 16px;font-weight: 500;line-height: 1.5; word-break:keep-all;}
.sub020101_wrap .con0 em{display: block;margin-top: 15px;color: #444;font-size: 16px;font-weight: 400;line-height: 1.5; }
.sub020101_wrap .con ul.dot_list li span{color: #444;font-size: 16px;font-weight: 400;line-height: 1.5;}

/* sub020102 */
.sub020102_wrap .con .f_box {display: flex; align-items:center; gap:40px;}
.sub020102_wrap .con .f_box .left{width: 250px;height: 250px;}
.sub020102_wrap .con .f_box .left img{width: 100%;}
.sub020102_wrap .con .f_box .right p{color: #444;font-size: 18px;font-weight: 500;line-height: 1.3; margin-bottom: 20px;}
.sub020102_wrap .con .f_box .right ul.ul_01{display: flex; flex-direction: column; gap:20px;	}
.sub020102_wrap .con .f_box .right ul.ul_01 li{display: flex; gap:35px; align-items: baseline;}
.sub020102_wrap .con .f_box .right ul.ul_01 li span{display: block; padding: 10px 30px;border-radius: 20px;background: #003D62; color: #FFF;font-size: 16px;font-weight: 700;}
.sub020102_wrap .con .f_box .right ul.ul_01 li em{color: #444;font-size: 16px;font-weight: 500;}
.sub020102_wrap .con .f_box .right ul.dot_list02 li{color: #444;font-size: 16px;font-weight: 400;line-height: 1.2; padding-left: 20px; position: relative;}
.sub020102_wrap .con .f_box .right ul.dot_list02 li::before{position: absolute;  content:'';width: 6px;height: 6px; background:#003D62; border-radius:10px; top:8px; left:0; }
.sub020102_wrap .con .f_box .right ul.dot_list02 li:not(:last-child){margin-bottom: 10px;}
.sub020102_wrap .sec02{margin-top: 100px;}
.sub020102_wrap .link_box{margin-top: 100px;display: flex; align-items: center; justify-content: center;}
.sub020102_wrap .link_box a{display: block; padding: 20px 60px; border-radius: 50px;border: 1px solid #003D62; color: #003D62;text-align: center;font-size: 25px;font-weight: 700;}
.sub020102_wrap .link_box a:hover{background:#003D62; color:#fff;}

/* sub020103 */
.sub020103_wrap .con:not(:first-child){margin-top: 100px;}

/* sub020104 */
.sub020104_wrap .con .click_all ul.click_btn{display: flex; gap:40px; 	align-items: center; justify-content: center; margin-bottom: 50px;}
.sub020104_wrap .con .click_all ul.click_btn li{width: 280px; padding-block:20px; text-align: center; color: #666;text-align: center;font-size: 20px;font-weight: 600;border-radius: 60px;border: 1px solid #CCC;}
.sub020104_wrap .con .click_all ul.click_btn li.on{background: #003D62; color:#fff;}
.sub020104_wrap .con .click_all ul.click_btn li:hover{cursor:pointer; background: #003D62; color:#fff;}
.sub020104_wrap .con .click_con .g_box{display:grid; grid-template-columns: repeat(3, 1fr); gap:50px; margin-top: 50px;}
.sub020104_wrap .con .click_con .g_box .box{display: flex; flex-direction: column; box-shadow: 4px 4px 9.6px 0 rgba(0, 0, 0, 0.15); border-radius:20px; background: #F9F9F9;}
.sub020104_wrap .con .click_con .g_box .box .top img{width: 100%; border-radius:20px 20px 0 0;}
.sub020104_wrap .con .click_con .g_box .box .btm{ border-radius: 0 0 20px 20px; padding:20px 30px; display: flex; flex-direction: column;align-items: center; gap:20px;}
.sub020104_wrap .con .click_con .g_box .box .btm span{display: block; border-radius: 30px;background: #003D62; color: #FFF;text-align: center;font-size: 18px;font-weight: 700; padding: 8px 45px;}
.sub020104_wrap .con .click_con .g_box .box .btm p{color: #444;text-align: center;font-size: 16px;font-weight: 500;line-height: 1.4;}

/* sub0202 */
.sub0202_wrap .line_box p{text-align: center; word-break:keep-all;}
.sub0202_wrap .video_wrap{margin-top: 100px;display: flex; flex-direction: column; justify-content: center; align-items: center; gap:20px;}
.sub0202_wrap .video_wrap iframe{width: 1100px;height: 565px; border-radius: 20px;}
.sub0202_wrap .video_wrap span{color: #444;text-align: center;font-size: 22px;font-weight: 700; }

.sub0202_wrap .btn_wrap{display: flex; justify-content: center; align-items: center; margin-top: 80px; text-align: center; gap:20px;}
.sub0202_wrap .btn_wrap a{display: block; color: #003D62;font-size: 20px;font-weight: 700;line-height:70px; width: 300px;border: 1.5px solid #003D62; border-radius: 60px;height: 70px;}

/* sub020201 */
.sub020201_wrap .con{margin-top: 100px;}
.sub020201_wrap ul.dot_list li span{display: block;	color: #444;font-size: 16px;font-weight: 400;line-height: 1.5; margin-top: 10px;}
.sub020201_wrap ul.dot_list li .img_box{display:flex; margin-top:10px; border:1px solid #ccc;}
.sub020201_wrap ul.dot_list li .img_box .img_wrap{padding:20px; border-right:1px solid #ccc;}
.sub020201_wrap ul.dot_list li .img_box .img_wrap:last-child{border-right:0px solid #ccc;}
.sub020201_wrap ul.dot_list li .img_box .img_wrap img{width:100%;}
.sub020201_wrap .sec03 .box_list{display:grid; grid-template-columns: repeat(4, 1fr); gap:20px 90px; margin-top: 20px;}
.sub020201_wrap .sec03 .box_list li{position: relative;min-height:189px;border-radius: 10px;background: #F8F8FA; padding: 20px; display: flex; flex-direction: column; gap:20px; align-items: center; justify-content: center;}
.sub020201_wrap .sec03 .box_list li::before{position: absolute; content:''; background:url(/images/sub/box_list_arrow.png); background-size:cover;right:-19%; top:50%; transform:translateY(-50%); width:12px; height:20px;}
.sub020201_wrap .sec03 .box_list li:nth-child(4)::before{display: none;}
.sub020201_wrap .sec03 .box_list li:last-child::before{display: none;}
.sub020201_wrap .sec03 .box_list li h4{color: #222;text-align: center;font-size: 16px;font-weight: 600;line-height: 1.2; }
.sub020201_wrap .sec03 .box_list li p{color: #444;font-size: 16px;font-weight: 400;line-height: 1.5; text-align: center;}


.sub020201_wrap .box p{color: #222;font-size: 24px;font-weight: 500;line-height: 1.5; text-align: center;}
.sub020201_wrap .top{display: flex; align-items: center; justify-content: center;	}
.sub020201_wrap h5{font-size:28px; font-weight: 600; color:#222; text-align: center; margin-bottom: 20px; border:2px solid #ddd; padding: 10px 50px; border-radius:50px;}
.sub020201_wrap table{margin-top: 30px;}

.tab_wrap {overflow-x:scroll;}
.tab_wrap::-webkit-scrollbar {
  display: none;
}
.tab_wrap .sub03_tab {margin:0 auto;}
.sub03_tab{display: flex; justify-content: center; border-radius: 999px; background:#F6F6F6; margin: 0 auto 50px; width: fit-content;}
.sub03_tab li a{display:flex; justify-content: center; align-items: center; height:50px; font-size:16px; padding:0 20px; border-radius: 999px;}
.sub03_tab li a:hover,
.sub03_tab li.on a{background: #007aff; color: #fff; font-weight: 700; box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.20);}
.sub03_tab.clfix:after{display:none;}

.tab_desc {font-size: 20px; line-height: 1.2; text-align: center; margin-bottom: 40px;}

/* sub0301_wrap */
.sub0301_wrap{display:flex; flex-direction: column; align-items: center;}
.sub0301_wrap .tab_wrap{display:flex; justify-content: center; margin-bottom:60px; border-radius:999px; background:#F6F6F6;}
.sub0301_wrap .tab_wrap a{display:flex; justify-content: center; align-items: center; width:200px; height:50px; font-size:16px; color:#222; border-radius:999px;}
.sub0301_wrap .tab_wrap a:hover,
.sub0301_wrap .tab_wrap a.on{background:#007aff; color:#fff; font-weight:700; box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.20);}
.sub0301_wrap .txt_wrap{text-align:center; font-size:16px; margin-bottom:60px; line-height:1.5;}
.sub0301_wrap .con{width:100%;}
.sub0301_wrap .noitce_wrap{border:1px solid #ccc; width:100%; padding:30px 40px; margin-bottom:60px;}
.sub0301_wrap .noitce_wrap h3{font-size:18px; margin-bottom:40px;}
.sub0301_wrap .noitce_wrap li{position:relative; font-size:16px; margin-bottom:20px; padding-left:15px;        line-height: 1.4;}
.sub0301_wrap .noitce_wrap li:before{position:absolute; content:''; background:#003D62; width:4px; height:4px; left:0; top:6px; border-radius:99px;}
.sub0301_wrap .noitce_wrap li:last-child{margin-bottom:0px;}
.sub0301_wrap .noitce_wrap li em{font-weight:600;}
.sub0301_wrap .btn_wrap{display:flex; justify-content: center; gap:20px;}
.sub0301_wrap .btn_wrap a{display:flex; justify-content: center; align-items: center; width:200px; height:60px; border:1px solid #ccc; font-size:18px; color:#222; font-weight:700; border-radius:5px;}
.sub0301_wrap .btn_wrap a:hover{border:none; background:var(--co02); color:#fff;}


/* sub0301_1_wrap */
.sub0301_1_wrap ul.apply_wrap{display:grid; grid-template-columns: repeat(2, 1fr); gap:30px 50px;}
.sub0301_1_wrap ul.apply_wrap li {display: flex; align-items: center;}
.sub0301_1_wrap ul.apply_wrap li p{min-width: 120px; font-size:20px; color:#222; font-weight: 600;}
.sub0301_1_wrap ul.apply_wrap li p span.point_r{color:var(--co03);}
.sub0301_1_wrap ul.apply_wrap li .input_box {width:100%; display: flex; flex-direction: column; gap:10px;}
.sub0301_1_wrap ul.apply_wrap li input{border:1px solid #ccc; background:#fff; height:50px; border-radius:10px; padding-left: 15px; color:#444;font-size:16px;}
.sub0301_1_wrap ul.apply_wrap li input:focus{outline:none;}
.sub0301_1_wrap ul.apply_wrap li input.form01{width: 100%;}

.sub0301_1_wrap .con02{margin-top: 80px;}
.sub0301_1_wrap .con02 table tr th{border-bottom: 1px solid #D9D9D9;}
.sub0301_1_wrap .con02 table tr th .point_r{color:var(--co03);}
.sub0301_1_wrap .con02 table tr  td ul.sp_list{display: flex; flex-direction: column; gap:10px;}
.sub0301_1_wrap .con02 table tr  td ul.sp_list label{font-size:16px; color:#444; font-weight: 400;}
.sub0301_1_wrap .con02 table tr  td ul.sp_list label input{margin-right: 5px;  margin-bottom: 3px;}
.sub0301_1_wrap .con02 table tr  td ul.sp_list label input:focus{outline:none;}
.sub0301_1_wrap .con02 table input.form02{border:1px solid #ccc; height: 45px; border-radius:5px; width: 250px; padding-left: 15px; color:#222; font-size:16px;}
.sub0301_1_wrap .con02 table input.form02:focus{outline:none;}
.sub0301_1_wrap .con02 .i_box{display: flex;width: calc(100% - 100px);justify-content: space-between;}
.sub0301_1_wrap .con02 .i_box .box{height: 50px;width: calc(100% - 174px);height: 50px;padding: 0 100px 0 15px;border: 1px solid #ccc;border-radius:5px;line-height: 50px;font-size: 16px;color: #222;} 
.sub0301_1_wrap .con02 .i_box input{display: none;}
.sub0301_1_wrap .con02 .i_box label{display: block;width: 154px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #fff;background:var(--co02); border-radius:5px;}
.sub0301_1_wrap .con02 p{font-size:16px; color:#444; margin-top: 15px;}

.sub0301_1_wrap .agree_wrap{margin-top: 50px;padding: 30px;	background:#f9f9f9;}
.sub0301_1_wrap .agree_wrap p{font-size:18px; color:#222; line-height: 1.4;font-weight: 600; margin-bottom: 10px;}
.sub0301_1_wrap .agree_wrap ul{margin-left: 15px;}
.sub0301_1_wrap .agree_wrap ul li{font-size:16px; color:#444; line-height: 1.4;font-weight: 400;}
.sub0301_1_wrap .radio_wrap{margin-block:10px; display: flex; align-items: center; gap:20px; justify-content: flex-end;}
.sub0301_1_wrap .radio_wrap label{font-size:18px; color:#444; font-weight: 500;}
.sub0301_1_wrap .radio_wrap label input[type="radio"]{margin-right: 10px; margin-bottom: 3px; width: 15px;   height: 15px;}
.sub0301_1_wrap h4{font-size:20px; text-align: center; color:#222;margin-top: 50px;}
.sub0301_1_wrap .btn_wrap{display:flex; justify-content: center; gap:20px; margin-top: 50px;}
.sub0301_1_wrap .btn_wrap button,
.sub0301_1_wrap .btn_wrap a{display:flex; justify-content: center; align-items: center; width:200px; height:60px; border:1px solid #ccc; font-size:18px; color:#222; font-weight:700; border-radius:5px;}
.sub0301_1_wrap .btn_wrap button:hover,
.sub0301_1_wrap .btn_wrap a:hover{border:none; background:var(--co02); color:#fff;}

/* sub0301_2_wrap */
.sub0301_2_wrap h3{font-size:20px; text-align: center; color:#222; font-weight: 500;} 
.sub0301_2_wrap table{width: 80%; margin:50px auto;}
.sub0301_2_wrap table input{border:none; width: 100%; background:#f9f9f9; height: 45px; color:#222; font-size:1rem; padding-inline:15px;}
.sub0301_2_wrap table input:focus{outline:none;}
.sub0301_2_wrap .btn_wrap{display:flex; justify-content: center; gap:20px; margin-top: 50px;}
.sub0301_2_wrap .btn_wrap a,
.sub0301_2_wrap .btn_wrap button{display:flex; justify-content: center; align-items: center; width:200px; height:60px; border:1px solid #ccc; font-size:18px; color:#222; font-weight:700; border-radius:5px;}
.sub0301_2_wrap .btn_wrap a:hover,
.sub0301_2_wrap .btn_wrap button:hover{border:none; background:var(--co02); color:#fff;}

/* sub0301_3_wrap */
.sub0301_3_wrap h3 span{font-weight: 700;}
.sub0301_3_wrap table{width: 100%;}
.sub0301_3_wrap table tr.tr02{border-top:1px solid #D9D9D9 ; }
.sub0301_3_wrap table tr.tr02 th{border-right: 1px solid #D9D9D9;}

/* sub0301_4_wrap */
.sub0301_4_wrap .box{margin:0 auto;border-radius:20px; width: 700px; padding-block:50px; display: flex;flex-direction: column; align-items: center; gap:40px; box-shadow: 4px 4px 9.6px 0 rgba(0, 0, 0, 0.15);}
.sub0301_4_wrap .box p{color: #444;font-size: 22px;font-weight: 600; text-align: center; line-height: 1.5;}
.sub0301_4_wrap .box .btn_wrap a{border-radius: 10px;background: var(--co02); color:#fff; color: #FFF;text-align: center; font-size: 18px; font-weight: 700; border-radius:5px; padding: 10px 50px;}

/* sub0303 */
.sub0303_wrap .txt_wrap{color: #222;text-align: center;font-size: 24px;font-weight: 500; line-height: 1.4;}
.sub0303_wrap .info_wrap{margin-top: 100px;}
.sub0303_wrap .info_wrap .form_inn ul.form_list{display:grid; grid-template-columns: repeat(2, 1fr); gap:30px 50px;}
.sub0303_wrap .info_wrap .form_inn ul.form_list li:last-child {grid-column: 1 / -1;}
.sub0303_wrap .info_wrap .form_inn ul.form_list li {display: flex; gap:40px;align-items: baseline;}
.sub0303_wrap .info_wrap .form_inn ul.form_list li label{color: #222;font-size: 20px;font-weight: 600; min-width:85px;}
.sub0303_wrap .info_wrap .form_inn ul.form_list li label span{color: #E2212F;}
.sub0303_wrap .info_wrap .form_inn ul.form_list li .input_box {width:100%; display: flex; flex-direction: column; gap:10px;}
.sub0303_wrap .info_wrap .form_inn ul.form_list li .select_box {width:100%; display: flex; align-items: center; gap:10px;}
.sub0303_wrap .info_wrap .form_inn ul.form_list li .select_box input, .sub0303_wrap .info_wrap .form_inn ul.form_list li .select_box select {width: 33%;border-radius: 10px;border: 1px solid #CCC;background: #FFF; height: 50px; color:#333; font-size:18px; padding-left: 15px;}
.sub0303_wrap .info_wrap .form_inn ul.form_list li input{width: 100%;border-radius: 10px;border: 1px solid #CCC;background: #FFF; height: 50px; color:#333; font-size:18px; padding-left: 15px;}
.sub0303_wrap .info_wrap .form_inn ul.form_list li textarea{width: 100%;border-radius: 10px;border: 1px solid #CCC;background: #FFF; height: 200px; color:#333 ; font-size:18px; padding: 15px;} 
.sub0303_wrap .info_wrap .form_inn ul.form_list li input:focus, .sub0303_wrap .info_wrap .form_inn ul.form_list li textarea:focus{outline:none;}
.sub0303_wrap .txt_box{background: #F9F9F9; padding: 30px; margin-top: 50px;}
.sub0303_wrap .txt_box ul.ulst01{display: flex; flex-direction: column; gap:10px; }
.sub0303_wrap .txt_box ul.ulst01 li{color: #222;font-size: 18px;font-weight: 600;line-height: 1.4;}
.sub0303_wrap .txt_box ul.ulst02{display: flex; flex-direction: column; gap:0px; margin-top: 10px; }
.sub0303_wrap .txt_box ul.ulst02 li{color: #444;font-size: 16px;font-weight: 400;line-height: 1.4;}
.sub0303_wrap .txt_box .check_wrap{display: flex; justify-content: flex-end; gap:20px; margin-top: 10px;}
.sub0303_wrap .txt_box .check_wrap label{color: #444;font-size: 18px;font-weight: 500;}
.sub0303_wrap .txt_box .check_wrap label input{margin-right: 10px;}
.sub0303_wrap .btn_wrap{display: flex; align-items: center; justify-content: center; margin-top: 50px;}
.sub0303_wrap .btn_wrap button{width: 200px;height: 60px; border-radius: 5px;border: 1px solid #CCC; color: #222;text-align: center;font-size: 18px;font-weight: 700;line-height:60px;}

/* sub0402 */
.sub0402_wrap .select_wrap {display: flex; justify-content: flex-end; gap:10px; margin-bottom: 20px;}
.sub0402_wrap .select_wrap select {width:120px; height:40px; border:1px solid #ccc; border-radius:5px; font-size: 16px; color:#111;}
.sub0402_wrap .con:not(:first-child){margin-top: 40px;}
.sub0402_wrap .sec01 .item_box{display: flex; gap:30px;}
.sub0402_wrap .sec01 .item_box .item{display: flex; flex-direction: column; gap:10px; flex:1; padding: 20px; border:1px solid #ccc; border-radius: 10px;}
.sub0402_wrap .sec01 .item_box .item span{display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 5px; background: #E6ECF0;}
.sub0402_wrap .sec01 .item_box .item p{font-size: 1rem; color: #444; font-weight: 600;	}
.sub0402_wrap .sec01 .item_box .item strong{font-size: 1.25rem; color: #222;}
.sub0402_wrap .sec02 .chart_wrap{padding: 40px; border:1px solid #ccc; border-radius: 10px;}
.sub0402_wrap .sec02 .chart_top{display: flex; justify-content: space-between; margin-bottom: 40px;}
.sub0402_wrap .sec02 .chart_top .chart_title{display: flex; align-items: center; gap:10px; font-size: 1.25rem; color: #222; font-weight: 600;}
.sub0402_wrap .sec02 .chart_legend{display: flex; align-items: center; gap:20px;}
.sub0402_wrap .sec02 .chart_legend .legend_item{display: flex; align-items: center; gap:5px; font-size: 0.875rem; color: #000;}
.sub0402_wrap .sec02 .chart_legend .legend_item .legend_bar{display: block; width: 16px; height: 16px; border-radius:2px; background: #103992;}
.sub0402_wrap .sec02 .chart_legend .legend_item .legend_line{display: block; width: 16px; height: 16px; border-radius:50%; background: #E2212F;}
.sub0402_wrap .sec02 #cityChart{width: 100%; height: 100%;}
.sub0402_wrap .sec02 .chart_con{height: 400px;}
.sub0402_wrap .sec03{display: flex; gap:30px;}
.sub0402_wrap .sec03 .map_con{width: 63.5%; padding: 40px; border-radius: 10px; border:1px solid #ccc; background: #FFF;}
.sub0402_wrap .sec03 .map_con .map_top{display: flex; justify-content: space-between; margin-bottom: 40px;}
.sub0402_wrap .sec03 .map_con .map_tit{display: flex; align-items: center; gap:10px; font-size: 1.25rem;}
.sub0402_wrap .sec03 .map_con .map_wrap{height: 90%; border-radius: 10px; background: rgba(0, 114, 255, 0.30);}
.sub0402_wrap .sec03 .map_inner{display: flex;flex-direction: column;align-items: center;justify-content: center;height: 100%; position: relative;}
.sub0402_wrap .sec03 .map_inner p.check {position: absolute; right:10px; bottom:10px; font-size: 1rem;}
.sub0402_wrap .sec03 .map_info{width: 34%; display: flex; flex-direction: column; gap:30px; align-items: stretch;}
.sub0402_wrap .sec03 .map_info > div{height: 50%; gap:30px; border-radius: 10px; border: 1px solid #CCC;}
.sub0402_wrap .sec03 .map_info .info_top{display: flex; flex-direction: column; justify-content: space-between; padding: 30px 20px; background: #103992;}
.sub0402_wrap .sec03 .map_info .info_top .city_top{display: flex; align-items: center; gap:10px; color: #fff;}
.sub0402_wrap .sec03 .map_info .info_top .city_txt{display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius:50%; background: rgba(255, 255, 255, 0.10);}
.sub0402_wrap .sec03 .map_info .info_top .city_txt span{font-size: 1.5rem;}
.sub0402_wrap .sec03 .map_info .info_top .city_full strong{font-size: 1.5rem;}
.sub0402_wrap .sec03 .map_info .info_top .city_full p{margin-top: 10px; font-size: 1rem;}
.sub0402_wrap .sec03 .map_info .info_top .list_item{display: flex; align-items: center; justify-content: space-between; padding: 20px; border-radius: 10px;border: 1px solid rgba(255, 255, 255, 0.50);background: rgba(255, 255, 255, 0.10); color: #fff;}
.sub0402_wrap .sec03 .map_info .info_top .list_item:not(:first-child){margin-top: 10px;}
.sub0402_wrap .sec03 .map_info .info_top .list_item span{font-size: 1rem;}
.sub0402_wrap .sec03 .map_info .info_top .list_item strong{font-size: 1.25rem;}
.sub0402_wrap .sec03 .map_info .info_btm{display: flex; flex-direction: column; justify-content: space-between; padding: 40px; background: #fff;}
.sub0402_wrap .sec03 .map_info .info_btm .service_top{display: flex; align-items: center; gap:10px; font-size: 1.125rem;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item{display: flex; justify-content: space-between; padding-block: 20px;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item:not(:last-child){border-bottom: 1px solid #ccc;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item:first-child{padding-top: 0;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item:last-child{padding-bottom: 0;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item span{font-size: 1rem;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item strong{font-size: 1.25rem;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item.item_line{flex-direction: column;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item.item_line .line_tit{display: flex; justify-content: space-between; margin-bottom: 10px;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item.item_line .line_tit span{font-size: 0.75rem;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item.item_line .line_tit strong{font-size: 0.75rem;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item.item_line .bar{position: relative; width: 100%; height: 4px; background: #eee; border-radius:50px;}
.sub0402_wrap .sec03 .map_info .info_btm .service_item.item_line .bar .percent{position: absolute; top: 0; left: 0; width: 50%; height: 100%; background: #103992; border-radius:50px;}
.sub0402_wrap .sec04{ padding: 40px; border-radius: 10px; border:1px solid #ccc; background: #fff;}
.sub0402_wrap .sec04 strong{display: block; font-size:16px; color:#222; margin-bottom: 20px;}
.sub0402_wrap .sec04 ul{display: flex; flex-direction: column; gap:5px;}
.sub0402_wrap .sec04 ul li{font-size:1rem; color:#444; line-height: 1.3;}

/* sub050101 */
.sub050101_wrap .top p{color: #222;text-align: center;font-size: 24px;font-weight: 500; line-height: 1.5;}
.sub050101_wrap .con{margin-top: 100px;}
.sub050101_wrap ul.dot_list li span{display: block;	color: #444;font-size: 16px;font-weight: 400;line-height: 1.5; margin-top: 10px;}
.sub050101_wrap .sec01 .f_box{display: flex; gap:100px;}
.sub050101_wrap .sec01 .f_box .box{width: calc((100% - 100px) / 2); border-radius:20px; height: 400px; position: relative; overflow: hidden; cursor:pointer:}
.sub050101_wrap .sec01 .f_box .box::before{content:"";position:absolute;inset:0;background-position:center;background-size:cover;transition: transform .4s ease;z-index:0;}
.sub050101_wrap .sec01 .f_box .box:first-child::before{background:url(/images/sub/sub0501_img01.png) center center;}
.sub050101_wrap .sec01 .f_box .box:last-child::before{background:url(/images/sub/sub0501_img02.png) center center;}
.sub050101_wrap .sec01 .f_box .box:hover::before{transform: scale(1.2);}
.sub050101_wrap .sec01 .f_box .box::after{content: "";position: absolute;inset: 0;background: rgba(0,0,0,0.45);opacity: 0;transition: opacity .3s ease;z-index: 1; border-radius:20px;}
.sub050101_wrap .sec01 .f_box .box.on::after, .sub050101_wrap .sec01 .f_box .box:hover::after{opacity: 1;}
.sub050101_wrap .sec01 .f_box .box p.tit,.sub050101_wrap .sec01 .f_box .box .txt_box{position: relative;z-index: 2;}
.sub050101_wrap .sec01 .f_box .box .txt_box{display: none;}
.sub050101_wrap .sec01 .f_box .box p.tit{position: absolute;text-align: center; font-size:30px; color:#fff; font-weight: 700; top:50%; left:50%; transform:translate(-50%,-50%);}
.sub050101_wrap .sec01 h2{text-align: center; margin-top: 50px; line-height: 1.5; font-size:20px; font-weight: 600; color:#222;}
.sub050101_wrap .sec01 .f_box .box.on p.tit{display: none;}
.sub050101_wrap .sec01 .f_box .box.on .txt_box{display: block;position: absolute; bottom:10%; left:50%; transform:translateX(-50%); width: 90%; background:#fff; border-radius:20px; padding: 15px; }
.sub050101_wrap .sec01 .f_box .box .txt_box span{color:#003D62; font-size:20px; font-weight: 600;}
.sub050101_wrap .sec01 .f_box .box .txt_box p{color:#444; font-size:16px;font-weight: 400; line-height: 1.5; margin-top: 15px; word-break:keep-all;}
.sub050101_wrap .sec01 .f_box .box:hover p.tit{display: none;}
.sub050101_wrap .sec01 .f_box .box:hover .txt_box{display: block;position: absolute; bottom:10%; left:50%; transform:translateX(-50%); width: 90%; background:#fff; border-radius:20px; padding: 15px; }

.sub050101_wrap .sec02 .box_wrap{display: flex; flex-direction: column; gap:40px;}
.sub050101_wrap .sec02 .box_wrap .box{position:relative; display: flex; justify-content: space-between; align-items: flex-start;}
.sub050101_wrap .sec02 .box_wrap .box .dot_list{position:absolute; background:#fff; padding:10px 20px; border:1px solid #ccc; border-radius:999px; left:50%; transform:translateX(-50%);     width: max-content;}
.sub050101_wrap .sec02 .box_wrap .box .inn_box{border-radius: 10px;border: 1px solid #D7D7D7; padding: 40px 55px; width: 100%; margin-top:24px; background:#f8f8f8;}
ul.g_dot_list li{color: #444;font-size: 20px;font-weight: 400;line-height: 1.4; padding-left: 20px; position: relative; word-break:keep-all;}
ul.g_dot_list li::before{position: absolute;  content:'';width: 8px;height: 8px; background:#8A99A8; border-radius:10px; top:8px; left:0; }
ul.g_dot_list li:not(:last-child){margin-bottom: 10px;}
ul.g_dot_list li span{display: block; }
.sub050101_wrap tr ,.sub050101_wrap tr td{border-bottom: 1px solid #003D62 !important;}
.sub050101_wrap ul.s_dot_list li::before{background:#003D62;}

.box99{border-radius: 20px;background: #F9F9F9; height: 100px; display: flex; align-items: center; justify-content:space-evenly;}
.box99 li{display: flex; gap:20px; align-items: center;}
.box99 li b{color: #222;font-size: 18px;font-weight: 600;line-height: 1.5;}
.box99 li p{color: #003D62;font-size: 24px;font-weight: 800;line-height: 1.5;}

/* sub050102 */
.sub050102_wrap .box_wrap{display:grid; grid-template-columns: repeat(3, 1fr); gap:45px 50px; }
.sub050102_wrap .box_wrap .box{border-radius: 20px;background: #F9F9F9;box-shadow: 4px 4px 9.6px 0 rgba(0, 0, 0, 0.15);}
.sub050102_wrap .box_wrap .box .top{border-radius:20px 20px 0 0; background: #003D62; padding:35px 30px; position: relative;}
.sub050102_wrap .box_wrap .box .top p{color: #FFF;font-size: 25px;font-weight: 700;}
.sub050102_wrap .box_wrap .box .top img{position: absolute; right:30px; bottom:-25px; }
.sub050102_wrap .box_wrap .box .btm{padding: 40px 30px;}
.sub050102_wrap .box_wrap .box .btm b{display: block;color: #222;font-size: 18px;font-weight: 500;line-height: 1.4; margin-bottom: 20px; word-break:keep-all;}
ul.g_dot_list li{color: #222;font-size: 16px;font-weight: 400;line-height: 1.4; padding-left: 20px; position: relative; word-break:keep-all;}
ul.g_dot_list li::before{position: absolute;  content:'';width: 6px;height: 6px; background:#8A99A8; border-radius:10px; top:8px; left:0; }

/* sub050103 */
.sub050103_wrap .box_wrap{display:grid; grid-template-columns: repeat(3, 1fr); gap:65px 50px;}
.sub050103_wrap .box_wrap .box .img_wrap img{border-radius: 20px;box-shadow: 4px 4px 9.6px 0 rgba(0, 0, 0, 0.15);}
.sub050103_wrap .box_wrap .box .txt_wrap{padding: 20px;}
.sub050103_wrap .box_wrap .box .txt_wrap strong{color: #222;font-size: 20px;font-weight: 700;}
.sub050103_wrap .box_wrap .box .txt_wrap p{color: #444;font-size: 16px;font-weight: 500; margin-top: 15px; line-height: 1.5; word-break:keep-all;}
.sub050103_wrap .box_wrap ul.link_box{display: flex; flex-direction: column; gap:35px; align-items: center; justify-content: flex-start; padding-top: 40px;}
.sub050103_wrap .box_wrap ul.link_box li{width: 380px;height: 80px; border-radius: 60px;background: #F85F6E; text-align: center;    line-height: 80px;}
.sub050103_wrap .box_wrap ul.link_box li a{ color: #FFF;font-size: 20px;font-weight: 700;}
.sub050103_wrap .box_wrap ul.link_box li:last-child{background: #65DB7F;}

/* sub050104 */
.sub050104_wrap table.tbl01 tr td:last-child{ text-align: center;}
.sub050104_wrap .sec01 .btn_wrap{display: flex; justify-content: center; align-items: center;	 margin-top: 50px; text-align: center;}
.sub050104_wrap .sec01 .btn_wrap a{display: block; color: #003D62;font-size: 20px;font-weight: 700;line-height:70px; width: 300px;border: 1.5px solid #003D62; border-radius: 60px;height: 70px;}
.sub050104_wrap .sec01 .btn_wrap a:hover{background: #003D62;color:#fff;}

.sub050104_wrap .sec04 ul.box99 li b{min-width:430px;}
.sub050104_wrap .sec04 ul.box99 li:nth-child(2){width:200px;}
.sub050104_wrap .sec04 ul.box99 li:nth-child(3){width:300px;}
.sub050104_wrap .sec04 ul.box99:last-child{margin-top: 30px;}

/* 수행기관 */
.orga_wrap .down_box{display: flex; justify-content: flex-end;}
.orga_wrap .down_box a{ display: flex;align-items: center;justify-content: center;gap: 15px;color: #E2212F;font-size: 18px;font-weight: 500;padding: 10px 30px;border: 1px solid #E2212F;border-radius: 10px;}	
.orga_wrap .down_box a:hover {background: #E2212F;color: #fff}
.orga_wrap .down_box a:hover img {filter: brightness(10);}
.orga_wrap ul.region{display:grid; grid-template-columns: repeat(10, 1fr); gap:10px; margin-block: 30px 50px;}
.orga_wrap ul.region li{border: 1px solid #CCC;border-radius:50px;}
.orga_wrap ul.region li a{display: block;text-align: center; color:#999; font-size:18px; font-weight: 500; padding-block:15px;}
.orga_wrap ul.region li.on, .orga_wrap ul.region li:hover{background:#003D62; border:none;}
.orga_wrap ul.region li.on a, .orga_wrap ul.region li:hover a{color:#fff;}
.orga_wrap .con .top{margin-bottom: 20px;}
.orga_wrap .con .top p{text-align: right; font-size:14px; color:#444; font-weight: 400;}
.orga_wrap .con .top p span{color:#e25155;font-weight: 600;}
.orga_wrap .con table tbody tr td.bg_pink{background:rgba(219,48,57,.1);}
.orga_wrap .con table tbody tr td:last-child{text-align: center;}

/* 후원기업 및 단체 */
.company_wrap .con:not(:first-child){margin-top: 100px;}
.company_wrap .con ul{display:grid;grid-template-columns: repeat(4, 1fr); gap:30px; }
.company_wrap .con ul li{border:1px solid #ddd;	display: flex; align-items: center; justify-content: center; height: 80px; padding:10px 20px;}
.company_wrap .con ul li img{height: 100%; width: 100%; object-fit: contain;}

/* sitemap */
.sitemap_wrap {display: flex; justify-content: space-between; gap:60px;}
.sitemap_wrap .left_tbl {width:100%;}
.sitemap_wrap .right_tbl {width:100%;}
.sitemap_wrap .tbl01 {width:100%; margin-bottom: 60px;}
.sitemap_wrap .tbl01:last-child {margin-bottom: 0;}

/* sub0601 */
.sub0601_wrap .line_box {padding:40px 0; margin-bottom: 60px;}
.sub0601_wrap .line_box strong {display: block; font-size: 20px; font-weight: 700; color:#222; text-align: center;}
.sub0601_wrap .line_box strong span {color:#f00;}
.sub0601_wrap .cate_box ul {flex-wrap:wrap; justify-content: center;}
.sub0601_wrap .cate_box ul li.on {background: #007aff;}
.sub0601_wrap .box_wrap {display: flex; flex-direction: column; gap:50px; margin-top: 40px;}
.sub0601_wrap .box_wrap .top_tit{display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px; border-bottom:2px solid #222;}
.sub0601_wrap .box_wrap .top_tit h4{font-size: 26px; color:#222;}
.sub0601_wrap .box_wrap .top_tit a{font-size: 16px; color: #666;}
.sub0601_wrap .box_wrap .con_box {padding:20px 15px; border-bottom:1px solid #ddd;}
.sub0601_wrap .box_wrap .con_box a {font-size: 18px; line-height: 1.2;color: #0000cc; text-decoration: underline; margin-bottom: 10px;}
.sub0601_wrap .box_wrap .con_box p {display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color:#444; line-height: 1.2; margin-top: 10px;}
.sub0601_wrap .box_wrap .gallery_con {padding:20px 15px; border-bottom:1px solid #ddd;}
.sub0601_wrap .box_wrap .gallery_list{display: grid; grid-template-columns: repeat(5, 1fr); gap:50px 20px; border-radius:10px;}
.sub0601_wrap .box_wrap .gallery_list img{width: 100%; object-fit:cover;}
.sub0601_wrap .box_wrap .gallery_list .gallery_info{padding: 20px 10px;}
.sub0601_wrap .box_wrap .gallery_list .gallery_info .date{font-size: 14px; color: #666;}
.sub0601_wrap .box_wrap .gallery_list .gallery_info .tit{margin-top: 10px; font-size: 18px; color: #0000cc; text-decoration: underline; line-height: 1.4; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}





/* 공통 */
/* .user_page{line-height: 1.1;}
.user_page input[type="text"], .user_page input[type="password"], .user_page input[type="email"], .user_page input[type="file"], .user_page select, .user_page input[type="search"]{height: 60px; padding: 5px 15px; font-size: 16px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.user_page textarea{padding: 15px 20px; font-size: 16px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.user_page select{appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url('/images/sub/select_arw.svg') no-repeat right 15px center; padding-right: 40px;}
.user_page h2{margin-bottom: 50px; font-size: 36px; color: #000; text-align: center;}
.user_page .form_inner{display: flex; flex-direction: column; gap:30px; margin-top: 50px;}
.user_page .form_box{display: flex; flex-direction: column; gap:10px;}
.user_page .form_box label{font-size: 18px; color: #222; font-weight: 600;}
.user_page .submit_btn{border-radius: 10px; background: #000; font-size: 22px; color: #fff; height: 60px; margin-top: 30px;}
.account_box{max-width:700px; margin: 0 auto; padding: 80px 50px; background: #fff; border-radius:15px;}
.user_page .agree_wrap{margin-top: 25px;}
.user_page .check_label {display: flex;align-items: center;cursor: pointer;justify-content: flex-end; font-size: 12px; color: #444;}
.user_page .agree_box {appearance: none;width: 18px;height: 18px;border: 1px solid #ccc;border-radius: 3px;margin-right: 8px;position: relative;cursor: pointer;}
.user_page .agree_box::after {content: '✔';font-size: 13px;position: absolute;left: 2px;top: -2px;color: #ccc; visibility: visible;}
.user_page .agree_box:checked {background-color: #000;border-color: #000;}
.user_page .agree_box:checked::after {color: #fff;}
.user_page .bbs_top input, .user_page .bbs_top select{width: auto; border: none; height: 52px;}
.user_page .search_wrap{display: flex; align-items: center; justify-content: space-between; gap:20px; border:1px solid #CCC; border-radius:30px; max-width:470px; margin-bottom: 40px; padding: 5px 30px;}
.user_page .search_wrap input[type="search"]{width: 100%; height: 40px; background: none;}
.user_page .search_wrap button.search_btn{background: url('/images/sub/search_icon.png')center no-repeat; background-size:contain; width: 27px; height: 27px; line-height: 1;} */



/* 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: 36px; 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: 18px; 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: 20px; color: #444;}
.sub_id_wrap .id_check .id_box{width: 100%; padding-block:15px; background: #F9F9F9; border-radius:10px; text-align: center; font-size: 16px; 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: 18px; color: #222; font-weight: 600;}
.sub_id_wrap .submit_btn{border-radius: 10px; background: #000; font-size: 22px; 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: 22px; 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: 16px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_id_wrap .submit_btn{border-radius: 10px; background: #000; font-size: 22px; 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: 36px; 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: 16px; 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: 18px; color: #222; font-weight: 600;}
.sub_login_wrap .check_wrap {display: flex;align-items: center;gap: 15px;font-family: sans-serif;font-size: 14px;}
.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{width:100%; border-radius: 10px; background: #000; font-size: 22px; color: #fff; height: 60px; margin-top: 30px;}
.sub_login_wrap .submit_btn02{width:100%; border-radius: 10px; background: #fff; border:1px solid #ccc; font-size: 22px; color: #111; height: 60px; margin-top: 10px;}
.sub_login_wrap .search_wrap{display: flex; align-items: center; gap:20px;}
.sub_login_wrap .search_wrap a{position: relative; font-size: 14px ; 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: 12px; color: #444; line-height: 1.4;}
.sub_login_wrap .signup_link a{font-size: 12px; 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: 18px; 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: 14px; 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: 12px; 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: 20px; border-radius:10px; padding-block:10px; border:1px solid #000; 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: #000; color: #fff;}


.sub_sign_wrap{line-height: 1;}
.sub_sign_wrap h2{margin-bottom: 50px; font-size: 36px; 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: 16px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.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: 140px; flex-shrink:0; font-size: 18px; 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 #000; flex-shrink: 0; font-size: 16px; color: #444; border-radius:5px;}



/* history */
.sub_history_wrap{line-height: 1;}
.sub_history_wrap h2{margin-bottom: 50px; font-size: 36px; color: #000; text-align: center;}
.sub_history_wrap .year_wrap{max-width:800px; margin: 0 auto;}
.sub_history_wrap .timeline{position: relative; margin-top: 110px;} 
.sub_history_wrap .timeline .line{position: absolute; left: 155px; top: 15px; width: 2px; height: 100%; background: #DDD;}
.sub_history_wrap .timeline .line::before {content: '';position: absolute;top: 0;left: 0;width: 2px;background: var(--co01);height: var(--line-fill, 0);transition: height 0.3s ease;z-index: 1;}
.sub_history_wrap .year_section:not(:first-child){margin-top: 40px;}
.sub_history_wrap .year_item{display: flex; align-items: flex-start;}
.sub_history_wrap .year_item strong{position: relative; display: block; flex-shrink:0; width: 95px; margin-right: 70px; font-size: 32px; color: #000;}
.sub_history_wrap .year_item strong::after{content:''; position: absolute; right: -65px; top: 50%; transform:translateY(-50%); width: 8px; height: 8px; background: #666; border-radius:50%;	z-index: 5000;}
.sub_history_wrap .timeline > div:first-child .year_item strong::after{background: var(--co01);}
.sub_history_wrap .timeline > div:first-child .year_item strong::before{content: '';position: absolute;right: -74px;top: 50%;transform: translateY(-50%);width: 25px;height: 25px;border: 3px solid var(--co01);border-radius: 50%;z-index: 1;}
.sub_history_wrap .year_item.past strong::after {background: var(--co01);}
.sub_history_wrap .year_item:not(:first-child){margin-top: 40px;}
.sub_history_wrap .year_list{padding-left: 85px;}
.sub_history_wrap .year_list li{display: flex; gap:15px; align-items: center;}
.sub_history_wrap .year_list li em{min-width: 65px; font-size: 22px; color: #444; font-weight: 600;}
.sub_history_wrap .year_list li p{font-size: 16px; color: #444;}
.sub_history_wrap .year_list li:not(:first-child){margin-top: 20px;}



/* contact */
.sub_contact_wrap{line-height: 1;}
.sub_contact_wrap h2{margin-bottom: 50px; font-size: 36px; color: #000; text-align: center;}
.sub_contact_wrap input[type="text"], .sub_contact_wrap input[type="password"], .sub_contact_wrap input[type="email"], .sub_contact_wrap select, .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{appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url('/images/sub/select_arw.svg') no-repeat right 15px center #f9f9f9; padding-right: 40px;}
.sub_contact_wrap .form_inner{display: flex; flex-direction: column; gap:40px;}
.sub_contact_wrap .form_row{display: flex; flex-direction: column; gap:15px;}
.sub_contact_wrap .form_row label{font-size: 18px; color: #000; font-weight: 500;}
.sub_contact_wrap .form_row label .required-mark{color: #f00;}
.sub_contact_wrap .form_w50{display: flex; flex-wrap:wrap; gap:40px 50px;}
.sub_contact_wrap .form_w50 .form_row{width: 47%;}
.sub_contact_wrap .form_w50 .phone_group{display: flex; align-items: center; gap:10px;}
.sub_contact_wrap .form_w50 .email_group{display: flex; align-items: center; gap:10px;}
.sub_contact_wrap .file_upload{display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; font-size: 16px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_contact_wrap .file_upload label{display: flex; align-items: center; gap:5px; background: #333; font-size: 14px; color: #fff; padding: 10px 20px; border-radius:30px; cursor:pointer;}
.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: 14px; 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: #000;border-color: #000;}
.sub_contact_wrap .agree_box:checked::after {color: #fff;}
.sub_contact_wrap .submit_btn{display: block; width: 290px; margin: 100px auto 0; border-radius: 10px; background: #000; font-size: 22px; color: #fff; height: 60px;}



/* faq */
.sub_faq_wrap{line-height: 1;}
.sub_faq_wrap h2{margin-bottom: 50px; font-size: 36px; color: #000; text-align: center;}
.sub_faq_wrap .search_wrap{display: flex; align-items: center; justify-content: space-between; gap:20px; border:1px solid #CCC; border-radius:30px; max-width:470px; margin-bottom: 40px; padding: 5px 30px; margin-left: auto;}
.sub_faq_wrap .search_wrap input[type="search"]{width: 100%; height: 40px; background: none; border: none; font-size: 14px;}
.sub_faq_wrap .search_wrap button.search_btn{background: url('/images/sub/search_icon.png')center no-repeat; background-size:contain; width: 27px; height: 27px; line-height: 1;}
.sub_faq_wrap .faq_wrap{border-top: 2px solid #000;}
.sub_faq_wrap .faq_wrap li{ border-bottom: 1px solid #CCC;}
.sub_faq_wrap .faq_wrap li .fre{position: relative; display: flex; gap:30px; align-items: center; padding: 20px 30px;}
.sub_faq_wrap .faq_wrap li .fre::after{content:''; position: absolute; right: 30px; top: 50%; transform:translateY(-50%); background: url('/images/sub/faq_arw.png')center no-repeat; background-size:cover; width: 17px; height: 10px; transition:.3s;}
.sub_faq_wrap .faq_wrap li.open .fre::after{transform: rotate(180deg) translateY(50%); transition:.3s;}
.sub_faq_wrap .faq_wrap li .fre .q{display: flex; justify-content: center; align-items: center; width: 60px; aspect-ratio:1; font-size: 22px; color: #444; font-weight: 500; background: rgba(238, 238, 238, 0.93); border-radius:50%;}
.sub_faq_wrap .faq_wrap li .tit_wrap{display: flex; flex-direction: column; gap:10px;}
.sub_faq_wrap .faq_wrap li .tit_wrap span{font-size: 14px; color: #5D5D5D;}
.sub_faq_wrap .faq_wrap li .tit_wrap strong{font-size: 16px; color: #222;}
.sub_faq_wrap .faq_wrap li .ask{background: #F9F9F9; padding: 20px 30px; border-top: 1px solid #ccc;}
.sub_faq_wrap .faq_wrap li .ask .a{display: flex; justify-content: center; align-items: center; flex-shrink:0; width: 60px; aspect-ratio:1; font-size: 22px; color: #fff; font-weight: 500; background: rgba(51, 51, 51, 0.93); border-radius:50%;}
.sub_faq_wrap .faq_wrap .ask_cont{display: flex; align-items: flex-start; gap:30px;}
.sub_faq_wrap .faq_wrap .ask_cont .txt_wrap{margin-top: 20px;}
.sub_faq_wrap .faq_wrap .ask_cont .txt_wrap p{font-size: 14px; color: #333; line-height: 1.4; word-break:keep-all;}
.sub_faq_wrap .ask_text{display: flex; justify-content: flex-end; gap:5px; margin-top: 10px;}



/* qna */
.sub_qna_wrap{line-height: 1;}
.sub_qna_wrap h2{margin-bottom: 50px; font-size: 36px; color: #000; text-align: center;}
.sub_qna_wrap .bbs_top{display: flex; justify-content: flex-end; gap:10px;}
.sub_qna_wrap .bbs_top input, .sub_qna_wrap .bbs_top select{width: auto; border: none; height: 52px;}
.sub_qna_wrap .bbs_top select{appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url('/images/sub/select_arw.svg') no-repeat right 15px center; padding-inline: 20px 40px; border:1px solid #ccc; border-radius:30px; font-size: 14px;}
.sub_qna_wrap .search_wrap{display: flex; align-items: center; justify-content: space-between; gap:20px; border:1px solid #CCC; border-radius:30px; max-width:470px; margin-bottom: 40px; padding: 5px 30px;}
.sub_qna_wrap .search_wrap input[type="search"]{width: 100%; height: 40px; background: none; font-size: 14px;}
.sub_qna_wrap .search_wrap button.search_btn{background: url('/images/sub/search_icon.png')center no-repeat; background-size:contain; width: 27px; height: 27px; line-height: 1;} 
.sub_qna_wrap .qna_list{border-top: 1px solid #ccc;}
.sub_qna_wrap .qna_list li a{display: flex; justify-content: space-between; align-items: center; padding: 40px 35px; border-bottom: 1px solid #ccc; font-size: 16px; color: #000;}
.sub_qna_wrap .qna_list li .qna_left{display: flex; gap:60px;}
.sub_qna_wrap .qna_list li .qna_right{display: flex; gap:55px;}
.sub_qna_wrap .qna_list li .qna_right .situ{width: 68px; text-align: center;}
.sub_qna_wrap .qna_list li.finish .anw_box{display: flex; align-items: center; gap:20px;}
.sub_qna_wrap .qna_list li.finish .anw_box span{font-size: 14px; color: #fff; background: #000; border-radius: 5px; padding: 5px 10px;}
.sub_qna_wrap .qna_list li.finish .qna_right .situ{color: #f00;}



/* view_page */
.sub_qna_wrap .tit_box{padding-block:30px; padding-inline:15px; border-bottom: 1px solid #ddd;}
.sub_qna_wrap .tit_box .tit{font-size: 36px; color: #000;}
.sub_qna_wrap .tit_box .tit_btm{display: flex; align-items: center; justify-content: space-between; margin-top: 20px;}
.sub_qna_wrap .pos_info{display: flex; align-items: center; gap:20px;}
.sub_qna_wrap .pos_info span{position: relative; font-size: 14px; color: #666;}
.sub_qna_wrap .pos_info span:nth-child(1)::after{content:''; position: absolute; right: -10px; top: 50%; transform:translateY(-50%); width: 1px; height: 70%; background: #666;}
.sub_qna_wrap .btn_wrap{display: flex; gap:10px;}
.sub_qna_wrap .btn_wrap button{width: 80px; font-size: 14px; color: #000; border:1px solid #000; border-radius:5px; padding-block:5px;}
.sub_qna_wrap .view_box{padding-block:60px; padding-inline:15px; border-bottom: 1px solid #ddd;}
.sub_qna_wrap .view_box p{font-size: 14px; color: #222; line-height: 1.4;}
.sub_qna_wrap .view_box p:not(:first-child){margin-top: 40px;}
.sub_qna_wrap .answer_box{padding-block:30px; padding-inline:15px; border-bottom: 1px solid #ddd;}
.sub_qna_wrap .answer_box .answer_top{display: flex; align-items: center; justify-content: space-between;}
.sub_qna_wrap .answer_box .answer_top strong{position: relative; padding-left: 40px; font-size: 26px; color: #000;}
.sub_qna_wrap .answer_box .answer_top strong::before{content:''; position: absolute; left: 0; top: 45%; transform:translateY(-50%); background: url('/images/sub/answer_icon.png')center no-repeat; background-size:cover; width: 26px; height: 26px;}
.sub_qna_wrap .answer_box .pos_info{margin-top: 20px;}
.sub_qna_wrap .answer_box .ans_txt{margin-top: 25px; padding: 15px 20px; background: #F9F9F9; border-radius:10px;}
.sub_qna_wrap .answer_box .ans_txt p{font-size: 14px; color: #222; line-height: 1.6; word-break:keep-all;}
.sub_qna_wrap .comment_box{padding-block:40px; padding-inline:15px; border-bottom: 1px solid #ddd;}
.sub_qna_wrap .comment_box .com_inner{padding: 30px 40px; background: #F9F9F9; border-radius:10px;}
.sub_qna_wrap .comment_box .form_row{display: flex; gap:10px;}
.sub_qna_wrap .comment_box .form_row:not(:first-child){margin-top: 30px;}
.sub_qna_wrap .comment_box .form_row label{width: 55px; margin-top: 20px; flex-shrink:0; font-size: 14px; color: #444;}
.sub_qna_wrap .comment_box input[type="text"]{width: 50%; height: 55px;}
.sub_qna_wrap .comment_box input, .sub_qna_wrap .comment_box textarea{width: 100%; border:none; background: #fff; border-radius:10px; padding: 10px 20px; font-size: 14px; color: #666;}
.sub_qna_wrap .comment_box .text_wrap{width: 100%; display: flex;gap:20px;}
.sub_qna_wrap .comment_box .submit_btn{width: ; font-size: 14px; color: #fff; background: #222; border-radius: 10px; padding-inline:30px; flex-shrink:0;}
.sub_qna_wrap .view_btm_box{display: flex; align-items: center; justify-content: space-between; margin-top: 60px;}
.sub_qna_wrap .view_btm_box .arw_btn{display: flex; align-items: center; gap:10px; font-size: 14px; color: #000;}
.sub_qna_wrap .view_btm_box .back_btn{width: 150px; padding-block:15px; font-size: 14px; color: #000; border:1px solid #CCC; border-radius:30px; text-align: center;}



/* password */
.sub_pw_wrap{line-height: 1;}
.sub_pw_wrap h2{margin-bottom: 50px; font-size: 36px; color: #000; text-align: center;}
.sub_pw_wrap input[type="text"], .sub_pw_wrap input[type="password"]{width: 100%; height: 55px;}
.sub_pw_wrap .pw_wrap{max-width:700px; margin: 0 auto; padding: 50px 40px; border-radius: 20px; display: flex; flex-direction: column; align-items: center; gap:30px;}
.sub_pw_wrap .pw_wrap h3{font-size: 28px; color: #000;}
.sub_pw_wrap .pw_wrap p{font-size: 18px; color: #999;}
.sub_pw_wrap .pw_box{display: flex; align-items: center; gap:10px; width: 100%; padding: 5px 25px; background: #eee; border-radius: 5px;}
.sub_pw_wrap .pw_box input{background: none;}
.sub_pw_wrap .pw_box .toggle_btn{background: url('/images/sub/pw_icon.png')center no-repeat; width: 22px; height: 16px;}
.sub_pw_wrap .submit_btn{width: 150px;}


/* gallery */
.sub_gallery_wrap{line-height: 1;}
.sub_gallery_wrap h2{margin-bottom: 50px; font-size: 36px; color: #000; text-align: center;}
.sub_gallery_wrap .bbs_top{display: flex; justify-content: flex-end; gap:10px;}
.sub_gallery_wrap .bbs_top input, .sub_gallery_wrap .bbs_top select{width: auto; border: none; height: 52px;}
.sub_gallery_wrap .bbs_top select{appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url('/images/sub/select_arw.svg') no-repeat right 15px center; padding-inline: 20px 40px; border:1px solid #ccc; border-radius:30px; font-size: 14px;}
.sub_gallery_wrap .search_wrap{display: flex; align-items: center; justify-content: space-between; gap:20px; border:1px solid #CCC; border-radius:30px; max-width:470px; margin-bottom: 40px; padding: 5px 30px;}
.sub_gallery_wrap .search_wrap input[type="search"]{width: 100%; height: 40px; background: none; font-size: 14px;}
.sub_gallery_wrap .search_wrap button.search_btn{background: url('/images/sub/search_icon.png')center no-repeat; background-size:contain; width: 27px; height: 27px; line-height: 1;} 
.sub_gallery_wrap .gallery_list{display: grid; grid-template-columns: repeat(5, 1fr); gap:50px 20px; border-radius:10px;}
.sub_gallery_wrap .gallery_list img{width: 100%; object-fit:cover;}
.sub_gallery_wrap .gallery_list .galleryImg1{aspect-ratio: 1 / 1;}
.sub_gallery_wrap .gallery_list .galleryImg2{aspect-ratio: 1 / 1.414;}
.sub_gallery_wrap .gallery_list .gallery_info{padding: 20px 10px;}
.sub_gallery_wrap .gallery_list .gallery_info .date{font-size: 14px; color: #666;}
.sub_gallery_wrap .gallery_list .gallery_info .tit{margin-top: 10px; font-size: 18px; color: #222; line-height: 1.4; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.sub_gallery_wrap .gallery_blog_list{display: flex; flex-direction: column;}
.sub_gallery_wrap .gallery_blog_list li{display: flex; align-items: center; gap:80px; padding:20px; border-bottom: 1px solid #ddd;}
.sub_gallery_wrap .gallery_blog_list .gallery_info{display: flex; flex-direction: column; gap: 25px;}
.sub_gallery_wrap .gallery_info .tit{font-size: 18px; color: #222; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.sub_gallery_wrap .gallery_info .content{font-size: 18px; color: #444; line-height: 1.4; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.sub_gallery_wrap .gallery_info .date{font-size: 14px; color: #666; margin-top: 40px;}

/* 일반게시판_list */


.basic_bd02{line-height: 1;}
.basic_bd02 .inner{width: 100%;}
.basic_bd02 .search_box{display: flex; flex-direction: row-reverse; align-items: end;margin-bottom: 30px;}
.basic_bd02 .search_box .search{display: flex;gap:10px;justify-content: end;}
.basic_bd02 .search_box .search select{font-size: 16px; color: #222; width: 182px; height: 70px; border:1px solid #ddd; border-radius:50px; padding: 0px 54px 0px 30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 30px no-repeat;}
.basic_bd02 .search_box .input_wrap{position: relative;}
.basic_bd02 .search_box .input_wrap input{width: 558px; height: 70px;font-size: 16px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 74px 0px 40px;}
.basic_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.basic_bd02 .search_box .input_wrap button{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}
.basic_bd02 .news-list ul{border-top: 1px solid #000;}
.basic_bd02 .news-list ul li{position: relative;border-bottom: 1px solid #eee;background: #fff;}
.basic_bd02 .news-list ul li::after{content:'';opacity: 0;position: absolute;right: 50px; top: 50%; transform:translateY(-50%);transition:.3s;background: url(/images/sub/basic_bd02_icon03.png)center no-repeat; width: 55px; height: 52px; background-size: cover;}
.basic_bd02 .news-list ul li a{display: flex;align-items: center;padding: 35px 50px;}
.basic_bd02 .news-list ul li .date_box{display: flex; flex-direction: column;align-items: center;gap:10px;width: 70px;}
.basic_bd02 .news-list ul li .date_box p{font-size: 36px; color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .date_box span{font-size: 15px;color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .txt_box{width: calc(100% - 280px);margin-left: 60px;}
.basic_bd02 .news-list ul li .txt_box .tit_box{display: flex;width: calc(100% - 80px);margin-bottom: 15px;}
.basic_bd02 .news-list ul li .txt_box .tit_box span.tag01{display: inline-block;vertical-align: middle;height: 25px;line-height: 23px;border: 1px solid #eee;padding: 0 15px;font-size: 12px;margin-right: 10px;color: var(--bg01);}
.basic_bd02 .news-list ul li .txt_box .tit_box strong{font-size: 23px; color: #222;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li .txt_box p{font-size: 15px; color: #777;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.basic_bd02 .news-list ul li .txt_box p.mob_date{display: none;}
.basic_bd02 .news-list ul li:hover{background: #f9f9f9;}
.basic_bd02 .news-list ul li:hover .date_box p{color: #222;}
.basic_bd02 .news-list ul li:hover .date_box span{color: #222;}
.basic_bd02 .news-list ul li:hover::after{opacity: 1;}

/* 일반게시판_view */
.basic_bd01_view .inner{width:100%;}
.basic_bd01_view .tit_box{padding-bottom: 40px;border-bottom: 1px solid #2f3435;}
.basic_bd01_view .tit_box strong{font-size: 22px; color: var(--bg01); font-weight: 700;}
.basic_bd01_view .tit_box p{font-size: 36px; margin: 20px 0px 30px	; font-weight: 700;color: #000; line-height:1.35; word-break:keep-all;}
.basic_bd01_view .tit_box span{display:block; font-size: 16px;color: #abadae;font-weight: 500; margin-bottom:10px;}
.basic_bd01_view .view_box{padding: 80px 20px;}
.basic_bd01_view .view_box > div{display: flex; flex-direction:column; align-items: center;}
.basic_bd01_view .view_box > div:not(:first-child){margin-top: 50px;}
.basic_bd01_view .view_box .youtube{width: 70%; margin: 0 auto;}
.basic_bd01_view .view_box .youtube iframe{width: 100%; aspect-ratio:16 / 9;}
.basic_bd01_view .view_box img{width:100%; max-width:800px; margin-bottom: 40px; object-fit:contain;}
.basic_bd01_view .view_box span,
.basic_bd01_view .view_box p{font-size: 16px; color: #000;word-break: break-word; text-align:center;}
.basic_bd01_view .file_box{padding: 22px 35px;background: #f9f9f9; margin-top: 40px;}
.basic_bd01_view .file_box ul {display: flex;align-items: center;gap:10px; flex-wrap:wrap;}
.basic_bd01_view .file_box ul li{display: flex;align-items: flex-start;gap:20px 10px; width: 32%;}
.basic_bd01_view .file_box ul li img {margin-bottom: 0;}
.basic_bd01_view .file_box ul li em{display: block;}
.basic_bd01_view .file_box ul li a{font-size: 15px; color: #444;transition:.3s;border-bottom: 1px solid transparent;}
.basic_bd01_view .file_box ul li a:hover{border-bottom: 1px solid #444;}
.basic_bd01_view .view_btn_box{display: flex; justify-content:space-between;align-items:center;padding: 50px 0px 20px; border-top: 1px solid #dcdcdc;}
.basic_bd01_view .view_btn_box .arr{display: flex;align-items:center;gap:20px;}
.basic_bd01_view .view_btn_box p{font-size: 16px; color: #000; width: 200px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.basic_bd01_view .view_btn_box .arr.next p{text-align: end;}
.basic_bd01_view .view_btn_box .arr:hover p{text-decoration: underline;text-underline-position: under;}
.basic_bd01_view .view_btn_box .back{position: relative;width: 72px; height: 72px; border:1px solid var(--bg01); border-radius:10px;}
.basic_bd01_view .view_btn_box .back img{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);}
.basic_bd01_view .view_btn_box .back:hover{background: url(/images/sub/basic_bd01_icon06_2.png)center no-repeat var(--bg01);}
.basic_bd01_view .view_btn_box .back:hover img{display: none;}

/* 사진갤러리&동영상게시판 */
.gallery_bd02 .con ul.img_li {display: flex; gap: 80px 2%; flex-wrap: wrap;}
.gallery_bd02 .con ul.img_li li {width: 32%;}
.gallery_bd02 .con ul.img_li li .img_wrap {position: relative; width: 100%; height: 0; overflow: hidden; margin: 0 auto; border-radius: 10px; padding-bottom: 65.559%;}
.gallery_bd02 .con ul.img_li li .img_wrap img {position: absolute; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; transition: all 0.2s linear; overflow: hidden;}
.gallery_bd02 .con ul.img_li li .img_wrap img:hover {transform: scale(1.1);}
.gallery_bd02 .con ul.img_li li .txt_wrap {margin-top: 20px;}
.gallery_bd02 .con ul.img_li li .txt_wrap span.month {font-size: 18px; color: #00a3cc; font-weight: 600;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 18px; color:#222; font-weight: 600;word-break: break-word;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 1px solid #ddd; font-size: 14px; color: #444; padding-top: 16px; margin-top: 16px;}
.gallery_bd02 .con ul.img_li {gap: 45px 2%;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 16px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 0; margin-top: 0; padding-top: 10px; font-size: 12px;}
.gallery_bd02 .search_box{display: flex; flex-direction: row-reverse; align-items: end;margin-bottom: 30px;}
.gallery_bd02 .search_box .search{display: flex;gap:10px;justify-content: end;}
.gallery_bd02 .search_box .search select{font-size: 16px; color: #222; width: 182px; height: 70px; border:1px solid #ddd; border-radius:50px; padding: 0px 54px 0px 30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 30px no-repeat;}
.gallery_bd02 .search_box .input_wrap{position: relative;}
.gallery_bd02 .search_box .input_wrap input{width: 558px; height: 70px;font-size: 16px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 74px 0px 40px;}
.gallery_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.gallery_bd02 .search_box .input_wrap button{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}


/* shopping cart */
.cart_bg{background:#E4E4E4; padding-block:30px; height:auto; display:flex; justify-content: center; align-items: center;}
.cart_wrap{display: flex; width: 1660px; min-width: 1200px; padding: 100px 0; flex-direction: column; align-items: center; gap: 80px; background:#fff;}
.tit_wrap h3{color: #333; font-family: Pretendard; font-size: 48px; font-style: normal; font-weight: 700; line-height: 48px;}

.item_wrap{display: flex; width:100%; max-width: 1280px; flex-direction: column; align-items: flex-start; gap: 10px;}
.item_list{width: 100%; max-width: 1280px; border-top: 2px solid #111;}
.item_list tr{text-align: center; border-bottom:1px solid #eee;}
.item_list tr th{padding:20px 0; color: #333; font-family: Pretendard; font-size: 12px; font-weight: 400; line-height: 14px; }
.item_list tr td{padding:15px 0; color: #333; font-family: Pretendard; font-size: 12px; font-weight: 400; line-height: 14px;}
.item_list .img_wrap{max-width:100px;}
.item_list .img_wrap img{width:100%; object-fit:cover;}
.item_list tr td:nth-child(3){padding:15px; text-align: left;}
.item_list tr td:nth-child(5),
.item_list tr td:nth-child(8){font-weight: 700;}
.item_list tr td:nth-child(6){color: #DA120D;}
.item_list tr td:nth-child(7){color: #067DFD;}
.item_list tr td span{font-weight:400;}


.num_check{width:100%; position: relative; display: inline-block; margin: 0 1px 0 0; text-align: left;}
.num_check a {width:25px; height: 28px; display: inline-block; border: 1px solid #ddd; float: left; line-height: 26px; text-align: center; font-size:12px; font-family: 'Roboto', 'Noto Sans KR', sans-serif; box-sizing: border-box; position: relative; left: 0; bottom: 0; text-decoration: none;}
.num_check input[type="tel"] {width: calc(100% - 50px); height: 28px; text-align: center; font-size: 12px; font-family: 'Roboto', 'Noto Sans KR', sans-serif; border: 1px solid #ddd; float: left; border-left: 0; border-right: 0; box-sizing: border-box;}

.btn02_wrap{display: flex; justify-content: space-between; align-items: center; align-self: stretch;}
.btn02_wrap button{color: #333; font-family: Pretendard; font-size: 12px; display: flex; padding: 10px 20px; justify-content: center; align-items: center; gap: 10px; border: 1px solid #CCC; background: #FFF;}

.price_wrap{width: 100%; max-width: 1280px; border-top: 2px solid #111;}
.price_wrap tr{text-align: center; border-bottom:1px solid #eee;}
.price_wrap tr th{padding: 20px 15px; font-family: Pretendard; color: #333; font-size: 12px; font-weight: 400; line-height: 14px;}
.price_wrap tr td{padding: 20px 15px; font-family: Pretendard; color: #333; font-size: 22px; font-weight: 700; line-height: 24px;}
.price_wrap tr td span{font-size:16px;}
.price_wrap tr td:nth-child(2){color: #DA120D;}
.price_wrap tr td:nth-child(3){color: #067DFD;}
.price_wrap tr td:last-child{position: relative;}
.price_wrap tr td:last-child::after{content:''; position: absolute; left:0; top: 50%; transform:translateY(-50%); background: url('/images/sub/equal_sign.svg')center no-repeat; background-size:cover; width: 30px; height:30px;}


.btn01_wrap{display: flex; align-items: flex-start; gap: 10px;}
.btn01_wrap button{display: flex; width: 200px; height: 60px; justify-content: center; align-items: center; color: #FFF; font-size: 14px; font-weight: 700;}
.btn01_wrap button:nth-child(1){border-radius: 5px; border: 1px solid #CCC; background: #FFF; color: #333;}
.btn01_wrap button:nth-child(2){border-radius: 5px; background: #F2AB00;}


/* shop list */
.shop_list_bg{background:#E4E4E4; padding-block:30px; height:auto; display:flex; justify-content: center; align-items: center;}
.shop_list_wrap{display: flex; width: 1660px; min-width: 1200px; padding: 100px 0; flex-direction: column; align-items: center; background:#fff;}
.tit_wrap h3{color: #333; font-family: Pretendard; font-size: 48px; font-style: normal; font-weight: 700; line-height: 48px;}

/* .cate_box {margin-top: 50px;} */
.cate_box ul {display: flex; gap:8px;}
.cate_box ul li {display: flex;width: 140px;padding: 10px 0;justify-content: center;align-items: center; border-radius: 25px;background: #F5F5F5;} 
.cate_box ul li a {color: #666;text-align: center;font-family: Pretendard;font-size: 16px;font-style: normal;font-weight: 500;line-height: 135%;}
.cate_box ul li.on {background: #008A48;}
.cate_box ul li.on a {color:#fff; font-weight: 700;}

.shop_list_wrap .grid_wrap {display: grid; grid-template-columns: repeat(4, 1fr); gap: 50px 20px; margin-top: 30px; margin-bottom: 30px;}
.shop_list_wrap .grid_wrap .grid_item {width:305px;}
.shop_list_wrap .grid_wrap .grid_item img {width: 305px; height: 305px; max-width: 305px; object-fit:cover;}
.shop_list_wrap .txt_wrap {margin-top: 12px;}
.shop_list_wrap .txt_wrap .review_box {display: flex; align-items: center; gap:4px;}
.shop_list_wrap .txt_wrap .review_box span {color: #999;font-family: Pretendard;font-size: 12px;font-style: normal;font-weight: 400;line-height: 12px;}
.shop_list_wrap .txt_wrap .tag_box {margin-top: 6px;}
.shop_list_wrap .txt_wrap .tag_box ul {display: flex; gap:6px;}
.shop_list_wrap .txt_wrap .tag_box ul li.best {display: flex;justify-content: center;align-items: center; padding: 6px 8px; border-radius: 2px;background: #FF4141; color: #FFF;font-family: Pretendard;font-size: 12px;font-style: normal;font-weight: 700;line-height: 100%;letter-spacing: -0.5px;}
.shop_list_wrap .txt_wrap .tag_box ul li.pop {display: flex;justify-content: center;align-items: center; padding: 6px 8px; border-radius: 2px;background: #FF7A27; color: #FFF;font-family: Pretendard;font-size: 12px;font-style: normal;font-weight: 700;line-height: 100%;letter-spacing: -0.5px;}
.shop_list_wrap .txt_wrap .name_box {margin-top: 12px;}
.shop_list_wrap .txt_wrap .name_box strong {color: #111;font-family: Pretendard;font-size: 16px;font-style: normal;font-weight: 400;line-height: 135%; /* 24.3px */letter-spacing: -0.5px;}
.shop_list_wrap .txt_wrap .price_box {margin-top: 12px;}
.shop_list_wrap .txt_wrap .price_box strong {color: #E63D3D;font-family: Pretendard;font-size: 18px;font-style: normal;font-weight: 700;line-height: 135%; margin-right: 6px;}
.shop_list_wrap .txt_wrap .price_box p {display: inline-block;color: #111;font-family: "Pretendard";font-size: 21px;font-style: normal;font-weight: 700;line-height: 135%;letter-spacing: -0.5px; margin-right: 10px;}
.shop_list_wrap .txt_wrap .price_box span {color: #999;font-family: Pretendard;font-size: 12px;font-style: normal;font-weight: 500;line-height: 135%;letter-spacing: -0.5px;text-decoration-line: line-through;}
.shop_list_wrap .txt_wrap .offer_box {margin-top: 6px;}
.shop_list_wrap .txt_wrap .offer_box p {display: inline-block; color: #666;font-family: Pretendard;font-size: 14px;font-style: normal;font-weight: 500;line-height: 135%;letter-spacing: -0.5px; margin-right: 6px;}
.shop_list_wrap .txt_wrap .offer_box em {color: #E63D3D;font-family: Pretendard;font-size: 14px;font-style: normal;font-weight: 700;line-height: 135%;letter-spacing: -0.5px;}
.shop_list_wrap .txt_wrap .category_box {margin-top: 6px;}
.shop_list_wrap .txt_wrap .category_box span {display: inline-flex; align-items: center; padding: 6px 8px; border-radius: 60px;background: #EC1D90; color: #FFF;font-family: Pretendard;font-size: 12px;font-style: normal;font-weight: 700;line-height: 100%;letter-spacing: -0.5px;}

ul.paging {display: flex;margin-top: 30px;}
ul.paging li {display: flex;width: 40px;height: 40px;justify-content: center;align-items: center;aspect-ratio: 1/1;}
ul.paging li a {color: #333;font-family: Pretendard;font-size: 16px;font-style: normal;font-weight: 400;line-height: 18px;}
/* ul.paging li.on {border-radius: 5px; background: #F2AB00;} */
ul.paging li.on a {color: #FFF; font-weight: 700;}

/* shop list view */
.shop_list_view_bg {background:#E4E4E4; padding-block:30px; height:auto; display:flex; justify-content: center; align-items: center;}
.shop_list_view_wrap {display: flex; width: 1660px; min-width: 1200px; padding: 100px 0; flex-direction: column; align-items: center; background:#fff;}
.shop_list_view_wrap .product_wrap {width: 1280px; display: flex; gap:80px;}

.shop_list_view_wrap .img_wrap {display: flex; gap:20px;}
.shop_list_view_wrap .mainSwiper {width: 640px; height: 640px;}
.shop_list_view_wrap .mainSwiper img {width:640px; height:640px;}
.shop_list_view_wrap .thumbSwiper {width: 80px; height: 640px;}
.shop_list_view_wrap .thumbSwiper .swiper-wrapper {flex-direction: column;}
.shop_list_view_wrap .thumbSwiper .swiper-slide {height: 80px; cursor: pointer; margin-bottom: 13.33px;}
.shop_list_view_wrap .thumbSwiper .swiper-slide img {width:80px; height:80px;}

.shop_list_view_wrap .txt_wrap .review_box span.score {color: #333;font-family: Pretendard;font-size: 12px;font-style: normal;font-weight: 400;line-height: 12px; text-decoration: none;}
.shop_list_view_wrap .txt_wrap .review_box span {color: #999;font-family: Pretendard;font-size: 12px;font-style: normal;font-weight: 400;line-height: 12px;text-decoration-line: underline;}
.shop_list_view_wrap .txt_wrap .review_box span.line {margin-left: 8px; margin-right: 8px;}
.shop_list_view_wrap .txt_wrap .name_box {margin-top: 10px;}
.shop_list_view_wrap .txt_wrap .name_box strong {color: #333;font-family: Pretendard;font-size: 28px;font-style: normal;font-weight: 700;line-height: 135%;}
.shop_list_view_wrap .txt_wrap .explain_box {margin-top: 10px;}
.shop_list_view_wrap .txt_wrap .explain_box p {color: #666;font-family: Pretendard;font-size: 14px;font-style: normal;font-weight: 400;line-height: 135%;}
.shop_list_view_wrap .txt_wrap .price_box {display: flex; align-items: center; margin-top: 20px;}
.shop_list_view_wrap .txt_wrap .price_box p {display: inline-block; color: #F2AB00;font-family: Pretendard;font-size: 28px;font-style: normal;font-weight: 700;line-height: 135%; margin-right: 10px;}
.shop_list_view_wrap .txt_wrap .price_box span {color: #999;font-family: Pretendard;font-size: 14px;font-style: normal;font-weight: 400;line-height: 135%; text-decoration: line-through;}
.shop_list_view_wrap .txt_wrap .delivery_box {margin-top: 20px; margin-bottom: 20px;}
.shop_list_view_wrap .txt_wrap .delivery_box p {color: #999;font-family: Pretendard;font-size: 14px;font-style: normal;font-weight: 400;line-height: 135%;}
.shop_list_view_wrap .txt_wrap .pick_wrap {display: flex;padding: 20px 0;flex-direction: column;align-items: flex-start;gap: 15px; border-top: 1px solid #EEE;border-bottom: 1px solid #EEE;}
.shop_list_view_wrap .txt_wrap .pick_wrap select {display: flex;width:100%; height: 40px;padding: 0 15px;justify-content: space-between;align-items: center; border: 1px solid #EEE; }
.shop_list_view_wrap .txt_wrap .pick_wrap select option {color: #666;font-family: Pretendard;font-size: 12px;font-style: normal;font-weight: 400;line-height: 14px;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box {width:100%;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box .top_box {display: flex; justify-content: space-between; align-items: center; margin-bottom:15px;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box .top_box strong {color: #333;font-family: Pretendard;font-size: 14px;font-style: normal;font-weight: 400;line-height: 135%;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box .bot_box {display: flex; justify-content: space-between; align-items: center;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box .quantity_g {display: flex; border:1px solid #eee;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box .quantity_g div {display: flex;width: 30px;height: 30px;flex-direction: column;justify-content: center;align-items: center;flex-shrink: 0;aspect-ratio: 1/1; color: #333;font-family: Pretendard;font-size: 14px;font-style: normal;font-weight: 400;line-height: 16px; cursor:pointer;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box .quantity_g input[type="text"] {display: flex;width: 30px;height: 30px;flex-direction: column;justify-content: center;align-items: center;flex-shrink: 0;aspect-ratio: 1/1; color: #333;font-family: Pretendard;font-size: 14px;font-style: normal;font-weight: 400;line-height: 16px; text-align: center; border:none;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box .bot_box em {color: #333;font-family: Pretendard;font-size: 16px;font-style: normal;font-weight: 700;line-height: 18px; }
.shop_list_view_wrap .txt_wrap .all_price {display: flex; justify-content: space-between; align-items: center; margin-top: 20px;}
.shop_list_view_wrap .txt_wrap .all_price strong {color: #666;font-family: Pretendard;font-size: 16px;font-style: normal;font-weight: 700;line-height: 135%;}
.shop_list_view_wrap .txt_wrap .all_price p {display: inline-block;color: #F2AB00;font-family: Pretendard;font-size: 36px;font-style: normal;font-weight: 700;line-height: 135%;}
.shop_list_view_wrap .txt_wrap .btn_box {margin-top: 20px;}
.shop_list_view_wrap .txt_wrap .btn_box ul {display: flex; gap:10px;}
.shop_list_view_wrap .txt_wrap .btn_box ul li.shopbag {display: flex;height: 60px;justify-content: center;align-items: center;flex: 1 0 0; border-radius: 5px;border: 1px solid #CCC;}
.shop_list_view_wrap .txt_wrap .btn_box ul li.shopbag a {color: #333;font-family: Pretendard;font-size: 16px;font-style: normal;font-weight: 700;line-height: 135%;}
.shop_list_view_wrap .txt_wrap .btn_box ul li.buy {display: flex;height: 60px;justify-content: center;align-items: center;flex: 1 0 0; border-radius: 5px;background: #F2AB00;}
.shop_list_view_wrap .txt_wrap .btn_box ul li.buy a {color: #FFF;font-family: Pretendard;font-size: 16px;font-style: normal;font-weight: 700;line-height: 135%;}

.shop_list_view_wrap .tab_menu_wrap {width:1280px; margin-top: 100px;}
.shop_list_view_wrap .tab_menu_wrap ul {display: flex; border-top:1px solid #eee;}
.shop_list_view_wrap .tab_menu_wrap ul li {display: flex;justify-content: center;align-items: center; padding:40px 0; flex: 1 0 0; border-bottom:1px solid #eee;}
.shop_list_view_wrap .tab_menu_wrap ul li a {color: #333;font-family: Pretendard;font-size: 16px;font-style: normal;font-weight: 700;line-height: 135%;}
.shop_list_view_wrap .tab_menu_wrap ul li.on {border-bottom: 2px solid #F2AB00;}
.shop_list_view_wrap .tab_menu_wrap ul li.on a {color: #F2AB00;}

.shop_list_view_wrap .tab_con_wrap {width:1280px;}
.shop_list_view_wrap .tab_con_wrap .con {padding-block: 60px;} 
.shop_list_view_wrap .tab_con_wrap .con01 {max-height: 640px; overflow: hidden; transition: max-height 0.5s ease; position: relative;}
.shop_list_view_wrap .tab_con_wrap .con01:after {content:""; position: absolute;	bottom:0; left:0; width:100%; height:146px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%); z-index: 10;}
.shop_list_view_wrap .tab_con_wrap .con01 img {display: block; margin:0 auto;}
.shop_list_view_wrap .tab_con_wrap .btn_more {display: flex;width: 380px;height: 60px;justify-content: center;align-items: center;gap: 20px; border-radius: 5px; border: 1px solid #CCC; background: #FFF; color: #333;font-family: Pretendard;font-size: 16px;font-style: normal;font-weight: 700;line-height: 135%; margin: 20px auto 0;}

.shop_list_view_wrap .tab_con_wrap .con02 h3 {color: #333;font-family: Pretendard;font-size: 28px;font-style: normal;font-weight: 700; padding-bottom: 20px; border-bottom: 2px solid #333;}
.shop_list_view_wrap .tab_con_wrap .con02 .score_wrap { display:flex; padding: 32px 0; border-bottom: 1px solid #ccc;}
.shop_list_view_wrap .tab_con_wrap .con02 .score_wrap .left_box {width: 30%; border-right: 1px solid #ccc;}
.shop_list_view_wrap .tab_con_wrap .con02 .score_wrap .star_box {display:flex; align-items: center; justify-content: center;}
.shop_list_view_wrap .tab_con_wrap .con02 .score_wrap .star_box strong {margin-left: 4px; font-size: 48px; font-weight: 600; line-height: 72px; color: #222; vertical-align: bottom;}
.shop_list_view_wrap .tab_con_wrap .con02 .score_wrap p {margin-top: 8px; font-size: 12px; line-height: 24px; text-align: center; color: #222;}
.shop_list_view_wrap .tab_con_wrap .con02 .score_wrap .review_btn {display: flex;width: 160px;height: 40px;justify-content: center;align-items: center;border-radius: 5px;background: #F2AB00; color: #FFF;font-family: Pretendard;font-size: 12px;font-style: normal;font-weight: 700;line-height: 135%; margin: 25px auto 0;}
.shop_list_view_wrap .tab_con_wrap .con02 .right_box {width:70%; padding-left: 60px; vertical-align: top; box-sizing: border-box;}
.shop_list_view_wrap .tab_con_wrap .con02 .right_box ul li {display:flex; margin-top: 20px;}
.shop_list_view_wrap .tab_con_wrap .con02 .right_box ul li:first-child {margin-top: 0;}
.shop_list_view_wrap .tab_con_wrap .con02 .right_box ul li .title {display: inline-block; width: 70px; margin-right: 12px; font-size: 12px; font-weight: 600; line-height: 18px; color:#222;}
.shop_list_view_wrap .tab_con_wrap .con02 .right_box ul li .gauge {display: inline-block; width: calc(100% - 158px); height: 12px; margin: 3px 0; border-radius: 8px; background-color: #F8F8F8;}
.shop_list_view_wrap .tab_con_wrap .con02 .right_box ul li .gauge .per {background-color: #F2AB00; height: 100%; border-radius: 30px;}
.shop_list_view_wrap .tab_con_wrap .con02 .right_box ul li .count {display: inline-block; width: 60px; margin-left: 12px; font-size: 12px; font-weight: 600; line-height: 18px; color:#222;}
.shop_list_view_wrap .tab_con_wrap .con02 .sort {border-bottom: 1px solid #ccc;}
.shop_list_view_wrap .tab_con_wrap .con02 .sort ul {display:flex; margin-left: 12px;}
.shop_list_view_wrap .tab_con_wrap .con02 .sort ul li {cursor: pointer; display: inline-block; padding: 22px 12px; font-size: 12px; line-height: 20px; color:#888;}
.shop_list_view_wrap .tab_con_wrap .con02 .sort ul li.on {color:#222; font-weight: 600;}
.shop_list_view_wrap .tab_con_wrap .con02 .filter {position: relative; border-bottom: 1px solid #ccc;}
.shop_list_view_wrap .tab_con_wrap .con02 .filter ul.filter_list {display:flex; margin-left: 12px;}
.shop_list_view_wrap .tab_con_wrap .con02 .filter ul.filter_list li {display:flex;  justify-content: center; align-items: center; gap:6px; padding: 12px 12px; margin:12px 4px; font-size: 12px; border-radius: 4px; border: solid 1px #ccc; cursor: pointer;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list {display: flex; justify-content: space-between; padding: 32px 0; border-bottom: 1px solid #ccc; margin-left:12px;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .star_wrap img {width:20px; height:20px; fill:#222;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .score_box {display:flex; align-items: center; gap:10px; justify-content: space-between;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .score_box .left_top {display:flex; align-items: center; gap:10px; }
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .score_box .left_top strong {color: #333;font-family: Pretendard;font-size: 18px;font-style: normal;font-weight: 700;line-height: 135%;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .score_box .right_top span {font-size: 13px; display: inline-block; color: #888;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .content {margin-top: 20px;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .content .txt {margin-top: 5px; margin-bottom: 10px; color:#222; font-size: 12px;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .content .thumb_wrap {display: flex; gap:10px; margin-top: 20px;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .content .thumb_wrap .thumb {display: flex; align-items: flex-start; gap:5px;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .content .thumb_wrap .thumb_up .thumb_icon{background: url('/images/sub/thumb-up.png')center no-repeat; background-size:cover; width: 20px; height: 20px;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .content .thumb_wrap .thumb_down .thumb_icon{background: url('/images/sub/thumb-down.png')center no-repeat; background-size:cover; width: 20px; height: 20px;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .content .thumb_wrap span {font-size: 13px; font-weight: 600;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .left {flex:1 0 0;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .right {width:400px; display: flex; align-items: center; padding-left: 60px; margin-left: 60px; border-left:1px solid #ccc;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .right p {color: #333;font-family: Pretendard;font-size: 14px;font-style: normal;font-weight: 400;line-height: 135%;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .right p span {font-weight: 700;}

.popup-box {position: absolute;top: 60px;left: 16px;width: 320px;background: #fff;border: 1px solid #ddd;border-radius: 12px;box-shadow: 0 4px 10px rgba(0,0,0,0.1);padding: 20px 16px;z-index: 100;display: none;}
.popup-box.option-popup{left: 88px;}
.popup-inner p {margin-bottom: 12px; font-weight: 500;}
.popup-inner ul {max-height: 320px;overflow-y: auto;padding: 0;margin: 0 0 12px 0;list-style: none;}
.popup-inner li {display: flex;justify-content: space-between;align-items: center;padding-block: 15px;border-bottom: 1px solid #eee;}
.stars {font-family: sans-serif;margin-right: 8px;width: 115px;display: inline-block;}
.popup-close {width: 100%;background: #F2AB00;color: #fff;padding: 8px;border: none;border-radius: 6px;cursor: pointer;}