/* 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: 'KakaoBigSans-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2503@1.0/KakaoBigSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'KakaoBigSans-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2503@1.0/KakaoBigSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'KakaoBigSans-ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2503@1.0/KakaoBigSans-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'KakaoSmallSans-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2503@1.0/KakaoSmallSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'KakaoSmallSans';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2503@1.0/KakaoSmallSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'KakaoSmallSans-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2503@1.0/KakaoSmallSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

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

/* 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: 'KakaoBigSans-Regular'; 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;}

.center{text-align:center;}

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

h3.h3_tit{font-size: 2.813rem; color: var(--co02);}

/* header */
#header{height: 110px;}
#header .inner{max-width:100%; display: flex; align-items: center; justify-content: space-between; height: 100%;}
#header h1 a{display: block; background: url('/images/main/main_logo.png')center no-repeat; background-size:cover; width: 99px; height: 50px;}
#header .h_right{display: flex; align-items: center; gap:30px;}
#header .h_right .lang_wrap{position: relative; padding-inline: 15px;}
#header .h_right .lang_btn{display: block; font-size: 1rem; color: var(--co02); border-bottom: 2px solid var(--co02); line-height: 1.4; font-weight: 600;}
#header .h_right .lang_list{position: absolute; top: 110%; left: 50%; transform:translateX(-50%); width: 100%; background: #fff;text-align: center;padding-block: 18px;border-radius: 10px;box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.20); border: 1px solid var(--co01); display: none;}
#header .h_right .lang_list a{display: block; font-size: 1rem; color: #222; transition:.3s;}
#header .h_right .lang_list a:hover{color: var(--co01); font-weight: 600;}
#header .h_right .lang_list li:not(:first-child){margin-top: 10px;}
#header .all_btn{display: flex; flex-direction: column;  justify-content: space-between; align-items: flex-end; width: 36px; height: 16px;}
#header .all_btn span{width: 100%; background: var(--co02); height: 3px;}
#header .all_btn span:nth-child(2){width: 70%;}

/* all_menu */
.all_menu_wrap{display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.50); backdrop-filter: blur(5px); z-index: 9999;}
.all_menu_wrap .all_head{position: absolute; top: 0; left: 50%; transform: translateX(-50%); height: 100px; display: flex; align-items: center; justify-content: space-between; width: calc(100% - 100px); margin: 0 auto;}
.all_menu_wrap .all_head h1 a{display: block; background: url('/images/main/main_logo_white.png')center no-repeat; background-size:cover; width: 99px; height: 50px;}
.all_menu_wrap .all_close{position: relative; right:0px; display:block; width:40px; height:40px;}
.all_menu_wrap .all_close span{position: absolute; top: 50%;	 left: 50%; display: block; width: 22px; height: 2px; background: #fff; transition: 0.3s;}
.all_menu_wrap .all_close span:first-child {transform: translate(-50%, -50%) rotate(45deg);}
.all_menu_wrap .all_close span:last-child {transform: translate(-50%, -50%) rotate(-45deg);}
.all_menu_wrap .inner{height: 100%; max-width:1440px;}
.all_menu_wrap .all_menu{display: flex; justify-content: center; flex-direction: column; gap:50px; height: 100%;}
.all_menu_wrap .all_menu .lnb_menu{display: flex; gap:50px; align-items: flex-end;}
.all_menu_wrap .all_menu .all_tit{display: block; font-size: 56px; font-weight: 600; color: #fff; white-space: nowrap; transition:.3s;}
.all_menu_wrap .all_menu .all_tit:hover{color: var(--co01); transition:.3s;}
.all_menu_wrap .all_sub_menu{display: flex; gap:50px;}
.all_menu_wrap .all_sub_menu li a{font-size: 20px; color: #fff; transition:.2s; font-weight: 400; font-family: "Kakao Small Sans"; line-height: 1.4;}
.all_menu_wrap .all_sub_menu li a:hover{font-weight: 600;}
.all_menu_wrap .info_wrap{display: flex; justify-content: flex-end;}
.all_menu_wrap .link_wrap{display: flex; gap:50px;}
.all_menu_wrap .link_wrap a{display: block; font-size: 20px; color: #fff;}
.all_menu_wrap .info{display: flex; gap:50px;}
.all_menu_wrap .info p{font-size: 20px; color: #fff;}



/* visual */
#visual_wrap{ overflow: hidden; } /* pin 시 배경 튐 방지 */
#visual_wrap .txt_img{ pointer-events:none; } 
#visual_wrap{padding-block:110px;}
#visual_wrap .main_content{display: flex; flex-direction: column; gap:100px;}
#visual_wrap .main_content strong{position:relative; z-index:99; font-size: 7.5rem; color: var(--co03); line-height: 1.2;}
#visual_wrap .main_content strong span{display: block;}
#visual_wrap .right_txt{position:relative; z-index:99; display: flex; flex-direction: column; align-items: flex-start; gap:60px; width: 50%; margin-left: auto;}
#visual_wrap .right_txt p{font-size: 26px; color: var(--co02); line-height: 1.6; word-break:keep-all;}
#visual_wrap .right_txt p span{display: block;}
#visual_wrap .right_txt p em{display: inline-block; font-weight: 600;}
#visual_wrap .right_txt .more_btn{position: relative; font-size: 18px; color: var(--co02);}
#visual_wrap .right_txt .more_btn::after{content:''; position: absolute; right: -40px; top: 50%; transform:translateY(-50%); width: 30px; height: 1px; background: var(--co02);}
#visual_wrap .txt_img{position: absolute; right: 0; top: 0; z-index: -1;}
#visual_wrap .right_img{display: none;}


/* vision */
#sec01{position: relative;	background: #F8F9FA;}
#sec01 .cont_wrap {position: relative; height: 100vh; z-index: 0; display:flex; align-items:center; justify-content:center;}
#sec01 .cont_wrap .title{font-size: min(12.3626vw,200px);-webkit-text-stroke: 1px #111; color: transparent;letter-spacing: .06em;opacity:.9; font-family: 'KakaoBigSans-Bold';}
#sec01 .vision_wrap {position: absolute; left: 50%; transform:translateX(-50%);display: flex; flex-direction: column; align-items: center; margin: 0 auto; max-width: 1300px; width: 100%; height: auto; z-index: 1;}
#sec01 .vision_wrap .vision_1 {transform: translate(-55%, 0%);}
#sec01 .vision_wrap .vision_2 {transform: translate(55%, -25%);}
#sec01 .vision_wrap .vision_3 {transform: translate(-55%, -50%);}
#sec01 .visions{}
#sec01 .vision_wrap .visions img {width: 100%; max-width: 31.25vw; height: auto;}
#sec01 .vision_wrap .visions .info_wrap {color: #111; margin-top: 0.83vw;  word-break: keep-all;}
#sec01 .vision_wrap .visions .info_wrap strong{font-size: 1.625rem;}
#sec01 .vision_wrap .visions .info_wrap p{margin-top: 15px; font-size: 1.25rem;}


/* sec02 */
#sec02{position: relative; background: #F8F9FA;}
.main_business{display: flex;align-items: center;box-sizing:border-box;padding:110px 0 125px 0;position: relative;overflow:hidden; width: calc(100% - 100px); margin: 0 auto;}
.main_business .tab_box ul{flex-wrap:wrap; justify-content: space-between;}
.main_business .tab_box ul li{display: flex;align-items: center; gap:15px; cursor:pointer; box-sizing:border-box; width:100%; height: auto; overflow:hidden;}
.main_business .tab_box ul li span{font-size:70px;color:#111;font-weight:700; white-space:nowrap; line-height: 1.4; opacity: .5;}
.main_business .tab_box ul li span.txt01 em{color: var(--co01); font-weight: 600;}
.main_business .tab_box ul li span.txt02{color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #111; font-weight: 500;}
.main_business .tab_box ul li.swiper-slide-thumb-active:before{width:100%;}
.main_business .tab_box ul li.swiper-slide-thumb-active:after{opacity:1;right:50px;}
.main_business .tab_box ul li.swiper-slide-thumb-active span{opacity: 1;}
.main_business .business_container{width:calc(100% - 800px);box-sizing:border-box;overflow:visible;}
.main_business .business_container .business_slide{transition:opacity 0.5s;background:var(--point-color02);display: flex;justify-content: flex-end;align-items: center;z-index:2;width:100% !important;}
.main_business .business_container .business_slide .thumb{width:720px;height:0;padding-bottom:716px;box-sizing:border-box;position: relative;border-radius:100%;}
.main_business .business_container .business_slide .thumb:before{width:100%;height:calc(100% + 4px);content:"";box-sizing:border-box;background: url('/images/main/main_sec03_one.png')no-repeat center; background-size:cover; position: absolute; top:-2px; left:0;}
.main_business .business_container .business_slide .thumb .img{width:480px;height:480px;box-sizing:border-box;border-radius:100%;position: absolute;top:50%;left:50%;transform:translate(-50%, -50%);overflow:hidden; box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.25);}
.main_business .business_container .business_slide .thumb .img img{width:100%;position: absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
.main_business .business_container .business_slide .thumb p{font-size:20px;color:var(--co01);font-weight:600;position: absolute;top:9%;right:85%;opacity:0;transition:all 0.5s;}
.main_business .business_container .business_slide .circle_box{width:100%;height:100%;position: absolute;top:0;left:0;transition:all 1s;transition-delay:0.2s}
.main_business .business_container .business_slide .circle_box span{display: block;width:12px;height:12px;border-radius:100%;background:var(--co01);position: absolute;}
.main_business .business_container .business_slide .circle_box span:before{width:calc(100% + 12px);height:calc(100% + 12px);content:"";border-radius:100%;box-sizing:border-box;background:rgba(0, 117, 255, 0.20);position: absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
.main_business .business_container .business_slide .circle_box span:nth-child(1){top:13%;left:14%;}
.main_business .business_container .business_slide .circle_box span:nth-child(2){top:38%;right:0;}
.main_business .business_container .business_slide .circle_box span:nth-child(3){bottom:1.5%;left:34%;}
.main_business .business_container .business_slide.swiper-slide-active{z-index:3;}
.main_business .business_container .business_slide.swiper-slide-active .thumb p{right:88%;opacity:1;}
.main_business .business_container .business_slide.swiper-slide-active .circle_box{transform:rotate(116deg);}
.main_business .business_container .business_slide.reverse .circle_box{transform:rotate(-123deg);}
#sec02 .liner_txt{font-size: 250px; color: transparent; -webkit-text-stroke-width: 3px; -webkit-text-stroke-color: rgba(17, 17, 17, 0.20); font-weight: 500;}
#sec02 .liner_wrap{position: absolute; overflow: hidden; bottom: 80px; z-index: 0;}
#sec02 .liner_txt{--gap: 3rem;--speed: 200s;display: inline-flex;gap: var(--gap);white-space: nowrap;width: max-content;will-change: transform;animation: marquee var(--speed) linear infinite; font-family: 'KakaoBigSans-Bold';}
#sec02 .liner_txt span{flex: 0 0 auto;}
@keyframes marquee{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* sec03 */
#sec03 .sec03_list_wrap.ani-active .img_wrap{position:fixed;right: 0;top: 0px;transform: translateZ(0);-webkit-transform: translateZ(0);}
#sec03 .sec03_list_wrap.ani-active .blist{flex-direction: row;}
#sec03 .sec03_list_wrap .blist{margin-bottom: 80px; overflow: hidden;}
#sec03 .sec03_list_wrap .blist{display:flex; height: 100vh; margin-bottom: 0;}
#sec03 .sec03_list_wrap .blist:not(:first-child) .img_wrap {opacity:0}
#sec03 .sec03_list_wrap .img_wrap{position: relative;top: 0;right: 0;padding-left: 60px;width: 100%;}
#sec03 .sec03_list_wrap .img_wrap{width:50%;height: calc(100%);padding: 0;}
#sec03 .sec03_list_wrap .img_wrap .img{background-repeat: no-repeat;background-size: cover;background-position: center;width: 100%;padding-top: 100%;}
#sec03 .sec03_list_wrap .img_wrap .img{padding-top:0;height: 100%;}
#sec03 .sec03_list_wrap .img_wrap .sub_img{position: absolute;bottom: -6%;left: 20px;max-width: 32.5%;padding-top: calc(122 / 160 *100%);}
#sec03 .sec03_list_wrap .desc_wrap{display:flex;align-items: center;justify-content: center;width: 50%;}
#sec03 .sec03_list_wrap .desc_wrap .inner{max-width:655px;}
#sec03 .sec03_list_wrap .desc_wrap .sub_txt_wrap{display: flex; flex-direction: column; align-items: center; gap: 60px; text-align: center; color: var(--co02);}
#sec03 .sec03_list_wrap .desc_wrap .sub_txt_wrap p{margin-top: 40px; font-size: 1.563rem; line-height: 1.4; word-break:keep-all;}
#sec03 .sec03_list_wrap .desc_wrap .sub_txt_wrap p span{display: block;}
#sec03 .sec03_list_wrap .desc_wrap .sub_txt_wrap .detail_link{position: relative; font-size: 18px; color: var(--co02);}
#sec03 .sec03_list_wrap .desc_wrap .sub_txt_wrap .detail_link::after{content:''; position: absolute; right: -50px; top: 50%; transform:translateY(-50%); width: 30px; height: 1px; background: var(--co02);}
#sec03 .sec03_list_wrap .blist .img_wrap {opacity:0; top:0; right:0; width:50%; height:100vh;transition: opacity .5s ease;}
#sec03 .sec03_list_wrap .blist.active .img_wrap {opacity:1;z-index:1;}



/* sec04 */
#sec04{background: #F8F9FA; padding-block:200px;}
#sec04 .txt_wrap{display: flex; flex-direction: column; align-items: center; gap: 40px;}
#sec04 .txt_wrap h3{font-size: 1.75rem; color: var(--co02);}
#sec04 .txt_wrap .line{width: 1px; height: 50px; background: var(--co01);}
#sec04 .txt_wrap .tit_box strong{font-size: 2.25rem; color: var(--co02);}
#sec04 .txt_wrap .tit_box strong span{color: var(--co01);}
#sec04 .txt_wrap .tit_box p{margin-top: 40px; font-size: 1.125rem; color: #666; text-align: center;}
#sec04 .culture_list {display: grid;grid-template-columns: repeat(4, 1fr); gap: 20px;margin-top: 80px;}
#sec04 .culture_list li {position: relative;overflow: hidden;border-radius: 20px;}
#sec04 .culture_list li p {font-size: 1.5rem;color: #fff;line-height: 1.6; font-weight: 600; word-break:keep-all;}
#sec04 .culture_list li p span {display: block;}
#sec04 .culture_list li > img {width: 100%;height: 100%;object-fit: cover;transition: .3s;border-radius: 20px;}
#sec04 .culture_list li:hover > img {transform: scale(1.05);transition: .3s;}
#sec04 .culture_list li:nth-child(1) {grid-column: span 1;}
#sec04 .culture_list li:nth-child(2) {grid-column: span 3;}
#sec04 .culture_list li:nth-child(3) {grid-column: span 2;}
#sec04 .culture_list li:nth-child(4), #sec04 .culture_list li:nth-child(5), #sec04 .culture_list li:nth-child(6){grid-column: span 1;}
#sec04 .culture_list li:nth-child(7){grid-column: span 3;}
#sec04 .culture_list .item_inner{position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: 30px 25px;}
#sec04 .culture_list .icon_box{margin-left: auto; transition:.3s; border-radius:50%;}
#sec04 .culture_list li:hover .icon_box{filter: drop-shadow(2px 3px 5px rgb(0, 0, 0, .5)); transition:.3s;}
#sec04 .culture_list li.txt_wrap{justify-content: center;}
#sec04 .culture_list li.txt_wrap p{color: #111; text-align: center;}
#sec04 .culture_list .more_btn{position: relative; font-size: 18px; color: var(--co02); display: flex; align-items: center; gap:15px;}
#sec04 .culture_list .more_btn span{width: 30px; height: 1px; background: var(--co02);}

/* sec05 */
#sec05{background: #F8F9FA; padding-block:120px;}
#sec05 .tab_wrap{display: flex; gap:15px; margin-top: 40px;}
#sec05 .tab_wrap li a{padding-inline:25px; padding-block:10px; font-size: 1.125rem; color: rgba(42, 45, 52, 0.50); font-weight: 600; border-radius:30px; background: rgba(230, 236, 247, 0.80); transition:.3s; border:2px solid transparent;}
#sec05 .tab_wrap li.on a{color: var(--co01); border:2px solid var(--co01); background: #fff; transition:.3s;}
#sec05 .tab_wrap li:hover a{color: var(--co01); border:2px solid var(--co01); background: #fff; transition:.3s;}
#sec05 .wel_wrap{margin-top: 40px;}
#sec05 .wel_wrap ul{display: flex; gap:40px;}
#sec05 .wel_wrap ul li{flex:1; display: flex; flex-direction: column; gap: 20px; padding: 60px 40px; box-shadow: 0 4px 20px 0 rgba(42, 45, 52, 0.25); border-radius: 20px;}
#sec05 .wel_wrap ul li h4{font-size: 1.5rem; color: var(--co02);}
#sec05 .wel_wrap ul li p{font-size: 1.125rem; color: #444; line-height: 1.4;}


/* sec06 */
#sec06 .newsSwiper{width: 100%;}
.slide_sec{padding-block:120px;}
.slide_sec .inner{display: flex; width: calc(100% - 310px); max-width:100%; margin: 0 0 0 auto;}
.slide_sec .left_tit{width: 370px; flex-shrink:0; display: flex;flex-direction: column;justify-content: space-between;}
.slide_sec .left_tit p{margin-top: 20px; font-size: 1.25rem; color: #666;}
.slide_sec .left_tit .nav_wrap{position: relative; display: flex; gap:10px;}
.slide_sec .left_tit .swiper-button-prev, .slide_sec .left_tit .swiper-button-next{position: unset; margin-top: 0; width: 45px; height: 45px; background: #fff; border-radius:50%; box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);}
.slide_sec .left_tit .swiper-button-prev:after, .slide_sec .left_tit .swiper-button-next:after{font-size: 14px;}
.slide_sec .swiper-slide img{width: 100%; aspect-ratio:1.541 / 1; object-fit:cover; border-radius:10px;}
.slide_sec .meta{margin-top: 20px;}
.slide_sec .meta span{font-size: 1rem; color: var(--co01); font-weight: 600;}
.slide_sec .meta p{padding-top: 10px; font-size: 1rem; color: var(--co02); line-height: 1.4; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}


/* sec07 */
#sec07{background: #F8F9FA;}
#sec07 .snsSwiper{width: 100%;}


/* footer */
#footer{padding-block:90px; border-top: 1px solid #EEE;}
#footer .inner{display: flex; justify-content: space-between;}
#footer .info_wrap p{font-size: 16px; color: var(--co02); line-height: 1.6;}


/* ################################################### sub */


#sub_visual_wrap .txt_wrap{padding-top: 50px;}
#sub_visual_wrap .sub_nav{display: flex; gap:20px; margin-bottom: 20px;}
#sub_visual_wrap .sub_nav li{position: relative; font-size: 16px; color: #666;}
#sub_visual_wrap .sub_nav li:not(:last-child)::after{content:''; position: absolute; right: -10px; top: 50%; transform:translateY(-50%); width: 4px; height: 4px; background: #666; border-radius:50%;}
#sub_visual_wrap .txt_wrap h2{font-size: 56px; color: #111; margin-bottom: 120px;}

.tab_menu_wrap.on{border-bottom: 1px solid #eee;}
.tab_menu_wrap .sub_tab{display: flex; gap:60px;}
.tab_menu_wrap .sub_tab li a{display: block; font-size: 16px; color: #666; padding-block:15px;}
.tab_menu_wrap .sub_tab li.on a{color: var(--co03); font-weight: 600; border-bottom: 3px solid var(--co03);} 
.tab_menu_wrap.on.top{
  position: fixed;
  left: 0; right: 0;
  top: 0;                 /* JS에서 header 높이에 맞춰 덮어씀 */
  z-index: 1000;
  background: #fff;       /* 겹침 방지 */
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

#sub_contents{padding-block:120px;}
#sub_contents.inner_none > .inner{width: 100%; max-width:100%; }
#sub_contents.inner_none{padding:0;}


/* sub0101 */
.sub0101_wrap .con01{padding:120px 310px 60px; position: relative;}	
.sub0101_wrap .con01:after {content:""; position: absolute; bottom:0; right:0; width:28vw; height:39vw; background: url('/images/sub/sub0101_img03.png') no-repeat; background-size:cover; z-index: -10;}
.sub0101_wrap .con01 span{display: block; color: #2388ED;font-family: "Kakao Small Sans";font-size: 20px;font-weight: 700; margin-bottom: 30px;}
.sub0101_wrap .con01 p.p_tit{color: #111;font-family: "Kakao Small Sans";font-size: 48px;font-weight: 300;line-height: 135%; letter-spacing: -1.92px; margin-bottom: 30px; word-break:keep-all;}
.sub0101_wrap .con01 p.p_tit strong{font-weight: 700;}
.sub0101_wrap .con01 p{color: #111;font-family: "Kakao Small Sans";font-size: 30px;font-weight: 300;line-height: 135%; }
.sub0101_wrap .con01 p b{font-weight: 700; }

.sub0101_wrap .con02{padding:120px 310px; background:url('/images/sub/sub0101_img01.png');  background-size:cover;}
.sub0101_wrap .con02 ul{width:1300px; margin:0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap:20px;}
.sub0101_wrap .con02 ul li{border-radius: 40px;background: #FFF;box-shadow: 0 0 40px 0 #FFF; display: flex; flex-direction: column; align-items: center; justify-content: center; gap:40px; padding:75px 20px; }
.sub0101_wrap .con02 ul li p{color: #111;font-family: "Kakao Small Sans";font-size: 20px;font-weight: 700;line-height: 135%; text-align: center; word-break:keep-all;}
.sub0101_wrap .con02 ul li p span{color: #2388ED;}
.sub0101_wrap .con02 ul li strong{display: block;color: #111;font-family: "Kakao Small Sans";font-size: 48px; text-align: center; font-weight: 700;line-height: 135%;letter-spacing: -1.92px;}
.sub0101_wrap .con02 ul li strong span{color: #2388ED;}
.sub0101_wrap .con02 ul li p.content{color: #111;text-align: center;font-family: "Kakao Small Sans";font-size: 20px;font-weight: 400;line-height: 135%; letter-spacing: -0.8px; margin-top: 10px;}

.sub0101_wrap .con03{padding:120px 310px; background:url('/images/sub/sub0101_img02.png');  background-size:cover; display: flex; flex-direction: column; gap:40px; align-items: center; justify-content: center;}
.sub0101_wrap .con03 .top strong{display: block; color: #111;text-align: center;font-family: "Kakao Small Sans";font-size: 48px;font-weight: 700;line-height: 135%; margin-bottom: 20px; word-break:keep-all;}	
.sub0101_wrap .con03 .top p{color: #111;text-align: center;font-family: "Kakao Small Sans";font-size: 20px;font-weight: 300;line-height: 135%; /* 27px */ word-break:keep-all;}
.sub0101_wrap .con03 .top b{font-weight: 700;}
.sub0101_wrap .con03 p.p_con{color: #111;text-align: center;font-family: "Kakao Small Sans";font-size: 20px;font-weight: 300;line-height: 135%; /* 27px */ word-break:keep-all;}
.sub0101_wrap .con03 p.p_con span{color: #2388ED; font-weight: 700;}

/* sub0201 */
.sub0201_wrap .con01{background:url('/images/sub/sub0201_img01.png')center no-repeat; background-size:cover; padding:120px 310px; display: flex; flex-direction: column; gap:183px;}
.sub0201_wrap .con01 h5{color: #FFF;font-family: "Kakao Big Sans";font-size: 56px;font-weight: 700;line-height: 110%; text-transform: uppercase;}
.sub0201_wrap .con01 .txt_wrap {display: flex; flex-direction: column; gap:20px; width:560px;}
.sub0201_wrap .con01 .txt_wrap  p{color: #FFF;font-family: "Kakao Small Sans";font-size: 20px;font-weight: 400;line-height: 135%; word-break:keep-all;}
.sub0201_wrap .con02{padding:120px 310px;}
.sub0201_wrap .con02 ul.cate_wrap {display: flex; gap:10px; justify-content: center; align-items: center; margin-bottom: 80px;}
.sub0201_wrap .con02 ul.cate_wrap li{border-radius: 999px;background: #F8F9FA; padding-inline:30px;height: 60px;line-height: 60px; color: #666;text-align: center;font-family: Pretendard;font-size: 18px;font-weight: 400;} 
.sub0201_wrap .con02 ul.cate_wrap li.on{background: #366092; color:#fff;}
.sub0201_wrap .con02 .slide_wrap h2{color: #111;text-align: center;font-family: "Kakao Big Sans";font-size: 40px;font-weight: 700;line-height: 135%; /* 54px */ margin-bottom: 60px;}
.sub0201_wrap .con02 .slide_wrap{overflow: hidden;}
.sub0201_wrap .con02 .slide_inner{overflow: hidden; position: relative;}

.sub0201_wrap .con02 .sub_slide {padding-top: 80px; padding-bottom: 90px; width: 1100px;}
.sub0201_wrap .con02 .sub_slide .swiper-slide {border-radius: 20px;transition: all 0.4s ease; opacity: 0.3; z-index: 1; box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);}
.sub0201_wrap .con02 .sub_slide .swiper-slide p{margin-top: 30px; font-size: 26px; text-align: center; color: #222; opacity: 0; transition:.3s; font-weight: 700;}
.sub0201_wrap .con02 .sub_slide .swiper-slide.swiper-slide-active p{opacity: 1; transition:.3s;}
.sub0201_wrap .con02 .sub_slide img {width: 100%;height: 100%;display: block;object-fit: cover;border-radius: 20px; aspect-ratio:1.666 / 1;}
.sub0201_wrap .con02 .sub_slide .swiper-slide-active {opacity: 1; transform: scale(1.4); z-index: 5;}

.swiper-navigation-icon{display: none;}
.sub0201_wrap .con02 .swiper-button-next{background:url('/images/sub/next_icon.png'); background-size:cover; width: 50px; height: 50px;}
.sub0201_wrap .con02 .swiper-button-prev{background:url('/images/sub/prev_icon.png');  background-size:cover; width: 50px; height: 50px;}
.sub0201_wrap .con02 .swiper-button-next, .sub0201_wrap .con02 .swiper-button-prev {position: absolute;top: 50%;transform: translateY(-50%);width: 50px; height: 50px;cursor: pointer;z-index: 10; box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25); border-radius:50%;} 
.sub0201_wrap .con02 .swiper-button-next {right: 10px;}
.sub0201_wrap .con02 .swiper-button-prev {left: 10px;}
.sub0201_wrap .con02 .swiper-button-next::after, .sub0201_wrap .con02 .swiper-button-prev::after {display: none;}
.sub0201_wrap .con02 .sub_slide .swiper-slide{z-index: 0;pointer-events: none;}
.sub0201_wrap .con02 .sub_slide .swiper-slide-prev,.sub0201_wrap .con02 .sub_slide .swiper-slide-next{opacity: .3 !important;z-index: 2;pointer-events: auto;}
.sub0201_wrap .con02 .sub_slide .swiper-slide-active{z-index: 3;pointer-events: auto;}



/* sub0202 */
.sub0202_wrap .con01{background:url('/images/sub/sub0202_img01.png') center no-repeat; background-size:cover;}

/* sub0203 */
.sub0203_wrap .con01{background:url('/images/sub/sub0203_img01.png') center no-repeat; background-size:cover;}
.sub0203_wrap .con02 h2{margin-top: 80px ;color: #111;text-align: center;font-family: "Kakao Big Sans";font-size: 40px;font-weight: 700; width:1300px; }
.sub0203_wrap .con02 .list_wrap{margin-top: 60px; display:flex; gap:40px;width:1300px;}
.sub0203_wrap .con02 .list_wrap .box{display: flex; flex-direction: column; gap:15px; justify-content: center; }
.sub0203_wrap .con02 .list_wrap .box img{width:100%; border-radius:20px; }
.sub0203_wrap .con02 .list_wrap .box span{color: #666;font-family: "Kakao Small Sans";font-size: 16px;font-weight: 400;}
.sub0203_wrap .con02 .list_wrap .box p{color: #111;font-family: "Kakao Small Sans";font-size: 24px;font-weight: 700; margin-top: 15px;}

.modal-overlay {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 999;}
.modal.show, .modal-overlay.show {display: block; opacity: 1;}
.modal { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 800px; border-radius: 16px; background: #fff; max-width: calc(100vw - 52px); max-height: calc(100vh - 100px); box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); z-index: 1000;}
.modal-header {border-radius: 16px 16px 0 0; background-color: #fff; height: 80px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between;}
.modal-header h2{font-size: 32px; font-weight: 700; color:#111;}
.modal-header span.close {cursor:pointer;}
.modal-content {padding: 20px; background: #f8f9fa; border-radius: 16px;min-height:0; overflow:hidden;}
.modal-content .scrolled {display:flex; flex-direction: column; overflow-y: scroll; max-height: 590px;padding-right: 8px; overscroll-behavior: contain;}
.modal-content .scrolled img {width:380px; height:380px;}
.modal h4 {color: #111;font-size: 24px;font-weight: 700; margin-bottom: 20px;}
.modal .con01 {margin-top: 40px;}
.modal .con01 p {color: #111;font-size: 18px;line-height: 150%;letter-spacing: -0.36px;}
.modal .con02 {margin-top: 40px;}
.modal ul li strong {display: block; color: #111;font-size: 18px;font-weight: 700;line-height: 150%;letter-spacing: -0.36px; margin-bottom: 10px; }
.modal ul li {position: relative; padding-left: 15px; margin-bottom: 10px;}
.modal ul li:before {content:""; position: absolute; top:11px; left:0; width: 6px; height: 6px; border-radius:50%; background: #366092;}
.modal ul li p {color: #111;font-size: 16px;line-height: 150%;letter-spacing: -0.32px;}
.modal .con03 {margin-top: 40px;}
.modal table {width:100%; background: #fff;}
.modal table thead {height:48px; background: #2388ED;}
.modal table thead tr th {color:#fff; text-align: center;font-size: 16px;font-weight: 700;line-height: 150%;}
.modal table thead tr th:first-child {border-right:1px solid #eee;}
.modal table tr td {height: 48px; border:1px solid #eee; color: #111;text-align: center;font-size: 16px;line-height: 150%;}




/* sub0301 */
.sub0301_wrap .top{display: flex; justify-content: flex-end; margin-bottom: 40px; align-items: flex-end;}
.sub0301_wrap .top p{color: #222;font-family: "Kakao Small Sans";font-size: 16px;font-weight: 400;}		
.sub0301_wrap .top p span{color: #366092; font-weight: 700;}		
.sub0301_wrap .top .search_wrap{display: flex; gap:10px;}
.sub0301_wrap .top .search_wrap select{position: relative;width: 140px; height:40px;padding: 0px 15px;border: 1px solid #EEE; border-radius:10px;font-size: 16px;color: #111; 
-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/images/sub/select_icon01.png)center right 15px no-repeat; 
background-size: 10px auto;}
.sub0301_wrap .top .search_wrap .input_wrap{display: flex;align-items:center;width: 300px; height:40px;padding: 0px 15px 0px 30px; background-color: #F8F9FA;border: 1px solid #EEE; 
border-radius:10px;}
.sub0301_wrap .top .search_wrap .input_wrap input{width: 100%;font-size: 16px;color: #222;border:0;background: transparent; font-weight: 400;}
.sub0301_wrap .top .search_wrap .input_wrap input::placeholder{font-size: 16px;color: #999; font-weight: 400;}
.sub0301_wrap .top .search_wrap .input_wrap input:focus{outline:none;}

.sub0301_wrap .img_wrap{display:grid; grid-template-columns: repeat(3, 1fr); gap:40px 20px;}
.sub0301_wrap .img_wrap .img_box img{border-radius: 5px; width:420px; height:240px; object-fit:cover;}
.sub0301_wrap .img_wrap .img_box p{color: #111;font-family: "Kakao Small Sans";font-size: 20px;font-weight: 400;line-height: 1.3; margin-top: 15px; margin-bottom: 10px;}
.sub0301_wrap .img_wrap .img_box span{color: #999;font-family: "Kakao Small Sans";font-size: 16px;margin-top: 10px;font-weight: 400;line-height: 110%; }

/* sub0401 */
.sub0401_wrap h4 {color: #111;font-family: "Kakao Big Sans";font-size: 40px;font-weight: 700;}
.sub0401_wrap .con01 ul {display: flex; gap:20px; margin-top: 40px;}
.sub0401_wrap .con01 ul li {display: flex;height: 320px;padding: 50px 40px;flex-direction: column;justify-content: space-between;align-items: flex-start;flex: 1 0 0;border-radius: 10px;background: #FFF;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);}
.sub0401_wrap .con01 ul li p {color: #111;font-family: "Kakao Small Sans";font-size: 28px;font-weight: 300;line-height: 135%; word-break:keep-all;} 
.sub0401_wrap .con01 ul li p b {font-weight: 700;}
.sub0401_wrap .con02 {margin-top: 120px;}
.sub0401_wrap .con02 .grid_wrap {display: grid;  grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px;}
.sub0401_wrap .con02 .grid_wrap .box {display: flex; flex-direction: column;justify-content: center;align-items: center; gap:40px; width: 310px;  height: 310px; padding:20px; border-radius: 20px; background: #F8F9FA;}
.sub0401_wrap .con02 .grid_wrap .wide {grid-column: span 2; width: 640px;  height: 310px; }
.sub0401_wrap .con02 .grid_wrap .box em {color: #111;text-align: center;font-family: "Kakao Small Sans";font-size: 24px;font-weight: 700;line-height: 135%; word-break:keep-all;}
.sub0401_wrap .con03 {margin-top: 120px;}
.sub0401_wrap .con03 ul {display: flex; justify-content: center; align-items: center; gap:10px; margin-top: 40px;}
.sub0401_wrap .con03 ul li:nth-child(odd) {display: flex;width: 295px;height: 295px;padding: 30px 40px 40px 40px;flex-direction: column;justify-content: center;align-items: center;gap: 40px; border-radius: 20px;background: #FFF;box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);}
.sub0401_wrap .con03 ul li span {color: #111;font-family: "Kakao Small Sans";font-size: 16px;font-weight: 700;}
.sub0401_wrap .con03 ul li em {color: #111;font-family: "Kakao Small Sans";font-size: 24px;font-weight: 700; text-align: center; word-break:keep-all;}
.sub0401_wrap .con03 ul li:nth-child(odd):hover {background: #2388ED; box-shadow: 0 0 30px 0 #2388ED; transition: 0.3s ease-in-out;}
.sub0401_wrap .con03 ul li:nth-child(odd):hover span {color:#fff;}
.sub0401_wrap .con03 ul li:nth-child(odd):hover em {color:#fff;}
.sub0401_wrap .con03 ul li:nth-child(odd):hover svg path {fill:#fff;}
.sub0401_wrap .con04 {padding: 40px; border-radius: 20px; border: 1px solid #EEE; margin-top: 60px;}
.sub0401_wrap .con04 span {color: #000;font-family: "Kakao Small Sans";font-size: 18px;font-weight: 700;}
.sub0401_wrap .con04 ul {margin-top: 15px;}
.sub0401_wrap .con04 ul li {color: #000;font-family: "Kakao Small Sans";font-size: 18px;font-weight: 300;line-height: 135%; position: relative; padding-left: 10px;}
.sub0401_wrap .con04 ul li:before {content:""; position: absolute; top:10px; left:0; width: 4px; height: 4px; background: #366092;}


/* sub0501 */
.sub0501_wrap .con01{display: flex; gap:80px;}
.sub0501_wrap .con01 .left {width:440px;}
.sub0501_wrap .con01 .left p{color: #111;font-family: "Kakao Big Sans";font-size: 40px;font-weight: 700;line-height: 135%; word-break:keep-all;}
.sub0501_wrap .con01 .right{width:calc(100% - 520px);}
.sub0501_wrap .con01 .right .form_wrap{display: flex;  flex-direction: column; gap:30px;}
.sub0501_wrap .con01 .right .form_wrap .form_row{display: flex; gap:15px; flex-direction: column;}
.sub0501_wrap .con01 .right .form_wrap .form_row label{color: #222;font-family: Pretendard;font-size: 20px;font-weight: 400;}
.sub0501_wrap .con01 .right .form_wrap .form_row label span{color: #2388ED;}
.sub0501_wrap .con01 .right .form_wrap .form_row input{width:100%; height: 40px; padding: 0 15px; border-radius: 10px;border: 1px solid #EEE;background: #F8F9FA; font-size: 16px;}
.sub0501_wrap .con01 .right .form_wrap .form_row input::placeholder{color: #999;font-family: Pretendard;font-size: 16px;font-weight: 400;}
.sub0501_wrap .con01 .right .form_wrap .form_row select{width:100%; height: 40px; padding: 0 15px; border-radius: 10px;border: 1px solid #EEE;background: #F8F9FA;font-size: 16px;}
.sub0501_wrap .con01 .right .form_wrap .form_row select option{color: #111; font-size: 16px;font-weight: 400;}
.sub0501_wrap .con01 .right .form_wrap .form_row textarea{width:100% ;height: 200px;padding: 9px 15px;border-radius: 10px;border: 1px solid #EEE;background: #F8F9FA; font-size: 16px;}
.sub0501_wrap .con01 .right .form_wrap .agree_wrap{display: flex; flex-direction: column; gap:15px;}
.sub0501_wrap .con01 .right .form_wrap .agree_wrap label{color: #111;font-family: Pretendard;font-size: 18px;font-weight: 400; margin-left: 10px; word-break:keep-all;}
.sub0501_wrap .con01 .right .form_wrap .agree_wrap label a{color: #999;font-family: Pretendard;font-size: 16px;font-weight: 400;line-height: 24px; text-decoration-line: underline;text-decoration-style: solid;text-decoration-skip-ink: auto;text-decoration-thickness: auto;text-underline-offset: auto;text-underline-position: from-font;}

.sub0501_wrap .con01 .right .form_wrap .pop_box{display: none;position: fixed; top: 0px;left: 0px; width: 100%;height: 100%; background: rgba(0,0,0,.7);z-index: 9999;}
.sub0501_wrap .con01 .right .form_wrap .pop_box .pop_wrap{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);background-color: #fff;box-sizing: border-box;border-radius: 15px;padding: 50px;overflow: hidden;max-width: 500px;}
.sub0501_wrap .con01 .right .form_wrap .pop_box .pop_wrap .top{padding: 3px 0 10px;margin-bottom: 20px;border-bottom: 1px solid #000;line-height: 1.2;}
.sub0501_wrap .con01 .right .form_wrap .pop_box .pop_wrap .top p{font-size: 24px; color: #000;font-weight: 700;}
.sub0501_wrap .con01 .right .form_wrap .pop_box .pop_wrap .bot p{margin-bottom: 15px;}
.sub0501_wrap .con01 .right .form_wrap .pop_box .pop_wrap .bot strong{display: block;color: #000;font-weight: 500;font-size: 18px;}
.sub0501_wrap .con01 .right .form_wrap .pop_box .pop_wrap .bot ul li{font-size: 18px;color: #333;font-weight: 400;padding-left: 20px; line-height: 1.5;}
.sub0501_wrap .con01 .right .form_wrap .pop_box .pop_wrap .bot span{display: block;font-size: 18px; color: #000;font-weight: 400;margin-bottom: 15px; line-height: 1.5;}
.sub0501_wrap .con01 .right .form_wrap .pop_box .pop_wrap a.close_btn{display: block; margin: 0 auto;color: #fff;padding: 0 10px;font-size: 18px;width: 80px;height: 42px;border-radius: 5px;text-align: center; background: #2388ED;line-height: 40px;}

.sub0501_wrap .con01 .right .form_wrap .agree_wrap .agree_box {appearance: none;width: 24px;height: 24px;border: 1px solid #eee;border-radius: 5px;margin-right: 10px;position: relative;cursor: pointer;}
.sub0501_wrap .con01 .right .form_wrap .agree_wrap .agree_box::after {content: '✔';font-size: 13px;position: absolute;left: 6px;top: 2px;color: #EEE;visibility: visible;}
.sub0501_wrap .con01 .right .form_wrap .agree_wrap .agree_box:checked {background-color: #356194;border-color: #356194;}
.sub0501_wrap .con01 .right .form_wrap .agree_wrap .agree_box:checked::after {color: #fff;}
.sub0501_wrap .con01 .right .btn_wrap{display: flex; justify-content: flex-end;}
.sub0501_wrap .con01 .right button{width:130px;height: 60px;border-radius: 999px;border: 1px solid #111;color: #111;text-align: center;font-size: 20px;font-weight: 600;}

.sub0501_wrap #sub_sec02{margin-top: 120px;}
.sub0501_wrap #sub_sec02 h4{color: #111;font-family: "Kakao Big Sans";font-size: 40px;font-weight: 700;}
.sub0501_wrap .con02{display: flex; margin-top: 40px; gap:60px; }
.sub0501_wrap .con02 .map_wrap{width:620px;}
.sub0501_wrap .con02 .map_wrap iframe{width:100%;height:420px;}
.sub0501_wrap .con02 .info_wrap{width:calc(100% - 680px); display: flex; flex-direction: column; gap:35px;}
.sub0501_wrap .con02 .info_wrap ul{display: flex; flex-direction: column; border-top:1px solid #111 ;}
.sub0501_wrap .con02 .info_wrap ul li{border-bottom: 1px solid #EEE; display: flex; gap:50px; align-items: center;padding-block:25px;}
.sub0501_wrap .con02 .info_wrap ul li .tit_wrap{width:100px; color: #222;font-family: "Kakao Small Sans";font-size: 20px;font-weight: 700; display: flex; white-space:nowrap;}
.sub0501_wrap .con02 .info_wrap ul li .tit_wrap img{width: 24px; display: block; margin-right: 10px; }
.sub0501_wrap .con02 .info_wrap ul li p{color: #222;font-family: "Kakao Small Sans";font-size: 20px;font-weight: 300; flex: 1 0 0;}
.sub0501_wrap .con02 .info_wrap .link_wrap{display: flex; gap:10px;}
.sub0501_wrap .con02 .info_wrap .link_wrap a{display: block; width:305px; background: #1CC838; border-radius: 999px; height: 50px; line-height: 50px;text-align: center; color: #FFF; font-size: 18px; font-weight: 600;}
.sub0501_wrap .con02 .info_wrap .link_wrap a.k_map{background: #F5CF00;color: #111; }


/* 일반게시판_list */
:root{
	--bg01: #2bacf0;
	--co01: #2388ED;
	--co02: #111;
	--co03: #366092;
}

.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%);}