@charset "utf-8";

/* *********************************************************************************
 *	문화재 안내판 검색 리스트
 * *********************************************************************************/
.tab_menu.tab_2 {
    height: 104px;
}
.tab_menu.tab_2 li {
    float: left;
    width: calc(100% / 6);
}
.tab_menu.tab_2 li a {
    margin-top: -1px;
}
.bordercss{
    padding: 0;
    border-top: 0;
    margin-top: 20px;
    border-bottom: 1px solid #b5b5b5;
}
.bordercss.fst_elem{
    margin-top: 50px;
}
.blue2 {
    color: #3F51B5;
}

/* *********************************************************************************
 *	문화재 안내판 상세
 * *********************************************************************************/
.hschDetail_box .hschDetail_info .hschDi_info.infobnew {border: none !important;}
.hschDetail_box .hschDetail_info .hschDi_info.infobnew table {width: 100%; border-spacing: 0; border-top: 1px solid #535a75; border-bottom: 1px solid #535a75;}
.hschDetail_box .hschDetail_info .hschDi_info.infobnew tr th, .hschDetail_box .hschDetail_info .hschDi_info.infobnew tr td {
    padding: 15px 10px 15px 2px;
}
.hschDetail_box .hschDetail_info .hschDi_info.infobnew .culDetailLink {
	clear: both; width: 100%; text-align: center;
}
.hschDetail_box .hschDetail_info .hschDi_info.infobnew .culDetailLink a {display: inline-block; width: 65%; padding: 8px 0 10px; color: #fff; background-color: #51576e; text-align: center; margin-top: 20px;}