/* ==================================================================================
    반응형 스타일 - 공통
================================================================================== */

/* 1400px */
@media screen and (max-width: 1400px) {

    /* ==================================================================================
        컨텐츠 영역 - 주요일정, 공지사항
    ================================================================================== */
    #container .col1 .inner-wrap .important-dates-area ul li {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 4px;
    }
    #container .col1 .inner-wrap .important-dates-area {
        flex: 1 1 52%;
    }
    #container .col1 .inner-wrap .notice-area {
        flex: 1 1 48%;
    }
    /* ==================================================================================
        컨텐츠 영역 - 주최/주관
    ================================================================================== */
    #container .col2 .inner-wrap .hosts-area .host h4 {
        font-size: 21px;
    }

}


/* 1300px */
@media screen and (max-width: 1300px) {

    /* ==================================================================================
        컨텐츠 영역 - 주요일정, 공지사항
    ================================================================================== */

    #container .main-contents .important-dates-area .important-dates > ul > li > .title {
        font-size: 17px;
    }
    #container .main-contents .important-dates-area .important-dates > ul > li > .date {
        font-size: 17px;
    }

    /* notice-area */
    #container .main-contents .notice-area .notice-list > ul > li {
        padding: 10px 0;
    }
    #container .main-contents .notice-area .notice-list > ul > li > a.title {
        max-width: 420px;
        line-height: 1.5;
        font-size: 17px;
    }
    #container .main-contents .notice-area .notice-list > ul > li > span.date {
        font-size: 14px;
    }

}


/* 1200px */
@media screen and (max-width: 1200px) {

    /* ==================================================================================*/
    /*    메인배너 - main-banner
    /*================================================================================== */
    .main-banner-area .main-slide-banner-area .bg-main-banner-default .main-banner-bg .inner-wrap {
        height: auto;
    }
    .main-banner {
        padding: 50px 0 0px;
    }

    .main-banner-notion {
        gap: 16px;

        padding: 24px;
    }
    .main-banner h1 {
        font-size: 38px;
    }
    .main-banner .date {
        font-size: 21px;
    }
    .main-banner .divline {
        font-size: 21px;
    }
    .main-banner .place {
        font-size: 21px;
    }
    .main-banner .subject {
        font-size: 21px;
    }

    /* quick-button */
    .quick-button {
        padding: 40px 0 30px;
    }
    .quick-button > ul > li > a {
        height: 80px;
    }
    .quick-button > ul > li > a span.title {
        line-height: 1.4;
        font-size: 20px;
    }

    /* ==================================================================================
        컨텐츠 영역 - 주요일정, 공지사항
    ================================================================================== */
    #container .main-contents .col1 {
        padding: 0px 0;
    }
    #container .main-contents .notice-area .notice-list > ul > li > a.title {
        max-width: 360px;
    }
    #container .main-contents .notice-area .notice-list > ul > li > span.date {
        max-width: 100px;
    }

    /* popup1 */
    .layer-popup-area.pop1,
    .layer-popup-area.pop2 {
        left: 50%;
        right: unset;
        top: 50%;
        transform: translate( -50%, -82%);
        max-width: 520px;
        width: 96%;
        z-index: 2;
    }
}


/* 1100px */
@media screen and (max-width: 1100px) {

    /* ==================================================================================*/
    /*    메인배너 - main-banner
    /*================================================================================== */
    .main-banner h1 {
        font-size: 36px;
    }

    /* ==================================================================================
        컨텐츠 영역 - 주요일정, 공지사항
    ================================================================================== */
    #container .main-contents .col1 .inner-wrap {
        flex-wrap: wrap;
        gap: 20px;
    }
    #container .main-contents .important-dates-area .important-dates > ul > li > .title {
        font-size: 15px;
    }
    #container .main-contents .important-dates-area .important-dates > ul > li > .date {
        font-size: 15px;
    }

    /* notice-area */
    #container .main-contents .notice-area .notice-list > ul > li > a.title {
        max-width: 300px;
        font-size: 15px;
    }

}


/* ==================================================================================
    반응형 스타일 - 모바일 메뉴
================================================================================== */
/* 960px - 모바일 메뉴 시작 */
@media screen and (max-width: 960px) {

    /*******************
        hidden
    *******************/
    .visible-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none !important;
    }

    /* ==================================================================================*/
    /*    메인배너 - main-banner
    /*================================================================================== */

    /* quick-button */
    .quick-button {
        width: 100%;
        padding: 24px 0;
    }
    .quick-button > ul {
        flex-flow: row wrap;
        gap: 10px 2%;
    }
    .quick-button > ul > li {
        flex: 1 1 49%;
        width: auto;
    }
    .quick-button > ul > li > a {
        border-radius: 10px !important;
    }

    /* ==================================================================================
        컨텐츠 영역 - 주요일정, 공지사항
    ================================================================================== */
    #container .main-contents .col1 .inner-wrap {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: stretch;
        gap: 30px;
        width: 100%;
    }

    /* ==================================================================================
       컨텐츠 영역 - 주요일정, 공지사항
   ================================================================================== */
    #container .col1 .inner-wrap {
        flex-flow: row wrap;
        gap: 64px;

        padding: 44px 16px 64px;
    }
    #container .main-contents .important-dates-area .important-dates > ul > li > .title {
        font-size: 17px;
    }
    #container .main-contents .important-dates-area .important-dates > ul > li > .date {
        font-size: 17px;
    }
    /* introduce-area */
    #container .col1 .inner-wrap .important-dates-area {
        flex: 1 1 100%;
    }
    #container .col1 .inner-wrap .important-dates-area h3 {
        font-size: 21px;
    }

    /* notice-area */
    #container .col1 .inner-wrap .notice-area {
        flex: 1 1 100%;
    }
    #container .col1 .inner-wrap .notice-area h3 {
        font-size: 21px;
    }

    /* ==================================================================================
        컨텐츠 영역 - 주최/주관
    ================================================================================== */
    /* hosts-area */
    #container .col2 .inner-wrap .hosts-area .host {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        gap: 32px;

        padding: 32px 24px;
    }
    #container .col2 .inner-wrap .hosts-area .host h4 {
        flex: unset;

        text-align: center;
        font-size: 21px;
    }
    #container .col2 .inner-wrap .hosts-area .host ul {
        flex: unset;

        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        gap: 24px 44px;
    }

}

/* phone ~ 768px */
@media screen and (max-width: 768px) {

    /* ==================================================================================*/
    /*    메인배너 - main-banner
    /*================================================================================== */
    .main-banner {
        padding: 40px 0 0;
    }
    .main-banner h1 {
        line-height: 1;
        font-size: 30px;
    }
    .main-banner .info {
        flex-flow: column nowrap;
        gap: 0;
    }
    .main-banner .date {
        font-size: 19px;
    }
    .main-banner .divline {
        display: none;
    }
    .main-banner .place {
        font-size: 19px;
    }
    .main-banner .subject {
        font-size: 19px;
    }

}

/* phone ~ 640px */
@media screen and (max-width: 640px) {

    /* ==================================================================================*/
    /*    메인배너 - main-banner
    /*================================================================================== */

    /* quick-button */
    .quick-button > ul > li > a {
        padding: 12px 10px;
    }
    .quick-button > ul > li > a span.title {
        font-size: 18px;
    }

    /* ==================================================================================
        컨텐츠 영역 - 주요일정, 공지사항
    ================================================================================== */
    .main-contents .welcome-area h3, .main-contents .important-dates-area h3, .main-contents .notice-area h3 {
        padding: 10px 16px;
        font-size: 17px;
    }

    /* important-dates-area */
    #container .main-contents .important-dates-area {
        flex: unset;
    }
    #container .main-contents .important-dates-area .important-dates > ul > li {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #container .main-contents .important-dates-area .important-dates > ul > li > .title {
        margin: 0 0 5px;
    }
    #container .main-contents .important-dates-area .important-dates > ul > li > span.date {
        max-width: unset;
    }

    /* notice-area */
    #container .main-contents .notice-area {
        flex: unset;
    }
    #container .main-contents .notice-area .notice-list > ul > li {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #container .main-contents .notice-area .notice-list > ul > li > a.title {
        flex: unset;
        max-width: unset;
        text-overflow: unset;
        overflow: unset;
        white-space: normal;
        margin: 0 0 5px;
        font-size: 17px;
    }
    #container .main-contents .notice-area .notice-list > ul > li > span.date {
        flex: unset;
        max-width: unset;
        padding-left: 0;
        font-size: 14px;
    }
    .plenary-speakers .swiper-slide h5 {
        font-size: 25px;
    }
    .plenary-speakers .swiper-slide .banner-area {
        gap: 5px;
    }
}

/* phone ~ 480px */
@media screen and (max-width: 480px) {

    /* ==================================================================================*/
    /*    메인배너 - main-banner
    /*================================================================================== */
    .main-banner {
        padding: 24px 0 0;
    }
    .main-banner h1 {
        font-size: 24px;
    }
    .main-banner-notion h1 small {
        font-size: 13px;
    }
    .main-banner .info {
        gap: 5px;
    }
    .main-banner .date {
        line-height: 1.2;
        font-size: 17px;
    }
    .main-banner .place {
        line-height: 1.2;
        font-size: 17px;
    }
    .main-banner .subject {
        line-height: 1.2;
        font-size: 17px;
    }
    .main-banner-notion {
        padding: 16px;
    }

    .quick-button > ul > li > a {
        height: 70px;
        padding: 10px;
    }

    .plenary-speakers .swiper-wrapper .swiper-slide h5 {
        font-size: 25px;
    }
    /* ==================================================================================
  컨텐츠 영역 - 주요일정, 공지사항
   ================================================================================== */
    /* introduce-area */
    #container .col1 .inner-wrap .important-dates-area h3 {
        font-size: 19px;
    }
    #container .col1 .inner-wrap .important-dates-area ul li .title {
        font-size: 14px;
    }
    #container .col1 .inner-wrap .important-dates-area ul li .date {
        font-size: 14px;
    }

    /* notice-area */
    #container .col1 .inner-wrap .notice-area h3 strong {
        font-size: 19px;
    }
    #container .col1 .inner-wrap .notice-area h3 a .feather {
        width: 21px;
        height: 21px;
    }
    #container .col1 .inner-wrap .notice-area .notice-list > li {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 7px;

        padding: 12px 0;
    }
    #container .col1 .inner-wrap .notice-area .notice-list > li > a {
        overflow: unset;
        display: block;        /* Webkit 기반 브라우저용 */
        -webkit-box-orient: unset; /* 박스 방향 설정 */
        -webkit-line-clamp: unset;       /* 줄 수 제한 (3줄) */
        text-overflow: unset;
        padding-right: 0;
        line-height: 1.4;
        font-size: 14px;
        font-weight: 900;
    }
    #container .col1 .inner-wrap .notice-area .notice-list > li > .date {
        flex: unset;
        text-align: left;
        font-size: 12px;
    }

}
