﻿@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
    ****************************************/
    .utility-area,
    .gnb-bg,
    .gnb,
    .sitemap-area,
        /*.layer-popup-area,*/
    .youtube-area,
    .mobile-hidden,
    .quick-menu,
    .top-btn-area {
        display: none !important;
    }
    .mobile-show {
        display: block !important;
    }

    /****************************************
    02. layout style
    ****************************************/
    /*************
        common
    **************/
    #wrap {
        padding-top: 53px;
    }
    #wrap .innerwrap {
        width: 100%;
    }
    .pc-only-block { display: inline;}

    /*************
        header
    **************/
    #header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        border-top: 3px solid #fff;
        border-bottom: 0;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0,0,0,0.25);
        z-index: 100;
    }
    .top-area {
        height: auto;
        padding: 0 20px;
    }
    .top-area h1 {
        position: static;
        width: 100%;
        height: 50px;
        margin: 0;
        padding: 9px 0 0;
        text-align: left;
    }
    .top-area h1 a {
        display: inline-block;
        line-height: 50px;
    }
    .top-area h1 img {
        max-width: 100%;
        height: 32px;
    }
    /*.breadcrumb-area li.btn-totop {*/
    /*    display: none;*/
    /*}*/

    /* 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: auto;
        /*height: 112px;*/
        /*background: url(/assets/images/header/bg_mobile_gnb02.png) left bottom no-repeat;*/
        /* background-size: cover; */
    }
    .dropdown-menu > li > a {
        white-space: normal;
    }
    /*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 i {
        font-size: 18px;
    }
    .mobile-login a span {
        font-size: 10px;
    }

    /*************
        footer
    **************/
    /* footer : utility-area */
    #footer .utility-area {
        display: block !important;
        padding: 20px 0;
        background-color: #444444;
    }

    /* quick-link */
    #footer .utility-area .quick-link {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
    #footer .utility-area .quick-link li.divline {
        margin: -2px 15px 0;
        font-size: 13px;
    }
    #footer .utility-area .quick-link li a {
        font-size: 14px;
    }

    /* footer : address-area */
    #footer .address-area {
        padding: 20px;
    }
    #footer .address-area .innerwrap {
        margin: 0 auto;
        line-height: 1.5;
        font-size: 14px;
        font-weight: 400;
        color: #959595;
    }
    #footer .address-area .innerwrap .contact-info {
        margin: 0 0 10px;
    }
    #footer .address-area .innerwrap .contact-info > li {
        display: block;
        margin: 0 0 5px;
        font-size: 13px;
    }
    #footer .address-area .innerwrap .contact-info > li b {
        margin: 0 5px 0 0;
    }
    #footer address {
        margin: 0 0 20px;
    }

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

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


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

}

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

@media print {

}
