/* 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');
}


/* 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:#7d7d7d;} 
input, select, textarea, button{vertical-align:middle;}
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

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

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

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


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

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

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


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


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

:root{
	--bg01: #2bacf0;
	--co01: #1D2F11;
	--co02: #669E3B;
}

.center{text-align:center;}
.tab_img{display: none;}
.mob_img{display: none;}

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

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

.bg-wrap{background: url('/images/main/main_bg.png')center no-repeat; background-size:cover;}


/* quick */
.quick_wrap{display: none;}


/* tit */
.tit_wrap h3{font-size: 48px; line-height: 1.4; word-break:keep-all;}
.tit_wrap h3 span{display: block;}
.tit_wrap p{margin-top: 20px; font-size: 20px; line-height: 1.4; word-break:keep-all;}


#header .h_con{display: flex; align-items: center; gap:30px;}
#header .h_con a{display: flex; align-items: center; justify-content: center; width: 50px; border:1px solid #fff; border-radius:50%; aspect-ratio:1; background: rgba(255, 255, 255, 0.50);}


/* header */
#header{position: absolute; top: 0; left: 0; width: 100%; z-index: 5000; transition: all 0.4s ease;}
#header .inner{display: flex; align-items: center; justify-content: space-between;}
#header h1 a{display: block; background: url('/images/main/main_logo.png')center no-repeat; background-size:cover; width: 120px; height: 80px;}
#header .h_con{display: flex; align-items: center; gap:30px;}
#header .h_con a{display: flex; align-items: center; justify-content: center; width: 50px; border:1px solid #fff; border-radius:50%; aspect-ratio:1; background: rgba(255, 255, 255, 0.50);}
#header.on{background: #fff;}
#header.on h1 a{display: block; background: url('/images/main/main_logo_on.png')center no-repeat; background-size:cover; width: 120px; height: 80px;}
#header.on .h_con a{border:1px solid #ddd;}
#header.on .h_con a:last-child img{content: url('/images/main/header_icon03_on.png');}

#header.fixed{position: fixed; background: #fff;}
#header.fixed h1 a{display: block; background: url('/images/main/main_logo_on.png')center no-repeat; background-size:cover; width: 120px; height: 80px;}
#header.fixed .h_con a{border:1px solid #ddd;}
#header.fixed .gnb > li > a{color: #222;}
#header.fixed .h_con a:last-child img{content: url('/images/main/header_icon03_on.png');}

#header .h-right{display: flex; gap:30px; align-items: center;}
#header .search_btn {background: url(/images/sub/header_search_pc.png) center no-repeat;background-size: cover;width: 34px;height: 34px;}
#header.on .search_btn {background: url(/images/sub/sub_header_search_pc.png) center no-repeat;background-size: cover;width: 34px;height: 34px;}

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

/* gnb */
#header .gnb{display: flex;}
#header .gnb > li{position: relative;}
#header .gnb > li > a{display: block; font-size: 18px; color: #fff; padding: 50px 60px; white-space: nowrap;}
#header.on .gnb > li{text-align: center;}
#header.on .gnb > li >a{color: #222;}
#header.on .gnb > li.on > a{color: var(--co01);}
.gnb-wrap .gnbBg{overflow:hidden; position:absolute; left:0; top: 118px; width:100%; height:0; background: #fff; z-index:98;opacity:0;transition:height 0.3s ease-in-out, opacity 0.2s ease-in-out;}
.gnb-wrap .gnbBg:after{position:absolute; width:100%; left:0; height:1px; background-color:#ddd; content:"";}
.gnb-wrap.on .gnbBg{height:240px; opacity:1.0; filter:Alpha(opacity=100);}
.gnb-wrap .gnb .gnb-2dep{position:absolute; top:120px; 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;}
.gnb-wrap .gnb .gnb-2dep > ul{padding-block:30px;}
.gnb-wrap .gnb .gnb-2dep > ul > li{text-align: center;}
.gnb-wrap .gnb .gnb-2dep > ul > li:not(:last-child){margin-bottom: 20px;}
.gnb-wrap .gnb .gnb-2dep > ul > li  > a{font-size: 15px; color: #222; transition:.3s ease-in-out; white-space: nowrap;}
.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;}


/* visual */
#visual_wrap{position: relative; height: 90vh;}
#visual_wrap .inner{display: flex; align-items: center; height: 100%;}
#visual_wrap .txt_wrap{display: flex; flex-direction: column; align-items: flex-start; gap:30px; width: 100%; color: #fff; margin-top: 150px;}
#visual_wrap .txt_wrap h2{font-size: 60px; line-height: 1.2; text-shadow: 0 0 8px rgba(0,0,0,0.5);}
#visual_wrap .txt_wrap h2 span{display: block;}
#visual_wrap .txt_wrap h2 b{color:#B8F26C;}
#visual_wrap .txt_wrap p{font-size: 20px; line-height: 1.4; text-shadow: 0 0 8px rgba(0,0,0,0.5);}
#visual_wrap .txt_wrap .line{width: 50px; height: 3px; background: #fff;}


/* sec01 */
#sec01 .tit_wrap{text-align: center; color: #fff;}
#sec01 .pro_wrap{margin-top: 80px; padding-inline: 2.5%; overflow: hidden;}
#sec01 .pro_wrap .item .img_box{display: block; overflow: hidden;}
#sec01 .pro_wrap .item img{width: 100%; aspect-ratio:0.8075 / 1; object-fit:cover; transition: transform .3s ease;}
#sec01 .pro_wrap .item a{display: block;}
#sec01 .pro_wrap .item p{margin-top: 20px; font-size: 20px; color: #fff; text-align: center;}
#sec01 .pro_wrap .item:hover img{transform:scale(1.05);}
#sec01 .proSlide{overflow: visible;}
#sec01 .proSlide .swiper-button-prev{left: -2.5%;}
#sec01 .proSlide .swiper-button-next{right: -2.5%;}
#sec01 .proSlide .swiper-button-prev, #sec01 .proSlide .swiper-button-next{top: 40%; width: 20px; color: #fff; margin-top: 0;}

/* sec02 */
#sec02{padding-top: 150px;}
#sec02 .inner{display: flex; align-items: center; justify-content: space-between; gap:5.2083vw;}
#sec02 .tit_wrap{color: #fff;}
#sec02 .img_wrap{position: relative; z-index: 1; flex:1 0 51%; width:700px; }
#sec02 .img_wrap::after{content:''; position: absolute; top: 30px; right: -30px; width: 100%; height: 100%; background: #0C1704; filter: blur(8.25px); z-index: -1;}
#sec02 .img_wrap iframe{width: 100%;height: 400px;}


/* sec03 */
#sec03 .step_wrap{display: flex; flex-direction: column; gap:100px; padding-top: 170px;}
#sec03 .step_box{display: flex; align-items: center; justify-content: space-around; gap:5.208vw;}
#sec03 .step_box.rever{flex-direction: row-reverse;}
#sec03 .step_box .img{position: relative; z-index: 1;}
#sec03 .step_box .img::after{content:''; position: absolute; right: -30px; bottom: -30px; width: 100%; height: 100%; border-radius: 50px 0; border: 1px solid #FFF; z-index: -1;}
#sec03 .info_wrap{display: flex; flex-direction: column; align-items: flex-start; gap:30px; color: #fff;}
#sec03 .info_wrap strong{font-size: 150px; color: #FFF; opacity: .2;}
#sec03 .info_wrap h4{font-size: 40px;}
#sec03 .info_wrap p{font-size: 25px; line-height: 1.4; word-break:keep-all;}
#sec03 .info_wrap .more_btn{padding: 11px 25px; font-size: 20px; color: #ddd; border:1px solid #fff; border-radius:30px; transition: all .3s ease;}
#sec03 .info_wrap .more_btn:hover{background: #fff; color: #666; transition: all .3s ease;}
#sec03 .step_box.rever .img::after{right: auto; left: -30px;}


/* sec04 */
#sec04{padding-top: 150px;}
#sec04 .inner{display: flex; align-items: center; justify-content: space-between;}
#sec04 .tit_wrap{position: relative; padding-block: 15%; color: #fff;}
#sec04 .tit_wrap h3{position: relative; z-index: 1; font-size: 45px;}
#sec04 .tit_wrap p{margin-top: 30px; font-size: 20px; line-height: 1.4;}
#sec04 .tit_wrap p span{display: block;}
#sec04 .tit_wrap .logo_img{position: absolute; top: 0; left: -35%; z-index: 0;}
#sec04 .map_wrap{position: relative;}
#sec04 .map_wrap .map_img img{width: 100%;}
#sec04 .map_wrap .map_box{position: absolute;}
#sec04 .map_wrap .map_box.active{z-index: 9000;}
#sec04 .map_wrap .map_box .dot{position: relative; width: 25px; height: 25px; background: #5FA13180; border-radius:50%; z-index: 1; cursor:pointer; transition: all .3s ease;}
#sec04 .map_wrap .map_box .dot:hover{background: #5fa131d4;}
#sec04 .map_wrap .map_box .dot::before{content:''; position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); width: 9px; height: 9px; background: #385B20; border-radius:50%;}
#sec04 .map_wrap .map_box .pop_info{display: none; position: absolute; left: 40px; top: -100%; width: 190px; padding: 20px; border-radius: 20px; border: 1px solid #385B20; background: #FFF; box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.25); z-index: 100;}
#sec04 .map_wrap .map_box .pop_info h4{font-size: 18px; color: var(--co01); text-align: center; line-height: 1.3;} 
#sec04 .map_wrap .map_box .pop_info .info{margin-top: 10px; text-align: center;}
#sec04 .map_wrap .map_box .pop_info .info p{font-size: 16px; color: var(--co01); word-break:keep-all;}
#sec04 .map_wrap .map_box .pop_info .info p:not(:first-child){margin-top: 10px;}
#sec04 .map_wrap .map_box:hover{z-index: 9000;}
#sec04 .map_wrap .map_box:hover .pop_info{display: block;}
#sec04 .map_wrap .map_box.active .pop_info {display: block;}

#sec04 .map_wrap .map_box.box01{top: 22%; left: 27.5%;}
#sec04 .map_wrap .map_box.box02{top: 49%; left: 48%;}
#sec04 .map_wrap .map_box.box02 .dot{ background: #F3D60080;}
#sec04 .map_wrap .map_box.box02 .dot:hover{background: #EDD954d4;}
#sec04 .map_wrap .map_box.box02 .dot::before{background: #F3B200;}
#sec04 .map_wrap .map_box.box03{top: 74%; left: 31%;}
#sec04 .map_wrap .map_box.box03 .dot{ background: #4F9DFE70;}
#sec04 .map_wrap .map_box.box03 .dot:hover{background: #A8BFDBd4;}
#sec04 .map_wrap .map_box.box03 .dot::before{background: #0072FF;}
#sec04 .map_wrap .map_box.box04{top: 45%; left: 60.5%;}



/* rolling */
#rolling {overflow: hidden; padding-block:130px 50px;}
#rolling .marquee {overflow: hidden;}
#rolling .marquee:not(:first-child){margin-top: 30px;}
#rolling .track {--dur: 40s;display: flex;gap: 20px;width: max-content;will-change: transform;animation: marquee var(--dur) linear infinite;}
#rolling .marquee[data-reverse="1"] .track { animation-name: marquee-rev; }
#rolling .item{height: 50px; padding: 5px 10px; background: #fff;}
#rolling .item img {display:block; height:100%; width:100%; object-fit: contain;} 
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes marquee-rev {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}

.marquee:hover .track {animation-play-state: paused;}


/* footer */
#footer{padding-block:50px; background: #111;}
#footer .inner{display: flex; justify-content: space-between;}
#footer .info_wrap .add{display: flex; align-items: center; gap: 5px; font-size: 16px; color: #999;}
#footer .info_wrap .add:not(:first-child){margin-top: 15px;}
#footer .info_wrap .add .line{display: block; width: 1px; height: 12px; background: #999;}
#footer .info_wrap .copy{margin-top: 20px; font-size: 16px; color: #666;}


/* ===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: 60px; color: #fff; font-weight: 700;}
#sub_visual_wrap .txt_wrap ul.sub_nav{display: flex; align-items: center; gap:35px; margin-bottom: 20px;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 18px; color: #fff; 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%);}


#sub_contents{padding-block:120px;}
#sub_contents.inner_none > .inner{max-width:100%; width: 100%;}
.contop{margin-bottom: 80px;}
.contop h3{font-size: 40px; color: #222; text-align: center;}

ul.paging01 {display: flex; justify-content: center; gap:10px; margin-top: 80px;}
ul.paging01 li {display: flex; align-items: center; justify-content: center; width:45px; height:45px; border-radius:50%; border:1px solid #ccc; background: #fff;}
ul.paging01 li a {color: #222;text-align: center;font-size: 14px;font-weight: 500;}
ul.paging01 li.on {background: #669E3B;}
ul.paging01 li.on a {color:#fff;}

/* sub0101 */
.sub0101_wrap .con:not(:first-child){margin-top: 100px;}
.sub0101_wrap .con01{display: flex; align-items: flex-start; gap:7.8125vw; width: calc(100% - 260px); margin-right: auto;}
.sub0101_wrap .con01 .img_box{position: relative; width: 41vw; flex-shrink: 0;}
.sub0101_wrap .con01 .img_box::after{content:''; position: absolute; right: -10%; top: 0; width: 2px; height: 100%; background: #ddd;}
.sub0101_wrap .con01 .img_box::before{content:''; position: absolute; right: -10%; top: 50%; transform:translateY(-50%); width: 2px; height: 20%; background: #005B91; z-index: 5;}
.sub0101_wrap .con01 .img_box img{width: 100%;}
.sub0101_wrap .con02 img{width: 100%;}
.sub0101_wrap .greeting_wrap{display: flex; flex-direction: column; gap:20px; width: 42vw;}
.sub0101_wrap .greeting_wrap strong{font-size: 25px; color: rgba(0, 91, 145, 0.95);}
.sub0101_wrap .greeting_wrap p{font-size: 20px; color: #222; line-height: 1.6; word-break:keep-all;}
.sub0101_wrap .greeting_wrap p:last-child{text-align: right;}
.sub0101_wrap .greeting_wrap ul li{font-size: 20px; color: #222; line-height: 1.6;}

.sub0101_wrap .con03 .greeting_wrap{width: 100%;}


/* sub0102 */
.sub0102_wrap .sec02{margin-top: 100px;}
.sub0102_wrap .history-con-wrap {position: relative;}
.sub0102_wrap .history-con {position: relative;width: 100%;}
.sub0102_wrap .history-line {position: absolute;top: 10px;left: 50%;width: 1px;height: 94%;background: #ddd;transform: translateX(-50%);z-index: 1;}
.sub0102_wrap .scroll-point {width: 13px;height: 13px;background: #E60012;border-radius: 50%;position: absolute;bottom:-10px;left: 50%;transform: translate(-50%, -50%);}
.sub0102_wrap .scroll-point::after{content:''; position: absolute; width: 40px; height: 40px; background: #E60012; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius:50%;}
.sub0102_wrap .history-items {list-style: none;padding: 0;margin: 0;}
.sub0102_wrap .history-item {position: relative;width: 50%; padding-inline: 40px; box-sizing: border-box;}
.sub0102_wrap .history-item:not(:first-child){margin-top: 80px;}
.sub0102_wrap .history-item.left {left: 0;text-align: right;}.history-item.right {left: 50%;text-align: left;}
.sub0102_wrap .sec02 .date_info{display: flex; gap:40px; padding-top: 20px;}
.sub0102_wrap .sec02 .history-item.left .date_info{flex-direction: row-reverse;}
.sub0102_wrap .sec02 .year {position: relative; font-size: 30px;color: #669E3B;}
.sub0102_wrap .sec02 .history-item.right .year::before{content:''; position: absolute; left: -42.5px; top: 50%; transform:translateY(-50%); width: 7px; height: 7px; background: #669E3B; border-radius:50%; z-index: 50;}
.sub0102_wrap .sec02 .history-item.left .year::before{content:''; position: absolute; right: -43px; top: 50%; transform:translateY(-50%); width: 7px; height: 7px; background: #669E3B; border-radius:50%; z-index: 50;}
.sub0102_wrap .sec02 .date {min-width: 3.3854vw; flex-shrink:0; font-size: 18px; font-weight: 600; display: block; color: #222;}
.sub0102_wrap .sec02 .date_info ul{font-size: 18px; color: #444;}
.sub0102_wrap .sec02 .date_info ul li{display: flex; line-height: 1.4; word-break:keep-all;}
.sub0102_wrap .sec02 .date_info ul li:not(:last-child){margin-bottom: 15px;}
.sub0102_wrap .sec02 .history-item.left .date_info ul li{flex-direction: row-reverse;}

/* sub0103 */
.sub0103_wrap h3{font-size:25px; color:#222; font-weight: 700; position: relative; padding-left: 45px;	}
.sub0103_wrap h3::before{position: absolute; content:''; background:url(/images/sub/h3_tit_img.png) ; background-size:cover; width:25px; height: 25px; border-radius:25px;top:0; left:0;}
.sub0103_wrap .relas_wrap{display:grid; grid-template-columns: repeat(5, 1fr); gap:40px 20px; margin-top: 30px;}
.sub0103_wrap .relas_wrap .item {display: flex; flex-direction: column; align-items: center; justify-content: center; gap:20px;}
.sub0103_wrap .relas_wrap .item .logo_box{border:1px solid #ddd;width:100%; height:100px;}
.sub0103_wrap .relas_wrap .item .logo_box img{width:100%; height:100%; object-fit:contain;}
.sub0103_wrap .relas_wrap .item strong.tit{color: #444;text-align: center;font-size: 20px;font-weight: 500;}
.sub0103_wrap .sec02{margin-top: 100px;}

/* sub0104 */
.sub0104_wrap ul{display: grid;grid-template-columns: repeat(4, 1fr);gap:70px 40px;}
.sub0104_wrap ul li{width: 100%}
.sub0104_wrap ul li a{display: block;}
.sub0104_wrap ul li a .img_wrap{position: relative;border-radius: 5px;background:#f4f4f4;}
.sub0104_wrap ul li a .img_wrap .line_box{display: flex;opacity: 0;transition:.3s;position: absolute;align-items: center;justify-content: center;left: 0;top: 0;width: 100%;height: 100%;border-radius: 5px;border: 5px solid #669E3B;}
.sub0104_wrap ul li a:hover .img_wrap .line_box{opacity: 1;}
.sub0104_wrap ul li a .img_wrap .line_box .ico{display: flex;align-items: center;justify-content: center;width: 80px;height: 80px;border-radius: 50%;background: #669E3B;}
.sub0104_wrap ul li a .img_wrap .line_box .ico img{width: 20px;}
.sub0104_wrap ul li a .img_wrap .img_box{width: 100%;margin: 0px auto;}
.sub0104_wrap ul li a .img_wrap .img_box .img{position: relative; width: 100%;height: 0;padding-top: 143%;}
.sub0104_wrap ul li a .img_wrap .img_box .img img{position: absolute; top: 0;left: 0;bottom: 0;right: 0;width: 100%;height: 100%;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);}
.sub0104_wrap ul li a p{margin-top: 30px;line-height: 1.4;text-align: center;font-size: 16px;color: #222;font-weight: 500;}

.sub0104_wrap .pop_wrap{display: none;position: fixed;width: 100%;height: 100%;left: 0;top: 0;}
.sub0104_wrap .pop_wrap .pop_bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);z-index: 6000;}
.sub0104_wrap .pop_wrap .pop_box{position: absolute;left: 50%;top: 50%;transform:translate(-50% , -50%) scale(.7);z-index: 7000;transition:.5s;opacity: 0;}
.sub0104_wrap .pop_wrap.on .pop_box{opacity: 1;transform:translate(-50% , -50%) scale(1);}
.sub0104_wrap .pop_wrap .pop_box .btn_box{display: flex;justify-content: flex-end;margin-bottom: 15px;}
.sub0104_wrap .pop_wrap .pop_box .btn_box button img{width: 25px;}
.sub0104_wrap .pop_wrap .pop_box .img_box img{max-height: 720px;min-height: 720px;}
.sub0104_wrap .pop_wrap .pop_box p{font-size: 15px;color: #fff;line-height: 18px;margin-top: 15px;}


/* sub0105_wrap */
.sub0105_wrap {padding-bottom: 180px; position: relative;}
.sub0105_wrap .map_wrap{  border:1px solid #ddd;}
.sub0105_wrap .root_daum_roughmap_landing{height:450px; width:100%;}
.sub0105_wrap .root_daum_roughmap_landing .wrap_map{height:450px; width:100%;}
.sub0105_wrap .map_info{ position: absolute; left: 50%;transform: translate(-50%, -80px); z-index: 50;width: 1200px; margin:0 auto; border-radius: 20px; background: #FFF;box-shadow: 4px 4px 6.8px 0 rgba(0, 0, 0, 0.15); padding: 40px 80px; display: flex; gap:80px; justify-content: space-between;align-items: center;}
.sub0105_wrap .map_info .info_wrap ul.loc_list{ display: grid; grid-template-columns: repeat(2, 1fr); gap:20px 30px;}
.sub0105_wrap .map_info .info_wrap ul.loc_list li{display: flex; gap:15px; align-items: center;}
.sub0105_wrap .map_info .info_wrap ul.loc_list li p{color: #222;font-size: 18px;font-weight: 400;line-height: 1.3;}

/* sub02 */
.sub02_wrap .product_wrap ul {display:flex; flex-wrap: wrap; gap:20px;}
.sub02_wrap .product_wrap ul li {width:32%; margin-bottom: 20px;}
.sub02_wrap .product_wrap ul li:last-child {margin-bottom: 0;}
.sub02_wrap .product_wrap ul li a {display: flex; flex-direction: column; justify-content: center; align-items: center; gap:20px; padding:30px 60px; border-radius: 30px; transition: all 0.3s ease;}
.sub02_wrap .product_wrap ul li a:hover {border: 1px solid #669E3B; box-shadow: 0 4px 8.3px 0 #669E3B;}
.sub02_wrap .product_wrap ul li a .img_box img {width: 360px; height: 261px; object-fit:contain; border-radius: 20px; border: 1px solid #CCC; }
/* .sub02_wrap .product_wrap ul li a .img_box,
.sub02_wrap .product_wrap ul li a .txt_box {width:100%;} */
.sub02_wrap .product_wrap ul li a .txt_box {text-align: center;}
.sub02_wrap .product_wrap ul li a .txt_box strong {color: #222;font-size: 30px;font-weight: 700;letter-spacing: -0.418px;}
.sub02_wrap .product_wrap ul li a .txt_box p {color: #555;font-size: 20px; line-height: 135%; letter-spacing: -0.418px; margin-top: 20px; word-break:keep-all;}
.sub02_wrap .product_wrap ul li a .txt_box table {width:100%; border-collapse: separate; border-spacing: 0; overflow: hidden; border-radius:20px; border:1px solid #ddd; margin-top: 50px;}
.sub02_wrap .product_wrap ul li a .txt_box table th {min-width:150px; background: #669E3B; color: #FFF;font-size: 20px;font-weight: 500;line-height: 35px;letter-spacing: -0.418px; border-bottom:1px solid #ddd; word-break:keep-all;}
.sub02_wrap .product_wrap ul li a .txt_box table td {padding: 5px 20px; color: #444;font-size: 18px;line-height: 35px;letter-spacing: -0.418px; border-bottom:1px solid #ddd;}
.sub02_wrap .product_wrap ul li a .txt_box table tr:last-child th, .sub02_wrap .product_wrap ul li a .txt_box table tr:last-child td {border-bottom:0;}

/* sub02_view */
.sub02_view_wrap .product_wrap .info_box {display: flex; justify-content: center; align-items: flex-start; gap:80px; padding:30px 60px; border-radius: 30px; transition: all 0.3s ease;}
.sub02_view_wrap .product_wrap .slide_wrap{width: 50%; padding: 10px; border-radius: 20px; border: 1px solid #CCC; flex: 1 0 0; height: 405px; overflow: hidden;}
.sub02_view_wrap .product_wrap .slide_wrap .swiper,.sub02_view_wrap .product_wrap .slide_wrap .swiper-wrapper,.sub02_view_wrap .product_wrap .slide_wrap .swiper-slide{height: 100%;}
.sub02_view_wrap .product_wrap .slide_wrap img{width: 100%; height:100%; object-fit:contain; display: block;}
.sub02_view_wrap .product_wrap .txt_box {flex: 1 0 0; min-width:360px;}
.sub02_view_wrap .product_wrap .txt_box strong {color: #222;font-size: 35px;font-weight: 700;letter-spacing: -0.418px;}
.sub02_view_wrap .product_wrap .txt_box p {color: #555;font-size: 25px;letter-spacing: -0.418px; margin-top: 20px; word-break:keep-all;}
.sub02_view_wrap .product_wrap .txt_box span {display: block; color: #444;font-size: 18px;line-height: 35px;letter-spacing: -0.418px; word-break:keep-all; margin-top: 30px;}
.sub02_view_wrap .product_wrap .txt_box .download_box {display: flex; flex-direction: column; justify-content: center; align-items: center; width:100%; padding:25px 0; border-radius: 20px; background: rgba(95, 161, 49, 0.05); margin-top: 30px;}
.sub02_view_wrap .product_wrap .txt_box .download_box strong {color: #222;font-size: 18px;font-weight: 600;line-height: 20px;letter-spacing: -0.418px;}
.sub02_view_wrap .product_wrap .txt_box .download_box p {color: #444;font-size: 14px;line-height: 20px;letter-spacing: -0.418px; margin-top: 5px;}
.sub02_view_wrap .product_wrap .txt_box .download_box ul {display: flex; gap:30px; margin-top: 25px;}
.sub02_view_wrap .product_wrap .txt_box .download_box ul li {display: flex; justify-content: center; align-items: center; padding:8px 35px; border-radius: 30px; border: 1px solid #669E3B; } 
.sub02_view_wrap .product_wrap .txt_box .download_box ul li a {display: flex; align-items: center; gap:10px; color: #669E3B;font-size: 16px;font-weight: 600;line-height: 20px;letter-spacing: -0.418px;}
.sub02_view_wrap .product_wrap .txt_box .download_box ul li:hover {background: #669E3B;}
.sub02_view_wrap .product_wrap .txt_box .download_box ul li:hover a {color: #FFF;}
.sub02_view_wrap .product_wrap .txt_box .download_box ul li:hover a img{filter: brightness(10);}
.sub02_view_wrap .product_wrap .spec_box {margin-top: 80px;}
.sub02_view_wrap .product_wrap .spec_box table {width:100%; border-collapse: separate; border-spacing: 0; overflow: hidden; border-radius:20px 20px 0 0; text-align: left;}
.sub02_view_wrap .product_wrap .spec_box table thead {height:50px; background: #669E3B; }
.sub02_view_wrap .product_wrap .spec_box table thead th {padding:10px 50px; color: #FFF;font-size: 23px;font-weight: 700;line-height: 20px;letter-spacing: -0.418px;}
.sub02_view_wrap .product_wrap .spec_box table tbody th {height:50px; padding:10px 50px; background: #F7FAF4; color: #222;font-size: 18px;font-weight: 600;letter-spacing: -0.418px; border-left:1px solid #ccc; border-bottom:1px solid #ccc;}
.sub02_view_wrap .product_wrap .spec_box table tbody td {height:50px; padding:10px 50px; color: #444;font-size: 18px;letter-spacing: -0.418px; border-left:1px solid #ccc; border-bottom:1px solid #ccc;  border-right:1px solid #ccc;}
.sub02_view_wrap .product_wrap .feature_box {width:100%; border-radius: 20px 20px 0 0; border:1px solid #ccc; margin-top: 80px;}
.sub02_view_wrap .product_wrap .feature_box .top_box {height:50px; padding:15px 50px; border-radius: 20px 20px 0 0; background: #669E3B;}
.sub02_view_wrap .product_wrap .feature_box .top_box strong {color: #FFF;font-size: 25px;font-weight: 700;line-height: 20px;letter-spacing: -0.418px;}
.sub02_view_wrap .product_wrap .feature_box ul {padding:30px 50px;}
.sub02_view_wrap .product_wrap .feature_box ul li {color: #444;font-size: 18px;line-height: 20px;letter-spacing: -0.418px; position: relative; padding-left: 15px; margin-bottom: 20px;}
.sub02_view_wrap .product_wrap .feature_box ul li:last-child {margin-bottom: 0;}
.sub02_view_wrap .product_wrap .feature_box ul li:before {content:""; position: absolute; top:7px; left:0; width: 6px;height: 6px; background: #669E3B; border-radius:50%;}
.sub02_view_wrap .product_wrap .feature_box p{padding:30px 50px;}
.sub02_view_wrap .product_wrap .detail_box{margin-top: 40px;}
.sub02_view_wrap .product_wrap .detail_box table {width:100%; border:1px solid #ccc;}
.sub02_view_wrap .product_wrap .detail_box table tr th{padding:15px 50px; background: #F7FAF4; color: #222; font-size: 20px;font-weight: 600;line-height: 20px;border-left:1px solid #ccc; }
.sub02_view_wrap .product_wrap .detail_box table tr th:first-child{border: none;}
.sub02_view_wrap .product_wrap .detail_box table tr td{padding:15px 50px;color: #444; font-size: 20px; font-weight: 400; line-height: 20px; border-left:1px solid #ccc; text-align: center;}
.sub02_view_wrap .product_wrap .detail_box table tr td:first-child{border: none;}
.sub02_view_wrap .product_wrap .detail_box table tbody tr{ border-top:1px solid #ccc; }

.sub02_view_wrap .product_wrap .feature_box .cer_box {display: flex; align-items: center; justify-content: center; gap:15%; padding-block:30px;}
.sub02_view_wrap .product_wrap .feature_box .cer_box a {width: 20%;}
.sub02_view_wrap .product_wrap .feature_box .cer_box .box img{border:1px solid #ccc; width: 100%;}
.sub02_view_wrap .product_wrap .feature_box .cer_box span{display: block;text-align: center; font-size:18px; color:#222; margin-top: 20px; font-weight: 600;} 

.sub02_view_wrap .pop_wrap{display: none;position: fixed;width: 100%;height: 100%;left: 0;top: 0;}
.sub02_view_wrap .pop_wrap .pop_bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);z-index: 6000;}
.sub02_view_wrap .pop_wrap .pop_box{position: absolute;left: 50%;top: 50%;transform:translate(-50% , -50%) scale(.7);z-index: 7000;transition:.5s;opacity: 0;}
.sub02_view_wrap .pop_wrap.on .pop_box{opacity: 1;transform:translate(-50% , -50%) scale(1);}
.sub02_view_wrap .pop_wrap .pop_box .btn_box{display: flex;justify-content: flex-end;margin-bottom: 15px;}
.sub02_view_wrap .pop_wrap .pop_box .btn_box button img{width: 25px;}
.sub02_view_wrap .pop_wrap .pop_box .img_box img{max-height: 720px;min-height: 720px;}
.sub02_view_wrap .pop_wrap .pop_box span{display: block; font-size: 15px;color: #fff;line-height: 18px;margin-top: 15px;}

.sub02_view_wrap .pop_wrap02{display: none;position: fixed;width: 100%;height: 100%;left: 0;top: 0;}
.sub02_view_wrap .pop_wrap02 .pop_bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);z-index: 6000;}
.sub02_view_wrap .pop_wrap02 .pop_box{position: absolute;left: 50%;top: 50%;transform:translate(-50% , -50%) scale(.7);z-index: 7000;transition:.5s;opacity: 0;}
.sub02_view_wrap .pop_wrap02.on .pop_box{opacity: 1;transform:translate(-50% , -50%) scale(1);}
.sub02_view_wrap .pop_wrap02 .pop_box .btn_box{display: flex;justify-content: flex-end;margin-bottom: 15px;}
.sub02_view_wrap .pop_wrap02 .pop_box .btn_box button img{width: 25px;}
.sub02_view_wrap .pop_wrap02 .pop_box .img_box img{max-height: 720px;min-height: 720px;}
.sub02_view_wrap .pop_wrap02 .pop_box span{display: block; font-size: 15px;color: #fff;line-height: 18px;margin-top: 15px;}

/* sub03 */
.cate_box ul {display: flex; gap:50px; margin-bottom: 80px;}
.cate_box ul li {display: flex;padding: 10px;justify-content: center;align-items: center; flex: 1 0 0; border-radius: 50px;border: 1px solid #999;}
.cate_box ul li a {color: #999;text-align: center;font-size: 22px;font-weight: 500;line-height: 50px;letter-spacing: -0.418px;}
.cate_box ul li.on {border: 1px solid #669E3B;}
.cate_box ul li.on a {color: #669E3B; font-weight: 700;}

.cate_box02 ul {display: flex; gap:30px; justify-content: center; align-items: center; margin-bottom: 60px;}
.cate_box02 ul li{display: flex; justify-content: center; align-items: center; border-radius: 50px;text-align: center;border: 1px solid #999;background: #FFF;width: 180px; height:60px; color: #669E3B;font-size: 22px;}
.cate_box02 ul li.on{border:none;background: #669E3B; border: 1px solid #669E3B; color: #fff; font-weight: 500;}
.cate_box02 ul li.on a{color: #fff;}

.sub03_wrap h5.h5_tit {display: flex; align-items: center; gap:10px; color: #222;font-size: 30px;font-weight: 600;line-height: 30px;letter-spacing: -0.418px; margin-bottom: 50px;}
.sub03_wrap .process_wrap ul {display: flex; justify-content: center; align-items: center; gap:18px; margin-bottom: 130px;}
.sub03_wrap .process_wrap ul li:nth-child(even) {margin-top: -77px;}
.sub03_wrap .process_wrap ul li:nth-child(odd) .circle_box {display: flex; flex-direction: column; justify-content: center; align-items: center; gap:10px; width: 191px;height: 191px; border-radius:50%;}
.sub03_wrap .process_wrap ul li:nth-child(odd) p {min-height:54px; color: #444;text-align: center;font-size: 18px;line-height: 26.6px;letter-spacing: -0.418px; margin-top: 20px;}
.sub03_wrap .process_wrap ul li:nth-child(1) .circle_box, .sub03_wrap .process_wrap ul li:nth-child(5) .circle_box, .sub03_wrap .process_wrap ul li:nth-child(9) .circle_box {background: #eee;}
.sub03_wrap .process_wrap ul li:nth-child(1) span, .sub03_wrap .process_wrap ul li:nth-child(5) span, .sub03_wrap .process_wrap ul li:nth-child(9) span {color: #222;font-size: 20px;font-weight: 700;line-height: 26.6px;letter-spacing: -0.418px;}
.sub03_wrap .process_wrap ul li:nth-child(3) .circle_box, .sub03_wrap .process_wrap ul li:nth-child(7) .circle_box, .sub03_wrap .process_wrap ul li:nth-child(11) .circle_box {background: rgba(95, 161, 49, 0.20);}
.sub03_wrap .process_wrap ul li:nth-child(3) span, .sub03_wrap .process_wrap ul li:nth-child(7) span, .sub03_wrap .process_wrap ul li:nth-child(11) span {color: #385B20;font-size: 20px;font-weight: 700;line-height: 26.6px;letter-spacing: -0.418px;}
.sub03_wrap .grid_wrap {display: grid; grid-template-columns: repeat(3, 1fr); gap:50px;}
.sub03_wrap .grid_wrap .grid_box img {width:100%; height:280px; object-fit:cover; border-radius: 20px; box-shadow: 5px 5px 5.4px 0 rgba(0, 0, 0, 0.35);}
.sub03_wrap .grid_wrap .grid_box p {color: #222;font-size: 20px;font-weight: 600;line-height: 30px;letter-spacing: -0.418px;margin-top: 25px; margin-left: 15px;}



/* sub03_view */
.sub03_view_wrap .tit_box {padding-bottom: 30px; border-bottom:1px solid #ddd;}
.sub03_view_wrap .tit_box strong {color: #222;font-size: 30px;font-weight: 700;line-height: 55px;}
.sub03_view_wrap .tit_box span {display: block; color: #666;font-size: 18px;font-weight: 500; margin-top: 15px;}
.sub03_view_wrap .detail_box {padding-block:70px; border-bottom:1px solid #ddd;}
.sub03_view_wrap .detail_box p {color: #222;font-size: 18px; margin-bottom: 30px;}
.sub03_view_wrap .detail_box p:last-of-type {margin-bottom: 0;}
.sub03_view_wrap .detail_box img {width:100%; margin-top: 100px;}
.sub03_view_wrap .list_box {margin-top: 60px;}
.sub03_view_wrap .list_box ul {display: flex; justify-content: space-between; align-items: center;}
.sub03_view_wrap .list_box ul li {display: flex; justify-content: center; align-items: center;}
.sub03_view_wrap .list_box ul li:nth-child(2) {width: 150px;height: 55px; border-radius: 30px;border: 1px solid #CCC;}
.sub03_view_wrap .list_box ul li a {display: flex; align-items: center; gap:10px; color: #000;font-size: 18px;font-weight: 500;}



/* sub0401 */
.sub0401_wrap .top p{text-align: center;color: #222;font-size: 18px;font-weight: 500;line-height: 1.4; }	
.sub0401_wrap .top .click_all{margin-top: 30px;}
.sub0401_wrap .top .click_all ul.click_btn{display: flex; gap:100px; justify-content: center; align-items: center;}
.sub0401_wrap .top .click_all ul.click_btn li{display: flex; justify-content: center; align-items: center; border-radius: 50px;text-align: center;border: 2px solid #669E3B;background: #FFF;width: 180px;padding: 10px 0;color: #669E3B;font-size: 22px;font-weight: 500;}
.sub0401_wrap .top .click_all ul.click_btn li.on{border:none;background: #669E3B;color: #fff;}
.sub0401_wrap .sec{margin-top: 50px;}
.sub0401_wrap .sec .form_wrap{width: 850px; margin:0 auto; border-radius: 20px;background: #F9F9F9; padding: 50px 80px;}
.sub0401_wrap .sec .form_wrap .input_wrap{margin-bottom: 20px; display: flex; gap:85px;align-items: center; justify-content: space-between;}
.sub0401_wrap .sec .form_wrap .input_wrap label{color: #222;font-size: 22px;font-weight: 700; min-width:80px;}
.sub0401_wrap .sec .form_wrap .input_wrap input{border:none; width: 500px;height: 55px; font-size:20px; color:#444;font-weight: 500; border-radius:5px; padding-inline:10px;}
.sub0401_wrap .sec .form_wrap .input_wrap input:focus{outline:0;}
.sub0401_wrap .sec .form_wrap .input_wrap input::placeholder{color: #999;font-size: 18px;font-weight: 400;}
.sub0401_wrap .sec .form_wrap .input_wrap02{flex-direction: column; align-items: flex-start; gap:20px;}
.sub0401_wrap .sec .form_wrap .input_wrap02 textarea{width:100%; height:200px; border:none; border-radius:5px; padding:10px; font-size:20px; color:#444;font-weight: 500; }
.sub0401_wrap .sec .form_wrap .input_wrap02 textarea::placeholder{color: #999;font-size: 18px;font-weight: 400;}
.sub0401_wrap .sec .form_wrap .input_wrap02 textarea:focus{outline:0;}
.sub0401_wrap .sec .form_wrap .input_wrap02 .file_upload { width: 100%;height: 55px;font-size: 16px; background:#fff; border: none; color:#999;display: flex;justify-content: space-between;padding: 10px;align-items: center;}
.sub0401_wrap .sec .form_wrap .input_wrap02 .file_upload label { display: flex;align-items: center;gap: 5px;background: #669E3B;font-size: 16px;color: #fff;padding: 10px 20px;border-radius: 30px;cursor: pointer;}
.sub0401_wrap .sec .form_wrap .input_wrap02 ul.upload_wrap{display: flex; flex-wrap:wrap; gap:20px;}
.sub0401_wrap .sec .form_wrap .input_wrap02 ul.upload_wrap li{display: flex; gap:10px; align-items: center;}
.sub0401_wrap .sec .form_wrap .input_wrap02 ul.upload_wrap li p{font-size:16px; color:#666; }
.sub0401_wrap .sec .form_wrap .input_wrap02 ul.upload_wrap li img{width:10px;height: 10px;}
.sub0401_wrap .sec .form_wrap .agr_wrap{display: flex; gap:10px;}
.sub0401_wrap .sec .form_wrap .agr_wrap input + label{display: flex;gap:5px;align-items: center;}
.sub0401_wrap .sec .form_wrap .agr_wrap label p{color: #444;font-size: 16px;font-weight: 400;}
.sub0401_wrap .sec .form_wrap .agr_wrap label .pop_btn{display: block;color: #385B20;font-size: 16px;font-weight: 600; text-decoration-line: underline;}
.sub0401_wrap .btn_wrap{display: flex; flex-direction: column; align-items: center; margin-top: 50px;}
.sub0401_wrap .btn_wrap a{width: 160px;height: 50px; line-height: 50px; border-radius: 10px;background: #669E3B; color: #FFF;font-size: 20px;font-weight: 600; text-align: center;}

.sub0401_wrap  .pop_wrap{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(0, 0, 0, 0.5); z-index: 9999;}
.sub0401_wrap  .pop_wrap .pop_con{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);width: 480px;background: #fff;border-radius: 20px;padding: 40px 10px 40px 30px;}
.sub0401_wrap  .pop_wrap .pop_con h3{font-size: 22px;color: #222; font-weight: 500;padding-bottom: 40px;}
.sub0401_wrap  .pop_wrap .pop_con .txt_wrap{overflow-y: auto;max-height: 365px; padding-right: 10px;}
.sub0401_wrap  .pop_wrap .pop_con .txt_wrap ul li:not(:last-child){margin-bottom: 30px;}
.sub0401_wrap  .pop_wrap .pop_con .txt_wrap ul li p{font-size: 14px; color: #669E3B; padding-bottom: 10px;font-weight: 700;}
.sub0401_wrap  .pop_wrap .pop_con .txt_wrap ul li span{font-size: 14px; color: #858585; display: block; line-height: 1.4; }
.sub0401_wrap  .pop_wrap .pop_con .x_btn{display: block;margin: 40px auto 0;width: calc(50% - 5px);height: 50px;line-height: 48px;border-radius: 25px;background: #669E3B;text-align: center;font-size: 16px;color: #fff;}
.sub0401_wrap  .pop_wrap .pop_con .txt_wrap::-webkit-scrollbar {width: 8px;  /* 스크롤바의 너비 */}
.sub0401_wrap  .pop_wrap .pop_con .txt_wrap::-webkit-scrollbar-thumb{height: 20%; /* 스크롤바의 길이 */background: #669E3B; /* 스크롤바의 색상 */border-radius: 10px;}
.sub0401_wrap  .pop_wrap .pop_con .txt_wrap::-webkit-scrollbar-track {background: #f5f5f5;  /*스크롤바 뒷 배경 색상*/}

/* sub0403 */
.sub0403_wrap table.tbl01 {width:100%;}
.sub0403_wrap table.tbl01 thead {border-top:2px solid #000;}
.sub0403_wrap table.tbl01 th {height:70px; color: #000;text-align: center;font-size: 18px;font-weight: 600;}
.sub0403_wrap table.tbl01 tr {border-bottom:1px solid #ccc;}
.sub0403_wrap table.tbl01 td {height:65px;text-align: center; color: #000; font-size: 18px; word-break:keep-all;}
.sub0403_wrap table.tbl01 td:nth-child(2) {text-align: left; padding:5px 10px;}
.sub0403_wrap table.tbl01 span.notice {width: 68px;height: 30px; padding:5px 10px; border-radius: 5px;background: #669E3B; color: #FFF;text-align: center;font-size: 16px;font-weight: 500; margin-right: 20px;}


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


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



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


.sub_login_wrap .account_btn{display: flex; justify-content: center; gap: 20px; margin-top: 25px;}
.sub_login_wrap .account_btn button{width: 160px; height:55px; font-size: 22px; border-radius:10px; padding-block:10px; 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: 40px; color: #000; text-align: center;}
.sub_sign_wrap input[type="text"], .sub_sign_wrap input[type="password"], .sub_sign_wrap input[type="email"]{height: 55px; padding: 5px 15px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_sign_wrap .form_list 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: 20px; color: #000; font-weight: 500;}
.sub_sign_wrap .form_list li label .required{color: #F00;}
.sub_sign_wrap .form_list li input{width: 100%;}
.sub_sign_wrap .form_list li .id_field{display: flex; gap:20px; width: 100%;}
.sub_sign_wrap .form_list .add_wrap{width: 100%; display: flex; flex-direction: column; gap: 15px;}
.sub_sign_wrap .form_list .address_row{display: flex; gap:20px; width: 100%;}
.sub_sign_wrap .sub_btn{width: 150px; border:1px solid #000; flex-shrink: 0; font-size: 18px; color: #444; border-radius:5px;}



/* history */
.sub_history_wrap{line-height: 1;}
.sub_history_wrap h2{margin-bottom: 50px; font-size: 40px; 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: 35px; 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: 24px; color: #444; font-weight: 600;}
.sub_history_wrap .year_list li p{font-size: 18px; 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: 40px; 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: 18px; 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: 20px; 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: 18px; 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: 16px; color: #fff; padding: 10px 20px; border-radius:30px; cursor:pointer;}
.sub_contact_wrap .policy_info{padding: 15px 20px; font-size: 18px; color: #666; border:none; border-radius: 10px; background: #F9F9F9; line-height: 1.6; height: 250px; overflow-y: auto;}
.sub_contact_wrap .policy_info p:not(:first-child){margin-top: 5px;}
.sub_contact_wrap .agree_wrap{margin-top: 25px;}
.sub_contact_wrap .agree_wrap label{font-size: 16px; color: #444; font-weight: 400; display: flex;align-items: center;cursor: pointer;justify-content: flex-end; color: #444;}
.sub_contact_wrap .agree_box {appearance: none;width: 18px;height: 18px;border: 1px solid #ccc;border-radius: 3px;margin-right: 8px;position: relative;cursor: pointer;}
.sub_contact_wrap .agree_box::after {content: '✔';font-size: 13px;position: absolute;left: 2px;top: -2px;color: #ccc; visibility: visible;}
.sub_contact_wrap .agree_box:checked {background-color: #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: 24px; color: #fff; height: 60px;}



/* faq */
.sub_faq_wrap{line-height: 1;}
.sub_faq_wrap h2{margin-bottom: 50px; font-size: 40px; 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: 16px;}
.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: 24px; 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: 16px; color: #5D5D5D;}
.sub_faq_wrap .faq_wrap li .tit_wrap strong{font-size: 18px; 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: 24px; 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: 16px; 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: 40px; 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: 16px;}
.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: 16px;}
.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: 18px; 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: 16px; 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: 16px; 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: 16px; 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: 16px; 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: 28px; 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: 16px; 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: 16px; 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: 16px; 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: 16px; 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: 16px; color: #000;}
.sub_qna_wrap .view_btm_box .back_btn{width: 150px; padding-block:15px; font-size: 16px; 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: 40px; 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: 30px; color: #000;}
.sub_pw_wrap .pw_wrap p{font-size: 20px; 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: 40px; 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: 16px;}
.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: 16px;}
.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(3, 1fr); gap:50px 20px; border-radius:10px;}
.sub_gallery_wrap .gallery_list img{width: 100%; aspect-ratio:1.606 / 1; object-fit:cover;}
.sub_gallery_wrap .gallery_list .gallery_info{padding: 20px 10px;}
.sub_gallery_wrap .gallery_list .gallery_info .date{font-size: 16px; color: #666;}
.sub_gallery_wrap .gallery_list .gallery_info .tit{margin-top: 10px; font-size: 20px; color: #222; line-h eight: 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: 20px; 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: 20px; 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: 16px; 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: 18px; 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: 18px; 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: 17px;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: 14px;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: 17px; 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: 1650px;}
.basic_bd01_view .tit_box{padding-bottom: 50px;border-bottom: 1px solid #2f3435;}
.basic_bd01_view .tit_box strong{font-size: 24px; color: var(--bg01); font-weight: 700;}
.basic_bd01_view .tit_box p{font-size: 36px; margin: 20px 0px 30px	; font-weight: 700;color: #000; word-break: break-word;}
.basic_bd01_view .tit_box span{font-size: 18px;color: #abadae;font-weight: 500;}
.basic_bd01_view .view_box{padding: 80px 20px;}
.basic_bd01_view .view_box img{margin-bottom: 80px;}
.basic_bd01_view .view_box p{font-size: 18px; color: #000;word-break: break-word;}
.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 .arr p{font-size: 18px; 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: 20px; color: #00a3cc; font-weight: 600;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 20px; 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: 16px; 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: 18px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 0; margin-top: 0; padding-top: 10px; font-size: 14px;}
.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: 18px; 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: 18px; 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%);}