﻿@charset "utf-8";



/* 모바일 nav overflow */
@media screen and (min-width: 1131px) {
    .drawer {
        overflow: hidden !important;
    }
}

@media screen and (max-width: 1470px) {



    /*header*/
    .gnb-area dl,.gnb-area dl dd {
        width: 95px;
    }
    .gnb-area dl dt a {
        font-size: 17px;
        padding: 0px 5px
    }
    .gnb-area dl dd ul li a {
        font-size: 14px;
    }




}
@media screen and (max-width: 1370px) {


    /*footer*/
    #footer > .inner-wrap {
        justify-content: flex-start;
        gap: 120px;
    }
    #footer .footer-area > address {
        flex-direction: column;
        gap: 20px;
    }
    #footer .quick-link li {
        width: 50%;
    }
    #footer .footer-area > address p.info {
        position: static;
    }
}

/*모바일 nav 노출*/
@media screen and (max-width: 1130px) {
    /*header*/
    .top-area,
    .gnb-area,
    .gnb-bg,
    .gnb,
    .sitemap-area,
    .mobile-hidden,
    .top-btn-area {
        display: none !important;
    }
    .mobile-show {
        display: block !important;
    }
    .mobile-hidden {
        display: none !important;
    }
    .inner-wrap {
        flex-direction: column;
    }
    #wrap {
        padding-top: 60px;
    }

    /*모바일메뉴 상단*/
    .logo-area h1 img {
        width: auto;
        height: 35px;
    }
    .mobile-top {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 200;
        width: 100%;
        height: 55px;
        background: #fff;
        box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
    }

    .mobile-header-group {
        content: '';
        display: block;
        clear: both;
    }
    .drawer-brand {
        position: relative;
        width: 100%;
        height: 55px;
    }

    /*mobile-menue*/
    .mobile-info {
        float: left;
        width: 130px;
    }
    .mobile-info a {
        padding: 0 !important;
        font-size: 14px !important;
    }
    .mobile-info .m-picture {
        display: inline-block;
        vertical-align: middle;
        margin: 10px 0 0 15px;
        width: 35px;
        height: 35px;
        overflow: hidden;
        border: 1px solid #eee;
        border-radius: 50%;
        background-color: #ddd;
    }
    .mobile-info .m-picture img {
        width: 33px;
        height: auto;
        /*background-color: #fff;*/
    }
    .mobile-info .m-name {
        display: inline-block;
        overflow: hidden;
        width: 64px;
        padding: 15px 0 0 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
        color: #fff;
        font-size: 11px;
    }
    .mobile-login {
        float: right;
        width: 150px;
        padding: 10px 15px 0 0;
        text-align: right;
    }
    .mobile-login:hover {
    }
    .mobile-login a:last-child {
        padding: 0 !important;
    }
    .mobile-login a {
        display: inline-block;
        padding: 0 5px 0 0 !important;
        line-height: 1;
        text-align: center;
    }
    .mobile-login a:hover {
        color: #fff !important;
    }
    .mobile-login a .feather {
        width: 18px;
        height: 18px;
    }
    .mobile-login a span {
        font-size: 10px;
    }
    #header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        border-bottom: 0;
        background-color: #fff;
        z-index: 100;
    }
    .logo-area {
        height: auto;
    }
    .logo-area h1 {
        position: static;
        width: 100%;
        height: 60px;
        margin: 0;
        padding: 14px 0 0;
        text-align: left;
    }
    .logo-area h1 a {
        display: inline-block;
        line-height: 60px;
    }

    #footer .quick-link {
        flex-direction: row;
        gap: 0;
        padding: 15px 0;
    }
    #footer > .inner-wrap {
        gap: 30px;
    }
    #footer .footer-area > address {
        font-size: 14px;
    }

    /* translate */
    #mobile_header .container {
        width: auto;
    }
    .gt_container--hich1m .gt_switcher {
        width: 100% !important;
        margin-top: 15px;
        font-family: inherit !important;
        font-weight: 500 !important;
        font-size: 14px !important;
    }
    .gt_container--hich1m .gt_switcher .gt_selected {
        background: #fff !important;
    }
    .gt_container--hich1m .gt_switcher .gt_selected a {
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 10px 20px !important;
        color: #000 !important;
        border: 1px solid #fff !important;
    }
    .gt_container--hich1m .gt_switcher .gt_selected a:after {
        right: 10px !important;
    }
    .gt_container--hich1m .gt_switcher a img {
        margin-right: 5px !important;
    }
    .gt_container--hich1m .gt_switcher .gt_option {
        overflow-y: auto !important;
        width: 100% !important;
        height: 110px !important;
        box-sizing: border-box !important;
        transition: none !important;
    }
    .gt_container--hich1m .gt_switcher .gt_option a {
        padding: 10px 20px !important;
    }

}

@media screen and (max-width: 946px) {
    /*footer*/
    #footer > .inner-wrap {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    #footer .footer-area {
        text-align: center;
        align-items: center;
    }
    #footer .quick-link li a {
        font-size: 14px;
    }
}


/* phone ~ 767px */
@media screen and (max-width: 767px) {
    #sub-spot .breadcrumb-area h1 {
        font-size: 26px;
    }


}
@media screen and (max-width:500px) {
    #footer .footer-area {
        gap: 15px;
    }
    #footer .footer-area > address p > span {
        display: block;
        margin-bottom: 12px;
    }
    #footer img {
        display: none;
    }
    #footer > .inner-wrap {
        padding: 20px 16px;
    }
    #footer .quick-link li a {
        font-size: 15px;
    }
    #footer .footer-area > address p:last-child,
    #footer p.copyright {
        line-height: 1.3;
    }

}

@media screen and (max-width: 480px) {

    #footer .footer-area > address p.info {
        line-height: 1.3;
        font-size: 12px;
        padding: 10px;
    }

}


/* phone ~ 320px */
@media screen and (max-width:320px) {

}

@media print {

}
