/* common */
.subpage { overflow: hidden; position:relative; }
.subpage > section {padding: 80px 0;}
.subpage > section:nth-of-type(even) {background: #f7f7f7;}
/* font */
.h_28 {font-size: 28px; font-weight:500; color: #000; line-height: 1.3; font-family: 'Pretendard';}
.h_24 {font-size: 24px; font-weight:700; color: #000; line-height: 1.3;font-family: 'Pretendard'; }
.h_22 {font-size: 22px; font-weight:500; color: #000; line-height: 1.3;font-family: 'Pretendard'; }
.p_20 {font-size: 20px; font-weight: 300; color: #000; line-height:38px; font-family: 'Pretendard';}
.p_18 {font-size: 18px; font-weight: 300; color: #000; line-height:1.65;}

/* title */
.c_tit { position:relative; display: inline-block; font-size: 60px; color: #000; white-space: nowrap; font-weight: 800; }
/* .c_tit::after { content:".";  color:#0b3b63; } */
.line_tit { position:relative; padding-left:18px; margin:0 0 35px; font-weight: 700;  text-align: left ;}
.line_tit::before { content:""; position:absolute; left:0; width:4px; top:3px; height: 30px; background:#0b3b63; }
/* flex_tit */
.flex_tit {display: flex; align-items: flex-start; text-align: left; }
.flex_tit h2 {flex-shrink: 0; margin: 0 75px 0 0;}

/* article 공통 */
.art_wrap article { padding:50px 0; border-top: 1px solid #ddd; }
.art_wrap article:first-of-type { padding-top:0; border-top: 0;}
.art_wrap article:last-of-type { padding-bottom:0; }

/* dot_list */
.dot_list {text-align: left;}
.dot_list li {position: relative; padding-left: 12px; }
.dot_list li::before {content: ''; display: block; width: 4px; height: 4px; background-color: #0b3b63; position: absolute; left: 0; top:11px; }

.dot_list li:nth-child(n+2) {margin-top: 5px;}

.table_wrap table { width:100%; border-collapse: collapse; border:1px solid #ddd; border-top: 3px solid #c03356; text-align: center; min-width: 680px; word-break: break-all;}
.table_wrap table thead th { background:#223353; padding:16px 10px; font-weight: 600; color:#fff; font-size: 18px; border-left: 1px solid rgba(255,255,255,0.25); }
.table_wrap table tbody tr { border-top: 1px solid #ddd; }
.table_wrap table tbody th { background:#f7f7f7; padding:16px 8px; font-weight: 500; color:#000; font-size: 16px; border-right: 1px solid #ddd; }
.table_wrap table tbody th.subj {font-size: 18px; font-weight: 600; }
.table_wrap table tbody td { background:#fff; padding:16px 30px; font-weight: 300; color:#000; font-size: 16px; border-right: 1px solid #ddd; line-height: 1.6; }
.table_arrow { display: none; }

/*Content CSS*/
/* sec1 */
#sec1 .art_wrap {  margin-top: 80px;}
#sec1 .table_wrap + p {margin-top: 30px; text-align: left;}

.table_wrap table tbody td:last-child {text-align: left;}





@media screen and (min-width:1421px) {
    .dot_list.p_20 li::before {top:15px;}
}


@media screen and (max-width:1420px) {
    br:not(.mob) {display: none; }

    /* content */


}


@media screen and (max-width:1023px) {
    /* common */
    .subpage {text-align: center;}
    .c_tit { font-size: 48px; }
    /* flex_tit */
    .flex_tit {display: block; }
    .flex_tit h2 {margin:0 0 20px;}
    /* font */
    .h_28 {font-size: 22px;}
    .h_24 {font-size: 21px;}
    .h_22 {font-size: 20px;}
    .p_20 {font-size: 18px; line-height: 1.65;}
    .p_18 {font-size: 16px; }

    /* line_tit */
    .line_tit::before {height: 25px;}

    /* article 공통 */
    .art_wrap article { padding: 35px 0; }

    /* dots */
    .dot_list li::before {top:9px;}

    .table_wrap table thead th { padding:12px 10px; font-size: 15px; }
    .table_wrap table tbody th { padding:12px 10px; font-size: 14px; }
    .table_wrap table tbody th.subj {font-size: 15px;}
    .table_wrap table tbody td { padding:12px 10px; font-size: 14px; }

    /* content */
    /* sec1 */
    #sec1 .art_wrap {margin-top: 50px; }




}

@media screen and (max-width:767px) {
    /* common */
    .subpage > section {padding: 60px 0;}
    .c_tit { font-size: 32px; }
    .line_tit { padding-left: 13px; margin: 0 0 20px; }
    .line_tit::before { top: 3px; width: 3px; height: 20px; }
    /* font */
    .h_28 {font-size: 20px;}
    .h_24 {font-size: 19px;}
    .h_22 {font-size: 18px;}
    .p_20 {font-size: 16px; }
    .p_18 {font-size: 15px; }

    /* article 공통 */
    .art_wrap article { padding: 30px 0; }

    /* dots */
    .dot_list li {padding-left: 10px;}
    .dot_list li::before {top:8px;}

    .table_wrap.res { overflow-x: scroll; }
    /* .table_wrap.res table { width: 767px; } */
    .table_wrap.res table tbody td { padding: 12px 5px; line-height: 23px; }
    .table_arrow { display: block; text-align: right; }
    .table_arrow i { font-size:30px; color:#333; }

    /* content */
    /* sec1 */
    #sec1 .art_wrap {margin-top: 30px; }
    #sec1 .table_wrap + p {margin-top: 20px;}





}
