@charset "utf-8";
/* ==================================================================================
    [style.css]
        - stylesheets of sub pages in pages folder
================================================================================== */

/***************************************************************************
    Welcome Message
***************************************************************************/
/* greeting.vm */
.article.greeting {

}
.article.greeting .section {

}
.article.greeting .section > img {
    float: left;
    width: 180px;
    margin: 0 80px 10px 0;
    border-radius: 10px;
}
.article.greeting .section .welcome-message {
    float: left;
    width: 1140px;
}
.article.greeting .section .welcome-message p {
    margin: 0 0 20px;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    /*word-break: keep-all;*/
}
.article.greeting .section .welcome-message p.chairman-name {
    margin-top: 80px;
    text-align: right;
}
.article.greeting .section .welcome-message p.chairman-name .date {
    display: inline-block;
    margin-bottom: 10px;
}
.article.greeting .section .welcome-message p.chairman-name .name {
    font-size: 19px;
}
.article.greeting .section .welcome-message p.chairman-name b {
    position: relative;
    bottom: -5px;
    margin-left: 20px;
    letter-spacing: 5px;
    font-size: 24px;
    font-weight: 600;
}

/***************************************************************************
    Schedule
***************************************************************************/
/* schedule.vm */
.article.schedule {

}
.article.schedule .section {

}
.article.schedule .section .schedule-table-area {

}
.article.schedule .section .schedule-table-area .table-responsive {

}
.article.schedule .section .schedule-table-area .table-responsive table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.article.schedule .section .schedule-table-area .table-responsive table thead {

}
.article.schedule .section .schedule-table-area .table-responsive table thead th {
    padding: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    vertical-align: middle;
    border: 1px solid #fff;
    background-color: #348bcb;
}
.article.schedule .section .schedule-table-area .table-responsive table tbody {

}
.article.schedule .section .schedule-table-area .table-responsive table tbody th {
    padding: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.45px;
    color: #000;
    vertical-align: middle;
    border-bottom: 1px dotted #aaa;
    background-color: #eee;
}
.article.schedule .section .schedule-table-area .table-responsive table tbody td {
    padding: 10px 3px;
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
    color: #000;
    word-break: keep-all;
    letter-spacing: -0.75px;
    vertical-align: middle;
    border-bottom: 1px dotted #aaa;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: #fff;
}
.article.schedule .section .schedule-table-area .table-responsive table tbody tr:first-child td {
    border-top: 1px dotted #aaa;
}

/* th, td border */
.th-bd-b1 {
    border-bottom: 1px solid #0167B9 !important;
}
.th-bd-r1 {
    border-right: 1px solid #fff !important;
}
.th-bd-l1 {
    border-left: 1px solid #fff !important;
}
.bd-t0 {
    border-bottom: 0 !important;
}
.bd-r0 {
    border-bottom: 0 !important;
}
.bd-b0 {
    border-bottom: 0 !important;
}
.bd-l0 {
    border-bottom: 0 !important;
}

/* th, td color */
.color1 {
    color: #000 !important;
    background-color: #FDE7CD !important;
}
.color1 b {
    color: #DE6D1D !important;
}
.color2 {
    color: #000 !important;
    background-color: #E6E6E6 !important;
}
.color3 {
    color: #000 !important;
    background-color: #F7CAC4 !important;
}
.color4 {
    color: #000 !important;
    background-color: #C9CBCA !important;
}
.color5 {
    color: #000 !important;
    background-color: #DDD9E9 !important;
}
.color6 {
    color: #000 !important;
    background-color: #FADADB !important;
}
.color7 {
    color: #000 !important;
    background-color: #BEE1D7 !important;
}
.color8 {
    color: #000 !important;
    background-color: #FFFADA !important;
}
.color9 {
    color: #000 !important;
    background-color: #D0ECF7 !important;
}

/***************************************************************************
    Call for Paper
***************************************************************************/
/* call-for-paper.vm */
.article.call-for-paper {

}
.article.call-for-paper .section {

}

/***************************************************************************
    Registration
***************************************************************************/
/* registration.vm */
.article.registration {

}
.article.registration .section {

}

/***************************************************************************
    Workshop
***************************************************************************/
/* workshop.vm */
.article.workshop {

}
.article.workshop .section {

}

.article.workshop .section .nav-tabs-justified > li > a,
.article.workshop .section .nav-tabs.nav-justified > li > a {
    color: #ccc;
}
.article.workshop .section .nav-tabs-justified > .active > a,
.article.workshop .section .nav-tabs.nav-justified > .active > a,
.article.workshop .section .nav-tabs-justified > .active > a:hover,
.article.workshop .section .nav-tabs.nav-justified > .active > a:hover,
.article.workshop .section .nav-tabs-justified > .active > a:focus,
.article.workshop .section .nav-tabs.nav-justified > .active > a:focus {
    color: #046AB6;
}

.article.workshop .section .table-responsive .table caption {
    padding-bottom: 5px;
    text-align: right;
    color: #046AB6;
}
.article.workshop .section .table-responsive .table thead th {
    color: #fff;
    background-color: #046AB6;
}
.article.workshop .section .table-responsive .table tbody td {
    padding: 15px 20px;
}
.article.workshop .section .table-responsive .table tbody tr:first-child td {
    border-top: 3px solid #046AB6;
}
.article.workshop .section .table-responsive .table.tb-blue tbody tr:first-child td {
    border-top: 1px solid #dfdfdf;
}
.article.workshop .section .table-responsive .table tbody tr td:nth-child(2) {
    text-align: left;
}

.article.schedule .section .schedule-table-area .table-responsive table tbody td span {
    color:#fff;
    padding:2px 10px;
    border-radius:50px;
}
.article.schedule .section .schedule-table-area .table-responsive table tbody td p {
    margin-top: 10px;
}
.article.schedule .section .schedule-table-area .table-responsive table tbody td a:hover p {
    transition: 0.5s;
    color: #0a5fde;
}
/* 워크샵 색상 1 */
.article.schedule .section .schedule-table-area .table-responsive table tbody td.workshop_color01 {
background-color: #fde8cb;
}
.article.schedule .section .schedule-table-area .table-responsive table tbody td.workshop_color01 span {
    background-color: #ed7d41;
}
/* 워크샵 색상 2 */
.article.schedule .section .schedule-table-area .table-responsive table tbody td.workshop_color02 {
    background-color: #d0ecf7;
}
.article.schedule .section .schedule-table-area .table-responsive table tbody td.workshop_color02 span {
    background-color: #158ee7;
}
/*워크샵 색상 3 */
.article.schedule .section .schedule-table-area .table-responsive table tbody td.workshop_color03 {
    background-color: #cce7de;
}

/*워크샵 색상 - 그레이 */
.article.schedule .section .schedule-table-area .table-responsive table tbody td.workshop_gray {
    background-color: #e6e6e6;
}
.article.schedule .section .schedule-table-area .table-responsive table tbody td.workshop_gray span {
    background-color: #727171;
}
/*워크샵 색상 - 포스터 발표 색상 */
.article.schedule .section .schedule-table-area .table-responsive table tbody td.workshop_poster_color {
    background-color: #e2e0ee;
}
.article.schedule .section .schedule-table-area .table-responsive table tbody td.workshop_poster_color p {
   color: #7f44cb;
}

/***************************************************************************
    Award
***************************************************************************/
/* award.vm */
.article.award {

}
.article.award .section {

}

/* nav */
.article.award .nav-tabs-justified > li > a,
.article.award .nav-tabs.nav-justified > li > a {
    height: 100px;
    line-height: 100px;
    padding: 0 10px;
    font-size: 17px;
}
.article.award .nav-tabs-justified > li > a span,
.article.award .nav-tabs.nav-justified > li > a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3;
    letter-spacing: -0.75px;
}

/* max-width: 768px */
@media only screen
and (max-width: 768px) {

    /* nav */
    .article.award .nav-tabs-justified > li > a,
    .article.award .nav-tabs.nav-justified > li > a {
        height: 70px;
        line-height: 70px;
        padding: 0 10px;
        font-size: 13px;
    }


}

.article.award .section .tab-content {
    padding: 30px 0 0;
}

/* award-list */
.article.award .section .label-top-title {
    display: block;
    width: 90%;
    margin: 0 auto 50px;
    padding: 5px 10px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background-color: #0d3895;
}
.article.award .section ul.award-list {
    text-align: center;
}
.article.award .section ul.award-list > li {
    float: left;
    width: 25%;
    height: 460px;
    margin-bottom: 50px;
}
.article.award .section ul.award-list.inline > li {
    float: none;
    display: inline-block;
    width: 30%;
    height: auto;
    vertical-align: top;
}
/*.article.award .section ul.award-list.inline > li:nth-child(n+4){*/
/*    width: 24%;*/
/*}*/

.article.award .section ul.award-list.ci > li {
    display: inline-block;
    width: 420px;
    height: auto;
    vertical-align: top;
}
.article.award .section ul.award-list > li > span {
    display: block;
}
.article.award .section ul.award-list > li > .label-title {
    width: 280px;
    margin: 0 auto 20px;
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
    background-color: #38c1f5;
    /*background-color: #3576E1;*/
}
/* 탭메뉴 사용 안하기 때문에 라벨 색상 기본에 적용 (위에)*/
/*.article.award .section #tab06 ul.award-list > li > .label-title {*/
/*    background-color: #38c1f5;*/
/*}*/

.article.award .section ul.award-list.ci > li > .label-title {
    width: 320px;
}
.article.award .section ul.award-list > li > .thm {
    width: 190px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
}
.article.award .section ul.award-list.ci > li > .thm {
    width: 300px;
    height: 120px;
    margin: 0 auto;
    background-color: #fff;
}
.article.award .section ul.award-list > li > .thm img {
    /*width: 180px;*/
    height: 230px;
}
.article.award .section ul.award-list.ci > li > .thm img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-top:30px;
}
.article.award .section ul.award-list > li > .name {
    margin: 15px 0 0;
    font-size: 21px;
    font-weight: 500;
}
.article.award .section ul.award-list > li > .affiliation {
    font-size: 17px;
    font-weight: 300;
}
.article.award .section ul.award-list > li > .title {
    width: 280px;
    height:100px;
    margin: 10px auto 20px;
    padding-top: 10px;
    line-height: 1.3;
    font-size: 13px;
    font-weight: 300;
    border-top: 1px solid #eee;
}

/***************************************************************************
    Sponsorshop
***************************************************************************/
/* sponsorship.vm */
.article.sponsorship {

}
.article.sponsorship .section {

}

/***************************************************************************
    Sponsorshop : Booth Map
***************************************************************************/
.article.booth-map {

}
.article.booth-map .thm-area {
    padding: 95px;
    border: 5px solid #eee;
}

/***************************************************************************
    Sponsorshop : Main Sponsors
***************************************************************************/
.article.main-sponsors {

}
.article.main-sponsors .section h2.section-title {
    margin: 120px 0 100px;
    text-align: center;
    font-size: 48px;
}
.article.main-sponsors .section ul.sponsor-list {
    margin-bottom: 200px;
    text-align: center;
}
.article.main-sponsors .section ul.sponsor-list > li {
    display: inline-block;
    width: 258px;
    /*line-height: 210px;*/
    margin: 0 8px 20px;
    padding: 15px 0;
    text-align: center;
    border: 5px solid #eee;
}
.article.main-sponsors .section ul.sponsor-list > li a {
    display: block;
}
.article.main-sponsors .section ul.sponsor-list > li img {
    display: block;
    margin: 0 auto;
}

/***************************************************************************
    venue
***************************************************************************/
/* venue.vm */
.article.venue {

}
.article.venue .section {

}
.article.venue .section .map-info-box {
    position: relative;
    padding: 20px;
    background-color: #EDF3FC;
}
.article.venue .section .map-info-box a.btn {
    position: absolute;
    top: 17px;
    right: 20px;
}
.article.venue .section .map-info-box a.btn01 {
    right: 175px;
}

.article.venue .section .section-list {
    margin-left: 40px;
}
.article.venue .section .section-list li {
    font-size: 17px;
    word-break: keep-all;
}

/***************************************************************************
    Hotel
***************************************************************************/
/* hotel.vm */
.article.hotel {

}
.article.hotel .section {

}
.article.hotel .section a {
    color: #0167B9;
}
.article.hotel .section a.btn {
    color: #fff;
}
.article.hotel .section .table {
    width: 1080px;
}
.article.hotel .section .table-responsive .table tbody th {
    font-weight: 400 !important;
    font-size: 15px;
}
.article.hotel .section .table-responsive .table.tb-blue thead th {
    font-weight: 400 !important;
    font-size: 15px;
}
.article.hotel .section .table-responsive .table tbody td {
    font-size: 15px
}
.article.hotel .section a.btn {
    margin-bottom:10px;
}
/***************************************************************************
    Notice
***************************************************************************/
/* notice.vm */
.article.notice {

}
.article.notice .section {

}

/***************************************************************************
    반응형 스타일
***************************************************************************/
/* max-width: 768px */
@media only screen
and (max-width: 768px) {

    /***************************************************************************
        공통
    ***************************************************************************/
    .article .line-break {
        display: inline;
    }
    .article .line-break {
        margin-left: 0 !important;
    }

    /***************************************************************************
        Welcome Message
    ***************************************************************************/
    /* greeting.vm */
    .article.greeting {

    }
    .article.greeting .section {

    }
    .article.greeting .section > img {
        float: none;
        display: block;
        margin: 0 auto 50px;
    }
    .article.greeting .section .welcome-message {
        float: none;
        width: 100%;
    }
    .article.greeting .section .welcome-message p {
        margin: 0 0 20px;
        font-size: 15px;
    }
    .article.greeting .section .welcome-message p.chairman-name {
        margin-top: 80px;
        text-align: right;
    }
    .article.greeting .section .welcome-message p.chairman-name b {
        margin-left: 10px;
        letter-spacing: 5px;
        font-size: 21px;
    }

    /***************************************************************************
        Schedule
    ***************************************************************************/
    /* schedule.vm */
    .article.schedule {

    }
    .article.schedule .section {

    }
    .article.schedule .section .schedule-table-area {

    }
    .article.schedule .section .schedule-table-area .table-responsive {

    }
    .article.schedule .section .schedule-table-area .table-responsive table {
        width: 100%;
    }
    .article.schedule .section .schedule-table-area .table-responsive table thead {

    }
    .article.schedule .section .schedule-table-area .table-responsive table thead th {

    }
    .article.schedule .section .schedule-table-area .table-responsive table tbody {

    }
    .article.schedule .section .schedule-table-area .table-responsive table tbody th {

    }
    .article.schedule .section .schedule-table-area .table-responsive table tbody td {

    }
    .article.schedule .section .schedule-table-area .table-responsive table tbody tr:first-child td {

    }

    /***************************************************************************
        Call for Paper
    ***************************************************************************/
    /* call-for-paper.vm */
    .article.call-for-paper {

    }
    .article.call-for-paper .section {

    }

    /***************************************************************************
        Registration
    ***************************************************************************/
    /* registration.vm */
    .article.registration {

    }
    .article.registration .section {

    }

    /***************************************************************************
        Workshop
    ***************************************************************************/
    /* workshop.vm */
    .article.workshop {

    }
    .article.workshop .section {

    }

    /***************************************************************************
        Award
    ***************************************************************************/
    /* award.vm */
    .article.award {

    }
    .article.award .section {

    }
    .article.award .section .tab-content {
        padding: 0;
    }

    /* award-list */
    .article.award .section ul.award-list > li {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 80px;
    }
    .article.award .section ul.award-list.inline > li {
        display: block;
        width: 100% !important;
        height: auto;
    }
    .article.award .section ul.award-list.ci > li {
        display: block;
        width: 100%;
        margin-bottom: 80px;
    }
    .article.award .section ul.award-list.ci > li > .thm {
        height: 100px;
    }
    .article.award .section ul.award-list > li > .name {
        margin: 10px 0 0;
    }

    /***************************************************************************
        Sponsorshop
    ***************************************************************************/
    /* sponsorship.vm */
    .article.sponsorship {

    }
    .article.sponsorship .section {

    }

    /***************************************************************************
        Sponsorshop : Booth Map
    ***************************************************************************/
    .article.booth-map {

    }
    .article.booth-map .thm-area {
        padding: 0;
        border: 0;
    }

    /***************************************************************************
        Sponsorshop : Main Sponsors
    ***************************************************************************/
    .article.main-sponsors {

    }
    .article.main-sponsors .section h2.section-title {
        margin: 80px 0 60px;
        font-size: 32px;
    }
    .article.main-sponsors .section ul.sponsor-list {
        margin-bottom: 100px;
    }
    .article.main-sponsors .section ul.sponsor-list > li {
        display: block;
        width: 100%;
        height: auto;
        line-height: 1;
        margin: 0 0 30px;
        padding: 15px 0;
    }
    .article.main-sponsors .section ul.sponsor-list > li img {
        display: inline-block;
        max-height: 80px;
        margin-top:0;
    }

    /***************************************************************************
        venue
    ***************************************************************************/
    /* venue.vm */
    .article.venue {

    }
    .article.venue .section {

    }
    .article.venue .section .map-info-box {
        padding: 20px;
    }
    .article.venue .section .map-info-box b {
        display: block;
        margin: 0 0 10px;
    }
    .article.venue .section .map-info-box a.btn {
        position: static;
    }
    .article.venue .section .map-info-box a.btn01 {
        margin-right: 10px;
    }
    .article.venue .section .map-info-box a.btn02 {

    }

    .article.venue .section .section-list {
        margin-left: 40px;
    }
    .article.venue .section .section-list li {
        font-size: 15px;
    }

    /***************************************************************************
        Hotel
    ***************************************************************************/
    /* hotel.vm */
    .article.hotel {

    }
    .article.hotel .section {

    }

}
