@charset "utf-8";
/* ==================================================================================
    [main.css]
        - stylesheets of main page
================================================================================== */
.d-day {
    height: 140px;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    /*background-color: #767676;*/
    background-color: #236E47;
}
#quick .d-day {
    float: left;
    width: 300px;
}
.d-day .today {
    padding: 5px 0 10px;
    color: rgba(255,255,255,0.85);
    font-weight: 400;
}
.d-day .title {
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
}
.d-day .d-date {
    font-size: 42px;
    color: rgba(255,255,255,0.85);
}

/* 퀵버튼 */
#quick {
    width: 100%;
    border-top: 2px solid #236E47;
}
#quick .quick-buttons {
    float: left;
    /*border-bottom: 1px solid #f0f0f0;*/
}
#quick .quick-buttons li {
    position: relative;
    float: left;
}
#quick .quick-buttons li a {
    display: inline-block;
    text-align: center;
    height: 140px;
    width: 225px;
    padding-top: 80px;
    border-bottom: 1px solid #f0f0f0;
}
#quick .quick-buttons li a:hover {
    /*background-color: #f5f8fc !important;*/
}
#quick .quick-buttons li a span {
    display: block;
    text-align: center;
    line-height: 1.3;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
#quick .quick-buttons li a span .snb-hidden {
    display: inline;
}
#quick .quick-buttons li:first-child a {
    background: #fff url(/2023f/images/main/icon_02.png) 50% 20px no-repeat;
}
#quick .quick-buttons li:nth-child(2) a {
    background: #f5f8fc url(/2023f/images/main/icon_03.png) 50% 23px no-repeat;
}
#quick .quick-buttons li:nth-child(3) a {
    background: #fff url(/2023f/images/main/icon_01.png) 50% 20px no-repeat;
}
#quick .quick-buttons li:last-child a {
    background: #f5f8fc url(/2023f/images/main/icon_04.png) 50% 23px no-repeat;
}

/* 퀵버튼 - 개최전 버전 */
.quick-area .quick-buttons {
    margin: 0 0 10px;
    border: 2px solid #cbe4fa;
}
.quick-area .quick-buttons li {

}
.quick-area .quick-buttons li a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 20px 0 72px;
    text-align: left;
}
.quick-area .quick-buttons li:nth-child(odd) a {
    /*background-color: #f7f8fd;*/
}
.quick-area .quick-buttons li a:hover,
.quick-area .quick-buttons li:nth-child(odd) a:hover{
    background-color: #cbe4fa !important;
}
.quick-area .quick-buttons li a img {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
}
.quick-area .quick-buttons li:first-child a {
    background: #e8f7ff url(/2023f/images/main/icon_02.png) 20px 15px no-repeat;
    background-size: 36px;
}
.quick-area .quick-buttons li:nth-child(2) a {
    background: #fff url(/2023f/images/main/icon_03.png) 20px 12px no-repeat;
    background-size: 36px;
}
.quick-area .quick-buttons li:nth-child(3) a {
    background: #e8f7ff url(/2023f/images/main/icon_01.png) 20px 15px no-repeat;
    background-size: 36px;
}
.quick-area .quick-buttons li:last-child a {
    background: #fff url(/2023f/images/main/icon_04.png) 20px 17px no-repeat;
    background-size: 36px;
}
.quick-area .quick-buttons li a span {
    display: inline-block;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    vertical-align: middle;
}

/* btn-main */
.btn-main {

}
.btn-main a {
    position: relative;
    display: block;
    margin: 0 0 10px;
    padding: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #ffff00;
    background: #193353 url(/2023f/images/bg/bg_btn_main.jpg) left top no-repeat;
    background-size: 300px 90px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
}
.btn-main a i {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 42px;
    color: rgba(255,255,255,0.5);
}

/* 컨텐츠 - 공통 */
.main-contents {
    padding: 30px 0;
    background-color: #fff;
}
.conts-box {
    float: left;
    height: 350px;
    padding: 20px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}
.conts-box h3 {
    display: inline-block;
    margin: 0 0 15px;
    width: auto;
    padding: 0 10px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

/* 컨텐츠 - 포스터 */
.conts-box.poster {
    position: relative;
    width: 300px;
    margin-right: 30px;
    padding: 0;
    border: 0;
    /*background: url(/2023f/images/main/poster_2021.png) left top no-repeat;*/
}
.conts-box.poster.ready {
    position: relative;
    width: 300px;
    margin-right: 30px;
    padding-top: 150px;
    text-align: center;
    color: #999;
    border: 1px solid #dfdfdf;
    background: #fafafa;
}
.conts-box.poster a.btn-poster {
    position: relative;
    display: block;
    width: 298px;
    height: 398px;
}
.conts-box.poster .bg-cancel {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 398px;
    background-color: rgba(0,0,0,0.5);
}
.conts-box.poster .btn-download-open {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 280px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 2px;
    background-color: #e14451;
}
.conts-box.poster .btn-download-open:hover {
    background-color: #dd2836;
}
.conts-box.poster .btn-download-open b {
    vertical-align: middle;
}
.conts-box.poster .btn-download-open i {
    margin-left: 10px;
    vertical-align: middle;
    font-size: 18px;
}

/* 컨텐츠 - 공지사항 */
.conts-box.notice {
    position: relative;
    width: 525px;
    margin-right: 30px;
}
.conts-box.notice.full {
    width: 870px;
}
.conts-box.notice .more {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 25px;
    color: #1652b1;
    border: 1px solid #1652b1;
}
.conts-box.notice .more:hover {
    color: #fff;
    background-color: #1652b1
}
.conts-box.notice h3 {
    background-color: #164eb5;
}
.conts-box.notice ul li {
    overflow: hidden;
    padding: 0 0 8px 12px;
    font-size: 15px;
    background: url("/2023f/images/main/dot.jpg") left 10px no-repeat;
}
.conts-box.notice ul li:last-child {
    padding: 0 0 0 12px;
}
.conts-box.notice ul li .title {
    float: left;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 360px;
    color: #333;
}
.conts-box.notice.full ul li .title {
    width: 640px;
}
.conts-box.notice ul li .title:hover {
    color: #2b96e8;
}
.conts-box.notice ul li .date {
    float: right;
    display: inline-block;
    color: #999;
}

/* 컨텐츠 - 주요일정 */
.conts-box.important-dates {
    position: relative;
    width: 310px;
    border: 2px solid #ff765e;
    background-color: #fff;
}
.conts-box.important-dates.student {
    margin-left: 25px;
    border: 2px solid #00bfc2;
    background-color: #fff;
}
.conts-box.important-dates h3 {
    background-color: #ff765e;
}
.conts-box.important-dates.student h3 {
    background-color: #00bfc2;
}
.conts-box.important-dates .more {
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 32px;
    color: #ff765e;
}
.conts-box.important-dates .more:hover {
    color: #ff765e;
}
.conts-box.important-dates.student .more {
    color: #00bfc2;
}
.conts-box.important-dates.student .more:hover {
    color: #00bfc2;
}
.conts-box.important-dates ul li {
    margin: 0 0 15px;
}
.conts-box.important-dates ul li .title {
    display: block;
    margin: 0 0 5px;
    line-height: 1.2;
    font-weight: bold;
}
.conts-box.important-dates ul li .date {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #fd5256;
}
.conts-box.important-dates ul li .date s {
    display: block;
    font-weight: normal;
    color: #999;
}
.conts-box.important-dates.student ul li .date {
    color: #00bfc2;
}

/* 바로가기 */
.quick-area {
    float: left;
    width: 300px;
    margin-right: 30px;
}
.quick-area .conts-box.poster {
    float: none;
}

/* ==================================================================================
    메인배너 - main-banner
================================================================================== */
/*carousel background*/
.carousel-inner .item:first-child {
    background: #fff url("/2023f/images/main/bg_main_2023_01.jpg") 50% top no-repeat;
    /*background-size: cover;*/
}
.carousel-inner .item:nth-child(2) {
    background: #fff url("/2023f/images/main/bg_main_2023_02.jpg") 50% top no-repeat;
    /*background-size: cover;*/
}
.carousel-inner .item:nth-child(3) {
    background: #fff url("/2023f/images/main/bg_main_2023_03.jpg") 50% top no-repeat;
    /*background-size: cover;*/
}
.carousel-inner .item:nth-child(4) {
    background: #fff url("/2023f/images/main/bg_main_2023_04.jpg") 50% top no-repeat;
    /*background-size: cover;*/
}

/* youtube-area */
.youtube-area {
    margin-top: 20px;
}

/*carousel-caption*/
.conference-caption {
    position: absolute;
    /*right: 360px;*/
    right: 0;
    top: 0;
    width: 450px;
    height: 360px;
    /*background: rgba(56,81,148, 1);*/
    /*background: rgba(46,67,122, 0.95) url(/2023f/images/main/bg_main_caption.png) 30px top no-repeat;*/
    background: rgba(35,110,71, 0.75);
}
.conference-caption.convr {
    right: 0;
}
.conference-caption .conference-title {
    padding: 40px 30px 10px 40px;
    /*padding: 40px 0 10px 40px;*/
    line-height: 1.3;
    font-size: 19px;
    /*font-size: 24px;*/
    color: #fff;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}
.conference-caption.convr .conference-title {
    padding: 16px 30px 10px 30px;
    font-size: 22px;
}
.conference-caption.convr .conference-title {
    padding-top: 56px;
}
.conference-caption .conference-title p.top-text {
    margin: 0 0 2px;
}
.conference-caption .conference-title b {
    display: inline-block;
    line-height: 1.3;
    font-size: 30px;
    color: #faf1cc;
    font-weight: 700;
    letter-spacing: -0.75px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}
.conference-caption.convr .conference-title b {
    line-height: 1.25;
    font-size: 32px;
}
.conference-caption .conference-title small {
    display: inline-block;
    margin: 0 0 0 5px;
    line-height: 1.3;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.75px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}
.conference-caption .conference-sub-title {
    padding: 0 0 10px 40px;
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    font-weight: 300;
    text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}
.conference-caption .conference-info {
    padding: 20px 0 20px 40px;
    font-size: 19px;
    font-weight: 500;
    color: rgba(255,255,255,1);
    line-height: 1.8;
    text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}

/* main-banner */
.main-spot-area {
    position: relative;
    height: 360px;
    margin: 0 auto;
}
.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%);
}
.main-spot-area a.btn-info-go {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: auto;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 19px;
    font-weight: 700;
    color: #10379e;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.45);
}
.main-spot-area .conf a.btn-info-go {
    left: 40px;
}
.main-spot-area .convr a.btn-info-go {
    left: 38px;
}
.main-spot-area a.btn-info-go.paper {
    right: 15px;
}
.main-spot-area a.btn-info-go .inner-btn {
    position: relative;
    padding-right: 40px;
}
.main-spot-area a.btn-info-go .inner-btn i.bg {
    position: absolute;
    top: 0;
    left: -20px;
    font-size: 64px;
    color: rgba(16,55,158,0.15);
}
.main-spot-area a.btn-info-go .inner-btn i {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 32px;
    color: rgba(16,55,158,1);
}
.main-spot-area a.btn-info-go:hover {
    color: #fff;
    background-color: #10379e;
}
.main-spot-area a.btn-info-go:hover .inner-btn i.bg {
    color: rgba(255,255,255,0.05);
}
.main-spot-area a.btn-info-go:hover .inner-btn i {
    color: rgba(255,255,255,0.35);
}

/* mobile button */
.main-spot-area .mobile-banner a.btn-info-go {
    position: static;
    margin: 5px auto 0;
}
.main-spot-area .mobile-banner .bottom-text {
    margin-bottom: 10px;
}

/**/

/* ==================================================================================
    메인페이지 주요일정
================================================================================== */
.major-schedule {
    float: left;
    width: 870px;
}
.major-schedule h3 {
    display: inline-block;
    margin: 0 0 20px;
    width: 174px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    background-color: #e2454f;
}
.major-schedule h3 i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.major-schedule h3 b {
    display: inline-block;
    vertical-align: middle;
}
.major-schedule .table-responsive {
    padding-bottom: 20px;
    border: 0;
}
.major-schedule .table-responsive:first-child {
    margin: 20px 0 0;
}
.major-schedule table.table thead th {
    padding:5px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 1px solid #0d3895 !important;
    border-right: 1px solid #fff !important;
    background-color: #0d3895 !important;
}
.major-schedule table.table caption {
    padding-bottom: 8px;
    font-weight: bold;
    color: #333;
}
.major-schedule table.table thead th.bd-b1 {
    border-bottom: 1px solid #fff !important;
}
.major-schedule table.table thead tr th:last-child {
    border-right: 1px solid #0d3895 !important;
}
.major-schedule table.table tbody th {
    padding: 5px !important;
    text-align: center;
    font-size: 14px;
}
.major-schedule table.table tbody td {
    padding: 5px !important;
    text-align: center;
    font-size: 14px;
}

.major-schedule table.table tbody td .schedule-info-txt {
    margin: 0;
    padding: 3px 0 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #f33;
}

/* h2 */
.major-schedule h2.section-title {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 700;
    color: #0c3a6d;
}

/* 바로가기2 */
.event-info {
    margin: 0 0 10px;
    padding: 15px 20px;
    border: 1px solid #1eadb9;
    background-color: #f0fcfd;
}
.event-info h4 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}
.event-info p {
    margin: 0;
    font-size: 13px;
    color: #333;
}

/* */
.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;
}
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}
.carousel-inner {
    overflow: initial;
}
.item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.item .inner-warp {
    height: 400px;
}

/*carousel modify*/
.carousel-fade .carousel-inner > .item {
    height: 360px;
    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);
    }
}

#myModal .modal-body p,
#myModal .modal-body ul,
#myModal .modal-body ol {
    margin-bottom: 20px;
}
#myModal .modal-body ol {
    margin-left: 20px;
    list-style: decimal;
}
