/* 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; }
.flex_tit h2 {flex-shrink: 0; margin-right: 75px;}

/* 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; }
.table_wrap table thead th { background:#223353; padding:16px 10px; font-weight: 600; color:#fff; font-size: 18px; border: 1px solid rgba(255,255,255,0.25); }
.table_wrap table tbody tr { border-top: 1px solid #ddd; }
/* .table_wrap table tbody .subj {background:#f7f7f7; padding:16px 8px; font-weight: 500; color:#000; font-size: 16px; border-right: 1px solid #ddd; } */
.table_wrap table tbody .subt {background:#f7f7f7; padding:16px 8px; font-weight: 500; color:#000; font-size: 16px; border-right: 1px solid #ddd; }

.table_wrap table tbody td { background:#fff; padding:16px 30px; font-weight: 300; color:#000; font-size: 16px; border-right: 1px solid #ddd; }
.table_arrow { display: none; }
.table_wrap + p{margin-top: 30px; text-align: left;}

/*Content CSS*/
/* sec1 */
#sec1 .art_wrap {margin-top: 80px;}
#sec1 .art1 .list {display: flex; justify-content: space-between; }
#sec1 .art1 .list > li {width: calc(50% - 15px); background: #fff; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.09); display: flex; align-items: center; justify-content: center;
padding: 70px 20px; }

#sec1 .art1 h3 {    font-weight: 800; font-family: 'GangwonEduPower';margin-bottom: 30px; }
#sec1 .art1 i {display: block; flex-grow: 0; margin-right: 50px; }
#sec1 .d2_ul li { position:relative; display: flex; margin:0 0 18px; transition: all .3s; align-items: center;}
#sec1 .d2_ul li:last-child { margin-bottom: 0; }
#sec1 .d2_ul li b { display: inline-block; width:75px; height: 28px; line-height: 26px; border-radius: 14px; background-color: #0b3b63;
color:#fff; font-size: 14px; font-weight: bold; letter-spacing: -0.35px; text-align: center; }
#sec1 .d2_ul li p { width:calc(100% - 75px); padding-left: 15px;  }
#sec1 .d2_ul li:nth-child(even) b {background-color: #6b6e73;}
#sec2 .art1 .list > li:nth-child(even) .d2_ul li b {background-color: #6b6e73;}
#sec2 .art1 .list > li:nth-child(even) .d2_ul li:nth-child(even) b {background-color: #0b3b63;}

#sec1 .art2 .line_tit {margin-bottom: 0;}





@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 */
    #sec1 .d2_ul li {display: block; }
    #sec1 .d2_ul li p {padding: 7px 0 0; width: 100%;}


}


@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; }
    #sec1 .art1 .list > li {padding: 40px 20px; flex-direction: column; align-items: center; }
    #sec1 .art1 i {margin:0 0 20px;}
    #sec1 .art1 i img {height: 70px;}
    #sec1 .art1 h3 {margin: 0 0 15px;}
    #sec1 .art1 .txt {width: 100%; }
    #sec1 .d2_ul li { flex-direction: column; align-items:center; display: flex;}
    #sec1 .d2_ul li p { width: 100%; padding: 7px 0 0; }

    #sec1 .art2 {text-align: left; }
    #sec1 .art2 .line_tit {margin-bottom: 35px; }


}

@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; }
    .table_wrap + p{margin-top: 20px;}

    /* content */
    /* sec1 */
    #sec1 .art_wrap {margin-top: 30px; }
    #sec1 .art1 .list {flex-direction: column; align-items: center;}
    #sec1 .art1 .list > li {width: 100%; flex-direction: row; padding: 30px 20px; justify-content: center;}
    #sec1 .art1 .list > li:nth-child(n+2) {margin-top:20px; }
    #sec1 .art1 i {margin:0 30px 0 0;}
    #sec1 .art1 i img {height: auto ;width: 60px;}

    #sec1 .art1 .list .txt {text-align: left ; width: auto; }
    #sec1 .d2_ul li { margin: 0 0 10px; flex-direction: row;}
    #sec1 .d2_ul li b { flex-shrink: 0; }
    #sec1 .d2_ul li p { padding: 0 0 0 10px; }

    #sec1 .art2 .line_tit {margin: 0 0 20px;}


}

@media screen and (max-width:480px) {
    #sec1 .art1 i {margin:0 20px 0 0;}
    #sec1 .d2_ul li { margin: 0 0 10px; flex-direction: column; align-items: flex-start; }
    #sec1 .d2_ul li p { padding: 7px 0 0; }
}
