
.main #header .gnb_1depth > li > a > span {
    color: #1D1D1D;
}
#header .gnb_1depth > li > a > span {
    font-weight: 300;
}
.main #header .logo {
    background-image: url(https://ggtour.or.kr/en/inc/img/common/logo_t.png);
    background-size: 100%;
}
#header .sel_lang_box .lang_tit {
    width: auto;
}
.main #header .sel_lang_box .lang_tit {
    border: 1px solid #E4E4E4;
    color: #4A4A4A;
        width: auto;
}

.main #header .sel_lang_box .lang_tit span:after,
.main #header.active .sel_lang_box .lang_tit span:after {
    background: url(../img/common/down_arrow.png) center center no-repeat;
    background-size: 100%;
    width: 10px;
    height: 10px;
    top: 7px;
    transform: rotate(270deg);
    opacity: 0.5;
    position: relative;
}
.main #header .sel_lang_box.active .lang_tit span:after{
    transform: rotate(90deg);
}
button{
    cursor: pointer;
}



.quick-nav ul li:last-child{
    border: none;
}
.quick-nav ul {
    display: flex;
        flex-direction: column;
    align-items: center;
}
.quick-nav button{
    font-size: 14px;
    color: #4A4A4A;
    text-align: center;
    width: 48px;
    font-weight: 400;
    letter-spacing: -1px;
    background: #fff;
}
.quick-nav ul li button:before{
    content:'';
    display: block;
    width: 40px;
    height: 40px;
        margin: 0 auto 5px auto;
}
.quick-nav ul li.gt button:before{
    background: url(../img/main/quick_gt.svg) center center no-repeat;
}
.quick-nav ul li.camping button:before{
    background: url(../img/main/quick_camp.svg) center center no-repeat;
}
.quick-nav ul li.dark button:before{
    background: url(../img/main/quick_dark.svg) center center no-repeat;
}
.quick-nav ul li.pass button:before{
    background: url(../img/main/quick_culture.svg) center center no-repeat;
}
.quick-nav ul li.youtube button:before {
    background: url(../img/main/quick_youtube.svg) center center no-repeat;
}
.quick-nav ul li.facebook button:before {
    background: url(../img/main/quick_facebook.svg) center center no-repeat;
}
.quick-nav ul li.instagram button:before {
    background: url(../img/main/quick_instagram.svg) center center no-repeat;
}
.quick-nav ul li.weibo button:before {
    background: url(../img/main/quick_weibo.svg) center center no-repeat;
}
.quick-nav ul li.xiao button:before {
    background: url(../img/main/quick_xiao.svg) center center no-repeat;
}

.sel_lang_box .lang_tit span {
    position: relative;
    display: flex;
    gap: 5px;
}






@media only screen and (max-width: 1440px) and (min-width: 768px) {
    #header .gnb_wrap {
        padding: 0;
    }
    .sel_lang_box.active .lang_cont {
        display: block;
        top: 40px;
    }
    .main_container {
        padding: 30px 0 0 0;
    }
}
@media only screen and (max-width: 767px) {
    #header .btn_gnb_menu {
        background-color: #fff;
        position: relative;
    }
    #header .lang_box{
            position: absolute;
        background: #fff;
        right: 20px;
        display: flex;
        flex-direction: column;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
        border:1px solid #EFEFEF;
        min-width: 116px;
        padding: 0 12px;
        border-radius: 3px;
                top: 54px;
                display: none;
    }
    #header .lang_box a{
        font-size: 15px;
        height: 36px;
        color: #4A4A4A;
        display: flex;
        align-items: center;
    }
    #header .lang_box.open {
    display: flex;
    }
    #header .lang_box a + a {
        position: relative;
        padding-left: 0;
    }
    #header .gnb_util01 {
display: flex !important;
        align-items: center;
        gap: 10px;
                margin: 21px 20px 0 0;
    }
    #header .gnb_util01 > .active{
        font-size: 14px;
        color: #003976;
    }
    #header .gnb_util01 > .on span{
        text-decoration: underline;
    }
    .main_layout #header .logo {
        width: 169px;
        height: 36px;
        margin: 16px 0 18px 20px;
    }
}