@charset "utf-8";
/* =============== 공통 css =============== */
body {font-family: 'Noto Sans KR', 'Noto Sans Display', sans-serif; color:#222; font-size: 16px !important;}

.red_hat {font-family: 'Red Hat Display', sans-serif;}

.blind {width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); margin: -1px; position: absolute;}

.font_color {color:#0054a6;}
.bg_color {background-color:#0054a6;}

.txt {line-height: 1.6; word-break: keep-all;}

.table {width: 100%; position: relative;}
.table::before {content:" "; display: block; width: 100%; height: 2px; background: #0054a6; position: absolute; top:0; left:0;}
.table th {width:20%; background-color: #f6f6f6; padding: 15px 0; border-bottom:1px solid #cccccc;}
.table td {padding: 15px 40px; border-bottom:1px solid #cccccc; line-height: 1.6;}