@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; color: var(--gray-color-1000); margin-top:10px;}
.container .title_box .sub_title{font-size: 22px; line-height: 1.3; margin-top:40px;}
.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;}
.marker{color: #fff;background:var(--man-color-02);padding: 0 4px;}

.cause_list{width: calc(1168/1368 * 100%); max-width: 1200px; margin:0 auto; display : grid; grid-template-columns: repeat(4, 1fr); gap:16px; }
.cause_item{border-radius: 170px;color: #fff;display: flex;justify-content: center;align-items: center;padding: 120px 0;}
.cause_item .text_box{text-align:center;letter-spacing: -0.02em;}
.cause_item .text_box h5{font-size: 26px;line-height: 1.3;margin-bottom: 12px;font-weight: 600;}
.cause_item .text_box p{font-size: 20px;line-height: 1.5;}

.section01 .text_box{margin-top: 40px; text-align: center;}
.section01 .desc_text{font-size: 22px; line-height: 1.5; letter-spacing: -0.02em;}

.section02{background: var(--man-color-04);}
.section02 .cause_item{background: rgba(16, 94, 229, 0.80);}

.section03 .grid_box{display:grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.section04{background: linear-gradient(180deg, rgba(16, 28, 51, 0.00) 44.18%, rgba(16, 28, 51, 0.60) 110.65%), #1C3BA2; color: #fff;} 
.section04 .title_box h4{color: #fff;}
.section04 .img_box{width: calc(1136/1368 * 100%); margin:80px auto; }
.section04 .desc_text{font-size: 24px;font-weight: 500; text-align: center; line-height: 1.5; letter-spacing: -0.02em; }



.section05{background: #F8F8F8;}
.section05 .content_box{width: calc(1136/1368 * 100%); margin:80px auto 0; }
.section05 .point_list > li{text-align: center;margin-bottom: 120px;}
.section05 .point_list > li:last-of-type{margin-bottom:0;}
.section05 .point_list .num{font-size: 16px;letter-spacing: -0.02em;color: #fff; padding: 8px 16px; background: var(--man-color-01); border-radius: 30px;display: inline-block;}
.section05 .point_list h5{font-size: 44px;font-weight: 600; line-height: 1.2;letter-spacing: -0.02em;margin:24px 0 8px;}
.section05 .point_list .desc_text{font-size: 22px; line-height: 1.4;margin-bottom:80px;}
.section05 .feature_list{display: grid;grid-template-columns: repeat(2, 1fr);gap:24px;}
.section05 .feature_box {border-radius: 16px; overflow: hidden;display: flex; justify-content: stretch; align-items: stretch; margin-top: 40px;box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);}
.section05 .service_list{display: grid;grid-template-columns: repeat(3, 1fr);gap:24px;margin-top: 40px;}
.section05 .service_box {display: flex; flex-direction:column;justify-content:stretch; align-items:stretch}
.section05 .service_box .text_box{background: #fff;text-align: center;padding: 16px 24px;letter-spacing: -0.02em;flex: 1;display:  flex;justify-content: center;align-items: center;flex-direction: column;}
.section05 .service_box .text_box .title{ font-size: 24px; font-weight: 600; margin-bottom: 8px;}
.section05 .service_box .text_box .text{ font-size: 18px; line-height: 1.5;}
.section05 .method_list{display: grid;grid-template-columns: repeat(3, 1fr);margin-top: 80px;background:#D2E0F4;border-radius: 16px;padding:  24px 0;}
.section05 .method_card{display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 24px;border-right: 2px solid #fff;padding: 16px 0;}
.section05 .method_card:last-of-type{border-right: none;}
.section05 .method_card .title{font-size: 24px;font-weight: 700;background: #fff;border-radius:18px;padding: 4px 16px;}
.section05 .method_card li{font-size: 18px;text-align: left;line-height: 1.4;}
.section05 .method_card  ul{display: flex;flex-wrap: wrap;width: 180px;gap: 8px 24px;}
.section05 .method_section ,.section05 .comparison_section {margin: 80px 0;}
.section05 .comparison_chart .separator{font-size: 40px;font-weight: 700;letter-spacing: -0.02em;}
.section05 .comparison_chart{display: flex;justify-content: center;align-items: center;margin-bottom: 80px;gap:8px;}
.section05 .comparison_item {border-radius: 8px; overflow: hidden; box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10); display: flex; flex-direction: column;flex: 1;}
.section05 .comparison_item .comparison_header{font-size: 18px;line-height: 1.4; background: #fff;padding: 8px 24px;background: var(--man-color-02); color: #fff;}
.section05 .comparison_item:last-of-type .comparison_header{background:#DBDBDB;}
.section05 .comparison_item .comparison_body{background: #fff;; padding: 24px 40px;}
.section05 .comparison_item li{font-size: 20px; line-height: 1.4;letter-spacing: -0.02em;border-bottom: 1px solid #DEDEE4;padding:12px 0;}
.section05 .comparison_item li:last-of-type{border-bottom: none;}
.section05 .comparison_section .sub_text{font-size: 22px;text-align: center;color:  #4f4f4f;}

.section05 .result_section h5{margin-top: 80px;}

.section08 .compare_box t .date{font-size: 14px; line-height: 1.2; color: var(--black-color-300);font-weight: 600;}

/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1800px) {
    .section06 .recommend{width:100%;}
}

/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    .container .title_box .sub_title{font-size: 20px;margin-top: 32px;}
    .container .title_box h4{font-size: 54px; margin-top:8px;}

    /* content */
    .cause_list{width: 100%;}
    .section05 .content_box{width: 100%;}

}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    .container .section05::after{content:none;}


}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    .container .title_box .sub_text{font-size: 20px}
    /* content */
}


/* 태블릿 (해상도 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;}

    .cause_list{grid-template-columns:repeat(2, 1fr);}
    .cause_item{padding: 40px 12px;}

    .section03 .grid_box{grid-template-columns: repeat(2, 1fr); gap: 24px; }

    .section04 .img_box{width:100%; margin:40px auto; }
    .section04 .desc_text{font-size: 18px;font-weight: 400; text-wrap: balance; word-break: keep-all;}

    .section05 .service_list{gap:12px}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:767px) {
    .wrap { min-width: 345px; }
    .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;margin-top: 24px;}
    .container .title_box h4{font-size: 34px; margin-top:8px;}
    .container .content_box{margin-top: 40px;}
    .container .title_box .sub_text{font-size: 16px}

    .section01 .desc_text{font-size: 16px; }

    .cause_list{grid-template-columns: repeat(1, 1fr);}
    .cause_item{padding: 16px 0;}
    .cause_item .text_box h5{font-size: 20px;}
    .cause_item .text_box p{font-size: 16px;}

    .section03 .grid_box{ gap:8px; }


    .section05 .point_list .desc_text{font-size: 18px; margin-bottom:32px;}
    .section05 .point_list h5{font-size:30px;}
    .section05 .point_list > li{margin-bottom: 80px;}
    .section05 .service_list{grid-template-columns: repeat(1, 1fr);gap:16px;}
    .section05 .service_box {flex-direction:row;}
    .section05 .service_box > div {flex: 1;}
    .section05 .service_box .text_box{text-align: left; align-items: flex-start}
    .section05 .method_list{grid-template-columns: repeat(1, 1fr);gap:8px; margin-top: 32px;}
    .section05 .comparison_chart{margin-bottom: 48px;}
    .section05 .method_card .title{font-size: 20px;}
    .section05 .method_card li{font-size: 16px;display: inline-block;padding: 0 2%;}
    .section05 .comparison_item li{text-wrap: balance;word-break: keep-all;font-size: 16px;}
    .section05 .comparison_item .comparison_body{padding: 24px 8px}
    .section05 .comparison_chart .separator{font-size: 30px}
    .section05 .result_section h5{font-size: 30px; margin-top:48px; }
    .section05 .comparison_section .sub_text{font-size: 18px}
    .section05 .service_box .text_box .title{ font-size: 18px;}
    .section05 .service_box .text_box .text{font-size: 16px;text-wrap: balance;word-break: keep-all;}
    .section05 .method_card{padding: 24px 8px;}
    .section05 .method_section ,.section05 .comparison_section {margin: 48px 0;}
    .section05 .method_card  ul{justify-content:center; align-items: center; flex-wrap: nowrap;width:100%;gap: 8px;}
    .section05 .method_card:last-of-type ul{gap:0;}
    .section05 .method_card{border-bottom : 2px solid #fff; border-right: none;}
    .section05 .method_card:last-of-type{border-bottom: none;}
    .section05 .method_list{padding: 24px;}

}