﻿@charset "utf-8";

/* PC */
@media screen and (min-width: 1025px) {
    /****************************************
    01. common style
    ****************************************/
}

/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    /****************************************
    01. common style
    ****************************************/
}
/* phone ~ 480px */
@media screen and (max-width: 480px) {
    /****************************************
    01. common style
    ****************************************/
}

/* phone ~ 767px */
@media screen and (max-width: 767px) {

    /****************************************
    01. hidden contents
    ****************************************/
    .top-area,
    .gnb-area,
    .gnb-bg,
    .gnb,
    .sitemap-area,
    .mobile-hidden,
    .top-btn-area {
        display: none !important;
    }
    .mobile-show {
        display: block !important;
    }

    /****************************************
    02. layout style
    ****************************************/
    /*************
        common
    **************/
    #wrap {
        padding-top: 60px;
    }
    #wrap .inner-wrap {
        width: 100%;
    }

    /*************
        header
    **************/
    #header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        border-bottom: 0;
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0,0,0,0.25);
        z-index: 100;
    }
    .logo-area {
        height: auto;
        padding: 0 20px;
    }
    .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;
    }
    .logo-area h1 img {
        width: auto;
        height: 32px;
    }

    /* drawer-footer */
    .drawer-navbar-default .drawer-submenu-item a:hover, .drawer-navbar-default .drawer-submenu-item a:focus {
        color: #fff;
    }

    .drawer-navbar-default .drawer-footer {
        height: auto;
        line-height: 1.5;
    }
    .drawer-navbar-default .drawer-footer .mobile-login-area {
        padding: 20px 0;
    }
    .drawer-navbar-default .drawer-footer .mobile-login-area .mobile-btn {
        display: inline-block;
        width: 70px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 13px;
        color: #333;
        border-radius: 1px;
        background-color: #fff;
    }
    .drawer-navbar-default .drawer-footer .mobile-login-area .mobile-btn.login {
        margin-right: 10px;
    }
    .drawer-navbar-default .drawer-footer .mobile-login-area .mobile-login-title {
        display: block;
        margin: 0 0 20px;
        font-size: 13px;
        color: #eee;
    }
    .drawer-navbar-default .drawer-footer .mobile-login-area .mobile-login-title b {
        color: #f39c12;
    }
    .drawer-navbar-default .drawer-footer .mobile-login-area .mobile-btn.logout {
        margin-right: 10px;
    }
    .drawer-navbar-default .drawer-footer .mobile-login-area .mobile-btn.admin {
        margin-right: 10px;
    }
    .drawer-navbar-default .drawer-footer .mobile-login-area .mobile-btn.lang {

    }

    /*모바일메뉴 상단*/
    .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;
        /*height: 112px;*/
        /*background: url(/assets/images/header/bg_mobile_gnb02.png) left bottom no-repeat;*/
        /* background-size: cover; */
    }
    /*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;
    }

    /* *******************************************************************
        footer
    ******************************************************************* */
    /* footer : utility-area */
    #footer .utility-area {
        height: 60px;
        line-height: 60px;
    }

    /* quick-link */
    #footer .utility-area .quick-link {
        float: none;
        display: block;
        height: 60px;
        text-align: center;
    }
    #footer .utility-area .quick-link li.divline {
        margin: -2px 10px 0;
        font-size: 15px;
    }
    #footer .utility-area .quick-link li a {
        font-size: 13px;
        font-weight: 300;
    }

    /* footer : address-area */
    #footer .address-area {
        clear: both;
    }
    #footer .address-area .inner-wrap {
        width: 100%;
        margin: 0 auto;
        padding: 40px 20px 50px;
        font-size: 13px;
        letter-spacing: -0.45px;
        background: #1e222a;
    }
    #footer address {
        margin: 0 0 7px;
    }
    #footer address p {
        word-break: keep-all;
    }
    #footer .address-area .inner-wrap .contact-info {
        margin: 0 0 20px;
    }
    #footer .address-area .inner-wrap .contact-info > li {
        font-size: 13px;
        letter-spacing: -0.45px;
        word-break: keep-all;
    }
    #footer .address-area .inner-wrap .contact-info > li b {
        margin: 0 5px 0 0;
    }
    #footer .address-area .inner-wrap .contact-info > li.divline {
        margin: 0 5px;
    }
    #footer .address-area .inner-wrap .contact-info > li.num {
        margin: 7px 0 0;
    }

    /* sns btn */
    #footer .sns-btn-list {
        display: none;
    }

    /****************************************
    03. mobile style
    ****************************************/
    .mobile-hidden {
        display: none !important;
    }
    .mobile-show {
        display: block !important;
    }

    /****************************************
    04. specific style
    ****************************************/


    /****************************************
    05. etc style
    ****************************************/
    /* header sticky */

    /* translate */
    .gt_container--hich1m .gt_switcher {
        width: 100% !important;
        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;
    }

}

/* phone ~ 320px */
@media screen and (max-width:320px) {
    /****************************************
    01. common style
    ****************************************/
}

@media print {

}
