﻿@charset "EUC-KR";

/* 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
    ****************************************/
    .gnb-bg,
    .gnb,
    .sitemap-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: 60px;
    }
    #wrap .innerwrap {
        width: 100%;
    }
    .pc-only-block { display: inline;}

    /*************
        header
    **************/
    .top-area {
        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: 60px;
        background: #fff;
        box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
    }

    .mobile-header-group {
        content: '';
        display: block;
        clear: both;
    }
    .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: 5px 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: 20px 0 0 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
        color: #fff;
    }
    .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 10px 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;
    }
    .mobile-top {
        position: fixed;
    }
    .mobile-top .mobile-bar {
        position: relative;
    }
    .mobile-top a.logo {
        display: block;
        width: 200px;
        margin-left: -105px;
        position: relative;
        top: 18px;
        left: 50%;
    }
    .mobile-top #mobile-search {
        position: absolute;
        top: 10px;
        left: 10px;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 45px;
        text-align: center;
        border-right: 1px dotted #eee;
        border-radius: 20px;
        background-color: #fafafa;
    }
    .mobile-top #mobile-search i {
        text-align: center;
        font-size: 24px;
        color: #7656CE;
    }
    .mobile-top a.logo img {
        width: 200px;
    }

    .mobile-top .mobile-bar {
        height: 60px;
        /*background-color: #fff;*/
    }
    .mobile-top #mobile-search-area {
        display: none;
        width: 100%;
        padding: 20px 15px;
        background: #7656CE url(/images/main/bg_main_banner_active_button.png) center 50% no-repeat;
        box-shadow: 0 2px 4px rgba(0,0,0,0.45);
    }
    .mobile-top #mobile-search-area .search-area-inner {
        position: relative;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    .mobile-top #mobile-search-area .search-area-inner #mobile_in_search {
        max-width: 360px;
        width: 100%;
        outline: none !important;
        padding: 10px 40px 10px 10px;
        font-size: 13px;
        color: #000;
        border: 1px solid #fff;
        border-radius: 50px;
    }
    .mobile-top #mobile-search-area .search-area-inner button {
        position: absolute;
        top: 1px;
        right: 10px;
        background-color: transparent;
        border: transparent;
        font-size: 23px;
        color: #7656CE;
        width: 30px;
        line-height: 33px;
        outline: none !important;
    }

    .mobile-header-group {
        content: '';
        display: block;
        clear: both;
    }
    .drawer-brand {
        position: relative;
        width: 100%;
        height: 60px;
    }

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

    /* translate */
    .gt_container--hich1m .gt_switcher {
        width: 100% !important;
        font-family: inherit !important;
        font-weight: 500 !important;
        font-size: 14px !important;
    }
    .gt_container--hich1m .gt_switcher .gt_selected {
        background: #fff !important;
    }
    .gt_container--hich1m .gt_switcher .gt_selected a {
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 10px 20px !important;
        color: #000 !important;
        border: 1px solid #fff !important;
    }
    .gt_container--hich1m .gt_switcher .gt_selected a:after {
        right: 10px !important;
    }
    .gt_container--hich1m .gt_switcher a img {
        margin-right: 5px !important;
    }
    .gt_container--hich1m .gt_switcher .gt_option {
        overflow-y: auto !important;
        width: 100% !important;
        height: 110px !important;
        box-sizing: border-box !important;
        transition: none !important;
    }
    .gt_container--hich1m .gt_switcher .gt_option a {
        padding: 10px 20px !important;
    }

    /* *******************************************************************
        footer
    ******************************************************************* */

    /* footer : utility-area */
    #footer .utility-area {
        position: relative;
        height: 60px;
        line-height: 60px;
    }

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

    /* quick-button */
    #footer .utility-area .quick-button {
        float: left;
        width: 50%;
        height: 50px;
    }

    /* related-organ */
    #footer .utility-area .quick-button .related-organ {
        display: block;
        width: 100%;
        height: 50px;
        font-size: 13px;
    }
    #footer .utility-area .quick-button .related-organ span.title {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
    }
    #footer .utility-area .quick-button .related-organ i {
        top: 15px;
        right: 15px;
        line-height: 1;
        font-size: 19px;
    }
    #footer .utility-area .quick-button .related-organ ul {
        display: none;
        left: 0;
        bottom: 50px;
        width: 100%;
    }
    #footer .utility-area .quick-button .related-organ ul li a {
        height: 34px;
        line-height: 34px;
        padding: 0 10px;
        font-size: 13px;
    }

    /* related-organ - branch-list */
    #footer .utility-area .quick-button.branch-list .branch-organ {
        display: block;
        width: 100%;
        height: 50px;
        font-size: 13px;
    }
    #footer .utility-area .quick-button.branch-list .branch-organ span.title {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
    }
    #footer .utility-area .quick-button.branch-list .branch-organ i {
        top: 15px;
        right: 15px;
        line-height: 1;
        font-size: 19px;
    }
    #footer .utility-area .quick-button.branch-list .branch-organ ul {
        display: none;
        left: 0;
        bottom: 50px;
        width: 100%;
    }
    #footer .utility-area .quick-button.branch-list .branch-organ ul li a {
        height: 34px;
        line-height: 34px;
        padding: 0 10px;
        font-size: 13px;
    }

    /* footer : address-area */
    #footer .address-area {
        clear: both;
    }
    #footer .address-area .innerwrap {
        margin: 0 auto;
        padding: 40px 20px 50px;
        font-size: 13px;
        letter-spacing: -0.45px;
        background: #1e222a;
    }
    #footer address {
        margin: 0 0 7px;
    }
    #footer address p {
        word-break: keep-all;
    }
    #footer .address-area .innerwrap .contact-info {
        margin: 0 0 20px;
    }
    #footer .address-area .innerwrap .contact-info > li {
        font-size: 13px;
        letter-spacing: -0.45px;
        word-break: keep-all;
    }
    #footer .address-area .innerwrap .contact-info > li b {
        margin: 0 5px 0 0;
    }
    #footer .address-area .innerwrap .contact-info > li.divline {
        margin: 0 5px;
    }
    #footer .address-area .innerwrap .contact-info > li.num {
        margin: 7px 0 0;
    }

    /* sns btn */
    #footer .sns-btn-list {
        display: none;
    }

    /* ------------------------------------
    .sitemap
    ------------------------------------ */
    /* site map */
    .sitemap .inner {
        max-width: 100%;
        padding: 100px 0 0;
    }
    .sitemap .btn-close {
        position: absolute;
        right: 20px;
        top: 0;
    }
    .sitemap .btn-close i {
        font-size: 64px;
    }
    .sitemap .inner dl {
        float: none;
        width: 100%;
        min-height: auto;
        margin: 0 0 80px;
        padding: 0 50px;
    }
    .sitemap .inner dl dt {
        margin: 0 0 10px;
    }
    .sitemap .inner dl dt {
        display: block;
        margin: 0 0 30px;
    }
    .sitemap .inner dl dt > a {
        display: block;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: #333;
        font-size: 24px;
        font-weight: 700;
        border-radius: 30px;
        background-color: #fff;
    }
    .sitemap .inner dl dd {
        display: block;
    }
    .sitemap .inner dl dd > ul {
        margin: 0;
        padding: 0;
    }
    .sitemap .inner dl dd > ul > li {
        display: block;
        width: 100%;
        margin: 0 0 20px 0;
        list-style: none;
        line-height: 1.1;
        text-align: center;
    }
    .sitemap .inner dl dd > ul > li > a {
        line-height: 1.1;
        color: #fff;
        font-size: 19px;
        font-weight: 600;
    }
    .sitemap .inner dl dd > ul > li > a:hover {
        color: #FFFF80;
        text-decoration: underline;
    }

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

}
