@charset "utf-8";
.main { overflow: hidden; }
.main .cont_box { padding: 36px 24px; }
.main .text_box > span { font-size: 16px; font-weight: 800; color: var(--gray-500); line-height: 24px; display: block; }
.main .text_box > h3 { font-size: 24px; font-weight: 400; color: var(--gray-800); line-height: 34px; }
.main .text_box > h3 b { font-weight: 400; color: var(--primary-500); }
.main .text_box > p { font-size: 16px; font-weight: 600; color: var(--gray-500); line-height: 24px; }
.main .text_box > ol { margin-top: 36px; }
.main .text_box > ol li { font-size: 20px; font-weight: 800; color: var(--primary-500); line-height: 32px; margin-bottom: 8px; }
.main .text_box > ol li:last-of-type { margin-bottom: 0; }
.main .text_box > ol li::before { width: 24px; height: 24px; background: url(../image/icon/icon_check_primary.svg) no-repeat center center; background-size: contain; content: ''; display: inline-block; vertical-align: -6px; margin-right: 8px; }
.main .btn_main_box { padding: 24px 24px 40px; }

/* 메인비주얼 */
.main_visual .mv_slider { position: relative; overflow: hidden; }
.main_visual .mv_slider .swiper-slide { width: 100%; height: 138.8vw; min-height: 500px; max-height: 666px; }
.main_visual .mv_slider .swiper-slide.s01 { background: #f3f3f3; }
.main_visual .mv_slider .swiper-slide.s02 { background: #f3f3f3; }
.main_visual .mv_slider .swiper-slide.s03 { background: #f3f3f3; }
.main_visual .mv_slider .swiper-slide .contents_box { position: absolute; left: 0; top: 45%; transform: translateY(-50%); width: 100%; text-align: center; }
.main_visual .mv_slider .swiper-slide .title_box h2 { font-size: 30px; font-weight: 400; line-height: 40px; }
.main_visual .mv_slider .swiper-slide .title_box h2 b { font-weight: 400; color: var(--primary-500); border-bottom: 4px solid var(--primary-500); display: inline-block; }
.main_visual .mv_slider .swiper-slide .tag_box { position: relative; width: 280px; height: 140px; margin: 40px auto 0; }
.main_visual .mv_slider .swiper-slide .tag_box span { font-size: 16px; font-weight: 800;line-height: 25px; padding: 12px 16px; background: var(--white); border: 1px solid var(--gray-100); border-radius: 30px; display: inline-block; box-shadow: 1px 1px 8px 0px rgba(170, 170, 170, 0.18); }
.main_visual .mv_slider .swiper-slide .tag_box .tag01 { position: absolute; left: 0; z-index: 5; }
.main_visual .mv_slider .swiper-slide .tag_box .tag02 { position: absolute; top: 28px; right: 0; z-index: 0; }
.main_visual .mv_slider .swiper-slide .tag_box .tag03 { position: absolute; bottom: 0; left: 60px; z-index: 2; }
.main_visual .mv_slider .mv_slider_nav { position: absolute; right: 24px; bottom: 24px; display: flex; align-items: center; justify-content: center; padding: 6px 16px; background: rgba(0, 0, 0, 0.40); border-radius: 20px; z-index: 10; }
.main_visual .mv_slider .mv-pager { font-size: 12px; font-weight: 700; color: #d9d9d9; line-height: 14px; }
.main_visual .mv_slider .mv-pager span { color: #d9d9d9; }
.main_visual .mv_slider .mv-pager span.swiper-pagination-current { color: var(--white); }
.main_visual .mv_slider .mv-next { display: inline-block; width: 12px; height: 14px; background: url(../image/icon/icon_arrow_right_white.svg) no-repeat center center; background-size: 24px; margin-left: 4px; }

/* section 02 */
.service_section { overflow: hidden; }
.service_section .img_box img { vertical-align: -5px; }

/* section 03 */
.product_section .product_slider .swiper-slide { width: 312px; }
.product_section .product_slider .swiper-slide a { width: 100%; display: flex; align-items: center; }
.product_section .product_slider .img_box { position: relative; width: 110px; min-width: 110px; height: 110px; border: 2px solid var(--primary-100); border-radius: 8px; box-sizing: border-box; overflow: hidden; }
.product_section .product_slider .img_box img { height: 100%; object-fit: cover; }
.product_section .product_slider .img_box .bedge { position: absolute; left: 4px; top: 4px; font-size: 11px; font-weight: 700; line-height: 16px; padding: 2px 6px; border-radius: 30px; z-index: 1; }
.product_section .product_slider .img_box .bedge.purple { color: var(--primary-500); background: var(--primary-100); }
.product_section .product_slider .img_box .bedge.green { color: var(--sub-500); background: var(--sub-50); }
.product_section .product_slider .info_box { width: calc(100% - 110px); padding: 0 20px; box-sizing: border-box; }
.product_section .product_slider .info_box .category { font-size: 13px; font-weight: 500; color: #888; line-height: 20px; display: block; }
.product_section .product_slider .info_box h4 { width: 100%; font-size: 15px; font-weight: 700; color: #222; line-height: 22px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product_section .product_slider .info_box .tag_list { display: flex; flex-wrap: wrap; margin-top: 4px; }
.product_section .product_slider .info_box .tag_list span { font-size: 12px; font-weight: 500; color: #222; line-height: 14px; padding: 4px 8px; border-radius: 30px; background: #f3f3f3; display: inline-block; margin: 4px 4px 0 0; }

/* section 04 */
.step_section .list_box { width: 100%; background: var(--primary-100); border-radius: 12px; overflow: hidden; margin-top: 48px; }
.step_section .list_box li { display: flex; align-items: center; height: 104px; border-bottom: 1px solid var(--primary-200); }
.step_section .list_box li:last-of-type { border-bottom: none; }
.step_section .list_box li > span { position: relative; width: 80px; font-size: 12px; font-weight: 700; color: var(--primary-500); line-height: 20px; text-align: center; padding: 24px 16px; background: var(--primary-200); }
.step_section .list_box li > span::after { position: absolute; left: 0; bottom: -0.5px; width: 100%; height: 1px; background: var(--primary-100); content: ''; display: block; z-index: 1; }
.step_section .list_box li > span strong { display: block; font-size: 28px; color: var(--primary-500); line-height: 36px; }
.step_section .list_box li > p { width: calc(100% - 80px); font-size: 18px; font-weight: 700; line-height: 28px; padding: 12px 16px; }
.step_section .list_box li > p b { color: var(--primary-500); }
.step_section .list_box li > p em { font-size: 14px; font-weight: 400; line-height: 20px; display: block; }
.step_section .list_box li:last-of-type > span,
.step_section .list_box li:last-of-type > p { border-bottom: none; }

/* section 05 */
.review_section .review_slider .swiper-slide { width: 312px; }
.review_section .review_box { position: relative; width: 100%; height: 284px; padding: 64px 24px; background: var(--white); border-radius: 12px; }
.review_section .review_box::before,
.review_section .review_box::after { position: absolute; width: 23px; height: 16px; background: url(../image/main/img_quote.svg) no-repeat left center; background-size: contain; content: ''; display: block; }
.review_section .review_box::before { left: 24px; top: 24px; }
.review_section .review_box::after { right: 24px; bottom: 24px; transform: rotate(180deg); }
.review_section .review_box h3 { font-size: 18px; font-weight: 700; color: #222; line-height: 24px; margin-bottom: 24px; }
.review_section .review_box p { font-size: 14px; font-weight: 700; color: #666; line-height: 22px; word-break: keep-all; }

.banner_main_top,
.banner_main_cont { width: 100%; height: auto; line-height: 0; display: block; overflow: hidden; }
