/* ===== Reset & Base ===== */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #222;
    line-height: 1.6;
    background: #fff;
}

body.intro-page .custom-header {
    transition: background-color 0.2s ease, color 0.2s ease;
}

body.intro-page .custom-header .custom-text-button,
body.intro-page .custom-header .custom-rounded-button {
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

body.intro-header-v2 .custom-header,
body.intro-header-v2 .custom-header.custom-header-sticky,
body.intro-header-v3 .custom-header,
body.intro-header-v3 .custom-header.custom-header-sticky {
    background: transparent;
}

body.intro-header-v2 .custom-header .custom-header-menu-button,
body.intro-header-v2 .custom-header .custom-header-close-button,
body.intro-header-v3 .custom-header .custom-header-menu-button,
body.intro-header-v3 .custom-header .custom-header-close-button {
    filter: brightness(0) invert(1);
}

body.intro-header-v2 .custom-header .custom-header-logo img,
body.intro-header-v2 .custom-header .custom-header-menu-logo,
body.intro-header-v3 .custom-header .custom-header-logo img,
body.intro-header-v3 .custom-header .custom-header-menu-logo {
    content: url('/bootstrap/m/custom-assets/images/logo-white.png');
}

@media (min-width: 769px) {
    body.intro-header-v2 .custom-header .custom-text-button,
    body.intro-header-v3 .custom-header .custom-text-button {
        color: #fff;
    }

    body.intro-header-v2 .custom-header .custom-header-menu-adcalc,
    body.intro-header-v2 .custom-header .custom-rounded-button,
    body.intro-header-v3 .custom-header .custom-header-menu-adcalc,
    body.intro-header-v3 .custom-header .custom-rounded-button {
        background: transparent !important;
        border-color: #fff !important;
        color: #fff;
    }

    body.intro-header-v2 .custom-header .custom-header-menu-adcalc:hover,
    body.intro-header-v2 .custom-header .custom-header-menu-adcalc:focus-visible,
    body.intro-header-v2 .custom-header .custom-rounded-button:hover,
    body.intro-header-v2 .custom-header .custom-rounded-button:focus-visible,
    body.intro-header-v3 .custom-header .custom-header-menu-adcalc:hover,
    body.intro-header-v3 .custom-header .custom-header-menu-adcalc:focus-visible,
    body.intro-header-v3 .custom-header .custom-rounded-button:hover,
    body.intro-header-v3 .custom-header .custom-rounded-button:focus-visible {
        background: rgba(255, 255, 255, 0.12) !important;
        border-color: #fff !important;
        color: #fff !important;
    }
}

@media (max-width: 768px) {
    body.intro-page .custom-header:not(.custom-header-sticky) .custom-header-menu-button {
        filter: brightness(0) invert(1);
    }
}

body::after {
    /* content: ''; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6123px;
    background: url('../디자인/260403_애디렉트-상세_PC.jpg') no-repeat center / contain;
    pointer-events: none;
    opacity: 0.3;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ===== Layout ===== */
.inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== Section Labels ===== */
.section-label {
    font-size: 18px;
    font-weight: 500;
    color: #85808d;
    letter-spacing: 0.5px;
}

.section-label-light {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

/* ===== Section Scroll (PC) ===== */
.fp-section {
    min-height: 100svh;
}

#fullpage-container {
    width: 100%;
}

/* ===== Hero ===== */
.hero {
    position: relative;
    background: #0a0318 url('/bootstrap/custom-assets/images/intro/intro_bg.jpg') center center / cover no-repeat;
    padding: 100px 0 120px;
    min-height: 100svh;
    display: flex;
    align-items: center;
}

.hero-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 1px;
}

.hero-title {
    font-size: 53px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 6px;
}

.hero-title strong {
    font-weight: 700;
    letter-spacing: -0.3px;
}

.hero-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

/* ===== CEO Message ===== */
.ceo-message {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.ceo-message .inner {
    display: flex;
    gap: 80px;
}

.ceo-left {
    padding-top: 92px;
    flex: 0 0 470px;
}

.ceo-title {
    font-size: 46px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin-bottom: 54px;
}

.ceo-title em {
    font-style: normal;
    color: #5d2bf4;
}

.ceo-name {
    width: 290px;
    height: 32px;
    color: #111;
    margin-left: 4px;
    margin-bottom: 12px;
    background: url('/bootstrap/custom-assets/images/intro/ceo.png') no-repeat center / contain;
}

.ceo-right {
    flex: 1;
    padding-top: 12px;
    letter-spacing: -0.3px;
}

.ceo-greeting {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

.ceo-right p {
    font-size: 15px;
    color: #111;
    line-height: 1.6;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

.ceo-right strong {
    font-weight: 600;
}

.ceo-right p.ceo-right-fs {
    letter-spacing: -1px;
}


.ceo-right p.ceo-right-fs-sm {
    font-size: 14px;
    letter-spacing: -1px;
}

.ceo-price li {
    list-style: none;
    font-size: 14px;
    color: #808080;
    line-height: 1.6;
    letter-spacing: -0.3px;
}

.ceo-price li::before {
    position: relative;
    top: -1px;

    content: '•';
    color: #808080;
    display: inline-block;
    width: 16px;
    margin-left: 4px;
    margin-right: -8px;
}

.product-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 8px 0 22px;
    padding: 12px 0;
}

.product-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.product-name {
    flex: 0 0 70px;
    font-size: 18px;
    font-weight: 700;
    color: #5d2bf4;
    width: 100px;
    height: 16px;
}

.product-name-1 {
    background: url('/bootstrap/custom-assets/images/intro/logo_addi.png') no-repeat left / contain;
}

.product-name-2 {
    background: url('/bootstrap/custom-assets/images/intro/logo_aitive.png') no-repeat left / contain;
}

.product-name-3 {
    background: url('/bootstrap/custom-assets/images/intro/logo_abi.png') no-repeat left / contain;
}

.product-name span {
    font-weight: 400;
    font-size: 14px;
    color: #999;
}

.product-item p {
    font-size: 15px;
    color: #111;
    margin-bottom: 0;
    line-height: 1.6;
}

/* ===== Tech ===== */
.tech {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 0;
    background: #5d2bf4;
}

.tech-title {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
}

.tech-title strong {
    font-weight: 700;
}

.tech-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.8;
    max-width: 700px;
    margin-bottom: 40px;
}

.tech-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.tech-slider-pagination {
    display: none;
}

.tech-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px 28px;
    padding-right: 0;
    box-shadow: 0 4px 24px 3px rgba(255, 255, 255, 0.22);
}

.tech-card-icon {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    margin-bottom: 8px;
}

.tech-card-icon-1 {
    width: 36px;
    height: 40px;
    background: url('/bootstrap/custom-assets/images/intro/global_icon_01.png');
}

.tech-card-icon-2 {
    width: 48px;
    height: 40px;
    background: url('/bootstrap/custom-assets/images/intro/global_icon_02.png');
}

.tech-card-icon-3 {
    width: 30px;
    height: 40px;
    background: url('/bootstrap/custom-assets/images/intro/global_icon_03.png');
}

.tech-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
    margin-bottom: 16px;
}

.tech-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 24px;
    padding-right: 32px;
    letter-spacing: -0.8px;
}

.tech-card-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: opacity 0.2s;
}

.tech-card-link i {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    background: url('/bootstrap/custom-assets/images/intro/intro_check.png') no-repeat center / contain;
}

.tech-card-link-2 {
    margin-top: 48px;
}

.tech-card-logos {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
    background: url(/bootstrap/custom-assets/images/intro/enterprise_logo.png) no-repeat left / contain;
    width: 100%;
    height: 28px;
    margin-top: 48px;
}

.partner-logo {
    font-size: 18px;
    font-weight: 700;
    color: #999;
}

/* ===== Features ===== */
.features {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.features .section-label {
    margin-bottom: 14px;
}

.features .inner {
    display: flex;
    gap: 80px;
}

.features-left {
    flex: 0 0 440px;
    position: sticky;
    top: 120px;
}

.features-title {
    font-size: 52px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin-bottom: 48px;
}

.features-title em {
    font-style: normal;
    color: #5d2bf4;
}

.features-desc {
    font-size: 20px;
    color: #111;
    line-height: 1.4;
    letter-spacing: -1px;
    margin-bottom: 8px;
    font-weight: 700;
}

.features-text {
    font-size: 15px;
    color: #999;
}

.features-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 75px;
    padding-right: 0;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    border: 1px solid #eee;
    box-shadow: 0 5px 17px 4px rgba(0, 0, 0, 0.08);
}

.feature-icon {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    background: #f0ebfe;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon-1 {
    background: url(/bootstrap/custom-assets/images/intro/brand_icon_01.png) no-repeat center / contain;
}

.feature-icon-2 {
    background: url(/bootstrap/custom-assets/images/intro/brand_icon_02.png) no-repeat center / contain;
}

.feature-icon-3 {
    background: url(/bootstrap/custom-assets/images/intro/brand_icon_03.png) no-repeat center / contain;
}

.feature-card h3 {
    font-size: 21px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.feature-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

/* ===== History ===== */
.history {
    overflow-y: hidden;
    padding: 120px 0;
    background: #5d2bf4;
}

.history .section-label-light {
    margin-bottom: -10px;
}

.history-title {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
}

.custom_timeline{
    position: relative;
    padding-left: 580px;
    margin-top: 12px;
}

.custom_timeline::before {
    content: '';
    position: absolute;
    left: 510px;
    top: 51px;
    bottom: 0;
    width: 4px;
    background-color: #fff;
    height: 120%;
}

.timeline-year {
    position: relative;
    margin-bottom: 32px;
}

.timeline-year:last-child {
    margin-bottom: 0;
}

.year {
    position: absolute;
    left: -192px;
    top: 24px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    width: 80px;
    text-align: right;
}

.timeline-items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.timeline-item {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 12px 4px rgba(255, 255, 255, 0.1);
    padding: 20px 24px;
    display: flex;
    gap: 34px;
    align-items: center;
    position: relative;
}

.timeline-item.is-observed {
    opacity: 0;
    transform: translate3d(0, 32px, 0);
    transition: opacity 0.6s ease, transform 0.6s ease;
    will-change: opacity, transform;
}

.timeline-item.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -75px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px 4px rgba(255, 255, 255, 0.22);
}

.timeline-item.active::before {
    background-color: #5d2bf4;
    border: 5px solid #fff;
    width: 20px;
    height: 20px;
    left: -78px;
}

.timeline-icon {
    flex: 0 0 54px;
    position: relative;
    overflow: visible;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;

    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.08);
}

.timeline-icon-1 {
    background: url('/bootstrap/custom-assets/images/intro/history_icon_01.png');
}

.timeline-icon-2 {
    background: url('/bootstrap/custom-assets/images/intro/history_icon_02.png');
}

.timeline-icon-3 {
    background: url('/bootstrap/custom-assets/images/intro/history_icon_03.png');
}

.timeline-icon-4 {
    background: url('/bootstrap/custom-assets/images/intro/history_icon_04.png');
}

.timeline-icon-5 {
    background: url('/bootstrap/custom-assets/images/intro/history_icon_05.png');
}

.timeline-icon-6 {
    background: url('/bootstrap/custom-assets/images/intro/history_icon_06.png');
}


.timeline-item h4 {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.3px;
}

.timeline-item p {
    font-size: 15px;
    color: #666;
    font-weight: 400;
}

/* ===== CTA ===== */
.cta {
    min-height: 100svh;
    padding: 180px 0;
    background: url('/bootstrap/custom-assets/images/intro/bg.jpg') center center / cover no-repeat;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.cta-title {
    font-size: 60px;
    font-weight: 800;
    color: #111;
    line-height: 1.4;
    margin-bottom: 10px;
}

.cta-title em {
    font-style: normal;
    color: #5d2bf4;
}

.cta-title strong {
    font-weight: 700;
}

.cta-desc {
    font-size: 14px;
    color: #111;
    line-height: 1.8;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.cta-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 205px;
}

.cta-buttons a.btn-cta-primary i {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    background: url('/bootstrap/custom-assets/images/intro/addi_btn_icon_01.png') no-repeat center / contain;
}

.cta-buttons a.btn-cta-dark i {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    background: url('/bootstrap/custom-assets/images/intro/addi_btn_icon_02.png') no-repeat center / contain;
}

.btn-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: #5d2bf4;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    transition: background 0.2s;
}

.btn-cta-primary:hover {
    background: #4a1ed4;
}

.btn-cta-dark {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: #111;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    transition: background 0.2s;
}

.btn-cta-dark:hover {
    background: #333;
}

/* ===== Footer ===== */
.footer {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100svh;
    padding: 120px 0 0;
    background: #fff;
}

.footer-title {
    font-size: 45px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    line-height: 1.1;
}

.footer-address {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 40px;
}

.footer-address .en {
    font-size: 15px;
    color: #999;
}

.map-area {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 60px;
    background: #f3f5f7;
}

.map-area img {
    width: 100%;
}

#google-map {
    display: block;
    width: 100%;
    height: 420px;
    border: 0;
}

.copyright {
    padding: 24px 0;
}

.copyright-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright p {
    font-size: 13px;
    color: #999;
}


/* ============================================
   PC Fullpage Scroll Navigation Dots
   ============================================ */
.fp-nav {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.fp-nav-dot {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    margin: 0;
    font: inherit;
    color: inherit;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgb(208, 192, 255);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s;
    padding: 0;
    outline: none;

}

.fp-nav-dot.active {
    background: #ad62ff;
    transform: scale(1.4);
    box-shadow: 0 0 6px rgba(93, 43, 244, 0.6);
}

/* 밝은 배경 섹션에서 dot 색상 */
.fp-nav-dot.on-light {
    background: rgba(93, 43, 244, 0.3);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}

.fp-nav-dot.on-light.active {
    background: #5d2bf4;
    box-shadow: 0 0 6px rgba(93, 43, 244, 0.6);
}

@media (min-width: 769px) {

    html.fp-enabled,
    html.fp-enabled body {
        height: 100%;
        overflow: hidden;
    }

    html.fp-enabled #fullpage-container {
        transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform;
    }

    html.fp-enabled .fp-section {
        height: 100vh;
        min-height: 100vh;
        overflow: hidden auto;
    }
}

@media (max-width: 1200px) {

    html {
        font-size: 1.3333vw;
    }

    /* ===== Layout ===== */
    .inner {
        max-width: 100.0000vw;
        width: 100%;
        margin: 0 auto;
        padding: 0 1.6667vw;
    }

    /* ===== Section Labels ===== */
    .section-label {
        font-size: 1.5000vw;
        letter-spacing: 0.0417vw;
    }

    .section-label-light {
        font-size: 1.5000vw;
        letter-spacing: 0.0417vw;
        margin-bottom: 1.3333vw;
    }

    .fp-section {
        min-height: 100svh;
    }

    .hero {
        padding: 8.3333vw 0 10.0000vw;
        min-height: 100svh;
    }

    .hero-sub {
        font-size: 1.3333vw;
        letter-spacing: 0.0833vw;
    }

    .hero-title {
        font-size: 4.4167vw;
        margin-bottom: 0.5000vw;
    }

    .hero-title strong {
        letter-spacing: -0.0250vw;
    }

    .hero-desc {
        font-size: 1.3333vw;
    }

    .ceo-message .inner {
        gap: 2.6667vw;
    }

    .ceo-left {
        padding-top: 7.6667vw;
        flex: 0 0 39.1667vw;
    }

    .ceo-title {
        font-size: 3.8333vw;
        margin-bottom: 4.5000vw;
    }

    .ceo-name {
        width: 24.1667vw;
        height: 2.6667vw;
        margin-left: 0.3333vw;
        margin-bottom: 1.0000vw;
    }

    .ceo-right {
        padding-top: 1.0000vw;
        letter-spacing: -0.0250vw;
    }

    .ceo-greeting {
        font-size: 1.2500vw;
    }

    .ceo-right p {
        font-size: 1.2500vw;
        margin-bottom: 1.6667vw;
        letter-spacing: -0.0250vw;
    }

    .ceo-right p.ceo-right-fs {
        letter-spacing: -0.0833vw;
    }

    .ceo-right p.ceo-right-fs-sm {
        font-size: 1.1667vw;
        letter-spacing: -0.0833vw;
    }

    .ceo-price li {
        font-size: 1.1667vw;
        letter-spacing: -0.0250vw;
    }

    .ceo-price li::before {
        top: -0.0833vw;
        width: 1.3333vw;
        margin-left: 0.3333vw;
        margin-right: -0.6667vw;
    }

    .product-list {
        gap: 0.4167vw;
        margin: 0.6667vw 0 1.8333vw;
        padding: 1.0000vw 0;
    }

    .product-item {
        gap: 1.3333vw;
    }

    .product-name {
        flex: 0 0 5.8333vw;
        font-size: 1.5000vw;
        width: 8.3333vw;
        height: 1.3333vw;
    }

    .product-name span {
        font-size: 1.1667vw;
    }

    .product-item p {
        font-size: 1.2500vw;
    }

    .tech {
        padding: 10.0000vw 0;
    }

    .tech-title {
        font-size: 3.8333vw;
        margin-bottom: 1.6667vw;
    }

    .tech-desc {
        font-size: 1.2500vw;
        max-width: 58.3333vw;
        margin-bottom: 3.3333vw;
    }

    .tech-cards {
        gap: 2.0000vw;
    }

    .tech-card {
        border-radius: 1.3333vw;
        padding: 1.6667vw 2.3333vw;
        padding-right: 0;
        padding-left: 1.4vw;
    }

    .tech-card-icon {
        margin-bottom: 0.6667vw;
    }

    .tech-card-icon-1 {
        width: 3.0000vw;
        height: 3.3333vw;
    }

    .tech-card-icon-2 {
        width: 4.0000vw;
        height: 3.3333vw;
    }

    .tech-card-icon-3 {
        width: 2.5000vw;
        height: 3.3333vw;
    }

    .tech-card h3 {
        font-size: 1.6667vw;
        margin-bottom: 1.3333vw;
    }

    .tech-card p {
        font-size: 1.1667vw;
        margin-bottom: 2.0000vw;
        padding-right: 2.6667vw;
        letter-spacing: -0.0667vw;
    }

    .tech-card-link {
        gap: 0.6667vw;
        font-size: 1.3333vw;
    }

    .tech-card-link i {
        width: 1.8333vw;
        height: 1.8333vw;
    }

    .tech-card-link-2 {
        margin-top: 4.0000vw;
    }

    .tech-card-logos {
        gap: 2.0000vw;
        height: 2.3333vw;
        margin-top: 4.0000vw;
    }

    .partner-logo {
        font-size: 1.5000vw;
    }

    .features .section-label {
        margin-bottom: 1.1667vw;
    }

    .features .inner {
        gap: 6.6667vw;
    }

    .features-left {
        flex: 0 0 36.6667vw;
        top: 10.0000vw;
    }

    .features-title {
        font-size: 5.0000vw;
        margin-bottom: 4.0000vw;
    }

    .features-desc {
        font-size: 1.67vw;
        letter-spacing: -0.0833vw;
        margin-bottom: 0.6667vw;
    }

    .features-text {
        font-size: 1.2500vw;
    }

    .features-right {
        gap: 2.0000vw;
    }

    .feature-card {
        border-radius: 1.3333vw;
        padding: 2.5000vw 6.2500vw;
        padding-left: 3vw;
        gap: 2.0000vw;
        box-shadow: 0 0.4167vw 1.4167vw 0.3333vw rgba(0, 0, 0, 0.08);
    }

    .feature-icon {
        flex: 0 0 6.6667vw;
        width: 6.6667vw;
        height: 6.6667vw;
        border-radius: 1.0000vw;
    }

    .feature-card h3 {
        font-size: 1.7500vw;
        margin-bottom: 0.6667vw;
    }

    .feature-card p {
        font-size: 1.1667vw;
    }

    .history {
        padding: 10.0000vw 0;
    }

    .history .section-label-light {
        margin-bottom: -0.8333vw;
    }

    .history-title {
        font-size: 3.8333vw;
    }

    .custom_timeline {
        padding-left: 48.3333vw;
        margin-top: 1.0000vw;
    }

    .custom_timeline::before {
        left: 42.5000vw;
        top: 4.2500vw;
        width: 0.3333vw;
    }

    .timeline-year {
        margin-bottom: 2.6667vw;
    }

    .year {
        left: -16.0000vw;
        top: 2.0000vw;
        font-size: 2.6667vw;
        width: 6.6667vw;
    }

    .timeline-items {
        gap: 2.5000vw;
    }

    .timeline-item {
        border-radius: 1.3333vw;
        box-shadow: 0 0 1.0000vw 0.3333vw rgba(255, 255, 255, 0.1);
        padding: 1.6667vw 2.0000vw;
        gap: 2.8333vw;
    }

    .timeline-item::before {
        left: -6.2500vw;
        width: 1.1667vw;
        height: 1.1667vw;
        border-radius: 50%;
    }

    .timeline-item.active::before {
        width: 1.6667vw;
        height: 1.6667vw;
        left: -6.5000vw;
        border: 0.4167vw solid #fff;
    }

    .timeline-icon {
        flex: 0 0 4.5000vw;
        width: 4.5000vw;
        height: 4.5000vw;
    }

    .timeline-item h4 {
        font-size: 1.8333vw;
        letter-spacing: -0.0250vw;
    }

    .timeline-item p {
        font-size: 1.2500vw;

    }

    .cta {
        min-height: 100svh;
        padding: 15.0000vw 0;
        font-size: 1.2500vw;
    }

    .cta-title {
        font-size: 5.0000vw;
        margin-bottom: 0.8333vw;
        line-height: 1.2;
    }

    .cta-desc {
        font-size: 1.1667vw;
        margin-bottom: 3.3333vw;
        letter-spacing: -0.0417vw;
    }

    .cta-buttons {
        gap: 1.3333vw;
    }

    .cta-buttons a {
        min-width: 17.0833vw;
    }

    .cta-buttons a.btn-cta-primary i {
        width: 1.3333vw;
        height: 1.3333vw;
    }

    .cta-buttons a.btn-cta-dark i {
        width: 1.3333vw;
        height: 1.3333vw;
    }

    .btn-cta-primary {
        gap: 0.6667vw;
        padding: 1.3333vw 2.6667vw;
        font-size: 1.3333vw;
        border-radius: 0.6667vw;
    }

    .btn-cta-dark {
        gap: 0.6667vw;
        padding: 1.3333vw 2.6667vw;
        font-size: 1.3333vw;
        border-radius: 0.6667vw;
    }

    .footer {
        min-height: 100svh;
        padding: 10.0000vw 0 0;
    }

    .footer-title {
        font-size: 3.7500vw;
        margin-bottom: 1.6667vw;
    }

    .footer-address {
        font-size: 1.1667vw;
        margin-bottom: 3.3333vw;
    }

    .footer-address .en {
        font-size: 1.2500vw;
    }

    .map-area {
        border-radius: 1.0000vw;
        margin-bottom: 5.0000vw;
    }

    #google-map {
        height: 35.0000vw;
    }

    .map-fallback {
        padding: 2.6667vw 2.0000vw;
        font-size: 1.2500vw;
    }

    .copyright {
        padding: 2.0000vw 0;
    }

    .copyright p {
        font-size: 1.0833vw;
    }

    .fp-nav {
        right: 2.5000vw;
        gap: 1.1667vw;
    }

    .fp-nav-dot {
        width: 0.9167vw;
        height: 0.9167vw;
    }

    .fp-nav-dot.active {
        box-shadow: 0 0 0.5000vw rgba(93, 43, 244, 0.6);
    }

    .fp-nav-dot.on-light {
        background: rgba(93, 43, 244, 0.3);
        box-shadow: 0 0 0.3333vw rgba(255, 255, 255, 0.5);
    }

    .fp-nav-dot.on-light.active {
        background: #5d2bf4;
        box-shadow: 0 0 0.5000vw rgba(93, 43, 244, 0.6);
    }
}

.mo_br {
    display: none;
}


@media (max-width: 768px) {

    .tech-cards.is-slider {
        --tech-card-width: 80vw;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        margin: 0;
        padding: 0 calc((100% - var(--tech-card-width)) / 2) 8px;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: calc((100% - var(--tech-card-width)) / 2);
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .tech-cards.is-slider::-webkit-scrollbar {
        display: none;
    }

    .tech-cards.is-slider .tech-card {
        flex: 0 0 var(--tech-card-width);
        scroll-snap-align: center;
    }

    .tech-slider-pagination.is-visible {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 20px;
    }

    .tech-slider-dot {
        width: 8px;
        height: 8px;
        padding: 0;
        border: none;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.35);
        transition: width 0.2s ease, background-color 0.2s ease;
    }

    .tech-slider-dot.is-active {
        width: 22px;
        background: #fff;
    }
}

@media (max-width: 720px) {

    .pc_br {
        display: none;
    }

    .mo_br {
        display: block;
    }

    body::after {
        /* content: ''; */
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1271.2500vw;
        /*background: url('../디자인/애디렉트_상세_MO.jpg') no-repeat center / contain;*/
        pointer-events: none;
        opacity: 0.3;
    }

    .inner {
        padding: 0 4.4444vw;
    }

    .hero .inner {
        padding-right: 0;
    }

    .hero {
        padding: 51.3333vw 0 51vw;
        height: 100vh;
    }

    .hero-sub {
        font-size: 3.8889vw;
        margin-bottom: 1.6667vw;
    }

    .hero-title {
        font-size: 6.9444vw;
        line-height: 8.3333vw;
        margin-bottom: 2.7778vw;
    }

    .hero-desc {
        font-size: 3.3333vw;
        line-height: 1.4;
    }

    .section-label {
        font-size: 3.3333vw;
        margin-bottom: 3.0556vw;
    }

    /* ceo message */

    .fp-section {
        min-height: initial;
    }

    .ceo-message {
        justify-content: flex-start;
    }

    .ceo-message .inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 0;
        padding-top: 17.0833vw;
    }

    .ceo-left {
        padding-top: 0;
        flex: initial;
    }

    .ceo-name,
    .ceo-price {
        display: none;
    }

    .ceo-title {
        margin-bottom: 11.6667vw;
        font-size: 7.2222vw;
    }

    .ceo-right {
        padding-top: 0;
    }

    .ceo-right p {
        font-size: 3.0556vw;
        margin-bottom: 5.0000vw;
    }

    .product-item {
        display: flex;
        align-items: center;
        gap: 2.7778vw;
    }

    .product-item p {
        margin-bottom: 0;
        text-align: left;
    }

    .product-name {
        flex: 0 0 30.8333vw;
        font-size: 1.5000vw;
        width: 7.3333vw;
        height: 15.3333vw;
        margin-left: 2.2222vw;
    }

    .product-list {
        padding: 2vw 0;
        margin: 0 5.5556vw;
        border-top: 0.2778vw solid rgba(0, 0, 0, 0.4);
        border-bottom: 0.2778vw solid rgba(0, 0, 0, 0.4);
        margin-bottom: 7.7778vw;
    }

    .ceo-right p {
        line-height: 1.4;
    }

    .ceo-right p.ceo-right-fs-sm {
        font-size: 2.7778vw;
        text-align: left;
        margin-left: 7.8889vw;
        margin-bottom: 5.5556vw;
    }

    .ceo-right p.ceo-right-fs {
        line-height: 1.4;
        letter-spacing: 0;
    }

    .ceo-message .inner {
        /* 임시 */
        /* padding-bottom: 120px; */
        padding-bottom: 11.6667vw;
    }

    /* tech */
    .tech.fp-section {
        padding-top: 17.0833vw;
        padding-bottom: 19.4444vw;
    }

    .tech .inner {
        text-align: center;
    }

    .tech .section-label-light {
        font-size: 3.3333vw;
        margin-bottom: 2.7778vw;
    }

    .tech-title {
        font-size: 7.5000vw;
    }

    .tech-desc {
        font-size: 3vw;
        line-height: 1.6;
        margin-bottom: 4.8611vw;
        text-align: center;
        max-width: 100%;
    }

    .tech-cards {
        display: flex;
        flex-direction: column;
    }

    .tech-card {
        border-radius: 4.1667vw;
        padding: 3.3333vw 4.4444vw;
        padding-right: 0;
    }

    .tech-card-icon-1,
    .tech-card-icon-2,
    .tech-card-icon-3 {
        width: 11vw;
        height: 11.3333vw;
    }

    .tech-card-icon-3 {
        height: 8vw;
        margin-bottom: 3vw;
    }

    .tech-card h3 {
        font-size: 4.1667vw;
        text-align: left;
    }

    .tech-card p {
        text-align: left;
        font-size: 3.1944vw;
        padding-right: 0;
        margin-bottom: 3.4722vw;
    }

    .tech-card-link {
        font-size: 3.3333vw;
    }

    .tech-card-link-2 {
        margin-top: 16.9444vw;
    }

    .tech-card-logos {
        height: 7.3333vw;
        margin-top: 14vw;
    }

    /* features */

    .features {
        padding-top: 16.6667vw;
    }

    .features-right {
        gap: 3.3333vw;
    }

    .features .inner {
        flex-direction: column;
        text-align: center;
        gap: 4.6667vw;
        padding-bottom: 18.8889vw;
    }

    .features .section-label {
        margin-bottom: 2.2222vw;
    }

    .features-title {
        font-size: 6.9444vw;
        line-height: 1.2;
    }

    .features-desc {
        font-size: 3vw;
        line-height: 1.4;
    }

    .features-text {
        display: none;
    }

    .feature-icon {
        flex: 0 0 15.6667vw;
        width: 24.6667vw;
        height: 21.6667vw;
        border-radius: 1.0000vw;
    }

    .features-left {
        flex: initial;
        position: relative;
        top: 0;
    }

    .feature-card {
        border-radius: 1.3333vw;
        padding: 4.5vw 4.25vw;
        padding-right: 0;
        gap: 3.3333vw;
        border-radius: 3.6111vw;
    }

    .feature-card h3 {
        text-align: left;
        font-size: 4.4444vw;
        letter-spacing: -0.2778vw;
        margin-bottom: 2.2222vw;
    }

    .feature-card p {
        font-size: 2.7778vw;
        text-align: left;
    }

    /* history */

    .history .section-label-light {
        font-size: 3.3333vw;
        text-align: center;
        margin-bottom: 3.3333vw;
    }

    .history {
        padding-top: 16.6667vw;
        padding-bottom: 18.3333vw;
    }

    .history-title {
        font-size: 7.5000vw;
        text-align: center;
        line-height: 1.2;
    }

    .custom_timeline {
        margin-top: 11vw;
        padding-left: 17.3333vw;
    }

    .custom_timeline::before {
        left: 11.8vw;
        top: 9.25vw;
        width: 0.7vw;
    }

    .year {
        left: -19vw;
        top: 6.8vw;
        font-size: 4.2667vw;
        width: 6.6667vw;
    }

    .timeline-icon {
        flex: 0 0 10.5vw;
        width: 10.5vw;
        height: 10.5vw;
        border-radius: 50%;
    }

    .timeline-item {
        border-radius: 1.3333vw;
        box-shadow: 0 0 1.0000vw 0.3333vw rgba(255, 255, 255, 0.1);
        padding: 3.6667vw 4vw;
        padding-right: 0;
        padding-left: 3.3333vw;
        gap: 2.2222vw;
    }

    .timeline-item h4 {
        font-size: 3.4vw;
        line-height: 1.2;
        margin-bottom: 1vw;
        letter-spacing: -0.1389vw;
    }

    .mo_timeline_item_title {
        letter-spacing: -0.2778vw !important;
    }

    .timeline-item p {
        font-size: 2.7778vw;
        line-height: 1.4;
    }

    .timeline-year {
        margin-bottom: 4.6667vw;
    }

    .timeline-items {
        gap: 5.5vw;
    }

    .timeline-item.active::before {
        width: 2.6667vw;
        height: 2.6667vw;
        left: -6.5vw;
        border: 0.6944vw solid #fff;
    }

    .timeline-item::before {
        left: -5.9vw;
        width: 1.5667vw;
        height: 1.5667vw;
        border-radius: 50%;
    }

    /* cta */

    .cta {
        padding-top: 16.9444vw;
        padding-bottom: 18.6111vw;
        min-height: 80vh;
    }

    .cta .section-label {
        margin-bottom: 2.2222vw;
    }

    .cta-title {
        font-size: 7vw;
        margin-bottom: 4.3056vw;
        line-height: 1.4;
    }

    .cta-desc {
        font-size: 3.1vw;
        margin-bottom: 15.3333vw;
        letter-spacing: -0.1944vw;
        line-height: 1.5;
    }

    .cta-buttons a {
        min-width: 42.0833vw;
        font-size: 3.3333vw;
        gap: 2.2222vw;
        padding: 3.3333vw 2.6667vw;
        border-radius: 2vw;
    }

    .cta-buttons a.btn-cta-primary i,
    .cta-buttons a.btn-cta-dark i {
        width: 3.5vw;
        height: 3.5vw;
        gap: 1.8056vw;
    }

    /* footer */
    .footer {
        display: block;
        min-height: 100vh;
        text-align: center;
        padding-top: 28.6667vw;
        padding-bottom: 10vw;
    }

    .footer .section-label {
        font-size: 3.7500vw;
        margin-bottom: 3.0556vw;
    }

    .footer-title {
        font-size: 7.75vw;
        margin-bottom: 4.1667vw;
    }

    .footer-address {
        font-size: 3.1667vw;
    }

    .footer-address .en {
        font-size: 3.1667vw;
    }

    .tech-cards.is-slider {
        gap: 11.1111vw;
        padding: 0 7.5000vw 0;
        scroll-padding-inline: 7.5000vw;
    }

    .tech-cards.is-slider .tech-card {
        flex-basis: 100%;
    }

    .tech-slider-pagination.is-visible {
        margin-top: 3.8889vw;
    }

    .tech-slider-dot {
        width: 1.6667vw;
        height: 1.6667vw;
    }

    .tech-slider-dot.is-active {
        width: 4.7222vw;
    }

    .tech-card-link i {
        width: 4.4444vw;
        height: 4.4444vw;
        margin-right: 1.1111vw;
    }

    .map-area.is-map-unavailable .map-fallback {
        font-size: 3vw;
    }

    .copyright {
        padding-bottom: 20vw;
    }

    .copyright-inner {
        display: flex;
        flex-direction: column;
    }

    .copyright p {
        font-size: 2.08vw;
    }
}
