/* ----------- 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;
        box-shadow: none;
        /*background: #07113D url("/2025f/images/main/main_banner01.jpg") 60% 60% no-repeat;*/
        /*background-size: cover;*/
    }
    .main-banner-area .main-slide-banner-area .bg-main-banner-default .main-banner-bg .inner-wrap {
        height: auto;
    }

    /* ==================================================================================
        메인배너 - main-banner
    ================================================================================== */
    .main-banner {
        padding: 100px 20px 40px;
    }
    .main-banner h1 {
        margin: 0 0 10px;
        font-size: 17px;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
    }
    .main-banner h1 .main-title {
        display: block;
        word-break: keep-all;
        margin-top: 5px;
        font-size: 30px;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
    }
    .main-banner h1 .main-title b {
        font-size: 30px;
        text-shadow: 1px 1px 2px #00000099;
    }
    .main-banner h2 {
        margin: 0 0 30px;
        font-size: 15px;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
    }
    .main-banner p.date {
        font-size: 17px;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
    }
    .main-banner p.date b {
        font-size: 17px;
        color: #fff;
    }
    .main-banner p.place {
        font-size: 17px;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
    }

    .main-banner-notion{
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        border-radius: 7px;
        background-color: rgba(0, 0, 0, 0.42);
    }


    /* quick-button */
    .quick-button {
        margin-top: 40px;
        text-align: center;
    }
    .quick-button > ul > li {
        display: block;
        margin: 10px auto 0;
    }
    .quick-button > ul > li > a {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 10px 20px;
        text-align: left;
        border-radius: 7px;
    }
    .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 20px;
    }
    .main-contents h3 {
        margin: 0 0 20px;
        font-size: 24px;
        color: #333333;
    }
    .main-contents h3 a {
        top: 0;
        right: 0;
        color: #0167B9;
    }

    /* ==================================================================================
        컨텐츠 영역 - 좌측 컨텐츠 : 주요일정, 공지사항
    ================================================================================== */
    #container .main-contents .section-left {
        float: none;
        width: 100%;
        margin: 0;
        padding: 40px 0 60px;
    }

    /* important-dates-area */
    #container .main-contents .section-left .important-dates-area {
        margin: 0;
    }
    #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;
    }

    /* quick-menu-list */
    #container .main-contents .section-right .quick-menu-list {

    }
    #container .main-contents .section-right .quick-menu-list > ul {

    }
    #container .main-contents .section-right .quick-menu-list > ul > li {
        float: none;
        width: 100%;
        margin: 0 0 10px 0 ;
    }
    #container .main-contents .section-right .quick-menu-list > ul > li > a {
        height: 60px;
        line-height: 60px;
        padding: 0 15px;
        background-position: 105% 50%;
    }

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

    .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) {

}
