@charset "utf-8";

/* -----------------------------------------------------------------------------
//
----------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------
//
----------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------
//
----------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------------
// 반응형 스타일
----------------------------------------------------------------------------- */

/* 1600px */
@media screen and (max-width: 1600px) {



}

/* 1500px */
@media screen and (max-width: 1500px) {

    /* ********************************************
        #header
     ******************************************* */
    #header #gnb .gnb-area .inner-wrap .gnb dl dt a {
        min-width: 180px;
        padding: 0 10px;
        font-size: 2rem;
        font-weight: 800;
    }

}

/* 1400px */
@media screen and (max-width: 1400px) {


}

/* 1300px */
@media screen and (max-width: 1300px) {

    /* ********************************************
        #header
     ******************************************* */
    #header #gnb .gnb-area .inner-wrap .gnb dl dt a {
        min-width: 160px;
    }

}

/* 1200px */
@media screen and (max-width: 1200px) {

    /* ********************************************
        #header
     ******************************************* */
    #header #gnb .gnb-area .inner-wrap .gnb dl dt a {
        min-width: 120px;
    }

    /* ********************************************
        #footer
     ******************************************* */
    #footer .address-area .inner-wrap .address-area .address address p {
        font-size: 15px;
    }

}

/* 1100px */
@media screen and (max-width: 1100px) {

    /* ********************************************
        #header
     ******************************************* */
    #header #gnb .gnb-area .inner-wrap h1 img {
        width: 200px;
        height: auto;
    }

    /* ********************************************
        #footer
     ******************************************* */
    #footer .address-area .inner-wrap .address-area h1 a strong {
        font-size: 28px;
    }

}

/* 960px - 모바일 메뉴 시작 */
@media screen and (max-width: 960px) {

    #header .utility-area, #header .bg, #header .gnb, #header .btn-utility {
        display: none !important;
    }
    .mobile-hidden {
        display: none !important;
    }
    .mobile-show {
        display: block !important;
    }
    .hidden-xs {
        display: none !important;
    }
    #wrap {
        padding-top: 64px;
    }
    #wrap .inner-wrap {
        width: 100%;
        padding: 0 16px;
    }
    #wrap.sub #container {
        padding: 0 0 60px;
    }
    #wrap.sub #container .inner-wrap {
        justify-content: center;
        align-items: center;
    }
    #wrap.sub #container .inner-wrap .snb-area {
        display: none;
    }
    #wrap.sub #container .inner-wrap #contents {
        width: 100%;
    }
    #wrap.sub #container .inner-wrap #contents .breadcrumb-area {
        padding: 20px 0;
    }
    #wrap.sub #container .inner-wrap #contents .breadcrumb-area ul.breadcrumb {
        gap: 5px;
    }
    #wrap.sub #container .inner-wrap #contents .breadcrumb-area ul.breadcrumb li {
        font-size: 1.4rem;
    }
    #wrap.sub #container .inner-wrap #contents .breadcrumb-area ul.breadcrumb li.home a {
        width: 24px;
        height: 24px;
        border-radius: 24px;
    }
    #wrap.sub #container .inner-wrap #contents .breadcrumb-area ul.breadcrumb li.home a .feather {
        width: 14px;
        height: 14px;
    }
    #wrap.sub #container .inner-wrap #contents .breadcrumb-area ul.breadcrumb li.arrow .feather {
        width: 18px;
        height: 18px;
    }
    #wrap.sub #container .inner-wrap #contents .breadcrumb-area ul.breadcrumb li.depth3 {
        max-width: 150px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    #wrap.sub #container .inner-wrap #contents .title-area {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: center;
        gap: 32px;
        margin: 0 0 44px;
        padding: 24px 0;
        background: url("/assets/images/common/pattern_diagonal_line.png") left top repeat-x, url("/assets/images/common/pattern_diagonal_line.png") left bottom repeat-x;
    }
    #wrap.sub #container .inner-wrap #contents .title-area h2 {
        margin: 0;
        line-height: 1.5;
        text-align: center;
        font-size: 3.2rem;
        word-break: keep-all;
    }
    #wrap.sub #container .inner-wrap #contents .title-area ul.btn-quick {
        gap: 10px;
    }
    #wrap.sub #container .inner-wrap #contents .title-area ul.btn-quick li a {
        width: 32px;
        height: 32px;
        border-radius: 32px;
    }
    #wrap.sub #container .inner-wrap #contents .title-area ul.btn-quick li a .feather {
        width: 18px;
        height: 18px;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article {
        gap: 40px;
        min-height: 320px;
        line-height: 1.58;
        font-size: 1.5rem;
        font-weight: 700;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section h3 {
        font-size: 2.1rem;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section h4 {
        font-size: 1.8rem;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section h5 {
        font-size: 1.5rem;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section p {
        margin: 0 0 16px;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .highlight-box {
        gap: 16px;
        margin: 0 0 24px;
        padding: 16px;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .highlight-box p {
        margin: 0;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .highlight-box.column {
        gap: 16px;
        margin: 0 0 24px;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .highlight-box ul li {
        margin: 0 0 5px;
        font-size: 1.5rem;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .highlight-box ul li:last-child {
        margin: 0;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .wrap-area {
        flex-direction: column;
        justify-content: flex-start;
        gap: 16px;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .tb-basic thead th {
        padding: 7px 10px;
        font-size: 1.4rem;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .tb-basic tbody th {
        padding: 10px;
        font-size: 1.4rem;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .tb-basic tbody td {
        padding: 10px;
        font-size: 1.4rem;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section ul.table-list li .date {
        width: 40%;
        padding: 8px 12px;
        font-size: 1.4rem;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section ul.table-list li .txt {
        width: 60%;
        padding: 8px 12px;
        font-size: 1.4rem;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .btn-area {
        gap: 12px;
        padding: 24px 0;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .download-area {
        padding: 16px;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .download-area .download-list {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .download-area .download-list li {
        width: 100%;
        margin: 0;
        padding: 0 5px;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .download-area .download-list li .btn-download {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 7px;
        padding: 10px;
        border-radius: 4px;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .download-area .download-list li .btn-download i, #wrap.sub #container .inner-wrap #contents .contents .article .section .download-area .download-list li .btn-download b {
        font-size: 1.3rem;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .download-list-area {
        padding: 12px;
        border: 4px solid #f7f7f7;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .download-list-area .download-list {
        gap: 10px;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .download-list-area .download-list li {
        flex-direction: column;
        font-size: 1.4rem;
        gap: 10px;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .download-list-area .download-list li b .feather {
        display: none;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .download-list-area .download-list li b span {
        text-align: center;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .download-list-area .download-list li .btn-download {
        width: 100%;
        gap: 7px;
        padding: 10px 7px;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .download-list-area .download-list li .btn-download i {
        font-size: 1.2rem;
    }
    #wrap.sub #container .inner-wrap #contents .contents .article .section .download-list-area .download-list li .btn-download span {
        font-size: 1.2rem;
    }
    #header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        border-bottom: 0;
        background-color: #fff;
        z-index: 100;
    }
    #header #gnb .gnb-area {
        border-bottom: 1px solid #dfdfdf;
        z-index: 11;
    }
    #header #gnb .gnb-area .inner-wrap {
        position: relative;
        justify-content: center;
        align-items: center;
        height: 64px;
    }
    #header #gnb .gnb-area .inner-wrap h1 {
        display: inline-block;
    }
    #header #gnb .gnb-area .inner-wrap h1 img {
        width: 172px;
    }

    /* ********************************************
        #footer
     ******************************************* */
    #footer .address-area .inner-wrap {
        justify-content: center;

        padding: 24px 16px;
        text-align: center;
    }
    #footer .address-area .inner-wrap .address-area {
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }
    #footer .address-area .inner-wrap .address-area h1 a {
        flex-flow: row wrap;
        align-items: baseline;
    }
    #footer .address-area .inner-wrap .address-area h1 a strong {
        font-size: 28px;
    }

}

/* phone ~ 768px */
@media screen and (max-width: 768px) {

    /* ********************************************
        #footer
     ******************************************* */
    #footer .address-area .inner-wrap .address-area h1 a b {
        font-size: 15px;
    }
    #footer .address-area .inner-wrap .address-area h1 a strong {
        font-size: 21px;
    }

    #footer .address-area .inner-wrap .address-area .address address p,
    #footer .address-area .inner-wrap .address-area .address .copyright {
        line-height: 1.8;
        font-size: 14px;
    }
    #footer .address-area .inner-wrap .address-area .address address p .divline {
        margin: 0;
        display: block;
        font-size: 0;
    }

}

/* phone ~ 640px */
@media screen and (max-width: 640px) {

    /* ********************************************
        #footer
     ******************************************* */
    #footer .address-area .inner-wrap .address-area .address address p,
    #footer .address-area .inner-wrap .address-area .address .copyright {
        font-size: 13px;
    }

}

/* phone ~ 480px */
@media screen and (max-width: 480px) {

    #header #gnb .gnb-area .inner-wrap {
        justify-content: flex-start;
    }

}

/* phone ~ 420px */
@media screen and (max-width: 420px) {



}

/* phone ~ 360px */
@media screen and (max-width: 360px) {



}

/* phone ~ 320px */
@media screen and (max-width: 320px) {



}
