@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("/2020s/images/bg/bg_divline.jpg") 50% top no-repeat;
}

/* ----------------------------------------------------------------------------------
    style : common contents
---------------------------------------------------------------------------------- */
/* conference-name */
.conference-name {
    position: relative;
    height: 200px;
    background: url("/2024s/images/main/main_banner_02.jpg") 50% 58% no-repeat;
}
.conference-name .bg-subspot {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background-color: rgba(0,0,0,0.25);
    z-index: 10;
}
.conference-name .title {
    position: relative;
    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 1px 2px rgba(0,0,0,0.75);
    z-index: 11;
}
.conference-name .sub-title {

}
.conference-name .info {
    position: relative;
    line-height: 1.1;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.75);
    z-index: 11;
}

/* snb-area */
.snb-area {
    float: left;
    width: 240px;
    margin: -30px 80px 0 0;
}
.snb-area h2 {
    position: relative;
    width: 100%;
    height: 120px;
    line-height: 120px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
    text-align: center;
    /*background-color: #162c8a;*/
    background-color: #5abf55;
    z-index: 11;
}
.snb-area h2.long-title {
    word-break: keep-all;
    font-size: 18px;
}
ul.snb {
    margin: 0 0 50px;
}
ul.snb > li {

}
ul.snb > li > a {
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #767676;
    border-bottom: 1px solid #dfdfdf;
    transition: all 0.25s;
}
ul.snb > li > a.active,
ul.snb > li > a:hover {
    /*color: #2246d7;*/
    color: #5abf55;
}
ul.snb > li > a > .bar {
    position: absolute;
    right: 0;
    top: 22px;
    width: 0;
    height: 15px;
    /*background-color: #2246d7;*/
    background-color: #5abf55;
    transition: all 0.25s;
}
ul.snb > li > a.active > .bar,
ul.snb > li > a:hover > .bar {
    width: 3px;
}

/* quick-buttons */
.quick-buttons {
    margin: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.quick-buttons li {

}
.quick-buttons li a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    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: #e9ecfa;
}
.quick-buttons li a img {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
}
.quick-buttons li:nth-child(1) a img { width: 34px; }
.quick-buttons li:nth-child(2) a img { width: 30px; }
.quick-buttons li:nth-child(3) a img { width: 28px; }
.quick-buttons li:nth-child(4) a img { width: 28px; }
.quick-buttons li a span {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
}

/* important-dates */
.important-dates {
    margin: 0;
    padding: 30px 20px;
    background-color: #fafafa;
}
.important-dates .title {
    display: block;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 700;
}
.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: #fb8c00;
    letter-spacing: -0.75px;
}

/* d-day */
.d-day {
    width: 100%;
    height: 140px;
    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 50px;
    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: #2246d7;*/
    color: #5abf55;
}
.breadcrumb ul li a:link {
    font-weight: 300;
    color: #767676;
}

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

/* section */
.article .section {
    margin: 0 0 60px;
}
.article .section h3 {
    margin: 20px 0 5px;
    font-size: 16px;
    font-weight: bold;
    color: #1e3374;
}
.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 #dfe2f9;
    border-radius: 2px;
    background: #f5f6fd;
}
.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: #fb8c00;
}

/* h2 */
.article .section h2.section-title {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    color: #0c3a6d;
}
/*h3*/
.article .section h2.section-title small {
    display: block;
    margin: 10px 0 30px;
    font-size: 15px;
    color: #1D3FB6;
}
/*h3*/
.article .section h3.semi-title {
    margin: 20px 0 10px;
    font-size: 15px;
    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 > 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;
}

.article .section ul.square-list {
    margin: 0 0 0 20px;
    list-style: square;
}
.article .section ul.square-list > li {
    margin: 0 0 5px;
    text-align: justify;
}

/* 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;
    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 .download-icon i.doc {
    color: #2B579A;
}

.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-top: 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;
}
.article.local .section .btn-area,
.article.special-session .section .btn-area {
    padding: 16px 0 12px !important;
}
.article.local .section .btn-area .btn-download.clearfix:after,
.article.special-session .section .btn-area .btn-download.clearfix:after {
    clear: inherit !important;;
    content: none !important;;
    display: block !important;;
    height: 0 !important;;
    visibility: hidden !important;;
}
/*!* button *!*/
/*.article .section .btn-area {*/
/*margin: 30px 0;*/
/*!*padding-top: 40px;*!*/
/*}*/
/*.article .section .btn-area .btn {*/
/*margin: 0 5px 5px 5px;*/
/*}*/
/*.article .section .btn-area .btn i {*/
/*margin: 0 7px 0 0;*/
/*}*/
/*a.btn-download {*/
/*display: inline-block;*/
/*padding: 10px 30px;*/
/*text-align: center;*/
/*font-size: 18px;*/
/*font-weight: 700;*/
/*color: #fff !important;*/
/*border: 2px solid #fb8c00;*/
/*background-color: #fb8c00;*/
/*}*/
/*a.btn-download:hover {*/
/*color: #fb8c00 !important;*/
/*border: 2px solid #fb8c00;*/
/*background-color: #fff;*/
/*}*/

/* 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 {

}

.article.organizations .section .table-responsive .table tbody td:last-child {
    padding-left: 15px;
    text-align: left;
}
/* 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: #fb8c00;
}
.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;
}
/* ----------------------------------------------------------------------------------
    shuttle bus
---------------------------------------------------------------------------------- */
.article.shuttle_bus .section img {
    border: 1px solid #e5e5e5;
}

/* ----------------------------------------------------------------------------------
    댓글
---------------------------------------------------------------------------------- */
.comment-area textarea {
    resize: none;
}
.comment-form-container {
    margin: 20px 0 20px;
    background-color: rgba(17, 121, 240, 0.06);
    border-radius: 5px;
    padding : 10px 10px 5px;
}
.commenter {
    margin: 0 0 10px;
}
.commenter .icon {
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 5px;
    vertical-align: middle;
    border: 1px solid #eee;
    border-radius: 40px;
    background-color: #fafafa;
}
.commenter .icon i {
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 24px;
    margin-left: -12px;
    font-size: 32px;
    color: #ccc;
}
.commenter .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}
.comment-form-container textarea,  .reply-form-container textarea {
    width: 100%;
    margin: 0 0 5px;
}
.btn-comment-area {
    text-align: right;
}
.btn-comment-area .btn {
    margin-left: 5px;
    padding: 4px 10px;
    font-size: 13px;
}

/* 답글 입력 */
.reply-form-container {
    margin: 10px 0 0;
    padding-left: 38px;
    border-bottom: 0;
}
.text-box.hide + .reply-form-container {
    padding-left: 0;
}
.reply-form-container .commenter .icon {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ffe3ef;
    background-color: #fff4f9;
}
.reply-form-container .commenter .icon i {
    bottom: -3px;
    width: 24px;
    margin-left: -11px;
    font-size: 18px;
    color: #d20052;
}
.reply-form-container .commenter .name {
    font-size: 14px;
}
.reply-form-container textarea {
    width: 100%;
    margin: 0 0 5px;
    resize: none;
}
.reply-form-container .btn-box {
    text-align: right;
}
.reply-form-container .btn-box .btn {
    margin-left: 5px;
    padding: 4px 10px;
    font-size: 13px;
}


.comment-reply-row {
    padding-left: 0;
}
.posted-by {
    font-weight: 500;
}
.posted-at {
    color: #959595;
}
.comment-box {
    overflow: hidden;
    margin-top: 5px;
    padding: 10px;
    border-top: 1px dotted #ddd;
}
.conts-area .comment-box .comment-area {
    padding: 0 0 0 38px;
}
.comment-box .icon-comment {
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 5px;
    vertical-align: middle;
    border: 1px solid #eee;
    border-radius: 40px;
    background-color: #fafafa;
}
.comment-box .icon-comment i {
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 24px;
    margin-left: -11px;
    font-size: 28px;
    color: #ccc;
}
.comment-info {
    margin: 0 0 5px;
}
.comment-info .posted-by {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    padding-top: 5px;
    font-size: 14px;
}
.comment-info .posted-at {
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
    font-size: 14px;
}
.comment-area {

}
.comment-area .comment-text {
    margin: 0 0 5px;
    font-size: 14px;
    color: #000;
}
.comment-text pre {
    background-color: transparent;
}
.text-box .btn-box {

}
.text-box .btn-box a {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #d20052;
}
.text-box .btn-box span:last-child a:after {
    display: none;
}

.outer-comment {
    margin: 0;
}
.outer-comment > li {
    margin: 0;
}
.outer-comment > li > ul {
    margin: 0;
}
.outer-comment > li > ul > li {
    margin-top: 10px;
}
.outer-comment .icon-reply {
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 5px;
    vertical-align: middle;
    border: 1px solid #ffe3ef;
    border-radius: 40px;
    background-color: #fff4f9;
}
.outer-comment .icon-reply i {
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 24px;
    margin-left: -11px;
    font-size: 18px;
    color: #d20052;
}

/* poster */
.poster-session-pdf {
    padding: 15px !important;
}
.poster-session-pdf iframe {
    height: 800px;
    padding: 0;
}

/* zoom */
.tb-zoom {

}
.tb-zoom thead th {
    font-size: 13px !important;
}
.tb-zoom tbody td {
    font-size: 13px !important;
}
.tb-zoom tbody td .btn {
    margin-top: 10px;
}


.article.major-events .section ul.section-list > li {
    margin-bottom: 13px;
}

/* max-width: 768px */
@media only screen
and (max-width: 768px) {
    /* poster */
    .poster-session-pdf {
        padding: 15px 0 !important;
    }
    .poster-session-pdf iframe {
        width: 100%;
        height: 520px;
    }
}
