@charset "utf-8";

@import url(required.css);

*{font-family:'Pretendard',Noto Sans KR,Nanum Gothic,나눔고딕,sans-serif;box-sizing:border-box;}



/************************************************************************
* cursor *
************************************************************************/
.cursor{position:absolute;top:35px;left:35px;width:30px;height:30px;border-radius:50%;background-color:#ed6708;user-select:none;pointer-events:none;box-sizing:border-box;z-index:1000;overflow:hidden;transition:all 0.2s ease-out;z-index:99999999999;}
.cursor p{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;text-align:center;font-weight:500;font-size:16px;color:#fff;}
.cursor::after{content:"";z-index:-1;border-radius:50%;top:-3px;left:-3px;width:30px;height:30px;position:absolute;display:inline-block;vertical-align:top;opacity:1;border:1px solid transparent;transition:all 0.2s ease-out;}

.cursor.on{top:40px;left:40px;width:20px;height:20px;border:4px solid rgba(0,0,0,0.8);background-color:transparent;}

.cursor.clickview{top:0;left:0;width:100px;height:100px;border-color:transparent;}
.cursor.clickview::after{top:0;left:0;width:100px;height:100px;background-color:red;opacity:0.7;}
.cursor.clickview p{opacity:1;text-transform:uppercase;}

.cursor.none{top:50px !important;left:50px !important;width:0 !important;height:0 !important;border-color:transparent !important;background-color:transparent !important;}

@media screen and (max-width:1280px){
.cursor{display:none !important;}
}




/************************************************************************
* HEADER *
************************************************************************/
header{width:100%;height:120px;position:fixed;top:0;left:0;transition:all 0.2s ease;z-index:99;background:rgba(0,0,0,0.0);}
header .headerBox{width:100%;height:100%;padding-top:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
header .headerBox>*:not(nav){-ms-flex-negative:0;flex-shrink:0;}

header .logo{width:280px;transition:all 0.2s ease;}
header .logo *{width:100%;height:100%;}
header .logo img.white{display:none;}
header .logo img.color{display:block;}

header #gnb{margin-left:-5%;}

header nav,
header .depth1,
header .depth1>li{height:100%;}
header .depth1,
header .depth1>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}

header nav{margin:0 auto;}
header nav a{color:#000;}
header nav a.active{color:#ed6708;}
header nav .white a{color:#fff;}

header .depth1{}
header .depth1>li{position:relative;}
header .depth1>li>a{padding:0 30px;font-size:21px;letter-spacing:0;font-weight:bold;text-transform:uppercase;position:relative;z-index:1;}

header .depth2{width:100%;height:0;padding:0;position:absolute;top:-40px;left:50%;overflow:hidden;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#ed6708;border-bottom-left-radius:30px;border-bottom-right-radius:30px;transition:all 0.2s linear;}
header .depth2>li{overflow:hidden;opacity:0;transform:translateY(100%);}
header .depth2>li>a{padding:8px 0;color:rgba(255,255,255,0.7);font-size:17px;line-height:120%;font-weight:normal;text-align:center;white-space:nowrap;display:block;}
header .depth2>li>a:hover{color:#fff;}

header .depth2.on{height:auto;padding:155px 0 30px 0;}
header .depth2.on>li{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:0.16s;transition-delay:0.16s;}

@media screen and (max-width:1700px) {
header{height:110px;}
header .logo{width:260px;}

header .depth1>li>a{padding:0 20px;font-size:18px;}
header .depth2{border-bottom-left-radius:20px;border-bottom-right-radius:20px;}
header .depth2>li>a{font-size:16px;}
}
@media screen and (max-width:1600px) {
header{height:100px;}
header .logo{width:250px;}

header .depth1>li>a{padding:0 15px;font-size:16px;}
header .depth2>li>a{font-size:15px;}
}
@media screen and (max-width:1500px) {
header{height:90px;}
header .logo{width:230px;}

header .depth2{border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
header .depth2.on{padding:135px 0 15px 0;}
}
@media screen and (max-width:1400px) {
header .depth2.on{padding:125px 0 10px 0;}
}
@media screen and (max-width:1320px) {
header .depth2.on{padding:115px 0 10px 0;}
}
@media screen and (max-width:1280px) {
header .logo{width:220px;}

header .depth1>li>a{padding:0 12px;font-size:15px;}
header .depth2>li>a{font-size:14px;}
}
@media screen and (max-width:1199px) {
header{height:80px;}
header .headerBox{justify-content:space-between;}

header .logo{width:200px;}

header nav{display:none;}
}
@media screen and (max-width:768px) {
header{height:70px;}

header .logo{width:200px;}

header nav{display:none;}

header .depth2>li>a{font-size:15px;}

header.menuOn{width:149px;z-index:5;}
header.menuOn .headerBox > *:not(.logo){display:none;}
header.menuOn .headerBox .logo{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);padding-left:20px;}
}
@media screen and (max-width:640px) {
header .logo{width:180px;}
}
@media screen and (max-width:560px) {
header .logo{width:160px;}
}
@media screen and (max-width:460px) {
header .logo{width:150px;}
}





/************************************************************************
* header changed *
************************************************************************/
header.changed{position:fixed;height:110px;background:rgba(0,0,0,0.7);transition:all 0.2s ease;}
header.changed .logo img.white{display:block;}
header.changed .logo img.color{display:none;}

header.changed .depth1>li>a{color:#fff;}
header.changed .depth1>li>a.active{color:#ed6708;}
header.changed .depth1>li.white>a.active{color:#fff;}
header.changed .depth2.on{padding-top:130px;}
header.changed .menuOpen span{background:#fff;}

@media screen and (max-width:1700px) {
header.changed{height:100px;}
}
@media screen and (max-width:1600px) {
header.changed{height:90px;}
}
@media screen and (max-width:1500px) {
header.changed{height:80px;}
}
@media screen and (max-width:1199px) {
header.changed{height:70px;}
}
@media screen and (max-width:768px) {
header.changed{height:60px;}
}




/************************************************************************
* login + language *
************************************************************************/
.llBox{position:absolute;top:48px;right:55px;}

.llBox .icon-user{width:32px;height:32px;stroke:#000;fill:none;}

#gnb_lang_area{display:block;vertical-align:middle;}

.gnb_lang{width:70px;height:30px;display:block;overflow:hidden;transition:all 0.2s ease;}
.gnb_lang.on{height:110px;transition:all 0.2s ease;}

.gnb_lang .icon-globe{width:30px;height:30px;margin:0 auto;color:#000;transition:all 0.2s ease;}
.gnb_lang.on .icon-globe{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);transition:all 0.2s ease;}

.gnb_lang div{width:100%;height:0;transition:all 0.2s ease;}
.gnb_lang.on div{height:75px;padding:5px 0;background:#fff;border-radius:10px;transition:all 0.2s ease;}
.gnb_lang a{height:30px;color:#000;line-height:30px;font-size:16px;font-weight:bold;text-align:center;display:block;}

@media screen and (max-width:1820px) {
.llBox{right:20px;}
}
@media screen and (max-width:1700px) {
.llBox{top:44px;}
}
@media screen and (max-width:1600px) {
.llBox{top:40px;}
}
@media screen and (max-width:1500px) {
.llBox{top:34px;}
.llBox .icon-user{width:26px;height:26px;}

.gnb_lang{width:60px;}

.gnb_lang .icon-globe{width:26px;height:26px;}

.gnb_lang.on div{height:60px;padding:4px 0;border-radius:5px;}
.gnb_lang a{height:25px;line-height:25px;font-size:15px;}
}
@media screen and (max-width:1199px) {
.llBox{top:28px;right:40px;}
}
@media screen and (max-width:1100px) {
.llBox{top:26px;right:35px;}
}
@media screen and (max-width:767px) {
.llBox{top:22px;right:30px;}

.gnb_lang{width:50px;height:26px;}

.gnb_lang.on div{height:52px;padding:2px 0;}
.gnb_lang a{height:22px;line-height:22px;font-size:14px;}
}
@media screen and (max-width:500px) {
.llBox{right:25px;}
}
@media screen and (max-width:360px) {
.llBox{right:20px;}
}



header.changed .llBox .icon-user{stroke:#fff;}
header.changed .llBox{top:44px;}
header.changed .gnb_lang .icon-globe{color:#fff;}
header.changed .gnb_lang.on div{background:#000;}
header.changed .gnb_lang a{color:#fff;}

@media screen and (max-width:1700px) {
header.changed .llBox{top:40px;}
}
@media screen and (max-width:1600px) {
header.changed .llBox{top:35px;}
}
@media screen and (max-width:1500px) {
header.changed .llBox{top:29px;}
}
@media screen and (max-width:1199px) {
header.changed .llBox{top:24px;}
}
@media screen and (max-width:1100px) {
header.changed .llBox{top:21px;}
}
@media screen and (max-width:767px) {
header.changed .llBox{top:18px;}
}




/************************************************************************
* allMenu-button *
************************************************************************/
header .menuOpen{width:28px;height:28px;margin-top:10px;display:block;position:relative;transition:all 0.3s ease-in-out;}
header .menuOpen span{width:10px;height:10px;background-color:#000;border-radius:50%;position:absolute;transition:all 0.3s ease-in-out;display:block;}
header .menuOpen span:nth-child(1){left:calc(50% + 5px);top:calc(50% + 5px);}
header .menuOpen span:nth-child(2){right:calc(50% + 5px);top:calc(50% + 5px);}
header .menuOpen span:nth-child(3){left:calc(50% + 5px);bottom:calc(50% + 5px);}
header .menuOpen span:nth-child(4){right:calc(50% + 5px);bottom:calc(50% + 5px);}

header .menuOpen:hover span:nth-child(1){left:calc(50% - 5px);top:calc(50% - 5px);}
header .menuOpen:hover span:nth-child(2){right:calc(50% - 5px);top:calc(50% - 5px);}
header .menuOpen:hover span:nth-child(3){left:calc(50% - 5px);bottom:calc(50% - 5px);}
header .menuOpen:hover span:nth-child(4){right:calc(50% - 5px);bottom:calc(50% - 5px);}

@media screen and (max-width:1500px){
header .menuOpen{width:24px;height:24px;margin-top:4px;}
header .menuOpen span{width:8px;height:8px;}

header .menuOpen span:nth-child(1){left:calc(50% + 4px);top:calc(50% + 4px);}
header .menuOpen span:nth-child(2){right:calc(50% + 4px);top:calc(50% + 4px);}
header .menuOpen span:nth-child(3){left:calc(50% + 4px);bottom:calc(50% + 4px);}
header .menuOpen span:nth-child(4){right:calc(50% + 4px);bottom:calc(50% + 4px);}

header .menuOpen:hover span:nth-child(1){left:calc(50% - 4px);top:calc(50% - 4px);}
header .menuOpen:hover span:nth-child(2){right:calc(50% - 4px);top:calc(50% - 4px);}
header .menuOpen:hover span:nth-child(3){left:calc(50% - 4px);bottom:calc(50% - 4px);}
header .menuOpen:hover span:nth-child(4){right:calc(50% - 4px);bottom:calc(50% - 4px);}
}
@media screen and (max-width:1100px){
header .menuOpen{width:20px;height:20px;margin-top:0;}
header .menuOpen span{width:7px;height:7px;}
}



.allMenu .top .menuClose{width:100px;height:100%;background:#111;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;right:0;}
.allMenu .top .menuClose:before{width:4px;height:50px;margin-top:-25px;position:absolute;left:50%;top:50%;background-color:#fff;content:'';transform:rotate(45deg);transition:transform .2s ease;}
.allMenu .top .menuClose span:before{width:4px;height:50px;margin-top:-25px;position:absolute;left:50%;top:50%;background-color:#fff;content:'';transform:rotate(-45deg);transition:transform .2s ease;}
.allMenu .top .menuClose:hover:before,
.allMenu .top .menuClose:focus:before,
.allMenu .top .menuClose:active:before{transform:rotate(225deg);}
.allMenu .top .menuClose:hover span:before,
.allMenu .top .menuClose:focus span:before,
.allMenu .top .menuClose:active span:before{transform:rotate(135deg);}

@media screen and (max-width:960px) {
.allMenu .top .menuClose{width:40px;height:40px;background:transparent;position:relative;}
.allMenu .top .menuClose:before{width:4px;height:40px;margin-top:-20px;}
.allMenu .top .menuClose span:before{width:4px;height:40px;margin-top:-20px;}
}
@media screen and (max-width:768px) {
.allMenu .top .menuClose{width:36px;height:36px;margin:-10px -6px 0 0;}
.allMenu .top .menuClose:before{width:3px;height:36px;margin-top:-13px;}
.allMenu .top .menuClose span:before{width:3px;height:36px;margin-top:-13px;}
}





/************************************************************************
* allMenu *
************************************************************************/
.allMenu{width:100%;height:100vh;height:calc(var(--vh, 1vh) * 100);background:#ed6708;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;display:none;}
.allMenu :root{--vh:100%;}
@supports (-webkit-touch-callout:none){
.allMenu{  height:-webkit-fill-available;min-height:-webkit-fill-available;}
}
.allMenu :root{--vh:100%;}
.allMenu .inner,
.allMenu .menu{width:100%;height:100%;}
.allMenu .inner{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;}

.allMenu .top,
.allMenu .top ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.allMenu .top ul{margin-right:150px;}
.allMenu .top{height:100px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:0 40px;position:absolute;top:0;right:0;}
.allMenu .top ul{gap:0 10px;}
.allMenu .top ul li{width:80px;height:34px;border:1px solid rgba(255, 255, 255, 0.3);-webkit-transition:all 0.4s;transition:all 0.4s;}
.allMenu .top ul li:hover{background:#fff;}
.allMenu .top ul li:hover a{color:#ed6708;}
.allMenu .top a{color:#fff;font-size:1.4rem;font-weight:500;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}


.allMenu .bg{/*width:32.25%;*/width:0;height:100%;-ms-flex-negative:0;flex-shrink:0;position:relative;overflow:hidden;}
.allMenu .bg::after{content:"";display:block;background:#000;position:absolute;right:0;top:0;bottom:0;-webkit-transition:all 1.2s;transition:all 1.2s;width:100%;height:100%;}
.allMenu .bg img{min-width:100%;max-width:inherit;height:100%;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);}

.allMenu .menu{padding:0 6%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.allMenu .menu *{line-height:1.3;}
.allMenu a{color:#fff;-webkit-transition:all 0.6s;transition:all 0.6s;}

.allMenu #snb{width:100%;}
.allMenu #snb>li{padding:40px 0;position:relative;opacity:0;-webkit-transform:translateY(-60px);transform:translateY(-60px);-webkit-transition:all 0.6s;transition:all 0.6s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}

.allMenu #snb>li::before, .allMenu #snb>li::after{content:"";display:block;height:1px;background:#fff;position:absolute;left:0;bottom:0;}
.allMenu #snb>li::before{width:100%;opacity:0.2;}
.allMenu #snb>li::after{width:0;-webkit-transition:all 0.4s linear;transition:all 0.4s linear;}
.allMenu #snb>li:hover::after{width:100%;}
.allMenu #snb>li>a{width:15%;-ms-flex-negative:0;flex-shrink:0;display:block;font-size:26px;font-weight:700;text-transform:uppercase;}


.allMenu .depth2{width:85%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;flex-wrap:wrap;}
.allMenu .depth2>li{padding-right:100px;}
.allMenu .depth2>li>a{padding:10px 0;font-size:20px;opacity:0.45;display:block;text-align:left;}
.allMenu .depth2>li:hover>a{opacity:1;}
.allMenu .depth2>li>a br{display:none;}

.allMenu.on .bg::after{width:0;-webkit-transition-delay:0.2s;transition-delay:0.2s;}
.allMenu.on #snb>li{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
.allMenu.on #snb>li:nth-child(1){-webkit-transition-delay:0.2s;transition-delay:0.2s;}
.allMenu.on #snb>li:nth-child(2){-webkit-transition-delay:0.4s;transition-delay:0.4s;}
.allMenu.on #snb>li:nth-child(3){-webkit-transition-delay:0.6s;transition-delay:0.6s;}
.allMenu.on #snb>li:nth-child(4){-webkit-transition-delay:0.8s;transition-delay:0.8s;}
.allMenu.on #snb>li:nth-child(5){-webkit-transition-delay:1s;transition-delay:1s;}
.allMenu.on #snb>li:nth-child(6){-webkit-transition-delay:1.2s;transition-delay:1.2s;}
.allMenu.on #snb>li:nth-child(7){-webkit-transition-delay:1.4s;transition-delay:1.4s;}
.allMenu.on #snb>li:nth-child(8){-webkit-transition-delay:1.6s;transition-delay:1.6s;}

@media screen and (max-width:2520px) {
.allMenu .menu{padding:0 3%;}
}
@media screen and (max-width:1700px) {
.allMenu #snb>li>a{width:20%;}

.allMenu .depth2{width:80%;}
.allMenu .depth2>li{padding-right:75px;}
}
@media screen and (max-width:1500px) {
.allMenu #snb>li>a{font-size:20px;}

.allMenu .depth2>li>a{font-size:18px;}
}
@media screen and (max-width:1280px) {
.allMenu .top ul{margin-right:120px;}

.allMenu #snb>li{padding:30px 0;}

.allMenu .depth2>li{padding-right:50px;}
.allMenu .depth2>li>a{padding:6px 0;}
}
@media screen and (max-width:1199px) {
.allMenu .bg{display:none;}

.allMenu #snb>li{padding:20px 0;}
.allMenu #snb>li>a{font-size:18px;}

.allMenu .depth2>li{padding-right:40px;}
.allMenu .depth2>li>a{font-size:16px;word-wrap:break-word;display:block;word-break:keep-all;}
}
@media screen and (max-width:960px) {
.allMenu .menu{padding:40px 20px 0 20px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}

.allMenu .top{height:70px;right:25px;}
.allMenu .top ul{display:flex;margin-right:0;}
.allMenu .top ul{gap:0 10px;}
.allMenu .top ul li{width:80px;height:34px;}
.allMenu .top a{font-size:1.3rem;}

.allMenu #snb{padding:40px 0;}
.allMenu #snb>li{gap:12px 0;padding:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition:all 0.4s;transition:all 0.4s;}
.allMenu #snb>li::before,
.allMenu #snb>li::after{display:none;}
.allMenu #snb>li>a{width:100%;padding:0 15px;font-size:18px;}
.allMenu #snb>li i{width:10px;height:10px;margin-top:7px;border:solid #fff;border-width:0 1px 1px 0;position:absolute;top:12px;right:15px;display:block;content:"";transform:rotate(45deg);opacity:1;-webkit-transition:all 0.4s;transition:all 0.4s;}
.allMenu #snb>li.on i{margin-top:14px;transform:rotate(225deg);}

.allMenu .depth2{width:100%;padding:10px 20px;display:block;background:rgba(0,0,0,0.1);text-align:left;display:none;}
.allMenu .depth2>li{width:100%;padding-right:0;}
.allMenu .depth2>li>a{display:block;color:#fff;padding:8px 0;opacity:1;}
}
@media screen and (max-width:768px) {
.allMenu .top{right:15px;}
.allMenu .top ul li{width:60px;height:30px;}
.allMenu .top a{font-size:1.2rem;}

.allMenu .menu{padding-left:20px;padding-right:15px;}

.allMenu #snb{padding:20px 0;}
.allMenu #snb>li{padding:10px 0;}
.allMenu #snb>li>a{padding:0;font-size:18px;letter-spacing:0.04em;}
.allMenu #snb>li i{width:8px;height:8px;margin-top:2px;right:10px;}
.allMenu #snb>li.on i{margin-top:8px;}

.allMenu .depth2{padding:8px 15px;}
.allMenu .depth2>li>a{padding:5px 0;font-size:16px;}
}
@media screen and (max-width:640px) {
.allMenu .top{height:60px;gap:0 30px;}
.allMenu .top ul{gap:0 5px;}
.allMenu .top ul li{width:50px;}
.allMenu .top a{font-size:1.1rem;}
}
@media screen and (max-width:500px) {
.allMenu .top{height:55px;gap:0 20px;}
.allMenu .top ul li{width:45px;}
.allMenu .top a{font-size:1rem;}
}








/************************************************************************
* sub COMMON *
************************************************************************/
/******* sub visual *******/
.subVisBox{padding-top:max(13%, 100px);}

.subVisBox .common_txt{}
.subVisBox .common_txt *{text-align:center;}
.subVisBox .common_txt h1{margin-top:max(3%, 50px);font-size:120px;color:#f5f5f5;font-family:'GmarketSansBold';font-weight:bolder;line-height:60% !important;text-align:center;z-index:8;position:relative;}
.subVisBox .common_txt h1:after{width:100%;height:150%;background:#fff;content:"";position:absolute;bottom:0;left:0;z-index:9;animation-name:whiteblind;animation-duration:4s;animation-fill-mode:forwards;}
.subVisBox.in-view .common_txt h1:after{left:100%;}

.svis{height:428px;position:relative;background-size:cover !important;position:relative;overflow:hidden;}
.svis::before{width:100%;height:100%;content:"";position:absolute;top:0;left:0;transform:scale(1.4);transition:transform 4s ease-in-out;z-index:8;}
.subVisBox.in-view .svis::before{transform:scale(1);}

.svis.sub1::before{background:url(/img/svis1.jpg) no-repeat center bottom;}
.svis.sub2::before{background:url(/img/svis2.jpg) no-repeat center bottom;}
.svis.sub3::before{background:url(/img/svis3.jpg) no-repeat center bottom;}
.svis.sub4::before{background:url(/img/svis4.jpg) no-repeat center bottom;}
.svis.sub5::before{background:url(/img/svis5.jpg) no-repeat center bottom;}
.svis.sub6::before{background:url(/img/svis6.jpg) no-repeat center bottom;}
.svis.sub7::before{background:url(/img/svis7.jpg) no-repeat center bottom;}
.svis.sub8::before{background:url(/img/svis8.jpg) no-repeat center bottom;}
.svis.sub9::before{background:url(/img/svis9.jpg) no-repeat center bottom;}

.svis .sv_txt{height:100%;padding-bottom:max(3% , 40px);display:flex;justify-content:flex-end;flex-direction:column;position:relative;z-index:9;}
.svis .sv_txt h1{font-weight:bold;color:#fff;font-size:72px;line-height:120%;text-align:center;font-family:'GmarketSansBold';}
.svis .sv_txt h1 img{margin-top:-55px;display:inline-block;}
.svis .sv_txt h1 img.left{margin-right:25px;transform:rotate(180deg);}
.svis .sv_txt h1 img.right{margin-left:25px;}

@media all and (max-width:1700px) {
.svis .sv_txt h1{font-size:65px;}
.svis .sv_txt h1 img{width:25px;margin-top:-50px;}
}
@media all and (max-width:1600px) {
.subVisBox .common_txt h1{font-size:110px;}

.svis .sv_txt h1{font-size:60px;}
.svis .sv_txt h1 img{width:20px;margin-top:-45px;}
}
@media all and (max-width:1500px) {
.subVisBox .common_txt h1{font-size:100px;}

.svis{height:400px;}
.svis .sv_txt h1{font-size:55px;}
}
@media all and (max-width:1400px) {
.subVisBox .common_txt{width:100%;position:relative;overflow:hidden;padding-bottom:100px;}
.subVisBox .common_txt h1{font-size:90px;position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100vw;white-space:nowrap;}

.svis .sv_txt h1{font-size:50px;}
.svis .sv_txt h1 img{width:15px;margin-top:-40px;}
}
@media all and (max-width:1280px) {
.subVisBox .common_txt h1{font-size:90px;}

.svis{height:380px;}
.svis .sv_txt h1{padding-top:20px;font-size:45px;}
.svis .sv_txt h1 img{width:13px;margin-top:-35px;}
.svis .sv_txt h1 img.left{margin-right:20px;}
.svis .sv_txt h1 img.right{margin-left:20px;}
}
@media all and (max-width:1100px) {
.subVisBox .common_txt h1{font-size:80px;}

.svis{height:350px;}
.svis .sv_txt h1{font-size:40px;}
.svis .sv_txt h1 img{width:12px;margin-top:-30px;}
.svis .sv_txt h1 img.left{margin-right:15px;}
.svis .sv_txt h1 img.right{margin-left:15px;}
}
@media all and (max-width:960px) {
.subVisBox .common_txt{padding-bottom:80px;}
.subVisBox .common_txt h1{font-size:70px;}

.svis{height:300px;}
.svis .sv_txt h1{font-size:35px;}
}
@media all and (max-width:820px) {
.subVisBox .common_txt h1{font-size:60px;}

.svis{height:280px;}
.svis .sv_txt h1{font-size:32px;}
.svis .sv_txt h1 img{width:10px;margin-top:-25px;}
.svis .sv_txt h1 img.left{margin-right:10px;}
.svis .sv_txt h1 img.right{margin-left:10px;}
}
@media all and (max-width:767px) {
.svis{height:250px;}
.svis .sv_txt h1{font-size:30px;}
.svis .sv_txt h1 img{width:8px;margin-top:-22px;}
}
@media all and (max-width:640px) {
.subVisBox .common_txt{padding-bottom:60px;}
.subVisBox .common_txt h1{font-size:50px;}

.svis{height:200px;}
.svis .sv_txt h1{font-size:28px;}
.svis .sv_txt h1 img{width:6px;margin-top:-20px;}
}
@media all and (max-width:560px) {
.subVisBox .common_txt{padding-bottom:50px;}
.subVisBox .common_txt h1{font-size:40px;}
.subVisBox .common_txt h3{font-size:24px !important;}

.svis .sv_txt h1{font-size:25px;}
}
@media all and (max-width:460px) {
.subVisBox .common_txt h1{font-size:32px;}
.subVisBox .common_txt h3{font-size:22px !important;}

.svis{height:170px;}
.svis .sv_txt h1{font-size:22px;}
.svis .sv_txt h1 img{width:5px;margin-top:-15px;}
.svis .sv_txt h1 img.left{margin-right:5px;}
.svis .sv_txt h1 img.right{margin-left:5px;}
}
@media all and (max-width:350px) {
.subVisBox .common_txt{padding-bottom:40px;}
.subVisBox .common_txt h1{font-size:28px;}
.subVisBox .common_txt h3{font-size:20px !important;}

.svis .sv_txt h1{font-size:20px;}
.svis .sv_txt h1 img{width:4px;margin-top:-10px;}
}







/******* sub tabmenu *******/
.subtab li{min-width:210px;margin-right:10px;}
.subtab li a{width:100%;padding:18px 30px;padding-right:50px !important;border:solid 3px #000;font-size:22px;line-height:120%;font-weight:bold;text-align:left;border-radius:60px;color:#000;word-wrap:break-word;display:block;word-break:keep-all;transition:all 0.2s ease;display:block;position:relative;}
.subtab li a:after{width:10px;height:10px;border:solid #000;border-width:3px 3px 0 0;position:absolute;top:calc(50% - 5px);right:30px;display:block;content:"";transform:rotate(45deg);}

.subtab li:hover a,
.subtab li.active a{background:#ed6708;border-color:#ed6708;color:#fff;transition:all 0.2s ease;}
.subtab li:hover a:after,
.subtab li.active a:after{border-color:#fff;}

@media all and (max-width:1500px) {
.subtab li{min-width:200px;margin-right:5px;margin-bottom:5px;}
.subtab li a{padding:17px 25px;padding-right:45px !important;font-size:20px;}
.subtab li a:after{right:25px;}
}
@media all and (max-width:1360px) {
.subtab .stmenu6 li{width:calc(100%/3 - 5px);}
}
@media all and (max-width:1280px) {
.subtab li{min-width:185px;}
.subtab li a{padding:16px 20px;padding-right:40px !important;}
.subtab li a:after{width:8px;height:8px;top:calc(50% - 4px);right:20px;}
}
@media all and (max-width:1100px) {
.subtab li{min-width:170px;}
.subtab li a{padding:16px 18px;padding-right:38px !important;border-width:2px;font-size:18px;}
.subtab li a:after{width:6px;height:6px;border-width:2px 2px 0 0;top:calc(50% - 3px);right:18px;}
}
@media all and (max-width:960px) {
.subtab li{min-width:150px;}
.subtab li a{padding:14px 15px;padding-right:35px !important;font-size:16px;}
.subtab li a:after{right:15px;}

.subtab .stmenu1 li{width:calc(100% - 5px);}
.subtab .stmenu2 li{width:calc(100%/2 - 5px);}
.subtab .stmenu3 li{width:calc(100%/3 - 5px);}
.subtab .stmenu4 li{width:calc(100%/2 - 5px);}
.subtab .stmenu5 li{width:calc(100%/3 - 5px);}
}
@media all and (max-width:767px) {
.subtab li{min-width:130px;}
.subtab li a{padding:12px 15px;font-size:15px;}

.subtab .stmenu3 li{width:calc(100%/2 - 5px);}
}
@media all and (max-width:670px) {
.subtab .stmenu2.stp6 li{width:100%;margin-right:0;}
}
@media all and (max-width:640px) {
.subtab li{min-width:120px;margin-right:3px;margin-bottom:3px;}
.subtab li a{font-size:14px;}

.subtab .stmenu1 li{width:calc(100% - 3px);}
.subtab .stmenu2 li{width:calc(100%/2 - 3px);}
.subtab .stmenu3 li{width:calc(100%/2 - 3px);}
.subtab .stmenu4 li{width:calc(100%/2 - 3px);}
.subtab .stmenu5 li{width:calc(100%/2 - 3px);}
}
@media all and (max-width:460px) {
.subtab li{min-width:110px;}
.subtab li a{font-size:13px;}

.subtab .stmenu3 li{width:100%;margin-right:0;}
.subtab .stmenu6 li{width:calc(100%/2 - 5px);}
}
@media all and (max-width:360px) {
.subtab .stmenu5.stp2 li{width:100%;margin-right:0;}
.subtab .stmenu2.stp3 li{width:100%;margin-right:0;}
}







/******* sub title location *******/
.locaBox .subBtit{font-weight:900;}
.locaBox span *{padding:0 12px;color:#848484;font-weight:normal;position:relative;}
.locaBox span *:after{width:2px;height:2px;background:#848484;border-radius:50%;position:absolute;top:50%;right:-1px;transform:translateY(-50%);display:block;content:"";}
.locaBox span *:first-child{padding-left:0;}
.locaBox span *:last-child{padding-right:0;}
.locaBox span *:last-child:after{display:none;}

@media all and (max-width:1100px) {
.locaBox span *{padding:0 10px;}
}
@media all and (max-width:640px) {
.locaBox .subBtit{width:100%;margin-bottom:10px;}
.locaBox span *{padding:0 8px;}
}
@media all and (max-width:460px) {
.locaBox span *{padding:0 5px;}
}






/******* sub right fixed *******/
.right_fixed{position:fixed;top:50%;right:20px;transform:translateY(-50%);z-index:99;}

.right_fixed a{width:72px;aspect-ratio:5 / 5;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease;}
.right_fixed a:not(:first-child){margin-top:10px;}
.right_fixed a.mrf_bt1{background:url(/img/mrf1_bg.png) no-repeat 0 0;background-size:100%;}
.right_fixed a.mrf_bt2{border:solid 1px rgba(0,0,0,0.5);}

.right_fixed a:hover{transition:all 0.2s ease;}
.right_fixed a.mrf_bt1:hover{background-color:#ed6708;}
.right_fixed a.mrf_bt2:hover{background:#000;border:none;}

.right_fixed a img{width:60%;display:block;transition:all 0.2s ease;}
.right_fixed a:hover img{transform:scale(1.05);transition:all 0.2s ease;}
.right_fixed a svg{width:60%;display:block;transition:all 0.2s ease;}
.right_fixed a:hover svg{transform:scale(1.05);transition:all 0.2s ease;}

.right_fixed a .icon-instagram{width:33px;height:33px;color:#333;display:inline-block;transition:all 0.2s ease;}
.right_fixed a:hover .icon-instagram{color:#fff;transition:all 0.2s ease;}

.right_fixed a .youtube-icon{width:33px;height:auto;display:block;}
.right_fixed a .youtube-icon path{fill:white;}
.right_fixed a .youtube-icon polygon{fill:transparent;}


.right_fixed a.mrf_bt2{border-color:rgba(255,255,255,0.5);}
.right_fixed a.mrf_bt2 svg{color:#fff;}
.right_fixed.changed a.mrf_bt2{border-color:rgba(0,0,0,0.5);}
.right_fixed.changed a.mrf_bt2 svg{color:#000;}
.right_fixed.changed a.mrf_bt2 svg path{fill:#000;}
.right_fixed.changed a.mrf_bt2:hover svg{color:#fff;}
.right_fixed.changed a.mrf_bt2:hover svg path{fill:#fff;}

@media screen and (max-width:1820px){
.right_fixed{top:auto;bottom:272px;right:20px;transform:translateY(0);}
.right_fixed.botchanged{bottom:98px;}
.right_fixed a{width:65px;}
.right_fixed a.mrf_bt2{border-color:rgba(0,0,0,0.5);}
.right_fixed a.mrf_bt2 svg{color:#000;}
.right_fixed a.mrf_bt2 svg path{fill:#000;}
.right_fixed a.mrf_bt2:hover svg{color:#fff;}
.right_fixed a.mrf_bt2:hover svg path{fill:#fff;}
}
@media screen and (max-width:1500px){
.right_fixed{bottom:253px;right:10px;}
.right_fixed.botchanged{bottom:83px;}
.right_fixed a{width:60px;}
.right_fixed a .icon-instagram{width:30px;height:30px;}
.right_fixed a .youtube-icon{width:30px;}
}
@media screen and (max-width:1280px){
.right_fixed{bottom:225px;}
.right_fixed.botchanged{bottom:65px;}
.right_fixed a{width:50px;}
.right_fixed a:not(:first-child){margin-top:5px;}
.right_fixed a .icon-instagram{width:25px;height:25px;}
.right_fixed a .youtube-icon{width:25px;}
}
@media screen and (max-width:1100px){
.right_fixed{bottom:218px;}
.right_fixed.botchanged{bottom:62px;}
.right_fixed a{width:45px;}
.right_fixed a .icon-instagram{width:23px;height:23px;}
.right_fixed a .youtube-icon{width:23px;}
}
@media screen and (max-width:960px){
.right_fixed{bottom:306px;}
.right_fixed.botchanged{bottom:57px;}
.right_fixed a{width:40px;}
}
@media screen and (max-width:767px){
.right_fixed{bottom:301px;right:5px;}
.right_fixed.botchanged{bottom:51px;}
.right_fixed a .icon-instagram{width:21px;height:21px;}
.right_fixed a .youtube-icon{width:21px;}
}
@media screen and (max-width:640px){
.right_fixed{bottom:291px;}
}
@media screen and (max-width:360px){
.right_fixed{bottom:301px;}
.right_fixed.botchanged{bottom:49px;}
.right_fixed a:not(:first-child){margin-top:4px;}
}





/************************************************************************
* FOOTER *
************************************************************************/
footer{margin-bottom:50px;}
footer .sloBox{padding:50px 80px;}
footer .sloBox h4{font-weight:900;}

footer .bottom{padding:50px 80px;background:url(/img/bottomcorner.jpg) no-repeat right top #ed6708;background-size:111px;border-radius:50px;position:relative;}
footer .bottom *{color:#fff;}
footer .bottom .logof{width:214px;}

footer .clBox .tfBox,
footer .clBox .tfBox span{display:flex;margin-right:20px;}
footer .clBox .tfBox .tf{color:rgba(255,255,255,0.5);margin-right:10px;}
footer .clBox .copy br.hide{display:none;}


footer .copyBox{border-top:solid 1px rgba(255,255,255,0.3);margin-top:30px;padding-top:30px;}

footer .copyBox .terms{display:flex;}
footer .copyBox .terms a{padding-right:24px;padding-left:24px;text-transform:uppercase;font-weight:normal;position:relative;}
footer .copyBox .terms a:after{width:1px;height:10px;background:rgba(255,255,255,0.25);position:absolute;top:calc(50% - 5px);left:0;display:block;content:"";}
footer .copyBox .terms a:hover{color:#fff;}
footer .copyBox .terms a:first-child{padding-left:0 !important;}
footer .copyBox .terms a:first-child:after{display:none !important;}

@media screen and (max-width:1830px){
footer{margin-bottom:10px;}
footer .WRAP-1800{width:97% !important;}

footer .sloBox{padding:40px 60px;}

footer .bottom{padding:40px 60px;background-size:100px;border-radius:40px;}
footer .bottom .logof{width:200px;}
}
@media screen and (max-width:1500px){
footer .sloBox{padding:30px 50px;}
footer .sloBox .pl20{padding-left:15px !important;}

footer .bottom{padding:30px 50px;background-size:85px;border-radius:30px;}
footer .bottom .logof{width:190px;}
}
@media screen and (max-width:1280px){
footer{margin-bottom:8px;}
footer .sloBox{padding:25px 40px;}

footer .bottom{padding:25px 40px;background-size:70px;border-radius:20px;}
footer .bottom .logof{width:180px;}
}
@media screen and (max-width:1100px){
footer .sloBox .pl20{padding-left:10px !important;}
}
@media screen and (max-width:960px){
footer .sloBox{padding:25px;}

footer .bottom{padding:25px;background-size:65px;}
footer .bottom .logof{width:170px;margin:0 auto;margin-top:20px;}
footer *{text-align:center;}

footer .clBox>*{width:100%;}

footer .clBox .tfBox,
footer .clBox .tfBox span{justify-content:center;margin-left:10px;margin-right:10px;}
footer .clBox .tfBox .tf{margin-right:10px;}

footer .copyBox{margin-top:25px;padding-top:25px;}
footer .copyBox font{width:100%;text-align:center;}
footer .copyBox .terms{width:100%;margin-top:15px;justify-content:center;}
footer .copyBox .terms a{padding:0 15px;}
}
@media screen and (max-width:640px){
footer .sloBox{padding-bottom:20px;}

footer .bottom .logof{width:150px;margin-top:15px;}

footer .clBox .tfBox{flex-wrap:wrap;}
footer .clBox .tfBox span{width:100%;margin-left:0;margin-right:0;}

footer .copyBox .terms{margin-top:10px;}
}
@media screen and (max-width:560px){
footer .sloBox{padding-bottom:15px;}
footer .sloBox h4{font-size:24px !important;}
}
@media screen and (max-width:510px){
footer .bottom{background-size:70px;}
}
@media screen and (max-width:460px){
footer .sloBox h4{font-size:21px !important;}
}
@media screen and (max-width:360px){
footer .sloBox h4{font-size:17px !important;}

footer .clBox .copy br.hide{display:block;}
}





/************************************************************************
* UP *
************************************************************************/
#back2top{width:65px;height:65px;font-size:24px;line-height:65px;text-align:center;color:#fff;background:#000;border-radius:50%;position:fixed;bottom:250px;right:calc(50% - 900px);display:none;cursor:pointer;box-shadow:2px 2px 20px rgba(0,0,0,0.1);z-index:98;transition:all 0.2s ease;}
#back2top.changed{bottom:20px;transition:all 0.2s ease;}

@media screen and (max-width:1830px){
#back2top{right:20px;bottom:195px;}
#back2top.changed{bottom:20px;transition:all 0.2s ease;}
}
@media screen and (max-width:1500px){
#back2top{width:60px;height:60px;font-size:22px;line-height:60px;right:10px;bottom:180px;}
#back2top.changed{bottom:10px;}
}
@media screen and (max-width:1280px){
#back2top{width:50px;height:50px;font-size:18px;line-height:50px;bottom:170px;}
}
@media screen and (max-width:1100px){
#back2top{width:45px;height:45px;font-size:16px;line-height:45px;bottom:167px;}
}
@media screen and (max-width:960px){
#back2top{width:40px;height:40px;font-size:14px;line-height:40px;bottom:260px;}
}
@media screen and (max-width:767px){
#back2top{right:5px;bottom:255px;}
#back2top.changed{bottom:5px;}
}
@media screen and (max-width:640px){
#back2top{bottom:245px;}
}
@media screen and (max-width:360px){
#back2top{bottom:257px;}
}






/************************************************************************
* POPUP *
************************************************************************/
.ft_popup.trPop{display:none;width:100%;height:100%;position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,0.4);z-index:99999;}
.ft_popup.trPop .popup_wrap{max-width:740px;margin:0 auto;position:absolute;top:50%;transform:translateY(-50%);left:0;right:0;background:#fff;}
.ft_popup.trPop .popup_wrap .titArea{height:60px;line-height:60px;padding:0 20px;position:relative;background:#000;text-align:left;}
.ft_popup.trPop .popup_wrap .titArea p{font-size:20px;font-weight:500;color:#fff;}

.ft_popup.trPop .popup_wrap .conArea{padding:25px 20px;}
.ft_popup.trPop .popup_wrap .conArea *{font-family:'Noto Sans KR';}
.ft_popup.trPop .popup_wrap .conArea p{line-height:1.5;font-size:15px;color:#333;}
.ft_popup.trPop .popup_wrap .conArea .data_txt_box{height:380px;padding:20px;margin:10px 0;font-size:15px;border:1px solid #ddd;overflow-y:scroll;}

.ft_popup.trPop .popup_wrap .close{width:30px;height:30px;display:block;position:absolute;top:15px;right:35px;cursor:pointer;}
.ft_popup.trPop .popup_wrap .close:after{content:"";width:2px;height:30px;background:#fff;position:absolute;top:calc(50% - 15px);right:calc(50% - 15px);display:block;transform:rotate(45deg);}
.ft_popup.trPop .popup_wrap .close:before{content:"";width:2px;height:30px;background:#fff;position:absolute;top:calc(50% - 15px);right:calc(50% - 15px);display:block;transform:rotate(-45deg);}

@media screen and (max-width:767px) {
.ft_popup.trPop .popup_wrap{max-width:100%;}
.ft_popup.trPop .popup_wrap .conArea{padding:20px 15px;}
.ft_popup.trPop .popup_wrap .conArea p{font-size:15px;}
.ft_popup.trPop .popup_wrap .conArea .data_txt_box{height:360px;padding:18px;font-size:14px;}
}
@media screen and (max-width:640px) {
.ft_popup.trPop .popup_wrap .titArea{height:50px;line-height:50px;padding:0 15px;}

.ft_popup.trPop .popup_wrap .conArea{padding:15px 10px;}
.ft_popup.trPop .popup_wrap .conArea p{font-size:14px;}
.ft_popup.trPop .popup_wrap .conArea .data_txt_box{height:340px;padding:15px;font-size:13px;}

.ft_popup.trPop .popup_wrap .close{top:10px;right:30px;}
}

@media screen and (max-height:700px) {
.ft_popup.trPop .popup_wrap{height:100%;}
.ft_popup.trPop .popup_wrap .conArea{height:100%;padding-bottom:120px;overflow-y:scroll;}
.ft_popup.trPop .popup_wrap .conArea .data_txt_box{height:100%;padding:10px;}
}





