@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: 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;}

.section01 .content_box{margin-top: 40px;}
.section01 .title_box .sub_title{text-wrap: balance;word-break: keep-all;}
.section01 .top .img_box{width:calc(521/1368 * 100%); margin: 0 auto;}
.section01 .bottom{margin-top: 80px;}
.section01 .case-list{width:calc(1136/1368 * 100%);display: grid; grid-template-columns: repeat(2, 1fr);gap: 24px;margin: 40px auto 0 ;}
.section01 .case-item{padding: 24px; background: var(--black-color-100); border-radius: 16px;display: flex; justify-content: space-between;align-items:center;gap: 24px;}
.section01 .case-item > div {flex: 1;}
.section01 .case-item .img_box{padding-left: 24px; border-left:1px solid var(--black-color-300)}
.section01 .case-item .text_box{letter-spacing: -0.02em;line-height: 1.2; text-align: center;}
.section01 .case-item h5{font-size: 32px;}
.section01 .case-item .sub_text{font-size: 24px;font-weight: 700;margin:12px 0;}
.section01 .case-item .desc_text{font-size: 20px;line-height: 1.5;}

.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 .icon_check {width: 30px;height: 30px;background-color: var(--man-color-02);border-radius: 50%;position: relative;}
.section02 .icon_check::after {content: "";position: absolute;left: 11px;top: 8px;width: 6px;height: 10px;border: solid var(--man-color-06);border-width: 0 3px 3px 0;transform: rotate(45deg);}
.section02 .text-box{line-height: 1.4;}
.section02 .text-box h5{font-size: 24px;}
.section02 .text-box p{font-size: 16px; text-wrap: balance; word-break: keep-all;margin-top:8px;}

.section03 .content_box{width: calc(1136/1368 * 100%); margin:80px auto 0; }
.section03 .feature_item{display: flex;justify-content: space-between; align-items: center; margin-bottom: 24px;box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);}
.section03 .feature_item .text_box{display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;gap: 8px;}
.section03 .feature_item .num{font-size: 20px; font-weight: 700;width: 32px; height: 32px; border-radius: 50%;background: var(--man-color-02); color: #fff;}
.section03 .feature_item h5{font-size: 30px; letter-spacing: -0.02em;}
.section03 .feature_item .desc_text{font-size: 18px;line-height: 1.5;letter-spacing: -0.02em;text-wrap: balance;word-break: keep-all;}
.section03 .feature_item .img_box{width: calc(568/1136 * 100%);}
.section03 .feature_item .img_box img{aspect-ratio: 568/300; }
.section03 .feature_item .text_box{flex: 1;}

.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: 80px auto;}
.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  .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;margin: 0 auto;gap: 120px;}
.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: 82%;}
.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 h5{font-size: 28px;margin-bottom: 16px;}
.section05 .steps_container .desc_text{font-size: 24px;line-height: 1.5;}



.section06{background: #F8F8F8}
.section06 .recommend{display: flex;flex-wrap: wrap;justify-content: space-between;gap: 24px;width: calc(1136/1368 * 100%);margin: 0 auto;}
.section06 .recommend li{width: calc(50% - 12px);display:flex;gap: 24px;letter-spacing: -0.02em;line-height: 1.2;align-items: stretch;}
.section06 .recommend li .num{font-size: 54px;font-weight: 700;min-width: 68px;width: 68px;}
.section06 .recommend li .desc_text{font-size: 24px;font-weight: 500;padding-left: 24px;border-left: 1px solid #B9BAC1;display: flex;align-items: center;text-wrap: balance;word-break: keep-all;line-height: 1.4;}
.section06 .recommend li:nth-child(1) { order: 1; }
.section06 .recommend li:nth-child(4) { order: 2; }
.section06 .recommend li:nth-child(2) { order: 3; }
.section06 .recommend li:nth-child(5) { order: 4; }
.section06 .recommend li:nth-child(3) { order: 5; }

/* 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 */
    .section01 .case-list{width:100%;}
    .section03 .content_box{width:100%;}
    .section04 .venn-container{width: 100%;}
    .section05 .steps_container{gap: 80px;}

}
/* 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;}
    .section03 .feature_box .img_box img{height:100%;}
    .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 */
}


/* 태블릿 (해상도 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 .top .img_box{width:calc(521/744 * 100%); margin: 0 auto;}
    .section01 .case-list{width:100%}
    .section01 .case-item{padding: 20px; gap: 12px;}
    .section01 .case-item .img_box{padding-left: 12px; border-left:1px solid var(--black-color-300)}
    .section01 .case-item h5{font-size: 20px;}
    .section01 .case-item .sub_text{font-size: 16px;margin:8px 0;}
    .section01 .case-item .desc_text{font-size: 14px;}

    .section02 .point-item{padding: 28px 0px;}


    .section03 .content_box{width:100%;}
    .section03 .feature_item .img_box img{aspect-ratio: 348/242;object-fit: cover;}
    .section03 .feature_item .text_box{padding:0 24px;}
    .section03 .feature_item h5{font-size: 26px;}
    .section03 .feature_item .desc_text{font-size: 16px;}

    .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{flex-direction:column;width: max-content;margin: 0 auto;gap: 64px;justify-content: center;}
    .section05 .step{flex-direction:row;justify-content: flex-start;width: 100%;}
    .section05 .steps_container .line {width: 1px;height: 84%;left: 152px;top: 50%;transform: translate(0, -50%);right: auto;}
    .section05 .steps_container .title_text{font-size: 34px;width: 100px;}
    .section05 .steps_container .circle{width:24px; height: 24px;}
    .section05 .steps_container .text_box{text-align: left;}
    .section05 .steps_container h5{font-size:20px;}
    .section05 .steps_container .desc_text{font-size: 14px;line-height: 1.5;}

    .section06 .recommend li .num{font-size: 34px;min-width: 44px;width: 44px;}
    .section06 .recommend li .desc_text{font-size: 16px;padding-left: 17px;}

}

/* 모바일 가로, 모바일 세로 (해상도 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 .top .img_box{width: 100%;}
    .section01 .case-list{gap: 16px;grid-template-columns: repeat(1, 1fr);}
    .section01 .case-list .text_box p{font-size: 16px;}
    .section01 .case-list li .img_box{width: 50%;margin: 0 auto;}

    .section02 .point-list{grid-template-columns:repeat(2, 1fr);gap: 32px 0;position:relative;}
    .section02 .point-item{padding: 16px 0;}
    .section02 .point-item:nth-of-type(2n){border-right: none;}
    .section02 .text-box h5{font-size: 20px;}
    .section02 .text-box p{font-size: 14px;}
    .section02 .point-list::after{content: '';width:  100%;height: 1px;background: var(--man-color-06);position: absolute;top: 50%;left: 0;}

    .section03 .feature_item{flex-direction:column;margin-bottom: 32px;}
    .section03 .feature_item .img_box{width: 100%;}
    .section03 .feature_item .img_box img{aspect-ratio: 361/200; }
    .section03 .feature_item .text_box{width: 100%;padding:40px 16px;gap: 16px;}


    .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 .step{gap: 18px;}
    .section05 .steps_container .title_text{font-size: 20px;width: 62px;}
    .section05 .steps_container .circle{width: 16px;height: 16px;border-width: 4px;}
    .section05 .steps_container .line {left: 88px;}
    .section05 .steps_container h5{font-size:18px;}


    /*.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;}*/

    .section06 .recommend{flex-direction:column;}
    .section06 .recommend li{width: 100%; gap: 17px;}
    .section06 .recommend li:nth-child(1) { order: 1; }
    .section06 .recommend li:nth-child(2) { order: 2; }
    .section06 .recommend li:nth-child(3) { order: 3; }
    .section06 .recommend li:nth-child(4) { order: 4; }
    .section06 .recommend li:nth-child(5) { order: 5; }
}