@charset "utf-8";
/* ==================================================================================
    [main.css]
        - stylesheets of main page
================================================================================== */
#quick {
    width: 100%;
    border-top: 3px solid #7C4DFF;
}
.d-day {
    height: 140px;
    padding: 20px 0 0 0;
    background-color: #7C4DFF;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}
#quick .d-day {
    float: left;
    width: 300px;
}
.d-day .today {
    padding-bottom: 10px;
    color: rgba(255,255,255,0.85);
    font-weight: 400;
}
.d-day .title {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}
.d-day .d-date {
    font-size: 52px;
}
#quick .quick-buttons {
    float: left;
    border-bottom: 1px solid #f0f0f0;
}
#quick .quick-buttons li {
    float: left;
}
#quick .quick-buttons li a {
    display: inline-block;
    text-align: center;
    height: 140px;
    width: 225px;
}
#quick .quick-buttons li a:hover {
    background-color: #e9ecfa;
}
#quick .quick-buttons li:nth-child(even) a:hover {
    background-color: #e9ecfa;
}
#quick .quick-buttons li:nth-child(even) a {
    background-color: #f7f8fd;
}
#quick .quick-buttons li a span {
    padding-top: 20px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333;
}
#quick .quick-buttons li a span b {
    font-weight: 400;
}

#quick .quick-buttons li:first-child a {
    padding-top: 23px;
}
#quick .quick-buttons li:nth-child(2) a {
    padding-top: 28px;
}
#quick .quick-buttons li:nth-child(3) a {
    padding-top: 30px;
}
#quick .quick-buttons li:last-child a {
    padding-top: 28px;
}

.main-contents .conts-left {
    float: left;
    /*border-right: 1px solid #f0f0f0;*/
    border-right: 1px solid #fff;
}
.main-contents .conts-right {
    float: left;
}
.conts-box {
    padding: 0 30px;
    padding-bottom: 20px;
}
.conts-box .title {
    display: inline-block;
    margin: 30px 0 20px;
    width: 180px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.conts-box .title.title-orange {
    display: inline-block;
    margin: 40px 0 30px;
    width: 180px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.conts-box ul li {
    padding: 0 0 25px 12px;
    background: url("/2024/images/main/dot.jpg") left 10px no-repeat;
}
.conts-box ul li:last-child {
    padding: 0 0 0 12px;
}

.conts-left .conts-box ul li {
    margin: 0;
    padding: 0 0 3px 12px;
}
.main-contents .notice ul.section-list {
    margin-bottom: 10px;
}
.main-contents .notice ul.section-list:last-child {
    margin-bottom: 0px;
}
.conts-left .conts-box ul.none-disc > li {
    list-style: none;
    /*background: url("");*/
}
.conts-left .conts-box ul.section-list > li.none-disc {
    list-style: none;
    /*background: url("");*/
}
.main-contents .conference-theme {
    /*width: 749px;*/
    width: 699px;
    height: auto;
    /*border-bottom: 1px solid #f0f0f0;*/
    border-bottom: 1px solid #fff;
    /*background-color: #fafafa;*/
}
.main-contents .conference-theme .title {
    background-color: #1179f0;
}
.main-contents .notice {
    /*width: 749px;*/
    width: 699px;
    /*height: 155px;*/
    /*background-color: #eee;*/
}
.main-contents .notice .title {
    background-color: #34dcdd;
}
.main-contents .important-dates {
    width: 450px;
    height: 350px;
    /*background-color: #000;*/
}
.main-contents .important-dates .title {
    background-color: #fd367e;
}
.main-contents .important-dates .title.title-orange {
    background-color: #ffba14;
}
.info-main {
    padding: 5px;
    border: 2px solid #FCF3E0;
    background-color: #FEFBF5;
}
.info-main p {
    margin: 0 0 10px;
    font-weight: bold;
}
.info-main ul {

}

.info-main li {
    margin: 0;
    padding-bottom: 5px !important;
    font-size: 13px;
    /*list-style : none;*/
    /*float: left;*/
}
.info-main table > thead > tr > th,
.info-main table > thead > tr > td,
.info-main table > tbody > tr > th,
.info-main table > tbody > tr > td,
.info-main table > tfoot > tr > th,
.info-main table > tfoot > tr > td {
    border: none;
    padding: 7px;
}


/* ==================================================================================
    메인배너 - main-banner
================================================================================== */
/*carousel background*/
.carousel-inner .item:first-child {
    background: url("/2024/images/main/banner_01.jpg?v=20240405") 50% 80% no-repeat;
}
.carousel-inner .item:nth-child(2) {
    background: url("/2024/images/main/banner_02.jpg?v=20240405") 50% top no-repeat;
}
.carousel-inner .item:nth-child(3) {
    background: url("/2024/images/main/banner_03.jpg?v=20240405") 50% top no-repeat;
}
.carousel-inner .item:nth-child(4) {
    background: url("/2024/images/main/banner_04.jpg?v=20240405") 50% top no-repeat;
}
.carousel-inner .item:nth-child(5) {
    background: url("/2024/images/main/banner_05.jpg?v=20240405") 50% top no-repeat;
}

/*carousel-caption*/
.item {
    padding: 90px 0 0 0;
    /*padding: 50px 0 0 0;*/
}
.conference-caption {
    margin: 0 auto;
    text-align: center;
    width: 1200px;
    height: 320px;
    /*height: 360px;*/
    /*height: 400px;*/
    /*background-color: rgba(0,0,0,0.45);*/
    /*background-color: rgba(20,0,74,0.35);*/
    background-color: rgba(0,54,114,0.25);
}
.carousel-inner .item:nth-child(3) .conference-caption {
    background-color: rgba(0,54,114,0.45);
}

.conference-caption .conference-title {
    margin: 0 0 27px;
    padding: 38px 0 0;
    /*padding: 30px 0 10px;*/
    line-height: 1.1;
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.conference-caption .conference-sub-title {
    /*margin: 0 0 30px;*/
    margin: 0 0 18px;
    padding: 0;
    line-height: 1.1;
    /*font-size: 20px;*/
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
    text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
.conference-caption .theme {
    margin: 0;
    padding: 10px 0 50px;
    line-height: 1.1;
    font-size: 32px;
    font-weight: 700;
    /*color: #fce4d6;*/
    color: #ffffce;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.conference-caption .conference-info {
    line-height: 1.1;
    font-weight: 500;
    font-size: 26px;
    /*font-size: 21px;*/
    /*color: #d5bdff;*/
    color: #e9dbff;
    text-shadow: 1px 1px 1px rgba(0,0,0,1);
    /*text-shadow: 2px 2px 1px rgb(0,0,0,0.68);*/
}
.conference-caption .conference-info sup {
    position:relative;
    top: -10px;
    font-size: 13px;
}
.conference-caption .more-info {
    width: 960px;
    /*margin: 30px auto 0;*/
    margin: 30px auto 20px;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    background-color: rgba(123,86,250,0.75);
}

/* btn-area */
.carousel-fade .carousel-inner > .item .btn-area {

}
.carousel-fade .carousel-inner > .item .btn-area a {
    margin: 0 10px;
}

/*carousel modify*/
.carousel-fade .carousel-inner > .item {
    height: 500px;
    opacity: 0;
    /*-webkit-transition: .3s ease;*/
    /*-o-transition: .3s ease;*/
    /*transition: .3s ease;*/
    transition-property: opacity;
}
.carousel-fade .carousel-inner > .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}
@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);
    }
}
.carousel-caption {
    text-shadow: 0 1px 4px rgba(0,0,0,.9);
    font-size:17px
}
.carousel-caption h3 {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}
.item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/*main-banner modify*/
.main-spot-area {
    /*position: relative;*/
    max-width: 1900px;
    margin: 0 auto;
}
.main-spot-area .btn-proceeding {
    position: absolute;
    left: 50%;
    bottom: 100px;
    width: 420px;
    height: 50px;
    line-height: 50px;
    margin-left: -210px;
    text-align: center;
    font-size: 22px;
    letter-spacing: -0.25px;
    color: #fff;
    border-radius: 5px;
    background-color: #7b56fa;
    z-index: 10;
}
.main-spot-area .btn-proceeding:hover {
    background-color: #592bf9;
}
.main-spot-area .carousel-control {
    opacity: 1;
    width: 8%;
}
.main-spot-area .carousel-control:hover,
.main-spot-area .carousel-control:focus {
    filter: none !important;
    opacity: 1;
}
.main-spot-area .carousel-control.left {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .0001) 100%);
}
.main-spot-area .carousel-control.right {
    background-image: linear-gradient(to right, rgba(255, 255, 255, .0001) 0%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 1) 98%, rgba(255, 255, 255, 1) 100%);
}

/* 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;
}

/* photo-zone */
.photo-zone {
    display: block;
    padding: 30px 0 0 30px;
}
