@charset "utf-8";
/* ==================================================================================
    [main.css]
        - stylesheets of main page
================================================================================== */

/* =========================
    메인배너 - main-banner
============================ */
/*carousel background*/
.carousel-inner .item:first-child {
    background: url("/2025/images/main/main_banner01.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.carousel-inner .item:nth-child(2) {
    background: url("/2025/images/main/main_banner02.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.carousel-inner .item:nth-child(3) {
    background: url("/2025/images/main/main_banner03.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.carousel-inner .item:nth-child(4) {
    background: url("/2025/images/main/main_banner04.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.carousel-inner .item:nth-child(5) {
    background: url("/2025/images/main/main_banner05.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.carousel-inner .item:nth-child(6) {
    background: url("/2025/images/main/main_banner06.jpg") 50% 50% no-repeat;
    background-size: cover;
}

/*carousel-caption*/
.item {
    padding: 70px 0 0 0;
}
.conference-caption {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;

    margin: 0 auto;
    text-align: center;
    width: 1200px;
    height: 320px;
    border-radius: 30px;
    background-color: rgba(0,0,0,0.4);
}
.conference-caption .conference-title {
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font-size: 64px;
    font-weight: 900;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.conference-caption .conference-sub-title {
    margin: 10px 0 30px;
    padding: 0;
    line-height: 1.1;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.5px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.conference-caption .conference-info {
    line-height: 1.1;
    font-size: 24px;
    font-weight: 900;
    color: #fff8cc;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.conference-caption .conference-info.date {
    margin: 0 0 10px;
}
.conference-caption .conference-info.date small {
    margin-left: 5px;
    font-size: 15px;
}

/*carousel modify*/
.carousel-fade .carousel-inner > .item {
    height: 450px;
    opacity: 0;
    transition-property: opacity;
}
/* =========================
    #quick
============================ */
#quick {
    width: 100%;
    border-top: 3px solid #0690FB;
    border-bottom: 1px solid #f0f0f0;
    background-color: #F0F9FF;
}
.d-day {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    float: left;
    width: 300px;
    height: 150px;
    line-height: 1;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #0690FB;
}
.mobile-utility-area .d-day {
    width: 100%;
}
.d-day .today {
    padding-bottom: 10px;
    color: rgba(255,255,255,0.85);
    font-weight: 400;
}
.d-day .title {
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 800;
}
.d-day .d-date {
    font-size: 48px;
    font-weight: 900;
}

/* #quick */
#quick .quick-buttons {
    float: left;
}
#quick .quick-buttons li {
    float: left;
}
#quick .quick-buttons li a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;

    width: 300px;
    height: 150px;
    line-height: 1.4;
    padding-top: 20px;
    text-align: center;
    background-color: #fff;
}
#quick .quick-buttons li:nth-child(even) a {
    background-color: #F0F9FF;
}
#quick .quick-buttons li a ion-icon {
    font-size: 48px;
    color: #000;
    transition: all 0.25s;
}
#quick .quick-buttons li a span {
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: 800;
    color: #000;
    transition: all 0.25s;
}
#quick .quick-buttons li a:hover ion-icon,
#quick .quick-buttons li a:hover span {
    color: #0D93F7;
}

.main-contents .conts-area {
    display: flex;
    justify-content: space-between;
    gap: 2%;
}
.main-contents .conts-box {
    padding: 40px 0 80px;
}
.main-contents .conts-box .title {
    display: inline-block;
    margin: 0 0 20px;
    padding: 0 20px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #000;
}
/* .main-contents conference-theme */
.main-contents .conference-theme {
    width: 62%;
}
.main-contents .conference-theme p b {
    font-weight: 900;
}
/* .main-contents important-dates */
.main-contents .important-dates {
    width: 30%;
}
.main-contents .important-dates ul {
    padding-left: 20px;
    list-style: disc;
}

    /* popup */
.modal-body {

}
.modal-body .table {

}
.modal-body .table thead {

}
.modal-body .table thead th {
    text-align: center;
    background-color: #fafafa;
}
.modal-body .table tbody th,
.modal-body .table tbody td {
    font-size: 13px;
}

/***************************************************************
    layer popup
***************************************************************/
.layer-popup-area {
    position: absolute;
    border-top: 10px solid #001A50;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0,0,0,0.45);
    z-index: 9999;
}
.layer-popup-area.pop1.left-50{
    left: 50%;
}
/*pop1*/
.layer-popup-area.pop1 {
    top: -10px;
    left: 34%;
    width: 600px;
    transform: translate(-50%,-50%);
}
/*pop2*/
.layer-popup-area.pop2 {
    top: 280px;
    left: 68%;
    transform: translate(-50%,-50%);
    width: 500px;
}

.layer-popup-area .cont {

}
.layer-popup-area .cont img {
    width: 100%;
}
.layer-popup-area .close {
    float: none;
    width: 100%;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    color: #fff;
    text-shadow: none;
    background-color: #001A50;
    opacity: 1;
    margin-top: -8px;
}
.layer-popup-area.pop1 .close {
    background-color: #0c1f85;
}
.layer-popup-area.pop2 .close {

}

.layer-popup-area .close .check {

}
.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;
}

@media screen and (max-width: 768px) {
    .layer-popup-area {
        left: 2% !important;
        width: 96% !important;
        margin: 0 !important;
    }
    .layer-popup-area.pop1 {
        top: -250px;
        transform: none;
        z-index: 9;
    }
    .layer-popup-area.pop2 {
        top: -240px;
        transform: none;
        z-index: 8;
    }

    .layer-popup-area .close {
        width: 100% !important;
    }
}


@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

