@charset "utf-8";
@import url("https://statics.goorm.io/fonts/GoormSans/v1.0.0/GoormSans.min.css");
@font-face {
    font-family: 'Jal_Onuel';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/Jal_Onuel.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 초기 설정 */
*{margin: 0; padding: 0;}
html{font-size:16px;}
body{color:#2b2b2b;   font-family: "Goorm Sans", sans-serif; letter-spacing: -0.03em; word-break: keep-all;}
img{vertical-align: top;}
ul, li{list-style: none;}
h1,h2,h3,h4,h5,h6,p,ul{margin: 0;}
a{text-decoration: none;color: inherit;}
a:hover{text-decoration: none;color: inherit;}
button{border:none; outline:none; cursor: pointer; background: transparent;}
table{border-collapse: separate;border-spacing: 0;}

.swiper {overflow: hidden;}

/* 초기 설정 */

.wrap{
    position: relative;
}

.inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.sub-inner{
    overflow: hidden;
}

.sub-inner .inner{
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    position:relative;
}
.flx1 {display: flex; flex-flow: row wrap; }
.flx2 {display: flex; flex-flow: column wrap; }
.ff-jal {font-family: 'Jal_Onuel';}
.show-768 {display: none;}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color:#fff;
}

header .top-banner{
    position: relative;
    height: 70px;
    background: linear-gradient(315deg, rgb(120 89 239) 0%, rgb(38 192 253) 100%);
}

header .top-banner .inner{
    position: relative;
    height: 100%;
    color: #fff;
    text-align: center;
    z-index: 1;
    background-image: url('../images/top_banner_bg.png');
    background-repeat: no-repeat;
    background-position: center top;
}

header .top-banner p{

    font-weight: 300;
    font-size: 18px;
}

header .top-banner span{
    margin-right: 4px;
    font-size: 0;
}

header .top-banner .more{
    position: relative;
    display: inline-block;
    width: 160px;
    line-height: 38px;
    margin-left: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 19px;
    border: 1px solid #fff;
    transition: all 0.2s ease;
}
header .top-banner .more:hover {
    background: #fff;
    color: #536cde;
}

header .top-banner .close-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 40px;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
}

header .header-wrap{
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}



header h1 .bk{
    display: none;
}

header h1 p{
    margin-left: 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.136em;
}

header h1 p b{

    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
}

/* header nav{
    width: 100%;
    
} */


header nav .gnb>li>a{
    position: relative;
    display: flex;
    align-items: center;
    height: 80px;
    padding: 25px 0;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    transition: color 0.3s;
} 


header .lnb a{
    color: #999;
    font-size: 17px;
}

header .lnb li:not(:last-child){
    margin-bottom: 10px;
}

header .menu-bg{
    display: none;
}

header .sns{
    display: flex;
    align-items: center;
}

header .sns li:not(:first-child){
    margin-left: 22px;
}

header .sns a{
    display: block;
    font-size: 0;
}



header.on{
    background: #fff;
}

header.on .header-wrap{
    border-bottom: 1px solid #e4e4e4;
}

header.on .header-wrap *{
    color: #2b2b2b;
}

header.on h1 .bk{
    display: block;
}    

header.on h1 .wh{
    display: none;
} 

header.on .sns a img:not(.on){
    opacity: 1;
}



@media (min-width:1081px) {
    header:hover,
    header.on{
        background: #fff;
    }

    header:hover .header-wrap{
        border-bottom: 1px solid #e4e4e4;
    }

    header:hover h1 .bk{
        display: block;
    }    
    
    header:hover h1 .wh{
        display: none;
    } 

    header .header-wrap .inner{
        height: 80px;
    }

    header nav .gnb{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 500px;
    }
    header nav .gnb>li>a {position: relative;}
    header nav .gnb>li:hover>a{
        color: #0071be;
        font-weight: 700;
    }
    header nav .gnb>li>a::before {content:""; position: absolute; bottom:0; left:0; width: 0; height: 2px; background: #0071be; transition: width 0.3s;}
    header nav .gnb>li:hover>a::before {width: 100%;}

    header .lnb{
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        justify-content: center;
        align-items: center;
        width: 100vw;
        overflow: hidden;
        transform: translateX(-50%);
        background: #fff;
    }

    header .lnb-inner{
        padding: 25px 0;
        z-index: 1;
    }
    header nav .gnb>li:nth-child(1) .lnb-inner{
        height: 305px;
    }

    header nav .gnb>li:nth-child(2) .lnb-inner{
        height: 188px;
    }

    header nav .gnb>li:nth-child(3) .lnb-inner{
        height: 114px;
    }
    
    
    header .lnb a:hover{
        color: #2b2b2b;
        font-weight: 500;
    }
    
    header:hover .sns a img:not(.on){
        opacity: 1;
    }

    header .m-header-wrap,
    header .menu-btn{
        display: none !important;
    }

    header .menu-bg{
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100vw;
        height: 0;
        background: #FFF;
        z-index: -1;
        transition: height 0.2s;
    }
}

@media (min-width: 1200px) {
    header nav .gnb{
        max-width:545px;
    }
}

footer {
    position: relative;
    color: #fff;
    background: #2b2b2b;
}

footer .inner{
    padding: 80px 0;
    justify-content: space-between;
}

footer .info{
    padding-left: 30px;
}

footer .info p{
    font-size: 15px; text-align: center; opacity: 0.6;
}

footer .sns img {
    filter: brightness(10);
}

footer .sns li:not(:first-child){
    position: relative;
    margin-left: 25px;
}


#main, .sub-wrap{
    
}
.nobanner #main,
.nobanner .sub-wrap{
    margin-top: 0;
}


aside{
    position: fixed;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    left: 50%;
    bottom: 30px;
    width: 100%;
    max-width: 2110px;
    padding: 0 20px;
    height: 0;
    transform: translateX(-50%);
    z-index: 99;

}

aside #top-btn{
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: url(../images/page_top.jpg) center / auto no-repeat;
    overflow: hidden;
    font-size: 0;
    letter-spacing: -99999px;
    box-shadow: 0px 5px 5px #69748961;
    transition: all 0.2s ease;
}
aside #top-btn:hover {
    transform: translateY(-20px);
}

aside.off{
    position: absolute;
    top: 0;
}
@media (max-width: 1440px) {
 .inner {padding: 0 4%;}
}

@media (max-width: 1080px) {
    #main,
    .sub-wrap{
        margin-top: 0;
    }

    header .top-banner{
        display: none;
    }
    header h1 p{
        display: none;
    }

    header .sns{
        display: none;
    }

    header .header-wrap>.inner{
        height: 70px;
    }

    header .menu-btn{
        display: block;
        width: 37px;
        height: 37px;
        border-radius: 100%;
        background: url(../images/m_menu_btn.png) #f5f5f5 center no-repeat;
    }

    body.menu-open{
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    header .header-wrap::after{
        position: fixed;
        top: 160px;
        left: 100%;
        width: 100%;
        height: calc(100% - 160px);
        background: #f7f7f7;
        transition: left 0.5s;
        z-index: 997;
        content: '';
    }

    header .m-header-wrap,
    header nav .gnb>li>a,
    header .lnb{
        padding-left: 40px;
        padding-right: 40px;
    }
    

    header .m-header-wrap{
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        background: #fff;
        transition: left 0.5s;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
        z-index: 999;
    }

    header .header-wrap.open::after,
    header .header-wrap.open .m-header-wrap{
        left: 0;
    }

    header .m-header-wrap h1{
        display: flex;
        justify-content: center;
        height: 80px;
    }

    header .m-header-wrap .m-close-btn{
        width: 20px;
    }

    header .m-header-wrap .banner{
        width: 100%;
        padding-bottom: 35px;
    }

    header .m-header-wrap .banner a{
        position: relative;
        display: flex;
        align-items: center;
        height: 45px;
        padding: 0 30px;
        color: #fff;
        font-size: 15px;
        border-radius: 22px;
        background: linear-gradient(to right, #0071be, #1cb4e1);
    }

    header .m-header-wrap .banner a::before,
    header .m-header-wrap .banner a::after{
        position: absolute;
        top: 50%;
        display: block;
        width: 61px;
        height: 67px;
        background: url(../images/m_menu_banner_u.png) center / 100% auto no-repeat;
        content: '';
        transform: translateY(-50%);
    }

    header .m-header-wrap .banner a::before{
        left: 9.5%;
    }
    header .m-header-wrap .banner a::after{
        right: 9.5%;
    }

    header .m-header-wrap .banner .arr{
        position: absolute;
        top: 50%;
        right:30px;
        transform: translateY(-50%);
    }

    header .m-header-wrap .banner .arr::before{
        position: absolute;
        display: block;
        top: 50%;
        left: 0;
        width: 21px;
        height: 21px;
        border-radius: 100%;
        background: #1d1d1d;
        content: '';
        z-index: -1;
        transform: translate(-50%, -50%);
    }

    header .header-wrap>div{
        position: relative;
    }

    header .header-wrap nav{
        position: fixed;
        top: 160px;
        left: 100%;
        width: 100%;
        height: calc(100% - 160px);
        max-width: none;
        /* background: #f7f7f7; */
        transition: left 0.5s;
        z-index: 998;
    }

    header .header-wrap.open nav{
        left: 0;
    }

    header nav .gnb{
        flex-direction: column;
    }

    header nav .gnb>li>a{
        flex-wrap: wrap;
        position: relative;
        height: 80px;
        color: #222;
        background: url(../images/m_menu_arr.png) center right 40px / 22px auto no-repeat;
    }

    header nav .gnb>li.active>a{
        color: #0173bf;
        background-image: url(../images/m_menu_arr_on.png);
    }

    header nav .gnb>li>a::after{
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: calc(100% - 80px);
        height: 1px;
        background: #e1e1e1;
        transform: translateX(-50%);
        content: '';
    }

    header .lnb{
        display: none;
        background: #e3edf4;
    }

    header .lnb-inner{
        padding-top: 35px;
        padding-bottom: 35px;
    }

    header .lnb li:not(:last-child){
        margin-bottom: 15px;
    }

    header .lnb a{
        display: block;
        padding-left: 30px;
        color: #222;
        font-size: 15px;
    }

    header .lnb li.active a{
        
        color: #0173bf;
        background: url(../images/m_menu_arr2.png) top 3px left / 21px auto no-repeat;
    }

    header .header-wrap.open .sns{
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    header .header-wrap.open .sns>li:not(:first-child){
        position: relative;
        padding-left: 20px;
        margin-left: 19px;
    }

    header .header-wrap.open .sns>li:not(:first-child)::after{
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        height: 70%;
        background: #d0d0d0;
        transform: translateY(-50%);
        content: '';
    }

    footer .inner{
        flex-wrap: wrap;
    }

    footer h1{
        width: 118px;
    }

    footer .info{
        width: calc(100% - 118px);
    }

    footer .info p{
        font-size: 15px;
    }

    footer .sns{
        justify-content: center;
        margin-left: 0;
        margin-top: 35px;
        width: 100%;
    }

    aside{
        display: none;
    }
}

@media (max-width: 768px) {

    .show-768{
        display: block;
    }
    .hide-768 {display: none;}

    .inner{
        padding-left: 20px;
        padding-right: 20px;
    }

    header .m-header-wrap,
    header nav .gnb>li>a,
    header .lnb{
        padding-left: 20px;
        padding-right: 20px;
    }

    header nav .gnb>li>a::after{
        width: calc(100% - 40px);
    }

    header nav .gnb>li>a{
        background: url(../images/m_menu_arr.png) center right 40px / 22px auto no-repeat;
    }


    footer h1{
        width: 90px;
    }

    footer .info{
        width: calc(100% - 90px);
    }

    footer .sns{
        max-width: 212px;
        margin: 30px auto 0;
    }

    footer .sns li:not(:first-child){
        padding-left: 17px;
        margin-left: 15px;
    }
    
    footer .sns li:not(:first-child)::after{
        height: 13px;
    }

    
}