@charset "utf-8";
@font-face {
    font-family: 'GangwonEduPowerExtraBoldA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduPowerExtraBoldA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.md-0{
    margin-bottom: 0 !important;
}
.mt-0{
    margin-top: 0 !important;
}
.pd-0{
    padding-bottom: 0 !important;
}
.pt-0{
    padding-top: 0 !important;
}
/************************************************ subheader ************************************************/
header .header_bg{
    background:url(../images/common/sub_bg.png) no-repeat;
    height: 640px;
    position: relative;
}

.header_title{
    text-align: center;
    font-size: 42px;
    font-family: 'SEBANG_Gothic_Regular';
    width: 100%;
    padding-top: 20px;
}
.header_title span{
    text-align: center;
    font-size: 48px;
    font-family: 'SEBANG_Gothic_Bold';
    color: #0d5289;
}
.header_img{
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.header_img img{
    display: block;
    margin: 0 auto;
    /* padding: 0 20px; */
}
@media(max-width:1000px){
    .header_title{
        font-size: 26px;
        padding-top: 40px;
    }
    .header_title span{
        font-size: 28px;
    }
    header .header_bg{
        height: 430px;
    }

}
/************************************************ subpage ************************************************/
.page_bg{
    margin-top: 110px;
}
.page_bg>.wrap-1000{
    background-color: #7096cf;
    padding-top: 50px;
   
}
.page_bg h1{
    width: fit-content;
    margin: 0 auto;
    position: relative;
}
.page_bg h1::before{
    content: "";
    width: 25px;
    height: 38px;
    background: url(../images/ico/subpage_icon_01.png) no-repeat;
    position: absolute;
    top: -4px;
    left: -36px;
}
.page_bg h1::after{
    content: "";
    width: 25px;
    height: 38px;
    background: url(../images/ico/subpage_icon_01.png) no-repeat;
    position: absolute;
    top: -5px;
    right: -36px;
    transform: scaleX(-1);
}
.page_bg h1,.page_bg h1 span{
    text-align: center;
    font-family: 'GangwonEduPowerExtraBoldA';
    font-size: 38px;
    color: #203d69;
}
.page_bg h1 span{
    color: #fff;
}
.page_wrap{
    padding-top: 25px;
}
.page_wrap .page{
    width: calc(100% - 423px);
    padding:25px 0 37px  0px
}
.page_wrap .page .list li a p{
    font-size: 17px;
    color: #fff;
    line-height: 1;
    margin-top: 5px;
    line-height: 1.4;
}
.page_wrap .page .list li a {
    padding: 13px 0;
    border-bottom: 1px solid #fff;
}
.page_wrap>li:first-child{
    transform: translateX(-50px);
}
a.link{
    color: #548cd1;
    text-decoration: underline;
}
@media(max-width:1000px){
    .page_bg h1 span{
        display: block;
    }
    .page_bg h1, .page_bg h1 span {
        font-size: 27px;
    }
    .page_wrap{
        flex-wrap: wrap;
        padding-top: 0;
    }
    .page_wrap>li{
        width: 100%;
    }
    .page_wrap>li:first-child{
        order: 3;
        transform: translateX(0);
    }
    .page_wrap .page {
        width: 100%;
        padding:50px 20px 
    }
    .page_bg h1::before{
        width: 39px;
        height: 58px;
        background: url(../images/ico/subpage_icon_01_m.png) no-repeat;
        background-size: cover;
        top: auto;
        bottom:25px;
        left: -46px;
    }
    .page_bg h1::after{
        width: 39px;
        height: 58px;
        background: url(../images/ico/subpage_icon_01_m.png) no-repeat;
        background-size: cover;
        top: auto;
        bottom:25px;
        right: -46px;
    }
}
@media(max-width:767px){
    .page_bg h1::before{
        width: 20px;
        height: 30px;
        bottom: 15px;
        left: -23px;
    }
    .page_bg h1::after{
        width: 20px;
        height: 30px;
        bottom: 15px;
        right: -23px;
    }
    .page_wrap .page {
        width: 100%;
        padding: 30px 20px;
    }
    .page_wrap .page .list li a p{
        font-size: 16px;
    }
}
/************************************************ subpage ************************************************/

/************************************************ sub1 ************************************************/
.sub1>.wrap-900{
    padding-top: 80px;
}

.sub1 .title{
    font-family: 'SEBANG_Gothic_Regular';
}

.sub1 .title b{
    font-family: 'SEBANG_Gothic_Bold';
}

.sub1 .sub_title {
    padding-top: 80px;
    padding-bottom: 30px;
}
.sub1 .sub_title:first-child {padding-top: 0;}

.sub1_wrap>p{
    font-size: 18px;
   color: #666;
}
.sub1_wrap>ul>li{
    padding-bottom: 10px;
}
.sub1_wrap>ul>li>span{
    font-size: 18px;
    font-family: 'LINESeedKR-Bd';
    padding-right: 10px;
}
.sub1_wrap>ul>li>p{
     font-size: 18px;
    color: #666;
}
.sub1_wrap>ul>li>p>a{
    font-size: 18px;
    color: #548cd1;
    text-decoration: underline;
}
.sub1 .table_wrap{
    margin-top: 20px;
}
.sub1 .table_wrap.margin{
    margin-top: 40px;
}
.sub1 .table_wrap table{
    width: 100%;
}
.sub1 .table_wrap table tr th,.sub1 .table_wrap table tr td{
    padding:10px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.sub1 .table_wrap table thead tr th{
    font-size: 18px;
    font-family: 'LINESeedKR-Bd';
    background-color: #0d5289;
    color: #fff;
}
.sub1 .table_wrap table thead tr th.th_border{
    border-right: 1px solid #e1e1e1;
}
.sub1 .table_wrap table tbody th,.sub1 .table_wrap table tbody td{
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    vertical-align: middle;
}
.sub1 .table_wrap table tbody th{
    background-color: #f5f5f5;
    font-size: 16px;
    font-family: 'LINESeedKR-Bd';
    line-height: 1.2;
}
.sub1 .table_wrap table tbody th:first-of-type{
    border-left: 1px solid #e1e1e1;
}
.sub1 .table_wrap table tbody td:first-of-type{
    border-left: 1px solid #e1e1e1;
}
.sub1 .table_wrap table tbody td{
    font-size: 15px;
    letter-spacing: -1.6px;
}
.sub1 .table_wrap_new_1 table tbody td {letter-spacing: -0.5px;}
.sub1 .table_wrap table tbody td b{
     font-family: 'LINESeedKR-Bd';
}
.sub1 .table_wrap table th.border_none,.sub1 .table_wrap table td.border_none{
    background-color: transparent;
    border-bottom-color: transparent;
}

.sub1 .table_wrap table .tb_bg{
    background: #DFE6F7;
}

.sub1 .table_wrap.tb-1 {
    border-top: 1px solid #e1e1e1;
}

.sub1 .table_wrap table.ver2{
    border: 1px solid #e1e1e1;
}

.sub1 .table_wrap table.ver2 tr th,
.sub1 .table_wrap table.ver2 tr td{
    font-size: 20px;
}

.sub1 .table_wrap table.ver2 tr th {
    background-color: #0d5289;
    color: #fff;
    font-family: 'LINESeedKR-Bd';
    border-bottom: 1px solid #fff;
}

.sub1_list{
    margin-top: 60px;
}

.sub1 .sub_title + .sub1_list {margin-top: 0;}

.sub1_list.p-top{
    padding-top: 40px;
}
.sub1_list h6{
    font-size: 18px;
     font-family: 'LINESeedKR-Bd';
     position: relative;
     padding-left: 16px;
     padding-bottom: 10px;
}
.sub1_list h6::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0d5289;
    position: absolute;
    top: 4px;
    left: 0;

}
.sub1_list>p{
    font-size: 18px;
}
.sub1_list>p b,.sub1_wrap p u{
    font-family: 'LINESeedKR-Bd';
    color: #0d5289;
}
.sub1_img{
    display: block;
    margin: 0 auto;
}
.sub1_img a {width: min(435px,49%);}
.sub1_img img {width: 100%;}
.sub1_img_response img:last-child {display: none;}

.sub1_list .list-line li {padding-left: 15px; position: relative; font-size: 18px; line-height: 1.2; color: #555;}
.sub1_list .list-line li:first-child ~ li {margin-top: 10px;}
.sub1_list .list-line li::before {content:""; position: absolute; left: 0; top:9px; width: 7px; height: 1px; background: #333;} 

.sub1 .table_wrap table.ver2 thead tr th{
    font-size: 15px;
    letter-spacing: -0.9px;
}
.sub1 .table_wrap table.ver2 tr td.check{
    font-family: 'LINESeedKR-Bd';
    color: #0d5289;
}

.sub1 .table_wrap table.tb_program tr th{
    font-size: 18px;
}

.sub1 .table_wrap table.tb_program tr td{
    padding: 20px;
    color: #666;
    font-size: 15px;
    text-align: left;
    letter-spacing: -0.02em;
    vertical-align: top;
}

.sub1 .table_wrap table.tb_program tr td *{
    color: #666;
}

.sub1 .table_wrap table.tb_program .tit{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #444;
    font-size: 16px;
    font-family: 'LINESeedKR-Bd';
}

.sub1 .table_wrap table.tb_program .tit>.num{
    display: block;
    font-family: 'LINESeedKR-Bd';
    font-size: 16px;
    color: #fff;
    width: 27px;
    height: 27px;
    line-height: 27px;
    padding-top: 2px;
    margin-right: 5px;
    background-color: #0d5289;
    border-radius: 50%;
    text-align: center;
}

.sub1 .table_wrap table.tb_program .tit b{
    color: #0d5289;
}

.sub1 .table_wrap table.tb_program .list_wrap>li{
    padding-left: 8px;
    text-indent: -8px;
}

.sub1 .table_wrap table.tb_program .img{
    margin-right: 50px;
}

.sub1 .table_wrap table.day2 tr td{
    padding-top: 40px;
    padding-bottom: 40px;
}

.sub1 .table_wrap table.day2 .center_box{
    max-width: 600px;
    width: 100%;
}

.sub1_link{
    display: block;
    margin:0 auto;
    margin-top: 100px;
    width: 100%;
    max-width: 400px;
    font-size: 20px;
    color: #fff;
    background: url(../images/sub/sub03/img_bg.jpg) no-repeat;
    text-align: center;
    padding: 27px 0;
    line-height: 1.3;
    border-radius: 90px;
    background-size: cover;
}
.sub1_link:hover,.sub1_link:active{
    color: #fff;
}
.sub1 .table_title.first{
    padding-bottom: 10px;
}
.sub1 .table_title span{
    display: block;
    font-size: 18px;
    font-family: 'LINESeedKR-Bd';
}
.sub1 .table_title span + p{
    font-size: 18px;
    color: #666;
    margin-left: 10px;
}
.sub1 .table_title span {
    display: block;
    font-size: 18px;
    font-family: 'LINESeedKR-Bd';
}
.sub1 .pd-1 {
    padding-bottom: 10px;
}

.sub1 .table_wrap .center_box{
    width: fit-content;
    margin: 0 auto;
}

.sub1 .table_td_left td:not(:first-child) {text-align: left;}
.sub1 .sub1_list .imgs_1 {flex-wrap: wrap;}
.sub1 .sub1_list .imgs_1 li {width: 100%;}

.sub1 .sub1_list .imgs_3{padding-top: 30px;}
.sub1 .sub1_list .imgs_3 li {width: 32%; max-width: 280px;}



@media(max-width:1000px){
    .sub1_wrap{
        padding: 0 20px;
    }
    .sub1 .table_wrap{
        width: 100%;
        overflow-x: auto;
    }
    .sub1 .table_wrap table {
        width: 900px;
    }
    .sub1_wrap>ul>li>p{
        width: calc(100% - 80px);
        letter-spacing: -0.4px;
    }
    .sub1_wrap>ul>li>p,.sub1_wrap>ul>li>span,.sub1_wrap>ul>li>p>a,.sub1_list ul li,.sub1_list>p{
        font-size: 16px;
        word-break: keep-all;
    }
    .sub1 .sub_title {
        padding-left: 26px;
        letter-spacing: -0.8px;
    }

}

@media (max-width:768px) {
    .sub1_img_response img:first-child {display: none;}
    .sub1_img_response img:last-child {display: block;}
}

@media (max-width:500px) {
    .sub1_img a {width: 100%; text-align: center;}
    .sub1_img a:last-child {margin-top: 20px;}
    .sub1_img img {object-fit: cover;}
}
/************************************************ sub1 ************************************************/

/************************************************ sub2 ************************************************/
/* .head_sub2 .header_top {display: none;}
.head_sub2 .header_top_v2 {display: block;}
.head_sub2 .header_bg {background: url(../images/common/sub2.jpg) no-repeat center top / cover;} */
/* .head_sub2 .header_top ul li {opacity: 0;} */
.sub2>.wrap-900{
    padding-top: 80px;
}

.sub2 .sub2_wrap:first-child .sub_title {padding-top: 0;}

.sub2 .sub_title{
    padding-top:80px;
    padding-bottom: 35px;
}

.sub2_wrap>p{
    font-size: 18px;
   color: #666;
}
.sub2_wrap>ul>li{
    padding-bottom: 10px;
}
.sub2_wrap>ul>li>span{
    font-size: 18px;
    font-family: 'LINESeedKR-Bd';
    padding-right: 10px;
}
.sub2_wrap>ul>li>p{
     font-size: 18px;
    color: #666;
}
.sub2_wrap>ul>li>p>a{
    font-size: 18px;
    color: #548cd1;
    text-decoration: underline;
}
.sub2 .table_wrap{
    margin-top: 20px;
}
.sub2 .table_wrap.margin{
    margin-top: 40px;
}
.sub2 .table_wrap table{
    width: 100%;
}
.sub2 .table_wrap table tr th,.sub2 .table_wrap table tr td{
    padding:10px;
    text-align: center;
}
.sub2 .table_wrap table thead tr th{
    font-size: 18px;
    font-family: 'LINESeedKR-Bd';
    background-color: #0d5289;
    color: #fff;
}
.sub2 .table_wrap table thead tr th.th_border{
    border-right: 1px solid #e1e1e1;
}
.sub2 .table_wrap table tbody th,.sub2 .table_wrap table tbody td{
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    vertical-align: middle;
}
.sub2 .table_wrap table tbody th{
    background-color: #f5f5f5;
    font-size: 16px;
    font-family: 'LINESeedKR-Bd';
    line-height: 1.2;
}
.sub2 .table_wrap table tbody tr:first-of-type{border-top: 1px solid #e1e1e1;}
.sub2 .table_wrap table tbody th:first-of-type{
    border-left: 1px solid #e1e1e1;
}
.sub2 .table_wrap table tbody td:first-of-type{
    border-left: 1px solid #e1e1e1;
}
.sub2 .table_wrap table tbody td{
    font-size: 17px;
    letter-spacing: -1px;
}
.sub2 .table_wrap table tbody td b{
     font-family: 'LINESeedKR-Bd';
}
.sub2 .table_wrap table th.border_none,.sub2 .table_wrap table td.border_none{
    background-color: transparent;
    border-bottom-color: transparent;
}
.sub2 .table_wrap table img {max-width: 100%;}

.sub2_list:not(:last-of-type){
    margin-bottom: 60px;
}
.sub2_list.p-top{
    padding-top: 40px;
}


.sub2_list h5.name {
    font-size: 24px;
    font-family: 'LINESeedKR-Bd';
    text-align: center;
}
.sub2 .table_wrap table caption {
    caption-side: top;
    color: #333;
    font-family: 'LINESeedKR-Bd';
    font-size: 24px;
    text-align: center;
}

.sub2_list h6{
    font-size: 20px;
     font-family: 'LINESeedKR-Bd';
     position: relative;
     padding-left: 16px;
     padding-bottom: 10px;
}
.sub2_list h6::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0d5289;
    position: absolute;
    top: 4px;
    left: 0;
} 

.sub2 .sub2_list h6:not(:first-child) {margin-top: 20px;}

.sub2_list p {font-size: 18px;}
.sub2_list p.last-p {margin-top: 20px; font-family: 'LINESeedKR-Bd';}
.sub2_list .border-line {color: #0d5289; border: 1px solid #0d5289; width: 115px; text-align: center; display: inline-block; margin: 2px; line-height: 26px;}

.sub2_list>p b,.sub2_wrap p u{
    font-family: 'LINESeedKR-Bd';
    color: #0d5289;
}

.sub2_list b{
    font-family: 'LINESeedKR-Bd';
}

.sub2 .table_wrap table.ver2 thead tr th{
    font-size: 15px;
    letter-spacing: -0.9px;
}
.sub2 .table_wrap table.ver2 tr td.check{
    font-family: 'LINESeedKR-Bd';
    color: #0d5289;
}
.sub2 .table_wrap table.ver2.color2 thead tr th{
    background-color: #4eaaf1;
}
.sub2 .table_wrap table.ver2.color2 tr td.check{
    color: #4eaaf1;
}
.sub2 .table_wrap table.ver2.color3 thead tr th{
    background-color: #70c9cc;
}
.sub2 .table_wrap table.ver2.color3 tr td.check{
    color: #70c9cc;
}
.sub2 .table_wrap table.ver2 tr td.etc{
    font-size: 12px;
    letter-spacing: -2px;
}
.sub2 .table_wrap table.ver2 td ul img{
    margin: 0;
    margin-top: -3px;
    margin-right: 5px;
}
.sub2 .table_wrap table.ver2 td ul img.op{
    opacity: 0;
}
.sub2 .table_wrap table.ver2 td ul li{
    line-height: 1.3;
    text-align: left;
    letter-spacing: -0.9px;
}
.sub2 .table_wrap table.ver2 td ul li:last-child{
    padding-left: 21px;
    text-indent: -21px;
}

.sub2 .table_wrap.table_row table{
    border-top: 1px solid #e1e1e1;
}

.sub2 .table_wrap.table_row th{
    font-size: 18px;
    font-family: 'LINESeedKR-Bd';
    background-color: #0d5289;
    color: #fff;
}

.sub2 .table_wrap.table_row th>*{
    color: #fff;
}

.sub2 .table_wrap.table_row table th.border_none,
.sub2 .table_wrap.table_row table td.border_none{
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #e1e1e1;
}

.sub2 .table_wrap .new_table2 th {border-right: 1px solid #e1e1e1;}

.sub2_link{
    display: block;
    margin:0 auto;
    margin-top: 100px;
    width: 100%;
    max-width: 400px;
    font-size: 20px;
    color: #fff;
    background: url(../images/sub/sub03/img_bg.jpg) no-repeat;
    text-align: center;
    padding: 27px 0;
    line-height: 1.3;
    border-radius: 90px;
    background-size: cover;
}
.sub2_link:hover,.sub2_link:active{
    color: #fff;
}

.sub2 .exp{
    display: flex;
    flex-direction: column-reverse;
    margin: 0 10px;
    line-height: 1;
}
.sub2 .exp .a{
    border-top: 1px solid #333;
    padding-top: 3px;
}

.sub2 .table_wrap .table_list>li{
    padding-left: 15px;
    text-indent: -15px;
}

.sub2 .table_wrap .table_list_v2>li{
    padding-left: 10px;
    text-indent: -10px;
}

.sub2 .text_add{
    padding-left: 50px;
    text-indent: -50px;
}

.sub2 a.link{
    font-family: 'LINESeedKR-Bd';
}
.sub2 .table_new table table th,
.sub2 .table_new table table td {font-size: 15px;border-top: 1px solid #e1e1e1;}
/* .sub2 .table_new table table td:last-child {text-align: left;} */

.sub2 .table_new .point_color {
    border: 2px solid #ff0000;
    border-left: 2px solid #ff0000 !important;
    border-right: 1px solid #e1e1e1;
}
.sub2 .table_new .point_color.border_right{
    border-right: 2px solid #ff0000;
    border-left: 1px solid #e1e1e1 !important;
}
.sub2 .table_new .point_color2 {border:2px solid #0000ff}
.sub2 .table_new table table th.color_red,
.sub2 .table_new table table td.color_red {text-align: center; color: #ff0000;}


.sub2 .table_wrap table.img_table {width: 100%;}
.sub2 .table_wrap table.img_table thead tr th{
    font-size: 18px;
    font-family: 'LINESeedKR-Bd';
    background-color: #666;
    color: #fff;
}
.sub2 .table_wrap table.img_table thead tr th.th_border_bottom{
    border-bottom: 1px solid #e1e1e1;
}
.sub2 .table_wrap table.img_table tbody td b{
     font-family: 'LINESeedKR-Bd';
}

.sub2 .sub2_list .list_line li {padding-left: 15px; position: relative; font-size: 18px;}
.sub2 .sub2_list .list_line li::before {content:""; position: absolute; top:10px; left:0; width: 7px; height: 1px; background: #333;}
 
.sub2 .sub2_list .table_wrap .table_tit {    
    color: #333;
    font-size: 18px;
    font-family: 'LINESeedKR-Bd';
}

.sub2 .table_td_left table tbody td {text-align: left;}
.sub2  h6 .sub2_list_tit_bg {background: #0d5289; color: #fff; padding: 5px;}
 
.sub2 .logo h5 {    
    color: #333;
    font-family: 'LINESeedKR-Bd';
    font-size: 24px;
    text-align: center;
    padding: .75rem 0 ;
}

.sub2 .file_btn {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.sub2 .file_btn a{
    text-align: center;
    background-color: #0d5289;
    color: #fff;
    font-size: 18px;
    padding: 9px 15px;
    margin-bottom: 20px;
}

@media(max-width:1000px){
    .head_sub2 .header_img img {max-height: 230px;}
    .sub2_wrap{
        padding: 0 20px;
    }
    .sub2 .table_wrap{
        width: 100%;
        overflow-x: auto;
    }
    .sub2 .table_wrap table {
        width: 900px;
    }
    .sub2_wrap>ul>li>p{
        width: calc(100% - 80px);
        letter-spacing: -0.4px;
    }
    .sub2_wrap>ul>li>p,.sub2_wrap>ul>li>span,.sub2_wrap>ul>li>p>a,.sub2_list ul li,.sub2_list>p{
        font-size: 16px;
        word-break: keep-all;
    }
    .sub2 .sub_title {
        padding-left: 26px;
        letter-spacing: -0.8px;
    }

}


/************************************************ sub2 ************************************************/

/************************************************ sub3 ************************************************/
/* .head_sub3 .header_top {display: none;}
.head_sub3 .header_top_v2 {display: block;} */
/* .head_sub3 .header_bg {background: url(../images/common/sub3.jpg) no-repeat center top / cover;} */

.sub3>.wrap-900{
    padding-top: 80px;
}
/* .sub2 .sub_title.first{
    padding-top: 40px;
} */
.title{
    font-family: 'SEBANG_Gothic_Bold';
    text-align: center;
    font-size: 32px;
    padding-bottom: 50px;
}
.txt_box{
    padding: 50px;
    background-color: #f5f5f5;
    font-size: 20px;
    text-align: justify;
    line-height: 1.3;
    word-break: keep-all;
    letter-spacing: -0.8px;
}
.sub3 .table_wrap{
    margin-top: 20px;
}
.sub3 .table_wrap table{
    width: 100%;
}

.sub3 .table_wrap table tr th,.sub3 .table_wrap table tr td{
    padding:10px;
    text-align: center;
}
.sub3 .table_wrap table thead tr th{
    font-size: 18px;
    font-family: 'LINESeedKR-Bd';
    background-color: #666;
    color: #fff;
}
.sub3 .table_wrap table thead tr th.th_border{
    border-right: 1px solid #e1e1e1;
}
.sub3 .table_wrap table thead tr th.th_border_bottom{
    border-bottom: 1px solid #e1e1e1;
}

.sub3 .table_wrap table tbody th,.sub3 .table_wrap table tbody td{
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    vertical-align: middle;
}

.sub3 .table_wrap table tbody th{
    background-color: #f5f5f5;
    font-size: 16px;
    font-family: 'LINESeedKR-Bd';
    line-height: 1.2;
}
.sub3 .table_wrap table tbody th:first-of-type{
    border-left: 1px solid #e1e1e1;
}
.sub3 .table_wrap table tbody td:first-of-type{
    border-left: 1px solid #e1e1e1;
}
.sub3 .table_wrap table tbody td{
    font-size: 17px;
    letter-spacing: -1px;
}
.sub3 .table_wrap table tbody td b{
     font-family: 'LINESeedKR-Bd';
}
.sub3 .table_wrap table th.border_none,.sub3 .table_wrap table td.border_none{
    background-color: transparent;
    border-bottom-color: transparent;
}

.sub3 .table_wrap table tr td span{
    font-size: 14px;
    line-height: 1.3;
    display: inline-block;
    margin-top: 5px;
}
.sub3 .table_wrap table tr td u.red{
    color: #ff0000;
}
.sub3 .table_wrap table tr td u.blue{
    color: #0000ff;
}
.sub3 .table_wrap table tr td.text-left p{
    padding-left: 13px;
    text-indent: -13px;
}

.sub3 .img_box.first{
    padding: 50px 0;
    border: 1px solid #e1e1e1;

}
.sub3 .img_box img{
    display: block;
    margin: 0 auto;
}
.sub3 .table_wrap table .point_color {
    border: 2px solid #ff0000;
    border-right: 2px solid #ff0000;
    border-bottom: 1px solid #e1e1e1;
}
.sub3 .table_wrap  table .point_color.border_bottom{
    border-bottom: 2px solid #ff0000;
    border-top: 1px solid #e1e1e1;
}

.sub_title{
    font-family: 'LINESeedKR-Bd';
    font-size: 26px;
    padding-top: 90px;
    padding-bottom: 15px;
    padding-left: 26px;
    text-indent: -26px;
    word-break: keep-all;
}
.sub_title img{
    margin-right: 5px;
    vertical-align: text-top;
}
.q_person p,.a_person p{
    text-align: center;
    font-size: 20px;   
    width: 160px;
    padding: 2px 0;
    padding-top: 3px;
    background-color: #2c74ae;
    color: #fff;
    border-radius: 35px;
    margin-right: 15px;
}
.a_person.a_1 p{
    background-color: #f08700;
}
.a_person.a_2 p{
    background-color: #5ebb97;
}
.a_person.a_3 p{
    background-color: #363a9a;
}
.a_person.a_4 p{
    background-color: #363a9a;
}
.a_person.a_5 p{
    background-color: #6f4c36;
}

.a_person.a_6 p{background: #bb765e ;}
.a_person.a_7 p{background: #cf7ad2 ;}

.a_person.a_8 p{background: #63c1d5 ;}
.a_person.a_9 p{background: #528f5c ;}


.q_txt,.a_txt{
    width: calc(100% - 160px);
}
.q li,.a li{
    padding: 15px 0;
}
.q,.a.qna_border{
    border-bottom: 1px dashed #e1e1e1;
}

.a_txt p,.q_txt p{
    font-size: 18px;
    text-align: justify;
    color: #666666;
    line-height: 1.4;
    word-break: keep-all;
    margin-top: 7px;
}
.q_txt p{
    font-size: 20px;
    color: #0d5289;
    letter-spacing: -0.5px;
    line-height: 1.3;
}
.q_txt p span{
    color: #0d5289;
}
.qna_img{
  padding-top: 15px;
}
.qna_img>li{
    width: calc(50% - 15px);
}
.qna_img_box{
    padding: 15px 0 25px 0;
}
.title.last{
    padding-top: 100px;
    padding-bottom: 0;
}
.sub_title.custom{
    padding-top: 50px;
}
.sub3 .title.last{
    margin-bottom: 45px;
}

@media(max-width:1000px){
    .head_sub3 .header_img img {max-height: 230px;}
    .title {
        padding: 0 20px;
        padding-bottom: 50px;
        font-size: 26px;
    }
    .txt_box {
        padding: 50px 20px;
        font-size: 18px;
        letter-spacing: -1px;
        text-align: left;
    }
    .sub3 .table_wrap {
        width: 100%;
        overflow-x: auto;
    }
    .sub3 .table_wrap table.ver2,.sub3 table.ver2.last {
        width: 900px;
    }
    .sub3 table th, .sub3 table td {
        font-size: 18px;
    }
    .sub3 .img_box.first {
        padding: 0 20px;
        padding-top: 50px;
    }
    .qna_img{
        flex-wrap: wrap;
    }
    .qna_img>li{
     width: 100%;
    }
    .qna_img>li:first-child{
        margin-bottom: 30px;
    }
    .sub_title {
        padding: 0 20px;
        padding-top: 90px;
        padding-bottom: 15px;
        padding-left: 46px;
        font-size: 24px;
    }
    .qna,.sub3 .img_box,.sub3 .img_box + .qna_img{
        padding: 0 20px;
        padding-top: 15px;
    }
    .q,.a{
        flex-wrap: wrap;
    }
    .q_txt, .a_txt {
     width: 100%;
    }
    .q_txt p {
        font-size: 18px;
        margin-top: 0;
    }
    .a_txt p{
        font-size: 16px;
        margin-top: 0;
        letter-spacing: -1.2px;
    }
    .q_person p, .a_person p{
        margin-right: 0;
    }
    .q li.q_txt,.a li.a_txt{
        padding-top: 0;
    }
    .q_txt p {
        letter-spacing: -1.8px;
    }
}




/************************************************ sub3 ************************************************/

/************************************************ sub4 ************************************************/

.sub4 .txt_box {
    padding-bottom: 20px;
}
.sub4 .txt_box ul{
    padding-top: 40px;
}
.sub4 .txt_box ul li{
    padding-right: 60px;
    padding-bottom: 30px;
}
.sub4 .txt_box ul li:nth-child(3n){
    padding-right: 0;
}
.sub4 .txt_box ul li .num{
    display: block;
    font-family: 'LINESeedKR-Bd';
    font-size: 16px;
    color: #fff;
    width: 27px;
    height: 27px;
    line-height: 27px;
    padding-top: 2px;
    margin-right: 5px;
    background-color: #0d5289;
    border-radius: 50%;
    text-align: center;
}

.sub4 .sub_title {
    padding-top: 80px;
    padding-bottom: 30px;
}

.sub4_wrap>p{
     font-size: 18px;
    color: #666;
}
.sub4_wrap>p span{
    color: #ff0000;
}

.sub4 .table_wrap table tr td span{
    font-size: 14px;
    line-height: 1.3;
    display: inline-block;
    margin-top: 5px;
}
.sub4 .table_wrap table tr td u.red{
    color: #ff0000;
}
.sub4 .table_wrap table tr td u.blue{
    color: #0000ff;
}
.sub4 .table_wrap table tr td.text-left p{
    padding-left: 13px;
    text-indent: -13px;
}


@media(max-width:1000px){
    .sub4_wrap{
        padding: 0 20px;
    }
    .sub4 .table_wrap{
        width: 100%;
        overflow-x: auto;
    }
    .sub4 .table_wrap table {
        width: 900px;
    }
    .sub4_wrap>ul>li>p{
        width: calc(100% - 80px);
        letter-spacing: -0.4px;
    }
    .sub4_wrap>ul>li>p,.sub4_wrap>ul>li>span,.sub4_wrap>ul>li>p>a,.sub4_list ul li,.sub4_list>p{
        font-size: 16px;
        word-break: keep-all;
    }
    .sub4 .sub_title {
        padding-left: 26px;
        letter-spacing: -0.8px;
    }
    .sub4 .txt_box ul li {
        padding-right: 0;
        width: 100%;
    }
}
/************************************************ sub4 ************************************************/


/************************************************ sub5 ************************************************/
.sub5>.wrap-900{
    padding-top: 80px;
}
.sub5 .pd-1{
    padding-bottom: 10px;
}
.sub5 .txt_box{
    line-height: 1.3;
}
.sub5 .txt_box span{
    color: #0d5289;
}
.sub5 .txt_box .etc{
    color: #666666;
    font-size: 18px;
    padding-top: 40px;
}
.sub5 .sub5_1{
    padding-top: 60px;
}
.sub5_flex{
    padding-bottom: 40px;
}
.sub5_flex>div{
    width: calc(50% - 10px);
}
.sub5 .table_title{
    padding-bottom: 20px;
}
.sub5 .table_title.first{
    padding-bottom: 10px;
}
.sub5 .table_title span{
    display: block;
    font-size: 18px;
    font-family: 'LINESeedKR-Bd';
}
.sub5 .table_title span + p{
    font-size: 18px;
    color: #666;
    margin-left: 10px;
}
.sub5 .sub5_1>li:last-child .table_wrap{
    margin-bottom: 40px;
}
.sub5 .table_title.last>span{
    padding-bottom: 20px;
}
.sub5 .table_title.box{
    padding-top: 20px;
}
.sub5 .table_wrap table{
    width: 100%;
}

.sub5 .table_wrap table tr th,.sub5 .table_wrap table tr td{
    padding:10px;
    text-align: center;
}
.sub5 .table_wrap table thead tr th{
    font-size: 18px;
    font-family: 'LINESeedKR-Bd';
    background-color: #0d5289;
    color: #fff;
}
.sub5 .table_wrap table thead tr th{
    border-right: 1px solid #e1e1e1;
}
.sub5 .table_wrap table thead tr th.th_border{
    border-right: 1px solid #e1e1e1;
}
.sub5 .table_wrap table thead tr th.th_border_bottom{
    border-bottom: 1px solid #e1e1e1;
}
.sub5 .table_wrap table tbody th,.sub5 .table_wrap table tbody td,.sub5 .table_wrap table thead th{
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    vertical-align: middle;
}
.sub5 .table_wrap table tbody th{
    background-color: #f5f5f5;
    font-size: 16px;
    font-family: 'LINESeedKR-Bd';
    line-height: 1.2;
}
.sub5 .table_wrap table tbody th:first-of-type{
    border-left: 1px solid #e1e1e1;
}
.sub5 .table_wrap table tbody td:first-of-type{
    border-left: 1px solid #e1e1e1;
}
.sub5 .table_wrap table tbody td.td_first{
    background-color: #f2f2f2;
    font-family: 'LINESeedKR-Bd';
}
.sub5 .table_wrap table thead th.thead_ch{
    background-color: #f2f2f2;
    font-family: 'LINESeedKR-Bd';
    border-top: 1px solid #e1e1e1;
    color: #333;
}
.sub5 .table_wrap table tbody tr th.tbody_ch{
    font-family: 'LINESeedKR-Bd';
    background-color: #0d5289;
    color: #fff;
}

.sub5 .table_wrap table tbody td{
    font-size: 15px;
    letter-spacing: -1px;
    padding-top: 13px;
}
.sub5 .table_wrap table tbody td b{
     font-family: 'LINESeedKR-Bd';
}
.sub5 .table_wrap table th.border_none,.sub5 .table_wrap table td.border_none{
    background-color: transparent;
    border-bottom-color: transparent;
}
.sub5 .table_wrap table tbody td span,.sub5 .table_wrap table thead tr th span{
    color: #ff0000;
}
.sub5 .table_wrap table thead th.thead_ch span{
    font-family: 'LINESeedKR-Bd';
}
.sub5 .sub5_flex.table_wrap table.table_custom  tbody td{
    padding: 25px 10px;
    padding-top: 29px;
}
.sub5 .sub5_flex.table_wrap table  tbody td{
    border-left: none;
}
.sub5 .sub5_flex.table_wrap table  tbody td:last-of-type{
    border-right: none;
}
.sub5 .table_list{
    width: fit-content;
    margin: 0 auto;
    margin-top: 5px;
}
.sub5 .table_list li{
    font-size: 14px;
    color: #666;
    text-align: left;
    padding-left: 8px;
    text-indent: -8px;
    position: relative;
}
.sub5 .table_wrap.table_bottom{
    margin-bottom: 40px;
}
.sub5 .table_wrap table.table_ver2 tbody td:first-of-type{
    font-family: 'LINESeedKR-Bd';

}
.sub5 .table_wrap table.table_ver2  tbody td p{
   margin-left: 40px;
}
.sub5 .table_wrap table.table_ver2  tbody td p span{
    padding-left: 10px;
    text-indent: -10px;
    color: #333;
    display: block;
}
.sub5 .table_wrap table.graph_table tbody td p{
    font-size: 18px;
     font-family: 'LINESeedKR-Bd';
    padding-top: 20px;
}
.sub5 .content.check{
    margin-top: 80px;
    background: url(../images/sub/sub04/bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 100px;
    padding-bottom: 80px;
}
.sub5 .content.check h1{
    text-align: center;
    font-size: 32px;
    font-family: 'SEBANG_Gothic_Bold';
    padding-bottom: 50px;
    position: relative;
    width: 278px;
    margin: 0 auto;
}
.sub5 .content.check h1::after{
    content: "";
    width: 278px;
    height: 24px;
    background: url(../images/sub/sub04/sub_icon_01.png) no-repeat;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
}
.sub5 .content.check table{
    background-color: #fff;
}
.sub5 .content.check .table_wrap{
    max-width: 800px;
    margin: 0 auto;
}
.sub5 .content.check .table_wrap table thead tr th {
    background-color: #444;
}
.sub5 .content.check .table_wrap table tbody th{
    background-color: #fff;
}
.sub5 .content.check .check_list{
    margin-left: 25px;
}
.sub5 .content.check .check_list>li{
    position: relative;
    font-family: 'LINESeedKR-Bd';
    font-size: 15px;
    color: #444;
    text-align: left;
    padding-bottom: 15px;
}
.sub5 .content.check .check_list>li:last-child{
    padding-bottom: 0;
}
.sub5 .content.check .check_list>li::before{
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/sub/sub05/sub_icon_03.png) no-repeat;
    position: absolute;
    top: 0px;
    padding-bottom: 20px;
    left: -20px;
}
.sub5 .content.check .check_list>li> b{
    background: linear-gradient(to top, #ececec 50%, transparent 50%);
}

.sub5 .content.check .check_list2{
    text-indent: 0;
}

.sub5 .content.check .check_list2>li{
    position: relative;
    padding-left: 12px;
}

.sub5 .content.check .check_list2>li::before{
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/sub/sub05/sub_icon_02.png) no-repeat;
    position: absolute;
    top: 5px;
    left: 0px;
}

.sub5 .content.check .list_wrap>ul>li{
    padding-left: 10px;
    text-indent: -10px;
}
.sub5 .content.check .list_wrap .sub_list{
    padding-left: 10px;
}

.sub5 .content.check .check_list .table_wrap table{
    border: 1px solid #e1e1e1;
}

.sub5 .content.check .check_list .table_wrap table th{
    color: #fff;
    background: #666;
}

.sub5 .content.check .check_list .table_wrap table table th{
    color: #fff;
    background: #999;
}

.sub5 .content.check .check_list .table_wrap table th span{
    font-family: 'LINESeedKR-RG';
    color: #fff;
    font-size: 14px;
}
.sub5 .content .sub_list i{
    font-style: normal;
    text-decoration: underline;
}

.sub5 .content.check .check_list li .table_wrap th {
    font-size: 16px;
}
.sub5 .content.check .check_list li .table_wrap td {
    padding: 13px 6px 6px;
    font-size: 14px;
}

.sub5 .table_point_color tr th:last-child {border:2px solid #0000ff; border-bottom:0; }
.sub5 .table_point_color tr td:last-child {border:2px solid #0000ff; border-bottom:1px solid #e1e1e1;  border-top:0}
.sub5 .table_point_color tr:last-child td:last-child {border-bottom:2px solid #0000ff;}
.sub5 .table_new 

.sub5 .img_box{
    margin-bottom: 40px;
}
.sub5 .img_box img{
    display: block;
    margin: 0 auto;
}
.sub5 .result_graph h4{
    width: 100%;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-family: 'LINESeedKR-Bd';
    background-color: #0d5289;
    padding: 7px 0;
    padding-top: 12px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.sub5 .result_graph h4::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
}
.sub5 .result_graph h4::after{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
}
.sub5 .result_graph .img_box{
    background-color: #f5f7fc;
    padding: 50px;
    border-radius: 20px;
}
.sub5 .result_graph.last .img_box{
    padding: 30px;
}
@media(max-width:1000px){
    .sub5 .sub_title{
        font-size: 22px;
    }
    .sub5_1, .sub5 .sub5_1>li:last-child .table_title{
        flex-wrap: wrap;
    }
    .sub5 .sub5_1>li:last-child {
        width: 100%;
    }
    .sub5 .sub5_1>li:first-child {
        width: fit-content;
        margin-right: 0;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .sub5 .sub5_1>li:last-child .table_title>*{
        width: 100%;
    }
    .sub5 .table_title span + p {
        margin-left: 0;
        margin-top: 10px;
        font-size: 16px;
    }
    .sub5 .table_title ul li p{
        padding-left: 10px;
        text-indent: -10px;
    }
   .sub5 .content{
        padding: 0 20px;
    }
    .sub5 .table_wrap{
        width: 100%;
        overflow-x: auto;
    }
    .sub5 .table_wrap > table {
        width: 900px;
    }
    .sub5_flex>div{
        width:440px;
    }
    .sub5_flex>div:first-of-type{
        margin-right: 20px;
    }
    .sub5 .sub5_flex.table_wrap table{
        width:440px;
    }
    .sub5_wrap>ul>li>p{
        width: calc(100% - 80px);
        letter-spacing: -0.4px;
    }
    .sub5_wrap>ul>li>p,.sub5_wrap>ul>li>span,.sub5_wrap>ul>li>p>a,.sub5_list ul li,.sub5_list>p{
        font-size: 16px;
        word-break: keep-all;
    }
    .sub5 .sub_title {
        padding-left: 26px;
        letter-spacing: -0.8px;
    }
    .sub5 .txt_box ul li {
        padding-right: 0;
        width: 100%;
    }

    .sub5 .result_graph h4{
        font-size: 18px;
    }
    .sub5 .result_graph .img_box{
        padding: 15px;
    }
}
/************************************************ sub5 ************************************************/
