/* ■■■■ 컨텐츠테이블 ■■■■ */
table {width:100%;}
.tbl_wrap {position:relative;}
.tbl_wrap .tbl_topline {width:100%; border-top:2px solid #0053a8; position:absolute; top:0; left:0;}
.tbl_wrap .tbl_botline {width:100%; border-top:1px solid #0053a8; position:absolute; bottom:0; left:0;}
/* .tbl_wrap table {table-layout: fixed;} table + td>*:max-width) */
.tbl_wrap table {border-bottom:1px solid #d4d4d4;}
.tbl_wrap table th,
.tbl_wrap table td {border:1px solid #d4d4d4; padding:18px 10px; word-break: break-word;}
.tbl_wrap table tr th:first-child,
.tbl_wrap table tr td:first-child{border-left:0;}
.tbl_wrap table tr th:last-child,
.tbl_wrap table tr td:last-child{border-right:0;}
.tbl_wrap table th {background:#f9f9f9; color:#111; font-size:18px; text-align:center; border-bottom:0; font-weight:normal; font-family: 'nsr_b';}
.tbl_wrap table tr td img {max-width:100%;}
.tbl_wrap td strong {font-family:'nsr_eb';}
.tbl_wrap table tbody th {border-right:0;}
.tbl_wrap table tbody th + td {border-left:0;}
.tbl_data table tbody th {border-right:1px solid #d4d4d4;}

.tbl_wrap table th.bl_1 { border-left:1px solid #d4d4d4 !important;}
.tbl_wrap.nowrap-head th { word-break:keep-all;}
.tbl_wrap .nowrap { word-break:keep-all; }
.tbl_wrap .txt-center { text-align:center !important; }
.tbl_wrap.nowrap-head .tbl_topline { display:none; }
.tbl_wrap.nowrap-head table { border-top:2px solid #0053a8; }