/* ==================================================================================
    공통 스타일
================================================================================== */
.article p.table-info {
    margin: 0;
    padding: 5px 0 0;
    font-size: 13px;
    color: #2c91e5;
}
.article .table-responsive {
    border: 0;
    padding-bottom: 20px;
}
.article table.table thead th {
    color: #fff;
    border: 1px solid #0d3895 !important;
    border-right: 1px solid #fff !important;
    background-color: #0d3895 !important;
}
.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.schedule table.table tbody td {
    padding: 8px 5px !important;
    text-align: center;
    letter-spacing: -0.45px;
}

/* ==================================================================================
    초대의 말씀
================================================================================== */
.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: right;
}
.article.greetings .chairman span {
    font-size: 15px;
}
.article.greetings .chairman b {
    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 {
    overflow: hidden;
    text-align: left;
}
.article.organizations table.table td ul li {
    float: left;
    width: 33.33333%;
    margin: 2px 0;
}
.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;
}

/* ==================================================================================
    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;
    }

    /* ==================================================================================
        조직위원회
    ================================================================================== */
    .article.organizations table.table td ul {
        overflow: hidden;
        text-align: left;
    }
    .article.organizations table.table td ul li {
        float: left;
        width: 100%;
        margin: 2px 0;
    }
    .article.organizations table.table td ul li:last-child {
        margin-right: 0;
    }

    /* ==================================================================================
        학술논문발표
    ================================================================================== */
    .list-col {

    }
    .list-col.col2 > li {
        float: none;
        width: auto;
    }
    .list-col.col5 > li {
        float: none;
        width: auto;
    }

    .root_daum_roughmap {
        width: 100% !important;
    }

}
