/* 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) {


}

/* phone ~ 480px */
@media screen and (max-width: 480px) {


}



@media only screen
and (max-width: 768px) {

    /*.section a {*/
    /*    word-break: break-all;*/
    /*}*/

    /*.highlight-box {*/
    /*    padding: 20px;*/
    /*}*/

    /*.m-text-left {*/
    /*    text-align: left;*/
    /*}*/

    /*p img {*/
    /*    max-width: 100%;*/
    /*}*/

    /*.btn-area {*/
    /*    margin: 10px 0 30px;*/
    /*}*/
    /*.btn-area .btn {*/
    /*    margin: 5px 0;*/
    /*}*/

    /*!*innerwrap*!*/
    /*.innerwrap {*/
    /*    width: 100%;*/
    /*}*/
    /*!*snb*!*/
    /*.snb-area {*/
    /*    display: none;*/
    /*    float: left;*/
    /*    width: 240px;*/
    /*    margin: -30px 80px 0 0;*/
    /*}*/


    /*!*article*!*/
    /*.article {*/
    /*    min-height: unset;*/
    /*}*/

    /*!*text-align*!*/
    /*.article .section p.section-paragraph {*/
    /*    text-align: left;*/
    /*}*/
    /*.article .section ul.section-list > li {*/
    /*    text-align: left;*/
    /*}*/
    /*.article .section ol.section-list > li {*/
    /*    text-align: left;*/
    /*}*/

    /*!*detail-style*!*/
    /*.session {*/
    /*    float: none;*/
    /*    width: 100%;*/
    /*    padding-right: 0;*/
    /*}*/

    /*.profile-area .thm {*/
    /*    float: none;*/
    /*    width: 100%;*/
    /*    margin-right: 0;*/
    /*    text-align: center;*/
    /*}*/

    /*.profile-area .name {*/
    /*    margin: 0 0 10px;*/
    /*    padding: 0;*/
    /*    line-height: 1.1;*/
    /*    font-size: 18px;*/
    /*    font-weight: 700;*/
    /*    color: #333;*/
    /*    text-align: center;*/
    /*}*/
    /*.profile-area .organ {*/
    /*    margin: 0 0 10px 20px;*/
    /*    text-align: center;*/
    /*    line-height: 1.1;*/
    /*    font-size: 13px;*/
    /*    font-weight: 400;*/
    /*    color: #333;*/
    /*}*/
    /*.profile-area .organ li {*/
    /*    list-style: none;*/
    /*}*/
    /*.profile-area .organ li {*/
    /*    list-style: none;*/
    /*}*/
    /*.mobile-utility-area .d-day {*/
    /*    background-color: #0072bb;*/
    /*}*/

    /*.article .section h3.semi-title a {*/
    /*    padding-left: 0 !important;*/
    /*}*/

    /*!* program *!*/
    /*.program .btn-area a.btn {*/
    /*    display: block;*/
    /*}*/

    /*!*tour*!*/

    /*.tour-title {*/
    /*    font-size: 20px;*/
    /*    margin-top: 30px;*/
    /*    margin-bottom: 10px;*/
    /*}*/

    /*.tour-info img {*/
    /*    display: block;*/
    /*    float: none;*/
    /*    padding: 5px 0 10px 0*/
    /*}*/

    /*.tour-info-area li {*/
    /*    display: inline-block;*/
    /*    width: auto;*/
    /*    float: none;*/
    /*}*/
    /*.tour-info-area li:first-child {*/
    /*    padding-right: 0;*/
    /*    padding-bottom: 10px;*/
    /*}*/
    /*.tour-info-area li img {*/
    /*    padding-top: 10px;*/
    /*}*/

    /*!*keynote*!*/
    /*.keynote-box {*/
    /*    padding: 20px;*/
    /*}*/
    /*.keynote-box:nth-child(2n) {*/
    /*    background-color: #fcfcfc;*/
    /*}*/
    /*.keynote-box .key-date {*/
    /*    margin: 0 0 10px;*/
    /*    text-align: left;*/
    /*    font-size: 15px;*/
    /*}*/
    /*.keynote-box > ul {*/
    /*    display: block;*/
    /*    margin: 0;*/
    /*    padding: 0;*/
    /*    border-top: 0;*/
    /*    border-bottom: 0;*/
    /*}*/
    /*.keynote-box > ul > li {*/
    /*    display: block;*/
    /*    padding: 10px 0 0;*/
    /*    font-size: 15px;*/
    /*    vertical-align: baseline;*/
    /*}*/
    /*.keynote-box > ul > li:first-child {*/
    /*    width: auto;*/
    /*    padding: 10px 0 0;*/
    /*}*/
    /*.keynote-box > ul > li:first-child img {*/
    /*    vertical-align: middle;*/
    /*    width: 135px;*/
    /*}*/
    /*.keynote-box > ul > li:nth-child(2) {*/
    /*    position: relative;*/
    /*}*/
    /*.keynote-box > ul > li:last-child {*/
    /*    width: 100%;*/
    /*    padding: 0 0 0 10px;*/
    /*    font-size: 15px;*/
    /*    border-left: 3px solid #148fdf;*/
    /*    background-color: transparent;*/
    /*}*/

    /*!*텍스트 형식*!*/
    /*.keynote-box > ul > li > ul > li:first-child {*/
    /*    padding-bottom: 5px;*/
    /*}*/

    /*.keynote-box > ul > li > ul > li {*/
    /*    font-size: 13px;*/
    /*}*/
    /*.keynote-box > ul > li > p {*/
    /*    text-align: left;*/
    /*    padding: 15px 0;*/
    /*}*/

    /*.img-text {*/
    /*    display: block;*/
    /*}*/
    /*.img-text li {*/
    /*    display: block;*/
    /*}*/
    /*.img-text li:last-child {*/
    /*    padding-left: 0;*/
    /*}*/

    /*!* venue *!*/
    /*.article .section h2.section-title a {*/
    /*    display: block;*/
    /*    padding: 5px 0;*/
    /*    font-size: 14px;*/
    /*    font-weight: normal;*/
    /*}*/


    /*.sponsor ul li {*/
    /*    width: 50% !important;*/
    /*}*/
    /*.sponsor ul.symposium li {*/
    /*    width: 50% !important;*/
    /*}*/
    /*.sponsor ul li img {*/
    /*    width: 145px !important;*/
    /*}*/
    /*.sponsor ul.symposium li img {*/
    /*    width: auto !important;*/
    /*    height: 50px;*/
    /*}*/
}
