.pc{display: block;}
.mobile{display: none;}

#wrap{
    width: 100%;
    overflow-x: hidden;
    padding-top: 80px;
    min-width: 320px;
    padding-bottom: 104px;
}

.inner{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

#header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    padding: 30px 0;
    margin: 0;
}

#header .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .logo{
    display: block;
    width: 180px;
    position: relative;
}

#header .logo.mobile{display: none;}

#header .logo .wh{
    width: 180px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

#header .mBtn{display: none; width: 28px; height: 28px; align-items: center;
justify-content: center; flex-direction: column;}

#header .mBtn span{display: block; width: 100%; height: 3px; background-color: #0047ba; border-radius: 50px; text-indent: -9999px; transition: all .3s;}

#header .mBtn:before,
#header .mBtn:after{
    display: block;
    clear: both;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #0047ba;
    border-radius: 50px;
    transition: all .3s;
}

#header .mBtn:before{margin-bottom: 6px;}
#header .mBtn:after{margin-top: 6px;}

#header .gnb>ul{
    display: flex;
}

#header .gnb>ul>li{
    margin: 0 5px
}

#header .gnb>ul>li:last-child{
    margin: 0 0 0 5px;
}

#header .gnb>ul>li>a{
    display: block;
    width: 120px;
    font-size: 17px;
    font-weight: 700;
    color: #2a2a2a;
    position: relative;
    text-align: center;
}

#header .gnb>ul>li:hover>a{
    color: #0047BA;
}

#header .gnb>ul>li:hover>a .line{
    transform: scaleX(1);
}

#header .gnb:hover li a .ko{
    opacity: 1;
}

#header .gnb li a .ko{
    font-size: 18px;
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .3s;
}

#header .gnb:hover li a .en{
    opacity: 0;
}

#header.on .gnb li a .ko{opacity: 1; color: #000;}
#header.on .gnb li a .en{opacity: 0;}

#header .gnb li:hover a .ko{color: #0047ba;}

#header .gnb li .line{
    display: block;
    width: 100%;
    height: 3px;
    background-color: #0047BA;
    transform: scaleX(0);
    transition: all .5s;
    position: absolute;
    bottom: -30px
}

#header .gnb li .sub {
    position: absolute;
    top: 60px;
    opacity: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-delay: .1s;
}

#header .gnb:hover li .sub {opacity: 1}

#header.on .gnb li .sub {opacity: 1}


#header .gnb li .sub ul{}
#header .gnb li .sub ul li{
    text-align: center;
    margin: 15px 0;
}

#header .gnb li .sub ul li a{
    font-size: 15px;
    color: #000;
    display: none;
    width: 120px;
}

#header.on .gnb li .sub ul li a{display: block;}
#header .gnb:hover li .sub ul li a{display: block;}

#header .gnb li .sub ul li:hover a{color: #0047ba;}

.subBg {
        width: 100%;
        height: 0;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        box-shadow: 10px 10px 10px rgb(0, 0, 0, 0.1);
        overflow: hidden;
        z-index: -1
    }

.sideMenu{
    position: fixed;
    right: 50px;
    bottom: 160px;
    z-index: 999;
    transition: all .5s;
}

.sideMenu ul{
    display: flex;
    width: 100px;
    height: 0;
    box-sizing: border-box;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    border-radius: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    transition: all .5s;
    opacity: 0;
}

.sideMenu.on ul{
    opacity: 1;
    height: 400px;
}


.sideMenu ul li{
    width: 100%;
    height: 28%;
}

.sideMenu ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-align: center;
    color: #000;
    border-bottom: 1px solid #eee;
}

.sideMenu ul li a .ico{
    width: 40px;
    margin-bottom: 2.5px;
}

.sideMenu .bl_btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #0047ba;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: 95px;
    z-index: 10;
    transition: all .5s;
}

.sideMenu.on .bl_btn{
    bottom:450px;
}

.sideMenu .bl_btn img{
    width: 45px;
    margin-bottom: 10px;
}


.sideMenu ul li:last-child a{
    border-bottom: none;
}

.sns_btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    margin-bottom: 15px;
    gap:5px;
}

.sns_btn.insta_btn{
    background: linear-gradient(149deg, #8B00DC 17.37%, #FF00BF 37.11%, #FF6422 65.82%, #FFE625 85.71%);
}


.sns_btn.youtube_btn{
    background: #F00;
}


.sns_btn img{
    display: block;
    width: 28px;
    margin-bottom: 5px
}


.sns_btn .txt{
    line-height: 1em;
}

.top_btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    cursor: pointer
}

.top_btn img{
    display: block;
    width: 12px;
    margin-bottom: 5px
}

#container .mainVisual .tit{
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: 1em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#container .mainVisual{
    width: 100%;
    height: 400px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#container .menu_list ul{
    display: flex;
    align-items: center;
    justify-content: center;
}

#container .menu_list ul li .btn{
   display: block;
    text-align: center;
    font-size: 20px;
    color: #2a2a2a;
    margin: 0 35px;
    font-weight: 600;
    transition: all .3s; 
}

#container .menu_list ul li .btn .line{
    display: block;
    width: 100%;
    height: 3px;
    background-color: #0047ba;
    margin-bottom: 10px;
    opacity: 0;
    transform: scaleX(0);
    transition: all .3s;
}

#container .menu_list ul li .btn.active{color: #0047ba;}
#container .menu_list ul li .btn.active .line{
/*    opacity: 1; transform: scaleX(1);*/
    animation: forwards line_ani .3s;
}

@keyframes line_ani{
    0%{}
    100%{opacity: 1; transform: scaleX(1);}
}


#container .menu_list ul li .btn:hover{color: #0047ba;}


#footer{
    background-color: #0047ba;
    color: #fff;
    padding: 45px 0;
}

#footer .flogo{
    display: block;
    width: 180px;
    margin-bottom: 30px;
}

#footer ul{
    display: block;
    margin-bottom: 10px;
}

#footer ul>li{
    float: left;
    padding-right: 10px;
    border-right: 1px solid #fff;
    line-height: 1em;
    margin-right: 10px;
    font-size: 13px;
}

#footer ul>li:last-child{
    border-right: none;
}

#footer ul>li>a{
    color: #fff
}

#footer ul:after{
    display: block;
    clear: both;
    content: '';
}

#footer .sns{
    display: flex;
    align-items: center;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}
#footer .sns>li{
    width: 30px;
    float: none;
    border-right: 0;
}

#footer .sns>li:last-child{
    margin-right: 0;
    padding-right: 0;
}

#footer .request_btn{
    display: block;
    display: block;
    position: absolute;
    background-color: #fff;
    color: #2a2a2a;
    bottom: 0;
    right: 0;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 50px;
    font-weight: 600;
}


.bottom_request{
    background-color: #fff;
    position: fixed;
    bottom: 0;
    padding: 25px 0;
    width: 100%;
    box-shadow: 0px -5px 23px 3px rgba(0, 0, 0, 0.08);
    z-index: 999;
}
.bottom_request .inner{
    width:1430px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom_request .inner>div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom_request .inner .input_box{
    gap: 10px;
    width: 580px;
}

.bottom_request .inner .input_box input{
    width: calc(100% /3 - 10px);
}

.bottom_request .inner .input_box input::placeholder{
    transition: all .5s;
}

.bottom_request .inner .input_box input:focus::placeholder{
opacity: 0;
}

.bottom_request .logo{
    width: 50px;
    margin-right: 5px;
}

.bottom_request .bottom_request_tit {
    color: #000;
    font-size: 35px;
    font-weight: 800;
    margin-right: 10px;
    line-height: 1em;
}

.bottom_request .bottom_request_tel {
    color: #0047BA;
    font-size: 35px;
    font-weight: 800;
    margin-right: 25px;
    line-height: 1em;
    animation: blink_ani infinite 1s;
    opacity: 0;
}

.bottom_request .bottom_request_tel.mobile{display: none}

@keyframes blink_ani{
    0%{}
    100%{opacity: 1;}
}

.bottom_request input{
    border: 1px solid #0047BA;
    box-sizing: border-box;
    padding: 16px 12px;
    border-radius: 5px;
}

.bottom_request .chk_box{
    margin:0 10px;
}


.bottom_request .chk_box input{
    cursor: pointer;
    margin-right: 5px;
}

.bottom_request .chk_box label{
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.bottom_request .submit_btn {
    background-color: #0047ba;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    width: 205px;
    height: 54px;
    padding: 0;
    cursor: pointer;
}

@media (max-width:1500px){
    #wrap{
        padding-bottom: 168px
    }
    
    .sideMenu{
        right: 15px;
        bottom: 195px;
    }
    
    .sns_btn{
        width: 65px;
        height: 65px;
    }
    
    .top_btn{
        width: 65px;
        height: 65px
    }

    .sns_btn .txt{
        display: none
    }
    
    .sns_btn img{
        margin-bottom: 0
    }
    
    .bottom_request{}
    .bottom_request .inner{width: 90%; display: block; position: relative}
    .bottom_request .submit_btn{
        width: 100%;
        height: auto;
        font-size: 16px;
        padding: 10px 0;
    }
    
    .bottom_request .inner>div{
        margin-bottom: 10px;
        justify-content: flex-start
    }
    
    .bottom_request .inner .input_box{
        width: 100%;
    }
    
    .bottom_request .inner .input_box input{
        padding: 10px;
    }
    
    .bottom_request .inner .chk_box{
        position: absolute;
        right: 0;
        top: 0
    }
    
    
    .bottom_request .inner .chk_box label{
        font-size: 12px;
    }
    
    .bottom_request .logo{
        width: 40px;
    }
    
    .bottom_request .bottom_request_tit{
        font-size:18px;
        margin-right: 5px;
    }
    
    .bottom_request .bottom_request_tel{
        font-size: 18px;
    }
}


@media (max-width:1200px){
    #wrap{padding-top: 70px}
    #header{padding: 25px 0; }
    .inner{width: 90%;}
    #header .logo{width: 165px;}
    #header .gnb>ul>li>a{width: 100px;font-size: 16px;}
    #header .gnb li a .ko{font-size: 16px;}
    #header .gnb li .sub ul li a{font-size: 14px; width: 100px;}
    
    #container .menu_list{width: 100%; margin: 40px auto; overflow-x: scroll;}
    #container .menu_list ul {width: auto; justify-content: flex-start; margin: 0; padding-bottom: 25px;}
    #container .menu_list ul li{flex-shrink: 0;}
    
    #container .menu_list::-webkit-scrollbar {height: 5px; background-color: #eee;}
    #container .menu_list::-webkit-scrollbar-thumb {
    background-color: #0047ba; border-radius: 50px; cursor: pointer;}
}

@media (max-width:768px){
    #wrap{padding-top: 55px}
    #wrap.no-scroll {
        width: 100%;
        height: 100vh;
        overflow: hidden;
    } 
    
    .pc{display: none;}
    .mobile{display: block;}
    
    #header{padding: 15px 0; }
    #header .gnb{display: none;}
    
    #header .logo{width: 55px;}
    #header .logo .wh{width: 55px;}
    
    #header .logo.pc{display: none;}
    #header .logo.mobile{display: block;}
    
    #header .mBtn{display: flex;}
    
    .mobile_menu{
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        z-index: 9999;
    }
    
    .mobile_menu .inner{
        width: 85%;
    }

    .mobile_menu .top_area{display: flex; align-items: center; justify-content: space-between; padding: 30px 0;}
    .mobile_menu  .logo{
        width: 150px;
    }
    .mobile_menu .close_btn{
        display: block;
        width: 18px;
        height: 18px;
    }
    .mobile_menu>div>ul{margin-top: 20px;}
    .mobile_menu>div>ul>li{}
    .mobile_menu>div>ul>li>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        color: #2a2a2a;
        font-size: 20px;
        font-weight: 700;
        line-height: 1em;
        letter-spacing: -0.4px;
        padding: 25px 0;
        box-sizing: border-box;
    }
    
    .mobile_menu>div>ul>li>a .arr {
        width: 15px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s;
    }
    
    .mobile_menu li .m.on .arr{
        transform: rotate(180deg);
    }
    
    .mobile_menu .sub{display: none;}
    .mobile_menu .sub>ul{}
    .mobile_menu .sub>ul>li{}
    .mobile_menu .sub>ul>li>a{
         display: block;
         width: 100%;
         padding: 20px 0;
         font-size: 15px;
    }
    
    #container .mainVisual{height: 320px;}
    #container .mainVisual .tit{ font-size: 36px;}
    #container .menu_list ul li .btn{font-size: 18px; margin: 0 20px;}
    
    #footer{text-align: center;}
    #footer ul{display: flex; align-items: center; justify-content: center;}
    #footer ul li{font-size: 10px;}
    #footer .flogo{display: none;}
    #footer .sns{position: static; margin-top: 25px; margin-left: -100px}
    #footer .request_btn{left: 50%; transform: translateX(-50%); width: 90px; font-size: 13px; margin-left: 65px; bottom:-2.5px;}
    
    .bottom_request .bottom_request_tel.pc{display:none;}
    .bottom_request .bottom_request_tel.mobile{display:block;}
}

@media (max-width:520px){}
@media (max-width:430px){
    #header .logo{width: 50px;}
    #header .logo .wh{width: 50px;}
    
    #header .mBtn{width: 25px; height: 25px;}
    #header .mBtn:before{margin-bottom: 5px;}
    #header .mBtn:after{margin-top: 5px;}
    
    .mobile_menu  .logo{width: 115px;}
    
    #container .mainVisual{height: 210px;}
    #container .mainVisual .tit{font-size: 30px;}
    #container .menu_list ul li .btn{font-size: 15px;}
    
    #footer ul li{font-size: 9px; letter-spacing: -0.5px; margin-right: 2.5px; padding-right: 2.5px;}
    
    #footer .sns>li{width: 25px; margin-right: 10px;}
    #footer .request_btn{padding: 8px 10px; font-size: 12px; margin-left: 55px;}
    #footer .inner .copy{font-size: 10px;}    
}