/* *******************************************************************
	연구전문위원회
******************************************************************* */
.section.committee.research {

}

.section.committee.research .list-title {

}
.section.committee.research .list-title ul {

}
.section.committee.research .list-title ul > li {
    float: left;
}
.section.committee.research .list-title ul > li.num {
    float: left;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #dfdfdf;
    border-right: 0;
    border-bottom: 0;
    background-color: #f7f7f7;
}
.section.committee.research .list-title ul > li.name {
    float: left;
    width: 280px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #dfdfdf;
    border-bottom: 0;
    background-color: #f7f7f7;
}
.section.committee.research .list-title ul > li.name2 {
    float: left;
    width: 840px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #dfdfdf;
    border-bottom: 0;
    background-color: #f7f7f7;
}
.section.committee.research .list-title ul > li.bd-r0 {
    border-right: 0;
}

.section.committee.research ul.committee-list {
    border-bottom: 1px solid #dfdfdf;
}
.section.committee.research ul.committee-list > li {
    float: left;
    width: 420px;
}
.section.committee.research ul.committee-list > li:hover {
    background-color: #ebeefc;
}
.section.committee.research ul.committee-list > li p.num {
    float: left;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-right: 0;
    border-bottom: 0;
}
.section.committee.research ul.committee-list > li:hover p.num {
    font-weight: bold;
    color: #152b89;
}
.section.committee.research ul.committee-list > li p.name {
    float: left;
    width: 280px;
    height: 40px;
    border: 1px solid #dfdfdf;
    border-right: 0;
    border-bottom: 0;
}
.section.committee.research ul.committee-list > li:nth-child(2n) p.name {
    border-right: 1px solid #dfdfdf;
}
.section.committee.research ul.committee-list > li .name > a {
    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 > 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;
}
.section.committee.research ul.committee-list > li p.name2 {
    float: left;
    width: 420px;
    height: 40px;
    border: 1px solid #dfdfdf;
    border-right: 0;
    border-bottom: 0;
}
.section.committee.research ul.committee-list > li:nth-child(2n) p.name2 {
    border-right: 1px solid #dfdfdf;
}
.section.committee.research ul.committee-list > li .name2 > a {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px 0 20px;
    line-height: 40px;
    text-align: center;
}
.section.committee.research ul.committee-list > li .name2 > a:hover {
    font-weight: bold;
    color: #152b89;
}

/* phone ~ 767px */
@media screen and (max-width: 767px) {

    /* 연구전문위원회 */
    .section.committee.research .list-title {
        width: 100%;
    }
    .section.committee.research .list-title ul {
        width: 100%;
    }
    .section.committee.research .list-title ul > li {
        float: left;
    }
    .section.committee.research .list-title ul > li.num {
        width: 30%;
    }
    .section.committee.research .list-title ul > li.name {
        width: 70%;
    }
    .section.committee.research .list-title ul > li.name2 {
        width: 70%;
    }
    .section.committee.research .list-title ul > li.bd-r0 {
        border-right: 1px solid #dfdfdf;
    }
    .section.committee.research .list-title ul > li:nth-child(3),
    .section.committee.research .list-title ul > li:nth-child(4) {
        display: none;
    }


    .section.committee.research ul.committee-list > li {
        width: 100%;
    }
    .section.committee.research ul.committee-list > li:nth-child(2n) {
        background-color: #f8f9fe;
    }
    .section.committee.research ul.committee-list > li p.num {
        width: 30%;
        font-size: 13px;
    }
    .section.committee.research ul.committee-list > li p.name {
        float: left;
        width: 70%;
        border-right: 1px solid #dfdfdf;
    }
    .section.committee.research ul.committee-list > li .name > a {
        display: block;
        width: 100%;
        height: 40px;
        padding: 0 10px 0 20px;
        line-height: 40px;
        text-align: left;
        font-size: 13px;
    }
    .section.committee.research ul.committee-list > li p.name2 {
        float: left;
        width: 70%;
        border-right: 1px solid #dfdfdf;
    }
    .section.committee.research ul.committee-list > li .name2 > a {
        display: block;
        width: 100%;
        height: 40px;
        padding: 0 10px 0 20px;
        line-height: 40px;
        text-align: center;
        font-size: 13px;
    }

}

/* *******************************************************************
	연구전문위원회 상세
******************************************************************* */
/*.society-tab-list*/
.society-tab-list {
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin: 0 0 50px;
}
.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;
}
.society-tab-list > li > a.on {
    font-weight: 700;
    color: #fff;
    background-color: #4793f1;
}
.society-tab-list > li > a.on:hover {
    color: #fff;
    background-color: #4793f1;
}
.society-tab-list > li > a:hover,
.society-tab-list > li > a:focus {
    color: #2ebae3;
    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 {

}
.section.committee.research-detail h3 {
    margin: 0 !important;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    background-color: #fafafa;
}
.section.committee.research-detail h4 {
    margin-top: 40px;
}

/* 공지사항 */
.section.committee.research-detail .committee-notice {
    border-top: 2px solid #142985;
}
.section.committee.research-detail .committee-notice > li {
    float: left;
    padding: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.section.committee.research-detail .committee-notice > li.title {
    width: 70%;
}
.section.committee.research-detail .committee-notice > li.name {
    width: 10%;
    text-align: center;
}
.section.committee.research-detail .committee-notice > li.date {
    width: 20%;
    text-align: center;
}

/* 위원회 소개 */
.section.committee.research-detail .committee-introduce {
    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;
}

#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;
}

@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;
    }

}
