﻿@charset "utf-8";

@media screen and (max-width: 1820px) {
.logo-area > .inner-wrap {
    padding: 20px;
}
#footer .inner-wrap {
    padding: 30px 20px;
}

}

@media screen and (max-width: 1250px) {
    /*footer*/
    #footer .footer-area > address {
        flex-direction: column;
    }

}

/*모바일 nav 노출*/
@media screen and (max-width: 800px) {
    /*header*/
    .top-area,
    .gnb-area,
    .gnb-bg,
    .gnb,
    .sitemap-area,
    .mobile-hidden,
    .top-btn-area {
        display: none !important;
    }
    .mobile-show {
        display: block !important;
    }
    .mobile-hidden {
        display: none !important;
    }
    .inner-wrap {
        flex-direction: column;
    }
    #wrap {
        padding-top: 60px;
    }

    /*모바일메뉴 상단*/
    .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: 30px;
    }

    /*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 .feather {
        width: 18px;
        height: 18px;
    }
    .mobile-login a span {
        font-size: 10px;
    }
    #header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        border-bottom: 0;
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0,0,0,0.25);
        z-index: 100;
    }
    /* header */
    .logo-area {
        height: auto;
    }
    .logo-area h1 {
        position: static;
        width: 100%;
        height: 60px;
        margin: 0;
        padding: 14px 0 0;
        text-align: left;
    }
    .logo-area h1 a {
        display: inline-block;
        line-height: 60px;
    }
    .logo-area h1 img {
        width: auto;
        height: 32px;
    }
    .logo-area > .inner-wrap {
        padding: 0 20px;
    }
    .logo-area > .inner-wrap > span.line {
        display: none;
    }

    /*footer*/
    #footer > .inner-wrap {
        flex-direction: column-reverse;
        gap: 30px;
        padding: 30px 20px;
    }
    #footer .footer-area {
        gap: 10px;
    }

    #footer .footer-area > address {
        font-size: 15px;
    }
    #footer p.copyright {
        font-size: 13px;
    }
    /*footer 관련사이트 바로가기*/
    #footer .quick-button {
        width: 100%;
    }
    #footer .quick-button li.related-organ span.title b {
        font-size: 16px;
    }
}

@media screen and (max-width:530px) {
    #footer .footer-area > address p > span {
        display: block;
    }
    #footer .footer-area > address p:last-child span:first-child::after {
        display: none;
    }
}


@media print {

}
