@charset "utf-8";
/*
*--------------------------------------------*
|                Main v2                     |
*--------------------------------------------*
*/
:root {
    --main-v2-bg: #f8f7fc;
    --main-v2-bg-blue: #f3f7ff;
    --main-v2-card: #fff;
    --main-v2-text: #222;
    --main-v2-muted: #666;
    --main-v2-purple: #674aa6;
    /* --main-v2-purple-2: #8b6be8;  */
    --main-v2-purple-2: #6942BD;
    --main-v2-blue: #2552AB;
    --main-v2-line: #ebe8f5;
    --main-v2-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    --main-v2-shadow3: 0 25.697px 72.808px 0 rgba(59, 77, 129, 0.08);
    --garadient-purple: linear-gradient(0deg, rgba(67, 88, 141, 0.74) 0.09%, rgba(66, 130, 189, 0.48) 0.09%, rgba(109, 50, 185, 0.70) 0.09%, rgba(120, 51, 234, 0.83) 31.33%, #6942BD 99.96%);
}
html, body { min-width: 320px; }
body { color: var(--main-v2-text); }

.text-main { color: var(--main-v2-purple); }

.main-wrap { height: auto; min-height: 100vh; overflow: hidden; }
.main-wrap .header .header-menu > li > a,
.main-wrap .header.header-fixed .depth01 > a { color: #afafaf; }

.btn-point { background: #3C3C3C; color: #fff; }
.flirting { right: 28px; bottom: 28px; }
.footer-wrap { background: #333337; }
.footer-wrap .footer-content { width: min(1120px, 100%); padding: 40px 0; }
.cufit-v2-wrap { background: #fff; }
.cufit-v2-container { width: min(1400px, calc(100% - 48px)); margin: 0 auto; }

/* HERO */
.cufit-v2-hero { padding: 86px 0; background: #fff; }
.cufit-v2-hero-grid { display: flex; gap: 80px; align-items: center; }
.hero-visual { position: relative; flex:1; }
.hero-visual::before { content: ""; position: absolute; top: 8%; left: 4%; width: 88%; height: 88%; border-radius: 44px; background: #f5f0ff; transform: rotate(-5deg); }
.hero-visual img { position: relative; z-index: 1;  }
.hero-copy { flex:1; display: flex; flex-direction: column; gap: 60px; }
.hero-copy h2 { font-size: clamp(34px, 4vw, 54px); font-weight: 300; line-height: 1.18; color: var(--main-v2-text); }
.hero-copy h2 strong { font-weight: 700; }
.hero-copy > p { font-size: 16px; line-height: 1.6; color: var(--main-v2-muted); word-break: keep-all; font-weight: 400;}
.hero-actions { display: flex; gap: 12px; }
.hero-actions button {width: 150px;}
.cufit-v2-section { padding: 80px 0 100px; }
.cufit-v2-composition { background: #fafafa; }
.curation-section { background: #f9f8ff; }
.lrs-section { background: #f2f6ff; }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.section-head h3 { margin: 0; font-size: 40px; font-weight: 700; line-height: 1.25; color: #16161d; }
.section-head p { font-size: 24px; line-height: 1.1; font-weight: 500;  color: var(--main-v2-muted); margin-top: 20px; }
.section-head strong { color: var(--main-v2-purple); }
.section-head.with-logo img { width: 160px; flex-shrink: 0; }

/* Section 0 - 큐피트 구성 */
.composition-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: min(4vw, 60px); margin-bottom: 60px; }
.composition-card { display: flex; align-items: center; justify-content: space-between; padding: 60px 58px; border: 1px solid #E8E8E8; border-radius: 40px; background: #fff; box-shadow: var(--main-v2-shadow); }
.composition-card > div { display: flex; flex-direction: column; gap: 16px; }
.composition-card h4 { font-size: 24px; font-weight: 700; color: #17171d; letter-spacing: -0.6px }
.composition-card p { color: #666; font-family: "Noto Sans KR"; font-size: 16px;font-style: normal; font-weight: 400; line-height: 26px; white-space: pre-line; }
.composition-card ul { display: flex; flex-wrap: wrap; gap: 13px;}
.composition-card li { font-size: 14px; font-weight: 700; }
.composition-card img { flex-shrink: 0; }
.composition-card.purple .label, .composition-card.purple li { background-clip: text; -webkit-background-clip: text; color: transparent; background-image: var(--garadient-purple); }
.composition-card.blue .label, .composition-card.blue li { color: var(--main-v2-blue); }
.metric-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 40px; }
.metric-grid > div { display: flex; flex-direction: column; gap: 32px; padding: 0 20px; }
.metric-card { display: grid; grid-template-columns: minmax(0, 420px) 1fr; align-items: center; gap: 30px; }
.metric-card > span { position: relative; height: 24px; overflow: hidden; border-radius: 999px; background: #E5E3F5; }
.metric-grid .metric-card .label { display: flex; gap: 8px; align-items: center; }
.metric-grid .metric-card .label span { font-size: 10px; color: #757575; }
.metric-card span::before { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--w); border-radius: inherit; background: var(--main-v2-purple); transform: scaleX(0); transform-origin: left center; }
.metric-grid.is-active .metric-card span::before { animation: metric-fill 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards; }
.metric-card.blue span { background: #e6eef9; }
.metric-card.blue span::before { background: var(--main-v2-blue); }
.metric-card strong { font-size: 24px; color: #000; white-space: nowrap; font-weight: 900; }
@keyframes metric-fill {
    to { transform: scaleX(1); }
}

/* Section 1 - Cufit-Curation 소개 */
/* 1-1. Cufit-Curation 소개 */
.feature-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: 56px 0; }
.feature-summary article, .expected-grid article { padding: 40px 50px 45px 50px; border-radius: 50px; background: #fff; text-align: center; box-shadow: 0 14px 34px rgba(40, 30, 80, 0.06); }
.feature-summary i { margin-bottom: 30px;}
.feature-summary .icon { width: 80px; height: 80px;}
.feature-summary .icon-feature1 { background: url('../img/main/icon-main01.svg') center/contain no-repeat;  }
.feature-summary .icon-feature2 { background: url('../img/main/icon-main02.svg') center/contain no-repeat;  }
.feature-summary .icon-feature3 { background: url('../img/main/icon-main03.svg') center/contain no-repeat;  }
.feature-summary .icon-feature4 { background: url('../img/main/icon-main10.svg') center/contain no-repeat;  }
.feature-summary .icon-feature5 { background: url('../img/main/icon-main11.svg') center/contain no-repeat;  }
.feature-summary .icon-feature6 { background: url('../img/main/icon-main12.svg') center/contain no-repeat;  }
.feature-summary h4, .expected-grid h4 { margin-bottom: 10px; font-size: 19px; font-weight: 700; color: var(--main-v2-text); }
.feature-summary p, .expected-grid p { font-size: 14px; line-height: 1.7; color: var(--main-v2-muted); word-break: keep-all; white-space: pre-line; }
.expected-grid ul { display: flex; flex-direction: column; gap: 8px; text-align: left; }
.expected-grid li { position: relative; padding-left: 14px; font-size: 14px; line-height: 1.6; color: var(--main-v2-muted); word-break: keep-all; }
.expected-grid li::before { content: ""; position: absolute; top: 0.72em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--main-v2-purple); }
/* white background rounded */
.wide-showcase, .lrs-card {padding: 40px 60px; border-radius: 50px; background: #fff; box-shadow: var(--main-v2-shadow); }
.wide-showcase + .wide-showcase { margin-top: 56px; }
.wide-showcase { margin-top: 28px;}
/* showcase title */
.showcase-title { max-width: 720px; margin: 0 auto 30px; text-align: center; }
.showcase-title .title-header { font-size: 16px; font-weight: 700; color: var(--main-v2-purple); margin-bottom: 6px;}
.showcase-title h4, .lrs-card h4 { margin-bottom: 10px; font-size: 30px; font-weight: 700; line-height: 1.45; color: #181820; }
.showcase-title .desc, .lrs-card p { font-size: 16px; line-height: 1.6; color: var(--main-v2-muted); word-break: keep-all; margin-bottom: 30px;}

/* 1-2. 적용방법: 기존 / 새롭게 도입 */


/* 탭 기능 */
.function-tabs { display: flex; gap: 4px; margin-bottom: 32px; justify-content: center; }
.function-tabs button { height: 60px; border: none; border-radius: 60px; font-size: 18px; color: var(--main-v2-muted); padding: 0 28px; white-space: nowrap;}
.function-tabs button.active { border: 2px solid var(--main-v2-purple); color: var(--main-v2-purple-2); font-weight: 700; }
.apply-content { display: none; }
.apply-content.active { display: block; }

.apply-content .underline {text-decoration: underline; font-size: 20px; font-weight: 700; text-align: center;}
.apply-content .mobile ol {border-top: 1px solid #ddd; margin-bottom: 20px;}
.apply-content .mobile ol li {border-bottom: 1px solid #ddd; padding: 15px 4px; font-size: 16px; font-weight: 700; color: var(--main-v2-muted); text-align: left;}
.apply-content .mobile ol li strong { margin-bottom: 5px;color: var(--main-v2-text); font-size: 16px; font-weight: 700;}
.apply-content .mobile ol li p {color: #666; font-size: 14px; font-weight: 400;}
.apply-content .mobile ol li .btn-cufit {margin-top: 8px; height: 30px; padding: 0 12px; background: #F3F0F9; color: var(--main-v2-purple); border-radius: 30px; display: inline-flex; align-items: center; gap: 3px; font-size: 12px; font-weight: 700;}
.apply-content .mobile ol li .btn-cufit img { width: 58px; margin-bottom: 0;}
.wide-showcase .apply-content img { width: max(1240px, 100%); margin: 0 auto 30px; }

/* 1-3-1. 프로세스 */
.numbering-title { text-align: left; display: inline-flex; align-items: center; gap: 10px; font-size: 30px; font-weight: 700; color: var(--main-v2-text); margin-bottom: 40px;}
.numbering-title .number {width: 40px; height: 40px; border-radius: 50%; background: var(--main-v2-purple); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700;}


/* 1-3-2. 주요 기능 - swiper */
.wide-showcase .feature-swiper { position: relative; background: #fff; box-shadow: 2px 2px 20px 0 #0000001a; border-radius: 30px; }
.wide-showcase .swiper-container { overflow: hidden; height: 800px; }
.wide-showcase .swiper-wrapper { height: 100%; }
.wide-showcase .swiper-slide { height: 100%; display: flex; overflow: hidden;}
.wide-showcase .swiper-slide .visual-content { padding: 45px; height: 100%; }
.wide-showcase .swiper-slide .visual-content .img-wrap { text-align: center; height: 100%; }
.wide-showcase .swiper-slide .visual-content, 
.wide-showcase .swiper-slide .text-content {flex: 1; }
/* swiper controls */
.feature-swiper-count { min-width: 72px; font-size: 16px; font-weight: 700; color: var(--main-v2-text); text-align: center; position: absolute; top: -48px; right: 0; transform: translateY(-100%); }
.feature-swiper-controls { width: calc(100% + 44px); display: flex; align-items: center; justify-content: space-between; gap: 18px; position: absolute; top: 50%; left: 50%; transform: translate(-50%); z-index: 10; }
.feature-swiper-controls button { width: 44px; height: 44px; border: 1px solid #ddd; border-radius: 50%;}
.feature-swiper-next { background: #fff url('../img/icon/icon-swiper-next.svg') center/10px no-repeat; }
.feature-swiper-prev { background: #fff url('../img/icon/icon-swiper-prev.svg') center/10px no-repeat; }
.feature-swiper-controls button:hover { border-color: var(--main-v2-purple); color: var(--main-v2-purple); }
.feature-swiper-pagination { display: none; }

.wide-showcase .swiper-slide .text-content { background: url('../img/main/img-bg01.png') center/cover no-repeat; padding: 0 30px 0 60px; height: 100%; display: flex; flex-direction: column; gap: 35px; justify-content: center; }
.wide-showcase .swiper-slide .section-title { font-size: 24px; font-weight: 700; line-height: 1.4; color: var(--main-v2-text); }
.wide-showcase .swiper-slide .section-title span { color: var(--main-v2-purple); }


.feature-list { display: flex; flex-direction: column; gap: 18px; }
.feature-list > li { font-size: 16px; line-height: 1.7; color: var(--main-v2-muted); }
.feature-list strong { display: block; margin-bottom: 8px; color: var(--main-v2-text); font-size: 20px; font-weight: 700; }
.feature-list ul { display: flex; flex-direction: column; gap: 6px; }
.feature-list ul li { position: relative; padding-left: 28px; white-space: pre-line; }
.feature-list ul li::before { content: ""; position: absolute; top: 0.75em; left: 12px; width: 4px; height: 4px; border-radius: 50%; background: var(--main-v2-muted); }

/* 1-3-3. 기대효과 */
.expected-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); text-align: center;border-radius: 30px; background: #f9f8fbcc; padding: 55px 10px; gap: 60px;}
.expected-grid > div { padding: 0 50px; display: flex; flex-direction: column; gap: 30px; align-items: center; justify-content: center; position: relative; }
.expected-grid > div + div::before { content: ""; border-left: 1px solid #E8E8E8; position: absolute; top: 50%; left: -30px; transform: translateY(-50%); height: 208px; }
.expected-grid .grid-header {font-size: 24px; color: var(--main-v2-text); font-weight: 700;}
.expected-grid .img-wrap { width: 160px; height: 160px; border-radius: 50%; background: #fff; box-shadow: var(--main-v2-shadow3); display: flex; align-items: center; justify-content: center;}
.expected-grid img { width: 80px; height: 80px; margin-bottom: 0; object-fit: contain;}
.expected-grid h4 { font-size: 24px; font-weight: 700; color: var(--main-v2-text); margin-bottom: 10px; }
.expected-grid p { font-size: 16px; line-height: 1.7; color: var(--main-v2-muted); font-weight: 400; word-break: keep-all; white-space: pre-line; }

/* Section 2 - Cufit-LRS 소개 */
.lrs-summary .certificated { position: relative;}
.lrs-summary .certificated::before {content: ""; width: 135px; height: 120px; display: block; background: url("../img/main/img-main09.png") center/contain no-repeat; position: absolute;  right: 15px; top: 20px;}
.lrs-card { display: block; }

.lrs-card { background: #fff; }
.lrs-card .btn-point { margin-top: 24px; }


/* 2-1. Cufit-LRS 소개 */
.lrs-section .number { background: var(--main-v2-blue); }
.lrs-section .section-head strong { color: var(--main-v2-blue); }

/* 2-2-1. Cufit-LRS 주요 기능 */
/* 2-2-2. 기대효과 */
.lrs-section .expected-grid { background: #F2F6FF; }
.lrs-section .feature-swiper-count .text-main { color: var(--main-v2-blue); }
.lrs-section .wide-showcase .swiper-slide .text-content { background: url('../img/main/img-bg02.png') center/cover no-repeat; }
.lrs-section .wide-showcase .swiper-slide .section-title span { color: var(--main-v2-blue); }
.lrs-section .feature-swiper-controls button:hover { border-color: var(--main-v2-blue); }

@media screen and (max-width: 1280px) {
    .main-wrap .header .container, .main-wrap .header.header-fixed .container { width: calc(100% - 48px); }
    .hero-visual { min-height: auto; }
    .hero-visual img { max-height: 430px; object-fit: contain; }
    .lrs-card img { max-height: 440px; object-fit: contain; }
}

@media screen and (max-width: 1024px) {
    .section-head h3 { font-size: 32px; }
    .section-head p { font-size: 16px; }
    .composition-grid { gap: 30px; }
    .composition-card { padding: 32px 28px; border-radius: 24px;}
    .composition-card img {width: 100px;}
    .metric-grid { grid-template-columns: 1fr; }
    .metric-grid { gap: 20px; }
    .metric-grid > div { gap: 16px; padding: 0; }
    .metric-card { grid-template-columns: minmax(0, 1fr) minmax(0, 160px); gap: 14px; }
    .metric-card > span { height: 16px; }
    .metric-card strong { font-size: 18px; }

    .feature-summary article, .expected-grid article { padding: 24px 32px; border-radius: 32px; }
    .wide-showcase, .lrs-card {border-radius: 32px; padding: 24px 32px; }
    .wide-showcase .swiper-container { height: 600px; }
    .wide-showcase .swiper-slide .text-content { padding: 0 32px; }

    .expected-grid { display: flex; flex-direction: column; gap: 24px; padding: 0; border-radius: 0; background: transparent; }
    .lrs-summary .certificated::before { width: 96px; height: 85px; top: 14px; right: 10px; }
    .lrs-section .expected-grid { background: transparent; }
    .lrs-section .expected-grid > div { border: 1px solid #d9dfee; }
    .lrs-section .expected-grid .grid-header { background: #F6F9FF; border-bottom: 1px solid #d9dfee; }

    .expected-grid > div { gap: 0; padding: 0; overflow: hidden; border: 1px solid #e5d9f7; border-radius: 16px; background: #fff; }
    .expected-grid > div + div::before { display: none; }
    .expected-grid .grid-header { width: 100%; padding: 22px 16px; border-bottom: 1px solid #e5d9f7; background: #fbfaff; font-size: 24px; line-height: 1.35; }
    .expected-grid .img-wrap { width: 84px; height: 84px; margin-top: 30px; border-radius: 0; background: transparent; box-shadow: none; }
    .expected-grid img { width: 68px; height: 68px; }
    .expected-grid .cont { padding: 0 18px 28px; }
    .expected-grid h4 { font-size: 24px; }
    .expected-grid p { font-size: 20px; line-height: 1.55; }
}

@media screen and (max-width: 820px) {
    .main-wrap .header, .main-wrap .header.header-fixed { height: 64px; }
    .main-wrap .header .container, .main-wrap .header.header-fixed .container { width: calc(100% - 32px); }
    .main-wrap .header .menu-bar { display: block; }
    .main-wrap .header .header-menu { display: none; }

    .cufit-v2-container { width: calc(100% - 48px); }
    .cufit-v2-hero { padding: 32px; }
    .cufit-v2-hero-grid { flex-direction: column; gap: 16px; align-items: stretch; }
    .hero-visual { width: 100%; text-align: center; }
    .hero-visual::before { display: none; }
    .hero-visual img { width: min(100%, 360px); max-height: none; }
    .hero-copy { gap: 22px; align-items: flex-start; }
    .hero-copy h2 { font-size: 28px; line-height: 1.25; }
    .hero-copy > p { font-size: 14px; line-height: 1.7; margin-bottom: 20px; }
    .hero-actions { width: 100%; }
    .hero-actions button { width: 130px; }

    .cufit-v2-section { padding: 40px 0; }
    .cufit-v2-composition { background: #fff; border-top: 1px solid #dbdbdb; }
    .cufit-v2-hero-grid { width: 100%; }
    .composition-grid { grid-template-columns: 1fr; }
    .section-head { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 20px; }
    .section-head h3 { font-size: 28px; line-height: 1.35; }
    .section-head p { margin-top: 12px; font-size: 14px; line-height: 1.6; white-space: pre-line;}
    .section-head.with-logo img { display: none; }
    .composition-grid { margin-bottom: 0; }
    .composition-card { flex-direction: column; align-items: flex-start; gap: 20px; border-radius: 16px; box-shadow: none;}
    .composition-card.purple {border: 1px solid var(--stroke-e-8-e-5-f-1, #E8E5F1); background: #F9F8FF;}
    .composition-card.blue {border: 1px solid var(--stroke-e-8-e-5-f-1, #E8E5F1); background: #F4F9FE;}
    .composition-card .label { margin-bottom: 2px; font-size: 12px; }
    .composition-card h4 { font-size: 20px; line-height: 1.35; }
    .composition-card p { font-size: 14px; line-height: 1.6; }
    .metric-grid { display: none; }

    .feature-summary, .expected-grid { grid-template-columns: 1fr; }
    .feature-summary { gap: 15px; margin: 24px 0; }
    .feature-summary article, .expected-grid article { padding: 25px 20px 30px 20px; border-radius: 20px; }
    .feature-summary i { margin-bottom: 20px; }
    .feature-summary h4, .expected-grid h4 { font-size: 16px; margin-bottom: 10px; }
    .feature-summary p, .expected-grid p { font-size: 14px; line-height: 1.5; }
    .wide-showcase, .lrs-card { padding: 24px 18px; border-radius: 22px; }
    .wide-showcase + .wide-showcase { margin-top: 24px; }
    .showcase-title { margin-bottom: 20px;  }
    .function-tabs { width: 100%; gap: 10px; margin-bottom: 32px; }
    .function-tabs button { min-width: 0; height: 56px; padding: 0 30px; font-size: 14px; }
    .wide-showcase img { width: 100%; max-width: 100%; margin: 0 auto 20px; }
    .apply-content .mobile img,
    .overview img.mobile {width: 90%; }
    .wide-showcase .apply-content .mobile {text-align: center; }
    .apply-content .underline { font-size: 14px; }

    .numbering-title { gap: 8px; margin-bottom: 20px; font-size: 18px; }
    .numbering-title .number { width: 28px; height: 28px; font-size: 16px; }
    .wide-showcase .feature-swiper { border-radius: 0; box-shadow: none; }
    .wide-showcase .swiper-container { height: auto; }
    .wide-showcase .swiper-wrapper { height: auto; align-items: stretch; }
    .wide-showcase .swiper-slide { flex-direction: column; height: auto;  }
    .wide-showcase .swiper-slide .text-content, .wide-showcase .swiper-slide .visual-content { order: initial; }
    .wide-showcase .swiper-slide .text-content { height: auto; min-height: 0; gap: 0; padding: 0; background: transparent !important; }
    .wide-showcase .swiper-slide .section-title { font-size: 16px; padding-bottom: 15px; border-bottom: 1px solid #ddd; }
    .wide-showcase .swiper-slide .visual-content { height: auto; padding: 15px 4px 0; border-top: 1px solid #ddd; }
    .wide-showcase .swiper-slide .visual-content img { width: 100%; max-height: 360px !important; object-fit: contain; }
    .feature-list { gap: 10px; padding: 15px 4px; }
    .feature-list > li { font-size: 14px; line-height: 1.65; }
    .feature-list strong { margin-bottom: 5px; font-size: 14px; }
    .feature-list ul li { padding-left: 20px; }
    .feature-list ul li::before { left: 7.5px; }
    .feature-swiper-count { min-width: 64px; font-size: 14px; transform: none; }
    .feature-swiper-controls { display: none; }
    .feature-swiper-pagination { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 20px; position: static; }
    .feature-swiper-pagination .swiper-pagination-bullet { width: 8px; height: 8px; margin: 0 !important; background: #C8C8C8; opacity: 1; }
    .feature-swiper-pagination .swiper-pagination-bullet-active { border-radius: 50%; background: var(--main-v2-text); }

    /* 기대효과 */
    .expected-grid { gap: 15px; padding: 0; border-radius: 0; }
    .expected-grid > div { border-radius: 10px; }
    .expected-grid .grid-header { padding: 12px; font-size: 16px; }
    .expected-grid .img-wrap { margin-top: 16px; margin-bottom: 15px; width: auto; height: auto;}
    .expected-grid img { width: 40px; height: 40px; margin-bottom: 0; }
    .expected-grid .cont { padding-bottom: 16px; }
    .expected-grid h4 { font-size: 16px; margin-bottom: 4px; }
    .expected-grid p { font-size: 14px; line-height: 1.4; }
    .showcase-title h4, .lrs-card h4 { font-size: 20px; }
    .showcase-title h4 span { display: block; }
    .showcase-title .title-header { font-size: 12px; }
    .showcase-title .desc, .lrs-card p { font-size: 14px; line-height: 1.65; white-space: pre-line; margin-bottom: 20px; }
}

@media (max-width: 640px) {
    .apply-content .underline { font-size: 14px; }
}
