@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; color: #fff; }
.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: 28px; line-height: 1.3; font-weight: 700; color: var(--primary-color);}
.container .title_box .sub_text{font-size: 22px;line-height: 1.5;font-weight: 400;letter-spacing: -1px;margin-top: 24px;}

.container .content_box{margin-top: 80px;}

.section01 .content_box{width: calc(1136/1368 * 100%); margin:80px auto 0; }
.section01 .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);}
.section01 .feature_item .text_box{display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;gap: 8px;}
.section01 .feature_item .num{font-size: 20px; font-weight: 700;width: 32px; height: 32px; border-radius: 50%;background: var(--man-color-02); color: #fff;}
.section01 .feature_item h5{font-size: 30px; letter-spacing: -0.02em;}
.section01 .feature_item .desc_text{font-size: 18px;line-height: 1.5;letter-spacing: -0.02em;text-wrap: balance;word-break: keep-all;}
.section01 .feature_item .img_box{width: calc(568/1136 * 100%);}
.section01 .feature_item .img_box img{aspect-ratio: 568/300; }
.section01 .feature_item .text_box{flex: 1;}

.section02{background: var(--man-color-main);}
.section02 .title_box h4{color: #fff;font-weight: 400;}
.section02 .content_box{width: calc(1284/1368 * 100%); margin:80px auto 0;}
.section02 .system_list{display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px;}
.section02 .system_item{display: flex; justify-content: flex-start; align-items: center; flex-direction: column; gap: 32px;}
.section02 .system_item .text_box{font-size: 24px; color: #fff; text-align: center;}

.section03{width:100%;height: 75.6vw;background: url(../images/img_section03_bg.jpg)no-repeat center;background-size :cover;}
.section03 .title_box h4{color: #fff;}
.section03 .content_box{color: #fff;}
.section03 .main_text{font-size: 22px;line-height: 1.5;letter-spacing: -0.02em;text-align: center;text-wrap: balance;word-break: keep-all;}
.section03 .about_list{width: calc(996/1136 * 100%);padding: 0 80px;margin: 0 auto;display: flex;flex-wrap: wrap;gap: 16px 0;}
.section03 .about_item{flex: 50%;display: flex; justify-content: flex-start; gap:  8px; align-items: center;}
.section03 .about_item:nth-of-type(1){order:1}
.section03 .about_item:nth-of-type(2){order:3}
.section03 .about_item:nth-of-type(3){order:5}
.section03 .about_item:nth-of-type(4){order:2}
.section03 .about_item:nth-of-type(5){order:4}
.section03 .about_item .icon_check{width: 32px;height: 32px;display: inline-block;background: url(/html/common/images/ico_check_white.svg) no-repeat center;background-size: 100% 100%;margin: 4px;}
.section03 .about_item p{font-size: 40px;line-height: 1.2; letter-spacing: -0.02em;font-weight: 600;}
.section03 .box{padding-top:calc(680/1368 * 100%);margin: 40px 0;}

.section04{background:#03081E;}
.section04 .inner{padding: 80px 14.7%;}
.section04 .video_box{width: calc(1097 / 1368 * 100%);height: 0;border-radius: 16px;overflow: hidden;padding-top: calc(618 / 1368 * 100%);position: relative;z-index: 50;margin: 0 auto;}

.section05{background:#F8F8F8; }
.section05 .feature_list{display: grid;grid-template-columns: repeat(4, 1fr);gap: 24px;margin-top: 40px;}
.section05 .feature_item{display: flex; justify-content:stretch; flex-direction: column; align-items: stretch; overflow: hidden; border-radius: 16px;}
.section05 .feature_item .img_box{display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 24px;background: #fff;padding: 50px 0 34px;}
.section05 .feature_item .img_box .sub_text{padding:0 16px; background: var(--man-color-02);font-size: 30px;font-weight: 700;line-height: 1.2;letter-spacing: -0.02em; color: #fff; display: inline-block; }
.section05 .feature_item .text_box{padding: 32px 24px;background: var(--man-color-06);flex: 1;}
.section05 .feature_item .text_box li{text-align: left;font-size:22px;font-weight: 500;line-height: 1.4;letter-spacing: -0.02em;position: relative;padding-left:32px; margin-bottom: 16px;}
.section05 .feature_item .text_box li:last-of-type{ margin-bottom: 0;}
.section05 .feature_item .text_box li::before{content:'';width: 22px;height: 22px;display:inline-block;background: url(/html/common/images/ico_check_main.svg) no-repeat center;position:absolute;left: 0;top: 6px;background-size: contain;}
.section05 .feature_item img{width: 92px; height: 92px;}
.section05 .point_item{text-align: center;margin-bottom: 100px;}
.section05 .point_item:last-of-type{margin-bottom: 0;}
.section05 .point_item .num{font-size: 16px;letter-spacing: -0.02em;color: #fff; padding: 8px 16px; background: var(--man-color-02); border-radius: 30px;display: inline-block;}
.section05 .point_item h5{font-size: 44px;font-weight: 600; line-height: 1.2;letter-spacing: -0.02em;margin:24px 0 8px;}
.section05 .point_item .desc_text{font-size: 22px; line-height: 1.4;}
.section05 .table_box{width:100%;padding-top: calc(748/1368 * 100%);background-image: url(../images/img_table.png);background-repeat: no-repeat;background-position: top center;background-size: contain;margin-top: 40px;}

.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 0;}
.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 .note_box{width: 100%;background-color: #f8f8f8; padding: 24px;display: flex; justify-content: center; align-items: center; gap: 8px; flex-direction: column;margin-top: 120px;}
.section06 .note_text{font-size: 16px; line-height: 1.4; color: var(--black-color-300);font-weight: 500;}


/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1800px) {
    .section02 .content_box{width:100%;}
    .section03 .about_list{width: 100%;padding: 0;}
}

/* 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 */
    .section05 .feature_item .text_box li br{display:none;}

}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    [class*="section"] .inner{padding: 120px 12.5%;}
    .section03 .box{padding-top:calc(500/1368 * 100%);margin: 40px 0;}
    .section03 .content_box{margin-top: 48px;}


}
@media screen and (max-width:1280px) {
    .section02 .system_list{gap:16px;}
    .section03 .about_item p{font-size: 26px;}
    .section05 .feature_list{grid-template-columns: repeat(2, 1fr);}
}

/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    .container .title_box .sub_text{font-size: 20px}
    /* content */
    .section02 .content_box .main_text{font-size:32px;}
    .section02 .content_box .desc_text{font-size: 24px;}
    .section02 .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;}

    .section01 .content_box{width:100%;}
    .section01 .feature_item .img_box img{aspect-ratio: 348/242; }
    .section01 .feature_item .text_box{padding:0 24px;}
    .section01 .feature_item h5{font-size: 26px;}
    .section01 .feature_item .desc_text{font-size: 16px;}

    .section02 .system_list{ grid-template-columns: repeat(2, 1fr);gap:64px 0; position:relative;}
    .section02 .system_list::after{content: '';width:  100%;height: 1px;background: rgba(255, 255, 255, 0.30);position: absolute;top: 50%;left: 0;}
    .section02 .system_item{padding: 24px 48px;}
    .section02 .system_item:nth-child(odd){border-right: 1px solid rgba(255, 255, 255, 0.30);}

    .section03{height: 100%;background: url(../images/img_section03_bg_tb.jpg)no-repeat center;background-size: 100% auto;background-color: #03081E;}
    .section03 .main_text{font-size: 20px;}
    .section03 .box{padding-top: calc(540/696* 100%);margin: 48px 0;}
    .section03 .about_list{width:100%;padding: 0 48px;}

    .section04 .inner{padding: 60px 5%;}

    .section05 .point_item h5{font-size: 36px;}
    .section05 .point_item .desc_text{font-size: 24px;}
    .section05 .feature_list{grid-template-columns: repeat(1, 1fr);gap: 16px;}
    .section05 .feature_item{flex-direction:row;}
    .section05 .feature_item .img_box{width:40%;}
    .section05 .feature_item .text_box{display: flex; flex-direction:column;justify-content: center;gap: 8px; }
    .section05 .feature_item .text_box li{font-size:16px;padding-left:30px; margin-bottom: 0;}

    .section05 .feature_item .text_box li::before{width: 18px;height: 18px;top: 3px;}
    .section05 .feature_item .img_box .sub_text{font-size: 22px;}
    .section05 .feature_item img{width: 60px; height: 60px;}
    .section05 .table_box{width:100%;padding-top: calc(648/744 * 100%);background-image: url(../images/img_table_tb.png);background-repeat: no-repeat;background-position: top center;background-size: contain;margin-top: 40px;}

    .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;}



}
@media screen and (max-width:820px) {
    .section03 .box{padding-top: calc(437/696* 100%);}
    .section03 .about_list{padding: 0 24px;}

}
/* 모바일 가로, 모바일 세로 (해상도 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: 36px;margin-top:8px;}
    .container .content_box{margin-top: 40px;}
    .container .title_box .sub_text{font-size: 16px}

    .section01 .feature_item{flex-direction:column;margin-bottom: 32px;}
    .section01 .feature_item .img_box{width: 100%;}
    .section01 .feature_item .img_box img{aspect-ratio: 361/200; }
    .section01 .feature_item .text_box{width: 100%;padding:40px 16px;gap: 16px;}

    .section02 .title_box h4{font-size: 40px;line-height: 1.3;}
    .section02 .title_box h4 strong{font-size: 48px;}
    .section02 .system_list{ grid-template-columns: repeat(1, 1fr);gap:16px 0;}
    .section02 .system_item{padding:16px;border-bottom: 1px solid rgba(255, 255, 255, 0.30);flex-direction: row;}
    .section02 .system_item:nth-child(odd){border-right: none;}
    .section02 .system_item:last-of-type{border-bottom: none;}
    .section02 .system_item > div{flex: 1;}
    .section02 .system_item .text_box{font-size: 20px; text-wrap:balance; word-break:keep-all; }
    .section02 .system_list::after{content: none;}

    .section03{background: url(../images/img_section03_bg_mo.jpg)no-repeat center;background-size: 100% auto;background-color: #03081E;}
    .section03 .inner{padding: 80px 24px;}
    .section03 .box{padding-top: calc(300/361* 100%);margin: 34px 0;}
    .section03 .title_box h4{font-size: 48px;}
    .section03 .main_text{font-size: 18px;}
    .section03 .about_item{flex: 100%;display: flex; justify-content: flex-start; gap:  8px; align-items: center;}
    .section03 .about_item p{font-size: 28px;}
    .section03 .about_list{width: max-content;padding: 0;flex-wrap: nowrap;flex-direction: column;}
    .section03 .about_item:nth-of-type(1){order:1}
    .section03 .about_item:nth-of-type(2){order:2}
    .section03 .about_item:nth-of-type(3){order:3}
    .section03 .about_item:nth-of-type(4){order:4}
    .section03 .about_item:nth-of-type(5){order:5}

    .section05 .point_item .num{font-size: 12px; padding: 4px 8px;}
    .section05 .point_item h5{font-size: 30px;margin:16px 0 8px;}
    .section05 .point_item .desc_text{font-size: 20px;}
    .section05 .feature_item .img_box .sub_text{padding:0 8px;font-size: 20px;font-weight: 600;}
    .section05 .point_item{margin-bottom: 56px;}
    .section05 .table_box{width:100%;padding-top: calc(1240/393 * 100%);background-image: url(../images/img_table_mo.png);background-repeat: no-repeat;background-position: top center;background-size: contain;margin-top: 40px;}

    .section06 .compare_list{margin: 56px 0 0;}
    .section06 .compare_list .desc_text li{font-size: 18px;}
    .section06 .compare_list figure figcaption{font-size: 14px;}
    .section06 .note_box{padding: 24px 16px;margin-top: 40px;}
    .section06 .note_text{font-size: 14px;}


}