@charset "utf-8";
/* ==================================================================================
    [style.css]
        - stylesheets of sub pages in pages folder
================================================================================== */

/***************************************************************************
    Welcome Message
***************************************************************************/
/* greetings.vm */
.article.greetings {

}
.article.greetings .section {

}

.greetings .from {
    font-size: 15px;
    font-weight: 800;
}

.greetings .name {
    font-size: 18px;
    font-weight: 700;
}

.article.greetings .section img {
    float: left;
    width: 180px;
    margin: 0 30px 30px 0;
    border-radius: 10px;
}
.article.greetings .section .welcome-message {
    float: left;
    width: 1140px;
}
.article.greetings .section .welcome-message p {
    margin: 0 0 20px;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    /*word-break: keep-all;*/
}
.article.greetings .section .welcome-message p.chairman-name {
    margin-top: 80px;
    text-align: right;
}
.article.greetings .section .welcome-message p.chairman-name .date {
    display: inline-block;
    margin-bottom: 10px;
}
.article.greetings .section .welcome-message p.chairman-name .name {
    font-size: 19px;
}
.article.greetings .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: 17px;
    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;
}
.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;
}

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

/***************************************************************************
    조직위원회
***************************************************************************/
.table-layout.col-organization dl dt {
    width: 12%;
}
.table-layout.col-organization dl dd {
    width: 88%;
}
.org-list {
    margin: 0 0 5px;
}
.org-list:last-child {
    margin: 0;
}
.org-list.col-list li {
    float: left;
}
.org-list.col-list.col2 li {
    width: 50%;
    padding: 0 20px 0 0;
}
.org-list.col-list.col3 li {
    width: 33.33333%;
}



/***************************************************************************
    논문제출 안내
***************************************************************************/
/* 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 {
    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 {

}


/***************************************************************************
    부대행사
***************************************************************************/
/* kiee-festical-booth-list */
.kiee-festical-booth-list {

}
.kiee-festical-booth-list li {
    float: left;
    /*width: 25%;*/
    width: 33.333%;
    /*width: 50%;*/
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}
.kiee-festical-booth-list li .name {
    display: block;
    padding: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    border-right: 1px solid #fff;
    background-color: #174A9B;
}
.kiee-festical-booth-list li:nth-child(3) .name {
    border-right: 1px solid #174A9B;
}
.kiee-festical-booth-list li .link {
    display: block;
    padding: 20px 0;
    border-right: 1px solid #dfdfdf;
    background-color: #fafafa;
}
.kiee-festical-booth-list li:first-child .link,
.kiee-festical-booth-list li:nth-child(4) .link {
    border-left: 1px solid #dfdfdf;
}
.kiee-festical-booth-list li .logo {
    display: block;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.kiee-festical-booth-list li:first-child .logo,
.kiee-festical-booth-list li:nth-child(4) .logo {
    border-left: 1px solid #dfdfdf;
}
.kiee-festical-booth-list li .logo img {
    max-width: 100%;
    padding: 10px 20px;
}

/***************************************************************************
    신기술 전시회
***************************************************************************/
.article.exhibition {

}

.article.exhibition .exhibition-list {

}
.article.exhibition .exhibition-list > ul {

}
.article.exhibition .exhibition-list > ul > li {
    float: left;
    width: 256px;
    margin: 0 30px 30px 0;
}
.article.exhibition .exhibition-list > ul > li:nth-child(5n) {
    margin: 0 0 30px;
}
.article.exhibition .exhibition-list > ul > li .logo-area {
    height: 120px;
    line-height: 120px;
    padding: 0 13px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 10px 10px 0 0;
}
.article.exhibition .exhibition-list > ul > li .logo-area img {
    display: inline-block;
    max-width: 100%;
    max-height: 100px;
    vertical-align: middle;
}
.article.exhibition .exhibition-list > ul > li .logo-area.no-logo {

}
.article.exhibition .exhibition-list > ul > li .logo-area.no-logo span {

}
.article.exhibition .exhibition-list > ul > li .info {
    position: relative;
    height: 140px;
    padding: 20px 20px 60px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background-color: #fafafa;
}
.article.exhibition .exhibition-list > ul > li .info .organ-name {
    display: block;
    text-align: center;
    line-height: 1.3;
    font-size: 17px;
    font-weight: 700;
}
.article.exhibition .exhibition-list > ul > li .info a {
    position: absolute;
    left: 50%;
    bottom: 20px;
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin-left: -60px;
    padding: 0 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    word-break: keep-all;
    border-radius: 36px;
    background-color: #ccc;
}
.article.exhibition .exhibition-list > ul > li .info a:hover {
    background-color: #174A9B;
}

/***************************************************************************
    행사사진보기 - photos
***************************************************************************/
.photo-title {
    margin: 10px 0 20px 10px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.photo-list {

}
.photo-list li {
    float: left;
    width: 50%;
    padding: 10px;
}
.photo-list li a {
    display: block;
    padding: 20px;
    font-size: 18px;
    border-radius: 2px;
    border: 1px solid #dfdfdf;
    background-color: #fafafa;
    transition: all 0.25s;
}
.photo-list li a:hover {
    color: #fff;
    color: #3287d2;
    border: 1px solid #3287d2;
    background-color: #fff;
}
.photo-list li i {
    margin: 0 7px 0 0;
    font-size: 18px;
}
.photo-list li.all {
    float: none;
}
.photo-list li.all a {
    color: #fff;
    border: 1px solid #3287d2;
    background-color: #3287d2;
}

/***************************************************************************
    협찬업체
***************************************************************************/
/* kiee-disec-list */
.kiee-disec-list {

}
.kiee-disec-list li {
    float: left;
    width: 33.33333%;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}
.kiee-disec-list li .name {
    display: block;
    padding: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    border-right: 1px solid #fff;
    background-color: #174A9B;
}
.kiee-disec-list li .logo {
    display: block;
}
.kiee-disec-list li .logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
.kiee-disec-list li .link {
    display: block;
    width: 260px;
    margin: 0 auto;
    padding: 10px 0;
    border: 1px solid #eee;
    background-color: #fafafa;
}

.sponsor-list {
    border-bottom: 1px solid #dfdfdf;
}
.sponsor-list li{
    margin-left: -1px;
    padding: 15px;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    line-height: 1.5;
    font-size: 17px;
    vertical-align: middle;
    text-align: center;
}

.sponsor-list > li:nth-child(2n-1) {
    background: #f9f9f9;
}

/***************************************************************************
    부대행사
***************************************************************************/
.article .section.events_info {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.article .section.events_info .events_info_box {
    width: 31.9%;
    margin:10px;
}
.article .section.events_info .events_info_box:first-child,.article .section.events_info .events_info_box:nth-child(2),.article .section.events_info .events_info_box:nth-child(3) {
    margin-top:0;
}
.article .section.events_info .events_info_box h2.section-title {
    display: flex;
    justify-content: space-between;
    padding: 17px;
    margin:0;
    border:1px solid #174A9B;
    background-color: #174A9B;
    font-size: 17px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.article .section.events_info .events_info_box h2.section-title span:first-child {
    line-height: 1.7;
}
.article .section.events_info .events_info_box h2.section-title span:first-child,
.article .section.events_info .events_info_box h2.section-title span:nth-child(2) a {
    color:#FFF;
}
.article .section.events_info .events_info_box h2.section-title span:nth-child(2) a {
    display: inline-block;
    padding: 6px 12px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 30px;
}
.article .section.events_info .events_info_box h2.section-title span:nth-child(2) a:hover {
    color: #174A9B;
    border: 1px solid #174A9B;
    background-color: #fff;
}
.article .section.events_info .events_info_box .section-list {
    min-height:240px;
    padding: 25px 35px 25px 40px;
    margin:0;
    border:1px solid #cbd4de;
    border-top:0;
    border-radius: 0 0 10px 10px;
}

/*논문 제출 안내*/
.article .section .poster-session .poster-text {
    float: left;
    width: 60%;
}
.article .section .poster-session .poster-img {
    width: 27%;
}
/*부대행사*/
.electric_energy_art .section p img {
    width: 224px;
}

.electric_energy_art .section .poster img {
    width: 960px;
}

.speakers-list .tab-pane img {
    display: inline-block;
    width: 49.8%;
}

/*타임테이블*/
.article .section .table-responsive .table.tb-timetable thead th {
    padding: 3px 7px;
    font-size: 14px;
}
.article .section .table-responsive .table.tb-timetable.tb-poster thead th {
    padding: 8px 10px;
    font-size: 14px;
}
.article .section .table-responsive .table.tb-timetable tbody th {
    padding: 5px 3px;
    font-size: 11px;
    background-color: #F4FBFF;
}
.article .section .table-responsive .table.tb-timetable.tb-poster tbody th {
    padding: 5px;
    font-size: 13px;
}
.article .section .table-responsive .table.tb-timetable tbody td {
    padding: 5px;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    white-space: normal;
}
.article .section .table-responsive .table.tb-timetable tbody td.archive {
    background-color: #FFF9E3;
}
.article .section .table-responsive .table.tb-timetable tbody td small {
    display: block;
}
.article .section .table-responsive .table.tb-timetable tbody td b {
    display: block;
    margin: 0 0 5px;
    font-weight: 700;
}
.article .section .table-responsive .table.tb-timetable tbody td a {
    font-weight: 700;
    color:#0070ff;
}
.article .section .table-responsive .table.tb-timetable tbody td a:hover {
    color: #00c4ff;
}
.article .section .table-responsive .table.tb-timetable.tb-poster tbody td {
    padding: 8px 10px;
    font-size: 13px;
}
.article .section .table-responsive .table.tb-timetable.tb-poster tbody td ul {
    text-align: left;
}
.article .section .table-responsive .table.tb-timetable.tb-poster tbody td ul li {
    display: inline-block;
    margin: 5px 2px 5px 3px;
}
.article .section .table-responsive .table.tb-timetable.tb-poster tbody td ul li a {
    display: inline-block;
    padding: 5px 8px;
    font-size: 12px;
    color: #333;
    border-radius: 5px;
    background-color: #E1F2EE;
}
.article .section .table-responsive .table.tb-timetable.tb-poster tbody td ul li a:hover {
    color: #fff;
    background-color: #4BA996;
}
.article .section .table-responsive .table.tb-timetable tbody td p {
    text-align: center;
    line-height: 1.5;
}
.article .section .table-responsive .table.tb-timetable thead th:last-child {
    border-left: 1px solid #fff !important;
}

.article .section .table-responsive .table.tb-timetable tbody td.blank {
    background-color:#f7f7f7;
}
/***************************************************************************
    반응형 스타일
***************************************************************************/
/* max-width: 768px */
@media only screen
and (max-width: 768px) {
    /***************************************************************************
        공통
    ***************************************************************************/
    .article .line-break {
        display: inline;
    }
    .article .line-break {
        margin-left: 0 !important;
    }

    /***************************************************************************
        Welcome Message
    ***************************************************************************/
    /* greetings.vm */
    .article.greetings {

    }
    .article.greetings .section {

    }
    .article.greetings .section > img {
        float: none;
        display: block;
        margin: 0 auto 50px;
    }
    .article.greetings .section .welcome-message {
        float: none;
        width: 100%;
    }
    .article.greetings .section .welcome-message p {
        margin: 0 0 20px;
        font-size: 15px;
    }
    .article.greetings .section .welcome-message p.chairman-name {
        margin-top: 80px;
        text-align: right;
    }
    .article.greetings .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.exhibition {

    }

    .article.exhibition .exhibition-list {

    }
    .article.exhibition .exhibition-list > ul {

    }
    .article.exhibition .exhibition-list > ul > li {
        float: none;
        width: 256px;
        margin: 0 auto 30px;
    }
    .article.exhibition .exhibition-list > ul > li:nth-child(5n) {
        margin: 0 auto 30px;
    }
    .article.exhibition .exhibition-list > ul > li .logo-area {
        height: 120px;
        line-height: 120px;
        padding: 0 13px;
    }
    .article.exhibition .exhibition-list > ul > li .info {
        height: 140px;
        padding: 20px 20px 60px;
    }
    .article.exhibition .exhibition-list > ul > li .info .organ-name {
        line-height: 1.3;
        font-size: 17px;
    }
    .article.exhibition .exhibition-list > ul > li .info a {
        position: absolute;
        left: 50%;
        bottom: 20px;
        margin-left: -60px;
    }

    /***************************************************************************
        부대행사
    ***************************************************************************/
    .article .section.events_info .events_info_box h2.section-title {
        display: block;
    }
    .article .section.events_info .events_info_box h2.section-title span:nth-child(2) a {
        display: block;
        width: 120px;
        margin: 15px auto 0;
    }

    .electric_energy_art .section p img {
        width: 180px;
    }
    .electric_energy_art .section .poster img {
        width: 100%;
    }

    /***************************************************************************
    부대행사
***************************************************************************/
    /* kiee-festical-booth-list */
    .kiee-festical-booth-list {

    }
    .kiee-festical-booth-list li {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
    .kiee-festical-booth-list li .name {
        border-right: 1px solid #174A9B;
    }
    .kiee-festical-booth-list li .link {
        border-right: 1px solid #dfdfdf;
        border-left: 1px solid #dfdfdf;
    }
    .kiee-festical-booth-list li .logo {
        border-right: 1px solid #dfdfdf;
        border-left: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
    }

    .speakers-list .tab-pane img {
        width:100%;
    }

    .article .section .table-responsive .table.tb-timetable tbody td {
        min-width: 70px;
    }

    /* 프로그램 안내 - 첫째열 고정 */
    .article .section .schedule-table-area .table-responsive {
        border: 0;
        box-shadow: 0 2px 4px rgba(0,0,0,0.25);
    }
    .article .section .table-responsive .table.tb-timetable thead tr:first-child th.sticky {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 1;
        border: 1px solid #046AB6;
        border-bottom: 1px solid #fff;
        background-color: #046AB6;
    }
    .article .section .table-responsive .table.tb-timetable tbody th:first-child,
    .article .section .table-responsive .table.tb-timetable tbody td:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
    }

}
