@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;}
.cause_item .text_box p{font-size: 20px;line-height: 1.5;}

.process_box{display: flex; justify-content: center; align-items: stretch; gap: 54px;}
.process_step{display: flex; justify-content: center; align-items: stretch; position: relative;}
.process_step::after{content:'';position:absolute; top: 50%; right:0; width: 58px; height: 65px;
   background-repeat:no-repeat ;background-position: center center; background-size: contain; transform: translate(80%, -50%);}
.process_step:last-of-type::after{content:none;}
.process_step > div { flex: 1;}
.process_step img{object-fit:cover; height: 100%;}
.process_step .text_box{display: flex; justify-content: center; align-items: center; gap: 8px; flex-direction: column;letter-spacing: -0.02em; text-align: center;}
.process_step .text_box h5{font-size:26px}
.process_step .text_box p{font-size:20px; line-height: 1.4;}

.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);}
.section04{background: #F8F8F8}
.section02 .cause_item{background: rgba(16, 94, 229, 0.80);}
.section04 .cause_item{background: #F88;}

.section03 .process_step .text_box{background: var(--man-color-05)}
.section05 .process_step .text_box{background: #FFF4F4}
.section03 .process_step::after{background-image: url(../images/ico_arrow_man.svg) ;}
.section05 .process_step::after{background-image: url(../images/ico_arrow_woman.svg) ;}

.section06 .content_box{width: calc(1136/1368 * 100%); margin:80px auto 0; }
.section06 .comparison_wrap{display : grid; grid-template-columns: repeat(2, 1fr); gap:24px; }
.section06 .comparison_card {display: flex; flex-direction: column;}
.section06 .card_header {padding: 14px; color: #fff; font-size: 24px; text-align: center; }
.section06 .man .card_header{background:var(--man-color-02) ;}
.section06 .woman .card_header{background:var(--woman-color-main) ;}
.section06 .stats_gauge .label{font-size: 18px;font-weight: 600; letter-spacing: -0.02em;line-height: 1.4;}
.section06 .guage_bar{display: flex;gap: 2px;}
.section06 .guage_bar .segment {width: 30px; height: 8px; background: #D9D9D9;}
.section06 .man .filled{background:var(--man-color-02);}
.section06 .woman .filled{background:var(--woman-color-main);}
.section06 .stats{display: flex;justify-content: center;align-items: center;gap:  12px;margin-top:  16px;}
.section06 .stats_gauge{display: flex; justify-content: center; align-items: center; gap: 8px }
.section06 .note{font-size: 22px;line-height: 1.5;letter-spacing: -0.02em;background: #f8f8f8;padding: 16px;margin-top: 40px;text-align: center;}

.section07{background: #F8F8F8;}
.section07 .content_box{width: calc(1136/1368 * 100%); margin:80px auto 0; }
.section07 .point_list > li{text-align: center;margin-bottom: 120px;}
.section07 .point_list > li:last-of-type{margin-bottom:0;}
.section07 .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;}
.section07 .point_list h5{font-size: 44px;font-weight: 600; line-height: 1.2;letter-spacing: -0.02em;margin:24px 0 8px;}
.section07 .point_list .desc_text{font-size: 22px; line-height: 1.4;margin-bottom:80px;}
.section07 .feature_list{display: grid;grid-template-columns: repeat(2, 1fr);gap:24px;}
.section07 .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);}
.section07 .service_list{display: grid;grid-template-columns: repeat(3, 1fr);gap:24px;margin-top: 40px;}
.section07 .service_box {display: flex; flex-direction:column;justify-content:stretch; align-items:stretch}
.section07 .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;}
.section07 .service_box .text_box .title{ font-size: 24px; font-weight: 600; margin-bottom: 8px;}
.section07 .service_box .text_box .text{ font-size: 18px; line-height: 1.5;}
.section07 .method_list{display: grid;grid-template-columns: repeat(3, 1fr);gap:24px; margin-top: 80px;}
.section07 .method_card{display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 40px 24px; gap: 24px;background: var(--man-color-01);border-radius: 8px;}
.section07 .method_card .title{font-size: 24px;font-weight: 700;background: #fff;border-radius:18px;padding: 4px 16px;}
.section07 .method_card li{color: #fff;font-size: 18px;text-align: left;line-height: 1.4;}
.section07 .method_section ,.section07 .comparison_section {margin: 80px 0;}
.section07 .comparison_chart .separator{font-size: 40px;font-weight: 700;letter-spacing: -0.02em;}
.section07 .comparison_chart{display: flex;justify-content: center;align-items: center;margin-bottom: 80px;gap:8px;}
.section07 .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;}
.section07 .comparison_item .comparison_header{font-size: 18px;line-height: 1.4; background: #fff;padding: 8px 24px;background: var(--man-color-02); color: #fff;}
.section07 .comparison_item:last-of-type .comparison_header{background:#DBDBDB;}
.section07 .comparison_item .comparison_body{background: #fff;; padding: 24px 40px;}
.section07 .comparison_item li{font-size: 20px; line-height: 1.4;letter-spacing: -0.02em;border-bottom: 1px solid #DEDEE4;padding:12px 0;}
.section07 .comparison_item li:last-of-type{border-bottom: none;}
.section07 .comparison_section .sub_text{font-size: 22px;text-align: center;color:  #4f4f4f;}

.section07 .result_section h5{margin-top: 80px;}

.section08 .compare_box {text-align: center;}
.section08 .compare_box h5{font-size: 36px;line-height:1.2;color: #fff;text-align: center;padding: 8px 48px;border-radius: 30px;background-color: var(--woman-color-main);display: inline-block;}
.section08 .compare_list{display: grid; grid-template-columns: repeat(2, 1fr); gap:80px 24px;margin: 80px 0 120px;}
.section08 .compare_list .img_box{display: flex; justify-content: stretch; align-items: center;}
.section08 .compare_list figure{flex:1;position:relative; padding-bottom:31px;}
.section08 .compare_list figure figcaption{font-size: 16px;color: #FFF;text-align: center;height: 32px;line-height: 2; width: 100%; background-color: #8A8D9F;position: absolute; bottom: 1px; left: 0;}
.section08 .compare_list figure.after figcaption{background-color: #676A7D;}
.section08 .compare_list .desc_text li{font-size: 20px;font-weight: 600;letter-spacing: -0.02em;display: inline-block; padding:0 16px; border-right: 1px solid #B9BAC1;margin: 16px 0 12px;}
.section08 .compare_list .desc_text li:last-of-type{border-right: none;}
.section08 .compare_list .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%;}
    .section06 .content_box{width: 100%;}
    .section07 .content_box{width: 100%;}

}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    .container .section05::after{content:none;}

    .section06 .stats{flex-direction: column;}

}
/* 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 0}

    .process_box{flex-direction:column;gap: 48px;width: 50%;margin: 0 auto;}
    .process_step::after{top:auto;bottom:0;right:50%;width: 50px;height: 55px;transform: rotate(90deg) translate(90%, -50%);z-index:1;}
    .section07 .service_list{gap: 12px;}
    .section07 .method_list{gap: 12px;}

    .section08 .compare_list{grid-template-columns: repeat(1, 1fr);gap: 40px;margin:56px 0 96px;}
    .section08 .compare_box h5{font-size: 32px;padding: 8px 32px;}
    .section08 .note_box{padding: 24px 40px; align-items: flex-start; margin-top: 96px}
}

/* 모바일 가로, 모바일 세로 (해상도 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;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;}

    .process_box{gap: 8px;width: 100%;}
    .process_step::after{width:44px;transform: rotate(90deg) translate(80%, -160%);}
    .process_step .text_box{flex: 2;}
    .process_step .text_box h5{font-size:20px}
    .process_step .text_box p{font-size:16px;}
    
    .section06 .comparison_wrap{ gap:8px; }

    .section06 .stats{justify-content:flex-start; align-items:flex-start; gap: 8px}
    .section06 .card_header {padding: 4px; font-size: 16px;  }
    .section06 .stats_gauge .label{font-size: 12px;}
    .section06 .guage_bar {gap: 2px;}
    .section06 .guage_bar .segment {width: 18px;height: 4px;}
    .section06 .note{font-size: 18px;}

    .section07 .point_list .desc_text{font-size: 18px; margin-bottom:32px;}
    .section07 .point_list h5{font-size:30px;}
    .section07 .service_list{grid-template-columns: repeat(1, 1fr);gap:16px;}
    .section07 .service_box {flex-direction:row;}
    .section07 .service_box > div {flex: 1;}
    .section07 .service_box .text_box{text-align: left; align-items: flex-start}
    .section07 .method_list{grid-template-columns: repeat(1, 1fr);gap:8px; margin-top: 32px;}
    .section07 .comparison_chart{margin-bottom: 48px;}
    .section07 .method_card .title{font-size: 20px;}
    .section07 .method_card li{font-size: 16px;display: inline-block;padding: 0 8px;}
    .section07 .comparison_item li{text-wrap: balance;word-break: keep-all;font-size: 16px;}
    .section07 .comparison_item .comparison_body{padding: 24px 8px}
    .section07 .comparison_chart .separator{font-size: 30px}
    .section07 .result_section h5{font-size: 30px; margin-top:48px; }
    .section07 .comparison_section .sub_text{font-size: 18px}
    .section07 .service_box .text_box .title{ font-size: 18px;}
    .section07 .service_box .text_box .text{font-size: 16px;text-wrap: balance;word-break: keep-all;}
    .section07 .method_card{padding: 24px 8px;}
    .section07 .method_section ,.section07 .comparison_section {margin: 48px 0;}

    .section08 .compare_box h5{font-size: 26px;}
    .section08 .compare_list{gap: 32px;margin: 40px 0 80px;}
    .section08 .note_text{font-size: 14px;}
    .section08 .note_box{padding: 24px 16px;margin-top: 48px;}
    .section08 .compare_list .desc_text li{font-size: 18px;padding: 0 8px;}
    .section08 .compare_list .desc_text .date{font-size: 12px;}
}