:root {
    --max-width: 1490px;
}
@media screen and (max-width: 1491px) {
    :root {
        --max-width: 100%;
    }
}

body {background: var(--black);color: var(--white); word-break:keep-all; }
.inner {max-width: var(--max-width);margin: 0 auto;}
.btn_wrap {display: flex;align-items: center;justify-content: center;gap:var(--card-gap);}
.btn {display: flex;justify-content: space-between;width: 228px;background: var(--primary);border-radius: 200px;color: var(--black);padding: 12px 16px;align-items: center;font-weight: 600;font-size: var(--text-16);letter-spacing: -0.288px;}
.title {display: flex;gap:var(--card-gap-lg);justify-content: center;flex-direction: column;align-items: center;width:100%;text-align: center;margin:0 0 60px;}
.title h3 {font-family:'Paperlogy', sans-serif;font-weight:700; font-size: var(--heading-1);font-weight: 800;line-height: 130%;color: var(--white);letter-spacing: -0.9px;word-break: keep-all;}
.title h4 {font-size: 13px;font-weight: 500;color: #5a4a38;letter-spacing: 0.16em;word-break: keep-all; text-transform:uppercase; }
.title h5 {font-size: var(--heading-2);font-weight: 800;color: var(--white);letter-spacing: -0.648px;word-break: keep-all;margin:4px 0 0;}
@media (max-width:1440px) {
    .inner {padding: 0 40px;}
}
@media (max-width:768px) {
    .inner {padding: 80px 20px;}
    .title {margin:0 0 40px;}
    .title h3 {line-height: 120%;}
    #wrap {width: 100vw;overflow: hidden;}
}
@media (max-width:321px) {
    .inner {padding: 0 20px;}
}
.section.top_align .fp-tableCell {vertical-align:top;}
.section.top_align .inner {padding-top:120px;}
header {position: fixed;top:0;left:0;width: 100%;height: 96px;z-index: 100;}
header > div {display: flex;justify-content: space-between;align-items: center;}
header .inner {padding:10px 24px;margin: 20px auto;border-radius: 200px;backdrop-filter: blur(4px);background: rgba(255, 255, 255, 0.1);max-width: calc(var(--max-width) + 24px);}
header nav ul {display: flex;gap:var(--card-gap-sm);}
header nav a {display: flex;justify-content: space-between;width: 228px;background: var(--primary);border-radius: 200px;color: var(--black);padding: 12px 16px;align-items: center;font-weight: 600;font-size: var(--text-16);letter-spacing: -0.288px;gap:8px;}
header nav a.blog {width:48px;height:48px;background: #171717;backdrop-filter: blur(10px);}
@media (max-width:1440px) {
    header .inner  {padding: 24px 40px;}
}
@media (max-width:768px) {
    header .inner  {padding: 20px;}
    header .logo img {height:20px;}
    header nav ul {display: none;}
    header nav a {width: fit-content;padding: 6px 10px;}
    header .inner {padding: 16px;width: 94%;}
}
.quick {z-index:100; position: fixed; right:40px;bottom:60px;z-index: 200;display: flex;align-items: center;justify-content: center;flex-direction: column;color: #000;gap:2px;font-weight: 600;border-radius: 50%;}
.quick a {z-index: 200; width:88px;height: 88px;padding-bottom:4px; background: var(--primary);display: flex;align-items: center;justify-content: center;flex-direction: column;color: #000;font-weight: 600;border-radius: 50%;}

.quick_m {position: fixed; left:40px;bottom:60px;z-index: 200;display: none;align-items: center;justify-content: center;flex-direction: column;color: #000;gap:4px;font-weight: 600;border-radius: 50%;}
.quick_m a {z-index: 200;background: var(--primary);display: flex;align-items: center;justify-content: center;flex-direction: column;color: #000;gap:2px;font-weight: 600;border-radius: 50%;}
.quick_m a:nth-child(1) {background: var(--gray-900); }
.quick_m a:nth-child(2) {background: var(--secondary);text-align: center;color: var(--white);}

.topbar {z-index:100; position: fixed;top: 0; left: 0; right: 0;height: 64px;display: flex;align-items: center;justify-content: space-between;padding: 0 8vw;z-index: 100;opacity: 0;pointer-events: all;}
.topbar .logo {font-size: 36px;font-weight: 700;color: #fff;letter-spacing: -0.01em;}
.topbar .logo img {height:36px; }
.topbar .logo span { color: var(--primary); }
.topbar .nav-right { display: flex; align-items: center; gap: 20px; }
.topbar .nav-btn {font-size: 16px; font-weight: 600; color: rgba(255, 255, 255, 0.75);letter-spacing: 0.06em; text-transform: uppercase;cursor: pointer; border: none; background: none;transition: color 0.2s;}
.topbar .nav-btn:hover { color: var(--primary); }
.topbar .nav-btn-pill {padding: 8px 20px;border: 1px solid var(--primary)55;border-radius: 99px;font-size: 16px; font-weight: 600; color: #ffffff;cursor: pointer; background: transparent;transition: background 0.2s;}
.topbar .nav-btn-pill:hover { background: var(--primary)14; }

@media (max-width:768px) {
    .topbar {padding:0 20px; }
    .topbar .logo {font-size:26px; }
    .topbar .logo img {height:26px; }
    .topbar .nav-btn {font-size:12px; }
    .topbar .nav-btn-pill {font-size:12px; }
}

footer {padding: 24px;color: var(--black);}
footer .copy {font-size: var(--text-14);text-transform: lowercase;text-align: center;color:rgba(255, 255, 255, 0.5);font-weight: 800;}
@media (max-width:1440px) {
    .quick {right:20px;bottom:20px;}
    .quick_m {left:20px;bottom:20px;display: flex;}
    .quick a {width:72px;height:72px;}
    .quick_m a {width:72px;height:72px;}
    footer .inner {padding: 0 40px;}
}
@media (max-width:768px) {
    .quick a span {text-align: center;font-size: var(--text-14);}
    .quick_m a span {text-align: center;font-size: var(--text-14);}
    .quick_m a img {max-width: 80%;margin: 0 auto;}
}

.mainvisual {position: relative;width: 100%;height: 100vh;overflow: hidden;background: #000;}
.mainvisual::before {
    content:"";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(196, 144, 74, 0.14) 0%, rgba(196, 144, 74, 0.04) 26%, rgba(0, 0, 0, 0) 56%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.58) 100%);
    z-index: 1;
    pointer-events: none;
}
.mainvisual_canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    pointer-events: none;
}
.mainvisual_hero {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 8vw;
    pointer-events: none;
}
.mainvisual_hero .headline {
    font-size: clamp(52px, 7vw, 96px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    overflow: hidden;
}
.mainvisual_hero .line {display: block;overflow: hidden;}
.mainvisual_hero .line-inner {
    display: block;
    transform: translateY(120%);
    opacity: 0;
}
.mainvisual_hero .line1 .line-inner {color: #fff;}
.mainvisual_hero .line2 .line-inner {color: var(--primary);}
.mainvisual_hero .subcopy {
    margin-top: 32px;
    font-size: clamp(20px, 2vw, 27px);
    color: rgba(255, 255, 255, 0.72);
    font-weight: 400;
    opacity: 0;
    transform: translateY(10px);
}
.mainvisual_hero .subcopy span {color: var(--primary);}
@media (max-width:1440px) {
    .mainvisual_hero {padding: 0 40px;}
}
@media (max-width:768px) {
    .mainvisual_hero {
        padding: 0 20px;
        justify-content: flex-end;
        padding-bottom: 18vh;
    }
    .mainvisual_hero .headline {font-size: clamp(42px, 12vw, 72px);}
    .mainvisual_hero .subcopy {margin-top: 24px;}
}

.section {overflow:Hidden; }

.section01 {position: relative;background: #000;}
.section01 .inner {position: relative;z-index: 2;display:flex;align-items:center;justify-content:center;min-height:100vh;}
.section01 .title {margin-bottom:20px; }
.section01 .section01_wrap {width:100%;text-align:center;}
.section01 .eyebrow {font-size:14px;letter-spacing:.18em;color:rgba(255,255,255,.6);text-transform:uppercase;margin-bottom:28px;opacity:0;}
.section01 .headline {font-size:58px;font-weight:700;color:#fff;line-height:1.2;margin-bottom:22px;letter-spacing:-.02em;opacity:0;}
.section01.is-animated .eyebrow {animation:section01FadeUp .5s ease forwards .1s;}
.section01.is-animated .headline {animation:section01FadeUp .6s ease forwards .3s;}
.section01 .subline {display:block; font-size:20px;color:rgba(255,255,255,.75);line-height:1.7;margin-bottom:68px;}
.section01 .subline em {color:var(--primary);font-style:normal;}
.section01 .graphic-wrap {width:100%;opacity:0;transform:translateY(20px);}
.section01.is-animated .graphic-wrap {animation:section01FadeUp .7s ease forwards .55s;}
.section01 .chart-box {width:100%;background:#0c0a08;border:1.5px solid #EE6D0F44;border-radius:20px;overflow:hidden;}
.section01 .chart-box svg {width:100%; height:auto; }
.section01 .result-row {display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:22px;}
.section01 .result-card {padding:34px 30px;border-radius:14px;text-align:center;}
.section01 .result-card.old {background:#110e09;border:1.5px solid #2a2018;}
.section01 .result-card.new {background:#1a1008;border:1.5px solid #EE6D0F44;position:relative;overflow:hidden;}
.section01 .result-card.new::before {content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--primary);}
.section01 .result-title {font-size:24px;font-weight:700;margin-bottom:12px;line-height:1.3;}
.section01 .result-card.old .result-title {color:rgba(255,255,255,.55);}
.section01 .result-card.new .result-title {color:#fff;}
.section01 .result-desc {font-size:15px;line-height:1.75;}
.section01 .result-card.old .result-desc {color:rgba(255,255,255,.45);}
.section01 .result-card.new .result-desc {color:rgba(255,255,255,.8);}
@media (max-width:1024px) {
    .section01 .inner {padding-top:100px;padding-bottom:100px;}
    .section01 .headline {font-size:48px;}
    .section01 .subline {font-size:18px;}
}
@media (max-width:768px) {
    .section01 .inner {padding-top:50px;padding-bottom:50px;min-height:auto;}
    .section01 .section01_wrap {max-width:none;}
    .section01 .chart-box {padding:10px 0 10px 10px; }
    .section01 .eyebrow {font-size:15px;}
    .section01 .headline {font-size:40px;}
    .section01 .subline {font-size:16px;margin-bottom:42px;}
    .section01 .result-row {grid-template-columns:1fr;gap:12px;margin-top:16px;}
    .section01 .result-card {padding:26px 22px;}
    .section01 .result-title {font-size:22px;}
    .section01 .result-desc {font-size:15px;}
}
@keyframes section01FadeUp {
    from {opacity:0;transform:translateY(14px);}
    to {opacity:1;transform:translateY(0);}
}
@keyframes arrowColor {
    0%, 100% {stroke:#FF8B37;opacity:.45;}
    35% {stroke:#FFA761;opacity:.75;}
    60% {stroke:#FFCFAB;opacity:1;}
}

@keyframes arrowMove {
    0%, 100% {filter:drop-shadow(0 0 0 rgba(238,109,15,0));}
    50% {filter:drop-shadow(0 0 8px rgba(238,109,15,.45));}
}

.section02 {background:#000;overflow:hidden;}
.section02 .inner {display:flex;align-items:center;justify-content:center;height:100%;}
.section02 .section02_page {width:100%;display:flex;flex-direction:column;align-items:center;}
.section02 .section02_eyebrow {font-size:15px;letter-spacing:0.16em;color:#5a4a38;text-transform:uppercase;margin-bottom:18px;}
.section02 .section02_headline {font-size:58px;font-weight:700;line-height:1.15;color:#fff;margin-bottom:56px;letter-spacing:-0.01em;text-align:center;}
.section02 .section02_engine {width:100%;border:1.5px solid rgba(238,109,15,.33);border-radius:20px;padding:44px 36px 40px;position:relative;background:rgba(21,15,8,.35);}
.section02 .section02_engine_label {position:absolute;top:-16px;left:32px;background:var(--primary);padding:4px 18px;border-radius:6px;font-size:15px;font-weight:700;color:#fff;letter-spacing:0.04em;}
.section02 .section02_cards_row {display:grid;grid-template-columns:1fr 64px 1fr 64px 1fr 64px 1fr;align-items:center;gap:0;}
.section02 .section02_card {background:#150f08;border:1.5px solid #2a1e10;border-radius:16px;padding:36px 26px 32px;display:flex;flex-direction:column;transition:border-color .3s,transform .3s,background .3s;position:relative;overflow:hidden;opacity:0;}
.section02 .section02_card::before {content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--primary);transform:scaleX(0);transform-origin:left;transition:transform .4s ease;}
.section02 .section02_card:hover::before {transform:scaleX(1);}
.section02.is-animated .section02_card {animation:section02CardIn .5s ease forwards;}
.section02.is-animated .section02_cards_row > .section02_card:nth-child(1) {animation-delay:.9s;}
.section02.is-animated .section02_cards_row > .section02_card:nth-child(3) {animation-delay:1.1s;}
.section02.is-animated .section02_cards_row > .section02_card:nth-child(5) {animation-delay:1.3s;}
.section02.is-animated .section02_cards_row > .section02_card:nth-child(7) {animation-delay:1.5s;}
.section02 .section02_card:hover {border-color:rgba(238,109,15,.4);background:#1e1208;transform:translateY(-5px);}
.section02 .section02_card_name {font-size:15px;font-weight:700;color:var(--primary);letter-spacing:0.08em;text-transform:uppercase;margin-bottom:20px;}
.section02 .section02_card_benefit {font-size:24px;font-weight:700;color:#f0e0cc;line-height:1.45;margin-bottom:20px;letter-spacing:-0.01em;word-break:keep-all;}
.section02 .section02_card_divider {width:28px;height:1.5px;background:#3a2a18;margin-bottom:16px;}
.section02 .section02_card_detail {font-size:13px;color:#5a4a38;line-height:1.8;word-break:keep-all;}
.section02 .section02_arrow_wrap {display:flex;align-items:center;justify-content:center;opacity:0;}
.section02.is-animated .section02_arrow_wrap {animation:section02FadeIn .4s ease forwards;}
.section02.is-animated .section02_cards_row > .section02_arrow_wrap:nth-child(2) {animation-delay:1.2s;}
.section02.is-animated .section02_cards_row > .section02_arrow_wrap:nth-child(4) {animation-delay:1.4s;}
.section02.is-animated .section02_cards_row > .section02_arrow_wrap:nth-child(6) {animation-delay:1.6s;}
.section02 .section02_arrow_svg {width:48px;height:20px;overflow:visible;}
.section02 .section02_arrow_track {stroke:#2e2010;stroke-width:1;fill:none;stroke-dasharray:3 4;}
.section02 .section02_flow_dot {r:3;fill:var(--primary);opacity:0;}
.section02.is-animated .section02_flow_dot_1 {animation:section02FlowDot 1.8s ease-in-out infinite 1.8s;}
.section02.is-animated .section02_flow_dot_2 {animation:section02FlowDot 1.8s ease-in-out infinite 2.4s;}
.section02 .section02_arrow_head {fill:none;stroke:var(--primary);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;opacity:0;}
.section02.is-animated .section02_arrow_head {animation:section02ArrowPop .3s ease forwards;}
.section02.is-animated .section02_cards_row > .section02_arrow_wrap:nth-child(2) .section02_arrow_head {animation-delay:1.5s;}
.section02.is-animated .section02_cards_row > .section02_arrow_wrap:nth-child(4) .section02_arrow_head {animation-delay:1.7s;}
.section02.is-animated .section02_cards_row > .section02_arrow_wrap:nth-child(6) .section02_arrow_head {animation-delay:1.9s;}
@media (max-width:1280px) {
    .section02 .section02_headline {font-size:48px;}
    .section02 .section02_cards_row {grid-template-columns:1fr 44px 1fr 44px 1fr 44px 1fr;}
}
@media (max-width:1024px) {
    .section02 .inner {padding:120px 20px 80px;height:auto;min-height:100%;}
    .section02 .section02_headline {font-size:42px;margin-bottom:40px;}
    .section02 .section02_engine {padding:36px 24px 28px;}
    .section02 .section02_cards_row {grid-template-columns:1fr;gap:18px;}
    .section02 .section02_arrow_wrap {display:none;}
}
@media (max-width:768px) {
    .section02 .inner {padding:80px 20px; }
    .section02 .section02_page {align-items:flex-start;}
    .section02 .section02_eyebrow {font-size:15px;margin-bottom:12px;}
    .section02 .section02_headline {font-size:34px;line-height:1.25;margin-bottom:30px;text-align:left;}
    .section02 .section02_engine {padding:30px 18px 22px;border-radius:18px;}
    .section02 .section02_engine_label {left:20px;font-size:13px;padding:4px 14px;}
    .section02 .section02_card {padding:24px 18px 22px;}
    .section02 .section02_card_benefit {font-size:20px;margin-bottom:16px;}
    .section02 .section02_card_detail {font-size:13px;}
}
@keyframes section02FlowDot {
    0% {cx:4;opacity:0;}
    10% {opacity:1;}
    80% {opacity:1;}
    100% {cx:44;opacity:0;}
}
@keyframes section02ArrowPop {
    from {opacity:0;transform:scaleX(.5);}
    to {opacity:1;transform:scaleX(1);}
}
@keyframes section02CardIn {
    from {opacity:0;transform:translateY(18px);}
    to {opacity:1;transform:translateY(0);}
}
@keyframes section02FadeIn {
    from {opacity:0;}
    to {opacity:1;}
}
.section03 {background:#000;}
.section03 .section03_impact {display:flex;align-items:center;justify-content:center;height:100%;}
.section03 .section03_page {width:100%;display:flex;flex-direction:column;align-items:center;}
.section03 .section03_page .title {margin-bottom:20px; }
.section03 .section03_eyebrow {font-size:15px;letter-spacing:0.16em;color:rgba(255,255,255,.6);text-transform:uppercase;margin-bottom:18px;}
.section03 .section03_headline {font-size:58px;font-weight:700;color:#fff;letter-spacing:-0.02em;margin-bottom:18px;text-align:center;line-height:1.15;}
.section03 .section03_subline {font-size:19px;color:rgba(255,255,255,.7);margin-bottom:68px;text-align:center;line-height:1.6;}
.section03 .section03_top_grid {display:grid;grid-template-columns:repeat(4,1fr);gap:12px;width:100%;margin-bottom:12px;}
.section03 .section03_top_card {background:#130e08;border:1.5px solid #2a1e10;border-radius:16px;padding:32px 24px 28px;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:border-color .3s,transform .3s,background .3s;}
.section03 .section03_top_card::before {content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--primary),#e0b870);transform:scaleX(0);transform-origin:left;transition:transform .4s ease;}
.section03 .section03_top_card:hover::before {transform:scaleX(1);}
.section03 .section03_top_card:hover {border-color:rgba(238,109,15,.27);background:#1a1008;transform:translateY(-4px);}
.section03 .section03_top_card_title {font-size:22px;font-weight:700;color:var(--primary);margin-bottom:14px;letter-spacing:-0.01em;}
.section03 .section03_top_card_divider {width:24px;height:1.5px;background:rgba(255,255,255,.25);margin-bottom:14px;transition:width .3s,background .3s;}
.section03 .section03_top_card:hover .section03_top_card_divider {width:40px;background:var(--primary);}
.section03 .section03_top_card_desc {font-size:15px;color:rgba(255,255,255,.6);line-height:1.75;word-break:keep-all;transition:color .3s;}
.section03 .section03_top_card:hover .section03_top_card_desc {color:rgba(255,255,255,.85);}
.section03 .section03_bottom_grid {display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%;}
.section03 .section03_bottom_card {background:#0c0a08;border:1.5px solid #1e1a14;border-radius:16px;padding:36px 28px 32px;text-align:center;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;transition:border-color .3s,transform .3s,background .3s;}
.section03 .section03_bottom_card::after {content:'';position:absolute;inset:0;border-radius:16px;background:radial-gradient(ellipse at 50% 0%, rgba(238,109,15,.07) 0%, transparent 65%);opacity:0;transition:opacity .4s;}
.section03 .section03_bottom_card:hover::after {opacity:1;}
.section03 .section03_bottom_card:hover {border-color:rgba(238,109,15,.2);background:#110e08;transform:translateY(-4px);}
.section03 .section03_bottom_card_label {font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:12px;}
.section03 .section03_bottom_card_title {font-size:25px;font-weight:700;color:#fff;margin-bottom:16px;letter-spacing:-0.01em;}
.section03 .section03_bottom_card_divider {width:32px;height:1.5px;background:rgba(255,255,255,.25);margin-bottom:16px;transition:width .3s,background .3s;}
.section03 .section03_bottom_card:hover .section03_bottom_card_divider {width:56px;background:var(--primary);}
.section03 .section03_bottom_card_desc {font-size:15px;color:rgba(255,255,255,.55);line-height:1.8;word-break:keep-all;transition:color .3s;}
.section03 .section03_bottom_card:hover .section03_bottom_card_desc {color:rgba(255,255,255,.8);}
@media (max-width:1024px) {
    .section03 .section03_impact {height:auto;min-height:100%;padding:120px 20px 80px;}
    .section03 .section03_headline {font-size:46px;}
    .section03 .section03_subline {font-size:17px;}
    .section03 .section03_top_grid {grid-template-columns:repeat(2,1fr);}
    .section03 .section03_bottom_grid {grid-template-columns:1fr;gap:14px;}
}
@media (max-width:768px) {
    .section03 .section03_impact {padding:80px 20px; }
    .section03 .section03_page {align-items:flex-start;}
    .section03 .section03_eyebrow {font-size:15px;margin-bottom:12px;}
    .section03 .section03_headline {font-size:34px;text-align:left;line-height:1.25;}
    .section03 .section03_subline {font-size:16px;text-align:left;margin-bottom:34px;}
    .section03 .section03_top_grid {grid-template-columns:1fr;}
    .section03 .section03_top_card {padding:24px 18px 22px;}
    .section03 .section03_bottom_card {padding:28px 20px 24px;}
    .section03 .section03_top_card_title {font-size:22px;}
    .section03 .section03_top_card_desc,
    .section03 .section03_bottom_card_desc {font-size:15px;}
    .section03 .section03_bottom_card_title {font-size:24px;}
}

.section04 {background:#000;position:relative;overflow:hidden;}
.section04 .section04_flow_wrap {display:flex;align-items:center;justify-content:center;height:100%;}
.section04 .section04_page {width:100%;display:flex;flex-direction:column;align-items:center;}
.section04 .section04_eyebrow {font-size:15px;letter-spacing:0.16em;color:rgba(255,255,255,.6);text-transform:uppercase;margin-bottom:18px;}
.section04 .section04_headline {font-size:58px;font-weight:700;color:#fff;margin-bottom:76px;letter-spacing:-0.02em;text-align:center;line-height:1.15;}
.section04 .section04_flow {width:100%;position:relative;}
.section04 .section04_flow_svg {position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:visible;z-index:0;}
.section04 .section04_cards {display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative;z-index:1;}
.section04 .section04_card_wrap {display:flex;flex-direction:column;align-items:center;padding:0 7px;opacity:0;}
.section04.is-animated .section04_card_wrap {animation:section04CardIn .55s cubic-bezier(0.16,1,0.3,1) forwards;}
.section04.is-animated .section04_card_wrap:nth-child(1) {animation-delay:.7s;}
.section04.is-animated .section04_card_wrap:nth-child(2) {animation-delay:.9s;}
.section04.is-animated .section04_card_wrap:nth-child(3) {animation-delay:1.1s;}
.section04.is-animated .section04_card_wrap:nth-child(4) {animation-delay:1.3s;}
.section04.is-animated .section04_card_wrap:nth-child(5) {animation-delay:1.5s;}
.section04 .section04_card_num {width:46px;height:46px;border-radius:50%;background:#1a1008;border:1.5px solid var(--primary);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:var(--primary);margin-bottom:20px;position:relative;z-index:2;flex-shrink:0;transition:background .3s,box-shadow .3s,color .3s;}
.section04 .section04_card_wrap:hover .section04_card_num {background:var(--primary);color:#0f0d0b;box-shadow:0 0 0 7px rgba(238,109,15,.12);}
.section04 .section04_card {width:100%;background:#130e08;border:1.5px solid #2a1e10;border-radius:18px;padding:28px 22px 26px;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:border-color .3s,transform .3s,background .3s;min-height:320px;}
.section04 .section04_card::after {content:'';position:absolute;inset:0;border-radius:18px;background:radial-gradient(ellipse at 50% 0%, rgba(238,109,15,.08) 0%, transparent 70%);opacity:0;transition:opacity .4s;}
.section04 .section04_card_wrap:hover .section04_card::after {opacity:1;}
.section04 .section04_card::before {content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--primary),#e0b870);transform:scaleX(0);transform-origin:left;transition:transform .45s ease;z-index:1;}
.section04 .section04_card_wrap:hover .section04_card::before {transform:scaleX(1);}
.section04 .section04_card_wrap:hover .section04_card {border-color:rgba(238,109,15,.27);background:#1a1008;transform:translateY(-5px);}
.section04 .section04_card_step_label {font-size:12px;font-weight:700;letter-spacing:.12em;color:rgba(255,255,255,.4);text-transform:uppercase;margin-bottom:10px;}
.section04 .section04_card_title {font-size:25px;font-weight:700;color:#fff;margin-bottom:8px;letter-spacing:-0.01em;}
.section04 .section04_card_subtitle {font-size:14px;font-weight:600;color:var(--primary);margin-bottom:18px;line-height:1.5;}
.section04 .section04_card_divider {width:100%;height:1px;background:rgba(255,255,255,.2);margin-bottom:18px;transition:background .3s;}
.section04 .section04_card_wrap:hover .section04_card_divider {background:rgba(255,255,255,.35);}
.section04 .section04_card_list {display:flex;flex-direction:column;gap:10px;flex:1;}
.section04 .section04_card_list_item {display:flex;align-items:center;gap:9px;}
.section04 .section04_card_list_dot {width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.35);margin-top:0;flex-shrink:0;transition:background .3s;}
.section04 .section04_card_wrap:hover .section04_card_list_dot {background:var(--primary);}
.section04 .section04_card_list_text {font-size:15px;color:rgba(255,255,255,.65);line-height:1.65;transition:color .3s;word-break:keep-all;}
.section04 .section04_card_wrap:hover .section04_card_list_text {color:rgba(255,255,255,.9);}
.section04 .section04_card_tag {margin-top:20px;display:inline-flex;align-items:center;padding:5px 12px;border-radius:99px;background:#1e1408;border:1px solid rgba(255,255,255,.2);font-size:12px;font-weight:600;color:rgba(255,255,255,.45);letter-spacing:.06em;transition:border-color .3s,color .3s;align-self:flex-start;}
.section04 .section04_card_wrap:hover .section04_card_tag {border-color:rgba(238,109,15,.27);color:rgba(238,109,15,.53);}
@media (max-width:1280px) {
    .section04 .section04_headline {font-size:48px;}
    .section04 .section04_cards {grid-template-columns:repeat(3,1fr);gap:16px;}
}
@media (max-width:1024px) {
    .section04 .section04_flow_wrap {height:auto;min-height:100%;padding:120px 20px 80px;}
    .section04 .section04_headline {font-size:42px;margin-bottom:48px;}
    .section04 .section04_cards {grid-template-columns:repeat(2,1fr);}
    .section04 .section04_flow_svg {display:none;}
}
@media (max-width:768px) {
    .section04 .section04_flow_wrap {padding:80px 20px; }
    .section04 .section04_page {align-items:flex-start;}
    .section04 .section04_eyebrow {font-size:15px;margin-bottom:12px;}
    .section04 .section04_headline {font-size:34px;text-align:left;line-height:1.25;margin-bottom:34px;}
    .section04 .section04_cards {grid-template-columns:1fr;gap:14px;}
    .section04 .section04_card_wrap {opacity:1; padding:0;}
    .section04 .section04_card {min-height:auto;padding:24px 18px 22px;}
    .section04 .section04_card_title {font-size:25px;}
    .section04 .section04_card_subtitle {font-size:14px;}
    .section04 .section04_card_list_text {font-size:15px;}
    .section04 .section04_card_tag {font-size:12px;}
}
@keyframes section04CardIn {
    from {opacity:0;transform:translateY(22px);}
    to {opacity:1;transform:translateY(0);}
}

.section06 {background: url('../images/sec04_bg.png') no-repeat top center/cover;}
.section06 h5 {font-size: var(--heading-4);color: var(--gray-200);font-weight: 500;margin:0 0 20px;text-align: center;background: #101010;border-radius: 200px;padding: 12px 0;}
.section06 .partner_wrap {padding: 30px;border-radius: 12px;border: 1px solid #222;display: flex;flex-direction: column;gap:60px;}
.section06 .partner ul {display: grid;grid-template-columns: repeat(4,1fr);gap: var(--card-gap-sm);}
.section06 .partner ul li {display: flex;align-items: center;justify-content: center;height:100px;border-radius: var(--rounded-sm);background: #101010;}
.section06 .partner_category ul {display: flex;gap:4px;}
.section06 .partner_category ul li {display: flex;flex:1; align-items: center;justify-content: center;height:80px;border-radius: var(--rounded-sm);background: #101010;border-radius: 50px;font-weight: 800;font-size: var(--heading-3);}
@media (max-width:768px) {
    .section06 .partner_category ul {flex-wrap: wrap;}
    .section06 .partner_category ul li {min-width: 30%;height:50px;}
    .section06 .partner ul {grid-template-columns: repeat(3,1fr);}
    .section06 .partner ul li img {max-width:80%;max-height:60%;}
    .section06 .partner_wrap {padding: 20px;}

}
.section06 .client {padding: 140px 0;position: relative;}
.section06 .client .client_logo_wrap {display:flex;flex-direction:column;gap:16px;}
.section06 .client .logo_row {width:100%;overflow:hidden;}
.section06 .client .logo_track {display:flex;gap:12px;width:max-content;animation-duration:var(--duration, 60s);animation-timing-function:linear;animation-iteration-count:infinite;will-change:transform;}
.section06 .client .logo_row[data-direction="left"] .logo_track {animation-name:logoRollingLeft;}
.section06 .client .logo_row[data-direction="right"] .logo_track {animation-name:logoRollingRight;}
.section06 .client .logo_item {flex:0 0 auto;width:336px;height:100px;border-radius:8px;background:#111;display:flex;align-items:center;justify-content:center;}
.section06 .client .client_logo_wrap:hover .logo_track {animation-play-state:paused;}

@keyframes logoRollingLeft {
    from {transform:translateX(0);}
    to {transform:translateX(-50%);}
}

@keyframes logoRollingRight {
    from {transform:translateX(-50%);}
    to {transform:translateX(0);}
}

@media (max-width:768px) {
    .section06 .client {padding:80px 20px; }
    .section06 .client .client_logo_sec {padding:80px 0;}
    .section06 .client .client_logo_wrap {gap:10px;}
    .section06 .client .logo_item {width:150px;height:56px;border-radius:6px;}
    .section06 .client .logo_item img {max-height:23px;max-width:90%;}

}

.section05 {background: url('../images/footer.png') no-repeat center calc(100% + 65px)/contain;}
.section05 .title {margin-bottom:30px; }
.section08 {margin-top:-1px; background: url('../images/footer.png') no-repeat center bottom/cover;}

.section07 {background: url('../images/sec07_bg.png') no-repeat center center/cover;position:relative;overflow:hidden;}
.section07 .section07_wrap {display:flex;align-items:center;justify-content:center;height:100%;position:relative;z-index:1;}
.section07 .section07_visual {width:100%;max-width:1380px;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.section07 .section07_eyebrow {font-size:20px;font-weight:600;line-height:1.2;color:#fff;margin-bottom:36px;text-align:center;}
.section07 .section07_line_box {position:relative;width:min(92%, 1180px);display:flex;justify-content:space-between; column-gap:26px;row-gap:0;margin-bottom:54px;padding-bottom:28px;}
.section07 .section07_line_box::before {content:'';position:absolute;left:var(--section07-line-left, 0px);bottom:41px;width:var(--section07-line-width, 100%);height:1px;background:rgba(255,122,0,.95);transform:scaleX(0);transform-origin:left center;transition:transform .9s cubic-bezier(0.22,1,0.36,1) 1s; }
.section07 .section07_flow_item {position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;z-index:1;min-width:0;}
.section07 .section07_keyword_row {display:flex;align-items:center;justify-content:center;min-height:64px;width:100%;}
.section07 .section07_keyword {font-size:clamp(32px,2vw,42px);font-weight:700;line-height:1;color:#fff;letter-spacing:-0.03em;text-align:center;word-break:keep-all;opacity:0;transform:translateY(14px);}
.section07 .section07_keyword_dot {display:block;width:12px;height:12px;border-radius:50%;background:#ff7a00;margin-top:27px;opacity:0;transform:scale(.7);}
.section07.is-animated .section07_keyword,
.section07.is-animated .section07_keyword_dot {animation:section07KeywordIn .55s cubic-bezier(0.22,1,0.36,1) forwards;}
.section07.is-animated .section07_line_box > .section07_flow_item:nth-child(1) .section07_keyword {animation-delay:.18s;}
.section07.is-animated .section07_line_box > .section07_keyword_dot:nth-child(2) {animation-delay:.3s;}
.section07.is-animated .section07_line_box > .section07_flow_item:nth-child(3) .section07_keyword {animation-delay:.42s;}
.section07.is-animated .section07_line_box > .section07_keyword_dot:nth-child(4) {animation-delay:.54s;}
.section07.is-animated .section07_line_box > .section07_flow_item:nth-child(5) .section07_keyword {animation-delay:.66s;}
.section07.is-animated .section07_line_box > .section07_keyword_dot:nth-child(6) {animation-delay:.78s;}
.section07.is-animated .section07_line_box > .section07_flow_item:nth-child(7) .section07_keyword {animation-delay:.9s;}
.section07 .section07_line_point {position:relative;margin-top:58px;width:28px;height:28px;border-radius:50%;background:rgba(255,122,0,.35);opacity:0;transform:scale(.7);}
.section07 .section07_line_point::before {content:'';position:absolute;left:50%;top:50%;width:6px;height:6px;border-radius:50%;background:#ff7a00;transform:translate(-50%, -50%);}
.section07 .section07_line_point::after {content:'';position:absolute;left:50%;bottom:100%;width:1px;height:42px;border-left:1px dotted rgba(255,122,0,.7);transform:translateX(-50%) scaleY(0);transform-origin:bottom center;transition:transform .45s ease;}
.section07 .section07_headline {max-width:980px;font-size:50px;font-weight:800;line-height:1.16;letter-spacing:-0.04em;color:#ff7a00;text-align:center;word-break:keep-all;}
.section07 .section07_line_box.is-visible::before {transform:scaleX(1);}
.section07 .section07_line_box.is-visible .section07_line_point {animation:section07PointIn .45s cubic-bezier(0.22,1,0.36,1) forwards;}
.section07 .section07_line_box.is-visible .section07_line_point::after {transform:translateX(-50%) scaleY(1);}
.section07 .section07_line_box > .section07_flow_item:nth-child(1) .section07_line_point {animation-delay:.8s;}
.section07 .section07_line_box > .section07_flow_item:nth-child(3) .section07_line_point {animation-delay:1s;}
.section07 .section07_line_box > .section07_flow_item:nth-child(5) .section07_line_point {animation-delay:1.2s;}
.section07 .section07_line_box > .section07_flow_item:nth-child(7) .section07_line_point {animation-delay:1.4s;}
@keyframes section07PointIn {
    from {opacity:0;transform:scale(.7);}
    to {opacity:1;transform:scale(1);}
}
@keyframes section07KeywordIn {
    from {opacity:0;transform:translateY(14px) scale(.96);}
    to {opacity:1;transform:translateY(0) scale(1);}
}

@media (max-width:768px) {
    .section07 .section07_visual {width:100%;max-width:100%;margin:0 auto;}
    .section07 .section07_wrap {padding:80px 20px;}
    .section07 .section07_eyebrow {width:100%;font-size:20px;margin-bottom:30px;text-align:center;}
    .section07 .section07_line_box {display:flex;flex-direction:column;align-items:center;width:100%;max-width:100%;justify-content:flex-start;row-gap:0;column-gap:0;padding:0 0;margin:30px auto 0;}
    .section07 .section07_line_box::before {display:none; left:0;right:0;bottom:14px;width:100%;height:1px;transform:scaleX(0);transform-origin:center center;}
    .section07 .section07_line_box.is-visible::before {transform:scaleX(1);}
    .section07 .section07_flow_item {display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:auto;}
    .section07 .section07_keyword_row {min-height:auto;width:auto;justify-content:center;}
    .section07 .section07_keyword {font-size:36px;text-align:center;}
    .section07 .section07_keyword_dot {display:block;width:10px;height:10px;margin:16px 0 18px;opacity:0;transform:scale(.7);}
    .section07 .section07_line_point {display:none;}
    .section07 .section07_flow_item:last-child .section07_line_point {display:block;margin-top:68px;width:30px;height:30px;}
    .section07 .section07_flow_item:last-child .section07_line_point::after {height:34px;bottom:100%;}
    .section07 .section07_flow_item:last-child .section07_line_point::before {width:10px;height:10px;}
    .section07 .section07_headline {width:100%;font-size:36px;text-align:center;line-height:1.28;margin:35px auto 0;}
}

.inquiry_form {display:grid; grid-template-columns:repeat(2,1fr); gap:15px 30px; margin: 0 auto;}
.inquiry_form .input_flex {display: flex;gap:var(--card-gap-lg)}
.inquiry_form .input_flex > div {flex:1;}
.inquiry_form .full,
.inquiry_form .btn_wrap {grid-column: span 2;}
@media (max-width:768px) {
    .inquiry_form {grid-template-columns:repeat(1,1fr);}
    .inquiry_form .input_flex {flex-direction: column;}
    .inquiry_form .full,
    .inquiry_form .btn_wrap {grid-column: span 1;}
    #contact .category_wrap {flex-direction: column;}
    #contact .category_wrap .category_check span {height: 46px;}
}

.category_wrap {display: flex;flex-wrap: wrap;gap:8px;}
.category_wrap .category_check span {display: flex;align-items: center;justify-content: center;cursor: pointer;border-radius: var(--rounded-full);padding: 0 16px;height: 40px;color: var(--gray-600);font-size: var(--text-16);font-weight: 600; background: #212121;transition: all 0.3s ease;backdrop-filter: blur(10px);}
.category_wrap .category_check input {display: none;}
.category_wrap .category_check input:checked + span {background: var(--primary);color: var(--black);}
@media (max-width:768px) {
    #contact .category_wrap {flex-direction: column;}
    #contact .category_wrap .category_check span {height: 46px;}
}

input[type="text"], input[type="email"], input[type="tel"] {width: 100%;resize:none;outline:none;border:none; border-bottom: 1px solid var(--border-default);padding: 16px 12px;font-size: var(--text-15);line-height: 160%;background: none;color: var(--white);}
textarea {width: 100%;resize:none;outline:none;border:none; border-bottom: 1px solid var(--border-default);padding: 16px 12px;font-size: var(--text-15);line-height: 140%;background: none;color: var(--white);min-height:140px;}
.inquiry_form textarea::placeholder {color: var(--gray-600);}
.inquiry_form .input_title {display: flex;gap:4px;margin:0 0 16px;align-items: center;}
.inquiry_form .input_title p {width: 30px;height: 30px;border-radius: var(--rounded-full);display: flex;align-items: center;justify-content: center;background: var(--gray-900);color: var(--primary);font-size: var(--text-18);}
.inquiry_form .input_title h5 {line-height: 30px;font-size: var(--text-18);}
.project_detail_fields {display:flex;flex-direction:column;gap:0;}
.project_detail_field {display:grid;grid-template-columns:92px minmax(0, 1fr);align-items:start;gap:8px;border-bottom:1px solid var(--border-default);padding:16px 12px;}
.project_detail_field label {display:block;margin:0;color:var(--white);font-size:var(--text-15);font-weight:600;line-height:160%;white-space:nowrap;}
.project_detail_field input,
.project_detail_field textarea {border-bottom:0;padding:0;line-height:160%;}
.project_detail_field textarea {height:auto;min-height:24px;overflow:hidden;word-break:break-all;}

.custom_select {position:relative;width:100%;}
.custom_select_btn {display: flex; width: 100%;resize:none;outline:none;border:none; border-bottom: 1px solid var(--border-default);padding: 16px 12px;font-size: var(--text-15);line-height: 160%;background: none;color: var(--gray-600);}
.custom_select_btn::after {content:'';position:absolute;right:20px;top:50%;width:8px;height:8px;border-right:2px solid #999;border-bottom:2px solid #999;transform:translateY(-65%) rotate(45deg);transition:.3s;}
.custom_select.active .custom_select_btn {color: var(--white);}
.custom_select.has_value .custom_select_btn span {color: var(--white);}
.custom_select.active .custom_select_btn::after {transform:translateY(-35%) rotate(225deg);}
.custom_select_btn.selected {color:var(--white);}
.custom_select_list {display:none;position:absolute;top:calc(100%);left:0;width:100%;margin:0;background:var(--gray-800);list-style:none;z-index:10;}
.custom_select.active .custom_select_list {display:block;max-height:600px;overflow-y: scroll;}
.custom_select_list li {width:100%;}
.custom_select_list button {width:100%;padding:16px;border:0;background:transparent;font-size:var(--text-15);color: var(--gray-300);text-align:left;cursor:pointer;font-weight: 500;}
.custom_select_list button:hover {background:var(--primary);color: var(--gray-900);}
.custom_select_list button.selected {background:var(--primary);color:var(--black);}
@media (max-width:768px) {
    .custom_select.active .custom_select_list {max-height: 360px;}
}
.agree_wrap {display:flex;justify-content:space-between;position:relative;align-items: center;border-bottom: 1px solid var(--border-default);padding:16px 0;}
.agree_check {position:relative;display:flex;align-items:center;gap:8px;cursor:pointer;}
.agree_check input {position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2;}
.agree_check .check_icon {display:block;flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:var(--gray-900) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M8.33335 2.5L3.75002 7.08333L1.66669 5' stroke='%23AAA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 10px 10px;transition:all .2s ease;} 
.agree_check input:checked + .check_icon {background:var(--primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M8.33335 2.5L3.75002 7.08333L1.66669 5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 10px 10px;}
.agree_check .agree_text {color:var(--white);font-size:var(--text-18);font-weight:700;line-height:1.4;}
.agree_check .agree_text_sm {color:var(--gray-300);font-size:var(--text-14);font-weight:400;line-height:1.4;}
.agree_wrap button {display: flex;gap:4px;align-items: center;}
.agree_txt {padding:16px 0;font-size: var(--text-14);color: var(--gray-100);line-height: 150%;display:none;}
.agree_txt.active {display:block;}
.agree_wrap .agree_toggle_btn svg {transform:rotate(180deg);transition:transform .3s ease;}
.agree_wrap.active .agree_toggle_btn svg {transform:rotate(0);}
.required {display:inline-block;width:9px;height:10px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='10' viewBox='0 0 9 10' fill='none'%3E%3Cpath d='M4.33008 1V9.00098' stroke='%23F84040' stroke-width='1.6002' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.865234 3L7.79408 7.00049' stroke='%23F84040' stroke-width='1.6002' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.865234 7.00049L7.79408 3' stroke='%23F84040' stroke-width='1.6002' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;}

@media (max-width:768px) {
    .agree_check {flex-wrap:wrap;}
    .agree_check .agree_text_sm {width: 100%;padding-left: 32px;}
}
.inquiry_form .btn_wrap button {font-family:'Paperlogy', sans-serif;position: relative; width: 228px;margin: 0 auto;background: var(--white);padding: 16px;border-radius: 60px;color: var(--black);font-size: var(--button-lg);font-weight: 600;overflow: hidden;display: flex;justify-content: space-between;transition: all .3s ease;align-items: center;}
.inquiry_form .btn_wrap button:hover {background: var(--primary);}

.modal_wrap {position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:9999; display:none; align-items:center; justify-content:center;}
.modal_wrap.active {display:flex;}
.modal_wrap .modal {position:relative; display:flex; flex-direction:column; max-width:720px; width:calc(100% - 40px); height:80vh; margin:0 auto; background:var(--white); border-radius:var(--rounded-sm); overflow:hidden;}
.modal_wrap .modal .modal_title {display:flex; flex:0 0 auto; padding:24px; justify-content:space-between; background:var(--primary-500);}
.modal_wrap .modal .modal_title h3 {color:var(--white); font-size:var(--heading-4); font-weight:600; line-height:150%; letter-spacing:-0.1px;}
.modal_wrap .modal .modal_cont {flex:1; min-height:0; padding:24px;}
.modal_wrap .modal .modal_inner {height:100%; padding:20px; background:var(--gray-50); border-radius:var(--rounded-sm); overflow-y:auto; box-sizing:border-box; overscroll-behavior:contain; -webkit-overflow-scrolling:touch;}
body.modal_open {overflow:hidden;position: fixed;left:0;width: 100%;}
