/****************************** common.css - 공통 css ******************************/
@charset "UTF-8";



/*---------- 공통 ----------*/
b {font-weight: 600;}
p {font-size: 18px; line-height: 1.6;}
/* .width {width: 1400px; min-width: 1400px; margin: 0 auto;} */

/* table */
.table_box {}
.table_box table {width: 100%; position: relative; font-size: 14px; background: #fff; line-height: 1.6;}
.table_box table::before {content: " "; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 2px; border-top: 2px solid #114399;}
.table_box table th {width: 30%; vertical-align: middle; font-weight: 500; padding: 16px 0; border-bottom: 1px solid #ddd; background: #f8f8f8;}
.table_box table td {width: 70%; vertical-align: middle; border-bottom: 1px solid #ddd; padding: 16px 40px;}

/* @media screen and (max-width: 1024px) {
    .width {width: 1400px; min-width: 1400px; margin: 0 auto;}
    /* .pc-br {display: none;}
} */
