@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.vm */
.article.programs {

}
.article.programs .section {

}
.article.programs .section .programs-table-area {

}
.article.programs .section .programs-table-area .table-responsive {

}
.article.programs .section .programs-table-area .table-responsive table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.article.programs .section .programs-table-area .table-responsive table thead {

}
.article.programs .section .programs-table-area .table-responsive table thead th {
    padding:8px 5px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    vertical-align: middle;
    border: 1px solid #0167B9;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: #0167B9;
    line-height: 1.3;
    font-weight: 700;
}
.article.programs .section .programs-table-area .table-responsive table tbody {

}
.article.programs .section .programs-table-area .table-responsive table tbody th {
    padding: 7px;
    text-align: center;
    font-family: 'Noto Sans SC', Sans-Serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.45px;
    color: #383838;
    vertical-align: middle;
    border-bottom: 1px dotted #aaa;
    background-color: #eee;
}
.article.programs .section .programs-table-area .table-responsive table tbody td {
    padding: 10px 3px;
    text-align: center;
    line-height: 1.3;
    font-size: 15px;
    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.programs .section .programs-table-area .table-responsive table tbody tr:first-child td {
    border-top: 1px dotted #aaa;
}

.article.programs .section .programs-table-area .table-responsive table tbody td.bg_yellow {
    background-color: #fdf9bb;
}
.article.programs .section .programs-table-area .table-responsive table tbody td.bg_yellow > span {
    background-color: #fbb000;
    border-radius: 50px;
    padding: 4px 8px;
    color:#fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 2;
}
.article.programs .section .programs-table-area .table-responsive table tbody td.bg_green {
    background-color: #c8ebba;
}
.article.programs .section .programs-table-area .table-responsive table tbody td.bg_blue {
    background-color: #e7f5f9;
}
.article.programs .section .programs-table-area .table-responsive table tbody td.bg_orange {
    background-color: #ffd3b0;
}
.article.programs .section .programs-table-area .table-responsive table tbody td.bg_skin {
    background-color: #ffe6b5;
}
.article.programs .section .programs-table-area .table-responsive table tbody td.bg_purple {
    background-color: #c6cfff;
}
.article.programs .section .programs-table-area .table-responsive table tbody td.bg_red {
    background-color: #ffdfdf;
}
.article.programs .section .programs-table-area .table-responsive table tbody td.bg_empty {
    background-color: #eee;
}

/* 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.vm */
.article.call-for-paper {

}
.article.call-for-paper .section {

}

/***************************************************************************
    참가등록 안내
***************************************************************************/
/* registration.vm */
.article.registration {

}
.article.registration .section {

}
/***************************************************************************
    기조강연
***************************************************************************/
/* keynote */
.article.keynote .profile-area {
    width: 100%;
    /*width: 50%;*/
    float:left;
    margin: 0 0 30px;
    padding: 0 0 30px;
    background-color: #fff;
}
.article.keynote .profile-area .thm {
    float: left;
    width: 200px;
    margin: 0;
}
.article.keynote .profile-area .thm img {
    max-width: 180px;
}
.article.keynote .profile-area .name {
    width: 200px;
    margin: 8px 0 0;
    padding: 0;
    line-height: 1.3;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    color: #333;
}
.article.keynote .profile-area .name small {
    display: block;
    margin: 8px 0 0;
    line-height: 1.3;
    font-size: 14px;
    font-weight: normal;
}
.article.keynote .profile-area .profile {
    float: left;
    width: 1200px;
    padding-left: 50px;
}
.article.keynote .profile-area .profile .keynote-logo {
    float: left;
    width: 450px;
}
.article.keynote .profile-area .profile .keynote-logo img {
    display: block;
    margin-top: 30px;
}
.article.keynote .profile-area .profile strong {
    display: block;
    margin: 0 0 15px 0px;
    font-size: 24px;
    font-weight: 800;
}
.article.keynote .profile-area .profile small {
    /*display: block;*/
    margin: 0 0 0 10px;
    font-size: 15px;
    font-weight: 600;
    color: #999;
}
.article.keynote .profile-area .title {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    letter-spacing: -0.25px;
    font-size: 24px;
    font-weight: 700;
    color: #fb8c00;
}

.profile-area .bio-area {
    float: left;
    width: 1130px;
    margin-top:15px;
}
.profile-area .bio-area h3 {
    width: 75px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    background-color:#d3c5b5;
}
.profile-area .section-list li {
    /*float: left;*/
    /*width: 45%;*/
}
.profile-area .section-list.profile-list li {
    float: left;
    width: 49%;
}
.profile-area .section-list.profile-list.none-float li {
    float: none;
    width: auto;
}
.profile-area .profile-title {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.profile-area h3 {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.1;
    letter-spacing: -0.25px;
    font-size: 17px;
    font-weight: 700;
    color: #000;
}
.article .section.tutorial p.section-paragraph {
    line-height: 1.6;
}
.profile-area .organ {
    margin: 0 0 10px 225px;
    padding: 0;
    line-height: 1.1;
    font-size: 13px;
    font-weight: 400;
    color: #333;
}
.profile-area .organ li {
    list-style: disc;
    margin: 0 0 2px;
    line-height: 1.3;
}
.profile-area .tutorial.title {
    color: #2690ea;
}
.section h2.tutorial.section-title {
    color: #0c3a6d;
}
.article .section .table-responsive.orange .table thead th {
    background-color: #FDE8B3;
}

hr.divline {
    display: block;
    visibility: visible;
    margin: 80px 0;
    width: 100%;
    height: 32px;
    background: #fff url("/2024s/images/bg/bg_divline.jpg") 50% top no-repeat;
}
.section .keynote-text {
    background-color: #f5faff;
    padding: 20px 25px;
}
/***************************************************************************
    튜토리얼
***************************************************************************/


/* ----------------------------------------------------------------------------------
         초청강연
       ---------------------------------------------------------------------------------- */
.article.special-session .section h2 {
    float: left;
    width: 400px;
    margin: 0;
    line-height: 1.4;
}
.article.special-session .section h2 > span {
    color:#333;
    font-weight: 700;
    font-size: 17px;
}

.article.special-session .section .table-responsive {
    float: right;
    width: 900px;
}

.article.special-session .announce .label {
    display: block;
    width: 100%;
    padding: 7px;
    margin-bottom: 15px;
    background-color: #4eb2f5;
    font-weight: 500;
    font-size: 15px;

}
.article.special-session .section h2.section-title:first-child {
    border-left: 3px solid #1074b8;
    padding-left: 20px;
    font-size: 20px;
    word-break: keep-all;
}
.article.special-session .section ul li {
    width: 100%;
    margin-bottom: 60px;
    border-left: 3px solid #1074b8;
    padding-left: 20px;
    font-size: 25px;
    word-break: keep-all;
    line-height: 1.4;
    font-weight: 800;
    color: #0f5ba9;
}
.article.special-session .section ul li span {
    color: #333;
    font-weight: 700;
    font-size: 17px;
}
/***************************************************************************
    튜토리얼
***************************************************************************/
/* tutorial.vm */
.article.tutorial {

}
.article.tutorial .section {

}
.article.tutorial .section .table-responsive .tb-tutorial tbody {

}
.article.tutorial .section .table-responsive .tb-tutorial tbody td {
    padding: 20px;
    vertical-align: top;
}
.article.tutorial .section .table-responsive .tb-tutorial tbody td img {
    display: block;
    margin: 0 auto 20px;
    max-width: 140px;
    width: 140px;
}
.article.tutorial .section .table-responsive .tb-tutorial tbody td .name {
    display: block;
    margin: 0 0 3px;
    text-align: center;
    font-size: 19px;
    font-weight: 800;
    color: #333;
}
.article.tutorial .section .table-responsive .tb-tutorial tbody td .organ {
    display: block;
    text-align: center;
}
.article.tutorial .section .table-responsive .tb-tutorial tbody tr.title td {
    font-weight: 700;
    color: #1476B5;
    border-bottom: 3px double #ccc;
    background-color: #F5FBFE;
    vertical-align: middle;
}
.article.tutorial .section .table-responsive .tb-tutorial tbody tr.title:last-child td {
    border-bottom: 1px solid #dfdfdf;
}
.article .section .table-responsive .table.tb-blue thead tr th:last-child {
    border-right: 1px solid #1074b8;
}
.article .section .table-responsive .table.tb-blue thead th {
    padding: 10px 20px;
    text-align: center;
    color: #fff !important;
    border: 1px solid #1074b8;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #1074b8 !important;
}
.article.tutorial .section .table-responsive .tb-tutorial tbody td .name {
    display: block;
    margin: 0 0 3px;
    text-align: center;
    font-size: 19px;
    font-weight: 800;
    color: #333;
}
.article.tutorial .section .table-responsive .tb-tutorial tbody td .organ {
    display: block;
    text-align: center;
}
.article.tutorial .section .table-responsive .tb-tutorial tbody tr.title td {
    font-weight: 700;
    color: #1476B5;
    border-bottom: 3px double #ccc;
    background-color: #F5FBFE;
    vertical-align: middle;
}
.article.tutorial .section .table-responsive .table tbody td p {
    text-align: center;
}
.article.tutorial .section .table-responsive .table tbody td p:nth-child(2) {
    margin-bottom: 10px;
    font-weight: bold;
}
/***************************************************************************
    위치 및 교통
***************************************************************************/
/* 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;
}

/***************************************************************************
    행사장 안내
***************************************************************************/
/* venue.vm */
.article.event-hall {

}
.article.event-hall .section {

}

/***************************************************************************
    학술발표회 안내
***************************************************************************/
/* information.vm */
.article.information {

}
.article.information .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.vm */
    .article.programs {

    }
    .article.programs .section {

    }
    .article.programs .section .programs-table-area {

    }
    .article.programs .section .programs-table-area .table-responsive {

    }
    .article.programs .section .programs-table-area .table-responsive table {
        width: 100%;
    }
    .article.programs .section .programs-table-area .table-responsive table thead {

    }
    .article.programs .section .programs-table-area .table-responsive table thead th {

    }
    .article.programs .section .programs-table-area .table-responsive table tbody {

    }
    .article.programs .section .programs-table-area .table-responsive table tbody th {

    }
    .article.programs .section .programs-table-area .table-responsive table tbody td {

    }
    .article.programs .section .programs-table-area .table-responsive table tbody tr:first-child td {

    }

    /***************************************************************************
        논문제출 안내
    ***************************************************************************/
    /* call-for-paper.vm */
    .article.call-for-paper {

    }
    .article.call-for-paper .section {

    }

    /***************************************************************************
        참가등록 안내
    ***************************************************************************/
    /* registration.vm */
    .article.registration {

    }
    .article.registration .section {

    }

    /***************************************************************************
        위치 및 교통
    ***************************************************************************/
    /* 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;
    }

    /***************************************************************************
        행사장 안내
    ***************************************************************************/
    /* venue.vm */
    .article.event-hall {

    }
    .article.event-hall .section {

    }

    /***************************************************************************
        학술발표회 안내
    ***************************************************************************/
    /* information.vm */
    .article.information {

    }
    .article.information .section {

    }

    /***************************************************************************
     기조강연
 ***************************************************************************/
    .article.keynote .profile-area {
        float:none;
        width: 100%;
    }
    .article.keynote .profile-area .profile {
        width: 100%;
        text-align: center;
        padding-left:0px;
    }
    .article.keynote .profile-area .thm {
        width: 100%;
        text-align: center;
    }
    .article.keynote .profile-area .profile .keynote-logo {
        margin-top:10px;
    }
    .article.keynote .profile-area .name {
        width: 100%;
        margin-bottom: 30px;
    }
    .article.keynote .profile-area .profile .keynote-logo,.profile-area .bio-area {
        float:none;
        width: 100%;
    }
    .article.keynote .profile-area .profile .keynote-logo img {
        display: inline-block;
    }
    .profile-area .bio-area h3 {
        width: 100%;
        margin-top:40px;
    }

}
