/* ==================================================================================
    공통 스타일
================================================================================== */
.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 #125aac !important;
    border-right: 1px solid #fff !important;
    background-color: #125aac !important;
}
.article table.table.table-multiple-th thead th {
    color: #fff;
    border: 1px solid #125aac !important;
    border-right: 1px solid #fff !important;
    border-bottom: 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 th.bd-l1 {
    border-left: 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;
}
.article table.table tbody th.bd-b3,
.article table.table tbody td.bd-b3 {
    border-bottom: 3px double #ccc;
}

/* ==================================================================================
    인사말
================================================================================== */
.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 .chairman {
    margin-bottom: 50px;
    text-align: right;
    font-size: 17px;
}
.article.greetings .chairman .date {
    display: block;
}
.article.greetings .chairman b {
    margin-left: 5px;
    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.submission .section h3 {
    margin: 30px 0 15px;
}
.article.submission .section .step1 {
    display:flex;
    height: 800px;
    align-content:flex-start;
    flex-direction:column;
    flex-wrap:wrap;
    overflow:auto;
}
.article.submission .section .step1 > li > b {
    display: block;
    margin: 0 0 5px;
    font-size: 17px;
}
.article.submission .section .step1 > li {
    width: 50%;
    margin: 0 0 20px;
}
.article.submission .section .step2 {
    padding-left: 10px;
    border-left: 3px solid #eee;
}
.article.submission .section .step2 > li {
    margin: 2px 0;
    font-size: 15px;
    color: #0b3290;
}

/* 논문 모집 분야 - 기획 */
.article.submission .section .list-plan {
    width: 100%;
    margin: 0 0 10px;
    border-collapse: collapse;
}
.article.submission .section .list-plan th {
    padding: 8px 20px;
    vertical-align: middle;
    font-size: 14px;
    word-break: keep-all;
    border: 1px solid #dfdfdf;
    background-color: #eee;
}
.article.submission .section .list-plan td {
    padding: 8px 20px;
    vertical-align: middle;
    font-size: 14px;
    word-break: keep-all;
    border: 1px solid #dfdfdf;
}
.article.submission .section .list-plan td:nth-child(2) {
    text-align: center;
    background-color: #f7f7f7;
}

/* 수동 스타일 수정 */
.article.submission .section .list-plan > li:nth-child(3) > b,
.article.submission .section .list-plan > li:nth-child(3) > strong,
.article.submission .section .list-plan > li:nth-child(21) > b,
.article.submission .section .list-plan > li:nth-child(21) > strong{
    padding-top: 0;
    padding-bottom: 0;
    height: 66px;
    line-height: 66px;
}
.article.submission .section .list-plan > li:nth-child(3) > span,
.article.submission .section .list-plan > li:nth-child(21) > span {
    padding-top: 10px;
    padding-bottom: 0;
    height: 66px;
}

/* ==================================================================================
    개폐회식 및 연회
================================================================================== */
.article.ceremony {

}
.article.ceremony table tbody tr td {
    text-align: left;
}


/* ==================================================================================
    미니강습회
================================================================================== */
.article.lecture {

}
.article.lecture .lecture-info {

}
.article.lecture .lecture-info .thm {
    float: left;
    width: 160px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
}
.article.lecture .lecture-info .thm img {
    display: block;
}
.article.lecture .lecture-info .info {
    padding-left: 200px;
}
.article.lecture .lecture-info .info h4 {
    margin: 0 0 10px;
    font-family: '맑은 고딕';
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.45px;
}
.article.lecture .lecture-info .info .detail-list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}
.article.lecture .lecture-info .info .detail-list li {
    margin: 0 0 5px;
    font-size: 13px;
}
.article.lecture .lecture-info .name {
    margin: 0 0 10px;
    font-size: 15px;
}
.article.lecture .lecture-info .name b {
    font-family: '맑은 고딕';
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.45px;
}

/* ==================================================================================
    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 {
        text-align: right;
        font-size: 13px;
    }
    .article.greetings .chairman b {
        display: block;
        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;
    }

    /* 논문 모집 분야 - 일반 */
    .article.submission .section .step1 {
        display:flex;
        height: auto;
    }
    .article.submission .section .step1 > li {
        width: 100%;
    }

    /* 논문 모집 분야 - 기획 */
    .article.submission .section .list-plan {
        margin: 0 0 10px;
    }
    .article.submission .section .list-plan > li {

    }
    .article.submission .section .list-plan > li > b {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 -1px;
        padding: 8px 20px;
    }
    .article.submission .section .list-plan > li > span {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 10px;
        padding: 8px 15px;
    }

    /* ==================================================================================
        미니강습회
    ================================================================================== */
    .article.lecture .lecture-info .thm {
        float: none;
        margin: 0 auto 30px;
    }
    .article.lecture .lecture-info .info {
        padding-left: 0;
    }

}
