/* ----------- Common ----------- */
/* max-width: 768px */
@media only screen
and (max-width: 768px) {

    /*******************
        hidden
    *******************/
    .visible-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none !important;
    }

    /* ==================================================================================
        main-spot-area
    ================================================================================== */
    .main-spot-area {
        height: auto;
        background: #fff url("/images/main/main_banner_02.png") 40% 50% no-repeat;
        background-size: cover;
    }

    /* ==================================================================================
        메인배너 - main-banner
    ================================================================================== */
    .main-banner {
        padding: 80px 20px 40px;
        height: auto;
    }
    .main-banner-notion{
        width: 100%;
        padding: 20px 10px;
        text-align: center;
        border-radius: 7px;
        background-color: rgb(0 0 0 / 30%);
        /*background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.3) 35%, rgba(0,0,0,0) 100%);*/
    }
    .main-banner h1 {
        margin: 0 0 10px;
        font-size: 17px;
        text-shadow: 1px 1px 1px rgb(203, 203, 203, 0.45);
    }
    .main-banner h1 .main-title {
        display: block;
        word-break: keep-all;
        margin-top: 5px;
        font-size: 30px;
        text-shadow: 1px 1px 1px rgb(203, 203, 203, 0.45);
    }
    .main-banner h1 .main-title b {
        font-size: 30px;
    }
    .main-banner h2 {
        margin: 0 0 30px;
        font-size: 15px;
        text-shadow: 1px 1px 1px rgb(121, 121, 121, 0.45)
    }
    .main-banner p.date {
        font-size: 15px;
    }
    .main-banner p.date b {
        font-size: 19px;
    }
    .main-banner p.place {
        font-size: 18px;
        text-shadow: 1px 1px 1px rgb(203, 203, 203, 0.45);
    }

    /* quick-button */
    .quick-button {
        position: static;
        margin-top: 40px;
        text-align: center;
    }
    .quick-button > ul > li {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto 0;
    }
    .quick-button > ul > li > a {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 10px 20px;
        text-align: left;
        border-radius: 7px !important;
    }
    .quick-button > ul > li > a ion-icon {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0;
        font-size: 24px;
    }
    .quick-button > ul > li > a span.title {
        display: inline-block;
        vertical-align: middle;
        font-size: 17px;
        font-weight: 600;
    }

    /* ==================================================================================
        컨텐츠 영역 - 공통
    ================================================================================== */
    #container {

    }
    .main-contents {
        padding: 0;
    }
    .main-contents h3 {
        margin: 0 0 20px;
        padding: 10px;
        text-align: center;
        font-size: 24px;
        color: #fff;
        border: 0;
        border-radius: 5px;
        background-color: #174D98;
    }
    .main-contents h3 a {
        top: 0;
        right: 0;
        color: #0167B9;
    }

    /* ==================================================================================
        컨텐츠 영역 - 주요일정, 공지사항
    ================================================================================== */
    #container .main-contents .section-col1 {
        padding: 40px 20px;
    }

    /* important-dates-area */
    #container .main-contents .important-dates-area {
        float: none;
        width: 100%;
        margin: 0 0 60px;
        padding: 0;
    }
    #container .main-contents .important-dates-area .important-dates > ul > li {
        margin: 0 0 15px;
        padding: 0 0 15px;
    }
    #container .main-contents .important-dates-area .important-dates > ul > li > .title {
        float: none;
        width: 100%;
        font-size: 17px;
    }
    #container .main-contents .important-dates-area .important-dates > ul > li > .date {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
        padding: 0 0 0 27px;
        font-size: 15px;
    }

    /* notice-area */
    #container .main-contents .notice-area {
        float: none;
        width: 100%;
        padding: 0;
    }
    #container .main-contents .notice-area .notice-list > ul > li {
        position: relative;
        margin: 0 0 10px;
        padding: 10px;
    }
    #container .main-contents .notice-area .notice-list > ul > li > p {
        float: none;
        width: 100%;
        line-height: 1.5;
        overflow: visible;
        white-space: initial;
        word-break: keep-all;
        text-align: center;
    }
    #container .main-contents .notice-area .notice-list > ul > li > a.btn-go {
        position: static;
        display: block;
        width: 100px;
        height: 32px;
        margin: 10px auto 0;
        line-height: 32px;
        border-radius: 2px;
    }

    /* ==================================================================================
        컨텐츠 영역 - 지원 안내
    ================================================================================== */
    #container .main-contents .section-col2 {
        padding: 30px 20px;
    }

    /* etc-info */
    #container .main-contents .etc-info ul > li {
        margin: 10px 0;
        font-size: 15px;
    }

    /* ==================================================================================
        layer popup
    ================================================================================== */
    /* popup1 */
    .layer-popup-area.pop1 {
        top: 80px;
        left: 2%;
        width: 96%;
        margin: 0;
        z-index: 9998;
    }
    .layer-popup-area.pop1 .close {
        width: 100%;
    }
    .layer-popup-area.pop1 .cont {
        padding: 0;
    }
    .layer-popup-area.pop1 .cont img {
        display: block;
        width: 100%;
    }

    .layer-popup-area.pop2 {
        top: 80px;
        left: 2%;
        width: 96%;
        margin: 0;
        z-index: 1;
    }
    .layer-popup-area.pop2 .cont {
        padding: 20px 15px 40px;
    }
    .layer-popup-area.pop2 .cont h1 {
        font-size: 21px;
    }
    .layer-popup-area.pop2 .cont p {
        word-break: break-all;
    }
    .layer-popup-area.pop2 .close {
        width: 100%;
    }
    .layer-popup-area.pop2 .cont img {
        display: block;
        width: 100%;
    }

}

/* ----------- Tablet ----------- */
/* Portrait and Landscape */
@media only screen
and (min-width: 768px)
and (max-width: 1024px) {

}

/* Portrait */
@media only screen
and (min-width: 768px)
and (max-width: 1024px)
and (orientation: portrait) {

}

/* Landscape */
@media only screen
and (min-width: 768px)
and (max-width: 1024px)
and (orientation: landscape) {

}

/* ----------- Phone ----------- */
/* max-width: 639px */
@media only screen
and (max-width: 639px) {

}

/* max-width: 479px */
@media only screen
and (max-width: 479px) {

}

/* max-width: 360px */
@media only screen
and (max-width: 360px) {

}

/* max-width: 320px */
@media only screen
and (max-width: 320px) {

}
