/* sub1_1 */
.sub_content{
    width: 100%;
}

.route{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ebebeb;
}

.route .center02{
    display: flex;
    height: 100%;
}

.route .center02>i{
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ebebeb;
    box-sizing: border-box;
    font-size: 20px;
    color: #999;
}

.sub_select{
    width: 180px;
    height: 100%;
    position: relative;
}

.now_menu{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    cursor: pointer;
}

.sub_select:nth-of-type(2) .now_menu{
    border-left: 1px solid rgba(235, 235, 235, 0.3);
}

.now_menu p{
    font-size: 14px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.now_menu i{
    font-size: 18px;
}

.sub_select ul{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    z-index: 9;
    display: none;
}

.sub_select ul li{
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Pretendard-Medium', sans-serif;
    margin: 12px 0;
}

.sub1_1_sec1{
    width: 100%;
    height: 560px;
    background-image: url(../images/sub1_1_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub1_1_sec1 .center02{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sub1_1_sec1 p{
    font-size: 28px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.bar{
    width: 2px;
    height: 120px;
    background-color: #5aaff5;
    margin: 50px 0 50px 5px;
}

.sub1_1_sec1 span{
    font-size: 56px;
    color: #fff;
    font-family: 'Pretendard-Bold', sans-serif;
    line-height: 70px;
    display: block;
}

.sub1_1_sec2{
    width: 100%;
    padding: 80px 0 150px;
}

.sub1_1_sec2 .center02{
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 27px;
}

.sub1_1_sec2 span.cafe24_t{
    font-size: 56px;
    display: block;
}

.sub1_1_sec2 span.cafe24_t span{
    color: #0498f3;
}


/* sub1_2 */
.sub1_2_sec1{
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.sub1_2_sec1 p{
    font-size: 26px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.sub1_2_sec2{
    width: 100%;
    padding-top: 50px;
}

.box_text{
    display: flex;
    align-items: end;
    justify-content: center;
}

.box_text p{
    font-size: 100px;
    color: #e0e0e0;
    font-family: 'twaysky', sans-serif;
}

.b_t{
    font-size: 26px;
    font-family: 'Pretendard-Medium', sans-serif;
    text-align: center;
    line-height: 43px;
    margin: 0 80px;
}

.b_t span{
    font-size: 30px;
    font-family: 'Pretendard-ExtraBold', sans-serif;
}

.sub1_2_sec2 ul{
    width: 1000px;
    display: flex;
    margin: 100px auto;
}

.sub1_2_sec2 ul li{
    width: 28%;
}

.sub1_2_sec2 ul li:nth-child(2){
    width: 44%;
}

.num_title{
    width: 100%;
    border-bottom: 2px solid #ebebeb;
    display: flex;
    align-items: baseline;
}

.sub1_2_sec2 ul li:nth-child(2) .num_title{
    justify-content: center;
}

.sub1_2_sec2 ul li:nth-child(2) .text01{
    padding-left: 35%;
}

.num{
    font-size: 26px;
    color: #0498f3;
    font-family: 'Pretendard-Bold', sans-serif;
    padding: 0 2px 8px;
    border-bottom: 3px solid #0498f3;
    margin-bottom: -2px;
    margin-right: 15px;
}

.num_title>p{
    font-size: 22px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.text01{
    width: 100%;
    padding: 30px 0 0 55px;
    box-sizing: border-box;
}

.text_f{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #555;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 28px;
}

.text_f2{
    align-items: baseline;
}

.text_f p{
    font-size: 16px;
    color: #555;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 28px;
}

.circle02{
    width: 5px;
    height: 5px;
    background-color: #c2c2c2;
    border-radius: 5px;
    margin-right: 8px;
}

.sub1_2_sec3{
    width: 100%;
    background-image: url(../images/sub1_2_bg.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: contain;
    padding: 300px 0 150px;
}

.text_box1{
    width: 100%;
    background-color: #fff;
    padding-top: 50px;
}

.text_box1 img{
    display: block;
    margin: 0 auto;
}

.text_box1 img:nth-of-type(1){
    margin-bottom: 30px;
}

.text_box1 img:nth-of-type(2){
    margin-top: 40px;
}

.t_b1{
    font-size: 16px;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 28px;
    text-align: center;
}

.t_b1 span{
    font-size: 20px;
    font-family: 'Pretendard-Bold', sans-serif;
    display: block;
    line-height: 32px;
}


/* sub1_4 */
.sub1_4_sec1{
    width: 100%;
    padding: 60px 0 150px;
}

.sub1_4_sec1 .center02>p{
    text-align: center;
    font-size: 26px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.sub1_4_sec1 .center02>p span{
    font-family: 'Pretendard-ExtraBold', sans-serif;
}

.sub1_4_sec1 ul{
    width: 100%;
    margin-top: 50px;
    border-top: 1px solid #d7d7d7;
}

.sub1_4_sec1 ul li{
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
}

.faq_title{
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.f_t{
    display: flex;
    align-items: center;
}

.f_t p{
    font-size: 18px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.sp{
    font-size: 26px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-right: 15px;
}

.plus_minus i{
    font-size: 25px;
}

.plus_minus i.xi-minus-thin{
    display: none;
}

.faq_content{
    width: 100%;
    border-top: 1px solid #d7d7d7;
    background-color: #f8f8f8;
    padding: 30px 45px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 25px;
    word-break: keep-all;
    display: none;
}

.sub1_4_sec1 ul li.faq_on .f_t p{
    color: #00a5ff;
}

.sub1_4_sec1 ul li.faq_on .sp{
    color: #00a5ff;
}

.sub1_4_sec1 ul li.faq_on .plus_minus i{
    color: #00a5ff;
}

.sub1_4_sec1 ul li.faq_on i.xi-plus-thin{
    display: none;
}

.sub1_4_sec1 ul li.faq_on .plus_minus i.xi-minus-thin{
    display: block;
}


/* sub1_5 */
.sub1_5_sec1{
    width: 100%;
    padding: 60px 0 150px;
}

.ceo_circle1{
    width: 170px;
    height: 170px;
    background-color: rgba(196, 196, 196, 0.2);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.ceo_circle2{
    width: 140px;
    height: 140px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0a5fb0;
    color: #fff;
    font-size: 30px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.ceo_bar1{
    background-color: #d2d2d2;
    width: 1px;
    height: 100px;
    margin: -15px auto 0;
}

.ceo_bar2{
    width: 960px;
    height: 1px;
    background-color: #d2d2d2;
    margin: 0 auto;
}

.sub1_5_sec1 ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sub1_5_sec1 ul li{
    width: 20%;
}

.ceo_bar3{
    background-color: #d2d2d2;
    width: 1px;
    height: 75px;
    margin: 0 auto;
}

.c_con{
    width: 100%;
    border: 1px solid #3cb5e5;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 40px 20px;
    position: relative;
}

.sub1_5_sec1 ul li:last-child .c_con{
    padding: 40px 20px 20px;
}


.c_title{
    width: 150px;
    height: 50px;
    background-color: #0498f3;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.c_con>span{
    font-size: 16px;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 30px;
    display: table;
    margin: 0 auto;
}

.inner_con{
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 15px 0;
    margin-top: 15px;
}

.inner_con p{
    text-align: center;
    font-size: 16px;
    color: #0498f3;
    font-family: 'Pretendard-Bold', sans-serif;
    margin-bottom: 10px;
}

.inner_con span{
    font-size: 14px;
    display: table;
    margin: 0 auto;
    color: #777;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 25px;
}


/* sub1_6 */
.sub1_6_sec1{
    width: 100%;
    padding: 60px 0 150px;
}

.map_box{
    width: 100%;
    height: 550px;
    position: relative;
}

.root_daum_roughmap{
    width: 100% !important;
    height: 100%;
}

.wrap_map{
    height: 100% !important;
}

.map_address{
    width: 450px;
    height: 170px;
    background-color: #0070bb;
    position: absolute;
    right: 0;
    bottom: -50px;
    color: #fff;
    font-size: 26px;
    line-height: 38px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    z-index: 99;
    padding: 25px 30px;
    box-sizing: border-box;
}

.road_box{
    width: 100%;
}

.road{
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid #d2d2d2;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.road:nth-child(2){
    align-items: baseline;
}

.road:last-child{
    border-bottom: 0;
}

.road>p{
    font-size: 28px;
    font-family: 'Pretendard-Medium', sans-serif;
    width: 13%;
}

.road_01{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.line{
    width: 20px;
    height: 20px;
    border-radius: 30px;
    background-color: #3fb54d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-family: 'Pretendard-Bold', sans-serif;
    margin-right: 10px;
}

.road_02>p{
    font-size: 22px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.bus{
    width: 50px;
    height: 25px;
    background-color: #31559b;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-right: 10px;
}

.bus.green{
    background-color: #3fb54d;
}

.road_02 .road_01{
    margin-top: 25px;
    padding-left: 15px;
    box-sizing: border-box;
}

.road_02 .road_01:last-child{
    margin-top: 15px;
}


/* sub2_1 */
.b_t2{
    position: relative;
    line-height: 35px;
}

.b_t2>span{
    font-size: 28px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    display: flex;
    margin-top: 25px;
}

.b_t2 span.cafe24_t{
    font-family: 'Cafe24Shiningstar', sans-serif;
    font-size: 50px;
    margin: 0 25px;
}

.b_t2 img{
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}

.sub2_1_sec1 ul{
    width: 1000px;
    display: table;
    margin: 100px auto 0;
}

.sub2_1_sec1 ul li{
    width: 35%;
    height: 280px;
    float: left;
    margin-bottom: 150px;
    position: relative;
}

.sub2_1_sec1 ul li:nth-child(2){
    width: 40%;
}

.sub2_1_sec1 ul li:nth-child(5){
    width: 40%;
}

.sub2_1_sec1 ul li:nth-child(3n){
    width: 25%;
}

.sub2_1_sec1 ul li:nth-child(2) .num_title {
    justify-content: inherit;
}

.sub2_1_sec1 ul li:nth-child(2) .text01 {
    padding: 20px 0 0 0;
}

.sub2_1_sec1 ul li .text01{
    padding: 20px 0 0 0;
}

.sub2_1_sec1 .num{
    font-size: 18px;
}

.big_t{
    font-size: 28px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-top: 25px;
}

.sub2_1_sec1 ul li>img{
    position: absolute;
    right: 50px;
    bottom: 0;
}

.sub2_1_sec1 ul li:nth-child(3n)>img{
    right: 0;
}


/* sub2_2 */
.sub2_2_sec1{
    width: 100%;
    padding: 50px 0 150px;
}

.sub2_2_sec1 .center02>p{
    text-align: center;
    font-size: 28px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.img_box1{
    width: 1140px;
    margin: 50px auto 0;
}

.sub2_2_sec1 ul{
    width: 1140px;
    margin: 30px auto 0;
    display: flex;
}

.sub2_2_sec1 ul li{
    width: 33.33%;
    padding: 0 30px 30px;
    box-sizing: border-box;
    background-image: linear-gradient(to
    bottom, #c2c2c2 30%, rgba(255,255,255,0) 70%);
    background-position: right;
    background-size: 1px 15px;
    background-repeat: repeat-y;
}

.sub2_2_sec1 ul li:last-child{
    background-image: none;
}

.sub2_2_sec1 ul li>p{
    font-size: 18px;
    font-family: 'Pretendard-Bold', sans-serif;
    margin-bottom: 20px;
}

.sub2_2_sec1 ul li>p:nth-of-type(2){
    margin-top: 40px;
}

.sub2_2_sec1 .text_f{
    font-size: 15px;
    color: #555;
}

.img_box2{
    width: 100%;
    margin: 50px auto 0;
}


/* sub2_3 */
.fade_img{
    width: 100%;
    text-align: center;
    margin-top: 100px;
}

.sub2_3_sec1{
    width: 100%;
    padding: 150px 0;
}

.sub2_3_sec1 ul{
    width: 100%;
}

.sub2_3_sec1 ul li{
    width: 100%;
    display: flex;
    margin-top: 40px;
}

.sub2_3_sec1 ul li p{
    width: 25%;
    font-size: 20px;
    font-family: 'Pretendard-Bold', sans-serif;
}

.sub2_3_sec1 ul li:first-child p{
    color: #30d6a9;
}

.sub2_3_sec1 ul li:nth-child(2) p{
    color: #2ed1db;
}

.sub2_3_sec1 ul li:nth-child(3) p{
    color: #4eaef8;
}

.sub2_3_sec1 ul li:nth-child(4) p{
    color: #4683e9;
}

.sub2_3_sec1 ul li:nth-child(5) p{
    color: #1286ec;
}

.sub2_3_sec1 ul li:last-child p{
    color: #7f8896;
}

.sub2_3_sec1 ul li span{
    width: 75%;
    display: block;
    font-size: 15px;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
}


/* sub2_4 */
.sub2_4_sec1{
    width: 100%;
    padding-top: 50px;
}

.sub2_4_sec1>.center02>p{
    font-size: 22px;
    font-family: 'Pretendard-Regular', sans-serif;
    text-align: center;
    line-height: 35px;
}

.sub2_4_sec1>.center02>p span{
    font-size: 26px;
}

span.under_line{
    font-family: 'Pretendard-Bold', sans-serif;
    line-height: 1.5;
    display: inline;
    background-image: linear-gradient(
          #fff 50%,
          #fffc9c 50%
    );
    background-repeat: no-repeat;
    padding-bottom: 5px;
}

.sub2_4_sec1 ul{
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 60px;
    border-bottom: 1px solid #d7d7d7;
}

.sub2_4_sec1 ul li{
    width: 50%;
    height: 370px;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub2_4_sec1 ul li p{
    font-size: 22px;
    font-family: 'Pretendard-Bold', sans-serif;
    position: absolute;
    top: 0;
    left: 30px;
}

.graph_img{
    width: 70%;
}

.career{
    font-size: 17px;
    line-height: 30px;
    font-family: 'Pretendard-Regular', sans-serif;
    position: absolute;
    bottom: 25%;
    right: 10%;
}

.sub2_4_sec2{
    padding-bottom: 150px;
}

.box_text2{
    align-items: flex-start;
}

.b_t3{
    font-size: 22px;
    line-height: 35px;
    margin-top: 15px;
}

.b_t3 span{
    font-size: 22px;
    font-family: 'Pretendard-Bold', sans-serif;
    color: #0498f3;
}

.bar2{
    width: 1px;
    height: 50px;
    background-color: #ccc;
    margin: -20px auto 15px;
}

.add_text{
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.add_text span{
    font-family: 'Pretendard-Bold', sans-serif;
}

.img_text{
    width: 100%;
    margin-top: 100px;
    display: inline-block;
}

.text_box2{
    background-color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 27px;
    font-family: 'Pretendard-Medium', sans-serif;
    position: relative;
}

.text_box2 span{
    font-size: 28px;
    line-height: 40px;
    display: block;
    margin-bottom: 40px;
}

.img_text1 .text_box2{
    float: right;
    margin-top: -230px;
    margin-right: 100px;
    padding: 40px 0 30px 50px;
}

.img_text2{
    position: relative;
}

.img_text2 .text_box2{
    position: absolute;
    display: inline-block;
    float: none;
    top: 0;
    left: 80px;
    text-align: right;
    padding: 0 50px 80px 0;
}

.img_text2  img{
    float: right;
}


/* sub2_5_1 */
.sub2_5_tab{
    width: 100%;
    padding-top: 35px;
}

.sub2_5_tab ul{
    width: 100%;
    display: flex;
}

.sub2_5_tab ul li{
    width: 130px;
    height: 40px;
    border: 2px solid #c2c2c2;
    border-radius: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #909090;
    font-size: 18px;
    font-family: 'Pretendard-Regular', sans-serif;
    cursor: pointer;
    margin-right: 20px;
}

.sub2_5_tab ul li.tab_on{
    color: #4eaef8;
    border: 2px solid #4eaef8;
    font-family: 'Pretendard-Medium', sans-serif;
}

.sub2_5_1_sec{
    width: 100%;
    margin-top: 100px;
}

.sub2_5_1_sec:last-child{
    padding-bottom: 150px;
}

.s2_5_1_title{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.s2_5_1_title>p{
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.number{
    font-size: 26px;
    color: #003d98;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-right: 15px;
}

.s2_5_1_text{
    width: 100%;
    padding-top: 20px;
    font-size: 15px;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 25px;
}

.s2_5_1_table{
    width: 100%;
    margin-top: 50px;
}

.s2_5_1_table table{
    width: 100%;
    border-collapse: collapse;
    border-bottom: 2px solid #2662a8;
}

.s2_5_1_table table th{
    padding: 8px 0;
    font-weight: normal;
    background-color: #2662a8;
    color: #fff;
    font-size: 17px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s2_5_1_table table th:first-child{
    width: 20%;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}

.s2_5_1_table table th:last-child{
    width: 80%;
}

.s2_5_1_table table td{
    padding: 20px 30px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 25px;
    border-top: 1px solid #ccc;
}

.s2_5_1_table table td p{
    font-size: 21px;
    color: #2662a8;
    font-family: 'Pretendard-Bold', sans-serif;
    text-align: center;
}

.s2_5_1_table table td:first-child{
    width: 20%;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}

.s2_5_1_table table td:last-child{
    width: 80%;
}


/* sub2_5_2 */
.sub2_5_tab2{
    width: 100%;
    margin-top: 80px;
}

.sub2_5_tab2 ul{
    width: 100%;
    display: flex;
}

.sub2_5_tab2 ul li{
    width: 50%;
    border: 1px solid #e5e5e5;
    border-bottom: 2px solid #2662a8;
    box-sizing: border-box;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    font-family: 'Pretendard-Regular', sans-serif;
    color: #999;
    cursor: pointer;
}

.sub2_5_tab2 ul li.tab_on2{
    border: 2px solid #2662a8;
    border-bottom: 0;
    color: #2662a8;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.sub2_5_2_tabcon{
    width: 100%;
    margin-top: 60px;
    display: none;
}

.sub2_5_2_tabcon.tab_on2{
    display: block;
}

.sub2_5_2_tabcon .s2_5_1_text{
    padding-left: 40px;
    box-sizing: border-box;
}

.img_text3{
    width: 100%;
    margin-top: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 40px;
    box-sizing: border-box;
}

.img_text3:nth-of-type(3){
    margin-top: 60px;
}

.img_text3:last-child{
    padding-bottom: 150px;
}

.ex_t{
    width: 48%;
    font-size: 14px;
    color: #555;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 25px;
}

.ex_t p{
    width: 100px;
    height: 35px;
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
    border-radius: 30px;
    background-color: #2662a8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}


/* sub2_5_3 */
.sub2_5_3_sec2{
    width: 100%;
    margin-top: 80px;
}

.box_text2{
    align-items: flex-start;
}

.b_t4{
    font-size: 18px;
    line-height: 30px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin: 20px 50px 0;
}

.b_t4 span{
    font-size: 18px;
    font-family: 'Pretendard-Bold', sans-serif;
}

.sub2_5_3_sec{
    margin-top: 50px;
}

.sub2_5_3_sec .s2_5_1_text{
    padding-left: 40px;
    box-sizing: border-box;
}

.sub2_5_3_sec .img_text3:last-child{
    padding-bottom: 50px;
}

.sub2_5_3_sec .ex_t{
    width: 58%;
}

.sub2_5_3_sec .ex_t>span{
    font-size: 18px;
    display: block;
    font-family: 'Pretendard-Medium', sans-serif;
    color: #333;
    margin-bottom: 15px;
}

.sub2_5_3_sec:last-child{
    padding-bottom: 100px;
}


/* sub2_5_4 */
.s2_5_4_text{
    width: 100%;
    padding: 25px 0 40px;
}

.c_t_flex{
    display: flex;
    align-items: center;
    padding-left: 45px;
    font-size: 17px;
    color: #118ad9;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.circle03{
    width: 4px;
    height: 4px;
    background-color: #118ad9;
    border-radius: 10px;
    margin-right: 10px;
}

.s2_5_4_text>span{
    display: block;
    font-size: 14px;
    color: #555;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 25px;
    margin-top: 8px;
    padding-left: 60px;
}

.border_text{
    border: 5px solid rgba(215, 215, 215, 0.5);
    margin: 20px 70px 0;
    padding: 15px 25px;
    box-sizing: border-box;
    font-size: 14px;
    color: #222;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 25px;
}

.a_fs{
    align-items: baseline;
    line-height: 27px;
}

.f_text{
    font-size: 18px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-bottom: 20px;
    padding-left: 45px;
}

.s2_5_4_text2 .c_t_flex{
    padding-left: 65px;
}

.s2_5_4_text2>span{
    padding-left: 80px;
}

.s2_5_4_text>span>p{
    padding-left: 10px;
}

.s2_5_4_text2 .border_text{
    margin: 20px 90px 0;
}

.border_text span{
    font-size: 16px;
    font-family: 'Pretendard-Bold', sans-serif;
}


/* sub3_1 */
.img_box3{
    width: 100%;
    padding: 60px 0 50px;
}

.sub3_1_sec{
    width: 100%;
    padding-bottom: 150px;
}

.sub3_1_sec .center03>p{
    padding-top: 40px;
    border-top: 1px solid #c2c2c2;
    font-size: 20px;
    color: #1286ec;
    font-family: 'Pretendard-Bold', sans-serif;
    margin-bottom: 20px;
}

.sub3_1_sec span{
    font-size: 14px;
    display: block;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 20px;
}

.sub3_1_sec span p{
    padding-left: 15px;
}


/* sub3_2 */
.sec3_2_sec{
    width: 100%;
    background-image: url(../images/sub3_2_bg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.sub3_2_sec1{
    width: 100%;
    padding: 70px 0 45px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 28px;
}

.sub3_2_sec1 p{
    font-size: 40px;
    font-family: 'Pretendard-Bold', sans-serif;
    margin-bottom: 30px;
}

.sub3_2_sec2{
    width: 100%;
    background-color: #fff;
}

.sub3_2_sec2 .center03{
    padding: 60px 0 80px;
}

.step_num{
    width: 100px;
    height: 35px;
    background-color: #0f77e2;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin: 0 auto;
}

.sub3_2_sec2>.center03>img{
    display: block;
    margin: 40px auto 0;
}

.sub3_2_sec2>.center03>p{
    text-align: center;
    font-size: 22px;
    font-family: 'Pretendard-Bold', sans-serif;
    margin-top: 30px;
}

.sub3_2_sec2>.center03>span{
    text-align: center;
    font-size: 16px;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 27px;
    display: block;
    margin-top: 30px;
}

.sec_arrow1{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.sub3_2_text{
    font-size: 17px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    line-height: 35px;
    display: table;
    margin: 40px auto 0;
}

.sub3_2_text>span{
    font-size: 15px;
    color: #555;
    font-family: 'Pretendard-Regular', sans-serif;
    display: block;
    line-height: 33px;
    padding: 5px 25px 40px;
    box-sizing: border-box;
}


/* sub3_3 */
.sec3_3_sec{
    width: 100%;
    background-image: url(../images/sub3_3_bg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.sub3_3_sec2>.center03>span{
    text-align: left !important;
    display: table;
    margin: 40px auto 0;
}

.sub3_3_sec2>.center03>span p{
    padding-left: 15px;
}


/* sub4_1_1 */
.sub4_1_1{
    width: 100%;
    margin-top: 80px;
}

.sub4_1_1:last-child{
    padding-bottom: 150px;
}

.s4_1_1_con{
    padding: 0 50px;
    box-sizing: border-box;
}

.s4_1_1_con>img{
    margin-top: 40px;
}

.s4_1_1_inner{
    width: 100%;
    margin-top: 40px;
}

.s4_1_1_inner:first-child{
    margin-top: 20px;
}

.s4_1_1_inner>p{
    font-size: 16px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    display: flex;
    align-items: center;
}

.s4_1_1_inner>p>span{
    font-size: 12px;
    margin-right: 5px;
}

.inner_flex{
    width: 100%;
    padding-left: 20px;
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.inner_flex:nth-of-type(1){
    margin-top: 15px;
}

.inner_flex_s{
    align-items: flex-start;
}

.subject{
    width: 110px;
    height: 30px;
    background-color: #3c88ff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-right: 15px;
}

.inner_flex>p{
    font-size: 14px;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 20px;
}

.inner_flex>p span{
    font-size: 12px;
    color: #ff0000;
}


/* sub4_1_2 */
.s4_1_2_text{
    width: 100%;
    padding: 25px 0 5px;
}

.s4_1_2_text>img{
    display: block;
    margin: 20px auto 0;
}


/* sub4_1_3 */
.sub4_1_3_sec{
    width: 100%;
    padding: 80px 0 150px;
}

.sub4_1_3_sec p{
    text-align: center;
    font-family: 'yg-jalnan', sans-serif;
    font-size: 35px;
}

.sub4_1_3_sec img{
    display: block;
    margin: 30px auto 0;
}


/* sub4_2 */
.sub4_2_sec1{
    width: 100%;
}

.s4_2_sec1{
    width: 100%;
    padding: 60px 0 80px;
    background-image: url(../images/sub4_2_bg01.jpg);
    background-position: 100% 0;
    background-repeat: no-repeat;
}

.s4_2_sec1 p{
    font-size: 50px;
    font-family: 'yg-jalnan', sans-serif;
    text-align: center;
}

.span_t1{
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 18px;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 28px;
    margin-top: 20px;
}

.span_t1 span{
    font-family: 'Pretendard-Bold', sans-serif;
}

.span_t1 img{
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 180px;
}

.s4_2_sec2{
    width: 100%;
    height: 480px;
    background-image: url(../images/sub4_2_bg02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.span_t2{
    font-size: 16px;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 30px;
    text-align: center;
}

.span_t2>span{
    font-size: 20px;
    display: block;
    font-family: 'Pretendard-Bold', sans-serif;
}

.span_t2 span.under_line{
    background-image: linear-gradient(
          #fff 50%,
          #cceeff 50%
    );
    padding-bottom: 2px;
}

.sub4_2_sec2{
    width: 100%;
    padding-top: 180px;
}

.plan{
    width: 100%;
    border-left: 3px solid #00a1fd;
    box-sizing: border-box;
    padding: 0 40px 180px;
    position: relative;
}

.plan:last-child{
    border-left: 3px solid #fff;
}

.plan_month{
    height: 35px;
    background-color: #00a1fd;
    font-size: 18px;
    font-family: 'yg-jalnan', sans-serif;
    color: #fff;
    position: absolute;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    top: -65px;
    left: 35px;
}

.plan_month i{
    position: absolute;
    transform: rotate(180deg);
    top: 34px;
    left: 10px;
    color: #00a1fd;
}

.pl_1{
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-left: -56px;
}

.pl_1 img{
    margin-right: 30px;
}

.pl_1 p{
    font-size: 24px;
    font-family: 'yg-jalnan', sans-serif;
    line-height: 30px;
}

.pl_1 p span.under_line{
    font-size: 14px;
    font-family: 'yg-jalnan', sans-serif;
    padding: 3px;
}

.pl_2{
    width: 85%;
    margin: 25px 0 0 5px;
    border: 2px solid #d7d7d7;
    box-sizing: border-box;
    border-radius: 15px;
    display: inline-block;
    padding: 13px 20px;
}

.pl_2_t{
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
    margin: 7px 0;
}

.circle04{
    width: 4px;
    height: 4px;
    border-radius: 5px;
    background-color: #464646;
    margin-right: 5px;
}

.pl_2_t p{
    font-size: 15px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.pl_2_t p span{
    font-family: 'Pretendard-Bold', sans-serif;
}

.pl_3{
    font-size: 14px;
    color: #555;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 23px;
    margin: 25px 0 0 5px;
}

.pl_2_w{
    width: 45%;
}

.pl_2_w .pl_2_t{
    width: 100%;
}

.pl_2_t2_a{
    align-items: baseline;
}

.pl_2_t2_a p{
    line-height: 22px;
}


/* sub4_3_1 */
.sub4_3_tab ul{
    justify-content: center;
}

.sub4_3_tab ul li{
    width: 350px;
    margin: 0 10px;
}

.sub4_3_sec{
    width: 100%;
    padding: 60px 0 150px;
}

.sub4_3_sec ul{
    width: 100%;
}

.sub4_3_sec ul li{
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0 60px;
    display: flex;
}

.sub4_3_sec ul li:last-child{
    border-bottom: 0;
}

.s4_5_title{
    width: 35%;
    font-size: 20px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    line-height: 30px;
}

.s4_5_title p{
    font-size: 16px;
    color: #0090ff;
    font-family: 'Pretendard-Bold', sans-serif;
    margin-bottom: 7px;
}

.s4_5_con{
    width: 65%;
    font-size: 15px;
    color: #555;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 25px;
    margin-top: 42px;
}


/* sub4_4 */
.sub4_4_sec1{
    width: 100%;
}

.sub4_4_sec2{
    width: 100%;
    padding: 100px 0 150px;
}

.sub4_4_sec2 .center02{
    display: table;
}

.b_r_box1,
.b_r_box2,
.b_r_box3{
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    float: left;
}

.b_r_title{
    height: 50px;
    padding: 0 45px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 50px;
    font-family: 'GmarketSansBold', sans-serif;
    position: absolute;
    left: 30px;
    top: -25px;
}

.b_r_box1{
    width: 43%;
    height: 300px;
    border: 3px solid #2bc1b3;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
}

.b_r_box1 .b_r_title{
    background-color: #2bc1b3;
}

.b_r_box2{
    width: 52%;
    height: 300px;
    border: 3px solid #288acd;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    margin-left: 5%;
}

.b_r_box2 .b_r_title{
    background-color: #288acd;
}

.b_r_box3{
    width: 100%;
    padding: 60px 50px;
    border: 3px solid #00a5fd;
    margin-top: 80px;
    font-size: 18px;
    font-family: 'GmarketSansMedium', sans-serif;
    line-height: 33px;
}

.b_r_box3 .b_r_title{
    background-color: #00a5fd;
}

.check_text{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: 'GmarketSansMedium', sans-serif;
    line-height: 30px;
    padding: 10px 0;
}

.check_text img{
    margin-right: 15px;
}

.check_text_a{
    align-items: flex-start;
}

.check_text_a img{
    margin-top: 5px;
}


/* sub4_5 */
.sub4_5_sec{
    width: 100%;
    text-align: center;
    padding: 80px 0 150px;
}


/* sub5_1 */
.sub5_1_sec{
    width: 100%;
    padding: 80px 0 150px;
}

.bar3{
    width: 25px;
    height: 3px;
    background-color: #0084ff;
    margin-bottom: 10px;
}

.sub5_1_sec p{
    font-size: 30px;
    font-family: 'Pretendard-Bold', sans-serif;
}

.sub5_1_sec span{
    display: block;
    font-size: 14px;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 28px;
    margin-top: 35px;
}

.sub5_1_sec img{
    display: block;
    margin: 80px auto 0;
}


/* sub5_2_1 */
.sub5_2_tab li{
    width: 180px !important;
}

.sub5_2_1_sec1{
    width: 100%;
    margin-top: 80px;
}

.sub5_2_1_sec1:last-child{
    padding-bottom: 150px;
}

.sub5_2_1_sec1>.center03>p{
    font-size: 26px;
    font-family: 'Pretendard-Bold', sans-serif;
}

.sub5_2_1_sec1 ul{
    width: 100%;
}

.sub5_2_1_sec1 ul li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.sub5_1_title{
    width: 15%;
    border-top: 2px solid #6e6e6e;
    padding-top: 25px;
}

.sub5_1_title p{
    font-size: 18px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.sub5_1_con{
    width: 70%;
    border-top: 2px solid #d7d7d7;
    padding: 25px 13px;
    box-sizing: border-box;
    font-size: 15px;
    color: #555;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 27px;
}

.s_5_1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.s_5_1:last-child{
    margin-bottom: 0
}

.cicle_title{
    width: 180px;
    height: 90px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    text-align: center;
}

.c_t_gr{
    background-color: #61d1af;
}

.c_t_sk{
    background-color: #5dd7f3;
}

.c_t_bl{
    background-color: #4f93e2;
}

.s_5_1 span{
    width: 68%;
    display: inline-block;
    font-size: 13px;
    line-height: 23px;
}


/* sub5_3_1 */
.sub5_3_1_sec{
    width: 100%;
    padding: 60px 0 150px;
}

.sub5_3_1_sec>.center02>p{
    text-align: center;
    font-size: 30px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.sub5_3_1_sec ul{
    display: table;
    margin: 60px auto 0;
}

.sub5_3_1_sec ul li{
    height: 220px;
    display: flex;
    align-items: flex-start;
}

.n_s01{
    margin-right: 45px;
    text-align: center;
}

.b_circle{
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #1286ec;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b_circle p{
    font-size: 26px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    line-height: 33px;
}

.b_circle p span{
    color: #1286ec;
}

.b_num{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #1286ec;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-family: 'Pretendard-Medium', sans-serif;
    top: 0;
    left: 0;
}

.n_s01 i{
    font-size: 40px;
    color: #aeaeae;
    margin-top: 15px;
}

.n_s02{
    height: 100%;
    padding-left: 35px;
    border-left: 1px solid #464646;
    position: relative;
}

.n_s02 p{
    font-size: 20px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.n_s02 span{
    display: block;
    font-size: 15px;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 27px;
    margin-top: 15px;
}

.black_circle{
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #203b53;
    border-radius: 5px;
    top: 0;
    left: -3px;
}


/* sub5_3_2 */
.sub5_3_2_sec{
    background-image: url(../images/sub5_3_2_bg.jpg);
    margin-top: 40px;
}

.sub5_3_2_sec1{
    width: 100%;
    padding: 100px 0 50px;
    text-align: center;
    font-size: 24px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.comma_text{
    font-size: 33px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.comma_text img{
    margin-bottom: 20px;
}

.sub5_3_2_sec1 span{
    font-size: 45px;
}

span.nanum_pen{
    font-family: 'Nanum Pen Script', sans-serif;
    display: block;
    margin-top: 5px;
}

.sub5_3_2_sec2{
    width: 100%;
    background-color: #fff;
    padding-bottom: 150px;
}

.check_text2{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 35px;
    padding-top: 60px;
}

.po_text{
    display: inline-flex;
    justify-content: center;
    margin-top: 65px;
    position: relative;
    font-size: 20px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.po_text span{
    font-size: 50px;
    margin-left: 15px;
}

.po_text img{
    position: absolute;
    top: -50px;
    right: -20px;
}

.sub5_3_2_sec3{
    width: 100%;
    padding-top: 100px;
}

.text_box3{
    width: 100%;
    padding-top: 50px;
}

.border_title{
    display: inline-block;
    padding: 20px 60px 40px 30px;
    border-radius: 30px 150px 0 0;
    color: #fff;
    font-size: 20px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.bt_gr{
    background-color: #00caa3;
}

.bt_sk{
    background-color: #3bb5e4;
}

.bt_bl{
    background-color: #1286ec;
}

.s_con{
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 50px 55px;
    box-sizing: border-box;
    position: relative;
    top: -25px;
    font-size: 18px;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 30px;
    display: inline-block;
}

.s_con>p{
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.s_con>p img{
    margin-right: 10px;
}

.s_con2>p{
    width: 100%;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s_con2>p:last-child{
    margin-bottom: 35px;
}


/* sub5_4 */
.sub5_4_sec1{
    width: 100%;
    padding: 60px 0 80px;
}

.sub5_4_sec1>.center03>p{
    font-size: 24px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-bottom: 25px;
}

.s_5_4_sec1{
    width: 100%;
    margin-top: 65px;
}

.s_5_4_sec1_m{
    margin-top: 0;
}

.s_5_4_sec1>p{
    font-size: 21px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    padding-left: 10px;
    border-left: 3px solid #0a5fb0;
    line-height: 23px;
    margin-bottom: 30px;
}

.s_5_4_sec1 ul{
    width: 100%;
}

.s_5_4_sec1 ul li{
    width: 100%;
    border-top: 1px solid #e1e1e1;
    padding: 25px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.s_5_4_sec1 ul li:first-child{
    border-top: 0;
    padding: 0 0 25px;
}

.icon_box{
    margin: 0 30px;
}

.step_text{
    color: #555;
    font-size: 14px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.step_text span{
    display: block;
    font-size: 14px;
    color: #285fac;
    font-family: 'Pretendard-ExtraBold', sans-serif;
}

.step_text p{
    font-size: 18px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin: 10px 0 7px;
    color: #333;
}

.sub5_4_sec2{
    width: 100%;
    background-color: #0a5fb0;
    padding: 60px 0;
    text-align: center;
}

.sub5_4_sec2 p{
    font-size: 28px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-bottom: 40px;
}

.sub5_4_sec2 p span{
    color: #fff47b;
}

.s_5_4_sec2{
    padding-bottom: 150px;
}

.circle05{
    background-color: #888;
}

.s_5_4_sec2 .text_f{
    color: #333;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-bottom: 13px;
}


/* sub5_5 */
.sub5_5_sec1{
    width: 100%;
    padding: 60px 0 30px;
}

.sub5_5_sec1 .comma_text{
    text-align: center;
}

.sub5_5_sec1 .comma_text span{
    display: inline-block;
    color: #1286ec;
    font-size: 50px;
    margin: 0 20px;
}

.sub5_5_sec1>.center02>img{
    display: block;
    margin: 40px auto 30px;
}

.s5_5_sec1{
    display: table;
    margin: 0 auto;
}

.s5_5_sec1>p{
    font-size: 30px;
    font-family: 'Pretendard-Bold', sans-serif;
    padding-bottom: 3px;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
}

.s5_5_sec1 .text_f{
    color: #333;
    padding-left: 10px;
    box-sizing: border-box;
}

.s5_5_sec2{
    width: 880px;
    height: 200px;
    margin: 80px auto 0;
    border: 2px solid #1286ec;
    box-sizing: border-box;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.blue_title{
    width: 530px;
    height: 55px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
    background-color: #1286ec;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.b_in_text .text_f{
    color: #333;
    font-size: 18px;
    line-height: 35px;
}

.sub5_5_sec2{
    width: 100%;
    background-image: url(../images/sub5_5_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 90px;
}

.arrow_title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.arrow_title p{
    font-size: 40px;
    color: #fff;
    font-family: 'Pretendard-ExtraBold', sans-serif;
}

.sub5_5_sec2 ul{
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.sub5_5_sec2 ul li{
    width: 31.5%;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.sub5_5_sec2 ul li p{
    background-color: #1286ec;
    color: #fff;
    font-size: 24px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    text-align: center;
    padding: 20px 0;
}

.sub5_5_sec2 ul li span{
    width: 100%;
    display: block;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 33px;
    padding: 30px 50px 40px;
    box-sizing: border-box;
}

.sub5_5_sec2 ul li span img{
    margin-right: 10px;
}

.sub5_5_sec4 p{
    font-size: 25px;
    font-family: 'Pretendard-Bold', sans-serif;
}

.sub5_5_sec4 span{
    font-family: 'Pretendard-Regular', sans-serif;
}

.sub5_5_sec3{
    width: 100%;
    padding-left: 15px;
    font-size: 14px;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 25px;
}

.sub5_5_sec4:last-child{
    padding-bottom: 150px;
}


/* sub5_6 */
.sub5_6_text{
    font-size: 14px;
    padding-left: 45px !important;
}

.sub5_6_text p{
    padding-left: 10px;
}

.sub5_6_sec{
    width: 100%;
    margin-top: 60px;
}

.sub5_6_sec>img{
    display: block;
    margin: 0 auto 20px;
}

.sub5_6_sec>p{
    font-size: 28px;
    font-family: 'yg-jalnan', sans-serif;
    margin-bottom: 25px;
    text-align: center;
}

.sub5_6_sec>p>span{
    display: block;
}

span.jalnan01{
    font-size: 24px;
    color: #0a5fb0;
}

span.jalnan02{
    font-size: 16px;
}

.s_5_4_sec1 .step_text{
    line-height: 20px;
}

.s_5_4_sec1 .step_text p{
    font-size: 16px;
    margin: 0;
}

.sub2_5_3_sec:last-child .sub5_6_text{
    padding-bottom: 100px;
}


/* sub6_1 */
.sub6_1_sec{
    width: 100%;
    padding: 60px 0 150px;
}

p.board_title{
    text-align: center;
    font-size: 35px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.board_input{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 60px 0 25px;
}

.search_select{
    width: 90px;
    height: 35px;
    border-bottom: 1px solid #c2c2c2;
    position: relative;
    margin-right: 15px;
}

.search_select i{
    position: absolute;
    color: #777;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 18px;
}

.search_select select{
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-Regular', sans-serif;
    padding: 0;
    color: #333;
}

.search_text{
    width: 300px;
    height: 35px;
    border-bottom: 1px solid #c2c2c2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search_text input[type='text']{
    width: 90%;
    height: 100%;
    padding: 0;
    border: 0;
}

.search_text input[type='text']::placeholder{
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-Regular', sans-serif;
}

.search_text input[type='text']:-ms-input-placeholder{
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-Regular', sans-serif;
}

.search_text i{
    color: #777;
    font-size: 20px;
    cursor: pointer;
}

.sub6_1_sec ul{
    width: 100%;
    border-top: 2px solid #555;
}

.sub6_1_sec ul li{
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    padding: 40px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.news_thumb{
    width: 260px;
    height: 180px;
}

.news_thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_text{
    width: 70%;
    margin-left: 45px;
    cursor: pointer;
}

.news_text:hover .n_title{
    text-decoration: underline;
}

.n_title{
    display: inline-block;
    font-size: 22px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.n_con{
    width: 100%;
    font-size: 15px;
    color: #777;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 25px;
    margin: 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.n_upload{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999;
    font-family: 'Pretendard-Regular', sans-serif;
}

.n_upload i{
    font-size: 18px;
    margin-right: 3px;
}

.page_btn{
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_btn a{
    font-size: 16px;
    font-family: 'Pretendard-Light', sans-serif;
    color: #777;
    margin: 0 13px;
}

.page_btn a.page_num{
    color: #555;
    font-family: 'Pretendard-Medium', sans-serif;
}

.page_btn a.page_next{
    width: 30px;
    height: 30px;
    border: 1px solid #c2c2c2;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* sub6_1_d */
.sub6_1_d_sec{
    width: 100%;
    padding: 60px 0 150px;
}

.sub6_1_d_sec ul{
    width: 100%;
    margin-top: 60px;
    border-top: 2px solid #555;
}

.sub6_1_d_sec ul li{
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
}

.news_d_title{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_d_title p{
    font-size: 22px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.news_d_con{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.source{
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
}

.source_title{
    display: flex;
    align-items: center;
    font-size: 15px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.source_title i{
    color: #a1a1a1;
    font-size: 20px;
    margin-right: 5px;
    transform: rotate(-45deg);
}

.source_link{
    margin-left: 30px;
}

.source_link a{
    font-size: 14px;
    color: #555;
    font-family: 'Pretendard-Regular', sans-serif;
    text-decoration: underline;
}

.back_btn{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.back_btn a{
    width: 150px;
    height: 40px;
    border: 1px solid #959595;
    font-size: 16px;
    color: #959595;
    font-family: 'Pretendard-Regular', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}


/* sub7_1 */
.sub7_1_sec table{
    width: 100%;
    border-top: 2px solid #555;
    border-collapse: collapse;
}

.sub7_1_sec table th{
    border-bottom: 1px solid #d7d7d7;
    font-weight: normal;
    padding: 10px 0;
    font-size: 16px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.sub7_1_sec table td{
    border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
    font-family: 'Pretendard-Regular', sans-serif;
    padding: 25px 0;
    text-align: center;
}

.sub7_1_sec table td:nth-child(2){
    text-align: left;
    cursor: pointer;
}

.sub7_1_sec table td:nth-child(2):hover{
    text-decoration: underline;
}

.sub7_1_sec table td:last-child{
    font-family: 'Pretendard-Light', sans-serif;
    color: #777;
}

.fix_list{
    background-color: #f8f8f8;
}

.fix{
    font-family: 'Pretendard-Medium', sans-serif;
    color: #ff6731;
}


/* sub8_1 */
.board_title img{
    display: block;
    margin: 0 auto 15px;
}

.board_title span{
    display: block;
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 27px;
    margin-top: 10px;
}

.application{
    width: 500px;
    margin: 60px auto 0;
}

.application_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.application_list>p{
    width: 30%;
    font-size: 17px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.application_list>input[type='text']{
    width: 70%;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.application_list>input[type='text']::placeholder{
    font-size: 14px;
    color: #bababa;
    font-family: 'Pretendard-Light', sans-serif;
}

.application_list>input[type='text']:-ms-input-placeholder{
    font-size: 14px;
    color: #bababa;
    font-family: 'Pretendard-Light', sans-serif;
}

.radio{
    width: 70%;
    height: 45px;
    display: flex;
    align-items: center;
}

.radio p{
    font-size: 17px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.radio_check{
    display: flex;
    align-items: center;
    margin-right: 30px;
    cursor: pointer;
}

.radio_circle{
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
}

.check_circle{
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: #fff;
}

.radio_circle.c_on .check_circle{
    background-color: #006fba;
}

.subject_select{
    width: 70%;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
}

.subject_select i{
    position: absolute;
    color: #aeaeae;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 18px;
}

.subject_select select{
    font-size: 14px;
    font-family: 'Pretendard-Light', sans-serif;
    color: #333;
}

.in_se{
    width: 70%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.in_se_input{
    width: 45%;
    height: 100%;
    font-size: 17px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.in_se_input input{
    width: 70%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 5px;
}

.line_select{
    width: 45%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
}

.line_select i{
    position: absolute;
    color: #aeaeae;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 18px;
}

.line_select select{
    font-size: 14px;
    font-family: 'Pretendard-Light', sans-serif;
    color: #333;
}

.application_list2{
    display: block;
}

.application_list2 textarea{
    width: 100%;
    height: 130px;
    margin-top: 7px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f8f8f8;
}

.application_list2 textarea::placeholder{
    font-size: 14px;
    color: #bababa;
    font-family: 'Pretendard-Light', sans-serif;
}

.application_list2 textarea:-ms-input-placeholder{
    font-size: 14px;
    color: #bababa;
    font-family: 'Pretendard-Light', sans-serif;
}

.agree_box{
    width: 500px;
    margin: 50px auto 0;
}

.agree_box>p{
    font-size: 20px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.a_b_box{
    width: 100%;
    height: 150px;
    overflow: auto;
    margin-top: 7px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px 15px;
    color: #555;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Pretendard-Light', sans-serif;
}

.check_text3{
    width: 100%;
    font-size: 15px;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-top: 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.check_text3.check_on i{
    color: #006fba;
}

.check_text3 i{
    color: #ccc;
    font-size: 22px;
    margin-right: 5px;
}

.apply_btn{
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.apply_btn input{
    width: 180px;
    height: 45px;
    background-color: #464646;
    border-radius: 5px;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
}































/* mobile */
@media screen and (max-width: 767px){

    /* sub1_1 */
    .sub_content{
        margin-top: 13vh;
    }

    .route{
        height: 35px;
    }

    .route .center02{
        width: 100%;
    }

    .route .center02>i{
        width: 35px;
        font-size: 16px;
        border-left: 0;
    }

    .sub_select{
        width: 120px;
        /* border-right: 1px solid #ebebeb; */
    }

    .sub_select:nth-of-type(2){
        border-right: 0;
    }

    .sub_select:nth-of-type(2) .now_menu {
        /* border-left: 1px solid #ebebeb; */
    }

    .now_menu{
        padding: 0 5px;
        /* border-right: 0; */
    }

    .now_menu p{
        font-size: 12px;
    }

    .now_menu i{
        font-size: 14px;
    }

    .sub_select ul{
        top: 35px;
    }

    .sub_select ul li{
        padding: 0 10px;
        font-size: 12px;
    }

    .sub1_1_sec1{
        height: 180px;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    }

    .sub1_1_sec1 p{
        font-size: 16px;
    }

    .bar{
        width: 2px;
        height: 30px;
        margin: 15px 0 15px 5px;
    }

    .sub1_1_sec1 span{
        font-size: 20px;
        line-height: 27px;
    }

    .sub1_1_sec2{
        padding: 30px 0 50px;
    }

    .sub1_1_sec2 .center02{
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .sub1_1_sec2 .center02 br.m_none{
        display: none;
    }

    .sub1_1_sec2 span.cafe24_t{
        font-size: 24px;
    }


    /* sub1_2 */
    .sub1_2_sec1{
        padding: 10px 0;
    }

    .sub1_2_sec1 p{
        font-size: 16px;
        text-align: center;
    }

    .sub1_2_sec2{
        padding-top: 30px;
    }

    .box_text p{
        font-size: 43px;
    }

    .b_t{
        width: 80%;
        font-size: 12px;
        line-height: 20px;
        margin: 0;
    }

    .b_t span{
        font-size: 14px;
    }

    .sub1_2_sec2 ul{
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .sub1_2_sec2 ul li{
        width: 100%;
        margin-top: 30px;
    }

    .sub1_2_sec2 ul li:nth-child(2){
        width: 100%;
    }

    .sub1_2_sec2 ul li:nth-child(2) .num_title{
        justify-content: flex-start;
    }

    .sub1_2_sec2 ul li:nth-child(2) .text01{
        padding: 10px 0 0 35px;
    }

    .num{
        font-size: 16px;
        padding: 0 2px 5px;
        border-bottom: 2px solid #0498f3;
        margin-bottom: -1px;
        margin-right: 10px;
    }

    .num_title>p{
        font-size: 14px;
    }

    .text01{
        padding: 10px 0 0 35px;
    }

    .text_f{
        font-size: 12px;
        line-height: 20px;
        letter-spacing: -0.5px;
    }

    .text_f p{
        font-size: 16px;
        line-height: 28px;
    }

    .circle02{
        width: 4px;
        height: 4px;
    }

    .sub1_2_sec3{
        padding: 45px 0 50px;
        margin-top: 30px;
    }

    .text_box1{
        padding: 20px 15px 0;
        box-sizing: border-box;
    }

    .text_box1 img{
        width: 15px;
    }

    .text_box1 img:nth-of-type(1){
        margin-bottom: 15px;
    }

    .text_box1 img:nth-of-type(2){
        margin-top: 15px;
    }

    .t_b1{
        font-size: 10px;
        line-height: 20px;
        word-break: keep-all;
    }

    .t_b1 br{
        display: none;
    }

    .t_b1 br.m_br{
        display: block;
    }

    .t_b1 span{
        font-size: 16px;
        line-height: 25px;
    }


    /* sub1_4 */
    .sub1_4_sec1{
        padding: 30px 0 50px;
    }

    .sub1_4_sec1 .center02>p{
        font-size: 14px;
    }

    .sub1_4_sec1 ul{
        margin-top: 30px;
    }

    .faq_title{
        padding: 10px 5px;
    }

    .f_t p{
        font-size: 12px;
    }

    .sp{
        font-size: 14px;
        margin-right: 10px;
    }

    .plus_minus i{
        font-size: 16px;
    }

    .faq_content{
        padding: 10px;
        font-size: 10px;
        line-height: 20px;
    }


    /* sub1_5 */
    .sub1_5_sec1{
        padding: 30px 0 50px;
    }

    .ceo_circle1{
        width: 100px;
        height: 100px;
    }

    .ceo_circle2{
        width: 80px;
        height: 80px;
        font-size: 20px;
    }

    .ceo_bar1{
        width: 50%;
        height: 1px;
        margin: -50px 0 0;
    }

    .ceo_bar2{
        display: none;
    }

    .sub1_5_sec1 ul{
        width: 100%;
        display: block;
        border-left: 1px solid #d2d2d2;
        padding-top: 50px;
    }

    .sub1_5_sec1 ul li{
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 50px;
    }

    .ceo_bar3{
        width: 20%;
        height: 1px;
        margin: 0;
    }

    .c_con{
        width: 70%;
        padding: 20px 10px 10px;
        border-radius: 10px;
    }

    .sub1_5_sec1 ul li:last-child .c_con{
        padding: 20px 10px 10px;
    }

    .c_title{
        width: 100px;
        height: 30px;
        top: -15px;
        font-size: 14px;
    }

    .c_con>span{
        font-size: 12px;
        line-height: 20px;
    }

    .inner_con{
        width: 100%;
        padding: 10px 0;
        margin-top: 10px;
        border-radius: 10px;
    }

    .inner_con p{
        font-size: 14px;
        margin-bottom: 5px;
    }

    .inner_con span{
        font-size: 12px;
        line-height: 20px;
    }


    /* sub1_6 */
    .sub1_6_sec1{
        padding: 30px 0 50px;
    }

    .map_box{
        height: 300px;
    }

    .map_address{
        width: 85%;
        height: initial;
        bottom: -40px;
        font-size: 14px;
        line-height: 25px;
        padding: 10px 15px;
    }

    .road_box{
        margin-top: 50px;
    }

    .road{
        padding: 20px 0;
        display: block;
        margin-top: 0;
    }

    .road>p{
        font-size: 16px;
        width: 100%;
        margin-bottom: 15px;
    }

    .road_01{
        font-size: 12px;
    }

    .line{
        width: 15px;
        height: 15px;
        font-size: 10px;
        margin-right: 5px;
    }

    .road_02>p{
        font-size: 12px;
    }

    .bus{
        width: 35px;
        height: 15px;
        font-size: 10px;
        margin-right: 5px;
    }

    .road_02 .road_01{
        margin-top: 15px;
        padding-left: 0;
    }

    .road_02 .road_01:last-child{
        margin-top: 10px;
    }


    /* sub2_1 */
    .b_t2{
        line-height: 22px;
    }

    .b_t2>span{
        font-size: 14px;
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .b_t2 span.cafe24_t{
        font-size: 24px;
        margin: 0 5px;
    }

    .b_t2 img{
        width: 70px;
        bottom: -5px;
        margin-left: 15px;
    }

    .sub2_1_sec1 ul{
        width: 90%;
        display: block;
        margin: 50px auto;
    }

    .sub2_1_sec1 ul li{
        width: 100%;
        height: 200px;
        float: none;
        margin-bottom: 20px;
    }

    .sub2_1_sec1 ul li:nth-child(2){
        width: 100%;
    }

    .sub2_1_sec1 ul li:nth-child(5){
        width: 100%;
    }

    .sub2_1_sec1 ul li:nth-child(3n){
        width: 100%;
    }

    .sub2_1_sec1 ul li:nth-child(2) .num_title {
        justify-content: inherit;
    }

    .sub2_1_sec1 ul li:nth-child(2) .text01 {
        padding: 10px 0 0 0;
    }

    .sub2_1_sec1 ul li .text01{
        padding: 10px 0 0 0;
    }

    .sub2_1_sec1 .num{
        font-size: 14px;
    }

    .big_t{
        font-size: 16px;
        margin-top: 15px;
    }

    .sub2_1_sec1 ul li>img{
        right: 0;
    }

    .sub2_1_sec1 ul li:nth-child(3n)>img{
        right: 0;
    }


    /* sub2_2 */
    .sub2_2_sec1{
        padding: 30px 0 0;
    }

    .sub2_2_sec1:last-child{
        padding-bottom: 50px;
    }

    .sub2_2_sec1 .center02>p{
        font-size: 14px;
    }

    .img_box1{
        width: 100%;
        margin: 20px auto 0;
    }

    .img_box1 img{
        width: 100%;
    }

    .sub2_2_sec1 ul{
        width: 100%;
        margin: 0;
        display: block;
    }

    .sub2_2_sec1 ul li{
        width: 100%;
        padding: 20px 0;
        background-image: none;
        border-bottom: 1px dashed #c2c2c2;
    }

    .sub2_2_sec1 ul li>p{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .sub2_2_sec1 ul li>p:nth-of-type(2){
        margin-top: 20px;
    }

    .sub2_2_sec1 .text_f{
        font-size: 12px;
    }

    .img_box2{
        width: 100%;
        margin: 30px auto 0;
    }

    .img_box2 img{
        width: 100%;
    }


    /* sub2_3 */
    .fade_img{
        width: 100%;
        margin-top: 30px;
    }

    .fade_img img{
        width: 100%;
    }

    .sub2_3_sec1{
        padding: 0 0 50px;
    }

    .sub2_3_sec1 ul li{
        display: block;
        margin-top: 30px;
    }

    .sub2_3_sec1 ul li p{
        width: 100%;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .sub2_3_sec1 ul li span{
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        padding-bottom: 15px;
        word-break: keep-all;
        letter-spacing: -0.5px;
    }

    .sub2_3_sec1 ul li:last-child span{
        border-bottom: 0;
    }


    /* sub2_4 */
    .sub2_4_sec1{
        padding-top: 30px;
    }

    .sub2_4_sec1>.center02>p{
        font-size: 14px;
        line-height: 20px;
        word-break: keep-all;
    }

    .sub2_4_sec1>.center02>p span{
        font-size: 16px;
    }

    span.under_line{
        padding-bottom: 3px;
    }

    .sub2_4_sec1 ul{
        width: 100%;
        display: inline-block;
        margin-top: 40px;
        padding-bottom: 30px;
    }

    .sub2_4_sec1 ul li{
        width: 100%;
        height: inherit;
        display: block;
        margin-bottom: 30px;
    }

    .sub2_4_sec1 ul li p{
        font-size: 16px;
        top: 0;
        left: 0;
        position: inherit;
        text-align: center;
    }

    .graph_img{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .graph_img img{
        width: 80%;
    }

    .career{
        font-size: 12px;
        line-height: 25px;
        position: inherit;
        bottom: 0;
        right: 0;
    }

    .sub2_4_sec2{
        padding-bottom: 200px;
    }

    .box_text2{
        align-items: flex-start;
    }

    .b_t3{
        font-size: 12px;
        line-height: 20px;
        margin-top: 0;
    }

    .b_t3 span{
        font-size: 12px;
    }

    .bar2{
        height: 30px;
        margin: 5px auto 15px;
    }

    .add_text{
        font-size: 14px;
        word-break: keep-all;
        line-height: 23px;
    }

    .img_text{
        margin-top: 30px;
    }

    .img_text img{
        width: 100%;
        /* display: none; */
    }

    .text_box2{
        font-size: 12px;
        line-height: 20px;
        word-break: keep-all;
    }

    .text_box2 br{
        display: none;
    }

    .text_box2 br.m_br{
        display: block;
    }

    .text_box2 span{
        font-size: 14px;
        line-height: 22px;
        display: block;
        margin-bottom: 15px;
    }

    .img_text1 .text_box2{
        width: 95%;
        margin-top: -30px;
        margin-right: 0;
        padding: 10px;
    }

    .img_text2 .text_box2{
        width: 95%;
        top: 130px;
        left: 0;
        padding: 10px;
    }


    /* sub2_5_1 */
    .sub2_5_tab{
        padding-top: 10px;
    }

    .sub2_5_tab ul{
        display: inline-block;
    }

    .sub2_5_tab ul li{
        width: 30.33%;
        margin: 1.5%;
        float: left;
        height: 25px;
        font-size: 12px;
        margin-right: 0;
        border: 1px solid #c2c2c2;
    }

    .sub2_5_tab ul li.tab_on{
        border: 1px solid #4eaef8;
    }

    .sub2_5_1_sec{
        margin-top: 30px;
    }

    .sub2_5_1_sec:last-child{
        padding-bottom: 50px;
    }

    .s2_5_1_title>p{
        font-size: 13px;
    }

    .number{
        font-size: 16px;
        margin-right: 5px;
    }

    .s2_5_1_text{
        padding-top: 10px;
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .s2_5_1_table{
        margin-top: 20px;
    }

    .s2_5_1_table table th{
        padding: 5px 0;
        font-size: 12px;
    }

    .s2_5_1_table table td{
        padding: 5px 10px;
        font-size: 10px;
        line-height: 18px;
        letter-spacing: -0.5px;
    }

    .s2_5_1_table table td p{
        font-size: 12px;
    }

    .s2_5_1_table table td:first-child{
        word-break: keep-all;
    }


    /* sub2_5_2 */
    .sub2_5_tab2{
        margin-top: 30px;
    }

    .sub2_5_tab2 ul li{
        border-bottom: 1px solid #2662a8;
        padding: 8px 0;
        font-size: 12px;
    }

    .sub2_5_tab2 ul li.tab_on2{
        border: 1px solid #2662a8;
        border-bottom: 0;
    }

    .sub2_5_2_tabcon{
        margin-top: 30px;
    }

    .sub2_5_2_tabcon .s2_5_1_text{
        padding-left: 0;
    }

    .img_text3{
        margin-top: 30px;
        display: block;
        padding-left: 0;
    }

    .img_text3 img{
        width: 100%;
    }

    .img_text3:nth-of-type(3){
        margin-top: 30px;
    }

    .img_text3:last-child{
        padding-bottom: 50px;
    }

    .ex_t{
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .ex_t p{
        width: 50px;
        height: 20px;
        font-size: 10px;
        margin: 10px 0;
    }


    /* sub2_5_3 */
    .sub2_5_3_sec2{
        margin-top: 30px;
    }

    .box_text2{
        align-items: center;
    }

    .box_text2 p{
        display: none;
    }

    .b_t4{
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        margin: 0;
        word-break: keep-all;
    }

    .b_t4 br{
        display: none;
    }

    .b_t4 span{
        font-size: 12px;
    }

    .sub2_5_3_sec{
        margin-top: 30px;
    }

    .sub2_5_3_sec .s2_5_1_text{
        padding-left: 0;
    }

    .sub2_5_3_sec .img_text3:last-child{
        padding-bottom: 10px;
    }

    .sub2_5_3_sec .ex_t{
        width: 100%;
    }

    .sub2_5_3_sec .ex_t>span{
        font-size: 12px;
        margin-bottom: 10px;
    }

    .sub2_5_3_sec .ex_t>span br{
        display: none;
    }

    .sub2_5_3_sec:last-child{
        padding-bottom: 50px;
    }


    /* sub2_5_4 */
    .s2_5_4_text{
        padding: 10px 0;
    }

    .c_t_flex{
        padding-left: 0;
        font-size: 10px;
        word-break: keep-all;
        line-height: 15px;
        align-items: baseline;
    }

    .circle03{
        width: 3px;
        height: 3px;
        margin-right: 5px;
    }

    .s2_5_4_text>span{
        font-size: 12px;
        line-height: 20px;
        margin-top: 5px;
        padding-left: 0;
        letter-spacing: -1px;
    }

    .border_text{
        border: 3px solid rgba(215, 215, 215, 0.5);
        margin: 10px 0 0 0;
        padding: 10px;
        font-size: 10px;
        line-height: 18px;
    }

    .border_text br{
        display: none;
    }

    .a_fs{
        align-items: baseline;
        line-height: 15px;
    }

    .f_text{
        font-size: 12px;
        margin-bottom: 10px;
        padding-left: 0;
    }

    .s2_5_4_text2 .c_t_flex{
        padding-left: 0;
    }

    .s2_5_4_text2>span{
        padding-left: 0;
    }

    .s2_5_4_text>span>p{
        padding-left: 0;
    }

    .s2_5_4_text2 .border_text{
        margin: 10px 0 0 0;
    }

    .border_text span{
        font-size: 12px;
    }


    /* sub3_1 */
    .img_box3{
        padding: 30px 0;
    }

    .img_box3 img{
        width: 100%;
    }

    .sub3_1_sec{
        padding-bottom: 50px;
    }

    .sub3_1_sec .center03>p{
        padding-top: 20px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .sub3_1_sec span{
        font-size: 12px;
        line-height: 20px;
    }

    .sub3_1_sec span p{
        padding-left: 0;
    }


    /* sub3_2 */
    .sec3_2_sec{
        padding-bottom: 30px;
    }

    .sub3_2_sec1{
        padding: 30px 0;
        font-size: 14px;
        line-height: 20px;
        word-break: keep-all;
    }

    .sub3_2_sec1 p{
        font-size: 18px;
        margin-bottom: 15px;
    }

    .sub3_2_sec2 .center03{
        padding: 30px 0 10px;
    }

    .step_num{
        width: 50px;
        height: 25px;
        font-size: 10px;
    }

    .sub3_2_sec2>.center03>img{
        width: 100%;
        margin: 20px auto 0;
    }

    .sub3_2_sec2>.center03>p{
        font-size: 12px;
        margin-top: 20px;
        word-break: keep-all;
        line-height: 18px;
    }

    .sub3_2_sec2>.center03>span{
        font-size: 12px;
        line-height: 18px;
        margin-top: 20px;
        word-break: keep-all;
    }

    .sec_arrow1{
        margin-top: 15px;
    }

    .sec_arrow1 img{
        width: 20px;
    }

    .sec_arrow2 img{
        width: 100%;
    }

    .sub3_2_text{
        font-size: 12px;
        line-height: 22px;
        margin: 20px auto 0;
    }

    .sub3_2_text>span{
        font-size: 10px;
        line-height: 18px;
        padding: 5px 0;
    }


    /* sub3_3 */
    .sec3_3_sec{
        padding-bottom: 30px;
    }

    .sub3_3_sec2>.center03>span{
        margin: 20px auto 0;
    }

    .sub3_3_sec2>.center03>span p{
        padding-left: 0;
    }


    /* sub4_1_1 */
    .sub4_1_1{
        margin-top: 30px;
    }

    .sub4_1_1:last-child{
        padding-bottom: 50px;
    }

    .s4_1_1_con{
        padding: 0;
    }

    .s4_1_1_con>img{
        width: 100%;
        margin-top: 20px;
    }

    .s4_1_1_inner{
        margin-top: 30px;
    }

    .s4_1_1_inner:first-child{
        margin-top: 20px;
    }

    .s4_1_1_inner>p{
        font-size: 12px;
    }

    .s4_1_1_inner>p>span{
        font-size: 10px;
    }

    .inner_flex{
        padding-left: 0;
        margin-top: 15px;
        display: block;
    }

    .subject{
        width: 90px;
        height: 25px;
        font-size: 12px;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .inner_flex>p{
        font-size: 12px;
        line-height: 18px;
    }

    .inner_flex>p span{
        font-size: 10px;
    }


    /* sub4_1_2 */
    .s4_1_2_text{
        padding: 15px 0 5px;
    }

    .s4_1_2_text>img{
        width: 100%;
        margin: 10px auto 0;
    }


    /* sub4_1_3 */
    .sub4_1_3_sec{
        padding: 20px 0 50px;
    }

    .sub4_1_3_sec p{
        font-size: 16px;
    }

    .sub4_1_3_sec img{
        width: 100%;
        margin: 10px auto 0;
    }


    /* sub4_2 */
    .s4_2_sec1{
        padding: 20px 0 30px;
    }

    .s4_2_sec1 p{
        font-size: 14px;
    }

    .span_t1{
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
        padding: 0 10px;
        box-sizing: border-box;
        word-break: keep-all;
    }

    .span_t1 img{
        display: none;
    }

    .s4_2_sec2{
        width: 100%;
        height: inherit;
        background-image: none;
        padding: 30px 10px;
        box-sizing: border-box;
    }

    .span_t2{
        font-size: 10px;
        line-height: 18px;
        word-break: keep-all;
    }

    .span_t2>span{
        font-size: 12px;
    }

    .sub4_2_sec2{
        padding-top: 50px;
    }

    .plan{
        padding: 0 10px 60px;
    }

    .plan_month{
        height: 25px;
        font-size: 12px;
        padding: 0 10px;
        top: -35px;
        left: 10px;
    }

    .plan_month i{
        top: 22px;
        left: 5px;
        color: #00a1fd;
    }

    .pl_1{
        margin-left: -19px;
    }

    .pl_1 img{
        width: 15px;
        margin-right: 10px;
    }

    .pl_1 p{
        font-size: 14px;
        line-height: 20px;
    }

    .pl_1 p span.under_line{
        font-size: 12px;
    }

    .pl_2{
        width: 100%;
        margin: 10px 0 0 5px;
        padding: 10px;
    }

    .pl_2_t{
        width: 100%;
        float: none;
        align-items: baseline;
    }

    .circle04{
        display: none;
    }

    .pl_2_t p{
        font-size: 10px;
    }

    .pl_3{
        font-size: 12px;
        line-height: 20px;
        margin: 10px 0 0 5px;
    }

    .pl_2_w{
        width: 100%;
    }


    /* sub4_3_1 */
    .sub4_3_tab ul li{
        width: 100%;
        margin: 5px 0;
    }

    .sub4_3_sec{
        padding: 0 0 50px;
    }

    .sub4_3_sec ul li{
        padding: 20px 0;
        display: block;
    }

    .s4_5_title{
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .s4_5_title p{
        font-size: 14px;
        margin-bottom: 5px;
    }

    .s4_5_con{
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .s4_5_con br{
        display: none;
    }


    /* sub4_4 */
    .sub4_4_sec1 img{
        width: 100%;
    }

    .sub4_4_sec2{
        padding: 30px 0 50px;
    }

    .sub4_4_sec2 .center02{
        display: block;
    }

    .b_r_box1,
    .b_r_box2,
    .b_r_box3{
        float: none;
    }

    .b_r_title{
        width: 60%;
        height: 30px;
        padding: 0 20px;
        font-size: 14px;
        left: 50%;
        transform: translateX(-50%);
        top: -15px;
    }

    .b_r_box1{
        width: 100%;
        height: inherit;
        padding: 20px 10px;
        box-sizing: border-box;
    }

    .b_r_box2{
        width: 100%;
        height: inherit;
        padding: 20px 10px;
        box-sizing: border-box;
        margin-left: 0;
        margin-top: 20px;
    }

    .b_r_box3{
        width: 100%;
        padding: 20px 10px;
        box-sizing: border-box;
        margin-top: 20px;
        font-size: 10px;
        line-height: 15px;
    }

    .check_text{
        font-size: 10px;
        line-height: 15px;
        padding: 5px 0;
        letter-spacing: -0.5px;
    }

    .check_text br{
        display: none;
    }

    .check_text img{
        width: 13px;
        margin-right: 10px;
    }


    /* sub4_5 */
    .sub4_5_sec{
        padding: 20px 5% 50px;
        box-sizing: border-box;
    }

    .sub4_5_sec img{
        width: 100%;
    }


    /* sub5_1 */
    .sub5_1_sec{
        width: 100%;
        padding: 30px 0 50px;
    }

    .bar3{
        width: 15px;
        height: 2px;
    }

    .sub5_1_sec p{
        font-size: 16px;
    }

    .sub5_1_sec span{
        font-size: 12px;
        line-height: 20px;
        margin-top: 15px;
        word-break: keep-all;
    }

    .sub5_1_sec img{
        width: 100%;
        margin: 20px auto 0;
    }


    /* sub5_2_1 */
    .sub5_2_tab li{
        width: 48% !important;
        float: left;
    }

    .sub5_2_1_sec1{
        margin-top: 30px;
    }

    .sub5_2_1_sec1:last-child{
        padding-bottom: 50px;
    }

    .sub5_2_1_sec1>.center03>p{
        font-size: 14px;
    }

    .sub5_2_1_sec1 ul li{
        margin-top: 10px;
    }

    .sub5_1_title{
        width: 25%;
        padding-top: 15px;
    }

    .sub5_1_title p{
        font-size: 12px;
        line-height: 18px;
    }

    .sub5_1_con{
        padding: 15px 0;
        font-size: 10px;
        line-height: 20px;
    }

    .sub5_1_con br{
        display: none;
    }

    .s_5_1{
        display: block;
        margin-bottom: 20px;
    }

    .cicle_title{
        width: 100%;
        height: 30px;
        font-size: 12px;
    }

    .s_5_1 span{
        width: 100%;
        font-size: 10px;
        line-height: 20px;
        margin-top: 10px;
    }


    /* sub5_3_1 */
    .sub5_3_1_sec{
        padding: 0 0 50px;
    }

    .sub5_3_1_sec>.center02>p{
        display: none;
    }

    .sub5_3_1_sec ul{
        display: table;
        margin: 30px auto 0;
    }

    .sub5_3_1_sec ul li{
        height: inherit;
        display: block;
    }

    .n_s01{
        margin-right: 0;
    }

    .b_circle{
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }

    .b_circle p{
        font-size: 16px;
        line-height: 25px;
    }

    .b_num{
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .n_s01 i{
        display: none;
    }

    .n_s02{
        height: 100%;
        padding-left: 0;
        border-left: 0;
        margin: 20px 0 30px;
    }

    .n_s02 p{
        font-size: 14px;
    }

    .n_s02 span{
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }

    .black_circle{
        display: none;
    }


    /* sub5_3_2 */
    .sub5_3_2_sec{
        margin-top: 10px;
    }

    .sub5_3_2_sec .center02{
        width: 100%;
    }

    .sub5_3_2_sec1{
        padding: 20px 0 30px;
        font-size: 13px;
        line-height: 20px;
    }

    .comma_text{
        font-size: 13px;
    }

    .comma_text img{
        display: none;
    }

    .sub5_3_2_sec1 span{
        font-size: 20px;
    }

    .sub5_3_2_sec2{
        padding: 10px 10px 50px;
        box-sizing: border-box;
    }

    .check_text2{
        font-size: 10px;
        line-height: 18px;
        padding-top: 0;
        word-break: keep-all;
    }

    .check_text2 br{
        display: none;
    }

    .po_text{
        margin-top: 15px;
        font-size: 10px;
    }

    .po_text span{
        font-size: 22px;
        margin-left: 10px;
    }

    .po_text img{
        width: 40px;
        top: -20px;
        right: -10px;
    }

    .sub5_3_2_sec3{
        padding-top: 0;
    }

    .text_box3{
        padding-top: 30px;
    }

    .border_title{
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding: 10px 0 20px;
        border-radius: 10px;
        font-size: 11px;
    }

    .s_con{
        padding: 10px;
        top: -10px;
        font-size: 12px;
        line-height: 20px;
        border-radius: 0;
    }

    .s_con>p{
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }

    .s_con>p img{
        width: 10px;
        margin-right: 5px;
    }

    .s_con2>p{
        width: 100%;
        font-family: 'Pretendard-Bold', sans-serif;
    }

    .s_con2>p:last-child{
        margin-bottom: 20px;
    }


    /* sub5_4 */
    .sub5_4_sec1{
        padding: 30px 0 50px;
    }

    .sub5_4_sec1>.center03>p{
        font-size: 14px;
        margin-bottom: 15px;
    }

    .s_5_4_sec1{
        margin-top: 20px;
    }

    .s_5_4_sec1_m{
        margin-top: 0;
    }

    .s_5_4_sec1>p{
        font-size: 14px;
        padding-left: 5px;
        border-left: 2px solid #0a5fb0;
        line-height: 15px;
        margin-bottom: 10px;
    }

    .s_5_4_sec1 img{
        width: 100%;
    }

    .s_5_4_sec1 ul li{
        padding: 15px 0;
        display: block;
    }

    .s_5_4_sec1 ul li:first-child{
        border-top: 0;
        padding: 20px 0 15px;
    }

    .icon_box{
        width: 60px;
        margin: 0 auto;
    }

    .step_text{
        font-size: 12px;
        text-align: center;
    }

    .step_text span{
        font-size: 12px;
    }

    .step_text p{
        font-size: 14px !important;
    }

    .sub5_4_sec2{
        padding: 30px 0;
    }

    .sub5_4_sec2 p{
        font-size: 16px;
        margin-bottom: 20px;
    }

    .sub5_4_sec2 img{
        width: 95%;
    }

    .s_5_4_sec2{
        padding-bottom: 50px;
    }

    .circle05{
        display: none;
    }


    /* sub5_5 */
    .sub5_5_sec1{
        padding: 30px 0 0;
    }

    .sub5_5_sec1 .comma_text span{
        font-size: 22px;
        margin: 0 5px;
    }

    .sub5_5_sec1>.center02>img{
        width: 50%;
        margin: 20px auto;
    }

    .s5_5_sec1>p{
        font-size: 12px;
        letter-spacing: -1px;
        margin-bottom: 10px;
    }

    .s5_5_sec1 .text_f{
        padding-left: 0;
    }

    .s5_5_sec2{
        width: 100%;
        height: inherit;
        margin: 30px auto 0;
        padding: 30px 10px 10px;
        box-sizing: border-box;
    }

    .blue_title{
        width: 90%;
        height: 35px;
        font-size: 12px;
        top: -17.5px;
    }

    .b_in_text .text_f{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .sub5_5_sec2{
        padding: 30px 0 10px;
    }

    .arrow_title{
        justify-content: center;
    }

    .arrow_title p{
        font-size: 14px;
    }

    .arrow_title img{
        display: none;
    }

    .sub5_5_sec2 ul{
        margin-top: 20px;
        display: block;
    }

    .sub5_5_sec2 ul li{
        width: 100%;
        margin-bottom: 10px;
        border-radius: 10px;
    }

    .sub5_5_sec2 ul li p{
        font-size: 14px;
        padding: 10px 0;
    }

    .sub5_5_sec2 ul li span{
        font-size: 12px;
        line-height: 20px;
        padding: 15px;
    }

    .sub5_5_sec2 ul li span img{
        width: 10px;
    }

    .sub5_5_sec4 p{
        font-size: 14px;
    }

    .sub5_5_sec3{
        padding-left: 0;
        font-size: 12px;
        line-height: 20px;
        word-break: keep-all;
    }

    .sub5_5_sec4:last-child{
        padding-bottom: 100px;
    }


    /* sub5_6 */
    .sub5_6_text{
        font-size: 12px;
        padding-left: 0 !important;
    }

    .sub5_6_text p{
        padding-left: 0;
        display: inline;
    }

    .sub5_6_sec{
        margin-top: 30px;
    }

    .sub5_6_sec>img{
        width: 100%;
    }

    .sub5_6_sec>p{
        font-size: 14px;
        margin-bottom: 10px;
    }

    span.jalnan01{
        font-size: 12px;
    }

    span.jalnan02{
        font-size: 10px;
    }

    .s_5_4_sec1 .step_text{
        line-height: 20px;
    }

    .sub2_5_3_sec:last-child .sub5_6_text{
        padding-bottom: 0;
    }


    /* sub6_1 */
    .sub6_1_sec{
        padding: 30px 0 50px;
    }

    p.board_title{
        font-size: 14px;
    }

    .board_input{
        margin: 20px 0 15px;
        justify-content: space-between;
    }

    .search_select{
        width: 30%;
        height: 30px;
        margin-right: 0;
    }

    .search_select i{
        font-size: 14px;
    }

    .search_select select{
        font-size: 12px;
        color: #333;
    }

    .search_text{
        width: 68%;
        height: 30px;
    }

    .search_text input[type='text']::placeholder{
        font-size: 90%;
    }

    .search_text i{
        font-size: 14px;
    }

    .sub6_1_sec ul li{
        padding: 15px 10px;
        display: block;
    }

    .news_thumb{
        width: 100%;
        height: auto;
        text-align: center;
    }

    .news_thumb img{
        width: 50%;
    }

    .news_text{
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .n_title{
        font-size: 14px;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .n_con{
        font-size: 12px;
        line-height: 20px;
        margin: 10px 0;
    }

    .n_upload{
        font-size: 10px;
    }

    .n_upload i{
        font-size: 14px;
    }

    .page_btn a{
        font-size: 14px;
        margin: 0 10px;
    }


    /* sub6_1_d */
    .sub6_1_d_sec{
        padding: 30px 0 100px;
    }

    .sub6_1_d_sec ul{
        margin-top: 20px;
    }

    .news_d_title{
        padding: 10px;
        display: block;
    }

    .news_d_title p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .news_d_con{
        padding: 10px;
        font-size: 12px;
        line-height: 20px;
    }

    .source{
        padding: 10px;
    }

    .source_title{
        font-size: 12px;
    }

    .source_title i{
        font-size: 14px;
    }

    .source_link{
        margin-left: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .source_link a{
        font-size: 10px;
    }

    .back_btn a{
        width: 100px;
        height: 30px;
        font-size: 14px;
    }


    /* sub7_1 */
    .sub7_1_sec table th{
        padding: 7px 0;
        font-size: 12px;
    }

    .sub7_1_sec table td{
        font-size: 10px;
        padding: 15px 0;
    }

    .sub7_1_sec table td:nth-child(2){
        padding-left: 5%;
        box-sizing: border-box;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
    }


    /* sub8_1 */
    .board_title img{
        width: 20px;
        margin: 0 auto 10px;
    }

    .board_title span{
        font-size: 14px;
        line-height: 20px;
    }

    .application{
        width: 100%;
        margin: 20px auto 0;
    }

    .application_list{
        padding: 5px 0;
    }

    .application_list>p{
        font-size: 12px;
    }

    .application_list>input[type='text']{
        height: 30px;
    }

    .application_list>input[type='text']::placeholder{
        font-size: 90%;
    }

    .radio{
        height: 30px;
    }

    .radio p{
        font-size: 12px;
    }

    .radio_check{
        margin-right: 20px;
        font-size: 12px;
    }

    .radio_circle{
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }

    .check_circle{
        width: 7px;
        height: 7px;
    }

    .subject_select{
        width: 70%;
        height: 30px;
    }

    .subject_select i{
        font-size: 14px;
    }

    .subject_select select{
        font-size: 12px;
    }

    .in_se{
        height: 30px;
    }

    .in_se_input{
        width: 50%;
        font-size: 12px;
    }

    .in_se_input input{
        width: 60%;
    }

    .line_select i{
        font-size: 14px;
    }

    .line_select select{
        font-size: 12px;
    }

    .application_list2 textarea{
        height: 100px;
        border-radius: 5px;
    }

    .application_list2 textarea::placeholder{
        font-size: 90%;
        color: #bababa;
        font-family: 'Pretendard-Light', sans-serif;
    }

    .agree_box{
        width: 100%;
        margin: 20px auto 0;
    }

    .agree_box>p{
        font-size: 12px;
    }

    .a_b_box{
        height: 100px;
        margin-top: 7px;
        padding: 5px 10px;
        font-size: 10px;
        line-height: 15px;
    }

    .check_text3{
        font-size: 12px;
        margin-top: 10px;
    }

    .check_text3 i{
        font-size: 18px;
    }

    .apply_btn input{
        width: 100px;
        height: 35px;
        font-size: 14px;
    }




}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){

    /* sub1_1 */
    .sub_content{
        margin-top: 13vh;
    }

    .route{
        height: 35px;
    }

    .route .center02>i{
        width: 35px;
        font-size: 16px;
    }

    .sub_select{
        width: 150px;
    }

    .now_menu{
        padding: 0 10px;
    }

    .now_menu p{
        font-size: 12px;
    }

    .now_menu i{
        font-size: 14px;
    }

    .sub_select ul{
        top: 35px;
    }

    .sub_select ul li{
        padding: 0 10px;
        font-size: 12px;
    }

    .sub1_1_sec1{
        height: 180px;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    }

    .sub1_1_sec1 p{
        font-size: 16px;
    }

    .bar{
        width: 2px;
        height: 30px;
        margin: 15px 0 15px 5px;
    }

    .sub1_1_sec1 span{
        font-size: 20px;
        line-height: 27px;
    }

    .sub1_1_sec2{
        padding: 30px 0 50px;
    }

    .sub1_1_sec2 .center02{
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .sub1_1_sec2 .center02 br.m_none{
        display: none;
    }

    .sub1_1_sec2 span.cafe24_t{
        font-size: 24px;
    }


    /* sub1_2 */
    .sub1_2_sec1{
        padding: 10px 0;
    }

    .sub1_2_sec1 p{
        font-size: 16px;
        text-align: center;
    }

    .sub1_2_sec2{
        padding-top: 50px;
    }

    .box_text p{
        font-size: 43px;
    }

    .b_t{
        width: 40%;
        font-size: 12px;
        line-height: 20px;
        margin: 0;
    }

    .b_t span{
        font-size: 14px;
    }

    .sub1_2_sec2 ul{
        width: 100%;
        margin: 50px auto;
    }

    .sub1_2_sec2 ul li:nth-child(2) .text01{
        padding: 10px 0 0 38%;
    }

    .num{
        font-size: 16px;
        padding: 0 2px 5px;
        border-bottom: 2px solid #0498f3;
        margin-bottom: -1px;
        margin-right: 10px;
    }

    .num_title>p{
        font-size: 14px;
    }

    .text01{
        padding: 10px 0 0 35px;
    }

    .text_f{
        font-size: 12px;
        line-height: 20px;
    }

    .text_f p{
        font-size: 16px;
        line-height: 28px;
    }

    .circle02{
        width: 4px;
        height: 4px;
    }

    .sub1_2_sec3{
        padding: 120px 0 100px;
    }

    .text_box1{
        padding: 50px 30px 0;
        box-sizing: border-box;
    }

    .text_box1 img{
        width: 20px;
    }

    .t_b1{
        font-size: 12px;
        line-height: 25px;
        word-break: keep-all;
    }

    .t_b1 span{
        font-size: 18px;
        line-height: 25px;
    }


    /* sub1_4 */
    .sub1_4_sec1{
        padding: 50px 0 35vh;
    }

    .sub1_4_sec1 .center02>p{
        font-size: 16px;
    }

    .sub1_4_sec1 ul{
        margin-top: 50px;
    }

    .faq_title{
        padding: 10px 5px;
    }

    .f_t p{
        font-size: 12px;
    }

    .sp{
        font-size: 14px;
        margin-right: 10px;
    }

    .plus_minus i{
        font-size: 16px;
    }

    .faq_content{
        padding: 10px;
        font-size: 10px;
        line-height: 20px;
    }


    /* sub1_5 */
    .sub1_5_sec1{
        padding: 50px 0 100px;
    }

    .ceo_circle1{
        width: 100px;
        height: 100px;
    }

    .ceo_circle2{
        width: 80px;
        height: 80px;
        font-size: 20px;
    }

    .ceo_bar2{
        width: 77%;
    }

    .sub1_5_sec1 ul li{
        width: 23%;
    }

    .c_title{
        width: 100px;
        height: 40px;
        font-size: 16px;
        top: -20px;
    }

    .inner_con{
        border-radius: 10px;
    }


    /* sub1_6 */
    .sub1_6_sec1{
        padding: 50px 0 100px;
    }

    .map_box{
        height: 350px;
    }

    .map_address{
        width: 300px;
        height: initial;
        bottom: -40px;
        font-size: 16px;
        line-height: 25px;
        padding: 15px 20px;
    }

    .road{
        padding: 30px 0;
        margin-top: 0;
    }

    .road>p{
        font-size: 20px;
    }

    .road_01{
        font-size: 14px;
    }

    .road_02>p{
        font-size: 16px;
    }


    /* sub2_1 */
    .b_t2{
        line-height: 20px;
    }

    .b_t2>span{
        font-size: 14px;
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .b_t2 span.cafe24_t{
        font-size: 25px;
        margin: 0 10px;
    }

    .b_t2 img{
        width: 90px;
        bottom: -10px;
        margin-left: 15px;
    }

    .sub2_1_sec1 ul{
        width: 100%;
        margin: 80px auto 50px;
    }

    .sub2_1_sec1 ul li{
        width: 35%;
        height: 250px;
        float: left;
        margin-bottom: 50px;
        position: relative;
    }

    .sub2_1_sec1 ul li:nth-child(2) .text01 {
        padding: 20px 0 0 0;
    }

    .sub2_1_sec1 ul li .text01{
        padding: 20px 0 0 0;
    }

    .sub2_1_sec1 .num{
        font-size: 16px;
    }

    .big_t{
        font-size: 18px;
        margin-top: 25px;
    }

    .sub2_1_sec1 ul li>img{
        position: absolute;
        right: 50px;
        bottom: 0;
    }

    .sub2_1_sec1 ul li:nth-child(3n)>img{
        right: 0;
    }


    /* sub2_2 */
    .sub2_2_sec1{
        padding: 50px 0 50px;
    }

    .sub2_2_sec1:last-child{
        padding-bottom: 100px;
    }

    .sub2_2_sec1 .center02>p{
        font-size: 16px;
    }

    .img_box1{
        width: 100%;
        margin: 30px auto 0;
    }

    .img_box1 img{
        width: 100%;
    }

    .sub2_2_sec1 ul{
        width: 100%;
        margin: 20px auto 0;
    }

    .sub2_2_sec1 ul li{
        padding: 0 10px 20px;
    }

    .sub2_2_sec1 ul li>p{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .sub2_2_sec1 ul li>p:nth-of-type(2){
        margin-top: 20px;
    }

    .sub2_2_sec1 .text_f{
        font-size: 11px;
        letter-spacing: -0.5px;
    }

    .img_box2{
        width: 100%;
        margin: 50px auto 0;
    }

    .img_box2 img{
        width: 100%;
    }


    /* sub2_3 */
    .fade_img{
        margin-top: 50px;
    }

    .fade_img img{
        width: 70%;
    }

    .sub2_3_sec1{
        padding: 50px 0;
    }

    .sub2_3_sec1 ul li{
        margin-top: 20px;
    }

    .sub2_3_sec1 ul li p{
        font-size: 16px;
    }

    .sub2_3_sec1 ul li span{
        font-size: 14px;
        letter-spacing: -0.5px;
        line-height: 23px;
    }


    /* sub2_4 */
    .sub2_4_sec1{
        padding-top: 50px;
    }

    .sub2_4_sec1>.center02>p{
        font-size: 16px;
        line-height: 28px;
    }

    .sub2_4_sec1>.center02>p span{
        font-size: 20px;
    }

    .sub2_4_sec1 ul{
        margin-top: 50px;
    }

    .sub2_4_sec1 ul li{
        width: 50%;
        height: 280px;
    }

    .sub2_4_sec1 ul li p{
        font-size: 18px;
        left: 30px;
    }

    .graph_img{
        width: 80%;
    }

    .graph_img img{
        width: 100%;
    }

    .career{
        font-size: 16px;
        line-height: 25px;
        right: 3%;
    }

    .sub2_4_sec2{
        padding-bottom: 100px;
    }

    .b_t3{
        font-size: 14px;
        line-height: 23px;
        margin-top: 0;
        width: 50%;
    }

    .b_t3 span{
        font-size: 16px;
    }

    .bar2{
        width: 1px;
        height: 30px;
        background-color: #ccc;
        margin: 10px auto 15px;
    }

    .add_text{
        font-size: 16px;
    }

    .img_text{
        margin-top: 50px;
    }

    .img_text img{
        width: 80%;
    }

    .text_box2{
        font-size: 14px;
        line-height: 25px;
    }

    .text_box2 span{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .img_text1 .text_box2{
        margin-top: -150px;
        margin-right: 0;
        padding: 20px;
    }

    .img_text2 .text_box2{
        top: inherit;
        bottom: 0;
        left: 0;
        padding: 20px;
    }


    /* sub2_5_1 */
    .sub2_5_1_sec{
        margin-top: 50px;
    }

    .sub2_5_1_sec:last-child{
        padding-bottom: 100px;
    }

    .s2_5_1_title>p{
        font-size: 16px;
    }

    .number{
        font-size: 20px;
    }

    .s2_5_1_text{
        font-size: 14px;
        line-height: 20px;
    }

    .s2_5_1_text br{
        display: none;
    }

    .s2_5_1_table{
        margin-top: 30px;
    }

    .s2_5_1_table table th{
        font-size: 14px;
    }

    .s2_5_1_table table td p{
        font-size: 16px;
    }


    /* sub2_5_2 */
    .sub2_5_tab2{
        margin-top: 50px;
    }

    .sub2_5_tab2 ul li{
        padding: 10px 0;
        font-size: 16px;
    }

    .sub2_5_2_tabcon{
        margin-top: 40px;
    }

    .sub2_5_2_tabcon .s2_5_1_text{
        padding-left: 0;
        word-break: keep-all;
    }

    .img_text3{
        margin-top: 40px;
        padding-left: 0;
    }

    .img_text3 img{
        width: 48%;
    }

    .img_text3:nth-of-type(3){
        margin-top: 40px;
    }

    .img_text3:last-child{
        padding-bottom: 100px;
    }

    .ex_t{
        word-break: keep-all;
        line-height: 23px;
    }

    .ex_t br{
        display: none;
    }

    .ex_t p{
        width: 80px;
        height: 30px;
        font-size: 14px;
        margin-bottom: 10px;
    }


    /* sub2_5_3 */
    .sub2_5_3_sec2{
        margin-top: 50px;
    }

    .box_text2{
        align-items: center;
    }

    .b_t4{
        width: 90%;
        font-size: 14px;
        line-height: 25px;
        margin: 0 20px 5px;
    }

    .b_t4 span{
        font-size: 16px;
    }

    .sub2_5_3_sec{
        margin-top: 30px;
    }

    .sub2_5_3_sec .s2_5_1_text{
        padding-left: 0;
        word-break: keep-all;
    }

    .sub2_5_3_sec .img_text3:last-child{
        padding-bottom: 30px;
    }

    .sub2_5_3_sec .ex_t{
        width: 48%;
    }

    .sub2_5_3_sec .ex_t>span{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .sub2_5_3_sec .ex_t>span br{
        display: none;
    }

    .sub2_5_3_sec:last-child{
        padding-bottom: 100px;
    }


    /* sub2_5_4 */
    .s2_5_4_text{
        padding: 20px 0;
    }

    .c_t_flex{
        padding-left: 0;
        font-size: 14px;
        align-items: baseline;
        word-break: keep-all;
    }

    .c_t_flex br{
        display: none;
    }

    .s2_5_4_text>span{
        padding-left: 0;
    }

    .border_text{
        margin: 20px 0 0 0;
    }

    .border_text br{
        display: none;
    }

    .a_fs{
        line-height: 25px;
    }

    .f_text{
        font-size: 14px;
        padding-left: 0;
    }

    .s2_5_4_text2 .c_t_flex{
        padding-left: 0;
    }

    .s2_5_4_text2>span{
        padding-left: 0;
    }

    .s2_5_4_text>span>p{
        padding-left: 0;
    }

    .s2_5_4_text2 .border_text{
        margin: 20px 0 0;
    }


    /* sub3_1 */
    .img_box3{
        padding: 30px 0;
    }

    .img_box3 img{
        width: 100%;
    }

    .sub3_1_sec{
        padding-bottom: 100px;
    }

    .sub3_1_sec .center03>p{
        padding-top: 30px;
        font-size: 16px;
    }

    .sub3_1_sec span p{
        padding-left: 0;
    }


    /* sub3_2 */
    .sub3_2_sec1{
        padding: 30px 0;
        font-size: 14px;
        line-height: 20px;
    }

    .sub3_2_sec1 p{
        font-size: 18px;
        margin-bottom: 15px;
    }

    .sub3_2_sec2 .center03{
        padding: 40px 0;
    }

    .step_num{
        width: 80px;
        height: 30px;
        font-size: 14px;
    }

    .sub3_2_sec2>.center03>img{
        width: 50%;
        margin: 20px auto 0;
    }

    .sub3_2_sec2>.center03>p{
        font-size: 16px;
        margin-top: 20px;
    }

    .sub3_2_sec2>.center03>span{
        font-size: 14px;
        line-height: 25px;
        margin-top: 20px;
    }

    .sub3_2_sec2>.center03>span br{
        display: none;
    }

    .sec_arrow1{
        margin-top: 20px;
    }

    .sec_arrow1 img{
        width: 30px;
    }

    .sec_arrow2 img{
        width: 100%;
    }

    .sub3_2_text{
        font-size: 16px;
        line-height: 30px;
        margin: 20px auto 0;
    }

    .sub3_2_text>span{
        font-size: 14px;
        line-height: 28px;
        padding: 5px 0;
    }


    /* sub3_3 */
    .sub3_3_sec2>.center03>span{
        margin: 20px auto 0;
    }

    .sub3_3_sec2>.center03>span p{
        padding-left: 0;
    }


    /* sub4_1_1 */
    .sub4_1_1{
        margin-top: 50px;
    }

    .sub4_1_1:last-child{
        padding-bottom: 100px;
    }

    .s4_1_1_con{
        padding: 0;
    }

    .s4_1_1_con>img{
        width: 100%;
        margin-top: 20px;
    }

    .s4_1_1_inner>p{
        font-size: 14px;
    }

    .s4_1_1_inner>p>span{
        font-size: 10px;
    }

    .inner_flex{
        padding-left: 0;
    }


    /* sub4_1_2 */
    .s4_1_2_text{
        padding: 20px 0 5px;
    }

    .s4_1_2_text>img{
        width: 100%;
        margin: 10px auto 0;
    }


    /* sub4_1_3 */
    .sub4_1_3_sec{
        padding: 50px 0 100px;
    }

    .sub4_1_3_sec p{
        font-size: 20px;
    }

    .sub4_1_3_sec img{
        width: 100%;
        margin: 20px auto 0;
    }


    /* sub4_2 */
    .s4_2_sec1{
        padding: 30px 0 40px;
    }

    .s4_2_sec1 p{
        font-size: 20px;
    }

    .span_t1{
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    .span_t1 img{
        width: 200px;
        top: -23px;
        margin-left: 140px;
    }

    .s4_2_sec2{
        width: 100%;
        height: 300px;
    }

    .plan{
        padding: 0 40px 100px;
    }

    .span_t2{
        font-size: 12px;
        line-height: 20px;
    }

    .span_t2>span{
        font-size: 14px;
    }

    .sub4_2_sec2{
        padding-top: 100px;
    }

    .plan_month{
        font-size: 14px;
    }

    .plan_month i {
        top: 33px;
    }

    .pl_1 p{
        font-size: 20px;
        line-height: 25px;
    }

    .pl_2{
        width: 100%;
    }

    .pl_2_t{
        width: 100%;
        float: none;
    }

    .pl_2_w{
        width: 100%;
    }


    /* sub4_3_1 */
    .sub4_3_tab ul li{
        width: 200px;
    }

    .sub4_3_sec{
        padding: 0 0 100px;
    }

    .sub4_3_sec ul li{
        padding: 30px 0;
    }

    .s4_5_title{
        width: 30%;
        font-size: 15px;
        line-height: 25px;
    }

    .s4_5_title p{
        font-size: 14px;
    }

    .s4_5_con{
        width: 70%;
        font-size: 13px;
        line-height: 20px;
        margin-top: 33px;
    }


    /* sub4_4 */
    .sub4_4_sec1 img{
        width: 100%;
    }

    .sub4_4_sec2{
        padding: 60px 0 100px;
    }

    .b_r_title{
        height: 40px;
        padding: 0 35px;
        font-size: 18px;
        top: -20px;
    }

    .b_r_box1{
        padding: 0 15px;
        height: 200px;
    }

    .b_r_box2{
        padding: 0 15px;
        height: 200px;
    }

    .b_r_box3{
        padding: 30px 20px;
        margin-top: 50px;
        font-size: 14px;
        line-height: 25px;
    }

    .check_text{
        font-size: 13px;
        line-height: 25px;
        padding: 5px 0;
    }

    .check_text img{
        width: 15px;
        margin-right: 10px;
    }


    /* sub4_5 */
    .sub4_5_sec{
        padding: 30px 5% 100px;
        box-sizing: border-box;
    }

    .sub4_5_sec img{
        width: 100%;
    }


    /* sub5_1 */
    .sub5_1_sec{
        width: 100%;
        padding: 50px 0 100px;
    }

    .bar3{
        width: 15px;
        height: 2px;
    }

    .sub5_1_sec p{
        font-size: 16px;
    }

    .sub5_1_sec span{
        font-size: 12px;
        line-height: 20px;
        margin-top: 15px;
        word-break: keep-all;
    }

    .sub5_1_sec img{
        width: 80%;
        margin: 30px auto 0;
    }


    /* sub5_2_1 */
    .sub5_2_1_sec1{
        margin-top: 50px;
    }

    .sub5_2_1_sec1:last-child{
        padding-bottom: 100px;
    }

    .sub5_2_1_sec1>.center03>p{
        font-size: 18px;
    }

    .sub5_2_1_sec1 ul li{
        margin-top: 15px;
    }

    .sub5_1_title{
        width: 20%;
        padding-top: 15px;
    }

    .sub5_1_title p{
        font-size: 16px;
    }

    .sub5_1_con{
        width: 75%;
        padding: 15px 5px;
        font-size: 14px;
        line-height: 25px;
    }

    .sub5_1_con br{
        display: none;
    }

    .s_5_1{
        margin-bottom: 30px;
    }

    .cicle_title{
        width: 130px;
        height: 40px;
        font-size: 14px;
    }

    .s_5_1 span{
        font-size: 12px;
        line-height: 20px;
    }


    /* sub5_3_1 */
    .sub5_3_1_sec{
        padding: 30px 0 100px;
    }

    .sub5_3_1_sec>.center02>p{
        display: none;
    }

    .sub5_3_1_sec ul{
        margin: 40px auto 0;
    }

    .sub5_3_1_sec ul li{
        height: 200px;
    }

    .b_circle{
        width: 130px;
        height: 130px;
    }

    .b_circle p{
        font-size: 20px;
        line-height: 30px;
    }

    .n_s02 p{
        font-size: 18px;
    }


    /* sub5_3_2 */
    .sub5_3_2_sec1{
        padding: 50px 0;
        font-size: 16px;
    }

    .comma_text{
        font-size: 20px;
    }

    .comma_text img{
        width: 20px;
        margin-bottom: 10px;
    }

    .sub5_3_2_sec1 span{
        font-size: 30px;
    }

    .sub5_3_2_sec2{
        padding-bottom: 100px;
    }

    .check_text2{
        font-size: 14px;
        line-height: 25px;
        word-break: keep-all;
        padding: 20px 15px;
        box-sizing: border-box;
    }

    .check_text2 br{
        display: none;
    }

    .po_text{
        margin-top: 30px;
        font-size: 16px;
    }

    .po_text span{
        font-size: 40px;
    }

    .po_text img{
        width: 70px;
        top: -35px;
        right: -15px;
    }

    .sub5_3_2_sec3{
        padding-top: 0;
    }

    .text_box3{
        padding-top: 30px;
    }

    .border_title{
        padding: 10px 60px 20px 30px;
        font-size: 16px;
    }

    .s_con{
        padding: 20px;
        top: -10px;
        font-size: 14px;
        line-height: 25px;
    }

    .s_con>p{
        width: 100%;
        float: none;
    }

    .s_con>p img{
        width: 15px;
    }

    .s_con2>p:last-child{
        margin-bottom: 25px;
    }


    /* sub5_4 */
    .sub5_4_sec1{
        padding: 50px 0;
    }

    .sub5_4_sec1>.center03>p{
        font-size: 20px;
        margin-bottom: 25px;
    }

    .s_5_4_sec1{
        margin-top: 40px;
    }

    .s_5_4_sec1>p{
        font-size: 16px;
        border-left: 2px solid #0a5fb0;
        line-height: 15px;
        margin-bottom: 20px;
    }

    .s_5_4_sec1>img{
        width: 100%;
    }

    .icon_box img{
        width: 80px;
    }

    .sub5_4_sec2{
        padding: 40px 0;
    }

    .sub5_4_sec2 p{
        font-size: 18px;
        margin-bottom: 20px;
    }

    .sub5_4_sec2 img{
        width: 80%;
    }

    .s_5_4_sec2{
        padding-bottom: 100px;
    }


    /* sub5_5 */
    .sub5_5_sec1{
        padding: 50px 0 30px;
    }

    .sub5_5_sec1 .comma_text span{
        font-size: 40px;
        margin: 0 20px;
    }

    .sub5_5_sec1>.center02>img{
        width: 150px;
        margin: 30px auto 20px;
    }

    .s5_5_sec1>p{
        font-size: 20px;
    }

    .s5_5_sec2{
        width: 100%;
        height: 150px;
    }

    .blue_title{
        width: 70%;
        height: 45px;
        font-size: 20px;
        top: -22.5px;
    }

    .b_in_text .text_f{
        font-size: 16px;
    }

    .sub5_5_sec2{
        padding: 50px 0;
    }

    .arrow_title img{
        width: 200px;
    }

    .arrow_title p{
        font-size: 20px;
    }

    .sub5_5_sec2 ul li{
        width: 33%;
        border-radius: 10px;
    }

    .sub5_5_sec2 ul li p{
        font-size: 16px;
        padding: 10px 0;
    }

    .sub5_5_sec2 ul li span{
        line-height: 20px;
        padding: 15px;
        font-size: 12px;
    }

    .sub5_5_sec2 ul li span img{
        width: 15px;
    }

    .sub5_5_sec4 p{
        font-size: 16px;
    }

    .sub5_5_sec3{
        padding-left: 0;
    }

    .sub5_5_sec4:last-child{
        padding-bottom: 100px;
    }


    /* sub5_6 */
    .sub5_6_text{
        padding-left: 0 !important;
    }

    .sub5_6_text p{
        padding-left: 10px;
    }

    .sub5_6_sec{
        margin-top: 40px;
    }

    .sub5_6_sec>img{
        width: 100%;
    }

    .sub5_6_sec>p{
        font-size: 16px;
        margin-bottom: 15px;
    }

    span.jalnan01{
        font-size: 14px;
        color: #0a5fb0;
    }

    span.jalnan02{
        font-size: 12px;
    }

    .s_5_4_sec1 .step_text p{
        font-size: 14px;
    }

    .sub2_5_3_sec:last-child .sub5_6_text{
        padding-bottom: 0;
    }


    /* sub6_1 */
    .sub6_1_sec{
        padding: 50px 0 100px;
    }

    p.board_title{
        font-size: 16px;
    }

    .board_input{
        margin: 30px 0 15px;
    }

    .search_text input[type='text']::placeholder{
        font-size: 90%;
        color: #999;
        font-family: 'Pretendard-Regular', sans-serif;
    }

    .sub6_1_sec ul li{
        padding: 20px 10px;
    }

    .news_thumb{
        width: 200px;
        height: 130px;
    }

    .news_text{
        width: 70%;
        margin-left: 25px;
        cursor: pointer;
    }

    .n_title{
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .n_con{
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0;
    }

    .n_upload i{
        font-size: 14px;
    }


    /* sub6_1_d */
    .sub6_1_d_sec{
        padding: 50px 0 100px;
    }

    .sub6_1_d_sec ul{
        margin-top: 40px;
    }

    .news_d_title{
        padding: 15px;
    }

    .news_d_title p{
        font-size: 14px;
    }

    .news_d_con{
        padding: 15px;
        font-size: 12px;
        line-height: 20px;
    }

    .source{
        padding: 15px;
    }

    .source_title{
        font-size: 14px;
    }

    .source_title i{
        font-size: 16px;
    }

    .source_link{
        margin-left: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .source_link a{
        font-size: 12px;
    }


    /* sub8_1 */
    .board_title span{
        font-size: 16px;
        line-height: 25px;
    }

    .application{
        width: 60%;
        margin: 40px auto 0;
    }

    .application_list>p{
        font-size: 16px;
    }

    .application_list>input[type='text']{
        height: 35px;
    }

    .application_list>input[type='text']::placeholder{
        font-size: 90%;
    }

    .radio{
        height: 35px;
    }

    .radio p{
        font-size: 14px;
    }

    .radio_check{
        font-size: 14px;
    }

    .subject_select{
        height: 35px;
    }

    .subject_select select{
        font-size: 12px;
    }

    .in_se{
        height: 35px;
    }

    .in_se_input{
        font-size: 14px;
    }

    .line_select select{
        font-size: 12px;
    }

    .application_list2 textarea::placeholder{
        font-size: 90%;
        color: #bababa;
        font-family: 'Pretendard-Light', sans-serif;
    }

    .agree_box{
        width: 60%;
        margin: 40px auto 0;
    }

    .agree_box>p{
        font-size: 18px;
    }

    .check_text3{
        margin-top: 15px;
    }


}
