@media(max-width:1400px){

    #hd_wrapper {
        padding: unset;
        min-width: 240px;
        height: 50px !important;
    }
    #gnb #gnb_1dul ul.icon {
        margin-left: unset;
        gap: 16px;
    }
    #hd_wrapper{}
    #gnb .gnb_1dli {
        padding-top: 12px;
        line-height: 100%;
        height: 100%;
        display: block;
    }
    #logo{
        padding: unset;
    }
    #logo img{
        max-height: 50px;
        padding: unset;
    }
    .gnb2 #logo{
        max-height: 50px;
        padding: unset;
    }
    }
    .gnb2 .logo {
        max-height: 50px;
        padding: unset;
    }
    #gnb{
        max-height: 70px;
    }
    .gnb2{}

.gnb2_al_ul{
    overflow-y: scroll;
    padding: 70px 16px;
    background: #EAEAEA;
    height: 100vh;  
    background-image: url(/theme/basic/img/cwu_logo.svg);
    background-position: left 90% bottom 10%;
    background-repeat: no-repeat;
    background-size: 50% auto;
}
.gnb2-top a img{
    /* height: 50px;
    width: auto;
    padding-top: unset; */
    width: 200px;
}
.gnb2-top{
    position: absolute;
    top: 0;
    left: 0;
    /* height: 70px; */
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
}

.gnb2_al_li{
    /* padding: 20px 0; */
}

.gnb2_al_btn{
    color: #000 !important;
    padding: 16px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    width: 100%;
    font-size: 24px;
}

.gnb2_al_sub li:nth-child(1) a{
    border-top: 2px solid #000 ;
}
.gnb2_al_sub li a:hover{
    color: #009FE1;
    font-weight: bold;
}
.gnb2_al_sub li a{
    /* font-weight: bold; */
    text-align: center;
    padding: 12px 0;
    color: #888888;
    width: 100%;
    display: block;
    font-size: 18px;
    background: #fff;
}