@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


@font-face {
    font-family: "Italiana";
    src: url(../font/Italiana-Regular.ttf);
    src: url(../font/Italiana-Regular.ttf).format('truetype');
	font-weight:400;
}

.wrap{min-width:1400px;}

/*header*/
header{position:fixed;left:0;top:-100px;width:100%;min-width:1400px;height: 100px;z-index:1000;padding: 0 70px;overflow:hidden;transition:0.6s; transition-delay:0s;}
.open header { top:0;}
header .head_in{position:relative;height: 100px;display:flex;align-items:center;justify-content:space-between;}
header .head_in::after{content:"";min-width:1400px;position:absolute;left:50%;bottom:0;width:100vw;height:1px;background-color:#ddd;transform:translate(-50%,0);opacity:0;transition:0.3s;}
header h1{width:204px;height:30px;}
header h1 a{display:block;background:url(../images/logo.png?ver=2) no-repeat center / contain;height:100%;}
header .gnb_dim{display:none;background-color:rgba(0,0,0,0.5);position:fixed;left:0;top:0;width:100%;height:100%;opacity:0;pointer-events:none;transition:0.6s;}
header .gnb{display:flex; position:absolute; left:50%; transform:translateX(-50%); height: 100%; gap:0 25px;}
header .depth01 > li{position:relative;height: 100%;}
header .depth01 > li > a{height: 100%;display:block;padding: 0 15px;}
header .depth01 > li > a span{height: 100%;display:flex;align-items:center;position:relative;color:#054438;font-size:18px; font-weight:600; line-height:2em;padding: 0 5px;}
header .depth01 > li > a span::before{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background-color:#124337;z-index:1;transform:translate(-20%,0) scaleX(0);transform-origin: 0 0;transition:0.4s;}
header .depth02{position:absolute;left:0;top:100%;width:100%;text-align:center;padding-top:25px;}
header .depth02 li ~ li{margin-top:10px;}
header .depth02 li{display:flex;justify-content:center;}
header .depth02 li a{display:block;color:#757575;font-size:16px;position:relative;line-height:1.3em;}
header .depth02 li a::before{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:1px;background-color:#054438;transform:scaleX(0);transform-origin: 0 0;transition:0.4s;}
header .info{display:flex;gap:0 8px;align-items:center;z-index: 1;}
header .info .tel a{display:flex;align-items:center;gap: 0 5px;}
header .info .tel i{width:18px;height:16px;background:url(../images/tel-bl.png) no-repeat center / contain;}
header .info .tel p{color:#054438;font-size:26px;font-family:"Jost";font-weight:600;letter-spacing:0.01em;}
header .info .open{background-color:#054438;border-radius:18px;padding: 0 25px;}
header .info .open strong {display:inline-block; color:#fff;font-size:18px;font-weight:700;line-height:36px;}
header:hover{height:340px;box-shadow: 10px 10px 20px rgba(0,0,0,0.1);background-color:#fff;}
header:hover .head_in::after{opacity:1;}
header .depth01 > li:hover > a > span::before{transform:none;}
header .depth02 li a:hover::before{transform:none;}
header.on {background-color:#fff;}
header.on .head_in::after { opacity:1;}
/*.sub header{background-color:#fff;}
.sub header .head_in::after{opacity:1;}*/
header .depth01 > li:hover > a > span,
header .depth01.active > li > a > span {color:#124337;}
@media all and (max-width: 1750px){
	header .gnb { gap:0 12px; position:static; transform:none;}
}
@media all and (max-width: 1500px){
	header .depth01 > li > a{padding: 0 10px;}
}
@media all and (max-width: 1400px){
	header .gnb { gap:0;}
}

.fp-viewing-1 header h1 a,
.fp-viewing-3 header h1 a,
header.is-white h1 a { background-image:url(../images/logo-wh.png);}
.fp-viewing-1 header .depth01 > li > a span,
.fp-viewing-3 header .depth01 > li > a span,
header.is-white .depth01 > li > a span { color:#fff;} 
.fp-viewing-1 header .info .tel i,
.fp-viewing-3 header .info .tel i,
header.is-white .info .tel i { background-image:url(../images/tel-wh.png);}
.fp-viewing-1 header .info .tel p,
.fp-viewing-3 header .info .tel p,
header.is-white .info .tel p { color:#fff;}

.fp-viewing-1 header:hover h1 a,
.fp-viewing-3 header:hover h1 a,
header.is-white:hover h1 a { background-image:url(../images/logo.png);}
.fp-viewing-1 header:hover .depth01 > li > a span,
.fp-viewing-3 header:hover .depth01 > li > a span,
header.is-white:hover .depth01 > li > a span { color:#054438;} 
.fp-viewing-1 header:hover .info .tel i,
.fp-viewing-3 header:hover .info .tel i,
header.is-white:hover .info .tel i { background-image:url(../images/tel-bl.png);}
.fp-viewing-1 header:hover .info .tel p,
.fp-viewing-3 header:hover .info .tel p,
header.is-white:hover .info .tel p { color:#054438;}

.fp-viewing-5 header {opacity: 0; pointer-events: none;}

/*footer*/
footer{background-color:#000;padding: 45px 70px;}
footer .m_br{display:none;}
footer .foot_in{position:relative;}
footer .top_btn{margin-bottom:30px;display:flex;justify-content:flex-end;}
footer .top_btn span{width:8px;cursor:pointer;}
footer .foot_brand{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;}
footer .foot_brand .logo{}
footer .foot_brand .name{display:flex; gap: 0 30px;}
footer .foot_brand .name p{display:flex; align-items:center; gap:10px; color:#fff;font-weight:500;font-size:18px;letter-spacing:-0.05em; line-height:24px;}
footer .foot_brand .name p span{font-size:13px; color:#828282;}
footer .foot_brand.bot { align-items:flex-end;}
footer .foot_info{display:flex;justify-content:space-between;margin-bottom:20px;}
footer .foot_info p{color:rgba(255,255,255,0.6);font-size:14px;letter-spacing:-0.05em;line-height:1.3em;}
footer .foot_info a{color:#777;font-size:13px;letter-spacing:-0.02em;}
footer .family{width:220px;position:relative;}
footer .family a{display:block;width:100%;;border:none;border-bottom:1px solid #fff;padding: 10px 15px;background:none;font-size:16px;color:#fff;text-align:left;position:relative;}
footer .family a span{position:absolute;right:10px;top:50%;width:5px;transform:translate(0,-50%);transition:0.5s;}
footer .ori{color:#7b7b7b;font-size:12px; font-weight:400;letter-spacing:-0.025em;line-height:24px;}
footer address{color:#c3c2c2;font-size:13px;letter-spacing:-0.025em; text-transform:uppercase;}

/*quick*/
.quick{position:fixed;right:70px;top:180px; opacity:0; z-index:50;transition:0.6s;}
.open .quick { top:140px; opacity:1;}
.fp-viewing-0 .quick { transition:1s; transition-delay:4s;}
.quick ul { display:flex; flex-direction:column; align-items:center; gap:18px;}
.quick ul .q1 a{display:block; position:relative; width:135px; height:135px; background:url(../images/rot-icon1.png) center no-repeat; background-size:100px;}
.quick ul .q1 .i em {position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:100%; height:100%;}
.quick ul .q1 .i em::before { content:''; display:block; width:100%; height:100%; background:url(../images/rot-icon2.png?ver=3) left 4px bottom no-repeat; background-size:135px 135px; animation:rotate 8s linear infinite; transition:.8s;}
.quick ul .q2 a {display:flex; align-items:center; justify-content:center; width:90px; height:90px; background:#daddb9; border-radius:50%; text-align:center;}
.quick ul .q2 a span { display:inline-block; padding-top:30px; font-size:14px; color:#054438; font-weight:500; background:url(../images/q2_ico.png) center top no-repeat;}

.fp-viewing-2 .quick {opacity: 0; pointer-events: none; transition-delay:0s;}

 @keyframes rotate { 
	0% {transform:rotate(0deg);}
	100% {transform:rotate(-360deg);}
 }

/* 공통 */
.tx>*,.tx-sd>*{overflow:hidden;display:block;}
.tx span{display:inline-block;transform:translateY(100%);transition:.6s /*cubic-bezier(.22,1,.36,1)*/;transition-delay:var(--d,0s);}
.tx-sd span{display:inline-block;transform:translateY(100%);transition:.6s;transition-delay:var(--d,0s);}
.tx>*:nth-child(1) span{--d:.5s;}
.tx>*:nth-child(2) span{--d:.8s;}
.tx>*:nth-child(3) span{--d:1.2s;}
.tx>*:nth-child(4) span{--d:1.5s;}
.tx>*:nth-child(5) span{--d:1.8s;}

.is-on .tx span,#fullpage>.section.active .tx span,.swiper-slide-active .tx-sd span{transform:translateY(0);}
.swiper-slide-active .tx-sd>*:nth-child(1) span{--d:.6s;}
.swiper-slide-active .tx-sd>*:nth-child(2) span{--d:.8s;}
.swiper-slide-active .tx-sd>*:nth-child(3) span{--d:1s;}
.swiper-slide-active .tx-sd>*:nth-child(4) span{--d:1.2s;}
.swiper-slide-active .tx-sd>*:nth-child(5) span{--d:1.4s;}

@keyframes scrollDown {
	0% {transform: translateY(0);}
	50% {transform: translateY(10px);}
	100% {transform: translateY(0);}
}

/*===== main - 메인 =====*/

/*vis*/
.vis{position:relative; height:100%;overflow:hidden;}
.vis .sd{height:100%;}
.vis .sd .bg{position:absolute;left:0;top:0;width:100%;height:100%;background:no-repeat center/ cover;opacity:1;transform:scale(1.2);transition:transform 2.5s;}
.vis .sd .sd1 .bg{background:url(../images/vis-bg01.jpg) no-repeat center/ cover;}
.vis .sd .sd2 .bg{background:url(../images/vis-bg02.jpg) no-repeat center/ cover;}
.vis .sd .txt{position:absolute;left:0; top:18%; width:100%; overflow:hidden;}
.vis .sd .txt.center { display:flex; flex-direction:column; align-items:center; text-align:center; padding-right: 0;}
.vis .sd .txt.right { display:flex; flex-direction:column; align-items:flex-start; top:20%; text-align:right; padding-left: 125px;}
.vis .sd2 .txt .tx-sd .vis_txt:nth-child(2) { margin-top:24px;}
.vis .sd2 .txt .tx-sd .vis_txt:nth-child(3) { margin-top:12px;}
.vis .sd2 .txt .tx-sd .vis_txt:nth-child(4) { margin-top:12px; margin-bottom: 46px;}
.vis .sd .txt.center .tx-sd .vis_txt:nth-child(2) { margin:16px 0 26px;}
.vis .scroll_down { position:absolute; left:88px; bottom:40px; z-index: 10; animation: scrollDown 1.5s ease-in-out infinite;}
.vis .vis_svg { display: inline-flex; align-items: center; gap:0 20px;}
.vis .vis_svg .txt1 .cls{opacity:0; transform: translateY(100%) scaleY(1.5); transition:.8s;}
.vis .vis_svg .txt2 .cls{opacity:0; transition:.8s;}
.vis .swiper-slide .tx-sd span { transform: translateY(103%);}
.vis .sd .swiper-slide-active .bg { transform: scale(1.1);}
.open .vis .sd .swiper-slide-active .bg{opacity:1;transform:none;transition-delay:0.4s;}

.vis .swiper-slide .tx-sd .vis_txt:nth-child(1) span { transition-delay: 1.4s;}
.vis .swiper-slide .tx-sd .vis_txt:nth-child(2) span { transition-delay: 1.8s;}
.vis .swiper-slide .tx-sd .vis_txt:nth-child(3) span { transition-delay: 2.2s;}
.vis .sd2.swiper-slide .tx-sd .vis_txt:nth-child(1) span { transition-delay: 1.5s; transition-duration:.8s;}
.vis .sd2.swiper-slide .tx-sd .vis_txt:nth-child(2) span { transition-delay: 1.8s; transition-duration:.8s;}
.vis .sd2.swiper-slide .tx-sd .vis_txt:nth-child(3) span { transition-delay: 2.1s; transition-duration:.8s;}
.vis .sd2.swiper-slide .tx-sd .vis_txt:nth-child(4) span { transition-delay: 2.4s; transition-duration:.8s;}
.vis .sd2.swiper-slide .tx-sd .vis_txt:nth-child(5) span { transition-delay: 2.7s; transition-duration:.8s;}
.open .vis .swiper-slide .vis_svg .txt1 .cls-1 { transition-delay: 2.2s;}
.open .vis .swiper-slide .vis_svg .txt1 .cls-2 { transition-delay: 2.3s;}
.open .vis .swiper-slide .vis_svg .txt1 .cls-3 { transition-delay: 2.4s;}
.open .vis .swiper-slide .vis_svg .txt1 .cls-4 { transition-delay: 2.5s;}
.open .vis .swiper-slide .vis_svg .txt2 .cls-1 { transition-delay: 3s;}
.open .vis .swiper-slide .vis_svg .txt2 .cls-2 { transition-delay: 3.2s;}

.open .vis .swiper-slide-active .tx-sd span {transform: none;}
.open .vis .swiper-slide-active .vis_svg .txt1 .cls { opacity:1; transform: none;}
.open .vis .swiper-slide-active .vis_svg .txt2 .cls { opacity:1; fill: #004438;}
.open .vis .swiper-slide-active .vis_svg .txt1 .cls-1 { transition-delay: 2.2s;}
.open .vis .swiper-slide-active .vis_svg .txt1 .cls-2 { transition-delay: 2.3s;}
.open .vis .swiper-slide-active .vis_svg .txt1 .cls-3 { transition-delay: 2.4s;}
.open .vis .swiper-slide-active .vis_svg .txt1 .cls-4 { transition-delay: 2.5s;}
.open .vis .swiper-slide-active .vis_svg .txt2 .cls-1 { transition-delay: 3s;}
.open .vis .swiper-slide-active .vis_svg .txt2 .cls-2 { transition-delay: 3.2s;}
.vis .sd .txt .tx-sd .tx span { transition:0s;}
.vis .swiper-slide-active .tx-sd .vis_txt:nth-child(1) span { transition-delay: 1.4s;}
.vis .swiper-slide-active .tx-sd .vis_txt:nth-child(2) span { transition-delay: 1.8s;}
.vis .swiper-slide-active .tx-sd .vis_txt:nth-child(3) span { transition-delay: 2.2s;}
.vis .sd2.swiper-slide-active .tx-sd .vis_txt:nth-child(1) span { transition-delay: 1.5s; transition-duration:.8s;}
.vis .sd2.swiper-slide-active .tx-sd .vis_txt:nth-child(2) span { transition-delay: 1.8s; transition-duration:.8s;}
.vis .sd2.swiper-slide-active .tx-sd .vis_txt:nth-child(3) span { transition-delay: 2.1s; transition-duration:.8s;}
.vis .sd2.swiper-slide-active .tx-sd .vis_txt:nth-child(4) span { transition-delay: 2.4s; transition-duration:.8s;}
.vis .sd2.swiper-slide-active .tx-sd .vis_txt:nth-child(5) span { transition-delay: 2.7s; transition-duration:.8s;}

/* premium */
.premium_wrap{overflow: hidden; position:relative; padding-top: 100px; width:100%;height:100%;background:url(../images/premium_bg.jpg) no-repeat center/ cover;display:flex;align-items:center;justify-content:center; box-sizing: border-box;}
.premium_wrap::before {content:''; position: absolute; left:0; top:0; width:100%; height:100%; opacity:0; background:url(../images/premium_bg_txt.png) no-repeat center/ cover; transition:1s;}
.premium_wrap .inner{ display:flex; align-items: flex-end; max-width:1400px; width:100%; height:100%;}
.premium_wrap .tit{ display: flex; flex-direction: column; justify-content: center; gap:180px; width:30%; height:100%; text-align:left;}
.premium_wrap .tit strong{display:block;font-size:40px;letter-spacing:.1em;margin-bottom:12px;}
.premium_wrap .tit p{font-size:16px;color:#666;}
.premium_wrap .tit p span { transform: translateY(105%);}
#fullpage>.section.active .premium_wrap .tit .tx p:nth-child(1) span { transition-delay: 1s;}
#fullpage>.section.active .premium_wrap .tit .tx p:nth-child(2) span { transition-delay: 1.2s;}
#fullpage>.section.active .premium_wrap .tit .tx p:nth-child(3) span { transition-delay: 1.4s;}
.premium_wrap .tit .tx p:nth-child(2) { margin:48px 0 15px;}
.premium_wrap .btn_view { position: relative; display: flex; align-items: center; justify-content: center; width:160px; height:160px; border-radius: 50%; border:1px solid rgba(255,255,255,.2); transform: scale(0); opacity:0; transition: .6s;}
.premium_wrap .btn_view::before { content:''; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:80px; height:80px; background:url(../images/btn_view_arrow01.png) center no-repeat; border-radius:50%;}
.premium_wrap .btn_view::after { content:''; display:block; width:128px; height:128px; background:url(../images/btn_view_txt01.png) center no-repeat;animation:rotate 8s linear infinite; background-size: contain;}
.premium_wrap .basic_sd{padding-bottom:50px;}
.premium_wrap .sd_area{position:relative; width:70%; height:100%; transform: translate(20%,0); opacity:0; transition:.8s; transition-delay: 0s;}
.premium_wrap .basic_sd {overflow: hidden; width: 100%; height:100%;}
.premium_wrap .basic_sd .swiper-wrapper { align-items: center; height:100%;}
.premium_wrap .basic_sd .swiper-slide { position:relative; width: 430px; height: 520px; transition: transform 1s; will-change: transform;}
.premium_wrap .basic_sd .swiper-slide:not(.swiper-slide-active) .img {filter: grayscale(1);}
.premium_wrap .basic_sd .swiper-slide-active { opacity: 1;}
.premium_wrap .basic_sd .swiper-slide .img { overflow: hidden; width:100%; aspect-ratio: 1/1; border-radius: 20px; transition:.5s;}
.premium_wrap .basic_sd .swiper-slide .img img { width:100%; height:100%; transform: scale(1.8); object-fit: cover; transition:transform .1s ease;}
.premium_wrap .basic_sd .swiper-slide .cal { position:absolute; left:82%; top:30%; width:max-content; transform: scale(0) translateY(100px); opacity:0; transition:.6s .4s;}
.premium_wrap .basic_sd .swiper-slide .tx-sd { overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; position:absolute; left:0; top:0; bottom:0; padding:32px; width:100%; background:linear-gradient( to top, #ebe9dc 30%, rgba(235,233,220,0.5) 38%, rgba(235,233,220,0) 60%, rgba(235,233,220,0) 100%); border-radius: 0 0 20px 20px;}
.premium_wrap .basic_sd .swiper-slide .tx-sd .ft01 span { font-size:15px; color:#141414; font-family: "Playfair Display"; letter-spacing: 1px;}
.premium_wrap .basic_sd .swiper-slide .tx-sd .ft01 em { font-size:18px; font-family: "Playfair Display";}
.premium_wrap .basic_sd .swiper-slide .tx-sd dl { margin-top: 20px; line-height: 1.2;}
.premium_wrap .basic_sd .swiper-slide .tx-sd dl dt {overflow:hidden; font-size:22px; color:#054438; font-weight:700; letter-spacing: -0.5px;}
.premium_wrap .basic_sd .swiper-slide .tx-sd dl dd {overflow:hidden; margin-top: 15px; font-size: 17px; color:#121212; letter-spacing: -0.8px;}
.premium_wrap .basic_sd .swiper-slide .tx-sd dl dd em { font-size:15px;}
.premium_wrap .basic_sd .swiper-slide .tx-sd{ opacity:0; transition-delay: .1s;}
.premium_wrap .basic_sd .swiper-slide-active .img {aspect-ratio: 43 / 52;}
.premium_wrap .basic_sd .swiper-slide-active .img img { transform: scale(1); transition:transform .8s ease;}
.premium_wrap .basic_sd .swiper-slide-active .tx-sd { opacity:1;}
.premium_wrap .basic_sd .swiper-slide-active .cal { transform: none; opacity: 1;}
.premium_wrap .swiper_custom_wrap { display: flex; align-items: center; justify-content: center; gap:0 10px; width:430px; position: absolute; left:70px; bottom:130px; z-index: 10;}
.premium_wrap .progress_wrap{display:flex;align-items:center;justify-content:center;gap:0 10px;}
.premium_wrap .progress_wrap em{font-size:14px;color:#fff;font-weight:500;font-family:"Jost",sans-serif;}
.premium_wrap .progress_wrap .current{font-weight:700;}
.premium_wrap .progress_wrap .progress{position:relative;width:271px;height:1px;background:rgba(255,255,255,.2);}
.premium_wrap .progress_wrap .progress .bar{position:absolute;left:0;top:0;bottom:0; width:auto; background:#fff; transition:.5s;}
.premium_wrap .swiper_btn_wrap { display: flex; align-items: center; gap:0 14px;}
.premium_wrap .swiper_btn{border-radius:50%; cursor:pointer;transition:.3s;}

.fp-viewing-1 .premium_wrap::before { transform: none; opacity:1; transition:1s; transition-delay: .2s;}
.fp-viewing-1 .premium_wrap .btn_view {transform: scale(1); opacity:1; transition-delay: .6s;}
.fp-viewing-1 .premium_wrap .sd_area {transform: translate(0,0); opacity:1; transition:.8s; transition-delay: .4s;}

/* location */
.location_wrap {overflow:hidden; position:relative; width:100%;height:100%;background:url(../images/location_bg.jpg?v=2) no-repeat center/ cover;}
.location_wrap .circle { position:absolute;}
.location_wrap .cir1 { bottom:70px; left:50%; transform:translateX(-50%); width:526px; height:526px; border-radius:50%; border:1px solid rgba(200,186,167,.4);}
.location_wrap .cir2 { top:-329px; right:-22px; width:654px; height:654px; border-radius:50%; border:1px solid rgba(0,62,58,.3);}
.location_wrap .circle::before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background: center no-repeat; background-size:cover;}
.location_wrap .cir1::before { background-image:url(../images/circle01.png); animation:cir01 10s linear infinite;}
.location_wrap .cir2::before { background-image:url(../images/circle02.png?v=2); animation:cir02 8s linear infinite;}
.location_wrap,.location_wrap .vertical{position: relative; width:100%;height:100%;}
.location_wrap .swiper-slide{width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.location_wrap .swiper-slide .flex_box { display: flex; align-items: stretch; width:100%; height:100%;}
.location_wrap .swiper-slide .bg_wrap { overflow: hidden; position:relative; width:50%; height:100%;}
.location_wrap .swiper-slide .bg { position:absolute; left:0; top:0; width:100%; height:100%; background-position: center bottom; background-repeat: no-repeat; background-size: cover; inset:0; clip-path:inset(0 0 100% 0); transform:scale(1.2); transition: clip-path 1.2s cubic-bezier(.77,0,.18,1),transform 1.5s ease;}
.location_wrap .swiper-slide .bg1 { background-image: url(../images/location_img01.jpg);}
.location_wrap .swiper-slide .bg2 { background-image: url(../images/location_img02.jpg);}
.location_wrap .swiper-slide .bg3 { background-image: url(../images/location_img03.jpg);}
.location_wrap .swiper-slide .bg4 { background-image: url(../images/location_img04.jpg);}
.location_wrap .swiper-slide-next .bg{ clip-path:inset(100% 0 0 0); transform:scale(1.15);}
.location_wrap .swiper-slide .txt_wrap { display: flex; justify-content: center; align-items: center; padding-right: 170px; padding-top:50px; width:50%; height:100%; text-align: center;}
.location_wrap .swiper-slide .img { overflow: hidden; width:430px; height:567px; border-radius: 215px;}
.location_wrap .swiper-slide .img img { opacity:0; transform: scale(1.15); transition:.8s;}
.location_wrap .swiper-slide .ft01 { margin-top: 36px;}
.location_wrap .swiper-slide .ft01 span {font-size:15px; color:#010101; font-family: "Playfair Display", serif; letter-spacing: 1px;}
.location_wrap .swiper-slide .ft01 span em { color:#010101; font-family: "Playfair Display" letter-spacing: 1px;}
.location_wrap .swiper-slide strong { display: block; margin: 16px 0 30px; ; font-size:28px; color:#003e3a; font-weight:700; letter-spacing: -0.5px;}
.location_wrap .swiper-slide p { font-size:19px; color:#121212; line-height:28px; letter-spacing: -0.5px;}
.swiper-pagination-bullets.swiper-pagination-horizontal.location_pagination {display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 36px; position:absolute; right:0; left:auto; top:50%; transform: translateY(-50%); z-index: 10;}
.location_pagination .swiper-pagination-bullet { position:relative; margin:0; padding-right:72px; width:auto; height:auto; border-radius: 0; background-color: transparent; opacity:1;}
.location_pagination .swiper-pagination-bullet em { font-size: 18px; font-family: "Playfair Display"; color: #787472; letter-spacing: 1px;}
.location_pagination .swiper-pagination-bullet-active em { color:#054438;}
.location_pagination .swiper-pagination-bullet::after { content:''; position:absolute; left:calc(100% - 62px); top:50%; transform: translateY(-50%); width:0px; height:1px; background-color: #124337; transition:.5s;}
.location_pagination .swiper-pagination-bullet-active::after { width:62px;}
.location_wrap .sd1 .tx-sd .ft01 span,
.location_wrap .sd1 .tx-sd strong span,
.location_wrap .sd1 .tx-sd p span,
.location_wrap .sd4 .tx-sd .ft01 span,
.location_wrap .sd4 .tx-sd strong span,
.location_wrap .sd4 .tx-sd p span{ transform: translateY(100%);}
#fullpage>.section.active .location_wrap .swiper-slide-active .bg{clip-path:inset(0 0 0 0); transform:scale(1);}
#fullpage>.section.active .location_wrap .sd1.swiper-slide-active .tx-sd .ft01 span,
#fullpage>.section.active .location_wrap .sd4.swiper-slide-active .tx-sd .ft01 span { transform: translateY(0); transition-delay: .8s;}
#fullpage>.section.active .location_wrap .sd1.swiper-slide-active .tx-sd strong span,
#fullpage>.section.active .location_wrap .sd4.swiper-slide-active .tx-sd strong span { transform: translateY(0); transition-delay: 1s;}
#fullpage>.section.active .location_wrap .sd1.swiper-slide-active .tx-sd p span,
#fullpage>.section.active .location_wrap .sd4.swiper-slide-active .tx-sd p span { transform: translateY(0); transition-delay: 1.2s;}
#fullpage>.section.active .location_wrap .swiper-slide-active .img img { opacity:1; transform: none; transition-delay: .8s;}
 @keyframes cir01 { 
	0% {transform:rotate(170deg);}
	100% {transform:rotate(-15deg);}
 }
 @keyframes cir02 { 
	0% {transform:rotate(110deg);}
	100% {transform:rotate(-60deg);}
 }


/* brand */
.brand_wrap,
.brand_wrap .vertical{width:100%;height:100%;}
.brand_wrap .inner {max-width: 1400px; width:100%;}
.brand_wrap .swiper-slide{position:relative; width:100%;height:100%; display:flex;align-items:center;justify-content:center;}
.brand_wrap .swiper-slide .bg { position:absolute; left:0; bottom:0; width:100%; height:100%; background-position: center; background-repeat: no-repeat; background-size: cover; background-size:cover; background-position:center; transform:scale(1.2); transition: transform 1.8s ease;}
.brand_wrap .sd1 .bg{background:url(../images/brand_bg01.jpg) center no-repeat; background-size: cover;}
.brand_wrap .sd1 .txt_box { text-align: center;}
.brand_wrap .sd1 .tx { text-align: center; margin-bottom: 24px;}
.brand_wrap .sd1 .tx p {font-size:18px; color:#054438; line-height: 30px; letter-spacing: -0.4px;}
.brand_wrap .sd1 .logo_svg {width:330px;}
.brand_wrap .sd1 .logo_svg .cls{opacity:0; transform: translateY(100%) scaleY(1.5); transition:.8s;}
#fullpage>.section.active .brand_wrap .sd1.swiper-slide .tx p span { transform: translateY(100%);}
#fullpage>.section.active .brand_wrap .sd1.swiper-slide-active .tx p span { transform: translateY(0); transition-delay: 0s;}
#fullpage>.section.active .brand_wrap .sd1.swiper-slide .tx p:nth-child(1) span { transition-delay: 0s;}
#fullpage>.section.active .brand_wrap .sd1.swiper-slide .tx p:nth-child(2) span { transition-delay: 0s;}
#fullpage>.section.active .brand_wrap .sd1.swiper-slide-active .tx p:nth-child(1) span { transition-delay: .4s;}
#fullpage>.section.active .brand_wrap .sd1.swiper-slide-active .tx p:nth-child(2) span { transition-delay: .6s;}
.brand_wrap .sd1.swiper-slide-active .logo_svg .cls-1{ transition-delay:.8s; }
.brand_wrap .sd1.swiper-slide-active .logo_svg .cls-2{ transition-delay:1s; }
.brand_wrap .sd1.swiper-slide-active .logo_svg .cls-3{ transition-delay:1.2s; }
.brand_wrap .sd1.swiper-slide-active .logo_svg .cls-4{ transition-delay:1.4s; }
.fp-viewing-3 .brand_wrap .sd1.swiper-slide-active .bg { transform: none; opacity:1;}
.fp-viewing-3 .sd1.swiper-slide-active .logo_svg .cls { opacity:1; transform: none;}
.brand_wrap .sd2 .bg{overflow: hidden; max-height:0; background:url(../images/brand_bg02.jpg) center bottom no-repeat; clip-path: ellipse(70% 100% at 50% 100%);}
.brand_wrap .sd2.swiper-slide-active .bg { animation: bgAni02 2.4s ease-in-out forwards;}
.brand_wrap .sd2 .txt_wrap { text-align: left; color:#fff;}
.brand_wrap .sd2 .logo_svg02 { max-width:210px;}
.brand_wrap .sd2 .txt_wrap .tit { margin-bottom: 40px; line-height: 1;}
.brand_wrap .sd2 .txt_wrap .tit span { font-family: "Italiana", sans-serif; font-size:18px; letter-spacing: 0.9px;}
.brand_wrap .sd2 .txt_wrap .tit strong { display: block; margin:58px 0 48px; font-family: "Italiana", sans-serif; font-size:58px; letter-spacing: 0.2px;}
.brand_wrap .sd2 .txt_wrap .tit p { font-size:34px; letter-spacing: -0.4px; font-weight:700;}
.brand_wrap .sd2 .txt_wrap .txt { margin-bottom: 66px;}
.brand_wrap .sd2 .txt_wrap .txt p { font-size:18px; color:#ebe9dc; line-height:28px; letter-spacing: -0.4px;}
.brand_wrap .sd2 .txt_wrap .txt strong { display: block; margin-top: 30px; font-size:18px; line-height:29px; letter-spacing: -0.4px;}
.brand_wrap .sd2 .txt_wrap .tit > *,
.brand_wrap .sd2 .txt_wrap .txt > * { opacity: 0; display:inline-block; transform: translateX(50px); transition:.8s;}
.brand_wrap .sd2 .logo_svg02 .cls{opacity:0; transform: translateY(100%) scaleY(1.5); transition:.8s;}
.brand_wrap .sd2.swiper-slide-active .txt_wrap .tit > *,
.brand_wrap .sd2.swiper-slide-active .txt_wrap .txt > *,
.brand_wrap .sd2.swiper-slide-active .logo_svg02 .cls { opacity:1; transform: none;}
.brand_wrap .sd2.swiper-slide-active .tit span { transition-delay: 2.4s;}
.brand_wrap .sd2.swiper-slide-active .tit strong { transition-delay: 2.5s;}
.brand_wrap .sd2.swiper-slide-active .tit p { transition-delay: 2.6s;}
.brand_wrap .sd2.swiper-slide-active .txt p { transition-delay: 2.7s;}
.brand_wrap .sd2.swiper-slide-active .txt strong { transition-delay: 2.8s;}
.brand_wrap .sd2.swiper-slide-active .logo_svg02 .cls-1{ transition-delay:3s; }
.brand_wrap .sd2.swiper-slide-active .logo_svg02 .cls-2{ transition-delay:3.1s; }
.brand_wrap .sd2.swiper-slide-active .logo_svg02 .cls-3{ transition-delay:3.2s; }
.brand_wrap .sd2.swiper-slide-active .logo_svg02 .cls-4{ transition-delay:3.3s; }
.brand_wrap .btn_view { position: absolute; right:0; top:0; display: flex; align-items: center; justify-content: center; width:160px; height:160px; border-radius: 50%; transform: scale(0); opacity:0; transition: 1s;  background:url(../images/btn_view_arrow02.png) center no-repeat;}
.brand_wrap .btn_view::after { content:''; display:block; width:128px; height:128px; background:url(../images/btn_view_txt02.png) center no-repeat;animation:rotate 10s linear infinite; background-size: contain;}
.brand_wrap .sd2.swiper-slide-active .btn_view {transform: scale(1); opacity:1; transition-delay: 3.2s;}
@keyframes bgAni02 {
    0% { clip-path: ellipse(70% 100% at 50% 100%); max-height:0; transform: scale(1) translateY(100px);}
    66% { clip-path: ellipse(70% 100% at 50% 100%); max-height:404px; transform: scale(1.15) translateY(0);}
    100% { clip-path: ellipse(150% 150% at 50% 100%); max-height:100%; transform: scale(1) translateY(0); background-size:cover;}
}

/* contact */
.contact_wrap { display: flex; align-items: center; width:100%; height:100%; background:url(../images/contact_bg.jpg) no-repeat center/ cover;}
.contact_wrap .inner { max-width: 1100px; width:100%;}
.contact_wrap .tx { text-align: center;}
.contact_wrap .tx strong span { font-size:54px; color:#0b0b0b; font-family: "Italiana", sans-serif; letter-spacing: 0.4px;}
.contact_wrap .tx p { margin-top: 24px; font-size:18px; color:#646363; letter-spacing: -0.5px;}
.contact_wrap .map_wrap { display: flex; align-items: center; gap:0 60px; margin-top: 90px;} 
.contact_wrap .map_wrap .map { overflow: hidden; width:530px;}
.contact_wrap .map_wrap .map img { transform: scale(1.05); opacity:0; transition: .6s;}
.contact_wrap .map_wrap .map_info { width:calc(100% - 590px);}
.contact_wrap .map_wrap .map_info ul li { padding:25px 0; transform: translateX(50px); opacity: 0; transition: .6s;}
.contact_wrap .map_wrap .map_info ul li ~ li { border-top:1px solid #d9d9d9;}
.contact_wrap .map_wrap .map_info ul li span { display: inline-flex; justify-content: center; align-items: center; width:84px; height:30px; border-radius: 15px; background:#003e3a; font-size:16px; color:#fff; font-weight: 500; letter-spacing: -0.4px;}
.contact_wrap .map_wrap .map_info ul li .txt { display: flex; justify-content: space-between; align-items: center; margin-top: 5px;}
.contact_wrap .map_wrap .map_info ul li .txt p { font-size: 18px; color:#121212; letter-spacing: -0.5px;}
.contact_wrap .map_wrap .map_info ul li .map_sns { display: flex; align-items: center; gap:0 5px;}
.contact_wrap .map_wrap .map_txt { margin-top: 50px; transform: translateX(50px); opacity: 0; transition: .6s;}

.fp-viewing-4 .contact_wrap .map img,
.fp-viewing-5 .contact_wrap .map img { transform: none; opacity: 1; transition-delay:.8s;}
.fp-viewing-4 .contact_wrap .map_wrap .map_info ul li,
.fp-viewing-5 .contact_wrap .map_wrap .map_info ul li { transform: none; opacity: 1;}
.fp-viewing-4 .contact_wrap .map_wrap .map_info ul li:nth-child(1) {transition-delay:1.1s;}
.fp-viewing-4 .contact_wrap .map_wrap .map_info ul li:nth-child(2) {transition-delay:1.2s;}
.fp-viewing-4 .contact_wrap .map_wrap .map_txt,
.fp-viewing-5 .contact_wrap .map_wrap .map_txt { transform: none; opacity: 1; transition-delay: 1.4s;}

/*===== sub - 서브페이지 =====*/

/*sub*/
.sub_top{position:relative;}
.svis{overflow:hidden;position:relative;}
.svis .bg{position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/svis-bg.jpg?ver=2) no-repeat center / cover;transform:scale(1.2);transition:1.2s;}
.svis .tit{text-align:center;padding:180px 0 120px;position:relative;z-index:1;}
.svis .tit dl dt{color:#010101;font-size:56px;font-family: "Italiana", sans-serif;font-weight:400;overflow:hidden;}
.svis .tit dl dt span{display:block;transform:translate(0,100%);transition:0.8s; letter-spacing:7px;font-family: "Italiana", sans-serif;}
.svis .tit dl dd{color:#010101;font-size:22px;margin-top:24px;transition:0.8s;overflow:hidden; line-height:26px;}
.svis .tit dl dd span{display:block;transform:translate(0,100%);transition:0.8s;transition-delay:0.3s;}
.sub_top.active .svis .tit dl dt span,
.sub_top.active .svis .tit dl dd span{transform:none;}
.content{padding: 120px 0 200px;}
.content.pb_none{padding-bottom:0;}
.fit_in{padding: 0 160px;}
.inner{position:relative;margin: 0 auto;}
.in_1600{max-width:1600px;}
.in_1400{max-width:1400px;}
.in_1200{max-width:1200px;}

/*sub_tab*/
.sub_tab{width:100%; border-bottom:1px solid #dddddd; background:#fff;}
.sub_tab .box{display:flex;}
.sub_tab ul{width:100%; display:flex;align-items:center;justify-content:center;}
.sub_tab ul li{padding: 0 16px;}
.sub_tab ul li a{display:block;font-size: 17px;color:#2d2d2d;line-height: 80px;padding: 0 14px;position:relative;font-weight:500;}
.sub_tab ul li a::before{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background-color:#124337;transform:scaleX(0);transition:0.4s; }
.sub_tab ul li a:hover:before,
.sub_tab ul li.active a::before{transform:none;}
.sub_tab ul li.active a { color:#124337;}

.precaution{background-color: #f5f5f5;margin-top: 80px;padding: 40px 20px 40px 120px;position: relative;}
.precaution:before{content: "!";font-size:28px;display: inline-block;width: 50px;height: 50px;background:#000;border-radius:50%;position: absolute;top: 50%;left: 40px;transform:translate(0,-50%);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;}
.precaution li{font-size: 13px;color: #999;line-height: 1.69em;position: relative;}

.img_motion{opacity:0;transform:translate(0,60px);transition:0.8s;}
.img_motion.active{opacity:1;transform:none;}
.info_box {margin-top:40px;}
.info_box ~ .info_box { margin-top: 80px;}
.info_box .sub0101_tit{display:block; color:#000;font-size:22px; font-weight:500;letter-spacing:-0.05em;opacity:0;transform:translate(0,60px);transition:0.6s;}
.info_box .sub0101_tit.img_motion.active{opacity:1;transform:none;}
.info_tbl{margin-top:8px;display:flex;flex-wrap:wrap;justify-content:space-between;}
.info_tbl li{width:47.15%;padding: 35px 0 30px;position:relative;opacity:0;transform:translate(0,40%);transition:0.8s;}
.info_tbl li:nth-child(3),
.info_tbl li:nth-child(4){transition-delay:0.2s;}
.info_tbl li:nth-child(5),
.info_tbl li:nth-child(6){transition-delay:0.4s;}
.info_tbl li dl dt{margin-bottom:20px;color:#4b5055;font-size:16px;letter-spacing:-0.025em;}
.info_tbl li dl dd{color:#000;font-size:20px;letter-spacing:-0.05em;}
.info_tbl li dl dd p{display:flex; gap: 0 35px;}
.info_tbl li dl dd em{font-size:16px;}
.info_tbl li::before{content:"";position:absolute;left:0;bottom:0;background-color:#ccc;width:100%;height:1px;}
.info_tbl.active li{opacity:1;transform:none;}

.con_tab{margin-bottom:80px;opacity:0;transform:translate(0,100%);transition:0.6s;}
.con_tab.active{opacity:1;transform:none;}
.con_tab ul{display:flex;}
.con_tab ul li{outline:1px solid #ddd;text-align:center;cursor:pointer;}
.con_tab ul li{background-color:#f3eee8;color:#000;padding: 20px 0;font-size:16px;transition:0.3s;}
.con_tab.tab2 ul li{width:50%;}
.con_tab.tab3 ul li{width:33.33%;}
.con_tab.tab4 ul li{width:25%;}
.con_tab.tab5 ul li{width:20%;}
.con_tab ul li.on{background-color:#054438;color:#fff;}
.con_tab_box > ul > li{display:none;}
.con_tab_box > ul > li.on{display:block;}
.con_tab_box > ul > li .img{opacity:0;transform:translate(0,80px);transition:0.8s;}
.con_tab_box > ul > li .img.active{opacity:1;transform:none;}

.vd_box{position:relative;width:100%;padding-bottom:56.25%;}
.vd_box iframe{position:absolute;left:0;top:0;width:100%;height:100%;}
.vd_bot {display:flex; align-items:center; justify-content:space-between; margin-top:16px; padding:40px; background:#004438;}
.vd_bot h5 { font-size:32px; color:#fff; font-weight:700;}
.vd_bot .vd_btn_wrap { display:flex; align-items:center; gap:0 10px;}
.vd_bot .vd_btn_wrap .vd_btn { font-size: 18px; padding: 9px 25px; line-height: 25px; color:#232323; border:2px solid #fff; background:#fff; transition:.3s;}
.vd_bot .vd_btn_wrap .vd_btn:hover { background:transparent;; color:#fff;}

.mojip{display:flex;position:relative;padding-bottom: 210px;}
.mojip .area{position:relative;width:50%;overflow:hidden;}
.mojip .img{opacity:0;transform:scale(1.2);transition:1s;transition-delay:0.2s;}
.mojip .rig{background-color:#eee;display:flex;align-items:center;justify-content:center;opacity:0;transition:0.6s;transition-delay:0.2s;}
.mojip .box{width:55%;}
.mojip .logo{width:140px;margin: 0 auto;margin-bottom:20px;opacity:0;transform:translate(0,100%);transition:0.6s;transition-delay:0.2s;}
.mojip .txt{text-align:center;}
.mojip .txt p{overflow:hidden;color:#000;font-size:30px;line-height:1.3em;font-weight:500;}
.mojip .txt p span{display:block;transform:translate(0,100%);transition:0.6s;transition-delay:0.4s;}
.mojip ul{margin-top:30px;}
.mojip ul li{opacity:0;transform:translate(0,100%);transition:0.6s;}
.mojip ul li ~ li{margin-top:10px;}
.mojip ul li:nth-child(1){transition-delay:0.6s;}
.mojip ul li:nth-child(2){transition-delay:0.7s;}
.mojip ul li a{display:flex;align-items:center;background-color:#000;padding: 0 40px;justify-content:space-between;border-radius: 50px;}
.mojip ul li a p{color:#fff;font-size:22px;line-height: 2.6em;}
.mojip ul li a em{width:10px;}
.mojip .acrobat{position:absolute;bottom:0;width:100%;}
.mojip .acrobat a{display:block;max-width:1000px;margin: 0 auto;box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);opacity:0;transform:translate(0,20%);transition:0.6s;transition-delay:0.8s;}
.mojip.active .rig,
.mojip.active .img,
.mojip.active .logo,
.mojip.active .txt p span,
.mojip.active ul li,
.mojip.active .acrobat a{opacity:1;transform:none;}

.unit_con{margin-bottom:100px;}
.unit_con .type{margin-bottom:40px;display:flex;align-items: flex-end;justify-content: space-between;}
.unit_con .type .tit{display: flex;align-items: flex-end;gap: 0 35px;overflow:hidden;}
.unit_con .type .tit strong{opacity:0;display:block;font-size: 70px;font-weight: 600; color: #363e41;transform:translate(0,105%);transition:0.6s;}
.unit_con .type .tit dl{display: flex; align-items: center;font-size: 24px;color: #1f2623;gap: 0 10px;transform:translate(0,105%);transition:0.6s;transition-delay:0.3s;}
.unit_con .type .tit dl dd{font-weight:600;}
.unit_con .type .file{display:flex;gap: 0 30px;}
.unit_con .type .file a{display: block;font-size: 20px; font-weight: 500;padding-right: 35px; color: #363e41; background: url(../images/unit-arr.png) no-repeat center right / contain;opacity:0;transform:translate(-20%,0);transition:0.6s;}
.unit_con .type .file a:nth-child(1){transition-delay:0.4s;}
.unit_con .type .file a:nth-child(2){transition-delay:0.5s;}
.unit_con .info{position:relative;padding:30px;}
.unit_con .info::before{content:"";position:absolute;left:0;top:0;width:100%;height:1px;background-color:#ddd;transform:scaleX(0);transition:0.8s;transition-delay:0.4s;}
.unit_con .info::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#ddd;transform:scaleX(0);transition:0.8s;transition-delay:0.4s;}
.unit_con .info ul{display:flex;justify-content:space-between;}
.unit_con .info ul li{opacity:0;transform:translate(-30%,0);transition:0.8s;}
.unit_con .info ul li:nth-child(1){transition-delay:0.6s;}
.unit_con .info ul li:nth-child(2){transition-delay:0.7s;}
.unit_con .info ul li:nth-child(3){transition-delay:0.8s;}
.unit_con .info ul li:nth-child(4){transition-delay:0.9s;}
.unit_con .info ul li:nth-child(5){transition-delay:1s;}
.unit_con .info ul li p span{color: #363e41; font-size: 18px;}
.unit_con .info ul li p strong{color: #363e41; font-weight: 600; }
.unit_txt{margin-bottom: 80px;}
.unit_txt .tit{font-weight: 600;color: #363e41;font-size: 36px;margin-bottom: 30px;overflow:hidden;line-height:1.2em;}
.unit_txt .tit p{transform:translate(0,100%);transition:0.8s;transition-delay:0.6s;}
.unit_txt .alt{ font-size: 20px;line-height: 1.5em; color: #363e41;overflow:hidden;}
.unit_txt .alt p{transform:translate(0,100%);transition:0.8s;transition-delay:0.8s;}
.unit_img .img ~ .img{margin-top:60px;}
.unit_con.active .type .tit strong,
.unit_con.active .type .tit dl,
.unit_con.active .type .file a,
.unit_con.active .info::before,
.unit_con.active .info::after,
.unit_con.active .info ul li,
.unit_txt.active .tit p,
.unit_txt.active .alt p{opacity:1;transform:none;}

/*customer*/
.bo_tbl table{border-top: 1px solid #333;width: 100%;table-layout: fixed;}
.bo_tbl table .col1{width:20%;}
.bo_tbl table tr th{padding: 25px 0 25px 40px;border-bottom: 1px solid #e5e5e5;font-size: 18px;font-weight: 400;color: #333;text-align: left;}
.bo_tbl table tr td{padding: 15px 0;border-bottom: 1px solid #e5e5e5;}
.bo_tbl table tr td > div{display: flex;gap: 10px 0;align-items: center;flex-wrap: wrap;}
.bo_tbl table tr td > div ~ div{margin-top:10px;}
.bo_tbl table tr td input[type="text"],
.bo_tbl table tr td input[type="number"]{padding: 0 20px;border: none;outline: none;width:100%;max-width: 700px;height: 50px;background-color: #f0f0f0;font-size: 16px;color: #222;}
.bo_tbl table tr td #hp2,
.bo_tbl table tr td #hp3{max-width: 200px;}
.bo_tbl table tr td select{padding: 0 20px;border: none;outline: none;width: 100%;max-width: 200px;height: 50px;background: #f0f0f0 url(../images/select-icon.png) no-repeat 90% 52%;font-size: 16px;color: #222;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.bo_tbl table tr td select ~ select{margin-left: 10px;}
.bo_tbl table tr td em{margin: 0 10px;font-size: 18px;color: #222;}
.bo_tbl table tr td input:focus,
.bo_tbl table tr td select:focus{border: 1px solid #35343a;background: #fff;}
.bo_tbl table tr td span{display: flex;align-items:center;}
.bo_tbl table tr td label{display:flex;margin-right:22px;margin-left:6px;font-size:16px;color:#222;gap: 0 8px;}
.bo_tbl table tr td .ps_ori{margin-top: 10px;font-size: 15px;}
.notice-wrap{margin-top: 20px;}
.notice-wrap p{font-size: 12px;letter-spacing: -0.05em;}
.notice-wrap p ~ p{margin-top: 10px;}
.terms{margin-top: 60px;}
.terms dl{margin-bottom: 25px;}
.terms dl dt{margin-bottom: 10px;font-size: 20px;font-weight: 600;color: #333;}
.terms dl dd{font-size: 16px;line-height: 1.3em;color: #666;letter-spacing: -0.05em;}
.terms table{margin-bottom: 60px;border-top: 1px solid #707070;width: 100%;table-layout: fixed;}
.terms table th{padding: 15px 0;border-bottom: 1px solid #d5d5d5;border-right: 1px solid #d5d5d5;vertical-align: middle;font-size: 15px;font-weight: 600;color: #666;letter-spacing: -0.05em;}
.terms table td{padding: 15px 0 15px 30px;border-bottom: 1px solid #d5d5d5;font-size: 15px;line-height: 1.4em;color: #666;letter-spacing: -0.05em;}
.terms table.type2 th:last-child{border-right: none;}
.terms table.type2 td{padding: 15px 0;border-right: 1px solid #d5d5d5;text-align: center;}
.terms table.type2 td:last-child{border-right: none;}
.terms table.type3 td{padding: 20px 0;border-right: 1px solid #d5d5d5;text-align: center;}
.terms table.type3 th:last-child{border-right: none;}
.terms table.type3 td:last-child{border-right: none;}
.terms table.type3 td p{line-height:1.4em;}
.terms table.type3 td p ~ p{margin-top:5px;}
.agree > div{display: flex;align-items: center;justify-content: space-between;margin-bottom: 15px;padding: 30px 40px;background-color: #f5f5f5;}
.agree p{font-size: 18px;line-height: 1.2em;color: #333;letter-spacing: -0.05em;}
.agree p span{font-size:15px;}
.agree .chk{display:flex;align-items:center;}
.agree .chk span{font-size: 15px;color: #333;}
.agree ul{display: flex;}
.agree ul li ~ li{margin-left: 20px;}
.agree ul li label{display:flex;align-items:center;}
.agree ul li span{padding-left: 5px;font-size:16px;color: #333;}
.btn_area{margin-top: 50px;}
.btn_area.cen{text-align:center;}
.btn_area ul{display: flex;align-items:center;justify-content:center;gap:0 10px;}
.btn_area ul li.black button,
.btn_area ul li.black a{background-color: #353535;color: #fff;}
.btn_area ul li.black button:hover,
.btn_area ul li.black a:hover{border: 1px solid #353535;background-color: #fff;color: #353535;}
.btn_area ul li.white button,
.btn_area ul li.white a{border: 1px solid #353535;background-color: #fff;color: #353535;}
.btn_area ul li.white button:hover,
.btn_area ul li.white a:hover{background-color: #353535;color: #fff;}
.btn_area ul li button,
.btn_area ul li a{display: flex;align-items:center;justify-content:center;border: none;width: 160px;height:50px;font-size: 16px;font-weight: 600;transition: 0.3s;}

/*news*/
.news_list{margin-top:100px;}
.news_list ul{display:flex;flex-wrap:wrap;gap: 0 2%;}
.news_list ul li{width:32%;border:1px solid #ddd;position:relative;transition:0.4s;}
.news_list ul li:nth-child(n+4){margin-top:2.5%;}
.news_list ul li.no_data{border:none;}
.news_list ul li a{display:block;padding: 40px;padding-bottom:80px;height: 100%;}
.news_list ul li .name{font-weight:600;font-size:16px;color:#000;margin-bottom:15px;}
.news_list ul li .tit{display: -webkit-box;font-size: 20px;font-weight:600;line-height:1.3em;color: #000;margin-bottom: 25px;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;min-height:52px;}
.news_list ul li .txt{color:#aaa;line-height:1.4em;font-size:15px;margin-bottom: 40px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;letter-spacing: -0.05em;min-height:63px;}
.news_list ul li .date{color:#000;font-weight:600;font-size:15px;}
.news_list ul li::before{content:"";position:absolute;left:0;top:0;width:100%;height:1px;background-color:#000;transform:scaleX(0);transform-origin:0 0;transition:0.6s;}
.news_list ul li::after{content:"";position:absolute;left:0;top:0;width:1px;height:100%;background-color:#000;transform:scaleY(0);transform-origin:0 100%;transition:0.6s;}
.news_list ul li a::before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#000;transform:scaleX(0);transform-origin:100% 0;transition:0.6s;}
.news_list ul li a::after{content:"";position:absolute;right:0;top:0;width:1px;height:100%;background-color:#000;transform:scaleY(0);transform-origin:0 0;transition:0.6s;}
.news_list ul li:hover{box-shadow: 10px 10px 20px rgba(0,0,0,0.1);}
.news_list ul li:hover::before,
.news_list ul li:hover::after,
.news_list ul li:hover a::before,
.news_list ul li:hover a::after{transform:none;}

.pagination{display:flex;justify-content:center;margin-top:60px;}
.pagination ul{display:flex;align-items:center;}
.pagination ul li a{display:flex;align-items:center;justify-content:center;text-align:center;width:25px;height:35px;;margin: 0 5px;color:#222;font-size:16px;position:relative;}
.pagination ul li a::before{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#222;display:none;}
.pagination ul li.on a{font-weight:600;}
.pagination ul li.on a::before{display:block;}
.pagination ul .pg_st{background:url(../images/pg_start.png) no-repeat center;}
.pagination ul .pg_prev{background:url(../images/pg_prev.png) no-repeat center;}
.pagination ul .pg_ed{background:url(../images/pg_end.png) no-repeat center;}
.pagination ul .pg_next{background:url(../images/pg_next.png) no-repeat center;}

.sub_event .banner{margin-bottom:80px;opacity:0;transform:translate(0,20%);transition:0.8s;}
.sub_event .banner ._tb,
.sub_event .banner ._mo{display:none;}
.sub_event .event_ori{text-align:center;color:#363e41;font-size:20px;line-height:1.5em;letter-spacing:-0.05em;margin: 60px 0 80px;}
.sub_event .event_ori p{overflow:hidden;}
.sub_event .event_ori p span{display:block;transform:translate(0,100%);transition:0.8s;}
.sub_event .event_list{display:flex;gap: 0 4%;}
.sub_event .event_list .tbl_box{width:48%;opacity:0;transform:translate(0,100px);transition:0.8s;}
.sub_event .event_list .tbl_box:nth-child(1){transition-delay:0.1s;}
.sub_event .event_list .tbl_box:nth-child(2){transition-delay:0.2s;}
.sub_event .event_list .tbl_box .name{color:#363e41;font-size:20px;margin-bottom:20px;text-align:center;font-weight:600;}
.sub_event .event_list .tbl_box .name em{font-weight:500;}
.sub_event .event_list table{width:100%;}
.sub_event .event_list table th{text-align:center;color:#fff;font-size:16px;background-color:#4b5055;line-height:2.81em;border:1px solid #ccc;}
.sub_event .event_list table td{text-align:center;color:#363e41;font-size:16px;line-height:2.81em;border:1px solid #ccc;}
.sub_event .banner.active,
.sub_event .event_ori.active p span,
.sub_event .event_list.active .tbl_box{opacity:1;transform:none;}

/*schedule*/
.sche_tab{display:flex;margin-bottom:80px;}
.sche_tab li{width:50%;}
.sche_tab li a{display:block;border:1px solid #ddd;color:#000;padding: 20px 0;text-align:center;background-color:#eee;font-size:18px;}
.sche_tab li.on a{background-color:#000;color:#fff;}
.step{ display: flex; margin-bottom: 30px; } 
.step_tit{ display: flex; width: 25%; background-color: #999; align-items: center; justify-content: center; border-radius: 10px 0 0 10px; } 
.step_tit strong{font-size: 16px;padding-right: 30px; background: url(../images/step-arr.png) no-repeat right center / 18px auto; color: #fff; font-weight: 400; } 
.step ul{display: flex; width: 75%;border: 1px solid #ddd;border-radius: 0 10px 10px 0; } 
.step ul li{display: flex; position: relative; width: 33.33%; height: 100px; padding: 0 80px; align-items: center; } 
.step ul li dl{display: inline-block; } 
.step ul li dl dt{margin-bottom: 7px; color: #9a9a9a; font-weight: 400; font-size: 14px; } 
.step ul li dl dd{font-weight: 500; font-size: 18px; } 
.step ul li::after{position: absolute; top: 50%; right: 0; width: 1px;; height: 40px;transform: translate(0,-50%); background-color: #ddd; content: ""; } 
.step ul li:last-child:after{display: none;} 
.notice_box{background-color: #f9f9f9;color: #222;border-radius: 10px;padding: 60px 0;text-align: center;}
.notice_box .m{display:none;}
.notice_box p{line-height: 1.4em;font-size: 20px;}
.notice_box ul{margin-top: 30px;}
.notice_box ul li{line-height: 1.4em;font-size: 16px;}
.notice_box span{color: #ff3333;}
.sche_tit{margin-top: 70px;margin-bottom: 50px;color: #333;font-size: 30px;}
.sche_tit strong{color: #000;margin-right: 10px;}
.calendar_box{display: flex;justify-content: space-between;}
.calendar{width: 49%;border: 1px solid #efefef;}
.calendar .top{background-color: #f1f1f1;font-size: 16px;line-height: 3.5em;text-align: center;color: #222;font-weight: 500;}
.calendar .date{padding: 15px 60px;background-color: #fcfcfc;height: 330px;overflow-y: auto;}
.calendar .date .month{text-align: center;position: relative;margin-bottom: 20px;}
.calendar .date .month strong{font-size: 24px;font-weight: 400;color: #222;line-height: 2.08em;}
.calendar .date .month button{position: absolute;top: 50%;width: 33px;height: 33px;border: none;transform: translate(0,-50%);}
.calendar .date .month .prev{left: 0;background: url(../images/calen-prev.gif) no-repeat center;background-size: contain;}
.calendar .date .month .next{right: 0;background: url(../images/calen-next.gif) no-repeat center;background-size: contain;}
.calendar table{width: 100%;}
.calendar table thead th{font-size: 16px;padding: 5px 0;color: #555;font-weight: 500;}
.calendar table td{text-align: center;font-size: 16px;line-height: 2.19em;color: #777;}
.calendar table td.sun{color: #de1818;}
.calendar table td.sat{color: #2653b9;}
.calendar table td input{width: 100%;height: 100%;border: none;color: #777;background-color:transparent;}
.calendar table td.res input{background-color: #d7d7d7;}
.calendar table td.on input{background-color: rgba(195,0,40,0.5);color:#fff;}
.calendar table td.on input.active{background-color: #c30028;}
.calendar .bot{background-color: #f1f1f1;font-size: 16px;height: 80px;display: flex;align-items: center;justify-content: space-between;padding: 0 40px;}
.calendar .bot span{line-height:1.4em;font-size: 14px;color: #777;position: relative;}
.calendar .bot .lef span{padding-left:15px;margin-right: 20px;display:inline-block;}
.calendar .bot .lef span::before{content: "";position: absolute;left: 0;top: 50%;width: 10px;height: 10px;transform: translate(0,-50%);}
.calendar .bot .lef .res::before{background-color: #d7d7d7;}
.calendar .bot .lef .possi::before{background-color: rgba(195,0,40,0.5);}
.calendar .bot .rig span strong{font-weight: 500;color: #222;}
.calendar .date .time li ~ li{margin-top: 20px;}
.calendar .date .time li button{width:100%;display:flex;align-items:center;justify-content: space-between;background-color: transparent;border: none;font-size: 16px;color: #555;}
.calendar .date .time li button.active{color: #c30028;}
.calendar .date .time li button.end{color: #b7b7b7;cursor:auto;}
.calendar .date .time li button .f{display: flex;align-items: center;gap: 0 20px;}
.calendar .date .time li button .f em{border: 1px solid #555;border-radius: 40px;padding: 10px 20px;}
.calendar .date .time li button.active .f em{border-color: #c30028;background-color: #c30028;color: #fff;}
.calendar .date .time li button.end .f em{background-color: #555;color: #fff;}
.terms_area{padding: 30px;overflow-y: scroll;font-size: 14px;border: 1px solid #dedede;line-height: 1.5em;height: 170px;margin-bottom: 20px;}
.complete { padding: 60px 20px 80px; background: #eee; text-align: center; } 
.complete_tit { margin-bottom: 30px; color: #121212; font-weight: 300; font-size: 36px; } 
.complete_txt { margin-bottom: 40px; color: #121212; font-weight: 300; font-size: 18px; line-height:1.5em;} 
.complete_box { display: inline-block; padding: 30px; border-top: 1px solid #222; border-bottom: 1px solid #222; color: #222; font-weight: 500; font-size: 32px; line-height: 1.63em; } 
.complete_box span { color: #000; font-weight: 600; } 
.confirm_tit { margin-bottom: 60px; color: #444; font-weight: 300; font-size: 26px; line-height: 1.3em; text-align: center; } 
.confirm_tit span { color: #000; font-weight: 500; } 
.confirm_tbl table { width: 100%; border-top: 1px solid #000; } 
.confirm_tbl table th { position: relative; padding: 25px 0; border-bottom: 1px solid #e5e5e5; color: #333; font-weight: 400; font-size: 18px; text-align: center; } 
.confirm_tbl table th::after { display: block; position: absolute; top: 50%; right: 0; width: 1px; height: 16px;transform:translate(0,-50%); background-color: #999; content: ""; } 
.confirm_tbl table td { padding: 25px 0; padding-left: 40px; border-bottom: 1px solid #e5e5e5; color: #333; font-weight: 400; font-size: 18px; text-align: left; } 
.confirm_tbl table td .cancel { border: none; border-bottom: 1px solid #ff0000; background: none; color: #ff0000; font-size: 15px; line-height: 1.3em; } 
.confirm_tbl table td .no_result { padding: 58px 0; font-size: 18px; text-align: center; } 
.schedule_ready{text-align:center;background-color: #efefef;padding:60px 0;}
.schedule_ready .red{color:#ff0000;font-size:26px;margin-bottom:20px;font-weight:500;}
.schedule_ready p{font-size:24px;color:#000;font-weight:400;line-height:1.4em;}
.schedule_ready p strong{font-size:32px;font-family:"Jost";font-weight:600;}

/* 모집공고 */
.mojip-con {opacity:0; transform:translate(0, 80px); transition:1s;transition-delay:0.2s;}
.mojip-con.active { opacity:1; transform:none;}
.mo-jip{display:flex;text-align:center;}
.mo-jip a{color:#fff;display:flex; align-items: center; justify-content:center; line-height:100px;}
.mo-jip a:nth-child(1) span{font-weight:400;}
.mo-jip a:nth-child(1){font-weight:600;font-size:26px;width:790px;}
.mo-jip a:nth-child(2){font-size:22px;width:410px;justify-content: center;}
.mo-jip a:nth-child(2) img{margin-right:15px}
.mo-jip1 a:nth-child(1){background:#054438;}
.mo-jip1 a:nth-child(2){background:#015b4a;}
.mo-jip2 a:nth-child(1){background:#a79277;}
.mo-jip2 a:nth-child(2){background:#baa78e;}

.sub_tit {margin-bottom:60px; text-align:center;}
.sub_tit p { font-size:35px; color:#054438; line-height:1.4;}
.img_flex_wrap { display:flex; flex-wrap:wrap; gap:20px; margin-top: 40px; width:100%;}
.img_flex_wrap .img { width:calc(50% - 10px);}