﻿@charset "utf-8";

/* PC */
@media screen and (min-width: 1025px) {
    /****************************************

    ****************************************/
}

/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    /****************************************

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

    ****************************************/
}

/* phone ~ 767px */
@media screen and (max-width: 767px) {
    /****************************************
    hidden contents
    ****************************************/
    #header,
    .utility-area,
    .gnb-bg,
    .gnb,
    .sitemap-area,
    .youtube-area,
    .mobile-hidden {
        display: none !important;
    }
    .mobile-show {
        display: block !important;
    }
    .dropdown-backdrop {
        display: none !important;
    }

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


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

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

    /*************
    header
    **************/
    .mobile-header-area {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 60px;
        padding: 7px 0 0 15px;
        border-bottom: 1px solid #333;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0,0,0,0.25);
        z-index: 103;
    }
    .mobile-header-area h1 {
        margin: 0;
    }
    .mobile-header-area h1 a {
        margin: 0;
    }
    .mobile-header-area h1 a img {
        height: 44px;
    }

    /****************************************
    footer
    ****************************************/
    #footer {
        padding: 0 0 40px;
    }
    #footer .auto {
        width: 100%;
        padding: 0;
    }
    #footer .fLogo {
        display: none;
    }
    #footer .fUtil > ul {
        margin-bottom: 10px;
        padding: 10px;
        text-align: center;
        background-color: #3d3d3d;
    }
    #footer .fUtil li {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    #footer .fUtil li a {
        padding: 0 15px;
        font-size: 13px;
        color:#ccc;
    }
    #footer .fUtil li:first-child a {
        padding-left: 0;
    }
    #footer .addrWrap {
        padding-left: 0;
        margin-top: 0;
    }
    #footer .addrWrap address {
        font-size: 13px;
        color: #ccc;
        margin-top: 10px;
    }
    #footer .addrWrap address .copyright {
        display: block;
        text-align: center;
        font-weight: 300;
        color: #999;
    }

    /****************************************
    drawer
    ****************************************/
    .drawer-overlay {
        background-color: rgba(0,0,0,0.75);
    }

    /* hanburger button */
    .mobile-nav .drawer-hamburger {
        width: 3rem;
        padding: 20px 1.5rem;
    }
    .drawer--right.drawer-open .drawer-hamburger {
        right: 24rem;
    }

    /* drawer-nav */
    .drawer--right .drawer-nav {
        position: fixed;
        top: 0;
        right: -24rem;
        overflow: hidden;
        width: 24rem;
        height: 100%;
        color: #222;
        background-color: #323232;
        z-index: 105;
    }
    .drawer--right .drawer-nav .inner-wrap {
        position: relative;
    }

    /* drawer-nav > login-area */
    .drawer-nav .login-area {

    }

    /* drawer-nav > drawer-menu */
    .drawer-menu {
        background-color: #fff;
    }
    /* depth1 */
    .drawer-menu > li {
        position: relative;
        line-height: 1.1;
    }
    .drawer-menu-item {
        display: block;
        /*padding: 15px 30px 15px 20px;*/
        padding: 15px 10px;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        color: #333;
        border-bottom: 1px solid #dfdfdf;
        text-decoration: none !important;
    }
    .drawer-menu > li:last-child .drawer-menu-item {
        border-bottom: 0;
    }
    .drawer-dropdown .drawer-caret {
        position: absolute;
        right: 10px;
        top: 25px;
    }
    /* depth2 */
    .drawer-dropdown-menu-item {
        display: block;
        padding: 10px 20px 10px 30px;
        line-height: 1.1;
        font-size: 13px;
        color: #767676;
        border-bottom: 1px solid #dfdfdf;
        background-color: #eee;
    }

    /* drawer-nav > mobile-utility-area */
    .mobile-utility-area {
        padding: 0;
    }

    /* social-link */
    .social-link {
        width: 100%;
    }
    .social-link > li {
        float: left;
        width: 50%;

    }
    .social-link > li > a {
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 21px;
        color: #fff;
        background-color: #be0016;
    }
    .social-link > li.facebook > a {
        border-right: 1px solid #df001c;
    }
    .social-link > li.instagram > a {
        border-left: 1px solid #a60015;
    }

    /* login */
    .btn-connect.login li {
        float: left;
        width: 50%;
    }
    .btn-connect.login li a {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 13px;
        color: #eee;
        border-right: 1px solid #565656;
        background-color: #424242;
    }
    .btn-connect.login li:last-child a {
        border-right: 0;
        border-left: 1px solid #323232;
    }
    .btn-connect.login li a:hover {
        color: #fff;
        background-color: #be0016;
    }
    .btn-connect.login li a i {
        margin: 0 5px 0 0;
    }

    /* logout */
    .btn-connect.logout li {
        display: block;
        width: 100%;
        height: 50px;
        padding: 0 0 0 30px;
        line-height: 50px;
        text-align: left;
        font-size: 13px;
        color: #fff;
        border-right: 0;
        background-color: #424242;
    }
    .btn-connect.logout li b {
        color: #fff;
    }
    .btn-connect.logout li a {
        margin-left: 10px;
        font-size: 10px;
        color: #e0effc;
    }
    .btn-connect.logout li a:hover {
        color: #fff;
    }
    .btn-connect.logout li i {
        margin: 0 5px 0 0;
    }

    /* btn-etc */
    .btn-etc {
        width: 100%;
        height: 30px;
    }
    .btn-etc li {
        float: left;
        width: 33%;
    }
    .btn-etc li:last-child {
        float: left;
        width: 34%;
    }
    .btn-etc li a {
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 11px;
        color: #ffe4d9;
        border-left: 1px solid #a60015;
        border-right: 1px solid #df001c;
        background-color: #be0016;
    }
    .btn-etc li:first-child a {
        border-left: 0;
    }
    .btn-etc li:last-child a {
        border-right: 0;
    }
    .btn-etc li a:hover {
        color: #fff;
        background-color: #df001c;
    }

    /****************************************

    ****************************************/

}

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


}

@media print {

}
