@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("/2025/images/bg/bg_divline.jpg") 50% top no-repeat;
}

/* ----------------------------------------------------------------------------------
    style : common contents
---------------------------------------------------------------------------------- */
/* conference-name */
.conference-name {
    height: 200px;
    background: url("/2025/images/main/main_banner06.png") 50% 67% no-repeat;
}
.conference-name .title {
    margin: 0 0 10px;
    padding: 90px 0 0;
    line-height: 1.1;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    /*color: rgba(255,255,255,0.75);*/
    text-shadow: 1px 2px 4px rgba(0,0,0,0.45);
    /*color: rgba(0,0,0,0.65);*/
}
.conference-name .sub-title {

}
.conference-name .info {
    line-height: 1.1;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    color: rgba(255,255,255,0.75);
    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: 20px;
    color: #fff;
    letter-spacing: -0.5px;
    text-align: center;
    background-color: #fd367e;
    background-color: rgba(253,54,126,1);
}
.snb-area h2.multi {
    padding: 35px 20px 0;
    line-height: 1.3;
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.5px;
    text-align: center;
    background-color: #fd367e;
    background-color: rgba(253,54,126,1);
}
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;
    letter-spacing: -0.45px;
    font-size: 15px;
    color: #767676;
    border-bottom: 1px solid #dfdfdf;
    transition: all 0.25s;
}
ul.snb > li > a.active,
ul.snb > li > a:hover {
    color: #fd367e;
}
ul.snb > li > a > .bar {
    position: absolute;
    right: 0;
    top: 22px;
    width: 0;
    height: 15px;
    background-color: #fd367e;
    transition: all 0.25s;
}
ul.snb > li > a.active > .bar,
ul.snb > li > a:hover > .bar {
    width: 2px;
}

/* 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;
}

/* 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: #fd367e;
}
.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: 18px;
    font-weight: bold;
    color: #1e3374;
}
.article .section h3 small {
    display: block;
    margin: 5px 0;
    font-size: 14px;
    font-weight: normal;
    color: #6280d7;
}

/*intro-box*/
.intro-box {
    border: 1px solid #fd367e;
    background: #fafafa;
    padding: 20px;
    margin-bottom: 40px;
    text-align: justify;
    word-break: keep-all;
}
.intro-box h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #1e3374;
}
.intro-box p {
    font-size: 16px;
}
.intro-box .intro-list {
    margin-top: 10px;
    list-style: disc;
    margin-left: 15px;
}

/* 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: #fd367e;
}
h2.section-title {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-size: 26px;
    font-weight: 700;
    color: #fd367e;
}
.article .section .alert-pink h2.section-title {
    color: #fd367e;
}

/* h2 */
.article .section h2.section-title {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 700;
    /*color: #fd367e;*/
    color: #0c3a6d;
}
/*h3*/
.article .section h2.section-title small {
    display: block;
    margin: 5px 0 20px;
    font-size: 15px;
    color: #fd367e;
}
/*h3*/
.article .section h3.semi-title {
    margin: 0 0 10px;
    font-size: 17px;
    color: #1e3374;
}
.article .section h3.sub-title {
    margin: 0 0 10px;
    font-size: 17px;
    color: #47afd2;
}


/* 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.none-disc {
    list-style: none;
}
.article .section ul.section-list ul.section-list-second > li {
    list-style: none;
    margin: 0;
    text-align: justify;
}
.article .section ul.section-list ul.section-list-second-disc > li,
.article .section ol.section-list ul.section-list-second-disc > li {
    list-style: disc;
    margin: 0 0 0 20px;
    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 th.th-font-sm {
    font-size: 14px;
}
.article .section .table-responsive .table tbody td {

}
.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;
}


/* 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;
}
.article .section .btn-area .btn-img {
    display: inline-block;
    margin: 0 10px 10px 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 #fd367e;
    background-color: #fd367e;
}
a.btn-download:hover {
    color: #fd367e !important;
    border: 2px solid #fd367e;
    background-color: #fff;
}
a.btn-download.yellow {
    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.yellow:hover {
    color: #FB8C00 !important;
    border: 2px solid #FB8C00;
    background-color: #fff;
}
a.btn-download.red {
    border: 2px solid #d9534f;
    background-color: #d9534f;
}
a.btn-download.red:hover {
    color: #d9534f !important;
    border: 2px solid #d9534f;
    background-color: #fff;
}

a.btn-download.blue {
    border: 2px solid #0c3a6d;
    background-color: #0c3a6d;
}
a.btn-download.blue:hover {
    color: #0c3a6d !important;
    border: 2px solid #0c3a6d;
    background-color: #fff;
}

a.btn-download.gray {
    border: 2px solid #a4a4a4;
    background-color: #a4a4a4;
}
a.btn-download.gray:hover {
    color: #a4a4a4 !important;
    border: 2px solid #a4a4a4;
    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
---------------------------------------------------------------------------------- */
/* greetings */
.article.greetings {

}
.article.greetings .from {
    text-align: right;
    font-size: 15px;
    font-weight: 700;
}
.article.greetings .position {
    margin: 0 0 10px;
}
.article.greetings .name {
    font-size: 18px;
    font-weight: 700;
}
.article .section .text-pink {
    color: #fd367e;
}

/* 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;

}

/* ----------------------------------------------------------------------------------
    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 .thm img {
    width: 100%;
}
.profile-area .title {
    margin: 0 0 30px;
    padding: 0;
    line-height: 1.1;
    letter-spacing: -0.25px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
}
.profile-area .name {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.1;
    font-size: 18px;
    font-weight: 700;
    color: #fd367e;
}
.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: 960px;
    border: 1px solid #35404f;
}

/* ----------------------------------------------------------------------------------
    Accommodations
---------------------------------------------------------------------------------- */
.article.accommodations {

}
.article.accommodations .section {
    position: relative;
}

.article.accommodations .thm-code {
    position: absolute;
    right: 0;
    bottom: 62px;
}

.article.accommodations .thm-area {

}
.article.accommodations .thm-area span {
    display: block;
    float: left;
    width: 48%;
    height: 590px;
    margin: 0;
    padding: 0 20px;
    border: 1px solid #dfdfdf;
}
.article.accommodations .thm-area span:nth-child(1) {
    margin-right: 2%;
}
.article.accommodations .thm-area span:nth-child(2) {
    margin-left: 2%;
}

.article.accommodations .flex-img-area {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin: 15px 0;
}
.article.accommodations .flex-img-area a {
    overflow: hidden;
}
.article.accommodations .flex-img-area a img {
    transition: all 0.6s;
}
.article.accommodations .flex-img-area a:hover img {
    transform: scale(1.1);
}

.article.accommodations .flex-img-area.w-50 a {
    width: 49%;
}
/* ----------------------------------------------------------------------------------
   Presentation Guidelines
---------------------------------------------------------------------------------- */
.poster-guide{
    float:left ;
    margin-right: 30px;
}
.article .section p .img-btn {
    transition: 0.5s;
}

.article .section p .img-btn:hover {
    filter: brightness(80%);

}
/* ----------------------------------------------------------------------------------
   program
---------------------------------------------------------------------------------- */
.article.program .section  h2.section-title {
    /*border-bottom: 2px solid #0c3a6d;*/
    /*margin-bottom: 7px;*/
}
.article.program .section ul {
    line-height: 2;
}
/* ----------------------------------------------------------------------------------
  special_sessions
---------------------------------------------------------------------------------- */
.special_sessions ol {
    list-style:disc;
    padding-left:35px;
}
.special_sessions ol li {
    margin: 15px 0;
    font-weight: 600;
    font-size: 21px;
}

/* ----------------------------------------------------------------------------------
  accommodations
---------------------------------------------------------------------------------- */
.article.travel_tips .section h2.section-title {
    padding:5px;
    /*background-color: #fea0c2;*/
    background-color: #6b6b6b;
    color:#fff;
    text-align: center;
}
.article.accommodations iframe {
    width: 880px;
    height: 600px;
}
/* ----------------------------------------------------------------------------------
  Tour Information
---------------------------------------------------------------------------------- */
.article.Tour h4.section-title {
    margin-bottom: 20px;
    margin-top:50px;
}
.article.Tour .section img {
    width: 100%;
    margin:0px 0 20px;
    font-weight: 600;
}
.article.Tour h4.section-title span {
    color: #fd367e;
    font-weight: 700;
    font-size: 30px;
}
/* ==================================================================================
    layer popup
================================================================================== */
.layer-popup-area {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0,0,0,0.45);
    z-index: 999;
}
.layer-popup-area .cont {
    /*border-top: 7px solid #2690ea;*/
}
.layer-popup-area .close {
    float: none;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    color: #fff;
    text-shadow: none;
    background-color: #0058ce;
    opacity: 1;
}
.layer-popup-area .close .check input {
    vertical-align: middle;
}
.layer-popup-area .close .check label {
    margin: 0 0 0 5px;
    vertical-align: middle;
    cursor: pointer;
}
.layer-popup-area .close .btn-close {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

/* contents */
.layer-popup-area {
    display: none;
    top: -95px;
    right:-160px;
    width: 500px;
}
.layer-popup-area .cont {
    /*padding: 40px 30px 44px;*/
    /*line-height: 1.3;*/
    line-height: 0;
    font-size: 15px;
}
.layer-popup-area .cont img {
    max-width: 100%;
}
.layer-popup-area .cont h1 {
    margin: 0 0 30px;
    line-height: 1.3;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.layer-popup-area .cont p {
    margin: 0 0 20px;
    line-height: 1.5;
    font-size: 16px;
    word-break: break-word;
    white-space: normal;
}
.layer-popup-area .cont p.b {
    font-weight: bold;
}
.layer-popup-area .cont ul {
    list-style-type: disc;
    margin: 0 0 30px 20px
}
.layer-popup-area .cont ul li {
    position: relative;
    width: 400px;
    margin: 0 0 5px;
}
.layer-popup-area .cont ul li .title {
    float: left;
}
.layer-popup-area .cont ul li .date {
    float: right;
}
.layer-popup-area .cont .text-danger {
    color: #f33;
}
.layer-popup-area .cont .button {
    margin: 20px 0 0;
    text-align: center;
}
.layer-popup-area .cont .button a.btn {
    margin: 0 10px;
    border-radius: 2px;
}
.layer-popup-area .close {
    width: 500px;
}

/* popup1 */
.layer-popup-area.pop-my {
    display: none;
    top: 30px;
    left: 50%;
    width: 500px;
    margin-left: -250px;
}

.layer-popup-area.pop-my .close {
    width: 500px;
}


/* ----------------------------------------------------------------------------------
    final_paper 페이지
---------------------------------------------------------------------------------- */
.article .section.final .final-title {
    margin-bottom: 25px;
    font-size: 25px;
    color: #df4545;
    font-weight: 800;
}

.final .type-title {
    margin: 15px 0 0px;
    font-size: 22px;
    font-weight: 800;
}
.final .type-title > span {
    font-size: 17px;
    color: #df4545;
}
.final .type-box {
    margin: 0 0px 50px 6px;
    padding: 20px;
    border-left: 3px solid #df4545;
    background-color: #fefbfb;
}
.article .section.final .type-box h3 {
    margin-top: 0px;
}

.article .section.accommodations ul.section-list {
    margin: 0 0 30px 30px;
}
.article.venue .section .img-area {
    display: flex;
    margin-bottom: 15px;
}


/**************************************************************************************
    mobile
**************************************************************************************/
/* phone ~ 767px */
@media screen and (max-width: 767px) {
    /* ---------------------------------------
        회원정보현황 : user_mypage.jsp
    --------------------------------------- */
    .mypage-area {

    }

    /* ==================================================================================
        layer popup
    ================================================================================== */
    /* popup1 */
    .layer-popup-area {
        top: -70px;
        left: 2%;
        width: 96%;
        margin: 0;
        z-index: 9999;
    }
    .layer-popup-area .close {
        width: 100%;
    }
    .article.accommodations iframe {
        width: 100%;
        height: 300px
    }
    .article.venue .section .img-area {
        flex-direction: column;
    }

}
