/* ----------- 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/bg_mainspot_20241011_mo.jpg") 50%13% no-repeat;
        background-size: cover;
    }

    /* ==================================================================================
        메인배너 - main-banner
    ================================================================================== */
    .main-banner {
        padding: 200px 20px 30px;
    }

    /*!* type1 *!*/
    /*.main-banner h1 {*/
    /*    margin: 0 0 10px;*/
    /*    font-size: 17px;*/
    /*}*/
    /*.main-banner h1 .main-title {*/
    /*    font-size: 24px;*/
    /*    letter-spacing: -0.75px;*/
    /*}*/
    /*.main-banner h1 .bg-title {*/
    /*    position: absolute;*/
    /*    left: auto;*/
    /*    right: -10px;*/
    /*    top: -12px;*/
    /*    width: 31px;*/
    /*    height: 32px;*/
    /*    background: url(/images/main/bg_main_title.png) left top no-repeat;*/
    /*}*/
    /*.main-banner h1 b {*/
    /*    padding: 5px 10px;*/
    /*}*/
    /*.main-banner h1 .bg {*/
    /*    left: 72px;*/
    /*    bottom: 0px;*/
    /*    width: 92px;*/
    /*    height: 36px;*/
    /*    border-radius: 0 10px;*/
    /*}*/
    /*.main-banner h2 {*/
    /*    margin: 0 0 30px;*/
    /*    font-size: 13px;*/
    /*}*/
    /*.main-banner p.date {*/
    /*    margin: 0 0 10px;*/
    /*    font-size: 15px;*/
    /*}*/
    /*.main-banner p.date b {*/
    /*    width: 48px;*/
    /*    height: 36px;*/
    /*    margin: 0 5px 0 0;*/
    /*    padding: 0 10px 0 0;*/
    /*    line-height: 40px;*/
    /*    font-size: 19px;*/
    /*    font-weight: 700;*/
    /*    border-radius: 0 10px;*/
    /*}*/
    /*.main-banner p.date b:last-child {*/
    /*    padding: 0 7px 0 0;*/
    /*}*/
    /*.main-banner p.date b sup {*/
    /*    top: 12px;*/
    /*    right: 7px;*/
    /*    font-size: 10px;*/
    /*}*/
    /*.main-banner p.date b:first-child sup {*/
    /*    right: 6px;*/
    /*}*/
    /*.main-banner p.place {*/
    /*    font-size: 15px;*/
    /*}*/

    /* type2 */
    .main-banner h1 {
        margin: 0 0 5px;
        padding-top: 0;
    }
    .main-banner h1 .main-title {
        font-size: 30px;
    }
    .main-banner h2 {
        margin: 0 0 30px;
        font-size: 16px;
    }
    .main-banner p.date {
        font-size: 16px;
    }
    .main-banner p.date b {
        font-size: 16px;
    }
    .main-banner p.date b sup {
        font-size: 12px;
    }
    .main-banner p.place {
        font-size: 16px;
    }

    /* quick-button */
    .quick-button {
        position: static;
        margin-top: 60px;
        text-align: center;
    }
    .quick-button > ul > li {
        float: none;
        display: block;
        width: 100%;
        margin: 10px auto 0;
    }
    .quick-button > ul > li:last-child {
        margin: 10px auto 0;
    }
    .quick-button > ul > li > a {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 10px 20px;
        text-align: left;
        background-color: rgb(255 255 255 / 76%);
    }
    .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: 19px;
        font-weight: 600;
    }

    /* ==================================================================================
        컨텐츠 영역 - 공통
    ================================================================================== */
    #container {
        padding-top: 0;
    }
    .main-contents {
        padding: 0 20px;
    }
    .main-contents h3 {
        margin: 0 0 20px;
        font-size: 24px;
        color: #0167B9;
    }
    .main-contents h3 a {
        top: 0;
        right: 0;
        color: #0167B9;
    }

    /* ==================================================================================
        컨텐츠 영역 - 좌측 컨텐츠 : 주요일정, 공지사항
    ================================================================================== */
    #container .main-contents .section-left {
        float: none;
        width: 100%;
        padding: 50px 0;
    }

    /* important-dates-area */
    #container .main-contents .section-left .important-dates-area {
        margin: 0 0 50px;
    }
    #container .main-contents .section-left .important-dates-area .important-dates {

    }
    #container .main-contents .section-left .important-dates-area .important-dates > ul {

    }
    #container .main-contents .section-left .important-dates-area .important-dates > ul > li {
        margin: 0 0 10px;
        padding: 0 0 10px;
    }
    #container .main-contents .section-left .important-dates-area .important-dates > ul > li > span.title {
        float: none;
        display: block;
        margin: 0 0 5px;
    }
    #container .main-contents .section-left .important-dates-area .important-dates > ul > li > span.title b {
        line-height: 1.3;
        font-size: 17px;
        font-weight: 600;
    }
    #container .main-contents .section-left .important-dates-area .important-dates > ul > li > span.title ion-icon {
        display: none;
    }
    #container .main-contents .section-left .important-dates-area .important-dates > ul > li > span.date {
        float: none;
        display: block;
        padding-top: 0;
        font-size: 14px;
    }

    /* notice-area */
    #container .main-contents .section-left .notice-area {

    }
    #container .main-contents .section-left .notice-area .notice-list {

    }
    #container .main-contents .section-left .notice-area .notice-list > ul {

    }
    #container .main-contents .section-left .notice-area .notice-list > ul > li {
        margin: 0 0 5px;
        padding: 10px 20px;
    }
    #container .main-contents .section-left .notice-area .notice-list > ul > li > a.title {
        float: none;
        display: block;
        width: 100%;
        font-size: 17px;
    }
    #container .main-contents .section-left .notice-area .notice-list > ul > li > span.date {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
        font-size: 14px;
    }

    /* ==================================================================================
        컨텐츠 영역 - 우측 컨텐츠 : 회장님 인사말
    ================================================================================== */
    #container .main-contents .section-right {
        float: none;
        width: 100%;
        padding: 0 0 50px;
    }

    /* chairman-area */
    #container .main-contents .section-right .chairman-area {

    }
    #container .main-contents .section-right .chairman-area .welcome-message {

    }
    #container .main-contents .section-right .chairman-area .greeting > .section > img {
        float: none;
        display: inline-block;
        margin: 0 0 30px;
        vertical-align: bottom;
    }
    #container .main-contents .section-right .chairman-area .welcome-message p {
        margin: 0 0 20px;
        font-size: 15px;
        text-align: left;
    }
    #container .main-contents .section-right .chairman-area .welcome-message p.chairman-name {
        text-align: right;
    }
    #container .main-contents .section-right .chairman-area .welcome-message p.chairman-name b {
        bottom: -25px;
        font-size: 21px;
    }

    /* ==================================================================================
        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) {

}
