

/*서브*/
/*
.sub_top01 { position: relative; left: 0; top: 0; width: 100%; height: 20rem; z-index: 2; margin-top: 0px; overflow: hidden; }
.sub_top01:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #353231; z-index: 2; }
.sub_top_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
*/
.sub_top { position: relative; width: 100%; height: 22rem; display: flex; justify-content: center; align-items: center; z-index: 2; overflow: hidden; }
.sub_top:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0;  background: url(../img/sub_top.jpg) bottom no-repeat; background-size: cover; animation: sub_top_img 2.0s 0s both;  }

/*
.sub_top01 .sub_top_img { background: url(../img/sub_top.jpg) center top 10% no-repeat; background-size: cover; animation: sub_top_img 2.0s 0s both; }
*/
.sub_top_txt { z-index: 9; color: #002e45; text-align: center; display: flex; justify-content: center; align-items: center; animation: sub_top_txt 1.0s 0.4s both; transform: translateY(0.6rem); }
.sub_top_txt h2 { font-family: 'trajan'; font-size: 3.5rem; text-transform: uppercase; }
.sub_top_txt p { font-size: 1.12rem; margin-top:-0.5rem; font-weight: 500; letter-spacing: -1px; }


@keyframes sub_img {
from { background: url(../img/sub_top.jpg) center bottom no-repeat; background-size: cover; }
to{ }
}
@keyframes sub_top_img {
from { transform: scale(1.2); }
to{ }
}
@keyframes sub_top_txt {
from { opacity: 0; transform: translateY(3.75rem); }
to{ }
}

#snb_box {width: 90%;  position:relative;  margin:0 auto; /*border-bottom:1px solid #b2b2b2;*/ left:0; right:0; margin-top:-65px; z-index:10;}
#snb_wrap { width: 1100px; height: 65px; position:relative; margin: auto; z-index: 90; }
#snb { width: 480px; height: 65px; position: absolute; right: 0; top: 0; }
#snb:after {content:""; display:block; clear:both; }
#snb > li { float: left; width: 200px; position:relative; height: 65px; text-align: left; box-sizing: border-box; color: #000; }
#snb > li > a:after { content:''; position: absolute; width: 1px; height: 20px; background-color: #adadad; right: 0; top: 0; bottom: 0; margin: auto; }
#snb > li:first-child { width: 60px; }
#snb > li:first-child img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
#snb > li:nth-child(3) { width: 220px; }
#snb > li:nth-child(3) > a:after { display: none; }
#snb > li:first-child + li > a {background:url('../img/snb-arr.gif') no-repeat 100% 50%; }
#snb > li:first-child + li + li > a { margin-top:1px; color: #000; }
/*#snb > li:first-child + li + li { border-bottom: 1px solid #e8e8e8; }*/
#snb > li:first-child + .ov {margin-left:0;}
#snb > li:nth-child(2):after { content:''; width: 8px; height: 8px; border-top: 1px solid #666; border-right: 1px solid #666; transform: rotate(45deg); position: absolute; right: 18px; top: 29px; transition:0.3s; }
#snb > li:nth-child(3):after { content:''; width: 8px; height: 8px; border-top: 1px solid #666; border-right: 1px solid #666; transform: rotate(45deg); position: absolute; right: 18px; top: 29px; transition:0.3s; }
#snb .ov {margin-left:-1px;}
#snb .ov > a { display: block; height: 65px; line-height: 65px; padding: 0 15px; font-size: 14px; color:#000; min-width:160px; font-weight:400; }

#snb > li:nth-child(2):hover:after { transform: rotate(135deg); top: 27px; }
#snb > li:nth-child(3):hover:after { transform: rotate(135deg); top: 27px; }

#snb .ov ul {position:absolute;left:0;top:100%;min-width:100%;background:#fff; display:none; }
#snb .ov ul li { border:1px solid #c2c2c2;margin-top:-1px; font-weight: 400; }
#snb .ov ul li:first-child {margin-top:0;}
#snb .ov ul li a { display:block;font-size:11.5px; color: #000; padding:11px 15px;white-space:nowrap; letter-spacing: 0; }
#snb .ov:hover ul {display:block;}
#snb .ov ul li a:hover { background: #ebebeb; color: #000; }
#snb .ov ul li a br { display: none; }

#snb .ov a { text-transform: uppercase; }
/*#snb .ov:last-child a { text-transform: uppercase; }*/

body.full #sub_container { width: 100%; }
#sub_container { width: 90%; position: relative; left:0; right:0; margin:0 auto; overflow: hidden; background-color: #fff; text-align: center; }
#sub_box { position: relative; width: 100%; margin: auto; text-align: center; padding-bottom: 80px; padding-top: 0px; box-sizing: border-box; margin-top: 80px; }
#sub_tit { width: 100%;  max-width:1100px; margin:0 auto; margin-top: 0; overflow: hidden; text-align: left; }
#sub_tit h2 { font-size: 35px; color: #000; font-weight: 400; line-height: 100%; letter-spacing: -1px; text-transform: uppercase; }
.sub_line { width: 100%; height: 1px; background-color: #002e45; margin: auto; margin-top: 15px; opacity:0.33; text-align: right;}
#sub_tit p {  font-size: 13px; color:#002e45; opacity:0.33; font-family: 'trajan';  margin-top: 13px;  display: flex; justify-content: flex-end; }
/*.sub_line { width: 1px; height: 38px; background-color: #404040; margin: auto; margin-top: 35px; }*/
#sub_tit h5 { font-size: 14px; color: #858585; font-weight: 400; margin-top: 16px; }
#sub_tit h5 b { color: #222; }
#sub_tit h5 div { display: inline-block; color: #056b5c; }
#sub_tit h5 span { font-size: 13px; font-family: 'Brown'; font-weight: 700; }
#sub_page { margin-top: 50px; position: relative; }



.sub_ori { width: 100%; max-width: 1100px; margin: 3.375rem auto 0; background-color: #f3f3f3; text-align: left; padding: 25px 30px; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; }
.sub_ori>div { width: 44px; height: 44px; min-width: 44px; border-radius: 100%; background: #002e45 url(../sub/ori.png) center no-repeat; }
/* .sub_ori ul {  } */
.sub_ori ul li { font-size: 13px; line-height: 155%; color: #000; font-weight: 500; letter-spacing: -1px; position: relative; margin-left:1rem;}
.sub_ori ul li:before { content:'ⓘ '; position: absolute; left: -1rem; }

.sub_ori ul.ori2 li { margin-left: 20px; }
.sub_ori ul.ori2 li:first-child { margin-left: 0; font-size: 14px; margin-bottom: 3px; }
.sub_ori ul.ori2 li:first-child:before { display: none; }

.sub_tab_bt { width: 100%; margin-bottom: 20px; }
.sub_tab_bt ul { width: 100%; display: flex; justify-content: space-between; align-items: center; }
.sub_tab_bt ul li { width: 100%; margin-right: 1%; font-size: 18px; line-height: 60px; border: 1px solid #ccc; box-sizing: border-box; }
.sub_tab_bt ul li a { width: 100%; height: 100%; display: block; }
.sub_tab_bt ul li:last-child { margin-right: 0; }
.sub_tab_bt ul li.active { background-color: #000; color: #fff; border: 1px solid #000; }


/**/

.sub_img_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; padding-bottom: 3rem; margin-top:70px; }
/*.sub_img_wrap img { width: 100%; max-width: 1100px; animation: sub_img 1.2s 0.2s both; }
.sub_img_wrap img.half { width: 50%; float: left; }*/

@keyframes sub_img {
	from { opacity: 0; transform: translateY(3rem); }
	to{ }
}


.sub_page.img { width: 100%; max-width: 1100px; margin: auto; margin-top: 3.125rem; height: auto; position: relative; }
.sub_page.img img { width: 100%; max-width: 1100px; }
.sub_img { margin-bottom: 100px; }
.sub_page.img img.half { width: 50%; float: left; }


ul.tabs2 { width: 100%; display: flex; justify-content: space-between; margin-bottom: 2.25rem; }
ul.tabs2.two { flex-wrap: wrap; }
ul.tabs2 li { width: 100%; color: #222; margin-left: 1%; text-align: center; cursor: pointer; font-size: 16px; height: 2.813rem; line-height: 2.813rem; border: 1px solid #e9eaec; font-weight: 400; background: #e9eaec; }
ul.tabs2 li a { width: 100%; height: 100%; display: block; }
ul.tabs2 li:nth-child(1) { margin-left: 0; }

ul.tabs2 li.selected, ul.tabs li.selected:hover { color: #fff; background: #003c66; border: 1px solid #003c66; }	
ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color: #fff; }
ul.tabs2 li.active { color:#fff; background: #0b364b; border: 1px solid #003c66; }

#container2 { width: 100%; max-width: 1100px; margin: auto; }


	ul.tabs3 { width: 100%; display: flex; justify-content: space-between; margin-bottom: 2.25rem; }
	ul.tabs3.two { flex-wrap: wrap; }
	ul.tabs3 li { width: 100%; color: #222; margin-left: 1%; text-align: center; cursor: pointer; font-size: 16px; height: 2.813rem; line-height: 2.813rem; border: 1px solid #e9eaec; font-weight: 400; background: #e9eaec; }
	ul.tabs3 li a { width: 100%; height: 100%; display: block; font-size:0.975rem;}
	ul.tabs3 li:nth-child(1) { margin-left: 0; }

	ul.tabs3 li.selected, ul.tabs li.selected:hover { color: #fff; background: #009ec2; border: 1px solid #009ec2; }	
	ul.tabs3 li.selected a, ul.tabs li.selected a:hover { color: #fff; }
	ul.tabs3 li.active { color:#fff; background: #009ec2; border: 1px solid #009ec2; }


.btn_all.mo{display: none!important;}

.tj { font-family: 'trajan';  }

/**/

.sub_back { position: relative; width:100%; margin:0 auto; top:0;}
.dgdg { position: absolute; border-radius:100%; background:#ddeaf1; }
.dg_01 { width:25rem; height:25rem; top: -3.5rem; left:5rem;  animation: dgdg 5s 0.4s both; animation-iteration-count: infinite;}
.dg_02 { width:14rem; height:14rem; top: 6rem; left:50%; margin-left:12rem;  animation: dgdg 3s 0.2s both; animation-iteration-count: infinite;}
.dg_03 { width:5rem; height:5rem; top: 25rem; left:50%; margin-left:-11rem;  animation: dgdg 4s 0.7s both; animation-iteration-count: infinite;}

@keyframes dgdg {
	from {  margin-top:0; }
	50%{   margin-top:2rem; }
	to{   margin-top:0rem; }
}


.sum_tit { position: relative;  text-align: left; color:#002e45; }
.sum_tit h1 {  font-size:7rem; line-height:100%; font-weight:bold;  transform: translateX(-3rem); opacity:0;}

.sum_tit_txt { position: absolute; left:12rem; top:9.5rem;  transform: translateY(3rem); opacity:0;}
.sum_tit h3 {  font-size:1.52rem; line-height:100%; font-weight:bold; }
.sum_tit p {  font-size:1rem; margin-top:0.5rem; opacity:0.7;  font-weight:500;}

.sum_tit h2 {  font-size:1.62rem; line-height:100%; font-weight:200; margin-top:5rem; transform: translateY(3rem); opacity:0; }

.sum_ob { width:30%; position: absolute; right:0; margin-right:-3rem; top:3rem; transform: translateX(3rem); opacity:0;}

.sum_tit.active h1 {  transform: translate(0); opacity:1;  transition: 1s 0s;}
.sum_tit.active .sum_tit_txt {  transform: translate(0); opacity:1;  transition: 1.2s 0.3s;}
.sum_tit.active h2 {  transform: translate(0); opacity:1;  transition: 1.2s 1.2s;}
.sum_ob.active { transform: translate(0); opacity:1;  transition: 1.2s 0.2s;}

/**/
.sub_over_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; text-align: left; padding-bottom: 3.5rem; padding-bottom: 0; }

.sub_over_top { width: 100%; margin: auto; position: relative; display: flex; justify-content: space-between; align-items: flex-end; opacity: 0;/*  border: 3px solid #b0b0b0; */ box-sizing: border-box; }
/* .sub_over_top::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: url(../sub/planning_bg.png) center no-repeat; background-size: cover; } */

.sub_over_txt { position: absolute; left: 5rem; top: 3.75rem; z-index: 9; text-align: left; font-family: 'antro'; transition: 1.2s; }
.sub_over_txt h4 { font-size: 1.125rem; line-height: 100%; }
.sub_over_txt h2 { font-family: "Nanum Myeongjo", serif; font-size: 2.8125rem; line-height: 100%; margin-top: 0.625rem; margin-left: -0.3125rem; }
.sub_over_txt p { font-size: 0.875rem; line-height: 178%; margin-top: 2.125rem; opacity: 0.7; }

.sub_over_top h6 { position: absolute; font-size: 0.75rem; color: #fff; left: 1rem; bottom: 1rem; text-shadow:0px 0px 0.5rem #000; z-index: 2; width: 90%; text-align: left;}

.swiper_planning { width: 84%; margin: 0; padding: 0; }
.swiper_planning .sub_planning_img { width: 100%; height: 50vw; max-height: 521px; }
.sub_planning_img.img01 { background: url(../sub/planning01.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img02 { background: url(../sub/planning02.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img03 { background: url(../sub/planning03.jpg) center no-repeat; background-size: cover; }

.swiper_planning_thumb { width: 14.36%; margin: 0; padding: 0; }

.swiper_planning_thumb .swiper-wrapper { display: flex; justify-content: space-between; flex-direction: column; }
.swiper_planning_thumb .swiper-slide { height: 100%; height: 17vw; max-height: 94px; cursor: pointer; border: none; overflow: hidden; margin-top: 0.375rem; position: relative; }
.swiper_planning_thumb .sub_planning_img { width: 100%; height: 100%; filter: grayscale(1); }
.swiper_planning_thumb .swiper-slide-thumb-active .sub_planning_img { opacity: 1; filter: grayscale(0); }
.swiper_planning_thumb .swiper-slide-thumb-active:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 3px solid #000; box-sizing: border-box; }

.swiper-button-next-planning { position: absolute; width: 75px; height: 47px; right: -12%; top: 0%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }
.swiper-button-prev-planning { position: absolute; width: 75px; height: 47px; left: -12%; top: 0%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }
.swiper-button-next-planning img { width: 100%; }
.swiper-button-prev-planning img { width: 100%; }

.sub_over_bottom { width: 100%; margin: auto; position: relative; margin-top: 2.5rem; opacity: 0; text-align:left; color:#002e45;}
.sub_over_txt_box { margin-top: 35px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3.125rem 2rem;}
/*.sub_over_txt_box.active { display: flex; }*/
.sub_over_txt_box>div { width: 100%; }
.sub_over_txt_box>div h4 { font-size: 1.35rem; line-height: 90%; font-weight: 700; border-bottom: 1px solid #002e45; padding-bottom: 18px; }
.sub_over_txt_box>div p { font-size: 0.975rem; line-height: 170%; height: 3rem; margin-top: 18px; opacity: 0.7; font-weight: 500; }

.sub_over_txt_box > div:first-child { grid-column: 3 / 4;}
.sub_over_txt_box > div {  width: 100%;}



.sub_over_top.active { opacity: 1; transition: 1.0s 0s; }
.sub_over_bottom.active { opacity: 1; transition: 1.0s 0s; }

/**/

.sub_location_wrap { width: 100%; max-width: 1500px; margin: auto; height: auto; position: relative; padding-bottom: 3rem; margin-top:70px; }
.location_tit { position: relative; text-align:center; color:#002e45; transform: translateY(3rem); opacity:0; }
.location_tit h1 { font-size:4.5rem;  }
.location_tit h2 { font-size:1.325rem; font-weight:700; margin-top:1rem; }
.location_tit p { font-size:0.975rem; font-weight:500; margin-top:0.5rem; opacity:0.7; }

.location_337 { position: relative; left:0; right:0; margin:0 auto; margin-top:6rem; width:100%; height:296px;}
.location_337_txt_wrap {  position: absolute; top:0rem; left:0; right:0; margin:0 auto; display: flex; justify-content: center; align-items: center;  height:100%;}
.location_337_txt {  position: absolute; text-align:center; color:#002e45;}

.location_337_txt h1 { font-size:1.42rem; font-weight:800; }
.location_337_txt p { font-size:0.975rem; font-weight:500; opacity:0.7; margin-top:0.2rem; letter-spacing:-1px; }

/*
.location_337_txt.txt01 { left:-8rem; top:1.5rem;  transform: translateX(-3rem); opacity:0; }
.location_337_txt.txt02 { left:50%; margin-left:-8rem; text-align:center;  bottom:-2.5rem;  transform: translateY(3rem); opacity:0; }
.location_337_txt.txt03 { right:-8rem; bottom:4rem;  transform: translateX(-3rem); opacity:0;  }
*/

.location_337_txt.txt01 { left:0; right:0; margin:0 auto;  bottom:-4rem;   transform: translateY(3rem); opacity:0; }
.location_337_txt.txt02 { left:0; right:0; margin:0 auto;  bottom:-4rem;  transform: translateY(3rem); opacity:0; }
.location_337_txt.txt03 { left:0; right:0; margin:0 auto;  bottom:-5.5rem;   transform: translateY(3rem); opacity:0;  }


.img_337 { position: relative; transform: translateY(3rem); opacity:0;  display: flex; justify-content: center; align-items: center; margin:0 auto;}
.img_337_txt { position: absolute; top:4.1rem; }

.img_337a {margin-right:6rem; position: relative;}
.img_337b {margin-left:0rem; position: relative; }
.img_337c {margin-left:4rem; position: relative;}

.location_map {  position: relative; margin-top:10rem; }
.location_map img { width:100%; }

.location_bottom { position: relative; left:0; right:0; margin:0 auto; margin-top:3rem; width:100%; max-width:1300px; color:#002e45;}
.location_bottom_box {  display: flex; justify-content: space-between; align-items: center; margin-top:4rem;  }

.location_bottom_box.box01 { padding-bottom:4rem; border-bottom:1px solid #ddd; transform: translateY(3rem); opacity:0;  color:#367099;}
.location_bottom_box.box02 { transform: translateY(3rem); opacity:0;  color:#496072;  }

.lo_bo_txt { text-align:left; letter-spacing:-1px; }
.lo_bo_txt p { font-size:1.55rem; line-height:100%; }
.lo_bo_txt h1 {font-size:2.2rem;  font-weight:200; line-height:120%;  margin-top:0.2rem;}

.lo_bo_line_wrap { position: relative; display: flex; justify-content: flex-start; gap:2rem; margin-top:2rem; }
.lo_bo_line_wrap p { font-size:0.975rem; margin-left:3rem; font-weight:600; }

.lo_bo_line { position: relative; }
.lo_bo_line.line01:after {content: '';  position: absolute; top:50%;  transform: translateY(-50%); left:0; width:2.5rem; height:0.35rem; background:#4c91bf; }
.lo_bo_line.line02:after {content: '';  position: absolute; top:50%;  transform: translateY(-50%); left:0; width:2.5rem; height:0.35rem; background:#b28e31; }
.lo_bo_line.line01 {color:#4c91bf; }
.lo_bo_line.line02 {color:#b28e31; }

.location_map {  transform: translateY(3rem); opacity:0; }

.location_tit.active { transform: translate(0); opacity:1;  transition: 1s 0s; }

.location_337.active .location_337_txt.txt01 { transform: translate(0); opacity:1;  transition: 1s 0.5s; }
.location_337.active .location_337_txt.txt02 { transform: translate(0); opacity:1;  transition: 1s 0.7s; }
.location_337.active .location_337_txt.txt03 { transform: translate(0); opacity:1;  transition: 1s 1.2s; }
.location_337.active .img_337 { transform: translate(0); opacity:1;  transition: 1s 0.2s;  }

.location_bottom_box.box01.active { transform: translate(0); opacity:1;  transition: 1s 0.2s;  }
.location_bottom_box.box02.active { transform: translate(0); opacity:1;  transition: 1s 0.5s;  }
.location_map.active {  transform: translate(0); opacity:1;  transition: 1s 0.2s;  }


/**/

.pre_card { padding:1rem;}
.pre_card_wrap{ width:100%; margin:auto; display:grid;  grid-template-columns: repeat(3, 1fr);  gap:3rem; align-items: center; }
.pre_card{position:relative;  height:23rem; background:#fff; border:1px solid #ddd;}
.pre_card:hover { box-shadow:0 15px 40px rgba(0,0,0,0.15);} 
   
.pre_img {width:100%; height:180px; margin:0 auto; }  
.pre_img.img01 { background:url(../sub/premium_img01.jpg) center/cover no-repeat;}
.pre_img.img02 { background:url(../sub/premium_img02.jpg) center/cover no-repeat;}
.pre_img.img03 { background:url(../sub/premium_img03.jpg) center/cover no-repeat;}
.pre_img.img04 { background:url(../sub/premium_img04.jpg) center/cover no-repeat;}
.pre_img.img05 { background:url(../sub/premium_img05.jpg) center/cover no-repeat;}
.pre_img.img06 { background:url(../sub/premium_img06.jpg) center/cover no-repeat;}
.pre_img.img07 { background:url(../sub/premium_img07.jpg) center/cover no-repeat;}
.pre_img.img08 { background:url(../sub/premium_img08.jpg) center/cover no-repeat;}
   
    
.pre_txt {margin-top:1.5rem; }  
.pre_txt h1 {color:#002e45; font-size:1.35rem; font-weight:700; }   
.pre_txt p {color:#000; opacity:0.7; font-size:0.975rem; line-height:130%; letter-spacing:-1px; margin-top:0.3rem;}   
.pre_txt h3 {color:#0084a6; font-size:0.875rem; }   
.pre_line {position:relative; width:1px; height:1.3rem; background:#0084a6; margin:0 auto; margin-bottom:1rem; }  
.pre_card_bo { position: absolute; left:0; right:0; margin:0 auto; bottom:2rem;}

.pre_title { transform: translateY(3rem); opacity:0;  }
.pre_title h1 { color:#0084a6; font-size:2rem; margin-bottom:1rem;  }
.pre_title p { color:#002e45; font-size:0.875rem; font-weight:600; line-height:100%;}

.line_eff {}
.line_eff::before { content: ''; width: 0; height: 1px; position: absolute; left: -1px; top: -1px; background-color: #000; transition: 0.5s; }
.line_eff::after { content: ''; width: 0; height: 1px; position: absolute; right: -1px; bottom: -1px; background-color: #000; transition: 0.5s; }
.line_eff span { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.line_eff span::before { content: ''; width: 1px; height: 0; position: absolute; left: -1px; bottom: -1px; background-color: #000; transition: 0.5s; }
.line_eff span::after { content: ''; width: 1px; height: 0; position: absolute; right: -1px; top: -1px; background-color: #000; transition: 0.5s; }

.line_eff:hover::before,
.line_eff:hover::after { width: calc(100% + 2px); }
.line_eff:hover span::before,
.line_eff:hover span::after { height: calc(100% + 2px); }


.pre_card.card01 { transform: translateY(3rem); opacity:0; }
.pre_card.card02 { transform: translateY(3rem); opacity:0; }
.pre_card.card03 { transform: translateY(3rem); opacity:0; }
.pre_card.card04 { transform: translateY(3rem); opacity:0; }
.pre_card.card05 { transform: translateY(3rem); opacity:0; }
.pre_card.card06 { transform: translateY(3rem); opacity:0; }
.pre_card.card07 { transform: translateY(3rem); opacity:0; }
.pre_card.card08 { transform: translateY(3rem); opacity:0; }


.pre_title.active { transform: translate(0); opacity:1;  transition: 1s 0.4s;  }
.pre_card.card01.active { transform: translate(0); opacity:1;  transition: 1s 0s; }
.pre_card.card02.active { transform: translate(0); opacity:1;  transition: 1s 0.2s; }
.pre_card.card03.active { transform: translate(0); opacity:1;  transition: 1s 0s; }
.pre_card.card04.active { transform: translate(0); opacity:1;  transition: 1s 0.5s; }
.pre_card.card05.active { transform: translate(0); opacity:1;  transition: 1s 0s; }
.pre_card.card06.active { transform: translate(0); opacity:1;  transition: 1s 0.2s; }
.pre_card.card07.active { transform: translate(0); opacity:1;  transition: 1s 0s; }
.pre_card.card08.active { transform: translate(0); opacity:1;  transition: 1s 0.3s; }


/*  */

.sub_contact_wrap { width: 100%; max-width: 1100px; margin: auto; position: relative; text-align: left; color: #010101; padding-bottom: 4.375rem; padding-bottom: 0; }

/* .sub_contact_wrap h2 { font-size: 1.5rem; line-height: 100%; margin-bottom: 0.9375rem; font-weight: 500; }
.sub_contact_wrap h2 img { margin-right: 0.625rem; margin-top: 0px; }
.sub_contact_top { width: 100%; }
.sub_contact_top>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-end; } */

.sub_contact_bottom { width: 100%; margin-top: 3.75rem; }
.sub_contact_bottom>div { width: 100%; display: flex; justify-content: center; align-items: center; }

.sub_contact_map_box { width: 100%; width: 805px; height: 468px; border: 1px solid #cecece; position: relative; margin:0 auto; }
.sub_contact_map_box img { width: 100%; }

.sub_contact_txt_box { width: 100%; max-width: 805px; margin: 1.5625rem 0; }
.sub_contact_txt_box h3 { display: inline-block; font-size: 2rem; line-height: 100%; font-weight: 700; position: relative; margin-bottom: 3.75rem; }
.sub_contact_txt_box h3:after { content:''; width: 100%; height: 1px; background-color: #000; position: absolute; left: 0; bottom: 0; }


.sub_contact_txt_wrap { display: flex; justify-content: center; align-items: center; gap:3rem;}
.sub_contact_txt_box2 { width: 100%; max-width: 805px; margin: 1.5625rem 0; }
.sub_contact_txt_box2 h3 { display: inline-block; font-size: 2rem; line-height: 100%; font-weight: 700; position: relative; margin-bottom: 3.75rem; }
.sub_contact_txt_box2 h3:after { content:''; width: 100%; height: 1px; background-color: #000; position: absolute; left: 0; bottom: 0; }

.sub_contact_add2 { text-align:center;}
.sub_contact_add2 h1 { font-size: 1.375rem; line-height: 100%; font-weight: 600; }
.sub_contact_add2 p { font-size: 1.125rem; line-height: 100%; margin-top: 0.7rem; color: #7e7e7e; font-weight: 500; letter-spacing: 0; }

.sub_contact_bt2 { display: flex; justify-content: center; align-items: center; margin-right: 0; gap:1rem; margin-top:2rem; margin-bottom:2rem; }
.sub_contact_bt2 div { width: 12rem; height: 3rem; position: relative; }

.sub_contact_bt2 a { width:100%; height:100%; color:#fff; padding-left:0.5rem; font-size:1rem; position: relative; text-align:center; display: flex; justify-content: center; align-items: center; }
.sub_contact_bt2 div:nth-child(1) a:after {  content:''; position: absolute; width:31px; height:31px; background:url(../sub/naver.png) center no-repeat; background-size: 13px; left:2.3rem;}
.sub_contact_bt2 div:nth-child(2) a:after,
.sub_contact_bt2 div:nth-child(3) a:after { content:''; position: absolute; width:31px; height:31px; background:url(../sub/kakao.png) center no-repeat; background-size: 11px; left:2.3rem; }

.sub_contact_bt2 div:nth-child(1) {  background: #002e45; }
.sub_contact_bt2 div:nth-child(2),
.sub_contact_bt2 div:nth-child(3) { background: #007e9e; }

.sub_contact_add { display: flex; justify-content: center; align-items: center; gap:3rem;}
.sub_contact_add h4 { font-size: 1.375rem; line-height: 100%; font-weight: 600; }
.sub_contact_add p { font-size: 1rem; line-height: 100%; margin-top: 0.5rem; color: #7e7e7e; margin-top: 0; font-weight: 500; letter-spacing: 0; }
.sub_contact_add p span { color: #000; }
.sub_contact_top .sub_contact_add { margin-top: 3.125rem; }

.sub_contact_bt { display: flex; justify-content: flex-end; align-items: center; margin-right: 0; }
.sub_contact_bt a { width: 31px; height: 31px; margin-left: 0.3125rem; border-radius: 100%; }
.sub_contact_bt a:nth-child(1) { background: #002e45 url(../sub/naver.png) center no-repeat; background-size: 13px; }
.sub_contact_bt a:nth-child(2),
.sub_contact_bt a:nth-child(3) { background: #007e9e url(../sub/kakao.png) center no-repeat; background-size: 11px; }
.sub_contact_bt a:nth-child(4) { background: url(../sub/tmap.png) center no-repeat; background-size: cover; }

.con_tel {display: flex; justify-content: center; align-items: center; gap:1rem; color:#002e45;   position: relative;}
.con_tel h1 { color:#002e45; font-size:2rem; font-weight:700;}
.con_tel p { color:#002e45; font-size:0.875rem;font-weight:700;}
.con_tel:after { content:'';  position: absolute; width:1px; height:40%; background:#858585; left:-1.5rem;  }

#map { position: relative; width: 100%; height: 100%; }
#map2 { position: relative; width: 100%; height: 100%; }

.map_marker { font-family: "Asta Sans", sans-serif; width: auto; height: auto; border: 2px solid #95182c; background-color: #fff; border-radius: 25px; border-radius: 0; text-align: center; display: flex; justify-content: center; align-items: center; padding: 4px 15px 6px; position: relative; box-sizing: border-box; transform: translate(-25%); }
.map_marker img { width: 140px; }
.map_marker p { font-size: 13px; line-height: 100%; color: #1b1414; font-weight: 600; font-size: 19px; margin-top: 7px; }
.map_marker:after { content:''; width: 0px; height: 0px; border-top: 12px solid #95182c; border-left: 5px solid transparent; border-right: 5px solid transparent; position: absolute; left: 0; right: 0; bottom: -12px; margin: auto; }
/*.map_marker.mk01 { width: 82px; z-index: 9; }*/



/*  */


.sub_gongo_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; color: #000; }

.sub_gongo_top { width: 100%; height: 494px; display: flex; justify-content: space-between; align-items: center; overflow: hidden; }

.sub_gongo_img_box { width: 57.545%; height: 100%; position: relative; overflow: hidden; }
.sub_gongo_img_box>div { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../sub/tsts.jpg) center bottom no-repeat; background-size: cover; /*transform: scale(1.35);*/ transform-origin: center bottom; }

.sub_gongo_txt_box { width: 40%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; text-align: left; }
.sub_gongo_txt_box>div { width: 100%; height: 50%; border: 1px solid #b2b2b2; box-sizing: border-box; margin-bottom: 5%; position: relative; }
.sub_gongo_txt_box>div>a { width: 100%; height: 100%; display: block; box-sizing: border-box; padding: 50px 30px 45px; }
.sub_gongo_txt_box>div:nth-child(2) { margin-bottom: 0; }
.sub_gongo_logo { width: 10rem; }
.sub_gongo_txt_box h2 { font-size: 28px; line-height: 100%; margin-top: 10px; margin-left: -2px; }
.sub_gongo_txt_box p { font-size: 12px; line-height: 167%; opacity: 0.7; margin-top: 25px; }

.sub_gongo_bt { width: 48px; height: 48px; background-color: #e3e3e3; position: absolute; right: 35px; bottom: 35px; border-radius: 100%; }
.sub_gongo_bt>div { width: 30px; height: 17px; position: absolute; left: -10px; top: 0; bottom: 0; margin: auto; transition: 0.4s; }
.sub_gongo_bt>div:before { content:''; width: 100%; height: 1px; background-color: #000; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; }
.sub_gongo_bt>div:after { content:''; width: 10px; height: 10px; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(-45deg); transform-origin: center; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; }

.sub_gongo_notice { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: 30px; }
.sub_gongo_notice a { width: 13%; display: block; }
.sub_gongo_notice img:nth-child(1) { width: 59%; }
.sub_gongo_notice a img:nth-child(1) { width: 100%; }
.sub_gongo_notice img:nth-child(3) { width: 28%; }

.sub_gongo_txt_box>div>a:before { content:''; width: 0; height: 1px; background-color: #000; position: absolute; left: -1px; top: -1px; transition: 0.4s; }
.sub_gongo_txt_box>div>a:after { content:''; width: 1px; height: 0; background-color: #000; position: absolute; right: -1px; top: -1px; transition: 0.4s; }
.sub_gongo_txt_box>div:before { content:''; width: 0; height: 1px; background-color: #000; position: absolute; right: -1px; bottom: -1px; transition: 0.4s; }
.sub_gongo_txt_box>div:after { content:''; width: 1px; height: 0; background-color: #000; position: absolute; left: -1px; bottom: -1px; transition: 0.4s; }

.sub_gongo_txt_box>div:hover>a:before { width: calc(100% + 2px); }
.sub_gongo_txt_box>div:hover>a:after { height: calc(100% + 2px); }
.sub_gongo_txt_box>div:hover:before { width: calc(100% + 2px); }
.sub_gongo_txt_box>div:hover:after { height: calc(100% + 2px); }

.sub_gongo_txt_box>div:hover .sub_gongo_bt>div { left: -3px; }

/*  */

.sub_pr_wrap { width: 100%; height: auto; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; text-align: center; }
.sub_pr_wrap>div { width: 100%; max-width: 1100px; position: relative; z-index: 9; }

/* .sub_pr_vd { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; z-index: 999; margin-bottom: 0px; }
.sub_pr_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; } */
.sub_pr_vd { width: 100%; max-width: 1100px; position: relative; margin: auto; display: flex; justify-content: center; align-items: center; z-index: 9; }
.sub_pr_vd iframe { width: 100%; aspect-ratio: 16/9 !important; }
.sub_pr_vd.shorts { width: 70%; max-width: 350px; }
.sub_pr_vd.shorts iframe { aspect-ratio: 9/16 !important; }
.sub_pr_vd.shorts2 { width: 100%; gap: 2rem 1.5rem; flex-wrap: wrap; }
.sub_pr_vd.shorts2 iframe { max-width: 350px; aspect-ratio: 9/16 !important; }

.sub_pr_vd.sub { max-width: 1100px; margin-top: 3.25rem; }
.sub_pr_vd.over { max-width: 1100px; margin-bottom: 4.75rem; }

.tabs2.pr { gap: 0.625rem 1%; }
.tabs2.pr li { width: 100%; margin-left: 0; box-sizing: border-box; }
.tabs2.pr li:nth-child(4) { margin-left: 0; }
/* .tabs2.pr li:nth-last-child(-n+6) { width: 32.66%; } */

.vr_box { width: 100%; max-width: 1100px; height: 0; margin: auto; position: relative; padding-bottom: 56.25%; }
.vr_box iframe { position: absolute; left: 0; right: 0; width: 100%; max-width: 1100px; height: 100%;}


.cy_btns { display: flex; justify-content: space-between; align-items: center; position: relative; width:100%; gap:1rem; margin-top: 2rem; }
.cy_btn { width:100%; height:12rem; border:1px solid #003c66; border-radius:10px;  display: flex; justify-content: center; align-items: center;}
.cy_btn a { width:100%; height:100%;  display:block; display: flex; justify-content: center; align-items: center;}
.cy_btn p {font-size:1.22rem; line-height:120%; margin-top:1rem; color:#003c66;}

.cy_btn:hover { background:#003c66;  transition: 0.3s;}
.cy_btn:hover p { color:#fff;  transition: 0.3s;}
.cy_btn:hover .cy_icon.cy_icon01 { background:url(../sub/app_btn_01_ho.png) center no-repeat;transition: 0.3s;}
.cy_btn:hover .cy_icon.cy_icon02 { background:url(../sub/app_btn_02_ho.png) center no-repeat;transition: 0.3s;}
.cy_btn:hover .cy_icon.cy_icon03 { background:url(../sub/app_btn_03_ho.png) center no-repeat;transition: 0.3s;}
.cy_btn:hover .cy_icon.cy_icon04 { background:url(../sub/app_btn_04_ho.png) center no-repeat;transition: 0.3s;}

.cy_icon { text-align:center; margin:0 auto; }

.cy_icon.cy_icon01 { background:url(../sub/app_btn_01.png) center no-repeat;  width:30px; height:26px;}
.cy_icon.cy_icon02 { background:url(../sub/app_btn_02.png) center no-repeat; width:24px; height:32px; }
.cy_icon.cy_icon03 { background:url(../sub/app_btn_03.png) center no-repeat; width:23px; height:32px;}
.cy_icon.cy_icon04 { background:url(../sub/app_btn_04.png) center no-repeat; width:32px; height:26px; }


/*paper_btn*/
.btn_all{display: flex; justify-content: center; gap: 2rem;}
.btn_all>div{ background: #003c66; color: #fff;}
.btn_all>div a{display: inline-block; padding: 1rem 2rem;}



/*  */

.email_txt { font-size: 1rem; line-height: 178%; padding: 2.25rem 0rem; box-sizing: border-box; background-color: #f3f3f3; margin-top: 1rem; margin-bottom: 2rem; }
.email_txt span { font-size: 0.875rem; opacity: 0.8; }

/*  */

.sub_event_wrap { width: 100%; max-width: 1100px; margin: auto; }
.sub_event_wrap>div { width: 100%; }

.sub_event_wrap .tabs2 { margin-bottom: 1.5rem; }

.sub_event_tit {  width: 100%; position: relative; text-align: center; background-color: #f3f3f3; padding: 3.5rem 0 3rem; padding: 0; background: none; }
.sub_event_tit img { width: 100%; }
/* .sub_event_tit img { width: 16.875rem; } */
.sub_event_tit p { font-size: 0.875rem; line-height: 160%; opacity: 0.8; margin-top: 1.75rem; }
.sub_event_tit h2 { font-size: 1.75rem; line-height: 100%; font-weight: 700; margin-top: 3.5rem; color: #003c66; }
/* .sub_event_tit h2 { font-size: 1.5rem; line-height: 100%; margin-top: 4.25rem; font-weight: 500; }
.sub_event_tit h2 a { display: flex; justify-content: center; align-items: center; gap: 0 0.625rem; }
.sub_event_tit h2 span { font-family: 'lexend'; font-size: 2.625rem; } */

.sub_event_wrap table { width: 100%; display: flex; }
.sub_event_wrap table col { display: none !important; }
.sub_event_wrap table tbody { width: 100%; display: flex; justify-content: center; flex-wrap: wrap; gap: 0 2%; }
.sub_event_wrap table tr { width: 23.5%; width: 38%; display: flex; justify-content: center; align-items: center; }
.sub_event_wrap table tr td { font-size: 1rem; line-height: 100%; border-bottom: 1px solid #ccc; padding: 0.875rem 0; text-align: center; display: inline-block; position: relative; }
.sub_event_wrap table tr td:nth-child(1) { width: 40%; }
.sub_event_wrap table tr td:nth-child(1)::after { content: ''; width: 1px; height: 30%; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background-color: #ccc; }
.sub_event_wrap table tr td:nth-child(2) { width: 60%; }
/* .sub_event_wrap table tr:nth-child(-n+4) { border-top: 2px solid #003c66; } */

.sub_event_wrap table.tit { margin-top: 3.25rem; color: #fff; }
.sub_event_wrap table.tit tr { border: none; background-color: #003c66; }
.sub_event_wrap table.tit tr td { border: none; font-weight: 500; }
.sub_event_wrap table.tit tr:nth-child(2n) { display: none; }
