﻿@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,
    .sponsor .controls-arrow a {
        display: none !important;
    }
    .mobile-show {
        display: block !important;
    }
    .dp-inline-block.visible-xs {display: inline-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: 110;
    }
    .top-area .top-banners {
        display: none;
        /*float: right;*/
    }
    .top-area .logo-area {
        height: 60px;
        /*padding-top: 9px;*/
        /*padding-left: 10px;*/
    }
    .top-area .logo-area h1 a img{
        width: 200px;
    }
    .top-area .logo-area h1 {
        position: absolute;
        top: 8px;
        left: 15px;
        margin-left: 0;
    }

    /* 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;
    }

    /* back-to-top */
    .back-to-top {
        cursor: pointer;
        position: fixed;
        bottom: 20px;
        right: 15px;
        display:none;
        padding: 8px 12px;
        font-size: 12px;
        font-weight: 300;
        opacity: 0.85;
        z-index: 10;
    }
    .ios-device.back-to-top {
        bottom: 30px;
    }
    .back-to-top i {
        margin: 0 5px 0 0;
        font-size: 14px;
    }

    /*************
        footer
    **************/
    #footer {
        border-top: 1px solid #dfdfdf;
        background-color: #f0f0f0;
    }
    #footer .btn-privacy {
        display: none;
    }
    #footer .address-area {
        padding: 10px 0 40px;
        /* background-color: #132642; */
        /*background-color: #1b293f;*/
    }
    #footer .address-area .inner-wrap {
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        /*line-height: 1.5;*/
        font-size: 13px;
        /*font-weight: 400;*/
        /*color: #fafafa;*/
        /* color: #767676; */
        background: none;
    }
    #footer address .contact-info {
        margin-bottom: 0;
    }
    #footer address .contact-info strong {
        display: block;
        margin: 0 0 5px;
    }
    #footer address .contact-info span {
        display: block;
    }
    #footer address .contact-info span.phone,
    #footer address .contact-info span.fax {
        margin: 0 0 20px;
    }
    #footer address .contact-info p:first-child {
        margin-bottom: 20px;
    }

    /* *******************************************************************
        .sponsor : 관련기관 슬라이드
    /******************************************************************* */
    .sponsor {
        height: auto;
        margin-top: 20px;
        padding: 20px;
        border-top: 1px solid #eee;
        background-color: #fafafa;
    }
    .sponsor ul li {
        width: 182px !important;
        height: auto;
        margin: 0 10px 0 0 !important;
    }
    .sponsor ul li a {
        width: 180px !important;
        height: auto !important;
    }


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

    /* *******************************************************************
        .sponsor : 관련기관 슬라이드
    /******************************************************************* */
    .sponsor {
        padding: 20px 10px;
    }
    .sponsor ul li {
        width: 146px !important;
        margin: 0 10px 0 0 !important;
    }
    .sponsor ul li a {
        width: 144px !important;
    }
}

@media print {

}
