<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: 60px 0;
    width: 100%;
    height: 32px;
    background: #fff url("/2024/images/bg/bg_divline.jpg") 50% top no-repeat;
}

.article .section .well p:last-child {
    margin-bottom: 0;
}

/* ----------------------------------------------------------------------------------
    style : common contents
---------------------------------------------------------------------------------- */
/* conference-name */
.conference-name {
    height: 200px;
    background: url("/2024/images/main/banner_05.jpg?v=20240405") 50% 60% 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: 0 0 3px 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;
    /*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: #7C4DFF;
}
ul.snb {
    margin: 0 0 50px;
}
ul.snb &gt; li {

}
ul.snb &gt; li &gt; a {
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
    font-size: 15px;
    color: #767676;
    border-bottom: 1px solid #dfdfdf;
    transition: all 0.25s;
}
ul.snb &gt; li &gt; a.double {
    line-height: 1.3;
    padding-top: 10px;
}
ul.snb &gt; li &gt; a.active,
ul.snb &gt; li &gt; a:hover {
    color: #7c4dff;
}
ul.snb &gt; li &gt; a &gt; .bar {
    position: absolute;
    right: 0;
    top: 22px;
    width: 0;
    height: 15px;
    background-color: #7c4dff;
    transition: all 0.25s;
}
ul.snb &gt; li &gt; a.active &gt; .bar,
ul.snb &gt; li &gt; a:hover &gt; .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;
}
.quick-buttons li a span.double {
    line-height: 1.2;
}
.quick-buttons li a span b {
    font-weight: 400;
    display: block;
}


/* 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 &gt; 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: #7c4dff;
}
.breadcrumb ul li.home a {
    color: #7C4DFF;
}
.breadcrumb ul li a:link {
    font-weight: 300;
    color: #767676;
}

/* article */
.article {
    min-height: 800px;
    padding: 0;
    background-color: #fff;
}
.article &gt; 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;
    line-height: 1.3;
    font-size: 16px;
    font-weight: bold;
    color: #1e3374;
}
.article .section h4 {
    margin: 10px 0 5px;
    line-height: 1.3;
    font-size: 15px;
    font-weight: bold;
    color: #7c4dff;
}
.article .section.hotel {
    margin-bottom: 0;
}

/*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 */
.article .section h2.section-title {
    margin: 0 0 10px;
    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 5px;
    font-size: 15px;
    color: #1e3374;
}

/* 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 &gt; ul {
    margin: 0 0 0 20px;
    list-style: disc;
}
.article .section dl.section-dl dd &gt; ul li {
    margin: 2px 0;
}


/* ul */
.article .section ul.section-list-alpha {
    list-style-type: upper-alpha;
}
.article .section ul.section-list {
    margin: 0 0 20px 20px;
    list-style: disc;
}
.article .section ul.section-list.circle {
    list-style: circle;
}
.article .section ul.section-list &gt; li {
    margin: 0 0 5px;
    text-align: justify;
}
.article .section ul.section-list &gt; li.none-disc {
    list-style: none;
}
.article .section ul.none-disc &gt; li {
    list-style: none;
}
.article .section ul.section-list ul.section-list-second &gt; li {
    list-style: none;
    margin: 0;
    text-align: justify;
}

/* ol */
.article .section ol.section-list {
    margin: 0 0 20px 20px;
    list-style: decimal;
}
.article .section.final ol.section-list {
    margin: 0 0 60px 20px;
}
.article .section ol.section-list &gt; 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 .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 &gt; ul &gt; 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.edit-btn a,
.article .section .btn-area.edit-btn button {
    display: inline-block;
    width: 150px;
}
.article .section .btn-area.edit-btn p {
    margin-bottom: 10px;
}
.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 #fd367e;
    background-color: #fd367e;
}
a.btn-download:hover {
    color: #fd367e !important;
    border: 2px solid #fd367e;
    background-color: #fff;
}

.box-highlight {
    padding: 30px;
    border: 1px solid #C5DCFC;
    background-color: #E9F2FE;
}
.box-highlight .section-paragraph {
    color: #003CD7;
}
.box-highlight a.btn-download {
    border: 2px solid #0B64DD;
    background-color: #0B64DD;
}
.box-highlight a.btn-download:hover {
    color: #fff !important;
    border: 2px solid #0951B3;
    background-color: #0951B3;
}

/* more-info */
.more-info {
    margin: 0;
}
.more-info &gt; li {
    margin: 5px 0;
}
.more-info &gt; li i {
    margin: 0 5px 0 0;
}
.more-info li &gt; 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;
}

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

/* ----------------------------------------------------------------------------------
    Program at a Glance
---------------------------------------------------------------------------------- */
.program-glance {

}
.article.program-glance .section h2.section-title {
    margin: 0 0 40px;
    font-size: 28px;
    text-align: center;
}
.program-glance .speakers-area {

}
.program-glance .speakers-area ul {
    text-align: center;
}
.program-glance .speakers-area ul li {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0;
    text-align: center;
}
.program-glance .speakers-area ul li .title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #7c4dff;
}
.program-glance .speakers-area ul li .thm {
    width: 160px;
    height: 200px;
    margin: 0 auto 10px;
    text-align: center;
    background-color: #fafafa;
}
.program-glance .speakers-area ul li .thm img {
    width: 160px;
    height: 200px;
}
.program-glance .speakers-area ul li .name {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
}
.program-glance .speakers-area ul li .affiliation {
    line-height: 1.3;
    font-size: 14px;
}



/* ----------------------------------------------------------------------------------
    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: #7c4dff;
}
.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;
}

.highlight-box {
    padding: 20px;
    background-color: #fcf8e3;
    /*color: #8e703b;*/
    margin-bottom: 20px;
}
.highlight-box h3.semi-title {
    font-size: 18px !important;
    color: #7c4dff !important;
    padding-bottom: 5px;
}

/*table*/
.tb-program {
    margin-bottom: 0 !important;
}
.tb-program thead th {
    background-color: #ede7f6 !important;
    /*color: #311b92 !important;*/
    /*background-color: #f0f4c3 !important;*/
}
.tb-program td {
    padding: 8px 5px !important;
    font-size: 14px !important;
    letter-spacing: -0.25px !important;
}
.tb-program tbody tr.highlight td {
    background-color: #fff8e1;
    color: #333;
}

.highlight1 {
    font-weight: bold !important;
    background-color: #ffe6e6 !important;
}
.highlight2 {
    font-weight: bold !important;
    background-color: #e7f7fe !important;
}
.highlight3 {
    font-weight: bold !important;
    background-color: #fef0fc !important;
}
.highlight4 {
    font-weight: bold !important;
    background-color: #e2efda !important;
}
.highlight5 {
    font-weight: bold !important;
    background-color: #fff8e1 !important;
}


.article .section h3.affiliation {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
}
.article .section h3.subject-title {
    font-size: 18px;
    color: #7B56FA;
}

.special_sessions .row .img-area img {
    max-width: 160px;
    padding-top: 20px;
}
.special_sessions .row .bio {
    float: right;
}

.article.tutorials .row .img-area img {
    padding-top: 20px;
}
.article.tutorials .row .bio {
    float: right;
}

.article h2.highlight {
    margin: 0 0 50px 0;
    font-size: 28px;
    font-weight: 700;
    color: #7c4dff;
}

.article.special_sessions .section h3  {
    margin: 20px 0;
}
.article.special_sessions .session-list {
    margin: -30px 0 50px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #f9f7ff;
}
.article.special_sessions .session-list ol {
    list-style: decimal;
    margin-left: 25px;
}
.article.special_sessions .session-list ol li {
    float: left;
    width: 50%;
    margin: 5px 0;
    font-weight: bold;
    color: #3206c6;
}
.article.special_sessions .session-list ol li:nth-child(2n) {
    width: 46%;
    margin-left: 4%;
}
.article.special_sessions .session-list ol li a {
    letter-spacing: -0.45px;
    font-weight: bold;
    color: #3206c6;
}
.article.special_sessions .session-list ol li a:hover {
    color: #fb367d;
}

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

/* photo-zone */
.photo-zone img {
    display: none;
}
</pre></body></html>