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

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

    .pc-only-block { display: inline;}

    .table-responsive > table {
        table-layout: initial !important;
    }

    /*************
        header
    **************/
    #header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        /*border-top: 3px solid #1578c4;*/
        border-bottom: 0;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0,0,0,0.25);
        z-index: 100;
    }
    .header-main-area {
        height: auto;
    }
    .header-main-area .top-banners {
        display: none;
        /*float: right;*/
    }
    .header-main-area .ci-area {
        height: 60px;
        padding: 0;
        /*padding-top: 9px;*/
        /*padding-left: 10px;*/
        z-index: 100;
    }
    .header-main-area .ci-area a img{
        width: 200px;
    }
    .header-main-area .ci-area {
        position: absolute;
        top: 19px;
        left: 50%;
        margin-left: -120px;
    }

    /* 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 {
        margin-right: 5px;
    }
    .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 i {
        font-size: 18px;
    }
    .mobile-login a span {
        font-size: 10px;
    }

    /*******************************************************************
       footer style
    ******************************************************************* */
    #footer {
        padding-bottom: 30px;
        font-size: 13px;
    }

    /*footer-utility*/
    .footer-utility-area {
        height: 50px;
        line-height: 50px;
    }
    .footer-utility {
        text-align: center;
    }
    .footer-utility li {
        float: none;
        display: inline-block;
    }
    .footer-utility li.divide {
        margin: 0 10px;
    }
    .footer-utility li a {
        font-size: 13px;
    }

    /*footer-address*/
    .footer-address-area {
        padding: 0;
    }
    .footer-address-area .inner-wrap {
        height: auto;
        padding: 0 20px;
        background: none;
    }

    .footer-address-area .inner-wrap address p {
        margin: 0 0 10px;
        line-height: 1.4;
        font-size: 13px;
        font-weight: 400;
        color: #4d4d4d;
        letter-spacing: -0.1px;
    }
    .footer-address-area .inner-wrap address p span {
        display: block;
        margin: 0 0 5px;
        word-break: keep-all;
        vertical-align: middle;
    }
    .footer-address-area .inner-wrap address p .divline {
        display: none;
    }
    .footer-address-area .inner-wrap address p:first-child {
        padding-top: 20px;
    }
    .footer-address-area .inner-wrap address p:first-child .name {
        display: block;
        margin: 0 0 15px;
        font-size: 14px;
        font-weight: bold;
    }
    .footer-address-area .inner-wrap .copyright {
        margin-top: 25px;
        font-size: 13px;
    }

    /****************************************
    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 {

}
