@charset "utf-8";
/* #content */
.img_box img{width: 100%; }
.sub_visual {width: 100%; height:48.5vw; position: relative; background-image: url(../images/img_visual_bg.jpg);
    background-repeat: no-repeat;  background-position: center bottom; background-size: cover;/*background-attachment: fixed;*/ }
.sub_visual .inner{padding: 0 19.06% }
.sub_visual .text_box {text-align: left; }
.sub_visual .text_box h3{font-size: 64px; font-weight: 700; margin-bottom: 24px;line-height: 1.2;}
.sub_visual .text_box .add_text{font-size: 22px; font-weight: 300;line-height: 1.4; }

[class*="section"] .inner{padding: 160px 14.7%;}
.container .title_box{text-align: center}
.container .title_box h4{font-size: 64px; line-height: 1.5; font-weight: 700; color: var(--gray-color-1000); margin-top:10px;}
.container .title_box .sub_title{font-size: 28px; line-height: 1.3; font-weight: 700; color: var(--primary-color);}
.container .title_box .sub_text{font-size: 26px; line-height: 1.5; font-weight: 400; color: var(--gray-color-800); letter-spacing: -1px;margin-top:36px;}

.container .content_box{margin-top: 80px;}


.section01 .top .img_box,.section01 .graph_box {width: calc(1136/1368 * 100%);}
.section01 .main_text{font-size: 22px;line-height: 1.5;text-align: center;letter-spacing: -0.02em;text-wrap: balance;word-break: keep-all;}
.section01 .main_text strong{font-size:32px; font-weight: 600;}
.section01 .main_text:first-of-type{margin-bottom:40px;}
.section01 .top .img_box{margin: 120px auto;}
.section01 .graph_box{margin:24px auto 0; border:1px solid var(--black-color-300); border-radius: 24px;padding: 50px 0; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.section01 .graph_box .img_box{width: calc(552/1136 * 100%);}
.section01 .graph_box .text_box p{font-size: 18px; line-height: 1.5; letter-spacing: -0.02em; text-align: center; }


.section02{background: #F8F8F8;}
.section02 .content_box{width: calc(888/1368 * 100%); margin:80px auto 0;}
.section02 .title_box .highlight{border-bottom: 10px solid #CFD4DB;display: inline-block;}
.section02 .type_list > li{text-align: center;margin-bottom: 120px;}
.section02 .type_list > li:last-of-type{margin-bottom:0;}
.section02 .type_list .num{font-size: 16px;letter-spacing: -0.02em;color: #fff; padding: 8px 16px; background: var(--man-color-02); border-radius: 30px;display: inline-block;}
.section02 .type_list h5{font-size: 44px;font-weight: 600; line-height: 1.2;letter-spacing: -0.02em;margin:24px 0 8px;}
.section02 .type_list .desc_text{font-size: 22px; line-height: 1.4;}
.section02 .type_list .btn-wrap{margin-top:40px;}
.section02 .feature_box {margin:40px auto 0;box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);}
.section02 .feature_box .text_box{background: #fff;text-align: center;}
.section02 .feature_box .text_box p{font-size: 18px;line-height: 1.5;letter-spacing: -0.02em;text-wrap:balance;word-break: keep-all;}
.section02 .feature_box .img_box {display: flex;justify-content: space-between;gap: 8px;}
.section02 .feature_box .text_box{display: flex;justify-content: center;align-items: center;padding: 24px;}


/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1800px) {
    .section02 .content_box{width:100%;}
}

/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    .container .title_box .sub_title{font-size:24px;}
    .container .title_box h4{font-size: 54px; margin-top:8px;}

    /* content */

}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {

}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    .container .title_box .sub_text{font-size: 20px}
    /* content */
    .section02 .content_box .main_text{font-size:32px;}
    .section02 .content_box .desc_text{font-size: 24px;}
    .section02 .content_box .sub_text{font-size:20px;}
}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width: 1024px) {
    .sub_visual {padding: 0 5%;height: calc(144vw - 94px);background-image: url(../images/img_visual_bg_tb.jpg);background-position: center bottom;}
    .sub_visual .inner{padding: 0;}
    .sub_visual .text_box h3{font-size: 44px; }
    .sub_visual .text_box .add_text{font-size:22px;}
    [class*="section"] .inner{padding: 120px 5%;}

    /* content */
    .container .title_box h4{font-size: 44px; margin-top:8px;}
    .container .content_box{margin-top: 48px;}

    .section01 .main_text{font-size: 20px;margin: 0 auto;width: calc(549/744 * 100%);}
    .section01 .main_text strong{font-size:30px;}
    .section01 .top .img_box{width: calc(373/744 * 100%);margin: 100px auto;}
    .section01 .graph_box {width: calc(610/744 * 100%);padding: 29px 0;}
    .section01 .graph_box .text_box p{font-size: 16px;}

    .section02 .content_box{width: 100%; margin:48px auto 0;}
    .section02 .type_list > li{margin-bottom: 100px;}
    .section02 .type_list .num{padding: 4px 16px; }
    .section02 .type_list h5{font-size: 36px;}
    .section02 .type_list .desc_text{font-size: 24px;}
    .section02 .feature_box .text_box p{font-size: 16px; line-height: 1.6;}
    .section02 .feature_box .text_box{padding: 16px;}
    .section02 .feature_box .img_box{gap:4px;}

}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:767px) {
    .wrap { min-width: 375px; }
    .sub_visual {padding: 0 8%;height: calc(180vw - 64px);background-image: url(../images/img_visual_bg_mo.jpg);}
    .sub_visual .text_box h3{font-size: 34px;margin-bottom: 16px; }
    .sub_visual .text_box .add_text{font-size:18px;}
    [class*="section"] .inner{padding: 60px 24px;}


    /* content */
    .container .title_box .sub_title{font-size:18px;}
    .container .title_box h4{font-size: 36px;margin-top:8px;}
    .container .content_box{margin-top: 40px;}
    .container .title_box .sub_text{font-size: 16px}

    .section01 .main_text{font-size: 18px;width:100%;}
    .section01 .main_text strong{font-size:24px;}
    .section01 .top .img_box{width: 100%;margin: 56px auto;}
    .section01 .graph_box {width: 100%;padding: 36px 0  24px;}
    .section01 .graph_box .img_box{width:100%;margin-bottom: 16px;}
    .section01 .graph_box .text_box p{font-size: 12px;}

    .container .section02 .title_box h4{font-size: 36px;}
    .section02 .feature_box{margin-top: 32px;}
    .section02 .type_list > li{margin-bottom: 80px;}
    .section02 .type_list .num{font-size: 12px;}
    .section02 .type_list h5{font-size: 30px;}
    .section02 .feature_box .img_box{flex-direction:column;gap:0;}
    .section02 .type_list .desc_text{font-size: 20px;}
    .section02 .feature_box .text_box{padding: 40px 24px;}
}