@charset "utf-8";

/* ==================================================================================
    ABOUT - welcome-message
================================================================================== */
.welcome-message .article {

}

.welcome-message .article .section.bg {
    padding: 50px;
    background: url(/2026/images/pages/bg_welcome.jpg) center 50% no-repeat;
    background-size: cover;
}

.welcome-message .article .welcome-area {
    padding: 50px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.9);
}

.welcome-message .article .welcome {
    display: flex;
    flex-flow: column nowrap;
    gap: 24px;

    margin: 0 0 40px;
}
.welcome-message .article .welcome p.title {
    font-weight: 700;
}

.welcome-message .article ul.chairs {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1px;

    overflow: hidden;
    width: 100%;
    border-radius: 10px;
}
.welcome-message .article ul.chairs li {
    flex: 1 1 33.33333%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: stretch;
    align-items: stretch;
}
.welcome-message .article ul.chairs li span.title {
    flex: 0 0 50px;

    display: none;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    color: #050E5F;
    background-color: #B3FFDD;
}
.welcome-message .article ul.chairs li dl {
    flex: 1 1 130px;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;

    padding: 20px;
    background-color: #fff;
}
.welcome-message .article ul.chairs li dl dt {
    text-align: center;
    font-size: 23px;
}
.welcome-message .article ul.chairs li dl dd {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

/* ==================================================================================
    ABOUT - Overview
================================================================================== */
.overview .article .section {

}
.overview .article .section .table-responsive .table.none-thead {
    border: 0;
}
.overview .article .section .table-responsive .table.none-thead tbody th {
    border-left: 0;
}
.overview .article .section .table-responsive .table.none-thead tbody td {
    border-right: 0;
}

/* ==================================================================================
    ABOUT - Program at a Glance
================================================================================== */
.article .section .table-responsive .table.tb-program {

}
.article .section .table-responsive .table.tb-program thead th {
    padding: 5px 5px 10px;
    border-top: 0;
}
.article .section .table-responsive .table.tb-program thead th strong {
    display: block;
    margin: 0;
    font-size: 21px;
}
.article .section .table-responsive .table.tb-program thead th small {
    display: block;
    font-size: 19px;
}
.article .section .table-responsive .table.tb-program tbody th i {
    display: block;
}
.article .section .table-responsive .table.tb-program tbody th strong {
    display: block;
    line-height: 1;
}
.article .section .table-responsive .table.tb-program th {
    border: 1px solid #80d5ff;
    /*border: 1px solid #dfdfdf;*/
    background-color: #fff;
}
.article .section .table-responsive .table.tb-program td {
    padding: 5px;
    font-size: 19px;
    font-weight: 800;
    border: 0;
}
.article .section .table-responsive .table.tb-program td .div-flex {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 5px;

    width: 100%;
    height: 100%;
    padding: 10px;
}

.article .section .table-responsive .table.tb-program .bg-green {
    background-color: #DDF4FF;
}
.article .section .table-responsive .table.tb-program .bg-purple {
    background-color: #ECECFE;
}
.article .section .table-responsive .table.tb-program .h110 {
    min-height: 110px;
}
.article .section .table-responsive .table.tb-program .h50 {
    min-height: 50px;
}

/* ==================================================================================
    PROGRAM - Conference Topics
================================================================================== */
.topics .article {

}
.topics .article ul.topic-list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;

    width: 100%;
}
.topics .article ul.topic-list li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 5px;

    width: 100%;
}
.topics .article ul.topic-list li .num {
    flex: 0 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 60px;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    background-color: #060761;
}
.topics .article ul.topic-list li .info {
    flex: 1 1 1340px;
    display: flex;
    justify-content: flex-start;
    align-items: center;

    min-height: 60px;
    padding: 10px 20px;
    line-height: 1.3;
    font-size: 19px;
    font-weight: 800;
    color: #000;
    background-color: #fafafa;
}

/* ==================================================================================
    PROGRAM - Sitemap
================================================================================== */
.sitemap .article {

}
.sitemap .article .sitemap-area {

}
.sitemap .article .sitemap-area > ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 50px 2%;

    width: 100%;
}
.sitemap .article .sitemap-area > ul > li.depth1 {
    flex: 1 1 32%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;

    position: relative;
    width: 100%;
    max-width: 360px;
    min-width: 280px;
}
.sitemap .article .sitemap-area > ul > li.depth1::before {
    position: absolute;
    left: 50%;
    top: 58px;
    content: " ";
    width: 1px;
    height: 20px;
    background-color: #dfdfdf;
}
.sitemap .article .sitemap-area > ul > li.depth1 > a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    width: 100%;
    padding: 10px;
    font-size: 21px;
    font-weight: 800;
    border: 1px solid #dfdfdf;
    border-left: 4px solid #060761;
    background-color: #fafafa;
}
.sitemap .article .sitemap-area > ul > li.depth1 > a:hover {
    color: #80d5ff;
    border: 1px solid #060761;
    border-left: 4px solid #060761;
    background-color: #060761;
}
.sitemap .article .sitemap-area > ul > li.depth1 > ul.depth2 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;

    width: 100%;
}
.sitemap .article .sitemap-area > ul > li.depth1 > ul.depth2 > li {
    width: 100%;
}
.sitemap .article .sitemap-area > ul > li.depth1 > ul.depth2 > li > a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    width: 100%;
    padding: 5px;
    font-size: 17px;
    font-weight: 400;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}
.sitemap .article .sitemap-area > ul > li.depth1 > ul.depth2 > li > a:hover {
    color: #060761;
    border: 1px solid #DCDCFE;
    background-color: #E9E9FE;
}

/* ==================================================================================
    Call for papers
================================================================================== */
.call-for-papers .article {

}

/* important-dates-area */
.call-for-papers .article .important-dates {

}
.call-for-papers .article .important-dates > ul {

}
.call-for-papers .article .important-dates > ul > li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 0 0 7px;
    padding: 0 0 7px;
    border-bottom: 1px dotted #dfdfdf;
}
.call-for-papers .article .important-dates > ul > li:first-child {
    padding-top: 7px;
    border-top: 1px dotted #dfdfdf;
}
.call-for-papers .article .important-dates > ul > li > .title ion-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.call-for-papers .article .important-dates > ul > li > .title {
    display: block;
    font-size: 16px;
    font-weight: 800;
}
.call-for-papers .article .important-dates > ul > li > .title b {
    font-weight: 800;
}
.call-for-papers .article .important-dates > ul > li > .title small {
    display: inline-block;
    margin-left: 5px;
}
.call-for-papers .article .important-dates > ul > li > .date {
    font-size: 16px;
    font-weight: 800;
    color: #f33;
}
.call-for-papers .article .important-dates > ul > li > .date s {
    color: #999;
}


/* ==================================================================================
    Registration
================================================================================== */
.registration .article {

}

.registration .article .section .table-responsive .table {
    /*max-width: 880px;*/
}
.registration .article .section .table-responsive .table thead tr th {
    padding: 10px 0;
    background-color: #f5f5f5;
}
.registration .article .section .table-responsive .table tbody tr td {
    padding: 15px 20px;
}
/*.registration .article .section .table-responsive .table tbody tr td:last-child {*/
/*    font-weight: 700;*/
/*    color: #FF6600;*/
/*}*/

.registration .article .section .table-responsive .table tbody tr:nth-child(1) th {
    background-color: #d5e8ff;
}
.registration .article .section .table-responsive .table tbody tr:nth-child(1) td {
    background-color: #EAF1FA;
}
.registration .article .section .table-responsive .table tbody tr:nth-child(2) th {
    background-color: #ffebdb;
}
.registration .article .section .table-responsive .table tbody tr:nth-child(2) td {
    background-color: #FEF4EC;
}
.registration .article .section .table-responsive .table tbody tr:nth-child(3) th {
    background-color: #fff;
}
.registration .article .section .table-responsive .table tbody tr:nth-child(3) td {
    background-color: #fff;
}

.registration .article p.info {
    font-size: 14px;
}
.registration .article p.box-info {
    padding: 17px;
    color: #767676;
    background-color: #F2F2F2;
    border-radius: 10px;
}

.article .section .btn-area {
    gap: 15px 40px;
    padding: 30px 0;
}
.registration .article .btn-registration {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 12px 40px;
    border-radius: 60px;
}
.registration .article .btn-registration.btn-primary strong {
    color: #FFFF00;
}
.registration .article .btn-registration.btn-success strong {
    color: #0000FF;
}
.registration .article .btn-registration small {
    font-size: 14px;
}

/* ==================================================================================
    committee
================================================================================== */
.committee .profile-list {
    display: flex;
    /*justify-content: space-between;*/
    gap: 150px;
}
.committee .profile-list li {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 20px;
}
.committee .profile-list li p.img-area {
    width: 170px;
    height: 170px;
    border-radius: 500px;
    overflow: hidden;
}
.committee .profile-list li div {
    padding-bottom: 30px;
}
.committee .profile-list li .name {
    font-size: 16px;
    font-weight: 800;
}
.committee .profile-list li .affiliation {
    font-size: 15px;
    color: #979797;
}
.committee .member-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.committee .member-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.committee .member-list li {
    display: flex;
}
.committee .member-list li span {
    line-height: 1.7;
}
.committee .member-list li .name {
    width: 330px;
    font-weight: 800;
}
.committee .member-list li .affiliation {
    color: #979797;
}

/* ==================================================================================
    venue
================================================================================== */
.venue .article .section .btn-area .btn {
    display: flex;
    align-items: center;
    gap: 16px;
}
.venue .article .section .btn-area .btn ion-icon {
    font-size: 26px;
}
.venue .article .section .img-area {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.venue .article .section .img-area a {
    width: 49%;
    overflow: hidden;
}
.venue .article .section .img-area a img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.venue .article .section .img-area a:hover img {
    transform: scale(110%);
}

/* ==================================================================================
    committee
================================================================================== */
.committee .article .section {

}

/* ==================================================================================
    Submission - Abstract Submission
================================================================================== */
.abstract-submission .article {

}

/*********************
 tab-area
**********************/
.abstract-submission .article .tab-area {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;

}
.abstract-submission .article .tab-area > div {
    position: relative;
}

/* info-area */
.abstract-submission .article .tab-area .info-area {
    flex: 1 1 66%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 48px;

    position: relative;
    isolation: isolate;
    width: 100%;
    height: 100%;
    padding: 60px 40px;
    background: url(/2026/images/pages/submission/bg_info_area.jpg) left 40% no-repeat;
    background-size: cover;
}
.abstract-submission .article .tab-area .info-area::after {
    content: '';
    position: absolute;
    background: rgba(0,0,0,0.45);
    z-index: -1;
    inset: 0;
}
.abstract-submission .article .tab-area .info-area strong {
    line-height: 1.4;
    font-size: 46px;
    font-weight: 900;
    color: #fff;
}
.abstract-submission .article .tab-area .info-area a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;

    position: relative;
    height: 42px;
    padding: 0px 16px;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    border-radius: 7px;
    background-color: #F6314B;
}
.abstract-submission .article .tab-area .info-area a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-right-color: #F6314B;
    margin-top: -9px;
    margin-left: -18px;
}
.abstract-submission .article .tab-area .info-area a .feather {
    width: 26px;
    height: 26px;
}
.abstract-submission .article .tab-area .info-area a:hover {

}

/* submit-area */
.abstract-submission .article .tab-area .submit-area {
    flex: 1 1 34%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;

    padding: 0 0 32px;
    background-color: #DBDEEF;
}
.abstract-submission .article .tab-area .submit-area a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 16px;

    height: 72px;
    padding: 0px 24px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    border-radius: 60px;
    background-color: #ff102f;
}
.abstract-submission .article .tab-area .submit-area a:hover {
    color: #fff;
    background-color: #e00c27;
}
.abstract-submission .article .tab-area .submit-area a .feather {
    width: 32px;
    height: 32px;
}
.abstract-submission .article .tab-area .submit-area em {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: baseline;
    gap: 7px;

    color: #ff102f;
}
.abstract-submission .article .tab-area .submit-area em small {
    font-size: 24px;
    font-weight: 700;
}
.abstract-submission .article .tab-area .submit-area em b {
    font-size: 36px;
    font-weight: 800;
}

/* topic-area */
.abstract-submission .article .tab-area .topic-area {
    flex: 1 1 25%;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #060761;
}
.abstract-submission .article .tab-area .topic-area a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 16px;

    width: 100%;
    height: 100%;
    padding: 30px 0;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}
.abstract-submission .article .tab-area .topic-area a:hover {
    background-color: #040642;
}
.abstract-submission .article .tab-area .topic-area a .feather {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
}

/* guideline-area */
.abstract-submission .article .tab-area .guideline-area {
    flex: 1 1 25%;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #80bbff;
}
.abstract-submission .article .tab-area .guideline-area a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 16px;

    width: 100%;
    height: 100%;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}
.abstract-submission .article .tab-area .guideline-area a:hover {
    background-color: #5595dc;
}
.abstract-submission .article .tab-area .guideline-area a .feather {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
}

/* review-area */
.abstract-submission .article .tab-area .review-area {
    flex: 1 1 25%;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #e3e9ff;
}
.abstract-submission .article .tab-area .review-area a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 16px;

    width: 100%;
    height: 100%;
    font-size: 26px;
    font-weight: 700;
    color: #060761;
}
.abstract-submission .article .tab-area .review-area a:hover {
    background-color: #d2dbfb;
}
.abstract-submission .article .tab-area .review-area a .feather {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
}

/* result-area */
.abstract-submission .article .tab-area .result-area {
    flex: 1 1 25%;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #f7f7f7;
}
.abstract-submission .article .tab-area .result-area a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 16px;

    width: 100%;
    height: 100%;
    font-size: 26px;
    font-weight: 700;
    color: #060761;
}
.abstract-submission .article .tab-area .result-area a:hover {
    color: #fff;
    background-color: #060761;
}
.abstract-submission .article .tab-area .result-area a .feather {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
}

/*********************
 .tab-content-area
******************* */
.abstract-submission .article .section .tab-content-area {
    padding: 40px 0 0;
}
.abstract-submission .article .section .tab-content-area > div {
    display: none;
}

/* #review */
.abstract-submission .article .section .table-responsive .table.none-thead {
    border: 0;
}
.abstract-submission .article .section .table-responsive .table.none-thead tbody th {
    border-left: 0;
}
.abstract-submission .article .section .table-responsive .table.none-thead tbody td {
    border-right: 0;
    white-space: normal;
}

/* #result */
.abstract-submission .article .section #result {

}
.abstract-submission .article .section #result .section-info {
    margin: 0 0 40px;
}
.abstract-submission .article .section #result .section-info .title-area {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;

    margin: 0 0 5px;
}
.abstract-submission .article .section #result .section-info .title-area .title {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.abstract-submission .article .section #result .section-info .title-area .title .feather {
    width: 24px;
    height: 24px;
    color: #060761;
}
.abstract-submission .article .section #result .section-info .title-area .title span {
    font-size: 21px;
    font-weight: 700;
    color: #0084F0;
}
.abstract-submission .article .section #result .section-info .title-area strong {
    margin: 0 0 0 10px;
    font-size: 28px;
    font-weight: 800;
    color: #060761;
}

.abstract-submission .article .section #result .section-info ul {

}
.abstract-submission .article .section #result .section-info ul li {

}
.abstract-submission .article .section #result .section-info ul li a {
    color: #0084F0;
}

/* ==================================================================================
    accommodation
================================================================================== */
.accommodation .article .section ul.accommodation-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px;
}
.accommodation .article .section ul.accommodation-list > li {
    display: flex;
    flex-direction: column;
    flex: 1 1 430px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    overflow: hidden;
}
.accommodation .article .section ul.accommodation-list b {
    padding: 12px;
    background-color: #060761;
    color: #fff;
    text-align: center;
    font-size: 23px;
    font-weight: 800;
}
.accommodation .article .section ul.accommodation-list p {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.accommodation .article .section ul.accommodation-list p img {
    width: 100%;
    height: auto;

}
.accommodation .article .section ul.accommodation-list ul {
    padding: 20px;
    margin: 0 0 0 20px;
}

/* ==================================================================================
    conference-tour
================================================================================== */
.conference-tour .article .section {
}

/* ==================================================================================
    Transportation
================================================================================== */
.transportation .section div.ta-center img {
    max-width: 1200px;
    width: 100%;
}
.transportation .article .section .btn-area .btn {
    display: flex;
    align-items: center;
    gap: 16px;
}
.transportation .article .section .btn-area .btn ion-icon {
    font-size: 26px;
}
.transportation .img-area {
    display: flex;
    align-items: start;
    padding: 20px 0;
}

.transportation .img-area .table-responsive {
    width: 60%;
}
/* 모달 */
.modal {

}
.modal .modal-dialog {
    margin: 80px auto;
    max-width: 800px;
    width: 100%;
    padding: 0 10px;
}
.modal .modal-dialog .modal-content {
    border-radius: 5px;
    box-shadow: 0px 1px 9px 3px rgba(0, 0, 0, 0.15);
    border:none;
    overflow: hidden;
    background-color:transparent;
}
/*모달 헤더*/
.modal-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    background-color: #000000;
    border-top: 1px solid #000000;
}

.modal-header .close-btn {
    display: flex;
    align-items: center;
    background-color:transparent;
    border: none;
    cursor:pointer;
}

.modal-header .close-btn svg {
    color: #fff;
}

.modal-header .modal-title {
    width: 100%;
    margin-left: 36px;
    margin-top: 0;
    text-align:center;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

/*모달 바디*/
.modal-body {
    padding: 15px 20px;
    background: #FFF;
    box-shadow: 0px 1px 9px 3px rgba(0, 0, 0, 0.15);
}
.transportation .img-area .modal-body .table-responsive {
    width: 100%;
}
.transportation .img-area .modal-body .img-area {
    flex-direction: column;
}
.tab-content .modal-body  h4 {
    margin: 20px 0 10px;
}
.modal-body h5 {
    margin: 15px 0 5px;
    font-weight: 800;
    font-size: 20px;
}
.modal-body .img-area img {
    width: 95%;
}
/*모달 버튼*/
.modal-btn {
    display: flex;
    gap: 10px;
    margin-top: 5px;
    cursor: pointer;
}
.modal-btn > li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    width: 100px;
    padding: 5px;
    background-color: #ff9b00;
    border-radius: 50px;
    transition: all 0.3s;
}
.modal-btn > li:hover {
    background-color: #cf8000;
}
.modal-btn > li .feather {
    width: 18px;
    color: #fff;
}
.article .section .modal-btn > li img {
    width: 27px;
    height: 27px;
    margin:0;
}
.modal-btn > li .dollar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    border: 1px solid #fff;
}
/* ==================================================================================
   traveler-essentials
================================================================================== */
.traveler-essentials .article .section .nav-pills {
    margin: 50px 0 55px;
    gap: 10px 1%;
}
.traveler-essentials .article .section .nav-pills li {
    flex: 1 1 49%;
    margin:0;
}
.traveler-essentials .nav:before, .traveler-essentials .nav:after {
    display: none;
}
.traveler-essentials .article .section .nav-pills li a {
    position: relative;
    height: 200px;
    color: #fff;
    background-position:  center center;
    background-repeat: no-repeat;
    font-size: 27px;
    z-index: 9;
    background-size: cover;
}
.traveler-essentials .article .section .nav-pills li a::after {
    content:"";
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.27);
    z-index: -9;
    transition: all 0.4s;
}
.traveler-essentials .article .section .nav-pills li:hover a::after {
    background-color: rgba(0, 0, 0, 0.58);
}
/* tabs-line01 */
.traveler-essentials .article .section .nav-pills.tabs-line01 li:nth-child(1) a {
    background-image: url("/2026/images/pages/discover/traveler_essentials/essentials_card01.jpg");
}
.traveler-essentials .article .section .nav-pills.tabs-line01 li:nth-child(2) a {
    background-image: url("/2026/images/pages/discover/traveler_essentials/essentials_card02.jpg");
}
.traveler-essentials .article .section .nav-pills.tabs-line01 li:nth-child(3) a {
    background-image: url("/2026/images/pages/discover/traveler_essentials/essentials_card03.jpg");
}
.traveler-essentials .article .section .nav-pills.tabs-line01 li:nth-child(4) a {
    background-image: url("/2026/images/pages/discover/traveler_essentials/essentials_card04.jpg");
}

/* tabs-line02 */
.traveler-essentials .article .section .nav-pills.tabs-line02 li:nth-child(1) a {
    background-image: url("/2026/images/pages/discover/traveler_essentials/essentials_card05.jpg");
}
.traveler-essentials .article .section .nav-pills.tabs-line02 li:nth-child(2) a {
    background-image: url("/2026/images/pages/discover/traveler_essentials/essentials_card06.jpg");
}
.traveler-essentials .article .section .nav-pills.tabs-line02 li:nth-child(3) a {
    background-image: url("/2026/images/pages/discover/traveler_essentials/essentials_card07.jpg");
}
.traveler-essentials .article .section .nav-pills.tabs-line02 li:nth-child(4) a {
    background-image: url("/2026/images/pages/discover/traveler_essentials/essentials_card08.jpg");
}

/* tabs-line03 */
.traveler-essentials .article .section .nav-pills.tabs-line03 li:nth-child(1) a {
    background-image: url("/2026/images/pages/discover/traveler_essentials/essentials_card09.jpg");
}
.traveler-essentials .article .section .nav-pills.tabs-line03 li:nth-child(2) a {
    background-image: url("/2026/images/pages/discover/traveler_essentials/essentials_card10.jpg");
}
.traveler-essentials .article .section .nav-pills.tabs-line03 li:nth-child(3) a {
    background-image: url("/2026/images/pages/discover/traveler_essentials/essentials_card11.jpg");
}
.traveler-essentials .article .section .nav-pills.tabs-line03 li:nth-child(4) a {
    background-image: url("/2026/images/pages/discover/traveler_essentials/essentials_card12.jpg");
}

/* ==================================================================================
  Sightseeing
================================================================================== */
.sightseeing .img-area {
    display: flex;
    gap: 2%;
}
.sightseeing .img-area img {
    width: 49%;
}
.sightseeing .article .section p.section-paragraph {
    margin-bottom: 40px;
}
.sightseeing .article .section .btn-area {
    justify-content: flex-start;
    gap: 10px;
}
.sightseeing .article .section h2.section-title {
    margin-bottom: 0;
}
.sightseeing .tab-pane .btn-area a {
    display: flex;
}
.sightseeing .tab-pane .btn-area a .feather {
    width: 25px;
    height: 25px;
}

/* ==================================================================================
    vendors
================================================================================== */

/*tab-custom*/
.nav-tabs.nav-justified > li > a {
    font-size: 18px;
}
.nav-tabs.nav-justified > li > a {
    color: #c0b9f1;
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #c0b9f1;
    color: #fff;
    cursor: default;
    /*background-color: #fff;*/
    border: 0 solid #ddd;
    border-bottom-color: transparent;
    font-weight: 700;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 0px solid #ddd;
}

/* ==================================================================================
    DISCOVER
================================================================================== */
.korea-venue-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 1.25%;
    padding: 20px;
    background-color: #f3f3f3;
}
.korea-venue-list li {
    width: 32.5%;
    height: 260px;
    overflow: hidden;
}
.tourist-list {
    display: flex;
    flex-direction: column;
}
.tourist-list li {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 20px 5px;
    border-bottom: 1px solid #dfdfdf;
}
.tourist-list p {
    font-size: 17px;
    line-height: 1.4;
    color: #666;
    text-align: justify;
}

.hashtag-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 30px 0 40px;
}
.hashtag-btn {
    padding: 10px 15px;
    background-color: #80d5ff;
    border-radius: 50px;
    color: #060761;
    font-weight: 800;
    font-size: 23px;
    line-height: 1;
}
.hashtag-btn:hover {
    background-color: #060761;
    color: #80d5ff;
}
/* tab contents */
.article .section .nav-pills {
    display: flex;
    justify-content: space-between;
    margin: 0 0 55px;
    gap: 5px;
}
.section .nav-pills li {
    flex: 1 1 17%;
}
.article .section .nav-pills li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 800;
    color: #999;
    word-break: keep-all;
    background-color: #eee;
    line-height: 1.2;
}
.article .section .nav-pills li.active a {
    color: #ffffff;
    background-color: #000000;
}

/* tab contents > sub tab */
.article .section .nav-pills.sub-tab-btn {
    flex-wrap: wrap;
    gap: 10px 0;
    background-color: #edf1f7;
    border: 2px dotted #c8cfda;
}
.article .section .nav-pills.sub-tab-btn li {
    flex: 1 1 32%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.article .section .nav-pills.sub-tab-btn li a {
    color: #818181;
    gap: 10px;
}
.article .section .nav-pills.sub-tab-btn li a {
    padding: 25px 0;
    background-color: transparent;
}
.article .section .nav-pills.sub-tab-btn li a b {
    padding: 5px 12px;
    background-color: #818181;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 800;
}
.article .section .nav-pills.sub-tab-btn li:hover a b {
    background-color: #060761;
    color: #80d5ff;
}
.article .section .nav-pills.sub-tab-btn li:hover a,
.article .section .nav-pills.sub-tab-btn li.active a {
    color: #060761;
}
.article .section .nav-pills.sub-tab-btn li:hover a b,
.article .section .nav-pills.sub-tab-btn li.active a b {
    background-color: #060761;
    color: #80d5ff;
}
.article .section .nav-pills.sub-tab-btn li a {
    flex-direction: column;
}
.tab-content h3 {
    display: flex;
    align-items: center;
    margin: 60px 0 50px;
    font-weight: 800;
    font-size: 25px;
}
.tab-content h3 b {
    background-color: #060761;
    color: #80d5ff;
    border-radius: 50px;
    padding: 7px 15px;
    margin-right: 10px;
}
.tab-content h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 40px 0 10px;
    font-weight: 800;
    font-size: 22px;
    color: #060761;
}
.tab-content h5 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 30px 0 10px;
    font-weight: 800;
    font-size: 18px;
}
/*tab-content.sub-tab*/
.tab-content.sub-tab .icon-title-area {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 30px 0 10px;
}
.tab-content.sub-tab .icon-title-area span {
    color: #ff9b00;
    font-weight: 800;
    font-size: 25px;
}
.tab-content.sub-tab .icon-title-area img {
    width: 45px;
    margin: 0;
}
.tab-content.sub-tab .icon-title-area a {
    display: flex;
    align-items: center;
    color: #ff9b00;
}
.tab-pane a .feather {
    transition: all 0.5s;
}
.tab-pane a:hover .feather {
    color: #80d5ff;
}
.tab-pane .btn-area a .feather {
    width: 50px;
    height: 50px;
}

/* ==================================================================================
  venue
================================================================================== */
.venue-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 60px;
}

.venue-header .thm-area {
    flex: 1 1 810px;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.venue-header .thm-area img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.venue-header .info-area {
    flex: 1 1 482px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.venue-header .title-area {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.venue-header h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 800;
}
.venue-header p {
    width: 100%;
    line-height: 1.5;
    text-align: left;
    font-size: 19px;
}
.venue-header ul {
    display: flex;
    flex-direction: column;
    gap: 20px;

    width: 100%;
}
.venue-header ul li {
    display: flex;
    align-items: baseline;
    gap: 12px;

    padding: 0;
    font-size: 19px;
    font-weight: 700;
    color: #060761;
}
.venue-header ul li span {
    flex: 0 0 32px;
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    top: 3px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background-color: #060761;
}
.venue-header ul li span .feather {
    width: 18px;
    height: 18px;
    color: #80d5ff;
}

.venue-header .info-area .search-area {
    display: flex;
    flex-direction: row-reverse;

    width: 100%;
}
.venue-header .info-area .search-area a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 32px;
    color: #000;
    border: 4px solid #80d5ff;
    border-radius: 50px;
    font-size: 21px;
    font-weight: 800;
    transition: all 0.4s;
    background-color: #fff;
}
.venue-header .info-area .search-area a:hover {
    color: #060761;
    border: 4px solid #060761;
    background-color: #E6F5FD;
}


.venue-info-area .venue-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 40px 5%;
}
.venue-info-area .venue-list li {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

    padding: 0;
}
.venue-info-area .venue-list li span {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    border-radius: 50% 50% 0 0;
}
.venue-info-area .venue-list li img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: unset;
    height: 100%;
    transform: translate(-50%, -50%);
}
.venue-info-area .venue-list li > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: justify;
}
.venue-info-area .venue-list li > .youtube-area {
    border-radius: 220px 220px 0 0;
    overflow: hidden;
    padding-top: 70px;
    background-color: #000;
}
.venue-info-area .venue-list li > .youtube-area iframe {
    width: 370px;
    height: 420px;
}

.venue-info-area {
    display: flex;
    flex-flow: column nowrap;
    gap: 40px;

    width: 100%;
    margin: 40px 0 0;
}

.venue-info-area .title-area {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    width: 100%;
}
.venue-info-area .title-area .title {
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    padding: 6px 30px;
    font-size: 28px;
    color: #fff;
    background-color: #80d5ff;
    text-shadow: 1px 2px 4px rgba(0,0,0,0.45);
}
.venue-info-area .title-area .title:before {
    content: "";
    position: absolute;
    display: block;
    top: 17px;
    left: -42px;
    border: 1.5em solid #17B4FF;
    border-right-width: 1.5em;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    z-index: -1;
}
.venue-info-area .title-area .title .venue-info-area .title-area .title-content:before {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #17B4FF transparent transparent transparent;
    bottom: -1em;
}
.venue-info-area .title-area .title .venue-info-area .title-area .title-content:before {
    left: 0;
    border-width: 1em 0 0 1em;
}

/* ribbon :s */
.venue-info-area .ribbon {
    width: 400px;
    height: 60px;
    margin: 30px auto;
    position: relative;
    color: #fff;
    font: 28px/60px sans-serif;
    text-align: center;
    text-transform: uppercase;
    background: #3D79D0;

    -webkit-animation: main 250ms;
    -moz-animation: main 250ms;
    -ms-animation: main 250ms;
    animation: main 250ms;
}
.venue-info-area .ribbon a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;

    color: #fff;
}
.venue-info-area .ribbon a:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;

    background: #3e86ef;
}
.venue-info-area .ribbon a strong {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 24px;
    height: 24px;
    margin-top: 2px;
    border-radius: 2px;
    border: 2px solid rgba(255,255,255,0.75);
}
.venue-info-area .ribbon a .feather {
    width: 18px;
    height: 18px;
    color: #fff;
}

.venue-info-area .ribbon span {
    position: absolute;
}

.venue-info-area .ribbon span:nth-child(2),
.venue-info-area .ribbon span:nth-child(3) {
    position: absolute;
    left: -20px;
    bottom: -20px;
    z-index: -1;
    border: 20px solid transparent;
    border-right-color: #043140;

    -webkit-animation: edge 500ms;
    -moz-animation: edge 500ms;
    -ms-animation: edge 500ms;
    animation: edge 500ms;
}

.venue-info-area .ribbon span:nth-child(3) {
    left: auto;
    right: -20px;
    border-right-color: transparent;
    border-left-color: #043140;
}

.venue-info-area .ribbon span:nth-child(4),
.venue-info-area .ribbon span:nth-child(5) {
    width: 20px;
    bottom: -20px;
    left: -41px;
    z-index: -2;
    border: 30px solid #1D53C0;
    border-left-color: transparent;

    -webkit-animation: back 600ms;
    -moz-animation: back 600ms;
    -ms-animation: back 600ms;
    animation: back 600ms;

    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.venue-info-area .ribbon span:nth-child(5) {
    bottom: -20px;
    left: auto;
    right: -41px;
    border: 30px solid #1D53C0;
    border-right-color: transparent;

    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

/* animations */

@-webkit-keyframes main {
    0% { -webkit-transform: scaleX(0); }
    100% { -webkit-transform: scaleX(1); }
}

@-webkit-keyframes edge {
    0%, 50% { -webkit-transform: scaleY(0); }
    100% { -webkit-transform: scaleY(1); }
}

@-webkit-keyframes back {
    0%, 75% { -webkit-transform: scaleX(0); }
    100% { -webkit-transform: scaleX(1); }
}


@-moz-keyframes main {
    0% { -moz-transform: scaleX(0); }
    100% { -moz-transform: scaleX(1); }
}

@-moz-keyframes edge {
    0%, 50% { -moz-transform: scaleY(0); }
    100% { -moz-transform: scaleY(1); }
}

@-moz-keyframes back {
    0%, 75% { -moz-transform: scaleX(0); }
    100% { -moz-transform: scaleX(1); }
}


@keyframes main {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

@keyframes edge {
    0%, 50% { transform: scaleY(0); }
    100% { transform: scaleY(1); }
}

@keyframes back {
    0%, 75% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}
/* ribbon :e */

/* ==================================================================================
    plenary_speakers.vm
================================================================================== */
.plenary-speakers .speakers-list li {
    display: flex;
    align-items: flex-start;
    gap: 3%;
}
.plenary-speakers .speakers-list .profile-area {
    display: flex;
    flex-direction: column;
    width: 22%;
    position: relative;
    align-items: flex-end;
    padding: 26px 24px 20px;
    border-radius: 5px;
    background-color: #060761;
    transition: all 0.3s;
}
.plenary-speakers .speakers-list .profile-area span.plenary {
    position: absolute;
    left: -52px;
    top: 50px;
    color: rgba(255, 255, 255, 0.39);
    font-size: 31px;
    font-weight: 800;
    transform: rotate(90deg);
}
.plenary-speakers .speakers-list .profile-area p.name {
    margin-top: 3px;
    color: #fff;
    text-align: right;
    font-size: 25px;
    font-weight: 800;
}
.plenary-speakers .speakers-list .profile-area .label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5px 14px;
    background-color: #80d5ff;
    border-radius: 8px;
}
.plenary-speakers .speakers-list .profile-area .label i {
    font-size: 14px;
    color: #060761;
    line-height: 1.1;
}
.plenary-speakers .speakers-list .profile-area .profile-img {
    width: 180px;
    height: 180px;
    transform: scaleX(-1);
}

.plenary-speakers .btn-info {
    padding: 0px 9px;
    margin-left: 10px;
    color: #80d5ff;
    background-color: #060761;
    border-color: #060761;
    border-radius: 50px;
    font-size: 22px;
    transition: all 0.5s;
    outline: none;
}
.plenary-speakers .btn-info:hover {
    background-color: #80d5ff;
    color: #060761;
    border-color: #80d5ff;
}
.plenary-speakers .contents-area {
    display: flex;
    flex-direction: column;
    width: 80%;
}

/* ==================================================================================
    반응형 스타일 - 공통
================================================================================== */

/* 1400px */
@media screen and (max-width: 1400px) {

    /* ==================================================================================
      venue
    ================================================================================== */
    .venue-header h2 {
        font-size: 32px;
    }
    .venue-header p {
        font-size: 17px;
    }
    .venue-header ul {
        gap: 10px;
    }
    .venue-header ul li {
        font-size: 17px;
    }
    .venue-header .info-area .search-area a {
        padding: 3px 24px;
        font-size: 19px;
    }

    .venue-info-area .venue-list {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        gap: 40px 5%;
    }
    .venue-info-area .venue-list li {
        flex: 1 1 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .venue-info-area .venue-list li div {
        font-size: 18px;
    }
    .venue-info-area .venue-list li div .hashtag-btn {
        font-size: 21px;
    }

}


/* 1300px */
@media screen and (max-width: 1300px) {

    /* ==================================================================================
      venue
    ================================================================================== */
    .venue-info-area .venue-list {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        gap: 40px 5%;
    }
    .venue-info-area .venue-list li {
        flex: 1 1 30%;
    }
    .venue-info-area .venue-list li span {
        height: 360px;
    }
    .venue-info-area .venue-list li div {
        font-size: 18px;
    }
    .venue-info-area .venue-list li div .hashtag-btn {
        font-size: 21px;
    }

    /* ==================================================================================
        Submission - Abstract Submission
    ================================================================================== */
    /*********************
     tab-area
    **********************/
    .abstract-submission .article .tab-area .info-area strong {
        font-size: 38px;
    }

}


/* 1200px */
@media screen and (max-width: 1200px) {

    /* venue */
    .korea-venue-list {
        gap: 15px 2%
    }
    .korea-venue-list li {
        width: 49%;
        height: auto;
    }
    .korea-venue-list li img {
        height: 100%;
        width: 100%;
    }
    .plenary-speakers .speakers-list .profile-area {
        width: 40%;
        text-align: center;
    }

    /* ==================================================================================
      venue
    ================================================================================== */
    .venue-header {
        gap: 40px;
    }
    .venue-header h2 {
        font-size: 28px;
    }
    .venue-header ul li {
        font-size: 16px;
    }

    .venue-info-area .venue-list {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        gap: 40px 5%;
    }
    .venue-info-area .venue-list li {
        flex: 1 1 30%;
    }
    .venue-info-area .venue-list li span {
        height: 320px;
    }
    .venue-info-area .venue-list li div {
        font-size: 17px;
    }
    .venue-info-area .venue-list li div .hashtag-btn {
        font-size: 20px;
    }

    /* ==================================================================================
        Submission - Abstract Submission
    ================================================================================== */
    /*********************
     tab-area
    **********************/
    .abstract-submission .article .tab-area .submit-area {
        padding: 0 0 20px;
    }
    .abstract-submission .article .tab-area .info-area strong {
        font-size: 35px;
    }

}

/* 1100px */
@media screen and (max-width: 1100px) {

    /* ==================================================================================
      venue
    ================================================================================== */
    .venue-header .thm-area img {
        height: 400px;
    }
    .venue-header h2 {
        font-size: 25px;
    }
    .venue-header p {
        font-size: 16px;
    }

    .venue-info-area .venue-list {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        gap: 40px 5%;
    }
    .venue-info-area .venue-list li {
        flex: 1 1 30%;
    }
    .venue-info-area .venue-list li span {
        height: 280px;
    }
    .venue-info-area .venue-list li div {
        font-size: 15px;
    }
    .venue-info-area .venue-list li div .hashtag-btn {
        font-size: 17px;
    }

    /* ==================================================================================
        Submission - Abstract Submission
    ================================================================================== */
    /*********************
     tab-area
    **********************/
    .abstract-submission .article .tab-area .info-area strong {
        font-size: 34px;
    }

    /* submit-area */
    .abstract-submission .article .tab-area .submit-area a {
        font-size: 26px;
    }
    .abstract-submission .article .tab-area .submit-area a .feather {
        width: 28px;
        height: 28px;
    }

    /* guideline-area */
    .abstract-submission .article .tab-area .guideline-area a {
        font-size: 21px;
    }

    /* review-area */
    .abstract-submission .article .tab-area .review-area a {
        font-size: 21px;
    }

    /* result-area */
    .abstract-submission .article .tab-area .result-area a {
        font-size: 21px;
    }

    /* register-area */
    .abstract-submission .article .tab-area .register-area a {
        font-size: 21px;
    }

}


/* ==================================================================================
    반응형 스타일 - 모바일 메뉴
================================================================================== */
/* 960px - 모바일 메뉴 시작 */
@media screen and (max-width: 960px) {

    /* ==================================================================================
        ABOUT - welcome-message
    ================================================================================== */
    .welcome-message .article .section {
        padding: 24px;
    }

    .welcome-message .article .welcome-area {
        padding: 32px;
    }
    .article .section .nav-pills.sub-tab-btn li {
        flex: 1 1 49%;
    }
    /* ==================================================================================
        plenary_speakers
    ================================================================================== */
    .plenary-speakers .speakers-list li {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .plenary-speakers .speakers-list .contents-area {
        width: 100%;
    }
    .plenary-speakers .speakers-list .profile-area {
        width: 50%;
    }

    /* ==================================================================================
      venue
    ================================================================================== */
    .venue-header {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 30px;
    }
    .venue-header .thm-area {
        flex: unset;
    }
    .venue-header .thm-area img {
        height: auto;
    }
    .venue-header .info-area {
        flex: unset;
    }

    .venue-info-area .venue-list {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        gap: 40px 5%;
    }
    .venue-info-area .venue-list li {
        flex: 1 1 30%;
    }
    .venue-info-area .venue-list li span {
        height: 220px;
    }
    .venue-info-area .venue-list li div {
        font-size: 15px;
    }
    .venue-info-area .venue-list li div .hashtag-btn {
        font-size: 15px;
    }

    /*********************
     tab-area
    **********************/
    .abstract-submission .article .tab-area .info-area {
        flex: 1 1 50%;
        flex-flow: column nowrap;
        gap: 16px;
        padding: 30px;
    }
    .abstract-submission .article .tab-area .info-area a {
        border-radius: 42px;
    }
    .abstract-submission .article .tab-area .info-area a::after {
        display: none;
    }
    .abstract-submission .article .tab-area .submit-area {
        flex: 1 1 50%;
        justify-content: center;
        gap: 7px;

        padding: 0;
    }
    .abstract-submission .article .tab-area .submit-area em b {
        font-size: 24px;
    }

    /* guideline-area */
    .abstract-submission .article .tab-area .guideline-area a {
        font-size: 19px;
    }

    /* review-area */
    .abstract-submission .article .tab-area .review-area a {
        font-size: 19px;
    }

    /* result-area */
    .abstract-submission .article .tab-area .result-area a {
        font-size: 19px;
    }

    /* register-area */
    .abstract-submission .article .tab-area .register-area a {
        font-size: 19px;
    }

}

/* phone ~ 768px */
@media screen and (max-width: 768px) {

    /* ==================================================================================
        ABOUT - welcome-message
    ================================================================================== */
    .welcome-message .article ul.chairs {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0;
    }
    .welcome-message .article ul.chairs li {
        flex: 1 1 100%;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;

        width: 100%;
    }
    .welcome-message .article ul.chairs li span.title {
        width: 100%;
    }
    .welcome-message .article ul.chairs li dl {
        flex: unset;
        gap: 10px;

        width: 100%;
        padding: 16px;
    }

    /* ==================================================================================
      venue
    ================================================================================== */
    .venue-info-area .venue-list {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        gap: 40px 5%;
    }
    .venue-info-area .venue-list li {
        flex: 1 1 30%;
    }
    .venue-info-area .venue-list li span {
        height: 600px;
    }
    .venue-info-area .venue-list li div {
        font-size: 17px;
    }
    .venue-info-area .venue-list li div .hashtag-btn {
        font-size: 21px;
    }

    /*********************
     tab-area
    **********************/
    .abstract-submission .article .tab-area .info-area {
        flex: 1 1 100%;
        flex-flow: column nowrap;
        gap: 16px;
        padding: 30px;
    }
    .abstract-submission .article .tab-area .info-area a {
        display: none;
    }
    .abstract-submission .article .tab-area .submit-area {
        flex: 1 1 100%;
        justify-content: center;

        padding: 30px;
    }
    .abstract-submission .article .tab-area .submit-area em b {
        font-size: 32px;
    }

    /* guideline-area */
    .abstract-submission .article .tab-area .guideline-area {
        flex: 1 1 100%;
    }
    .abstract-submission .article .tab-area .guideline-area a {
        padding: 12px;
        font-size: 21px;
    }

    /* review-area */
    .abstract-submission .article .tab-area .review-area {
        flex: 1 1 100%;
    }
    .abstract-submission .article .tab-area .review-area a {
        padding: 12px;
        font-size: 21px;
    }

    /* result-area */
    .abstract-submission .article .tab-area .result-area {
        flex: 1 1 100%;
    }
    .abstract-submission .article .tab-area .result-area a {
        padding: 12px;
        font-size: 21px;
    }

    /* register-area */
    .abstract-submission .article .tab-area .register-area {
        flex: 1 1 100%;
    }
    .abstract-submission .article .tab-area .register-area a {
        padding: 12px;
        font-size: 21px;
    }

    /*********************
     .tab-content-area
    ******************* */
    .abstract-submission .article .section #result .section-info .title-area {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0;

        margin: 0 0 5px;
    }
    .abstract-submission .article .section #result .section-info .title-area strong {
        margin: 0 0 0 33px;
        font-size: 26px;
    }

    /* ==================================================================================
        PROGRAM - Sitemap
    ================================================================================== */
    .sitemap .article .sitemap-area > ul {
        justify-content: center;
    }

    /* ==================================================================================
       discover
    ================================================================================== */
    .tab-content h3 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        font-size:19px;
    }
    .tab-content h4 {
        font-size: 17px;
    }
    .tab-content h3 {
        margin: 30px 0 20px;
    }
    .tab-content.sub-tab .icon-title-area span {
        font-size: 19px;
    }
    .section .nav-pills li {
        width: 100%;
    }
    .article .section .nav-pills {
        flex-direction: column;
    }
    .article .section .nav-pills.sub-tab-btn li a {
        padding: 7px 0 ;
    }
    .article .section .nav-pills.sub-tab-btn {
        flex-direction: row;
    }
    .article .section .nav-pills.sub-tab-btn li a p {
        display: none;
    }
    .article .section .nav-pills {
        margin: 0 0 30px 0 ;
    }
    .sightseeing .article .section .btn-area {
        padding: 20px 0 10px;
    }
    /* traveler-essentials */
    .article .section .nav-pills {
        flex-direction: row;
    }
    .traveler-essentials .article .section .nav-pills {
        margin: 30px 0 25px;
        flex-flow: row wrap;
    }
    .traveler-essentials .article .section .nav-pills li a {
        height: 80px;
        font-size: 18px;
    }

    /* visa */
    .visa .article .section .nav-pills {
        flex-direction: column;
    }

}

/* phone ~ 640px */
@media screen and (max-width: 640px) {
    .tourist-list li {
        flex-direction: column;
    }
    .tourist-list li .text-area {
        text-align: center;
    }
    .plenary-speakers .speakers-list .profile-area {
        width: 100%;
    }

    /* ==================================================================================
      venue
    ================================================================================== */
    .venue-header ul li {
        font-size: 15px;
    }

    .venue-info-area .title-area {
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }
    .venue-info-area .title-area .title {
        width: 100%;
    }
    .venue-info-area .title-area .search-area {
        justify-content: center;

        width: 100%;
        padding: 0 20px;
    }
    .venue-info-area .title-area .search-area a {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 5px 24px;
        font-size: 18px;
        border-radius: 50px;
    }

    /* ribbon :s */
    .venue-info-area .ribbon {
        width: 280px;
        height: 52px;
        margin: 20px auto 10px;
        font: 22px/50px sans-serif;
    }
    .venue-info-area .ribbon a strong {
        width: 21px;
        height: 21px;
        margin-top: 4px;
    }
    .venue-info-area .ribbon a .feather {
        width: 15px;
        height: 15px;
    }
    .venue-info-area .ribbon span:nth-child(2),
    .venue-info-area .ribbon span:nth-child(3) {
        position: absolute;
        left: -15px;
        bottom: -15px;
        z-index: -1;
        border: 15px solid transparent;
        border-right-color: #043140;

        -webkit-animation: edge 500ms;
        -moz-animation: edge 500ms;
        -ms-animation: edge 500ms;
        animation: edge 500ms;
    }
    .venue-info-area .ribbon span:nth-child(3) {
        left: auto;
        right: -15px;
        border-right-color: transparent;
        border-left-color: #043140;
    }
    .venue-info-area .ribbon span:nth-child(4),
    .venue-info-area .ribbon span:nth-child(5) {
        width: 15px;
        bottom: -15px;
        left: -25px;
        z-index: -2;
        border: 20px solid #1D53C0;
        border-left-color: transparent;

        -webkit-animation: back 600ms;
        -moz-animation: back 600ms;
        -ms-animation: back 600ms;
        animation: back 600ms;

        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
    .venue-info-area .ribbon span:nth-child(5) {
        bottom: -15px;
        left: auto;
        right: -25px;
        border: 20px solid #1D53C0;
        border-right-color: transparent;

        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    /* ribbon :e */

    .venue-info-area .venue-list li span {
        height: auto;
        border-radius: 20px;
    }
    .venue-info-area .venue-list li img {
        position: static;
        display: block;
        max-width: 100%;
        height: auto;
        transform: unset;
    }
    .venue-info-area .venue-list li div {
        font-size: 17px;
    }
    .venue-info-area .venue-list li div .hashtag-btn {
        font-size: 21px;
    }

}

/* phone ~ 450px */
@media screen and (max-width: 450px) {
    .korea-venue-list {
        gap: 15px 0
    }
    .korea-venue-list li {
        width: 100%;
        height: auto;
    }
    .sightseeing .img-area {
        flex-direction: column;
        gap: 10px;
    }
    .sightseeing .img-area img {
        width: 100%;
    }

    /* ==================================================================================
      venue
    ================================================================================== */
    .venue-header .title-area {
        gap: 10px;
    }
    .venue-header h2 {
        font-size: 21px;
    }
    .venue-header p {
        width: 100%;
    }
    .venue-header ul li {
        line-height: 1.2;
    }
    .venue-header .info-area .search-area {
        flex-direction: unset;
    }
    .venue-header .info-area .search-area a {
        padding: 3px 16px;
        font-size: 17px;
    }

    /* ribbon :s */
    .venue-info-area .ribbon {
        width: 240px;
        font: 19px/50px sans-serif;
    }
    .venue-info-area .ribbon a strong {
        width: 21px;
        height: 21px;
        margin-top: 2px;
    }
    .venue-info-area .ribbon a .feather {
        width: 15px;
        height: 15px;
    }
    /* ribbon :e */

    .venue-info-area .venue-list li div {
        font-size: 15px;
    }
    .venue-info-area .venue-list li div .hashtag-btn {
        font-size: 19px;
    }

    .venue-info-area .title-area {
        gap: 48px;
    }
    .venue-info-area .title-area .search-area a {
        padding: 5px 20px;
        font-size: 16px;
    }
}

/* phone ~ 380px */
@media screen and (max-width: 380px) {

    /*********************
     tab-area
    **********************/
    .abstract-submission .article .tab-area .info-area {
        padding: 20px;
    }
    .abstract-submission .article .tab-area .info-area strong {
        font-size: 21px;
    }
    .abstract-submission .article .tab-area .submit-area {
        padding: 20px;
    }
    .abstract-submission .article .tab-area .submit-area a {
        padding: 0 16px;
        font-size: 24px;
    }
    .abstract-submission .article .tab-area .submit-area em b {
        font-size: 21px;
    }

    /* guideline-area */
    .abstract-submission .article .tab-area .guideline-area a {
        font-size: 18px;
    }
    .abstract-submission .article .tab-area .guideline-area a .feather {
        width: 21px;
        height: 21px;
    }

    /* review-area */
    .abstract-submission .article .tab-area .review-area a {
        font-size: 18px;
    }
    .abstract-submission .article .tab-area .review-area a .feather {
        width: 21px;
        height: 21px;
    }

    /* result-area */
    .abstract-submission .article .tab-area .result-area a {
        font-size: 18px;
    }
    .abstract-submission .article .tab-area .result-area a .feather {
        width: 21px;
        height: 21px;
    }

    .abstract-submission .article .section #result .section-info .title-area .title .feather {
        width: 18px;
        height: 18px;
    }
    .abstract-submission .article .section #result .section-info .title-area .title span {
        font-size: 16px;
    }
    .abstract-submission .article .section #result .section-info .title-area strong {
        margin: 0 0 0 28px;
        font-size: 22px;
    }

    /* register-area */
    .abstract-submission .article .tab-area .register-area a {
        font-size: 18px;
    }
    .abstract-submission .article .tab-area .register-area a .feather {
        width: 21px;
        height: 21px;
    }

}
