@charset "utf-8";

@import url(required.css);



*{font-family: 'Pretendard', sans-serif; box-sizing:border-box;}


#container{margin-top:100px;}

@media screen and (max-width:1500px) {
#container{margin-top:90px;}
}
@media screen and (max-width:1199px) {
#container{margin-top:80px;}
}
@media screen and (max-width:960px) {
#container{margin-top:70px;}
}
@media screen and (max-width:768px) {
#container{margin-top:60px;}
}
@media screen and (max-width:500px) {
#container{margin-top:55px;}
}



/************************************************************************
* HEADER *
************************************************************************/
header{width:100%;height:100px;padding:0 1%;position:absolute;top:0;left:0;right:0;transition:all 0.2s ease;z-index:9999;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;;transition:all 0.4s ease;}
header .headerBox>*:not(nav){-ms-flex-negative:0;flex-shrink:0;}

header .logo{width:236px;transition:all 0.4s ease;z-index:99;}
header .logo *{width:100%;height:100%;}
header .logo img.white{display:block;}
header .logo img.color{display:none;}

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;margin-right: 10%;}
header nav a{color:#fff;transition:all 0.2s ease;}

header .depth1{}
header .depth1>li{position:relative;}
header .depth1>li>a{padding:0 22px;font-size:21px;color:#1e1e1e;letter-spacing:0.05em;font-weight:700;text-transform:uppercase;position:relative;z-index:1;transition:all 0.4s ease;}
header .depth1>li.white>a{color:#0080fb !important;}

header .depth1>li:nth-child(2){padding:0 21px;}
header .depth1>li:nth-child(7){padding:0 25px;}


header .depth2{width:100%;height:0;padding:0;border-bottom-left-radius:0px;border-bottom-right-radius:20px;position:absolute;top:-40px;left:50%;overflow:hidden;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#01184a;transition:all 0.4s linear;}
header .depth2>li{overflow:hidden;opacity:0;transform:translateY(100%);}
header .depth2>li>a{display:block;font-size:18px;font-weight:200;color:#fff !important;letter-spacing:0.01em; text-align:center;white-space:nowrap;padding:8px 0;transition:all 0.4s ease;}
header .depth2>li>a:hover{color:#fff !important;}

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


header .mobile{display:none;}



    @media screen and (max-width:1700px) {
    header .headerBox{width:90%;margin: 0 auto;}
    header .logo{width:220px;}

    header .depth1>li>a{padding:0 22px;font-size:18px;}

    header .depth2>li>a{font-size:16px;}
    }
    @media screen and (max-width:1500px) {
    header{height:90px;}
    header .headerBox{width:85%;}
    header .logo{width:210px;}

    header .depth1>li>a{padding:0 15px;}

    header .depth2.on{padding:135px 0 15px 0;}
    }
    @media screen and (max-width:1400px) {
    header .logo{width:200px;}

    header .depth1>li>a{padding:0 10px;}

    header .depth2.on{padding:125px 0 10px 0;}
    }
    @media screen and (max-width:1320px) {
    header .depth1>li>a{padding:0 10px;}
	letter-spacing: -0.01em;
    header .depth2.on{padding:115px 0 10px 0;}
    }
    @media screen and (max-width:1280px) {
    header .logo{width:190px;}

    header .depth1>li>a{padding:0 10px;}

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

    header .logo{width:180px;}

    header nav{display:none;}
        
    header .mobile{display:flex;border:solid 1px #ff0000;}
    header .mobile .utils{margin-right:20px;}
    }
    @media screen and (max-width:960px) {
    header{height:70px;}
    }
    @media screen and (max-width:768px) {
    header{padding:0 3%;}

    header .depth2>li>a{font-size:14px;}
        
    header .mobile .utils{margin-right:30px;}
        
    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{height:65px;padding:0 2.5%;}
    header .logo{width:170px;}
    }
    @media screen and (max-width:500px) {
    header{height:60px;padding:0 2%;}
    header .logo{width:160px;}
    }
    @media screen and (max-width:460px) {
    header{height:60px;padding:0 1.5%;}   
    header .logo{width:160px;}

    header .mobile .utils{margin-right:30px;}
    }
    @media screen and (max-width:360px) {
    header .logo{width:150px;}
    }
    @media screen and (max-width:320px) {
    header .logo{width:130px;}
    }




/* Member */
header .memBtBox{margin-right:30px;position: absolute; right: 8%;}
header .memBtBox a{width:35px;margin:0 8px;display:block;}
header .memBtBox img{width:100%;}
header .memBtBox img.white{display:none;}
header .memBtBox img.black{display:block;}

    @media screen and (max-width:2100px) {
    header .memBtBox{right: 10%;}
    }
    @media screen and (max-width:1199px) {
    header .memBtBox{right: 10%;}
    header .memBtBox a{width:32px;margin:0 5px;}
    }
    @media screen and (max-width:768px) {
    header .memBtBox{right: 13%;}
    header .memBtBox a{width:30px;margin:0 4px;}
    }
    @media screen and (max-width:640px) {
    header .memBtBox{right: 15%;}
    header .memBtBox a{width:28px;margin:0 3px;}
    }
    @media screen and (max-width:500px) {
    header .memBtBox a{width:26px;}
    }
    @media screen and (max-width:360px) {
    header .memBtBox a{width:24px;margin:0 3px;}
    }
    @media screen and (max-width:320px) {
    header .memBtBox a{width:22px;margin:0 2px;}
    }






/************************************************************************
* headerlangBox *
************************************************************************/


header .langBox {
    border: solid 1px rgba(255, 255, 255, 0.5);
}
header .langBox {
    width: 90px;
    position: absolute;
    top: 29px;
    right: 100px;
    background: rgba(255, 255, 255, 0);
    border: solid 1px rgba(0, 0, 0, 0.5);
    padding: 10px 12px;
    border-radius: 100px;
    transition: all 0.4s ease;
}
header .langBox ul {
    width: 100%;
    display: flex;
}
header .langBox ul li {
    width: 50%;
}
header .langBox ul li.on a {
    color: rgba(0, 0, 0, 1);
	font-weight:700;
}
header .langBox ul li a {
    width: 100%;
    display: block;
    color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    text-align: center;
    line-height: 100%;
    transition: all 0.4s;

    position: relative;
}
header .langBox ul li a:after {
    background: rgba(255, 255, 255, 0.7);
}
header .langBox ul li a:after {
    width: 1px;
    height: 9px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: "";
}
header .langBox ul li:first-child a:after {
    display: none !important;
}

@media screen and (max-width:1480px){
header .langBox {
    right: 80px;

}
}
@media screen and (max-width:1280px){
.langBox {
	display:none;
}
}
/************************************************************************
* allMenu-button *
************************************************************************/
header .menuOpen{width:62px;height:62px;margin-top:0;border-radius:50%;display:block;position:relative;transition:all 0.3s ease-in-out;}
header .menuOpen span{width:50px;height:4px;background-color:#01184a;position:absolute;left:17px;transition:all 0.3s ease-in-out;display:block;}
header .menuOpen span:nth-child(1){top:calc(50% - 7px);}
header .menuOpen span:nth-child(2){top:calc(50% - -7px);}
header .menuOpen:hover span:nth-child(2){width:27px;}

    @media screen and (max-width:1500px){
    header .menuOpen{width:50px;height:50px;}
    header .menuOpen span{width:23px;height:2px;left:12px;}
    header .menuOpen span:nth-child(1){top:calc(50% - 8px);}
    header .menuOpen span:nth-child(2){width:18px;}
    header .menuOpen span:nth-child(3){top:calc(50% + 6px);}
    header .menuOpen:hover span:nth-child(2){width:23px;}
    }
    @media screen and (max-width:1100px){
    header .menuOpen{width:40px;height:40px;}
    header .menuOpen span{width:20px;left:10px;}
    header .menuOpen span:nth-child(1){top:calc(50% - 6px);}
    header .menuOpen span:nth-child(2){width:15px;}
    header .menuOpen span:nth-child(3){top:calc(50% + 4px);}
    header .menuOpen:hover span:nth-child(2){width:20px;}
    }
    @media screen and (max-width:767px){
    header .menuOpen{width:36px;height:36px;}
    header .menuOpen span{width:18px;left:8px;}
    header .menuOpen span:nth-child(2){width:13px;}
    header .menuOpen:hover span:nth-child(2){width:18px;}
    }



.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:2px;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:2px;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:linear-gradient(-45deg, #0b2464  10% , #1359ed 60%);position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;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:44px;border-radius: 50px;border:1px solid rgba(255, 255, 255, 0.3);-webkit-transition:all 0.4s;transition:all 0.4s;}
.allMenu .top ul li:hover{background:#0080fb;}
.allMenu .top ul li:hover a{color:#002977;}
.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:30px 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.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:2400px) {
    .allMenu #snb>li>a{width:12%;}

    .allMenu .depth2{width:88%;}
    }
    @media screen and (max-width:1700px) {
    .allMenu #snb>li>a{width:15%;}

    .allMenu .depth2{width:85%;}
    .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 #snb>li>a{width:20%;}

    .allMenu .depth2{width:80%;}
    .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>a{font-size:16px;}
    }
    @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:#16bdca;text-align:left;display:none;}
    .allMenu .depth2>li{width:100%;}
    .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;}
    }









/************************************************************************
* header changed *
************************************************************************/
header.changed{padding:0;position:fixed;height:90px;transition:all 0.2s ease;}
header.changed .headerBox{max-width:1800px;padding:0 2%;background:rgba(255,255,255,1);border-bottom-left-radius:40px;border-bottom-right-radius:40px;border:solid 1px rgba(0,0,0,0.13);border-top:none;transition:all 0.2s ease;}
header.changed .logo{width:240px;transition:all 0.2s ease;}
header.changed .logo img.white{display:block;}
header.changed .logo img.color{display:none;}

header.changed .depth2.on{padding-top:130px;}


header.changed .utils{right: 8%;}


    @media screen and (max-width:1700px) {
    header.changed .headerBox{max-width:100%;padding:0 2%;border-bottom-left-radius:50px;border-bottom-right-radius:50px;}
    }
    @media screen and (max-width:1520px){
    header.changed .headerBox.WRAP{width:100% !important;}
    header.changed .headerBox{border-bottom-left-radius:40px;border-bottom-right-radius:40px;}
    }
    @media screen and (max-width:1500px) {
    header.changed{height:80px;}
    header.changed .logo{width:210px;}
    }
    @media screen and (max-width:1400px) {
    header.changed .headerBox{border-bottom-left-radius:30px;border-bottom-right-radius:30px;}
    header.changed .logo{width:210px;}
    }
    @media screen and (max-width:1280px) {
    header.changed .logo{width:210px;}
    }
    @media screen and (max-width:1199px) {
    header.changed .headerBox{border-bottom-left-radius:0;border-bottom-right-radius:0;border:none;}
    header.changed .logo{width:200px;}
        
    header.changed .utils{right: 7%;}
    }
    @media screen and (max-width:768px) {
    header.changed{height:70px;}
    header.changed .logo{width:180px;}
    }
    @media screen and (max-width:640px) {
    header.changed .logo{width:170px;}
    }
    @media screen and (max-width:500px) {
    header.changed{height:65px;}
    header.changed .logo{width:160px;}
    }
    @media screen and (max-width:420px) {
    header.changed .logo{width:150px;}
    }
    @media screen and (max-width:320px) {
    header.changed .logo{width:130px;}
    }










/************************************************************************
* main visual *
************************************************************************/
.mVisual_G_cont{position:relative;min-height:150px;overflow:hidden;}
.mVisual_G_cont .caroufredsel_wrapper{width:100% !important;}

/** md_visual **/
.mVisual_G_cont .md_visual{position:relative;}
.mVisual_G_cont .md_visual:after{display:block;clear:both;height:0;content:"";overflow:hidden;}
.mVisual_G_cont .md_visual .li{width:100%;aspect-ratio:16 / 7;position:relative;border-radius:40px;display:block;float:left;background:#fff;overflow:hidden;cursor:default;}
.mVisual_G_cont .md_visual .slick-track{height:100%;}
.mVisual_G_cont .md_visual .li .img{width:100%;height:100%;position:relative;overflow:hidden;}
.mVisual_G_cont .md_visual .li .img img{width:100%;min-height:100%;position:absolute;left:0;top:0;z-index:98;transition:all 0.5s ease;}


.mVisual_G_cont .md_visual .li p{position:relative;left:5%;top:20%;transform:translateY(-50%);z-index:99;display: block;}
.mVisual_G_cont .md_visual .li .mpro{width: 580px !important; height: 466px !important;min-height: 464px !important; transition:all 0.5s ease;}
.mVisual_G_cont .md_visual .li .pname{width: 520px; font-size:20px;line-height:100%;font-family:'Pretendard-Regular'; text-align: center; font-family: "Manrope", sans-serif ; font-weight: 500; position: absolute; padding-top: 430px; color: #fff; opacity: 0;}


.mVisual_G_cont .md_visual .li span{width: 38%; position:absolute;left:10%;top:35%;transform:translateY(-50%);z-index:99;}
.mVisual_G_cont .md_visual .li span *{color:#fff;opacity:0;word-wrap:break-word;display:block;word-break:keep-all;}
.mVisual_G_cont .md_visual .li .mlogo{width: 192px !important; height: 44px !important;min-height:44px !important;transition:all 0.5s ease;}
.mVisual_G_cont .md_visual .li .stit{font-size:34px;letter-spacing: 0.05em; font-weight:700; line-height:160%; transition:all 0.5s ease;}
.mVisual_G_cont .md_visual .li .btit{font-size:60px;line-height:120%; font-weight: 600; letter-spacing: -0.01em;transition:all 0.5s ease;}
.mVisual_G_cont .md_visual .li .btit br{display:none;}
.mVisual_G_cont .md_visual .li .ttit{font-size:21px;line-height:160%; letter-spacing: -0.03em;transition:all 0.5s ease;}

.mVisual_G_cont .md_visual .li.slick-active .mpro{animation-name:moveUp;animation-duration:1s;animation-fill-mode:forwards;animation-delay:0.2s;}
.mVisual_G_cont .md_visual .li.slick-active .pname{animation-name:moveUp;animation-duration:1s;animation-fill-mode:forwards;animation-delay:0.4s; opacity: 1;}

.mVisual_G_cont .md_visual .li.slick-active .mlogo{animation-name:moveUp;animation-duration:1s;animation-fill-mode:forwards;animation-delay:0.4s;}
.mVisual_G_cont .md_visual .li.slick-active .stit{animation-name:moveUp;animation-duration:1s;animation-fill-mode:forwards;animation-delay:0.8s;}
.mVisual_G_cont .md_visual .li.slick-active .btit{animation-name:moveUp;animation-duration:1s;animation-fill-mode:forwards;animation-delay:1.1s;}
.mVisual_G_cont .md_visual .li.slick-active .ttit{animation-name:moveUp;animation-duration:1s;animation-fill-mode:forwards;animation-delay:1.5s;}


.sliderContainer .controlBox{position:absolute;bottom:80px;right:130px;z-index:99;}

.sliderContainer .slick-dots{bottom:0;}
.sliderContainer .slick-dots li{width:80px;margin:0;display:flex;position:relative;transition:all 0.2s ease;}
.sliderContainer .slick-dots li:after{position:absolute;top:-10px;left:6px;display:block;color:rgba(255,255,255,0.5);font-size:12px;font-weight:200;}
.sliderContainer .slick-dots li:nth-child(1):after{content:"01";}
.sliderContainer .slick-dots li:nth-child(2):after{content:"02";}
.sliderContainer .slick-dots li:nth-child(3):after{content:"03";}
.sliderContainer .slick-dots li:nth-child(4):after{content:"04";}
.sliderContainer .slick-dots li:nth-child(5):after{content:"05";}
.sliderContainer .slick-dots li:nth-child(6):after{content:"06";}
.sliderContainer .slick-dots li:nth-child(7):after{content:"07";}
.sliderContainer .slick-dots li:nth-child(8):after{content:"08";}
.sliderContainer .slick-dots li:nth-child(9):after{content:"09";}
.sliderContainer .slick-dots li:nth-child(10):after{content:"10";}
.sliderContainer .slick-dots li:nth-child(11):after{content:"11";}
.sliderContainer .slick-dots li:nth-child(12):after{content:"12";}
.sliderContainer .slick-dots li:nth-child(13):after{content:"13";}
.sliderContainer .slick-dots li:nth-child(14):after{content:"14";}
.sliderContainer .slick-dots li:nth-child(15):after{content:"15";}
.sliderContainer .slick-dots li:nth-child(16):after{content:"16";}
.sliderContainer .slick-dots li:nth-child(17):after{content:"17";}
.sliderContainer .slick-dots li:nth-child(18):after{content:"18";}
.sliderContainer .slick-dots li:nth-child(19):after{content:"19";}
.sliderContainer .slick-dots li:nth-child(20):after{content:"20";}
.sliderContainer .slick-dots li:nth-child(21):after{content:"21";}
.sliderContainer .slick-dots li:nth-child(22):after{content:"22";}
.sliderContainer .slick-dots li:nth-child(23):after{content:"23";}
.sliderContainer .slick-dots li:nth-child(24):after{content:"24";}
.sliderContainer .slick-dots li:nth-child(25):after{content:"25";}
.sliderContainer .slick-dots li:nth-child(26):after{content:"26";}
.sliderContainer .slick-dots li:nth-child(27):after{content:"27";}
.sliderContainer .slick-dots li:nth-child(28):after{content:"28";}
.sliderContainer .slick-dots li:nth-child(29):after{content:"29";}
.sliderContainer .slick-dots li:nth-child(30):after{content:"30";}
.sliderContainer .slick-dots li:nth-child(31):after{content:"31";}
.sliderContainer .slick-dots li:nth-child(32):after{content:"32";}
.sliderContainer .slick-dots li:nth-child(33):after{content:"33";}
.sliderContainer .slick-dots li:nth-child(34):after{content:"34";}
.sliderContainer .slick-dots li:nth-child(35):after{content:"35";}
.sliderContainer .slick-dots li:nth-child(36):after{content:"36";}
.sliderContainer .slick-dots li:nth-child(37):after{content:"37";}
.sliderContainer .slick-dots li:nth-child(38):after{content:"38";}
.sliderContainer .slick-dots li:nth-child(39):after{content:"39";}
.sliderContainer .slick-dots li:nth-child(40):after{content:"40";}

/* progress bar */
.progressBarContainer .slick-dots{position:relative;display:flex !important;}
.progressBarContainer button{display:block;width:10%;padding:0;cursor:pointer;margin-right:5%;float:left;color:white;}
.progressBarContainer button:last-child{margin-right:0;}
.progressBarContainer button span.progressBar{width:100%;height:5px;background-color:rgba(255,255,255,0.4);display:block; border-radius: 10px;}
.progressBarContainer button span.progressBar .inProgress{background-color:rgba(255,255,255,1);width:0;height:5px; border-radius: 10px;}


.sliderContainer .slick-dots li.slick-active{display:flex !important;}
.sliderContainer .slick-dots li.slick-active button{pointer-events:none;}
.sliderContainer .slick-dots li button{width:100%;height:auto;}
.sliderContainer .slick-dots li button:before{content:none;display:none;}
.indi_area{width:auto;display:flex;align-items:center;}

/* play, stop btn */
.mVisual_G_cont .pausePlayBtn{display:flex;margin-bottom:-5px;}
.mVisual_G_cont .pausePlayBtn button{width:30px;height:30px;display:block;position:relative;overflow:hidden;outline:none;}
.mVisual_G_cont .pausePlayBtn .stop_btn{}
.mVisual_G_cont .pausePlayBtn .play_btn{display:none;}
.indi_area.on .pausePlayBtn .play_btn{display:block;}
.indi_area.on .pausePlayBtn .stop_btn{display:none;}
.mVisual_G_cont .pausePlayBtn .play_btn:before{width:0;height:0;margin-top:-8px;margin-left:-2px;content:"";position:absolute;left:50%;top:50%;border-width:6px 0 6px 10px;border-style:solid;border-color:transparent;border-left-color:#fff;transition:all 0.4s;}
.mVisual_G_cont .pausePlayBtn .play_btn:hover:before,
.mVisual_G_cont .pausePlayBtn .play_btn:focus:before{border-left-color:rgba(255,255,255,1);}
.mVisual_G_cont .pausePlayBtn .stop_btn:before,
.mVisual_G_cont .pausePlayBtn .stop_btn:after{width:2px;height:12px;content:"";position:absolute;top:6px;background-color:rgba(255,255,255,0.8);transition:all 0.4s;}
.mVisual_G_cont .pausePlayBtn .stop_btn:before{left:13px;}
.mVisual_G_cont .pausePlayBtn .stop_btn:after{left:20px;}
.mVisual_G_cont .pausePlayBtn .stop_btn:hover:before,
.mVisual_G_cont .pausePlayBtn .stop_btn:focus:before,
.mVisual_G_cont .pausePlayBtn .stop_btn:hover:after,
.mVisual_G_cont .pausePlayBtn .stop_btn:focus:after{background:rgba(255,255,255,1);}


/** Control **/
.mVisual_G_cont .md_arrow{width:30px;height:30px;margin-top:-8px;z-index:1;position:relative;}
.mVisual_G_cont .md_arrow.md_prev{margin-right:20px;}
.mVisual_G_cont .md_arrow.md_next{margin-left:10px;}
.mVisual_G_cont .md_arrow button{width:30px;height:30px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
.mVisual_G_cont .md_arrow .slick_prev::after,
.mVisual_G_cont .md_arrow .slick_next::after{width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:'';border-top:1px solid rgba(255,255,255,0.8);border-right:1px solid rgba(255,255,255,0.8);transition:all 0.3s;}
.mVisual_G_cont .md_arrow .slick_prev::after,
.mVisual_G_cont .md_arrow .slick_next::after{border-top:1px solid #fff;border-right:1px solid #fff;}
.mVisual_G_cont .md_arrow .slick_prev::after{transform:rotate(225deg);}
.mVisual_G_cont .md_arrow .slick_next::after{transform:rotate(45deg);}
.mVisual_G_cont .md_arrow .slick_prev:hover::after,
.mVisual_G_cont .md_arrow .slick_next:hover::after{border-color:rgba(255,255,255,1);}
.mVisual_G_cont .md_arrow .slick_prev::before,
.mVisual_G_cont .md_arrow .slick_next::before{content:none;display:none;}


.sliderContainer button{cursor:pointer;background:none;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:0;}


/* Arrows */
.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent;}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent;}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1;}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25;}
.slick-prev:before,.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.slick-prev{left:-25px;}
[dir='rtl'] .slick-prev{right:-25px;left:auto;}
.slick-prev:before{content:'←';}
[dir='rtl'] .slick-prev:before{content:'→';}
.slick-next{right:-25px;}
[dir='rtl'] .slick-next{right:auto;left:-25px;}
.slick-next:before{content:'→';}
[dir='rtl'] .slick-next:before{content:'←';}


/* Dots */
.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;}
.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer;}
.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;}
.slick-dots li button:hover,.slick-dots li button:focus{outline:none;}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1;}
.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.slick-dots li.slick-active button:before{opacity:.75;color:black;}

/* Slider */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none; -moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:pointer;cursor:hand;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0); -o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}

.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto;}
.slick-track:before,.slick-track:after{display:table;content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}

.slick-slide{display:none;float:left;height:100%;min-height:1px;}
[dir='rtl'] .slick-slide{float:right;}
.slick-slide img{display:block;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden {display:none;}


    @media all and (max-width:1800px) {
    .sliderContainer .slick-dots li{width:70px;}
    }
    @media all and (max-width:1700px) {
    .mVisual_G_cont .md_visual .li .mpro{width: 550px !important; height: 442px !important;min-height: 442px !important;}
    .mVisual_G_cont .md_visual .li .pname{width: 500px; padding-top: 410px;}

    .mVisual_G_cont .md_visual .li .stit{font-size:45px;}
    .mVisual_G_cont .md_visual .li .btit{font-size:55px;}
    .mVisual_G_cont .md_visual .li .ttit{font-size:22px;}
        
    .sliderContainer .slick-dots li{width:60px;}
    }
    @media all and (max-width:1600px) {


    .mVisual_G_cont .md_visual .li span{top:33%;}
    .mVisual_G_cont .md_visual .li .stit{font-size:35px;}
    .mVisual_G_cont .md_visual .li .btit{font-size:45px;}
    .mVisual_G_cont .md_visual .li .ttit{font-size:19px;}
	
    .sliderContainer .controlBox{bottom:70px;right:100px;}
    }
    @media all and (max-width:1500px) {


    .mVisual_G_cont .md_visual .li .mpro{width: 500px !important; height: 401px !important;min-height: 401px !important;}
    .mVisual_G_cont .md_visual .li .pname{width: 460px; padding-top: 380px;}
        
    .mVisual_G_cont .md_visual .li .stit{font-size:40px;}
    .mVisual_G_cont .md_visual .li .btit{font-size:45px;}
    .mVisual_G_cont .md_visual .li .ttit{font-size:20px;}

    .sliderContainer .controlBox{bottom:60px;right:60px;}
    .sliderContainer .slick-dots li{width:50px;}
    }
    @media all and (max-width:1400px) {


    .mVisual_G_cont .md_visual .li .mlogo{width: 170px !important; height: 39px !important;min-height:39px !important;}
    .mVisual_G_cont .md_visual .li .stit{font-size:35px;}
    .mVisual_G_cont .md_visual .li .btit{font-size:40px;}
    .mVisual_G_cont .md_visual .li .ttit{font-size:18px;}

    .sliderContainer .controlBox{bottom:50px;right:80px;}
    }
    @media all and (max-width:1280px) {
.mVisual_G_cont .md_visual .li span {top:43%; width: 48%;}
    .mVisual_G_cont .md_visual .li .mpro{width: 450px !important; height: 361px !important;min-height: 361px !important;}
    .mVisual_G_cont .md_visual .li .pname{width: 420px; padding-top: 340px;font-size:18px !important;}
        
    .mVisual_G_cont .md_visual .li .mlogo{width: 160px !important; height: 37px !important;min-height:37px !important;}
    .mVisual_G_cont .md_visual .li .stit{font-size:35px; margin-top: 50px !important;}
    .mVisual_G_cont .md_visual .li .btit{font-size:42px;}
    .mVisual_G_cont .md_visual .li .ttit{font-size:19px;}

    .sliderContainer .controlBox{bottom:40px;right:70px;}
    }
    @media all and (max-width:1100px) {
    .mVisual_G_cont .md_visual .li{border-radius:50px;}

    .mVisual_G_cont .md_visual .li .mpro{width: 350px !important; height: 281px !important;min-height: 321px !important;}
    .mVisual_G_cont .md_visual .li .pname{width: 320px; padding-top: 300px;font-size:17px !important;}
        
    .mVisual_G_cont .md_visual .li .mlogo{width: 150px !important; height: 35px !important;min-height:35px !important;}
    .mVisual_G_cont .md_visual .li .stit{font-size:30px;}
    .mVisual_G_cont .md_visual .li .btit{font-size:40px;}

    .sliderContainer .slick-dots li{width:60px;}

    .sliderContainer .controlBox{bottom:30px;right:60px;}
    }
    @media all and (max-width:960px) {
    .mVisual_G_cont .md_visual .li{border-radius:40px;}

    .mVisual_G_cont .md_visual .li span{width: 80%;}
        
    .mVisual_G_cont .md_visual .li .mpro{width: 300px !important; height: 241px !important;min-height: 281px !important;}
    .mVisual_G_cont .md_visual .li .pname{width: 270px; padding-top: 270px;font-size:16px !important;}
        
    .mVisual_G_cont .md_visual .li .mlogo{width: 130px !important; height: 33px !important;min-height:33px !important;}
    .mVisual_G_cont .md_visual .li .stit{font-size:24px;}
    .mVisual_G_cont .md_visual .li .btit{font-size:34px;}
    .mVisual_G_cont .md_visual .li .ttit{font-size:18px;}

    .sliderContainer .controlBox{bottom:20px;right:40px;}
    }
    @media all and (max-width:860px) {
    .mVisual_G_cont .md_visual .li{border-radius:30px;}

    .mVisual_G_cont .md_visual .li .mpro{width: 270px !important; height: 217px !important;min-height: 240px !important;}
    .mVisual_G_cont .md_visual .li .pname{width: 230px; padding-top: 230px;font-size:16px !important;}
        
    .mVisual_G_cont .md_visual .li .mlogo{width: 130px !important; height: 30px !important;min-height:30px !important;}
    .mVisual_G_cont .md_visual .li .stit{font-size:23px;}
    .mVisual_G_cont .md_visual .li .btit{font-size:30px;}
    .mVisual_G_cont .md_visual .li .ttit{font-size:16px;}

    .sliderContainer .controlBox{left:20px;transform:scale(0.9);}
    }
    @media all and (max-width:767px) {
    .mVisual_G_cont .md_visual .li{aspect-ratio:16 / 10;border-radius:20px;}

    .mVisual_G_cont .md_visual .li p{left:4%;top:25%;}
    .mVisual_G_cont .md_visual .li .mpro{width: 249px !important; height: 200px !important;min-height: 200px !important;}
    .mVisual_G_cont .md_visual .li .pname{width: 220px; padding-top: 190px;font-size:15px !important;}
        
    .mVisual_G_cont .md_visual .li .mlogo{width: 120px !important; height: 28px !important;min-height:28px !important;}
        

    .mVisual_G_cont .md_visual .li .stit{font-size:20px; line-height: 90%;}
    .mVisual_G_cont .md_visual .li .btit{font-size:28px; margin-top: 10px;}
    .mVisual_G_cont .md_visual .li .ttit{font-size:15px;}
    .mVisual_G_cont .md_visual .li .btit br{display:block;}

    .mVisual_G_cont .md_arrow.md_prev{margin-right:15px;}
    .mVisual_G_cont .md_arrow.md_next{margin-left:5px;}

    .sliderContainer .controlBox{left:10px;transform:scale(0.8);}
    }
    @media all and (max-width:640px) {
    .mVisual_G_cont .md_visual .li{border-radius:10px;}

    .mVisual_G_cont .md_visual .li p{left:5%;top:25%;}
    .mVisual_G_cont .md_visual .li .mpro{width: 199px !important; height: 160px !important;min-height: 160px !important;}
    .mVisual_G_cont .md_visual .li .pname{width: 180px; padding-top: 150px;font-size:15px !important;}
        
    .mVisual_G_cont .md_visual .li .mlogo{width: 110px !important; height: 25px !important;min-height:25px !important;}
        

    .mVisual_G_cont .md_visual .li .stit{font-size:16px;}
    .mVisual_G_cont .md_visual .li .btit{font-size:22px; margin-top: 10px;}
    .mVisual_G_cont .md_visual .li .ttit{font-size:14px;}

    .sliderContainer .controlBox{left:0;transform:scale(0.7);}
    .sliderContainer .slick-dots li{width:50px;}
    }
    @media all and (max-width:540px) {
    .mVisual_G_cont .md_visual .li{aspect-ratio:16 / 11;}

    .mVisual_G_cont .md_visual .li p{top:28%;}
    .mVisual_G_cont .md_visual .li .mpro{width: 170px !important; height: 136px !important;min-height: 136px !important;}
    .mVisual_G_cont .md_visual .li .pname{width: 150px; padding-top: 130px;}
        
    .mVisual_G_cont .md_visual .li .mlogo{width: 110px !important; height: 25px !important;min-height:25px !important;}
        
    .mVisual_G_cont .md_visual .li .stit{font-size:15px; margin-top: 40px !important;}
    .mVisual_G_cont .md_visual .li .btit{font-size:20px; }
    .mVisual_G_cont .md_visual .li .ttit{font-size:12px;}

    .sliderContainer .controlBox{bottom:10px;left:-20px;transform:scale(0.6);}
    }
    @media all and (max-width:460px) {
    .mVisual_G_cont .md_visual .li{aspect-ratio:16 / 11;}
        
    .mVisual_G_cont .md_visual .li p{left:4%; top:26%;}
    .mVisual_G_cont .md_visual .li .mpro{width: 150px !important; height: 120px !important;min-height: 120px !important;}
    .mVisual_G_cont .md_visual .li .pname{width: 140px; padding-top: 115px;font-size:14px !important;}
        
    .mVisual_G_cont .md_visual .li .mlogo{width: 100px !important; height: 23px !important;min-height:23px !important;}
        
    .mVisual_G_cont .md_visual .li .stit{font-size:14px; margin-top: 30px !important;}
    .mVisual_G_cont .md_visual .li .btit{font-size:18px;}
    .mVisual_G_cont .md_visual .li .ttit{font-size:11px;}

    .sliderContainer .controlBox{left:-30px;}
    .sliderContainer .slick-dots li{width:40px;}
    }
    @media all and (max-width:400px) {
    .mVisual_G_cont .md_visual .li p{left:34%; top:15%;}
    .mVisual_G_cont .md_visual .li .mpro{width: 120px !important; height: 96px !important;min-height: 96px !important;}
    .mVisual_G_cont .md_visual .li .pname{display: none;}
        
    .mVisual_G_cont .md_visual .li .mlogo{display: none;}
        
    .mVisual_G_cont .md_visual .li span{width: 92%; left:4%;top:60%;text-align: center;}
    .mVisual_G_cont .md_visual .li .stit{font-size:15px;}
    .mVisual_G_cont .md_visual .li .btit{font-size:18px;margin-top: 5px;}
    .mVisual_G_cont .md_visual .li .btit br{display:none;}
    .mVisual_G_cont .md_visual .li .ttit{display: none;}
    }
    @media all and (max-width:360px) {
    .mVisual_G_cont .md_visual .li p{left:32%; top:12%;}
    .mVisual_G_cont .md_visual .li .mpro{width: 110px !important; height: 88px !important;min-height: 88px !important;}
        
    .mVisual_G_cont .md_visual .li span{top:58%;}
    .mVisual_G_cont .md_visual .li .stit{font-size:13px;}
    .mVisual_G_cont .md_visual .li .btit{font-size:16px;}
    }
    @media all and (max-width:320px) {
    .mVisual_G_cont .md_visual .li .mpro{width: 100px !important; height: 80px !important;min-height: 80px !important;}
        
    .mVisual_G_cont .md_visual .li .stit{font-size:12px !important;}
    .mVisual_G_cont .md_visual .li .btit{font-size:15px !important;}
    }





/************************************************************************
* sub_visual *
************************************************************************/
.svis .svisbg{height:450px;position:relative;position:relative;overflow:hidden;background:url(img/svis_bg.jpg) no-repeat;border-radius:40px;transition:all 0.2s ease;}
.svis .svisbg::before{width:100%;height:100%;content:"";position:absolute;top:0;left:0;transform:scale(1.4);transition:transform 4s ease-in-out;background-size:cover !important;}
.in-view .svis .svisbg::before{transform:scale(1);transition:all 0.2s ease;}

.svis.sub1 .svisbg::before{background:url(/base_1/img/img/sub_img01.png) no-repeat center top;}
.svis.sub2 .svisbg::before{background:url(/base_1/img/img/sub_img02.png) no-repeat center top;}
.svis.sub3 .svisbg::before{background:url(/base_1/img/img/sub_img03.png) no-repeat center top;}


.svis .sv_txt{width:100%;height:100%;padding:0 50px 250px 150px;padding-bottom:0 !important;padding-right:0 !important;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:all 0.2s ease;}
.svis .sv_txt *{width:100%;color:#fff;text-align:left !important;transition:all 0.5s ease;}


    @media all and (max-width:1600px) {
    .svis .svisbg{height:550px;border-radius:90px;}

    .svis .sv_txt{padding:70px 10%;}
    }
    @media all and (max-width:1500px) {
    .svis .svisbg{height:500px;border-radius:80px;}

    .svis .sv_txt{padding:90px 8%;}
    }
    @media all and (max-width:1400px) {
    .svis .svisbg{height:450px;border-radius:70px;}

    .svis .sv_txt{padding:40px 6%;}
    }
    @media all and (max-width:1280px) {
    .svis .svisbg{height:400px;border-radius:60px !important;}

    .svis .sv_txt{padding:0 8%;}
    }
    @media all and (max-width:1100px) {
    .svis .svisbg{height:350px;border-radius:50px !important;}
    }
    @media all and (max-width:960px) {
    .svis .svisbg{height:300px;border-radius:40px !important;}

    }
    @media all and (max-width:860px) {
    .svis .svisbg{border-radius:30px !important;}
    }
    @media all and (max-width:820px) {
    .svis .svisbg{height:280px;}
    }
    @media all and (max-width:767px) {
    .svis .svisbg{border-radius:20px !important;}
    }
    @media all and (max-width:640px) {
    .svis .svisbg{height:270px;border-radius:10px !important;}
    }
    @media all and (max-width:560px) {
    .svis .svisbg{height:260px;}
    }
    @media all and (max-width:460px) {
    .svis .svisbg{height:250px;}
    }
    @media all and (max-width:350px) {
    .svis .svisbg{height:240px;}
    }


/************************************************************************
* service_visual *
************************************************************************/
.svis .svisbg{height:450px;position:relative;position:relative;overflow:hidden;background:url(img/svis_bg.jpg) no-repeat;border-radius:40px;transition:all 0.2s ease;}
.svis .svisbg::before{width:100%;height:100%;content:"";position:absolute;top:0;left:0;transform:scale(1.4);transition:transform 4s ease-in-out;background-size:cover !important;}
.in-view .svis .svisbg::before{transform:scale(1);transition:all 0.2s ease;}

.svis.sub1 .svisbg::before{background:url(/base_1/img/img/sub_img01.png) no-repeat center top;}
.svis.sub2 .svisbg::before{background:url(/base_1/img/img/pro1_img.jpg) no-repeat center top;}
.svis.sub3 .svisbg::before{background:url(/base_1/img/img/pro2_img.jpg) no-repeat center bottom;}
.svis.sub4 .svisbg::before{background:url(/base_1/img/img/pro3_img.jpg) no-repeat center bottom;}
.svis.sub5 .svisbg::before{background:url(/base_1/img/img/pro4_img.jpg) no-repeat center bottom;}
.svis.sub6 .svisbg::before{background:url(/base_1/img/img/pro5_img.jpg) no-repeat center bottom;}
.svis.sub7 .svisbg::before{background:url(/base_1/img/img/pro6_img.jpg) no-repeat center bottom;}

.svis .sv_txt{width:100%;height:100%;padding:0 50px 250px 150px;padding-bottom:0 !important;padding-right:0 !important;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:all 0.2s ease;}
.svis .sv_txt *{width:100%;color:#fff;text-align:left !important;transition:all 0.5s ease;}


    @media all and (max-width:1600px) {
    .svis .svisbg{height:550px;border-radius:90px;}

    .svis .sv_txt{padding:70px 10%;}
    }
    @media all and (max-width:1500px) {
    .svis .svisbg{height:500px;border-radius:80px;}

    .svis .sv_txt{padding:90px 8%;}
    }
    @media all and (max-width:1400px) {
    .svis .svisbg{height:450px;border-radius:70px;}

    .svis .sv_txt{padding:40px 6%;}
    }
    @media all and (max-width:1280px) {
    .svis .svisbg{height:400px;border-radius:60px !important;}

    .svis .sv_txt{padding:0 8%;}
    }
    @media all and (max-width:1100px) {
    .svis .svisbg{height:350px;border-radius:50px !important;}
    }
    @media all and (max-width:960px) {
    .svis .svisbg{height:300px;border-radius:40px !important;}

    }
    @media all and (max-width:860px) {
    .svis .svisbg{border-radius:30px !important;}
    }
    @media all and (max-width:820px) {
    .svis .svisbg{height:280px;}
    }
    @media all and (max-width:767px) {
    .svis .svisbg{border-radius:20px !important;}
    }
    @media all and (max-width:640px) {
    .svis .svisbg{height:270px;border-radius:10px !important;}
    }
    @media all and (max-width:560px) {
    .svis .svisbg{height:260px;}
    }
    @media all and (max-width:460px) {
    .svis .svisbg{height:250px;}
    }
    @media all and (max-width:350px) {
    .svis .svisbg{height:240px;}
    }

/************************************************************************
* service_visual *
************************************************************************/
.servis .servisbg{height:450px;position:relative;position:relative;overflow:hidden;background:url(img/servis_bg.jpg) no-repeat;border-radius:40px;transition:all 0.2s ease;}
.servis .servisbg::before{width:100%;height:100%;content:"";position:absolute;top:0;left:0;background-size:cover !important;}
.in-view .servis .servisbg::before{transform:scale(1);transition:all 0.2s ease;}

.servis.sub1 .servisbg::before{background:url(/base_1/img/service_img/main_img_07.jpg) no-repeat center top;}

.servis .sv_txt{width:100%;height:100%;padding:0 50px 250px 150px;padding-bottom:0 !important;padding-right:0 !important;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:all 0.2s ease;}
.servis .sv_txt *{width:100%;color:#fff;text-align:left !important;transition:all 0.5s ease;}


    @media all and (max-width:1600px) {
    .servis .servisbg{height:550px;border-radius:90px;}

    .servis .sv_txt{padding:70px 10%;}
    }
    @media all and (max-width:1500px) {
    .servis .servisbg{height:500px;border-radius:80px;}

    .servis .sv_txt{padding:90px 8%;}
    }
    @media all and (max-width:1400px) {
    .servis .servisbg{height:450px;border-radius:70px;}

    .servis .sv_txt{padding:40px 6%;}
    }
    @media all and (max-width:1280px) {
    .servis .servisbg{height:400px;border-radius:60px !important;}

    .servis .sv_txt{padding:0 8%;}
    }
    @media all and (max-width:1100px) {
    .servis .servisbg{height:350px;border-radius:50px !important;}
    }
    @media all and (max-width:960px) {
    .servis .servisbg{height:300px;border-radius:40px !important;}

    }
    @media all and (max-width:860px) {
    .servis .servisbg{border-radius:30px !important;}
    }
    @media all and (max-width:820px) {
    .servis .servisbg{height:280px;}
    }
    @media all and (max-width:767px) {
    .servis .servisbg{border-radius:20px !important;}
    }
    @media all and (max-width:640px) {
    .servis .servisbg{height:270px;border-radius:10px !important;}
    }
    @media all and (max-width:560px) {
    .servis .servisbg{height:260px;}
    }
    @media all and (max-width:460px) {
    .servis .servisbg{height:250px;}
    }
    @media all and (max-width:350px) {
    .servis .servisbg{height:240px;}
    }


/************************************************************************
* visual BUTTON *
************************************************************************/
.visbtBox{width:1150px;height:120px;padding:30px 30px 0 0px;background:#fff;position:absolute;bottom:0;left:0;border-top-right-radius:80px;}
.visbtBox a{width:calc(100%/3 - 30px);margin:0 15px;padding:20px 30px;background:#01184a;border-radius:20px; letter-spacing: -0.02em; font-weight: 500; display:flex;justify-content:space-between;align-items:center;transition:all 0.3s ease;position:relative;transition:all 0.3s ease;}
.visbtBox a:nth-child(2){background:#0180fb;transition:all 0.3s ease;}
.visbtBox a:nth-child(3){background:#1359ed;transition:all 0.3s ease;}
.visbtBox a:hover{background:#030d25;border-radius:0px;transition:all 0.3s ease;}
.visbtBox a:nth-child(2):hover{background:#1360a9;}
.visbtBox a:nth-child(3):hover{background:#1348b7;}

.visbtBox a font{color:#fff;}
.visbtBox a i{
	    width: 35px;
    height: 1px;
    background: #fff;
    position: relative;
    transform: translateY(-50%);
    transition: all 0.2s ease;
	
}
.visbtBox a i:after{
	width: 13px;
    height: 13px;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.2s ease;
	
}


.visbwrap{position:relative;}
.visbwrap .concave-box{width:50px;height:50px;overflow:hidden;position:absolute;}
.visbwrap .concave-box>div{width:100px;}
.visbwrap .concave-box svg{z-index:999999;}
.visbwrap .concave-box.cb-1{bottom:0;left:1150px;}
.visbwrap .concave-box.cb-2{bottom:120px;left:0;}

@media screen and (max-width:1600px) {
.visbtBox{width:1000px;height:180px;padding:0 30px;}
.visbtBox a{width:calc(100%/3 - 10px);margin:0 5px;padding:25px 30px;}
.visbwrap .concave-box.cb-1{bottom:0;left:1000px;}
.visbwrap .concave-box{width:90px;height:90px;}
.visbwrap .concave-box>div{width:180px;}
.visbwrap .concave-box.cb-1{right:900px;}
.visbwrap .concave-box.cb-2{bottom:180px;}
}
@media screen and (max-width:1500px) {
.visbtBox{width:800px;height:140px;padding:0 20px;}
.visbtBox a{padding:20px 35px;}
.visbwrap .concave-box.cb-1{bottom:0;left:800px;}
.visbwrap .concave-box{width:80px;height:80px;}
.visbwrap .concave-box>div{width:160px;}
.visbwrap .concave-box.cb-1{right:799px;}
.visbwrap .concave-box.cb-2{bottom:140px;}
}
@media screen and (max-width:1280px) {
.visbtBox{width:100%;height:auto;padding:20px;position:relative;}
.visbtBox a{padding:20px 35px 20px 45px;}

.visbwrap .concave-box{display:none;}
}
@media screen and (max-width:860px) {
.visbtBox a{width:calc(100%/3 - 10px);margin:0 5px;padding:18px 20px 18px 30px;}

.visbtBox a i:after,
.visbtBox a:nth-child(2) i:after,
.visbtBox a:nth-child(3) i:after{width:7px;height:7px;}
}
@media screen and (max-width:767px) {
.visbtBox a{width:calc(100%/3 - 8px);margin:0 4px;padding:17px 20px 17px 30px;}
.visbtBox a font{font-size:20px !important;}

}
@media screen and (max-width:640px) {
.visbtBox{padding:20px 0 0 0;}
.visbtBox a{width:calc(100%/3 - 8px);margin:0 4px;padding:17px 16px 17px 28px;}

.visbtBox a font{font-size:19px !important;}
}
@media screen and (max-width:521px) {
.visbtBox a{width:96%;margin:2px auto;padding:17px 25px 17px 35px;}
.visbtBox a font{font-size:18px !important;}

.visbtBox a i:after,
.visbtBox a:nth-child(2) i:after,
.visbtBox a:nth-child(3) i:after{width:6px;height:6px;}
}
@media screen and (max-width:420px) {
.visbtBox a{width:97%;padding:15px 25px 15px 35px;}
}
@media screen and (max-width:360px) {
.visbtBox a{width:97%;padding:14px 25px 14px 35px;}
}





.visbtBox a .resrbtimg{position:absolute;top:-65px;right:-25px;opacity:0;transition:all 0.2s ease;animation:css3translate linear 3.5s infinite;z-index:9999;}
.visbtBox a:hover .resrbtimg{top:-85px;opacity:1;transition:all 0.2s ease;}

@media screen and (max-width:1800px) {
.visbtBox a .resrbtimg{width:120px;top:-55px;}
.visbtBox a:hover .resrbtimg{top:-75px;}
}
@media screen and (max-width:1700px) {
.visbtBox a .resrbtimg{width:100px;top:-45px;}
.visbtBox a:hover .resrbtimg{top:-65px;}
}
@media screen and (max-width:1600px) {
.visbtBox a .resrbtimg{width:85px;top:-55px !important;}
}
@media screen and (max-width:1500px) {
.visbtBox a .resrbtimg{width:75px;top:-45px !important;}
}
@media screen and (max-width:1400px) {
.visbtBox a .resrbtimg{width:60px;top:-35px !important;}
}
@media screen and (max-width:1100px) {
.visbtBox a .resrbtimg{top:-25px !important;}
}
@media screen and (max-width:960px) {
.visbtBox a .resrbtimg{right:-15px;}
}






/************************************************************************
* sub_gnb *
************************************************************************/
.S_Navi{width: 50%; left:4%;top: -130px;position: absolute; display: block;z-index: 99;}
.lnb{display: flex;margin: 0;transition:all 0.5s ease;}

.select-nav-wrapper .WRAP{width:100% !important;}
.select-nav-wrapper{display:block;position:relative;float: left; z-index:3;}
.select-nav-wrapper:after{content:" ";visibility:hidden;display:block;height:0;clear:both;}

.select-nav-wrapper .home{width:17px; height: auto; padding:3px 0px; text-align:center;display:inline-block;float:left;position: relative;}

.select-nav{display:inline-block;float:left;}
.select-nav:after{content:" ";visibility:hidden;display:block;height:0;clear:both;}
.select-nav .select{float:left;width:auto;padding:5px 40px 5px 4px; position:relative;box-sizing:border-box;position: relative;}
.select-nav .select:after{width:4px;height:4px;background:#dedede;position:absolute; top:13px;left:-20px;display:block;content:"";}
.select-nav .select:first-child{border:0;}
.select-nav .select:first-child:after{display: none;}
.select-nav .select.d1{margin-left:0;cursor:pointer;}
.select-nav .select.d2{}
.select-nav .select .down{width:11px;height:7px;display:block;position:absolute;top:calc(50% - 5px);right:20px;line-height:9px;transition:all 0.5s;background:url(/img/select_arrow.png) no-repeat 0 0;background-size:cover;}
.select-nav .select.d2 .down{background:url(/img/select_arrow_c.png) no-repeat 0 0;}
.select-nav .select.on .down{transform:rotate(180deg);}
.select-nav .select font{height:100%;padding-left:10px;padding-right:10px;text-align:left;outline:none;font-size:16px;color:#fff;font-family:'Pretendard-Light' !important;}
.select-nav .select button{width:100%;height:100%;padding-left:10px;padding-right:25px;text-align:left;outline:none;font-size:16px;color:#fff;font-family:'Pretendard-Light' !important;}
.select-nav .select.d2 button{color: #0052cb !important;}
.select-nav .select > ul{display:none;position:absolute;top:100%;left:-5px;width:96%;border:1px solid rgba(0,0,0,0.1);backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px); background: rgba(255,255,255,0.8);box-sizing:content-box;border-top-left-radius: 10px;border-bottom-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;}
.select-nav .select ul li{min-height:43px;line-height:43px;padding-left:15px;border-bottom:1px solid rgba(0,0,0,0.1);transition:all 0.1s ease;}
.select-nav .select ul li:last-child{border-bottom:none;}
.select-nav .select ul li a{color:#000;font-size:15px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:all 0.1s ease;}
.select-nav .select ul li:hover{background:rgba(0,0,0,0.25);transition:all 0.1s ease;}
.select-nav .select ul li:hover a{color:#fff;}

.select-nav .select ul li:nth-child(1):hover{border-top-left-radius: 10px;border-top-right-radius: 10px;}
.select-nav .select ul li:last-child:hover{border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}


.select-nav .select .down.no{display: none;}
.select-nav .select p{width:100%;height:100%;padding-right:50px;text-align:left;outline:none;font-size:16px;color:#414141;}


    @media all and (max-width:1800px){
    .S_Navi{left:7.8%;}
    }
    @media all and (max-width:1700px){
    .S_Navi{left:11%;}
    }
    @media all and (max-width:1650px){
    .S_Navi{left:10%;}
    }
    @media all and (max-width:1600px){
    .S_Navi{left:10%;top: -100px;}
    }
    @media all and (max-width:1500px){
    .S_Navi{left:8%;}
    }
    @media all and (max-width:1400px){
    .S_Navi{left:6%;}
    }
    @media all and (max-width:1280px){
    .S_Navi{left:8%;top: -200px;}
    }
    @media all and (max-width:1100px){
    .lnb{margin-left: 0px;}
    .select-nav .select{}
    .select-nav .select button{font-size:17px;padding-right:40px;}
    .select-nav .select ul li a{font-size:16px;}
    .select-nav .select ul li{min-height:50px;line-height:50px;}

    .select-nav .select button{width:100%;height:100%;padding-right:40px;text-align:left;outline:none;font-size:16px;}
    }
    @media all and (max-width:960px){
    .S_Navi{top: -190px;}
        
    .select-nav .select button{font-size:15px; padding-right:30px;}
    .select-nav .select font{font-size:15px;padding-left: 0px !important;}
    .select-nav-wrapper .home{width:30px !important;}
    }
    @media all and (max-width:860px){
    .S_Navi{top: -170px;}
        
    .select-nav .select button{padding-right:30px;}
    .select-nav .select{padding:5px 30px 5px 4px;}
    }
    @media all and (max-width:767px){
    .lnb{width: 100%;}
    .select-nav .select button{font-size:14px;}
    .select-nav .select font{font-size:14px;}
    .select-nav-wrapper .home{width:25px !important;margin-top: -2px;}
    }
    @media all and (max-width:670px){
    .select-nav .select{padding:5px 40px 5px 1px; }
        
    .select-nav .select button{padding-right:15px;}
    .select-nav .select:after{width:3px;height:3px;top:12px;left:-25px;}
    .select-nav .select.d2{border-right:none;}
    .select-nav .select .down{right:20px;}

    .select-nav .select button{padding-left:10px;padding-right:20px;font-size:14px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
    .select-nav .select ul li{min-height:40px;line-height:40px;padding-left:18px;}
    .select-nav .select ul li a{font-size:14px;}

    .select-nav .select p{width: 100%; padding-left:10px;padding-right:20px;font-size:14px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
    }
    @media all and (max-width:640px){
    .S_Navi{top: -130px;}
    }
    @media all and (max-width:560px){
    .select-nav .select{padding:5px 40px 5px 1px; }
    .select-nav .select .down{right:7px;}

    .select-nav .select button{padding-left:0px;padding-right:10px;}
    .select-nav-wrapper .home{width:22px !important;}
    }
    @media all and (max-width:520px){
    .S_Navi{top: -260px;}
    }
    @media all and (max-width:460px){
    .lnb{margin-bottom: 30px;}
    .select-nav{width:calc(100% - 20px);}
    .select-nav-wrapper .home{width:20px !important;}
        
    .select-nav .select{padding:5px 30px 5px 1px;} 
    .select-nav .select button{font-size:13px;}
    .select-nav .select:after{width:3px;height:3px;top:12px;left:-20px;}
    .select-nav .select font{font-size:13px;}
    .select-nav .select .down{right:5px;}
    .select-nav .select ul li{min-height:40px;line-height:40px;padding-left:10px;}
    .select-nav .select ul li a{font-size:13px;}
    }
    @media all and (max-width:420px){
    .S_Navi{width: 70%; top: -250px;}
    }
    @media all and (max-width:400px){
    .select-nav .select button{font-size:14px;}
    .select-nav .select ul li a{font-size:13px;}
    }
    @media all and (max-width:380px){
    .S_Navi{width: 70%; top: -240px;}
        
    .lnb{margin-bottom: 10px;}
    .select-nav .select button{font-size:13px;}
    .select-nav .select ul li a{font-size:12px;}
    }




/************************************************************************
* sub tab menu *
************************************************************************/
.subPtabmenu{background: #f3f3f3; padding: 20px 30px;transition:all 0.5s ease;}
.subPtabmenu ul{}
.subPtabmenu li{width:calc(100%/8.5);margin:0 4px;transition:all 0.5s ease;}
.subPtabmenu li a{width:100%;padding:18px 10px ;display:block;text-align:center;background: #e7e7e7;color: #000; border-radius:10px;font-size:20px; letter-spacing: -0.04em;transition:all 0.5s ease;}

.subPtabmenu li:hover a,
.subPtabmenu li.active a{background:#111b2a;color:#fff;transition:all 0.2s ease;}

.subPtabmenu ul.menu-num2 li{width:calc(40%/2 - 2px);}
.subPtabmenu ul.menu-num3 li{width:calc(40%/3 - 2px);margin:0 10px;}
.subPtabmenu ul.menu-num4 li{width:calc(50%/4 - 2px);margin:0 9px;}
.subPtabmenu ul.menu-num5 li{width:calc(60%/5 - 2px);margin:0 8px;}
.subPtabmenu ul.menu-num6 li{width:calc(70%/6 - 2px);margin:0 6px;}
.subPtabmenu ul.menu-num7 li{width:calc(90%/7 - 2px);}
.subPtabmenu ul.menu-num8 li{width:calc(100%/8 - 7px) !important;margin:0 10px !important;}


    @media screen and (max-width:1500px){
    .subPtabmenu ul.menu-num8 li{width:calc(100%/6 - 0px) !important;margin:3px 5px !important;}
    .subPtabmenu li a{padding:21px 10px;font-size:20px;}
        
    .subPtabmenu ul.menu-num7 li{width:calc(100%/7.2 - 1px) !important;margin:0 2px;}
    }
    @media screen and (max-width:1460px){
    .subPtabmenu{padding: 18px 20px;}
    .subPtabmenu li{width:calc(100%/8.6) !important;}
    }
    @media screen and (max-width:1400px){
    .subPtabmenu{padding: 18px 5px;}
    }
    @media screen and (max-width:1280px){
    .subPtabmenu{padding: 18px 20px;}
    .subPtabmenu li{width:calc(100%/8.3) !important;}
    .subPtabmenu li a{padding:20px 10px;font-size:18px;}
    }
    @media screen and (max-width:1100px){
    .subPtabmenu{border-radius:50px;}
    .subPtabmenu li{width:calc(100%/4.8) !important;margin:3px 8px;}
    .subPtabmenu li a{padding:18px 10px;}
    }
    @media screen and (max-width:960px){
    .subPtabmenu li{width:calc(100%/4.4) !important;margin:3px 6px;}
    .subPtabmenu li a{padding:17px 10px;font-size:17px;word-wrap:break-word;display:block;word-break:keep-all;}

    .subPtabmenu ul.menu-num1 li{width:100%;}
    .subPtabmenu ul.menu-num2 li{width:calc(100%/2 - 2px);}
    .subPtabmenu ul.menu-num3 li{width:calc(100%/3 - 2px);}
    .subPtabmenu ul.menu-num4 li{width:calc(100%/4 - 2px);}
    .subPtabmenu ul.menu-num5 li{width:calc(100%/5 - 2px);}
    .subPtabmenu ul.menu-num6 li{width:calc(100%/6 - 2px);}
    .subPtabmenu ul.menu-num7 li{width:calc(100%/4.1 - 2px) !important; margin: 3px 1px;}
    .subPtabmenu ul.menu-num8 li{width:calc(100%/4 - 10px) !important;margin:3px 2px !important;}
    }
    @media screen and (max-width:767px){
    .subPtabmenu{border-radius:20px;}
    .subPtabmenu li{width:calc(100%/4.3) !important;margin:3px 5px;}
    .subPtabmenu li a{padding:16px 10px;font-size:16px;}
    }
    @media screen and (max-width:640px){
    .subPtabmenu li{width:calc(100%/3.3) !important;}
    .subPtabmenu li a{padding:15px 10px;}

    .subPtabmenu ul.menu-num4 li{width:calc(100%/2 - 2px);}
    .subPtabmenu ul.menu-num5 li{width:calc(100%/3 - 2px);}
    .subPtabmenu ul.menu-num6 li{width:calc(100%/3 - 2px);}
    .subPtabmenu ul.menu-num7 li{width:calc(100%/3.05 - 2px) !important;}
    .subPtabmenu ul.menu-num7 li:nth-last-child(-n+3){width:calc(100%/3 - 2px);}
    .subPtabmenu ul.menu-num8 li{width:calc(100%/3 - 10px) !important;}
    }




/************************************************************************
* sub Tab *
************************************************************************/
.subtab{width:98%;margin:0 auto;}
.subtab ul{width:100%;margin:0;font-size:0;padding: 15px 0; overflow-y:hidden;overflow-x:auto;border-top:solid 1px #666; border-bottom:solid 1px #666; display:flex;flex-wrap:wrap;}
.subtab li{position:relative;}
.subtab li:after{width:3px;height:3px;background:#005890;border-radius: 50px; position:absolute; top:18px;left:0px;display:block;content:"";}
.subtab li:nth-child(1):after{display: none;}
.subtab li a{width:100%;text-align:center;font-size:22px;line-height:170%;color:#000;font-weight:600;display:block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.subtab li a:after{width:0;height:2px;background:#005890;content:'';position:absolute;left:50%;bottom:0;opacity:1;display:block;z-index:999 !important;transition:all 0.5s ease;}
.subtab li:hover a,
.subtab li.active a{width:100%;text-align:center;font-size:22px;line-height:170%;color:#005890;font-weight:600;display:block;position:relative;}
.subtab li:hover a:after,.subtab li.active a:after{width:fit-content; padding: 0 40px;margin-left:-14%;z-index: 999 !important; transition:all 0.5s ease;}

.subtab .uli2 li{width:calc(4%/2);}
.subtab .uli3 li{width:calc(50%/3);}
.subtab .uli4 li{width:calc(60%/4);}
.subtab .uli5 li{width:calc(70%/5);}
.subtab .uli6 li{width:calc(80%/6);}
.subtab .uli7 li{width:calc(100%/7);}
.subtab .uli8 li{width:calc(100%/8);}

@media all and (max-width:1280px) {
.subtab li a{font-size:21px;line-height:68px;}
}
@media all and (max-width:1100px) {
.subtab li a{font-size:20px;}
}
@media all and (max-width:960px) {
.subtab li a{font-size:19px;line-height:66px;}
}
@media all and (max-width:820px) {
.subtab li a{font-size:18px;}


.subtab .uli6{padding:10px 0;}
.subtab .uli6 li{width:calc(100%/3);}
.subtab .uli6 li a{padding:6px 0;line-height:120%;}
}
@media all and (max-width:767px) {
.subtab li a{font-size:17px;line-height:64px;}

.subtab .uli7{padding:10px 0;}
.subtab .uli7 li{width:calc(100%/4);}
.subtab .uli7 li:nth-child(n+5){width:calc(100%/3);}
.subtab .uli7 li a{padding:6px 0;line-height:120%;}
}
@media all and (max-width:640px) {
.subtab li a{font-size:16px;line-height:60px;}
}
@media all and (max-width:560px) {
.subtab li a{font-size:15px;line-height:58px;}

.subtab .uli7{padding:8px 0;}
.subtab .uli7 li a{padding:4px 0;}
.subtab .uli6{padding:8px 0;}
.subtab .uli6 li a{padding:4px 0;}
}
@media all and (max-width:460px) {
.subtab li a{font-size:14px;line-height:56px;}
}
@media all and (max-width:360px) {
.subtab li a{font-size:13px;line-height:52px;}
}

















/************************************************************************
* 견적문의 *
************************************************************************/
.rfqBox{background:url(/img/m5bg.jpg) no-repeat center center;background-size:cover;padding-top:120px;}
.rfqBox .astronaut{width:35%;max-width:527px;}
.rfqBox .txtWrap{width:65%;max-width:calc(100% - 527px);height:100%;}
.rfqBox .txtWrap *{text-align:center;color:#fff;}
.rfqBox .txtWrap .txtBox{padding-right:10%;}
.rfqBox .txtWrap a{width:137px;height:137px;border:solid 2px #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:all 0.2s ease;}
.rfqBox .txtWrap a img{width:30%;margin:0 auto;display:block;transition:all 0.2s ease;}
.rfqBox .txtWrap a:hover{background:#fff;color:#000048;transition:all 0.2s ease;}
.rfqBox .txtWrap a:hover img{transform:translateX(170%);transition:all 0.2s ease;}

@media screen and (max-width:1280px){
.rfqBox{padding-top:100px;}
.rfqBox .astronaut{width:30%;}
.rfqBox .txtWrap{width:70%;max-width:70%;margin-top:0 !important;}
.rfqBox .txtWrap .txtBox{padding-right:8%;}
.rfqBox .txtWrap a{width:130px;height:130px;}
}
@media screen and (max-width:1100px){
.rfqBox .txtWrap a{width:120px;height:120px;}
}
@media screen and (max-width:960px){
.rfqBox{padding-top:80px;}
.rfqBox .txtWrap a{width:110px;height:110px;}
}
@media screen and (max-width:767px){
.rfqBox{padding-top:60px;}
.rfqBox .astronaut{width:40%;}
.rfqBox .txtWrap{width:100%;max-width:100%;order:-1;}
.rfqBox .txtWrap a{width:100px;height:100px;}
}
@media screen and (max-width:640px) {
.rfqBox{padding-top:50px;}
}
@media screen and (max-width:560px) {
.rfqBox{padding-top:40px;}
}
@media screen and (max-width:420px){
.rfqBox .txtWrap .txtBox{width:100%;padding-right:0;padding-bottom:20px;}
.rfqBox .txtWrap a{width:90px;height:90px;}
}


 /************************************************************************
* Footer 바로가기 *
************************************************************************/
.fot_Quick{background:url(/img/fotQuick_bg.jpg) no-repeat center center;background-size:cover;}
.fot_Quick *{color: #fff;}
.fot_Quick h2{font-weight: 600;transition:all 0.5s ease;}
.fot_Quick .type16{opacity: .5; line-height: 100%; transition:all 0.5s ease;}
.fot_Quick .type16 br.hide{display: none;}

.fot_Quick a:hover h2{text-shadow: 3px 3px 25px rgba(255,255,255,.8);}
.fot_Quick a:hover .type16{opacity: 1;}

.fot_Quick .disF .w50{padding: 100px 0;padding-left: 5%;}
.fot_Quick .disF .w50:nth-child(1) {border-right: solid 1px rgba(255,255,255,.3);}
.fot_Quick .arrBox button.btn {width:85px;height:85px; border-radius: 100px; background:transparent;border:solid 1px rgba(255,255,255,1); transition:all 0.5s ease;}
.fot_Quick .arrBox button.btn i{width:27px;height:3px;display:inline-block;background:#fff;margin-top: 0px; margin-left: -6px; vertical-align:middle;transform:rotate(-45deg);content:'';position:relative;transition:all 0.5s ease;}
.fot_Quick .arrBox button.btn i:after{width:20px;height:20px;border:solid #fff;border-width:3px 3px 0 0; position:absolute;top:calc(50% - 11px);right:0px;display:block;content:"";transform:rotate(45deg);transition:all 0.5s ease;}
.fot_Quick a:hover .arrBox button.btn{border-color:#fff;background:#fff;color:#fff;box-shadow: 0 -1px 20px 0 rgba(255, 255, 255, 1);transition:all 0.5s ease;}
.fot_Quick a:hover .arrBox button.btn i{background:#000;right:1px; transform:rotate(0deg);transition:all 0.5s ease;}
.fot_Quick a:hover .arrBox button.btn i:after{border-color:#000; margin-top: 0px;}


    @media screen and (max-width:1100px){
        .fot_Quick .disF .w50{padding: 80px 0;padding-left: 3%;}
        .fot_Quick .type16 br.hide{display: block;}
        .fot_Quick .arrBox button.btn {width:70px;height:70px;}
        .fot_Quick .arrBox button.btn i{width:25px;height:3px;margin-left: -4px;margin-top: 3px;}
        .fot_Quick .arrBox button.btn i:after{width:17px;height:17px;border:solid #fff;border-width:3px 3px 0 0;top:calc(50% - 10px);right:1px;}
    }
    @media screen and (max-width:760px){
        .fot_Quick{padding: 20px 0;}
        .fot_Quick .disF{width: 85%; margin: 0 auto;}
        .fot_Quick .disF .w50{width: 100% !important; padding: 30px 0;padding-left: 0%;}
        .fot_Quick .disF .w50:nth-child(1) {border-bottom: solid 1px rgba(255,255,255,.3);border-right: none;}
        .fot_Quick .disF .w50 .txtBox {width: 80%;}
        .fot_Quick .disF .w50 .arrBox {width: 20%;}
    }
    @media screen and (max-width:460px){
        .fot_Quick .disF{width: 90%;}
        .fot_Quick .disF .w50{padding: 25px 0;}
        
        .fot_Quick .arrBox button.btn {width:50px;height:50px;}
        .fot_Quick .arrBox button.btn i{width:18px;height:3px;margin-left: -2px;margin-top: 3px;}
        .fot_Quick .arrBox button.btn i:after{width:12px;height:12px;border:solid #fff;border-width:3px 3px 0 0;top:calc(50% - 8px);right:1px;}
    }
    @media screen and (max-width:360px){
        .fot_Quick .disF{width: 96%;}
    }






/************************************************************************
* FOOTER *
************************************************************************/
footer{width:100%;background: #111b2a;padding:100px 0;}
footer *{color:#ededed;}

footer .f_top {padding: 0 40px 60px 40px;border-bottom:solid 1px rgba(255,255,255,0.2);}
footer .f_top .copyBox{}
footer .f_top .copyBox img.logo{width:280px;}
footer .f_top .copyBox .copyad{color:rgba(255,255,255,0.9);word-wrap:break-word;display:block;word-break:keep-all;line-height:170% !important;}
footer .f_top .copyBox .copyad i{margin: 0 10px;}
footer .f_top .copyBox .copyad i.bl{margin: 0 20px;}
footer .f_top .copyBox .copyad br.hide, footer .f_top .copyBox .copyad br.hide2, footer .f_top .copyBox .copyad br.hide3, footer .f_top .copyBox .copyad br.hide4{display:block;}

footer .f_top .siteMapWrap{}
footer .f_top .siteMap div{width:calc(100%/4);}
footer .f_top .siteMap div .tit{font-family:'Pretendard-SemiBold';color: #fff;text-align: right; position: relative;}
footer .f_top .siteMap div ul li a{padding-bottom:8px;font-size:15px;line-height:110%;color:rgba(255,255,255,.6);text-align: right;display:block;transition:all 0.3s ease;}
footer .f_top .siteMap div ul li a:hover{color:rgba(255,255,255,.85);}
footer .f_top .siteMap div ul li a br.hide{display: none;}


footer .f_top .snsBox{display:flex;justify-content:flex-end;}
footer .f_top .snsBox a{margin-right:25px;display: flex !important; justify-content: center; align-items: center; display:block; transition:all 0.5s ease;}
footer .f_top .snsBox a:last-child{margin-right:0px; transition:all 0.5s ease;}
footer .f_top .snsBox a img{width: 36px; height: auto; display:block; opacity: .7;transition:all 0.5s ease;}
footer .f_top .snsBox a:hover img{/*transform:rotate(15deg);*/transform: scale(1.1);opacity: 1;transition:all 0.5s ease;}
footer .f_top .snsBox a:hover{color:rgba(255,255,255,1);transition:all 0.5s ease;}


    @media screen and (max-width:1500px) {
        footer .f_top .copyBox .type15{font-size: 15px !important;}
    }
    @media screen and (max-width:1280px) {
        footer{padding:80px 0;}
        
        footer .f_top {padding: 0 20px 50px 20px;}
        footer .f_top .copyBox img.logo{width:260px;}
        footer .f_top .copyBox .type15{font-size: 14px !important;line-height:150% !important;}
                
        footer .f_top .siteMap div .tit{font-size:17px;}
        footer .f_top .siteMap div ul li a{padding-bottom:11px;font-size:15px;}
    }
    @media screen and (max-width:1100px) {
        footer .f_top {padding:0 20px 40px 20px;}
        footer .f_top .w45{width: 100% !important;}
        footer .f_top .copyBox img.logo{width:250px; margin: 0 auto; display: block;}
        footer .f_top .copyBox .copyad br.hide, footer .f_top .copyBox .copyad br.hide3, footer .f_top .copyBox .copyad br.hide4{display:none;}
        footer .f_top .copyBox .copyad i.hide{margin: 0 !important;}
        footer .f_top .copyBox .copyad{padding-left:0px; text-align: center;}
        
        footer .f_top .siteMapWrap{width: 80% !important; margin: 0 auto;}

        footer .f_top .siteMap div .tit{font-size:15px;}
        footer .f_top .siteMap div ul li a{padding-bottom:11px;font-size:14px;}
    }
    @media screen and (max-width:960px) {
        footer{padding:70px 0;}
        footer .f_top .copyBox img.logo{width:240px;}
        footer .f_top .copyBox .copyad br.hide2 {display:block;}
        footer .f_top .siteMapWrap{width: 90% !important;}
    }
    @media screen and (max-width:767px) {
        footer{padding:60px 0;}
        footer .f_top .siteMap{display:none;}
        footer .f_top {padding:0 15px 30px 15px;}
        footer .f_top .copyBox .type15{font-size: 14px !important;line-height:160% !important;}
    }
    @media screen and (max-width:640px) {        
        
        footer .f_top .copyBox .copyad i.bl{margin: 0;}
        
        footer .f_top .siteMapWrap{width: 100% !important;}
        footer .f_top .siteMap div .tit{font-size:15px;}
        footer .f_top .siteMap div ul li a{padding-bottom:9px;font-size:13px;}
    }
    @media screen and (max-width:570px) {        
        footer .f_top .siteMap div .tit{font-size:14px;}
        footer .f_top .siteMap div ul li a{font-size:12px;}
    }
    @media screen and (max-width:460px) {
        footer .f_top .copyBox img.logo{width:220px;}
        footer .f_top .copyBox .type15{font-size: 13px !important;line-height:150% !important;}
                
        footer .f_top .siteMapWrap{padding-top: 10px; padding-right: 0px;display: none;}
        footer .f_top .siteMap div{width:calc(100%/2) !important;margin-bottom: 20px; }
        footer .f_top .siteMap div:last-child{width:50% !important;}
        footer .f_top .siteMap div .tit{font-size:15px;}
        footer .f_top .siteMap div ul li a{font-size:13px;padding-bottom:8px;}
    }
    @media screen and (max-width:360px) {        
        footer .f_top .addBox br.hide4{display: block;}
        
        footer .f_top .siteMap div .tit{font-size:14px;}
        footer .f_top .siteMap div ul li a{font-size:12px;}
    }
    @media screen and (max-width:340px) {        
        footer .f_top .copyBox .copyad br.hide {display:block;}
        footer .f_top .copyBox .copyad i.hide2{margin: 0 !important;}
    }






footer .f_bot{padding: 40px;}

footer .f_bot .add .copy{color:rgba(255,255,255,.7);transition:all 0.5s ease;}
footer .f_bot .add .copy br.hide{display: none;}


footer .f_bot .terms{display:flex;transition:all 0.5s ease;}
footer .f_bot .terms a{padding-right:18px;position:relative;color:rgba(255,255,255,0.5);transition:all 0.5s ease;}
/*footer .f_bot .terms a:after{width:2px;height:2px;background:rgba(255,255,255,0.3);position:absolute;top:calc(50% - 2px);left:0;display:block;content:"";}*/
footer .f_bot .terms a:hover{color:rgba(255,255,255,0.8);}
footer .f_bot .terms a:first-child{padding-left:0 !important;}
footer .f_bot .terms a:first-child:after{display:none;}



    @media screen and (max-width:1500px){
        footer .f_bot .terms{display:flex;justify-content: flex-end;}
    }
    @media screen and (max-width:1280px){
        footer .f_bot{padding: 50px 20px 30px 20px;}
        
        footer .f_bot .add li{font-size: 16px;}

        footer .f_bot .add{padding-left:0px;}
        footer .f_bot .add li{font-size: 16px; padding-left: 10px; padding-bottom: 10px;}
        footer .f_bot .add li:after{width:3px;height:3px;background:#fff;position:absolute;top:8px;left:0; border-radius: 50%; display:block;content:"";}
    }
    @media screen and (max-width:1100px){
        footer .f_bot .add li{font-size: 15px;}
                footer .disF .w55{width:100% !important;}
        footer .f_bot .customer .snsBox a{width:50px;height:50px;margin-right:14px;}
        footer .f_bot .customer .snsBox a img{width: 26px; height: auto; }
        
        footer .f_bot .terms a{padding-right:12px;}
    }
    @media screen and (max-width:960px){
        footer .f_bot .add li{font-size: 14px;padding-left: 7px;}
        footer .f_bot .add li:after{width:2px;height:2px;top:7px;}

        footer .f_bot .customer .snsBox a{width:46px;height:46px;margin-right:12px;}
        footer .f_bot .customer .snsBox a img{width: 22px;}
        
        footer .f_bot .terms a{padding-right:10px;}
    }
    @media screen and (max-width:767px){    
        footer .f_bot .add, footer .f_bot .customer{width:100% !important; text-align: center;}
        footer .f_bot .add, footer .f_bot .add{margin-top: 10px !important;}
        
        footer .f_bot .add li{padding-left: 0;}
        footer .f_bot .add li:after{display:none;}
        
        footer .f_bot .customer {margin-top: 40px;}
        footer .f_bot .customer .snsBox, footer .f_bot .terms {width: 100%; justify-content: center !important; text-align: center;}
        footer .customer *{text-align:center;}
    }
    





/************************************************************************
* POPUP *
************************************************************************/
.ft_popup{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 .popup_wrap{max-width:740px;margin:0 auto;position:absolute;top:50%;transform:translateY(-50%);left:0;right:0;background:#fff;}
.ft_popup .popup_wrap .titArea{height:60px;line-height:60px;padding:0 20px;position:relative;background:#000;text-align:left;}
.ft_popup .popup_wrap .titArea p{font-size:20px;font-weight:500;color:#fff;}

.ft_popup .popup_wrap .conArea{padding:25px 20px;}
.ft_popup .popup_wrap .conArea *{font-family:'Noto Sans KR';}
.ft_popup .popup_wrap .conArea p{line-height:1.5;font-size:15px;color:#333;}
.ft_popup .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 .popup_wrap .close{width:30px;height:30px;display:block;position:absolute;top:15px;right:35px;cursor:pointer;}
.ft_popup .popup_wrap .close:after{width:2px;height:30px;background:#fff;position:absolute;top:calc(50% - 15px);right:calc(50% - 15px);display:block;content:"";transform:rotate(45deg);}
.ft_popup .popup_wrap .close:before{width:2px;height:30px;background:#fff;position:absolute;top:calc(50% - 15px);right:calc(50% - 15px);display:block;content:"";transform:rotate(-45deg);}

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

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

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

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





/************************************************************************
* UP *
************************************************************************/
#back2top{width:65px;height:65px;font-size:24px;line-height:65px;text-align:center;color:#000;border:solid 1px rgba(0,0,0,0.1);background:rgba(255,255,255,1);border-radius:50%;position:fixed;bottom:20px;right:20px;display:none;cursor:pointer;z-index:98;}

@media screen and (max-width:1500px){
#back2top{width:60px;height:60px;font-size:22px;line-height:60px;bottom:15px;right:15px;}
}
@media screen and (max-width:1280px){
#back2top{width:58px;height:58px;font-size:20px;line-height:58px;}
}
@media screen and (max-width:1100px){
#back2top{width:54px;height:54px;font-size:19px;line-height:54px;bottom:10px;right:10px;}
}
@media screen and (max-width:767px){
#back2top{width:50px;height:50px;font-size:18px;line-height:50px;}
}
@media screen and (max-width:640px){
#back2top{width:45px;height:45px;font-size:16px;line-height:45px;bottom:5px;right:5px;}
}
@media screen and (max-width:460px){
#back2top{width:40px;height:40px;line-height:40px;}
}
@media screen and (max-width:360px){
#back2top{width:38px;height:38px;line-height:38px;}
}






/* 모달 배경 (어둡게) */
.modal-overlay {
    display: none; /* 기본 숨김 */
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.6);
}




/* 모달 박스 */
.modal-content {
    position: relative;
    background-color: #fff;
    margin: 10% auto;
    width: 90%;
    max-width: 600px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    animation: slideDown 0.3s ease-out;
}




/* 모달 헤더 (검정 배경) */
.modal-header {
    background: #000;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-header h3 { margin: 0; font-size: 18px; }
.close-btn { font-size: 28px; cursor: pointer; }




/* 모달 본문 (스크롤) */
.modal-body {
    padding: 20px;
    max-height: 500px;
    overflow-y: auto;
    line-height: 1.8;
    color: #333;
    text-align: left;
}




@keyframes slideDown {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
