@charset "utf-8";
/* ==================================================================================
    [pages.css]
        - stylesheets of sub pages in pages folder
================================================================================== */
/* *******************************************************************
	layout
******************************************************************* */
.innerwrap{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

hr.divline {
    display: block;
    visibility: visible;
    margin: 50px 0;
    width: 100%;
    height: 32px;
    background: #fff url("/images/bg/bg_divline.jpg") 50% top no-repeat;
}

/* ----------------------------------------------------------------------------------
    style : common contents
---------------------------------------------------------------------------------- */
/* conference-name */
.conference-name {
    height: 200px;
    background: url("/images/main/bg_2024_01.jpg") center 49% no-repeat;
    background-size: cover;
}
.conference-name .title {
    margin: 0 0 10px;
    padding: 80px 0 0;
    line-height: 1.1;
    font-size: 28px;
    font-weight: 700;
    color: rgba(255,255,255,1);
    text-shadow: 0 0 7px rgba(0,0,0,0.45);
}
.conference-name .sub-title {

}
.conference-name .info {
    line-height: 1.1;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,0.45);
}

/* snb-area */
.snb-area {
    float: left;
    width: 240px;
    margin: -30px 80px 0 0;
}
.snb-area h2 {
    width: 100%;
    height: 120px;
    line-height: 120px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    background-color: #0d3895;
}
.snb-area h2.long-title {
    font-size: 18px;
}
ul.snb {
    margin: 0 0 30px;
}
ul.snb > li {

}
ul.snb > li > a {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #767676;
    border-bottom: 1px solid #dfdfdf;
    transition: all 0.25s;
}
ul.snb > li > a.active,
ul.snb > li > a:hover {
    color: #0d3895;
    background-color: #f1f7fe;
}
ul.snb > li > a > .bar {
    position: absolute;
    right: 0;
    top: 18px;
    width: 0;
    height: 15px;
    background-color: #0d3895;
    transition: all 0.25s;
}
ul.snb > li > a.active > .bar,
ul.snb > li > a:hover > .bar {
    width: 3px;
}

/* quick-buttons */
.quick-buttons {
    margin: 0;
}
.quick-buttons li {

}
.quick-buttons li a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 20px 0 72px;
    text-align: left;
}
.quick-buttons li:nth-child(odd) a {
    /*background-color: #f7f8fd;*/
}
.quick-buttons li a:hover,
.quick-buttons li:nth-child(odd) a:hover{
    background-color: #cbe4fa !important;
}
.quick-buttons li a img {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
}
.quick-buttons li:first-child a {
    background: #fafafa url(/images/main/icon_02.png) 20px 15px no-repeat;
    background-size: 36px;
}
.quick-buttons li:nth-child(2) a {
    background: #fff url(/images/main/icon_03.png) 20px 12px no-repeat;
    background-size: 36px;
}
.quick-buttons li:nth-child(3) a {
    background: #fafafa url(/images/main/icon_01.png) 20px 15px no-repeat;
    background-size: 36px;
}
.quick-buttons li:last-child a {
    background: #fff url(/images/main/icon_04.png) 20px 17px no-repeat;
    background-size: 36px;
}
.quick-buttons li a span {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
}

/* important-dates */
.important-dates {
    display: none;
    margin: 0 0 10px;
    padding: 20px;
    border: 2px solid #ffd9df;
    background-color: #fff9fa;
}
.important-dates h3 {
    display: block;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 700;
}
.important-dates .title {
    display: block;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}
.important-dates ul {

}
.important-dates ul > li {
    margin: 0 0 15px;
    font-size: 14px;
}
.important-dates ul > li .date {
    font-weight: bold;
    font-size: 13px;
    color: #fd5256;
    letter-spacing: -0.25px;
}

/* d-day */
.d-day {
    width: 100%;
    height: 140px;
    margin: 0 0 30px;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #767676;
}
.d-day .today {
    font-weight: 400;
    padding-bottom: 10px;
}
.d-day .title {
    font-weight: 400;
    padding-bottom: 15px;
}
.d-day .d-date {
    font-size: 52px;
}

/* contents-area */
.contents-area {
    float: left;
    width: 880px;
}

/* breadcrumb */
.breadcrumb {
    height: 40px;
    line-height: 40px;
    margin: 0 0 40px;
    padding: 0;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}
.breadcrumb ul {
    text-align: right;
    color: #999;
}
.breadcrumb ul li {
    display: inline-block;
    margin-left: 8px;
    font-size: 13px;
    font-weight: 300;
}
.breadcrumb ul li:last-child {
    color: #2c91e5;
}
.breadcrumb ul li a:link {
    font-weight: 300;
    color: #767676;
}

/* 연간 후원사 */
.banner-area .inner-wrap .sponsor-list h2 {
    width: 240px;
}
.banner-area .inner-wrap .sponsor-list .sponsor-slide {
    width: 960px;
}

/* article */
.article {
    min-height: 640px;
    padding: 0;
    background-color: #fff;
}
.article > h1 {
    margin: 0 0 40px;
    padding: 0;
    line-height: 1.2;
    font-size: 32px;
    font-weight: 700;
}

/* section */
.article .section {
    margin: 0 0 60px;
}
.article .section h3 {
    margin: 20px 0 10px;
    font-size: 17px;
    font-weight: bold;
    color: #333;
}
.article h4.sub-title {
    margin: 15px 0 5px;
    font-size: 15px;
    font-weight: bold;
    color: #125aac;
}

.article .section p {
    margin: 0 0 20px;
}
.article .section img {
    max-width: 100%;
}

/*intro-box*/
.intro-box {
    padding: 15px 20px;
    margin-bottom: 40px;
    /*text-align: justify;*/
    /*word-break: keep-all;*/
    border: 1px solid #d6e6fc;
    border-radius: 2px;
    background: #f1f7fe;
}
.intro-box h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #1e3374;
}
.intro-box p {
    font-size: 15px;
}
.intro-box p:last-child {
    margin-bottom: 0 !important;
}
.intro-box .intro-list {
    margin-top: 10px;
    list-style: disc;
    margin-left: 15px;
}
.intro-box .intro-list li {
    margin: 5px 0;
}

/* h1 */
h1.section-title {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    letter-spacing: -0.25px;
    font-size: 24px;
    font-weight: 700;
    color: #fd5256;
}

/* h2 */
.article .section h2.section-title {
    margin: 40px 0 20px;
    font-size: 21px;
    font-weight: 700;
    color: #0c3a6d;
}
.article .section h2.section-title:first-child {
    margin: 0 0 20px;
}
/*h3*/
.article .section h2.section-title small {
    display: block;
    margin: 5px 0 20px;
    font-size: 15px;
    color: #fd5256;
}
/*h3*/
.article .section h3.semi-title {
    margin: 20px 0 10px;
    line-height: 1.5;
    font-size: 16px;
    color: #1179f0;
}
.article .section h3.semi-title:first-child {
    margin: 0 0 10px;
}

/* p */
.article .section p.section-paragraph {
    margin: 0 0 20px;
    text-align: justify;
    font-weight: 300;
}
.article .section p.section-info {
    margin: 0 0 5px 5px;
}
.article .section .description {
    margin-bottom: 5px;
}
.article .section .thm-img img {
    max-width: 100%;
    margin: 0;
    padding: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

/* dl */
.article .section dl.section-dl {

}
.article .section dl.section-dl dt {
    margin: 0 0 5px;
}
.article .section dl.section-dl dd {
    margin: 0 0 20px;
}
.article .section dl.section-dl dd:last-child {
    margin: 0;
}
.article .section dl.section-dl dd > ul {
    margin: 0 0 0 20px;
    list-style: disc;
}
.article .section dl.section-dl dd > ul li {
    margin: 2px 0;
}


/* ul */
.article .section ul.section-list {
    margin: 0 0 20px 20px;
    list-style: disc;
}
.article .section ul.section-list > li {
    margin: 0 0 5px;
    text-align: justify;
}
.article .section ul.section-list.papers li {
    float: left;
    width: 50%;
}

.article .section ul.section-list > li.thm {
    padding: 10px;
    border: 3px solid #dfdfdf;
}
.article .section ul.section-list > li.none-disc {
    list-style: none;
}
.article .section ul.section-list.none-disc {
    margin-left: 0;
    list-style: none;
}
.article .section ul.section-list ul.section-list-second > li {
    list-style: none;
    margin: 0;
    text-align: justify;
}

.article .section ul.sub-list {
    list-style: disc;
}
.article .section ul.sub-list li {
    margin-left: 20px;
    font-size: 14px;
    color: #377bb3;
}

.article .section ol.sub-list {
    list-style: decimal;
}
.article .section ol.sub-list li {
    margin-left: 20px;
    font-size: 14px;
    color: #377bb3;
}

/* ol */
.article .section ol.section-list {
    margin: 0 0 20px 25px;
    list-style: decimal;
}
.article .section ol.section-list > li {
    margin: 0 0 5px;
    text-align: justify;
}


/* table */
.article .section .table-responsive {

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

}
.article .section .table-responsive .table .small {
    display: block;
    font-size: 12px;
}
.article .section .table-responsive .table thead th {
    text-align: center;
    background-color: #eee;
}
.article .section .table-responsive .table tbody th {
    text-align: center;
    font-weight: bold;
    background-color: #f7f7f7;
}
.article .section .table-responsive .table tbody td {

}
.article .section .table-responsive .table tbody td.bg-warning {
    font-weight: 700;
}
.article .section .table-responsive .table tbody td .td-title {
    font-weight: 700;
}
.article .section .table-responsive .table tbody td ul.td-list {
    margin: 0 0 0 15px;
    list-style: disc;
}
.article .section .table-responsive .table tbody td ul.td-list li {
    margin: 2px 0;
    text-align: justify;
}
.article .section .table-responsive .table tbody td ul.td-list li > ul > li {
    color: #767676;
}

/* tb-header */
.tb-header th {
    text-align: center;
    background-color: #eee;
}
.tb-header tbody th {
    text-align: center;
    background-color: #f7f7f7;
}

/*button*/
.article .section .btn-area {
    margin: 30px 0;
    /*padding-top: 40px;*/
}
.article .section .btn-area.btn-area-collapse {
    margin: 10px 0 0;
}
.article .section .btn-area .btn i {
    margin: 0 7px 0 0;
}

/* btn-download */
.article .section .btn-download.clearfix {
    position: relative;
    display: inline-block !important;
    vertical-align: middle;
    max-width: 340px;
    margin: 0 10px;
    transition: all 0.25s;
}
.article .section .btn-download .download-icon {
    float: left;
    display: inline-block;
    width: 50px;
    height: 55px;
    margin: 0;
    border: 1px solid #ddd;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
}
.article .section .btn-download .download-icon i {
    margin-top: 10px;
    font-size: 30px;
    color: #999;
    transition: all 0.25s;
}
.article .section .btn-download .download-icon i.pdf {
    color: #ff3f39;
}
.article .section .btn-download .download-icon i.hwp {
    color: #009ad7;
}
.article .section .btn-download .download-icon i.excel {
    color: #1e9f75;
}

.article .section .btn-download .file-con-area {
    float: left;
    display: inline-block;
    width: 210px;
    height: 55px;
    margin: 0;
    padding: 10px 10px 10px 0;
    text-align: left;
    border: 1px solid #ddd;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
}
.article .section .btn-download .file-con-area .title {
    display: block;
    width: 170px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.article .section .btn-download .file-con-area .file-info-area {
    margin: 0 0 5px;
    line-height: 1.1;
}
.article .section .btn-download .file-con-area .file-info-area .file-size {
    display: inline-block;
    font-size: 11px;
    color: #999;
}
.article .section .btn-download .file-con-area .file-info-area .file-size::after {
    content: '-';
    margin: 0 5px;
}
.article .section .btn-download .file-con-area .file-info-area .file-etc {
    display: inline-block;
    font-size: 11px;
    color: #999;
}
.article .section .btn-download .file-con-area .file-info-area .file-etc i {
    color: #999;
}

.article .section .btn-download .file-con-area .btn-inner {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 28px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #f4f4f4;
}
.article .section .btn-download:hover .file-con-area .btn-inner {
    border: 1px solid #ccc;
    background-color: #f0f0f0;
}

/* more-info */
.more-info {
    margin: 0;
}
.more-info > li {
    margin: 5px 0;
}
.more-info > li i {
    margin: 0 5px 0 0;
}
.more-info li > ul {
    margin: 0 0 0 20px;
}

/* etc-info */
.etc-info {
    margin: 0;
}
.etc-info dl {
    margin: 0 0 0 15px;
}
.etc-info dl dt {
    margin: 0 0 5px;
}
.etc-info dl dd {
    margin: 0 0 10px;
}

/* ----------------------------------------------------------------------------------
    style : detail
---------------------------------------------------------------------------------- */
/* organizations */
.article.organizations {

}

/* notice */
.notice-title {
    font-weight: bold;
    cursor: pointer;
}
.notice-title.empty:hover {
    color: #35404f;
}
.notice-text {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #eee;
}
.notice-text p {
    margin: 0 0 10px;
    font-size: 14px;
}

/* ready */
.ready-area {
    width: 100%;
    padding: 80px 50px 50px;
    border: 1px solid #eee;
    border-radius: 2px;
    background-color: #f0f0f0;
}
.ready-area h1 {
    margin: 0 0 80px;
    text-align: center;
    font-size: 36px;
    color: #bbb;
}
.ready-area .btn-area {

}
.ready-area .btn-area a {
    margin: 0 10px;
}
.ready-area .btn-area a i {
    margin-right: 7px;

}

/*capstone*/
.indent_120 {
    padding-left: 120px;
    text-indent: -120px;
}
.indent_43 {
    padding-left: 43px;
    text-indent: -43px;
}
.indent_70 {
    padding-left: 70px;
    text-indent: -70px;
}
.poster-area:after {
    content: '';
    display: block;
    clear: both;
}
.poster-area .section-list {
    float: left;
    width: 65%;
}
.poster-area figure {
    float: right;
    width: 30%;
}
.poster-area figure img {
    width: 180px;
}
.poster-area figure figcation {
    font-size: 14px;
    display: block;
}

/* ----------------------------------------------------------------------------------
    Committee
---------------------------------------------------------------------------------- */
.session-top {
    width: 100%;
    margin: 0 0 50px;
}
.session {
    float: left;
    width: 50%;
    padding-right: 50px;
}
.session h2.section-title:first-child {
    margin-top: 0 !important;
}
.session h2.section-title {
    margin-top: 50px !important;
}
.session h3,
.session-top h3 {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
}
.session h3 span,
.session-top h3 span {
    display: block;
    margin: 5px 0 0;
    font-size: 13px;
    color: #767676;
}

/* ----------------------------------------------------------------------------------
    Plenary Speakers / Tutorials
---------------------------------------------------------------------------------- */
.profile-area {
    margin: 0 0 30px;
}
.profile-area .thm {
    float: left;
    width: 180px;
    margin-right: 30px;
}
.profile-area .title {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    letter-spacing: -0.25px;
    font-size: 24px;
    font-weight: 700;
    color: #fd5256;
}
.profile-area .name {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.1;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.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;
}

/* iframe-pdf */
.iframe-pdf {
    width: 100%;
    height: 800px;
    border: 1px solid #35404f;
}
