@charset "utf-8";

/* ==================================================================================
    main-spot-area
================================================================================== */
.main-spot-area {
    position: relative;
    height: auto;
    margin: 0 auto;
    /*border-bottom: 4px solid #0e2a5c;*/
}

.main-banner-area .main-slide-banner-area .bg-main-banner-default .main-banner-bg .inner-wrap {
    height: 620px;
}

/* ==================================================================================*/
/*    메인배너 - main-banner
/*================================================================================== */
.main-banner {
    position: relative;
    padding: 60px 0 0;
}
.main-banner-bg .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
    /*background: rgba(0, 0, 0, 0.05);*/
}

.main-banner-notion {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    height: 100%;
    padding: 0 0 30px;
    border-radius: 20px;
    /*background: linear-gradient( 90deg, rgba(0,0,0,0.4) 56%, rgba(0,0,0,0.24) 78%, rgba(0,0,0,0) 99%);*/
}
.main-banner h1 {
    margin: 0;
    padding: 0;
    line-height: 1.3;
    font-size: 46px;
    font-weight: bold;
    color: #060761;
    /*text-shadow: 1px 1px 4px rgb(255 255 255 / 75%);*/
}
.main-banner .info {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}
.main-banner .date {
    font-size: 27px;
    font-weight: bold;
    color: #060761;
    /*text-shadow: 1px 1px 4px rgb(255 255 255 / 75%);*/
}
.main-banner .divline {
    font-size: 27px;
    font-weight: bold;
    color: #060761;
    /*text-shadow: 1px 1px 4px rgb(255 255 255 / 75%);*/
}
.main-banner .place {
    font-size: 27px;
    font-weight: bold;
    color: #060761;
    /*text-shadow: 1px 1px 4px rgb(255 255 255 / 75%);*/
}
.main-banner .subject {
    font-size: 27px;
    font-weight: 600;
    color: #fffcc3;
    font-style: italic;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 45%);
}

/* quick-button */
.quick-button {
    position: relative;
    width: 100%;
    padding: 100px 0 40px;
    z-index: 2;
}
.quick-button > ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
}
.quick-button > ul > li {
    flex-grow: 1;
    width: 100%;
}
.quick-button > ul > li > a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 90px;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #80d5ff;
    transition: all 0.25s;
}
.quick-button > ul > li:first-child > a {
    border-radius: 10px 0 0 10px;
}
.quick-button > ul > li:last-child > a {
    border-radius: 0 10px 10px 0;
}
.quick-button > ul > li > a:hover {
    background-color: #060761;
}
.quick-button > ul > li > a span.title {
    line-height: 26px;
    font-size: 22px;
    font-weight: 700;
    color: #060761;
}
.quick-button > ul > li > a:hover span.title {
    color: #80d5ff;
}

/* 기본 hover 색상 */
.quick-button > ul > li.highlight a {
    color: #fff;
    background-color: #36D686;
}
.quick-button > ul > li.highlight a:hover {
    background-color: rgb(23 74 155 / 100%);
}
.quick-button > ul > li.highlight-blue a {
    color: #fff;
    background-color: #427EE3;
}
.quick-button > ul > li.highlight-blue a:hover {
    background-color: #2C70E0;
}
.quick-button > ul > li.highlight-red a {
    color: #fff;
    background-color: #FF8080;
}
.quick-button > ul > li.highlight-red a:hover {
    background-color: #FF3131;
}


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

}

.main-contents .important-dates-area,
.main-contents .notice-area {
    padding: 20px 25px 30px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
}

.main-contents h3 {
    position: relative;
    display: inline-block;
    margin: 0 0 10px;
    padding: 10px 30px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #80d5ff;
    border-radius: 5px;
    background-color: #060761;
}

/* ==================================================================================
    컨텐츠 영역 - 주요일정, 공지사항
================================================================================== */
#container .main-contents .section-col1 {
    padding: 50px 0;
}
#container .main-contents .section-col1 .inner-wrap {
    display: flex;
    flex-flow: row nowrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2%;
}

/* important-dates-area */
#container .main-contents .important-dates-area {
    flex: 1 1 49%;
}
#container .main-contents .important-dates-area .important-dates {

}
#container .main-contents .important-dates-area .important-dates > ul {

}
#container .main-contents .important-dates-area .important-dates > ul > li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px dotted #dfdfdf;
}
#container .main-contents .important-dates-area .important-dates > ul > li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
#container .main-contents .important-dates-area .important-dates > ul > li > .title {
    display: block;
    font-size: 18px;
    font-weight: bold;
}
#container .main-contents .important-dates-area .important-dates > ul > li > .title:hover {
    color: #000;
}
#container .main-contents .important-dates-area .important-dates > ul > li > .date {
    font-size: 17px;
    font-weight: bold;
    color: #0084F0;
}
#container .main-contents .important-dates-area .important-dates > ul > li > .date s {
    font-weight: 300;
    color: #999;
}

/* notice-area */
#container .main-contents .notice-area {
    flex: 1 1 49%;
}
#container .main-contents .notice-area .notice-list {

}
#container .main-contents .notice-area .notice-list > ul {

}
#container .main-contents .notice-area .notice-list > ul > li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px dotted #dfdfdf;
}
#container .main-contents .notice-area .notice-list > ul > li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
#container .main-contents .notice-area .notice-list > ul > li > a.title {
    flex: 1 1 512px;
    max-width: 512px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
}
#container .main-contents .notice-area .notice-list > ul > li > a.title:hover {
    color: #2338F3;
}
#container .main-contents .notice-area .notice-list > ul > li > span.date {
    flex: 1 1 100px;
    max-width: 100px;
    text-align: right;
    padding-top: 3px;
    font-size: 15px;
    font-weight: 400;
    color: #888;
}

/* ==================================================================================
    layer popup
================================================================================== */
.layer-popup-area {
    display: none;
    position: absolute;
    top: 120px;
    width: 640px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0,0,0,0.45);
    z-index: 999;
}

/* contents */
.layer-popup-area .cont {
    /*padding: 40px 30px 50px;*/
    line-height: 1.5;
    font-size: 17px;
    border-top: 10px solid #0068B7;
    border-radius: 5px 5px 0 0;
}
.layer-popup-area .cont h1 {
    /*margin: 0 0 30px;*/
    padding: 0 0 30px;
    line-height: 1.3;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}
.layer-popup-area .cont .highlight-box {
    margin: 0 0 20px;
    padding: 20px;
}
.layer-popup-area .cont .highlight-box ul {
    margin-bottom: 0;
}
.layer-popup-area .cont .highlight-box ul li {
    font-size: 15px;
    font-weight: bold;
    color: #33f;
}
.layer-popup-area .cont .highlight-box ul li:last-child {
    margin: 0;
}
.layer-popup-area .cont p {
    /*margin: 0 0 20px;*/
    font-size: 15px;
    line-height: 1.58;
    word-break: keep-all;
    white-space: normal;
}
.layer-popup-area.pop1 .cont p {
    font-size: 19px;
}
.layer-popup-area .cont p.name {
    font-size: 17px;
    font-weight: bold;
}
.layer-popup-area .cont p b {
    font-weight: bold;
}
.layer-popup-area .cont p.small {
    margin: 2px 0 3px;
    font-size: 13px;
}
.layer-popup-area .cont .box-small {
    margin: 5px 0;
    padding: 3px 10px;
    border-radius: 4px;
    background-color: #fafafa;
}
.layer-popup-area .cont ol {
    list-style-type: decimal;
    margin: 0 0 30px 20px
}
.layer-popup-area .cont ol li {
    margin: 0 0 20px;
}
.layer-popup-area .cont ul {
    list-style-type: disc;
    margin: 10px 0 30px 20px
}
.layer-popup-area .cont ul li {
    position: relative;
    margin: 0 0 10px;
}
.layer-popup-area .cont ul li .title {
    float: left;
}
.layer-popup-area .cont ul li .date {
    float: right;
}
.layer-popup-area .cont .text-danger {
    color: #f33;
}
.layer-popup-area .cont .button {
    margin: 20px 0 0;
    text-align: center;
}
.layer-popup-area .cont .button a.btn {
    margin: 0 10px;
    border-radius: 2px;
}
.layer-popup-area .close {
    float: none;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    color: #fff;
    text-shadow: none;
    border-radius: 0 0 5px 5px;
    background-color: #0068b7;
    opacity: 1;
}
.layer-popup-area .close .check input {
    vertical-align: middle;
}
.layer-popup-area .close .check label {
    margin: 0 0 0 5px;
    vertical-align: middle;
    cursor: pointer;
}
.layer-popup-area .close .btn-close {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

/* popup1 */
.layer-popup-area.pop1 {
    /*display: none;*/
    top: -600px;
    right: -40px;
    width: 700px;
}

/* popup2 */
.layer-popup-area.pop2 {
    /*display: none;*/
    top: -460px;
    right: 0;
    width: 640px;
}

/* ==================================================================================
   key-speakers
================================================================================== */
#container .main-contents .key-speakers-area.inner-wrap {
    padding-top: 50px;
}
#container .main-contents .key-speakers-area.inner-wrap .key-speakers {
    padding: 20px 25px 45px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
}

.key-speakers .swiper-wrapper {
    padding: 20px 0 10px;
}
.key-speakers .swiper-wrapper .swiper-slide h5 {
    color: #fff;
    text-align: right;
    font-size: 30px;
    font-weight: 800;
}
/* 공개후 */
.key-speakers .swiper-wrapper .swiper-slide .banner-area {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    height: 300px;
    padding: 20px 26px;
    border-radius: 5px;
    background-color: #060761;
    background-image:  url("/2026/images/main/key_speakers/defualt_man.png");
    background-repeat: no-repeat;
    background-position: left 100% ;
    transition: all 0.3s;
}
.key-speakers .swiper-wrapper .swiper-slide .banner-area:hover {
    background-color: #000183;
}
/* 공개전 */
.key-speakers .swiper-wrapper .swiper-slide.default .banner-area {
    background-color: #eaeaea;
    background-image:  url("/2026/images/main/key_speakers/defualt_man.png");
    background-position: right 100% ;
}
.key-speakers .swiper-wrapper .swiper-slide .banner-area span {
    position: absolute;
    left: -87px;
    top: 85px;
    color: rgba(255, 255, 255, 0.39);
    font-size: 31px;
    font-weight: 800;
    transform: rotate(90deg);
}
.key-speakers .swiper-wrapper .swiper-slide .banner-area span.plenary {
    left: -52px;
    top: 50px;
}
.key-speakers .swiper-wrapper .swiper-slide .banner-area > .label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 14px;
    background-color: #80d5ff;
    border-radius: 8px;
}
.key-speakers .swiper-wrapper .swiper-slide .banner-area > .label i {
    font-size: 14px;
    font-weight: 800;
    color: #060761;
    line-height: 1;
}
.key-speakers .swiper-pagination-bullet-active {
    background-color: #80d5ff !important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px !important;
}
/* 강연자 이미지 01*/
.key-speakers .swiper .swiper-slide.speakers01 .banner-area {
    background-image: url("/2026/images/pages/speakers/hyunsoo_yang.png") ;
    background-size: 210px;
}
