@charset "utf-8";
/* #content */
.img_box img{width: 100%; }
.top_title .inner{padding: 94px 19.06% }
.top_title .text_box {text-align: center; }
.top_title .text_box h3{font-size: 44px; font-weight: 700; line-height: 1.2;}

[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 .inner{padding: 0 14.7% 60px;}
.section01 .text_box{text-align: center;letter-spacing: -0.02em;}
.section01 .text_box h4{font-size: 44px;font-weight: 600;line-height: 1.2;}
.section01 .desc_text{font-size: 18px;line-height: 1.6; margin-top:16px;}
.section01 .img_box{width:calc(688 / 1368 * 100%); margin: 60px auto 0;}

.section02{width: 100%; background: var(--man-color-05); }
.section02 .inner{padding: 60px 14.7%;}
.section02 .content_box{margin-top: 0;}
.section02 .point-list{display: grid;grid-template-columns: repeat(3, 1fr)}
.section02 .point-item{padding: 8px 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;letter-spacing: -0.02em;}
.section02 .text-box h5{font-size: 30px;margin-bottom: 30px;}
.section02 .text-box p{font-size: 22px; text-wrap: balance; word-break: keep-all; }

.section03{background:var(--man-color-04);}
.section03 .process_wrap{width: calc(989 /  1368 * 100%); margin: 0 auto;}
.section03 .process_list{display: flex; justify-content: space-between; align-items: stretch;gap: 40px;}
.section03 .process_step{display: flex; justify-content: center; align-items: center;background: #3F7DEA; text-align: center;flex:1;padding: 24px 16px;border-radius:16px;position:relative}
.section03 .process_step .main_text{font-size: 23px; line-height: 1.3;color: #fff; font-weight: 600;}
.process_step:not(:last-child)::after {content: '';position: absolute;top: 50%;right: -28px;transform: translateY(-50%);width: 0;height: 0;border-top: 12px solid transparent;border-bottom: 12px solid transparent;border-left:14px solid var(--man-color-06); }
.section03 .text_box{margin: 80px 0; text-align: center;}
.section03 .text_box .desc_text{font-size: 22px;line-height: 1.5;letter-spacing: -0.02em;}
.section03 .btn{box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);}

.section04 .guide_list{text-align: center; width: calc(1140 / 1368 * 100%); margin: 0 auto;letter-spacing: -0.02em;}
.section04 .guide_list h5{font-size: 24px;line-height: 1.2;font-weight: 400;}
.section04 .item01{margin-bottom: 120px}
.section04 .item01 .text_box{font-size: 24px; line-height: 1.6;}
.section04 .img_wrap{display: flex; justify-content: center; align-items: center; gap:20px; margin: 40px 0;}
.section04 .img_wrap img{flex: 1; min-width: 0;max-width: 250px;  object-fit: contain;height: auto; }
.section04 .item02 .img_wrap{ margin: 40px 0 0;}

.section05 .inner{padding: 0 14.7% 120px;}
.section05 .btn-wrap{margin-bottom:80px;}
.section05 .content_box{width: calc(1136/1368 * 100%);margin: 0  auto; }
.section05 .img_wrap{display: flex;justify-content: center;align-items: center;gap: 8px;margin: 0 auto;padding:60px 0 24px;}
.section05 .img_wrap img{flex: 1;min-width: 0;}
.section05 .guide_header{background: var(--man-color-main);padding: 24px 16px;}
.section05 .guide_header h5{font-size: 30px;letter-spacing: -0.02em;text-align: center;color: #fff;}
.section05 .guide_body{background: var(--man-color-04);padding: 40px 24px 0;}
.section05 .item01 .guide_body{display: flex; justify-content: center; align-items: center;}
.section05 .item01 .text_box{padding-bottom:60px;}
.section05 .item01 .text_box li{font-size: 22px;line-height:1.4;letter-spacing: -0.02em;margin-bottom:14px;display: flex;justify-content: flex-start;align-items: flex-start;gap: 8px;}
.section05 .item01 .text_box li:last-of-type{margin-bottom:0;}
.section05 .item02 .text_box{font-size: 22px;font-weight: 500;line-height:1.2;letter-spacing: -0.02em;text-align: center;}
.section05 .item01 .text_box li .icon_check{width: 20px;height: 20px;display: block;background: url(/theme/momo/common/images/ico_check_woman.svg) no-repeat center;background-size: 100% 100%;margin-top: 6px;}




/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1800px) {
}

/* 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) {
    .container .section05::after{content:none;}
    .section05 .content_box{width:100%;}

}
/* 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) {
    .top_title .inner{padding: 120px 5% }
    .top_title .cell{padding: 0;}
    .top_title .text_box h3{font-size: 44px; }
    [class*="section"] .inner{padding: 120px 5%;}

    /* content */
    .container .title_box h4{font-size: 44px; margin-top:8px;}
    .container .content_box{margin-top:48px;}


    .section01 .inner{padding: 0 5% 120px;}
    
    .section02 .inner{padding: 60px 5%;}
    .section02 .content_box{margin-top:0}    
    .section02 .point-item{padding: 8px;}
    
    .section03 .process_wrap{width:100%;}

    .section04 .guide_list{width:100%;} 

    .section05 .img_wrap{flex-wrap: wrap;gap: 8px;margin: 0 auto;padding:30px 0 24px;}
    .section05 .img_wrap img{flex:auto;width: 30%;}



}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:767px) {
    .wrap { min-width: 375px; }
    .top_title .inner{padding: 60px 8%;}
    .top_title .text_box h3{font-size: 34px; }
    [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 .inner{padding: 0 24px 40px;}
    .section01 .img_box{width:100%; margin: 40px auto 0;}

    .section02 .inner{padding: 30px 0}
    .section02 .content_box{margin-top:0;}
    .section02 .point-item{padding:8px;}
    .section02 .text-box h5{font-size: 20px;margin-bottom: 8px;}
    .section02 .text-box p{font-size: 12px; text-wrap: balance; word-break: keep-all; }

    .section03 .inner{padding: 60px 0 0;}
    .section03 .process_list{flex-direction:column}
    .section03 .process_wrap{width:100%;padding: 0 24px;}
    .section03 .process_step{padding: 8px;border-radius:100px;}
    .section03 .process_step .main_text{font-size: 20px;}
    .process_step:not(:last-child)::after {top:auto;bottom:0;right: 50%;transform: translate(-50%,150%);border-top: 12px solid var(--man-color-06);border-right: 12px solid  transparent;border-left:14px solid transparent;margin-right: -24px;}
    .section03 .text_box{margin: 40px 0; }
    .section03 .text_box .desc_text{font-size: 16px;}
    .section03 .btn{max-width:100%;}


    .section04 .guide_list h5{font-size: 20px;}
    .section04 .guide_list{width: 100%; }
    .section04 .item01 .text_box{font-size: 18px; text-align: left; line-height: 1.6;}
    .section04 .item01 .img_wrap{flex-wrap:wrap;gap:8px;margin: 24px 0;}
    .section04 .item01 .img_wrap img{flex: auto; width:48% ;max-width: 100%; }
    .section04 .item01{margin-bottom: 50px}
    .section04 .item02 .img_wrap{gap:8px;margin: 40px 0 0;}
    
    .section05 .inner{padding:0 24px 60px}
    .section05 .btn{width:100%;}
    .section05 .guide_header h5{font-size: 18px;}
    .section05 .item01 .text_box li{font-size: 14px;}
    .section05 .item02 .text_box{font-size:14px;}
    .section05 .guide_header{padding: 8px;}
    .section05 .guide_body{background: var(--man-color-04);padding: 20px 24px 0;}
    .section05 .item01 .text_box{padding-bottom:40px;}

}