/* ==================================================================================
    반응형 스타일 - 공통
================================================================================== */

/* 1400px */
@media screen and (max-width: 1400px) {


}


/* 1300px */
@media screen and (max-width: 1300px) {


}


/* 1200px */
@media screen and (max-width: 1200px) {


}


/* 1100px */
@media screen and (max-width: 1100px) {


}


/* ==================================================================================
    반응형 스타일 - 모바일 메뉴
================================================================================== */
/* 960px - 모바일 메뉴 시작 */
@media screen and (max-width: 960px) {

    /*******************
        show/hidden
    *******************/
    .visible-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none !important;
    }


    /*******************
        layout
    *******************/
    #container {
        min-height: auto;
    }

    /* ==================================================================================
        sub-spot-area
    ================================================================================== */
    .sub-spot-area {
        height: auto;
    }
    .sub-banner h1 {
        font-size: 24px;
        color: rgba(255, 255, 255, 0.75);
    }
    .sub-banner h2 {
        text-align: right;
    }
    .sub-banner p.date {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.75);
    }
    .sub-banner p sup {
        font-size: 8px;
        top: -7px;
        color: rgba(255, 255, 255, 0.75);
    }
    .sub-banner p.place {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.75);
    }

    /* ==================================================================================
        article
    ================================================================================== */
    /* article */
    .article {
        min-height: auto;
        padding: 32px 0;
        font-size: 16px;
    }
    .article > h1.sub-title {
        margin: 0 0 44px;
        line-height: 1.3;
        font-size: 32px;
        word-break: keep-all;
    }

    /* section */
    .article .section {
        margin: 0 0 60px;
    }

    /* ==================================================================================
        article - snb
    ================================================================================== */
    .snb-area {
        margin: 0 0 60px;
    }
    .snb-area h2 {
        display: none !important;
    }
    .snb-area ul.snb {
        gap: 5px;
    }
    .snb-area ul.snb > li > a {
        padding: 7px 16px;
        font-size: 15px;
        font-weight: 800;
    }

    /* ==================================================================================
        article - common
    ================================================================================== */

    /* h2 */
    .article .section h2.section-title {
        font-size: 21px;
    }
    /*h3*/
    .article .section h2.section-title small {
        margin: 5px 0 20px;
        font-size: 14px;
    }
    /*h3*/
    .article .section h3.semi-title {
        margin: 30px 0 10px;
        font-size: 15px;
    }
    .article .section h3.semi-title > ion-icon {
        font-size: 19px;
    }

    /* p */
    .article .section p.section-paragraph {
        margin: 0 0 20px;
        text-align: left;
    }
    .article .section p.section-info {
        margin: 0 0 5px;
    }
    .article .section p.list-info {
        margin: 10px 0;
    }
    .article .section .description {
        margin-bottom: 5px;
    }

    /* dl */
    .article .section dl.section-dl {

    }
    .article .section dl.section-dl dt {
        margin: 0 0 5px;
    }
    .article .section dl.section-dl dd {
        margin: 0 0 20px;
    }
    .article .section dl.section-dl dd:last-child {
        margin: 0;
    }
    .article .section dl.section-dl dd > ul {
        margin: 0 0 0 20px;
        list-style: disc;
    }
    .article .section dl.section-dl dd > ul li {
        margin: 2px 0;
    }

    /* ul */
    .article .section ul.section-list {
        margin: 0 0 20px 20px;
        list-style: disc;
    }
    .article .section ul.section-list > li {
        margin: 0 0 5px;
        text-align: left;
    }
    .article .section ul.section-list > li.none-disc {
        list-style: none;
    }
    .article .section ul.section-list > li table {
        margin: 5px 0;
    }
    .article .section ul.section-list ul.section-list-second > li {
        list-style: none;
        margin: 0;
        text-align: left;
    }

    /* ol */
    .article .section ol.section-list {
        margin: 0 0 20px 25px;
        list-style: decimal;
    }
    .article .section ol.section-list > li {
        margin: 0 0 5px;
        text-align: left;
    }

    /* table */
    .article .section .table-responsive .table thead th,
    .article .section .table-responsive .table.table-row th {
        font-size: 15px;
    }
    .article .section .table-responsive .table th,
    .article .section .table-responsive .table td {
        font-size: 15px;
    }

    /* ----------------------------------------------------------------------------------
        style : detail
    ---------------------------------------------------------------------------------- */
    /* ready */
    .ready-area {
        width: 100%;
        padding: 40px 20px;
    }
    .ready-area h1 {
        margin: 0;
        font-size: 32px;
    }
    .ready-area .btn-area a {
        margin: 10px;
    }

}

/* phone ~ 768px */
@media screen and (max-width: 768px) {

    /* ==================================================================================
        sub-spot-area
    ================================================================================== */
    .sub-banner h2 {
        line-height: 1.3;
        text-align: right;
        font-size: 12px;
        font-weight: 400;
    }

}

/* phone ~ 640px */
@media screen and (max-width: 640px) {


}

/* phone ~ 480px */
@media screen and (max-width: 480px) {


}
