/* ==================================================================================
    공통 스타일
================================================================================== */
.article p.table-info {
    margin: 0;
    padding: 5px 0 0;
    font-size: 13px;
    color: #2c91e5;
}
.article .table-responsive {
    border: 0;
    padding-bottom: 20px;
}
.article .section .table-responsive .table thead th {
    color: #fff;
    border: 1px solid #0d3895;
    border-right: 1px solid #fff;
    background-color: #0d3895;
}
.article table.table thead th.bd-b1 {
    border-bottom: 1px solid #fff !important;
}
.article table.table thead tr th:last-child {
    border-right: 1px solid #0d3895 !important;
}
.article table.table tbody th {
    padding: 8px !important;
    text-align: center;
}
.article table.table tbody td {
    padding: 8px !important;
    text-align: center;
}

/* ==================================================================================
    초대의 말씀
================================================================================== */
.article.greetings {

}
.article.greetings .thm {
    float: left;
    width: 130px;
}
.article.greetings .txt-info {
    /*float: left;*/
    /*width: 750px;*/
    /*padding-left: 30px;*/
}
.article.greetings .title {
    font-size: 19px;
    font-weight: bold;
}
.article.greetings .title small{
    display: block;
    margin-top: 0;
    font-size: 15px;
    font-weight: normal;
    color: #999;
}
.article.greetings .chairman {
    margin: 0 0 5px;
    text-align: left
}
.article.greetings .chairman span {
    display: block;
    margin: 0 0 5px;
    font-size: 15px;
}
.article.greetings .chairman b {
    display: block;
    margin-left: 10px;
    font-size: 21px;
    font-weight: bold;
}

/* ==================================================================================
    주요일정
================================================================================== */
.article.major-schedule {

}
.article.major-schedule table tbody tr td:last-child {
    text-align: left;
}

/* ==================================================================================
    조직위원회
================================================================================== */
.article.organizations {

}
.article.organizations table tbody tr td:last-child {
    text-align: left;
}
.article.organizations table.table td ul {

}
.article.organizations table.table td ul li {
    display: inline-block;
    margin-right: 10px;
}
.article.organizations table.table td ul li:last-child {
    margin-right: 0;
}

/* ==================================================================================
    학술논문발표
================================================================================== */
.list-col {

}
.list-col.col2 > li {
    float: left;
    width: 50%;
    text-align: center;
}
.list-col.col5 > li {
    float: left;
    width: 20%;
    text-align: center;
}

/* ==================================================================================
    개폐회식 및 연회
================================================================================== */
.article.ceremony {

}
.article.ceremony table tbody tr td {
    text-align: left;
}

/* ==================================================================================
    map
================================================================================== */
.map-area {
    width: 100%;
    height: 400px;
    margin: 0 0 30px;
}
#marker-title {
    width: 200px;
    height: 40px;
}
#marker-title h1 {
    height:40px;
    line-height:40px;
    font-size: 15px;
}

/* ==================================================================================
    특별강연
================================================================================== */
.special .section .thm {
    float: left;
    width: 320px;
    padding-top: 5px;
}
.special .section .special-info {
    float: left;
    width: 520px;
    border-left: 1px solid lightgrey;
    padding-left: 40px;
}

/* ==================================================================================
    venue
================================================================================== */
.article.venue .section img {
    max-width: 600px;
    width: 100%;
}

/* ==================================================================================
    Our Partner
================================================================================== */
.article.partners .section {

}
.article.partners .section .list-partners {
    text-align: center;
}
.article.partners .section .list-partners > li {
    display: inline-block;
    width: 46%;
    vertical-align: middle;
    margin: 50px 0;
}
.article.partners .section .list-partners > li > a {
    display: inline-block;
}
.article.partners .section .list-partners > li > a > img {
    display: block;
}

/* ==================================================================================
    About uzbekistan
================================================================================== */
.about .img-box a {
    display: block;
    width: 100%;
    max-height: 440px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 5px 8px rgb(0 0 0 / 30%);
    transition: .3s;
}
.about .img-box img {
    width: 100%;
    transition: .4s;
}
.about .img-box a:hover img {
    filter: brightness(80%);
}
.about .btn-area {
    padding: 10px 0 0;
}
.about .btn-area .btn:not(:last-child) {
    margin-right: 6px;
}
/* ==================================================================================
    Media query
================================================================================== */
@media only screen
and (max-width: 768px) {

    /* 초대의 말씀 */
    .article.greetings .thm {
        float: none;
    }
    .article.greetings .txt-info {
        float: none;
        width: 100%;
        padding: 0;
    }
    .article.greetings .title {
        font-size: 19px;
        font-weight: bold;
    }
    .article.greetings .chairman {
        margin: 0 0 5px;
        text-align: right;
    }
    .article.greetings .chairman span {
        display: block;
        font-size: 15px;
    }
    .article.greetings .chairman b {
        display: block;
        margin-left: 10px;
        margin-bottom: 20px;
        font-size: 21px;
        font-weight: bold;
    }

    /* ==================================================================================
        학술논문발표
    ================================================================================== */
    .list-col {

    }
    .list-col.col2 > li {
        float: none;
        width: auto;
    }
    .list-col.col5 > li {
        float: none;
        width: auto;
    }

    .root_daum_roughmap {
        width: 100% !important;
    }

    /* ==================================================================================
        Our Partner
    ================================================================================== */
    .article.partners .section .list-partners > li {
        display: block;
        width: 100%;
        margin: 50px 0;
    }
    /* ==================================================================================
        About uzbekistan
    ================================================================================== */
    .about .btn-area .btn {
        display: block;
    }
    .about .btn-area .btn:not(:last-child) {
        margin: 0 0 10px;
    }
}


/* ----------------------------------------------------------------------------------
    Program at a Glance
---------------------------------------------------------------------------------- */
.program-glance {

}
.article.program-glance .section h2.section-title {
    margin: 0 0 40px;
    font-size: 28px;
    text-align: center;
}
.program-glance .speakers-area {

}
.program-glance .speakers-area ul {
    text-align: center;
}
.program-glance .speakers-area ul li {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0;
    text-align: center;
}
.program-glance .speakers-area ul li .title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #00B2EC;
}
.program-glance .speakers-area ul li .thm {
    width: 160px;
    height: 200px;
    margin: 0 auto 10px;
    text-align: center;
    background-color: #fafafa;
}
.program-glance .speakers-area ul li .thm img {
    width: 160px;
    height: 200px;
}
.program-glance .speakers-area ul li .name {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
}
.program-glance .speakers-area ul li .affiliation {
    line-height: 1.3;
    font-size: 14px;
}

.public div {
    text-align: center;
    margin: 0 0 30px;
    padding-bottom: 20px;
}
.public div img {
    width: 125px;
    height: 170px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.form_wizard .stepContainer {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow-x: hidden
}

.wizard_horizontal ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 20px
}

.wizard_horizontal ul.wizard_steps li {
    display: table-cell;
    text-align: center;
    width: 20%;
}

.wizard_horizontal ul.wizard_steps li a {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #666
}

.wizard_horizontal ul.wizard_steps li:hover {
    /*display: block;*/
    /*position: relative;*/
    /*-moz-opacity: 1;*/
    /*filter: alpha(opacity=100);*/
    /*opacity: 1;*/
    /*color: #666*/
}


.wizard_horizontal ul.wizard_steps li > a:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #ccc;
    top: 20px;
    width: 100%;
    z-index: 4;
    left: 0
}

.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
    background: #ccc
}

.wizard_horizontal ul.wizard_steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5
}

.wizard_horizontal ul.wizard_steps li a .step_descr small {
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}

.step_no, .wizard_horizontal ul.wizard_steps li a.selected:before {
    background: #34495E;
    color: #fff
}

.wizard_horizontal ul.wizard_steps li a.done .step_no, .wizard_horizontal ul.wizard_steps li a.done:before {
    background: #1ABB9C;
    color: #fff
}

.wizard_horizontal ul.wizard_steps li:first-child a:before {
    left: 50%
}

.wizard_horizontal ul.wizard_steps li:last-child a:before {
    right: 50%;
    width: 50%;
    /*left: auto;*/
    left: 0;
}

/*Our Partner*/
.article.partners .section .Supported-by {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.article.partners .section .Supported-by h2 {
    margin-bottom:10px;
}
.article.partners .section .Supported-by > a > img {
    margin-left:70px;
}