@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: 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 .step-list{display :grid;grid-template-columns: repeat(4, 1fr); gap: 24px;align-items: flex-start; letter-spacing: -0.02em; }
.section01 .step-list li .img_box{position:relative;}
.section01 .step-list li .num{font-size: 32px; font-weight: 700;width: 48px; height: 48px; border-radius: 50%;background: var(--man-color-02); color: #fff;
    position: absolute; top: 16px; left: 50%; transform: translate(-50%, 0);z-index: 1}
.section01 .step-list li{display: flex;flex-direction: column;justify-content: center;align-items: stretch;gap: 24px;}
.section01 .step-list .text_box{text-align: center;letter-spacing: -0.02em;padding: 0 12px;}
.section01 .step-list .text_box h5{ font-size: 26px; line-height: 1.4;margin-bottom: 8px; }
.section01 .step-list .text_box p{ font-size: 22px; line-height: 1.4; text-wrap:balance; word-break:keep-all;}

.section02{width: 100%; background: var(--man-color-05); }
.section02 .point-list{display: grid;grid-template-columns: repeat(4, 1fr)}
.section02 .point-item{padding: 28px 32px;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;text-align: center;gap:24px;border-right: 1px solid var(--man-color-06);}
.section02 .point-item:last-of-type{border-right: 0;}
.section02 .text-box{line-height: 1.4;}
.section02 .text-box p{font-size: 24px; text-wrap: balance; word-break: keep-all; }

.section03{background:#F8F8F8;}
.section03 .case_list{width:calc(1136/1368 *100%); margin: 0 auto;}
.section03 .case_list > li{text-align: center;margin-bottom: 120px;}
.section03 .case_list > li:last-of-type{margin-bottom:0;}
.section03 .case_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;}
.section03 .case_list h5{font-size: 44px;font-weight: 600; line-height: 1.2;letter-spacing: -0.02em;margin:24px 0 8px;}
.section03 .case_list .desc_text{font-size: 22px; line-height: 1.4;}
.section03 .feature_box{display: flex;justify-content: stretch;align-items: stretch;margin-top: 40px;box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);}
.section03 .feature_box > div {width: 50%;}
.section03 .feature_box .img_box{/* display: flex; *//* justify-content: center; *//* align-items:center; */background: var(--man-color-05);}
.section03 .feature_box .img_box img{/* aspect-ratio: 568/440; */object-fit: cover;height: 100%;}
.section03 .feature_box .text_box li{display: flex;justify-content: flex-start;align-items: flex-start;gap: 8px;margin-bottom: 16px;}
.section03 .feature_box .text_box li:last-of-type{margin-bottom:0;}
.section03 .feature_box .text_box{display: flex;flex-direction: column;justify-content: center;gap: 40px;text-align: left;letter-spacing: -0.02em;padding: 32px 64px;}
.section03 .feature_box .desc_text{font-size: 18px;line-height: 1.5;text-wrap: balance;word-break: keep-all;padding-top: 40px;border-top:1px solid var(--black-color-200);}
.section03 .feature_box .main_text{font-size: 20px;font-weight: 500;line-height: 1.6;text-wrap: balance;word-break: keep-all;}
.section03 .feature_box .icon_check{width: 24px;height: 24px;display: block;background: url(/theme/momo/common/images/ico_check_main.svg) no-repeat center;background-size: 100% 100%;margin: 4px;}
.section03 .bottom .main_text{text-align: center;}

.section04{background: linear-gradient(180deg, rgba(16, 28, 51, 0.00) 54.59%, rgba(16, 28, 51, 0.60) 163.61%), #1C3BA2;color: #fff;}
.section04 .inner{padding: 160px 14.7% 100px;}
.section04 .title_box h4{color: #fff;}
.section04 .venn-container{display: flex;justify-content: center;width: calc(964/1368 *100%);margin: 0 auto 80px;}
.section04 .circle{width: 33.3%; border-radius:50%; position: relative;}
.section04 .circle .text_box{
    width: 110%;
    height: 110%;
    object-fit: cover;
    text-align: center;
    border-radius: 50%;
    letter-spacing: -0.02em;
    gap: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(16, 94, 229, 0.80);
}
.section04 .circle::after {content: ''; display: block; padding-bottom: 100%;}
.section04 .circle .text_box strong{font-size: 26px;}
.section04 .circle .text_box p{font-size: 20px;line-height: 1.5;}
.section04 .bottom .main_text{font-size: 24px;text-align: center;line-height: 1.5;}

.section05{background: var(--man-color-main); color: #fff;}
.section05 .title_box h4{color: #fff;}
.section05 .steps_container {display: flex;justify-content: space-between;align-items: flex-start;position: relative;width: calc(1136/1368 *100%);margin: 0 auto;}
.section05 .step{text-align: center;position: relative;letter-spacing: -0.02em;display: flex;flex-direction: column;gap:  40px;justify-content: center;align-items: center;flex: 1;}
.line {position: absolute;top: 104px;left: 50%;right: 0;height: 2px;background-color: #ccc;z-index: 1;transform: translate(-50%, 0);width: 68%;}
.section05 .steps_container .title_text{font-size: 40px;font-weight: 700;line-height: 1.2;}
.section05 .steps_container .circle{width:32px; height: 32px; border:8px solid var(--man-color-06); border-radius: 100%;background: #fff; z-index: 2;}
.section05 .steps_container .desc_text{font-size: 24px;line-height: 1.5;font-weight: 500;}

.section06 .compare_box {text-align: center;}
.section06 .compare_box h5{font-size: 36px;line-height:1.2;color: #fff;text-align: center;padding: 8px 48px;border-radius: 30px;background-color: var(--man-color-02);display: inline-block;}
.section06 .compare_list{display: grid; grid-template-columns: repeat(2, 1fr); gap:80px 24px;margin: 80px 0 120px;}
.section06 .compare_list .img_box{display: flex; justify-content: stretch; align-items: center;}
.section06 .compare_list figure{flex:1;position:relative; padding-bottom:31px;}
.section06 .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;}
.section06 .compare_list figure.after figcaption{background-color: #676A7D;}
.section06 .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;}
.section06 .compare_list .desc_text li:last-of-type{border-right: none;}
.section06 .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) {
    .section05 .content_box,.section07 .recommend{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 */
    .section03 .case_list{width:100%;}
    .section04 .venn-container{width: 100%;}
    .section05 .steps_container{width: 100%;}

}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    .container .section05::after{content:none;}

    .section01 .step-list{grid-template-columns: repeat(2, 1fr);}
    .section03 .feature_box .text_box{padding: 24px 48px;}

    .section05 .feature_box img{aspect-ratio:auto;object-fit:cover; height:100%; }

    .section06 .content_box{width:100%}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    .container .title_box .sub_text{font-size: 20px}
    /* content */
    .container .section01 .content_box .main_text{font-size:32px;}
    .container .section01 .content_box .desc_text{font-size: 24px;}
    .container .section01 .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;}

    .section02 .point-list{grid-template-columns: repeat(1, 1fr);padding: 0 5%;}
    .section02 .point-item{border-right: none; border-bottom: 1px solid var(--man-color-06);}
    .section02 .point-item:last-of-type{border-bottom:0;}


    .section03 .case_list{width:100%;}
    .section03 .case_list h5{font-size: 36px;}
    .section03 .case_list .desc_text{font-size: 24px;}
    .section03 .feature_box .text_box{gap:32px;padding: 0 32px;}
    .section03 .feature_box .desc_text{font-size: 16px;padding-top: 32px;}
    .section03 .feature_box .main_text{font-size: 18px;font-weight: 600;line-height: 1.6;text-wrap: balance;word-break: keep-all;}
    .section03 .feature_box .icon_check{width: 20px;height: 20px;}
    .section03 .feature_box .img_box img{height:100%;aspect-ratio: 348/410;}

    .section04 .inner{padding: 120px 5% 80px;}
    .section04 .circle{width: 33.3%; border-radius:50%; position: relative;}
    .section04 .circle .text_box{gap: 8px;}
    .section04 .circle::after {content: ''; display: block; padding-bottom: 100%;}
    .section04 .circle .text_box strong{font-size: 24px;}
    .section04 .circle .text_box p{font-size: 16px;}
    .section04 .bottom .main_text{font-size: 20px;}


    .section05 .steps_container .title_text{font-size: 42px;}
    .section05 .steps_container .circle{width:24px; height: 24px;}
    .section05 .steps_container .desc_text{font-size: 20px;line-height: 1.5;}
    .section05 .steps_container .line {height: 1px;top: 102px;}

    .section06 .compare_list{ grid-template-columns: repeat(1, 1fr); gap:40px;}
    .section06 .compare_list .desc_text li{font-size: 26px;}
    .section06 .note_box{padding: 24px 40px; align-items: flex-start; gap: 8px;margin-top: 56px;}
    .section06 .note_text{font-size: 16px; line-height: 1.4; color: var(--black-color-300);font-weight: 500;}


}

/* 모바일 가로, 모바일 세로 (해상도 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: 34px; margin-top:8px;}
    .container .content_box{margin-top: 40px;}
    .container .title_box .sub_text{font-size: 16px}

    .section01 .step-list{gap: 48px;grid-template-columns: repeat(1, 1fr);}
    .section01 .step-list .text_box p{font-size: 16px;}
    .section01 .step-list li .num{font-size: 20px; width: 32px; height: 32px;top:8px;}
    .section01 .step-list li .img_box{width: 50%;margin: 0 auto;}

    .section02 .point-item{padding: 16px 32px;}
    .section02 .point-item:nth-of-type(2n){border-right: none;}
    .section02 .text-box p{font-size: 18px;}


    .section03 .case_list h5{font-size: 30px;}
    .section03 .case_list .desc_text{font-size: 20px;text-wrap: balance;word-break: keep-all;}
    .section03 .case_list > li{margin-bottom:80px;}
    .section03 .feature_box{flex-direction:column;}
    .section03 .feature_box > div{width: 100%;}
    .section03 .feature_box .text_box{padding: 40px 24px;}
    .section03 .feature_box .main_text{font-size: 16px;}
    .section03 .feature_box .desc_text{font-size:16px;padding: 32px 16px 0;}
    .section03 .feature_box .icon_check{width: 16px; height: 16px;}
    .section03 .case_list .num{font-size: 12px; padding: 4px 8px;}
    .section03 .feature_box .img_box img{aspect-ratio: 361/200;}


    .section04 .circle .text_box strong{font-size: 20px;}
    .section04 .circle .text_box p{font-size: 14px;}
    .section04 .bottom .main_text{font-size: 18px;text-wrap: balance;word-break: keep-all;}
    .section04 .venn-container{position: relative;height: 340px;margin-bottom: 40px;}
    .section04 .circle{position: absolute;width: 190px;height: 190px;}
    .section04 .circle.top {top: 0;left: 50%;transform: translateX(-50%);}
    .section04 .circle.left {bottom: 0;left: 50%;transform: translateX(-98%);}
    .section04 .circle.right {bottom: 0;right: 50%;transform: translateX(98%);}

    .section05 .steps_container{flex-direction:column;width: max-content;gap: 40px;justify-content: center;}
    .section05 .step{flex-direction:row;justify-content: flex-start;width: 100%;}
    .section05 .steps_container .title_text{font-size: 20px;width: 62px;}
    .section05 .steps_container .circle{width: 16px;height: 16px;border-width: 4px;}
    .section05 .steps_container .desc_text{font-size: 18px;text-align: left;}
    .section05 .steps_container .line {top: 102px;width: 1px;height: 84%;left: 110px;top: 50%;transform: translate(0, -50%);right: auto;}

    .section06 .compare_list{margin: 56px 0 0;}
    .section06 .compare_list .desc_text li{font-size: 18px;padding: 0 8px;}
    .section06 .compare_list figure figcaption{font-size: 14px;}
    .section06 .note_box{padding: 24px 16px;margin-top: 40px;}
    .section06 .note_text{font-size: 14px;}
}