/* ==================================================================================
    공통 스타일
================================================================================== */
.article p.table-info {
    margin: 0;
    padding: 5px 0 0;
    font-size: 13px;
    color: #125aac;
}
.article .table-responsive {
    border: 0;
    padding-bottom: 20px;
}
.article table.table thead th {
    color: #fff;
    border: 1px solid #125aac !important;
    border-right: 1px solid #fff !important;
    background-color: #125aac !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 #125aac !important;
}
.article table.table tbody th {
    padding: 8px !important;
    text-align: center;
}
.article table.table tbody td {
    padding: 8px !important;
    text-align: center;
}

/* iframe-pdf */
.iframe-pdf {
    width: 100%;
    height: 800px;
    border: 1px solid #35404f;
}

/* ==================================================================================
    인사말
================================================================================== */
.article.greetings {

}
.article.greetings .thm {
    float: left;
    width: 150px;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.15);
}
.article.greetings .thm img {
    display: block;
}
.article.greetings .txt-info {
    float: left;
    width: 730px;
    margin-top: -5px;
    padding-left: 50px;
}
.article.greetings .txt-info p {
    text-align: justify;
}
.article.greetings .txt-info2 {
    float: left;
    width: 730px;
    padding-left: 50px;
}
.article.greetings .title {
    font-size: 19px;
    font-weight: bold;
}
.article.greetings .txt-info p.chairman {
    margin-top: 50px;
    text-align: right;
    font-size: 17px;
}
.article.greetings .chairman .date {
    display: block;
}
.article.greetings .chairman .sign b {
    margin-left: 25px;
    font-size: 19px;
    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;
}
/* ==================================================================================
    프로그램
================================================================================== */
.program .intro-box a {
    vertical-align: middle;
}

/* ==================================================================================
    학술논문발표
================================================================================== */
.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: 20px 0 0;
    }
    .article.greetings .title {
        font-size: 19px;
        font-weight: bold;
    }
    .article.greetings .chairman {
        margin-top: 50px;
        text-align: right;
        font-size: 17px;
    }
    .article.greetings .chairman .sign b {
        margin-left: 5px;
        font-size: 19px;
        font-weight: bold;
    }

    /* ==================================================================================
        학술논문발표
    ================================================================================== */
    .list-col {

    }
    .list-col.col2 > li {
        float: none;
        width: auto;
    }
    .list-col.col5 > li {
        float: none;
        width: auto;
    }

}
