/* *******************************************************************
	분과위원회
******************************************************************* */
.section.committee.research {

}
.section.committee.research .list-title {

}
.section.committee.research .list-title ul {
    margin: 0;
    padding: 0;
}
.section.committee.research .list-title ul > li.name {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    margin: 0;
    padding: 12px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border: 1px solid #3359A5;
    border-bottom: 0;
    background-color: #3359A5;
}
.section.committee.research .list-title ul > li.bd-r0 {
    border-right: 0;
}
.section.committee.research ul.committee-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;

    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dfdfdf;
}
.section.committee.research ul.committee-list > li {
    display: flex;
    justify-content: center;
    align-items: stretch;

    width: 50%;
    margin: 0;
    border: 1px solid #dfdfdf;
    border-right: 0;
    border-bottom: 0;
}
.section.committee.research ul.committee-list > li:nth-child(2n) {
    border-right: 1px solid #dfdfdf;
}
.section.committee.research ul.committee-list > li:hover {
    background-color: #ebeefc;
}
.section.committee.research ul.committee-list > li p.name {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.section.committee.research ul.committee-list > li:hover p.num {
    font-weight: bold;
    color: #152b89;
}
.section.committee.research ul.committee-list > li .name > a {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;
    padding: 12px;
    line-height: 1.5;
    text-align: center;
}
.section.committee.research ul.committee-list > li .name > span {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px 0 20px;
    line-height: 40px;
    text-align: left;
}
.section.committee.research ul.committee-list > li .name > a:hover {
    font-weight: bold;
    color: #152b89;
}

/* *******************************************************************
	분과위원회 상세
******************************************************************* */
/*.society-tab-list*/
.society-tab-list {
    width: 100%;
    margin: 0 0 50px;
    padding-left: 0;
}
.society-tab-list > li > a {
    display: block;
    padding: 10px 15px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0;
    font-size: 18px;
    text-align: center;
    color: #999;
    word-break: keep-all;
    background-color: #eee
}
.society-tab-list > li > a.on {
    font-weight: 700;
    color: #fff;
    background-color: #3356a8;
}
.society-tab-list > li > a.on:hover {
    color: #fff;
    background-color: #3356a8;
}
.society-tab-list > li > a:hover,
.society-tab-list > li > a:focus {
    color: #3356a8;
    background-color: #eee;
}

/*society-tab-contents*/
.society-tab-contents {
    padding-top: 30px;
}
.society-tab-contents .tabs-conts {
    display: none;
}

.society-tab-contents .tabs-conts.on {
    display: block;
}

/* .section committee research-detail */
.section.committee.research-detail h4 {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 800;
}

/*테이블*/
.tb-basic {
    border-top: 2px solid #3356a8;
}
.tb-basic thead th {
    padding: 10px 16px;
    text-align: center;
    vertical-align: middle;
    font-weight: 800;
    word-break: keep-all;
    background-color: #eaf4fe;
}

/* 공지사항 */
.section.committee.research-detail .committee-notice {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 2px solid #142985;
    padding-left: 0;
    padding-bottom: 20px;

}
.section.committee.research-detail .committee-notice > li {
    display: flex;
    width: 100%;
    padding: 12px 20px;
    border-bottom: 1px solid #dfdfdf;
}
.section.committee.research-detail .committee-notice > li p {
    margin: 0 ;
}
.section.committee.research-detail .committee-notice > li p.title {
    width: 80%;
    text-align: left;
    color: #333;
}
.section.committee.research-detail .committee-notice > li p.title a {
    color: #333;
}
.section.committee.research-detail .committee-notice > li p.name {
    width: 10%;
    text-align: center;
}
.section.committee.research-detail .committee-notice > li p.date {
    width: 10%;
    text-align: right;
}

/* 위원회 소개 */
.section.committee.research-detail .committee-introduce {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    padding: 24px;
    border-radius: 5px;
    border: 1px solid #e4eff9;
    background-color: #f7fbff;
    text-align: justify;
}

/* 위원 명단 */
.section.committee.research-detail .committee-member-list {
    position: relative;
}
.section.committee.research-detail .years-selectbox {
    position: absolute;
    right: 0;
    top: -41px;
}
.section.committee.research-detail .years-selectbox .form-control {
    height: 30px;
    border-radius: 2px;
    font-size: 13px;
}

#container-committee .section.box {
    padding: 20px;
    background-color: rgba(241, 241, 241, 0.4);
}
#container-committee .section.box td {
    background-color: #fff;
}

.box {
    padding: 20px;
    background-color: rgba(241, 241, 241, 0.4);
}

.box td {
    background-color: #fff;
}

.box th {
    text-align: center;
    font-weight: bold;
    background-color: #f5f5f5;
}
.article .section .highlight-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    margin: 0 0 40px;
    padding: 24px;
    border-radius: 5px;
    border: 1px solid #e4eff9;
    background-color: #f7fbff;
}
@media (min-width: 768px) {
    .society-tab-list > li {
        display: table-cell;
        width: 1%;
    }
    .society-tab-list > li > a {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {

    /* 공지사항 */
    .section.committee.research-detail .committee-notice {
        border-top: 2px solid #142985;
    }
    .section.committee.research-detail .committee-notice > li {
        float: none;
        padding: 10px;
        border-bottom: 1px solid #dfdfdf;
    }
    .section.committee.research-detail .committee-notice > li.title {
        width: 100%;
    }
    .section.committee.research-detail .committee-notice > li.name {
        display: none;
        width: 10%;
        text-align: center;
    }
    .section.committee.research-detail .committee-notice > li.date {
        display: none;
        width: 20%;
        text-align: center;
    }

}
