/* 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,
    .sub-spot-area .inner-wrap {
        height: 150px;
    }
    .sub-spot-area .inner-wrap h1 {
        font-size: 24px;
    }
    .sub-spot-area .inner-wrap .info span.place {
        font-size: 13px;
    }
    .sub-spot-area .inner-wrap .info span.date {
        font-size: 13px;
    }
    /* ==================================================================================
           article
       ================================================================================== */
    /* article */
    .article {
        min-height: auto;
        padding: 28px 0;
        font-size: 16px;
    }
    .article > h1.sub-title {
        margin: 0 0 25px;
        line-height: 1.3;
        font-size: 32px;
        word-break: keep-all;
    }

    /* section */
    .article .section {
        padding: 0 0 40px;
    }

    /* ==================================================================================
       article - snb
   ================================================================================== */
    .snb-area {
        margin: 0 0 50px;
    }
    .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;
    }
    .sub-spot-area,
    .sub-spot-area .inner-wrap {
        height: 120px;
    }
    .sub-spot-area,
    .sub-spot-area.sub-banner-default {
        background: #fff url(/images/bg/sub_banner01.jpg) 95% 50% / cover no-repeat;
    }
    .sub-spot-area .inner-wrap {
        gap: 12px;
    }

}

/* phone ~ 640px */
@media screen and (max-width: 640px) {
    .article .section .btn-download .file-con-area {
        width: 280px;
    }
    .article .section .btn-download .file-con-area .title {
        width: 250px;
    }

}

/* phone ~ 480px */
@media screen and (max-width: 480px) {


}



@media only screen
and (max-width: 768px) {


}
