@charset "utf-8";

/* ==================================================================================
    ABOUT ISOCC - Overview & Conference Theme
================================================================================== */
.overview .article {

}

/* ==================================================================================
    ABOUT ISOCC - Welcome Message
================================================================================== */
.welcome .article {

}

/* ==================================================================================
    ABOUT ISOCC - Topics of Interest
================================================================================== */
.topics .article {

}
.topics .article .section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 1% ;
}
.topics .article .topics-area {
    flex: 1 0 49%;
}


/* ==================================================================================
    ABOUT ISOCC - committee 공통사항
================================================================================== */
.committee .section {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 60px 190px;
}
.committee .committee-list-inner {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.committee .committee-list-inner h3 {
    display: flex;
    align-items: center;
    max-width: 212px;
    min-height: 45px;
    padding-left: 10px;
    border-left: 5px solid;
    border-image: linear-gradient(to top, #1b58bc, #76b5ff) 1;
    font-size: 17px;
    font-weight: 800;
    color: #004cbf;
    line-height: 1.2;
}
.committee .committee-list-inner .committee-list {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    gap: 21.6px;

}
.committee .committee-list-inner .committee-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: flex-start;
    width: 15.3%;
    max-width: 210px;
    min-width: 210px;
    min-height: 335px;
    gap: 5px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    box-shadow: 1px 1px 9px rgb(0 0 0 / 8%);
    overflow: hidden;
    flex: 1 1 150px;
}
.committee .committee-list-inner .committee-list li:hover img {
    transform: scale(110%);
    transition: all 0.5s;
}
.committee .committee-list-inner .committee-list li .name {
    margin-top: 5px;
    padding: 0 10px;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: -0.5px;
    text-align: center;
}
.committee .committee-list-inner .committee-list li .affiliation {
    padding: 0 10px 10px;
    font-size: 14px;
    line-height: 1.2;
    color: #838383;
    text-align: center;
}
.committee .committee-list-inner .committee-list li .photo {
    display: flex;
    justify-content: center;
    max-width: 240px;
    height: 250px;
    width: 100%;
    overflow: hidden;
}
.committee .committee-list-inner .committee-list li .photo img {
    min-width: 220px;
    width: 100%;
    min-height: 265px;
    overflow: hidden;
    margin: 0;
    transition: all 0.5s;
}
    /* ==================================================================================
        ABOUT ISOCC - organizing-committee
    ================================================================================== */
.committee.organizing-committee {

}
/* ==================================================================================
    ABOUT ISOCC - Technical Program Committee
================================================================================== */
.committee.technical-program-committee {
}
.committee.technical-program-committee .section {
    gap: 60px 53px;
}
.committee.technical-program-committee .committee-list-inner h3 {
    max-width: 230px;
    min-height: 65px;
}
/* ==================================================================================
    ABOUT ISOCC - Steering & Advisory Committee
================================================================================== */
.committee.steering-advisory-committee {

}
/* ==================================================================================
   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)
================================================================================== */

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

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



}


/* ==================================================================================
    반응형 스타일 - 모바일 메뉴
================================================================================== */
/* 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) {

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



}
