﻿@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 {
        display: none !important;
    }
    .mobile-show {
        display: block !important;
    }

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

    /*************
        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;
    }
    .top-area {
        height: auto;
        padding: 0 15px;
    }
    .top-area h1 {
        position: static;
        width: 100%;
        height: 60px;
        margin: 0;
        text-align: center;
    }
    .top-area h1 a {
        display: inline-block;
        line-height: 60px;
    }
    .top-area h1 img {
        max-width: 100%;
        height: 35px;
    }
    .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 {

    }

    /*************
        footer
    **************/
    /* footer : utility-area */
    #footer .utility-area {
        display: block !important;
    }
    #footer .utility-area .innerwrap {
        width: 100%;
    }

    /* quick-link */
    #footer .utility-area .quick-link {
        display: none;
    }

    /* quick-button */
    #footer .quick-button {
        float: none;
    }

    /* related-organ */
    #footer .quick-button .related-organ {
        width: 60%;
        padding: 0 15px;
        font-size: 14px;
    }
    #footer .quick-button .related-organ span.title {
        width: auto;
    }
    #footer .quick-button .related-organ i {
        position: absolute;
        top: 1px;
        right: 15px;
        font-size: 20px;
        color: #666;
    }
    #footer .quick-button .related-organ ul {
        width: 100%;
    }

    /* sitemap */
    #footer .quick-button .go-sitemap {
        width: 40%;
    }
    #footer .quick-button .go-sitemap a {
        display: block;
        text-align: center;
        padding: 0 15px;
        font-size: 14px;
    }

    /* footer : address-area */
    #footer .address-area {
        padding: 0 0 30px;
        background-color: #f7f7f7;
    }
    #footer .address-area .innerwrap {
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
        background: none;
    }
    #footer address {
        margin: 0 0 20px;
        padding: 0;
    }
    #footer address p {
        padding: 0 15px;
    }
    #footer address .contact-info {
        display: block;
        margin-bottom: 15px;
        padding: 70px 10px 5px;
        border-bottom: 1px solid #eee;
        background: #fff url(/images/logo/kiee_logo_footer.jpg) 10px 20px no-repeat;
    }
    #footer address .contact-info span {
        display: inline-block;
        margin: 0 0 10px;
        text-align: left;
        font-size: 14px;
        color: #333;
    }
    #footer address .contact-info span:first-child {
        margin-right: 5px;
    }
    #footer address .contact-info strong {
        display: inline-block;
        width: auto;
        height: 24px;
        line-height: 24px;
        text-align: center;
        vertical-align: middle;
        margin-right: 5px;
        font-size: 14px;
        font-weight: 600;
        color: #1578c4;
        border-radius: 0;
        background-color: #fff;
    }
    #footer p.copyright {
        padding: 0 15px;
    }



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

}
