@charset "utf-8";

/* ==================================================================================
    몇몇 서브 공통
================================================================================== */
.section .btn {
    border-radius: 4px;
}

/* ==================================================================================
    Committee 
================================================================================== */
.committee .section {

}
.committee .article .section h2.section-title {
    margin-top: 50px;
}
.committee .article .section h2.section-title:first-child {
    margin-top: 0;
}
.committee .section h3 {
    margin-bottom: 10px;
    color: #0d3895;
    font-size: 20px;
    font-weight: 900;
}
.committee .article .section ul.section-list {
    margin: 0 0 25px 0;
    padding: 0 0 15px 25px;
    border-bottom: 1px solid #dfdfdf;
}
.committee .article .section ul.section-list > li {
    margin: 0 0 8px;
    color: #444;
    font-size: 17px;
}
.committee .article .section ul.section-list li b {
    display: block;
    font-weight: 800;
    font-size: 18px;
    color: #000;
}
.committee .article .section ul.section-list li span {
    font-size: 14px;
    color: #757575;
}
/* ==================================================================================
    schedule
================================================================================== */
.schedule .section {
    max-width: 1200px;
    margin: 0 auto;
}
.schedule .dates-list {
    margin-bottom: 35px;
    background: #f8fafc;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    padding: 10px 30px;
}

.schedule .dates-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px dashed #cad7e1;
    font-size: 16px;
}

.schedule .dates-list li:last-child {
    border-bottom: none;
}

.schedule .dates-list li b {
    color: #000;
    font-weight: 900;
}

.schedule .dates-list li span {
    color: #004cbf;
    font-weight: 900;
}



/* ==================================================================================
   INFORMATION - Venue
================================================================================== */
.venue {

}
/* Venue Top Section */
.venue .venue-top {
    display: flex;
    align-items: center;
    gap: 40px;
}

.venue .venue-top .info-text {
    flex: 1.2;
}
.venue .venue-top .btn-area {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}
.venue .venue-top .venue-img {
    flex: 1;
}

.venue .venue-top .venue-img img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 1px 1px 9px rgb(0 0 0 / 8%);
}

/* Venue at a Glance */
.venue .glance-title {
    display: flex;
    align-items: center;
    padding-left: 10px;
    border-left: 5px solid;
    border-image: linear-gradient(to top, #1b58bc, #76b5ff) 1;
    font-size: 24px;
    font-weight: 800;
    color: #004cbf;
    margin-bottom: 30px;
}

.venue .venue-glance {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}
.venue .venue-glance .card {
    display: flex;
    flex: 1;
}
.venue .venue-glance .card a {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 28px;
    box-shadow: 1px 1px 9px rgb(0 0 0 / 8%);
    text-align: left;
    position: relative;
    transition: all 0.3s;
    text-decoration: none;
}

.venue .venue-glance .card a:hover {
    border-color: #1b58bc;
    box-shadow: 1px 1px 12px rgb(0 0 0 / 15%);
    transform: translateY(-5px);
}
.venue .venue-glance .card a h4 {
    font-size: 19px;
    color: #004cbf;
    font-weight: 900;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.venue .venue-glance .card a .card-content strong {
    display: block;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #000;
    line-height: 1.3;
}
.venue .venue-glance .card a .card-content p {
    margin-bottom: 5px;
    padding-left: 10px;
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}
.venue .venue-glance .card a .card-content p b {
    font-weight: 800;
    color: #333;
}
.venue .venue-glance .card .details:hover {
    color: #060761;
}

/* Why This Venue */
.venue .why-venue h3 {
    display: flex;
    align-items: center;
    padding-left: 10px;
    border-left: 5px solid;
    border-image: linear-gradient(to top, #1b58bc, #76b5ff) 1;
    font-size: 24px;
    font-weight: 800;
    color: #004cbf;
    margin-bottom: 20px;
}
/* ==================================================================================
   INFORMATION - Getting a VISA
================================================================================== */
.visa .btn-blue:hover {
    background-color: #060761;
    color: #fff;
}

.visa .visa-info-cards {
    display: flex;
    gap: 30px;
    margin: 30px 0 60px;
}

.visa .visa-card {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 1px 1px 9px rgb(0 0 0 / 8%);
    text-align: left;
    position: relative;
    transition: all 0.3s;
    text-decoration: none;
}
.visa .visa-card:hover {
    border-color: #1b58bc;
    box-shadow: 1px 1px 12px rgb(0 0 0 / 15%);
}
.visa .visa-card:hover {
    transform: translateY(-5px);
}
.visa .visa-card h4 {
    font-size: 28px;
    color: #3b66bc;
    font-weight: 900;
    margin-bottom: 25px;
}

.visa .visa-card .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.visa .visa-card .card-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #555;
}
.visa .visa-card .bullet-list {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.visa .visa-card .bullet-list li {
    font-size: 16px;
    margin-bottom: 12px;
    color: #333;
    display: flex;
    gap: 5px;
}

.visa .visa-card .bullet-list li b {
    color: #000;
    font-weight: 800;
}
@media screen and (max-width: 960px) {
    .visa .visa-info-cards {
        flex-direction: column;
    }
    .visa .btn-blue {
        width: 100%;
        min-width: auto;
    }
    .visa .visa-card {
        padding: 30px;
        border-radius: 30px;
    }
}

/* ==================================================================================
    INFORMATION - transportaion.vm
================================================================================== */
/* Section Title Custom */
.transportation .section-title:first-of-type {
    margin-top: 0;
}
/* Map Area */
.transportation .map-wrap {
    width: 100%;
    height: 470px;
    overflow: hidden;
    margin-bottom: 70px;
}
.transportation .map-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.transportation .article .section .btn-area {
    justify-content: flex-start;
    padding-top: 20px;
}

/* Transport Card Group */
.transportation .transport-group {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2% ;
}
.transportation .transport-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 1 49%;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding: 30px;
    box-shadow: 1px 1px 9px rgb(0 0 0 / 8%);
    transition: all 0.3s;
    border-radius: 5px;
}
.transportation .transport-card:first-child {
    flex: 0 1 100%;
}
.transportation .transport-card img {
    width: 35px;
    margin:0;
}
.transportation .transport-card:hover {
    border:1px solid #ff9b00;
}
.transportation .transport-card h4 {
    font-size: 20px;
    color: #ff9b00;
    font-weight: 900;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.transportation .transport-card .card-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}
.transportation .transport-card .section-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
    padding: 20px;
    margin:0 !important;
    background-color: #f4f7ff;
    border-radius: 8px;
}
.transportation .transport-card .section-list li {
    flex: 0 1 49%;
    font-size: 15px;
    color: #333;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 10px;

}
.transportation .transport-card .section-list li:last-child {
    margin-bottom: 0;
}
.transportation .transport-card .section-list li b {
    color: #060761;
}


/* ==================================================================================
    CONTACT - CONTACT US
================================================================================== */
.contact .article {

}
.contact .article iframe {
    width: 100%;
    height: 500px;
}

/* ==================================================================================
    SITEMAP
================================================================================== */
.sitemap .article {

}

.sitemap .article .sitemap-area .gnb ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 60px 2%;
    width: 100%;
}
.sitemap .article .sitemap-area .gnb ul > li.depth1 {
    flex: 0 0 32%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
    width: 100%;
    /*max-width: 240px;*/
    /*min-width: 180px;*/
}
.sitemap .article .sitemap-area .gnb ul > li.depth1::before {
    position: absolute;
    left: 50%;
    top: 55px;
    content: " ";
    width: 1px;
    height: 21px;
    background-color: #dfdfdf;
}
.sitemap .article .sitemap-area .gnb 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: 900;
    border: 1px solid #dfdfdf;
    border-left: 4px solid #060761;
    background-color: #fafafa;
    color: #473e83;
}
.sitemap .article .sitemap-area .gnb ul > li.depth1 > a:hover {
    color: #fff;
    border: 1px solid transparent;
    background-image: linear-gradient(to right, #102A54, #0172F1);
    transition: background-color 0.45s, color 0.25s;
}
.sitemap .article .sitemap-area .gnb 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 .gnb ul > li.depth1 > ul.depth2 > li {
    width: 100%;
}
.sitemap .article .sitemap-area .gnb ul > li.depth1 > ul.depth2 > li > a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    width: 100%;
    padding: 5px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    color: #554d8a;
}
.sitemap .article .sitemap-area .gnb ul > li.depth1 > ul.depth2 > li > a:hover {
    color: #060761;
    border: 1px solid #DCDCFE;
    background-color: #E9E9FE;
}
/* ==================================================================================
    pages-policy - 공통사항
================================================================================== */
.pages-privacy .effective-date {
    font-size: 15px;
    color: #666;
    font-weight: 400;
}
.pages-privacy .article .section h3.semi-title {
    margin-top: 60px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 23px;
}
.pages-privacy h4 {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
    color: #000 !important;
    font-weight: 900;
    font-size: 18px;
}
/* ==================================================================================
    pages-privacy - privacy_policy.vm
================================================================================== */
.privacy-policy {

}

/* ==================================================================================
    pages-privacy - terms_of_use.vm (Terms & Conditions)
================================================================================== */
.terms-of-use {

}

/* ==================================================================================
    pages-privacy - terms_of_use.vm (Terms & Conditions)
================================================================================== */

/* ==================================================================================
    pages_submission 공통
    - call_for_tutorials.vm/call_for_special_sessions.vm
================================================================================== */
.pages-submission .download-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.pages-submission .dates-list {
    margin-bottom: 40px;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    padding: 20px 30px;
}

.pages-submission .dates-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
    font-size: 16px;
}

.pages-submission .dates-list li:last-child {
    border-bottom: none;
}

.pages-submission .dates-list li b {
    color: #000;
    font-weight: 900;
}

.pages-submission .dates-list li span {
    color: #004cbf;
    font-weight: 900;
}

.pages-submission .chair-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.pages-submission .chair-card {
    flex: 0 1 49%;
    display: flex;
    align-items: center;
    padding: 14px 18px;
    background: #f4f7ff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    transition: border 0.3s;
}

.pages-submission .chair-card:hover {
    border-color: #004cbf;
}

.pages-submission .chair-card .info {
    flex: 0 0 58%;
    font-size: 14px;
    color: #606060;
}
.pages-submission .chair-card .info b {
    font-size: 17px;
    color: #333;
}
.pages-submission .chair-card .email {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #107dca;
    font-weight: 700;
    font-size: 15px;
}

.pages-submission .chair-card .email .feather-mail {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    padding: 6px;
    background-color: #fff;
    color: #107dca;
    border: 1px solid #107dca;
    transition: all 0.2s;
}
.pages-submission .chair-card .email:hover .feather-mail {
    background-color: #107dca;
    color: #fff;
}
.pages-submission ol.section-list b {
    font-size: 18px;
}

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

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



}


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



}


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



}

/* 1100px */
@media screen and (max-width: 1100px) {
    /* ==================================================================================
        pages-submission
    ================================================================================== */
    .pages-submission .chair-group {
        gap: 12px;
    }


}


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



    /* ==================================================================================
        SITEMAP
    ================================================================================== */
    .sitemap .article .sitemap-area .gnb ul {
        gap: 44px 2%;
    }
    .sitemap .article .sitemap-area .gnb ul > li.depth1::before {
        top: 50px;
    }
    .sitemap .article .sitemap-area .gnb ul > li.depth1 > a {
        font-size: 18px;
    }
    .sitemap .article .sitemap-area .gnb ul > li.depth1 > ul.depth2 > li > a {
        font-size: 14px;
    }

}

@media screen and (max-width: 768px) {
    /* ==================================================================================
        pages-submission
    ================================================================================== */
    .pages-submission .chair-card {
        flex: 0 1 100%;
        flex-direction: column;
        align-items: flex-start;
    }
    .pages-submission .chair-card .email {
        gap: 4px;
    }
    .pages-submission .chair-card .email .feather-mail {
        width: 25px;
        height: 25px;
        padding: 4px;
    }
    .pages-submission .dates-list li {
        flex-direction: column;
    }
    .pages-submission .dates-list {
        padding: 10px 18px;
    }

    /* ==================================================================================
        SITEMAP
    ================================================================================== */

    .sitemap .article .sitemap-area .gnb ul > li.depth1::before {
        top: 46px;
        height: 12px;
    }

    .sitemap .article .sitemap-area .gnb ul > li.depth1 {
        gap: 12px;
    }

    .sitemap .article .sitemap-area .gnb ul > li.depth1 > a {
        font-size: 15px;
    }

    .sitemap .article .sitemap-area .gnb ul > li.depth1 > ul.depth2 > li > a {
        font-size: 13px;
    }

}

@media screen and (max-width: 640px) {

    /* ==================================================================================
        SITEMAP
    ================================================================================== */
    .sitemap .article .sitemap-area .gnb ul > li.depth1 {
        flex: 0 0 49%;
    }

    .committee .committee-list-inner .committee-list {
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {

    /* ==================================================================================
        CONTACT - CONTACT US
    ================================================================================== */
    .contact .article iframe {
        height: 300px;
    }

    /* ==================================================================================
        SITEMAP
    ================================================================================== */
    .sitemap .article .sitemap-area .gnb ul > li.depth1 {
        flex: 0 0 100%;
    }

}

@media screen and (max-width: 420px) {



}

@media screen and (max-width: 360px) {



}
