@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}
.page-banner {
    background: linear-gradient(to bottom, #00000000,#00000000),url('/dayin/images/about/banner.webp') center right/cover no-repeat,#0a0a0c;
    min-height: 460px;
    display: flex;
    align-items: center;
    padding: 220px 0 220px
}
.page-banner::before{display:none}
.page-banner .crumbs{color:#aaa}
.page-banner .crumbs a{color:#aaa}
    .page-banner .crumbs .current {
        color: var(--accent);
    }
    .page-banner .eyebrow {
        display: block;
        /*font-family: "Oswald",sans-serif;*/
        font-family: "Metropolis","Noto Sans TC", sans-serif;
        /*font-weight: 700;*/
        letter-spacing: normal;
        /*color: var(--accent);*/
        text-transform: none;
        color: #eee;
        font-size: 20px;
        margin: 18px 0 4px
    }
.dash {
    display: block;
    width: 35px;
    height: 3px;
    background: var(--accent);
    margin: 20px auto 20px 0px;
}
.page-banner h1{
  font-size:40px;font-weight:800;line-height:1.3;max-width:620px;margin-bottom:22px
}
.page-banner p {
    font-size: 20px;
    text-align: left;
    color: #eee;
    word-break: break-all;
}

    @media (max-width:767px) {
        .page-banner {
            background: linear-gradient(to bottom, #00000090,#00000080),url('/dayin/images/about/banner.webp') center right/cover no-repeat,#0a0a0c;
            background-position: center 30%;
            padding: 0;
            min-height: 70vh;
        }

            .page-banner h1 {
                font-size: 32px
            }

            .page-banner p {
                font-size: 16px;
            }
    }
@media (max-width:992px) {
    .page-banner {
        background: linear-gradient(to bottom, #00000090,#00000080),url('/dayin/images/about/banner.webp') center right/cover no-repeat,#0a0a0c;
    }
}
    .wwa {
        background: #0a0a0c
    }

    .wwa-tag {
        display: flex;
        align-items: baseline;
        gap: 12px;
        margin-bottom: 22px;
        padding: 0 !important;
    }

        .wwa-tag .no {
            font-family: "Bebas Neue",sans-serif;
            font-size: 50px;
            color: var(--accent);
            line-height: 1
        }

        .wwa-tag .tx {
            font-size: 16px;
            letter-spacing: .1em;
            color: #fff;
            position: relative;
            padding-bottom: 20px;
        }

            .wwa-tag .tx::before {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 70%;
                height: 2px;
                background: var(--accent)
            }

    .wwa-01 {
        padding: 70px 0;
        background: linear-gradient(180deg,rgba(10,10,12,.35) 0%,rgba(10,10,12,.92) 75%,#0a0a0c 100%),url('/dayin/images/about/Section-01.webp') center top/cover no-repeat
    }

    .wwa-eyebrow {
        display: block;
        color: var(--accent);
        color: #fff;
        font-size: 18px;
        margin-bottom: 6px
    }

    .wwa-01 h2, .wwa-02 h2 {
        color: #fff;
        font-size: 36px;
        font-weight: 800;
        margin-bottom: 18px
    }

    .wwa-01 p {
        color: #ddd;
        font-size: 18px;
        line-height: 1.9;
    }

    .wwa-02 {
        padding: 70px 0;
        background: url('/dayin/images/about/Section-02.webp') right center/contain no-repeat,#0a0a0c
    }

    .wwa-sub {
        color: #ddd;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4;
        /*margin-bottom: 60px*/
    }

    .wwa-cards .wwa-card {
        background: #fff;
        border-radius: 10px;
        padding: 34px 26px;
        text-align: center;
        height: 100%;
    }

        .wwa-cards .wwa-card .plus {
            font-size: .55em;
        }

    .wwa-cards .v {
        font-size: 30px;
        font-family: "Bebas Neue",sans-serif;
        font-family: "Metropolis","Noto Sans TC";
        color: var(--accent);
        line-height: 1;
        letter-spacing: .02em;
        margin-bottom: 10px
    }

    .wwa-cards .l {
        font-size: 18px;
        font-weight: 700;
        color: var(--ink);
        margin-bottom: 8px
    }

    .wwa-cards .d {
        font-size: 16px;
        color: #333;
        line-height: 1.7
    }

    @media (max-width:767px) {
        .wwa-02 {
            background-size: 60%;
            background-position: top right
        }

            .wwa-01 h2, .wwa-02 h2, .wwa-03 h2, .wwa-04 h2 {
                font-size: 18px
            }

        .wwa-01 p {
            font-size: 15px;
        }

        .wwa-sub {
            font-size: 15px;
        }
    }

    .wwa-03 {
        position: relative;
        padding: 70px 0;
        background: #0a0a0c;
        overflow: hidden;
        background: linear-gradient(90deg,#0a0a0c 0%,#0a0a0c 38%,rgba(10,10,12,.55) 60%,transparent 85%),url('/dayin/images/about/Section-03.webp') right top/cover no-repeat
    }
    /*.wwa-03::after{
  content:"";position:absolute;inset:0;
}*/
    .wwa-03-text {
        position: relative;
        z-index: 2;
        max-width: 660px
    }

        .wwa-03-text h2 {
            color: #fff;
            font-size: 36px;
            font-weight: 800;
            margin-bottom: 14px
        }

        .wwa-03-text .wwa-sub {
            color: #eee;
            font-size: 18px;
            margin-bottom: 20px
        }

    .wwa-03-list {
        list-style: none;
        margin: 0 0 20px 0;
        padding: 0
    }

        .wwa-03-list li {
            position: relative;
            padding: 12px 0 12px 26px;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            line-height: 1.6;
            /*border-top: 1px solid rgba(255,255,255,.1)*/
        }

            .wwa-03-list li:first-child {
                border-top: none
            }

            .wwa-03-list li::before {
                content: "";
                position: absolute;
                left: 0;
                top: 20px;
                width: 9px;
                height: 9px;
                border-radius: 50%;
                background: var(--accent)
            }

    @media (max-width:767px) {
        .wwa-03::after {
            background-position: center 15%;
            opacity: .35
        }

        .wwa-03-text h2 {
            font-size: 20px
        }

        .wwa-03-text .wwa-sub {
            font-size: 15px;
        }

        .wwa-03-list li {
            font-size: 14px;
            padding: 10px 0 10px 20px;
        }
    }

    .wwa-04 {
        padding: 70px 0;
        overflow: hidden;
        padding-bottom: 0;
        background: #070709;
    }

    .wwa-04-1 {
        background: linear-gradient(90deg, #0a0a0c 0%, #0a0a0c 38%, rgba(10, 10, 12, .55) 60%, transparent 85%), url(/dayin/images/about/brand.webp) right center / cover no-repeat;
    }

    .wwa-04-head {
        padding: 50px 32px;
    }

        .wwa-04-head h2 {
            color: #fff;
            font-size: 36px;
            font-weight: 800;
            margin-top: 8px
        }
.wwa-04-head p {
    color: #eee;
    font-size: 18px;
    margin-bottom: 20px;
}
    .wwa-04-block {
        padding: 20px 0 0 0
    }

    .wwa-04-row {
        /*display: flex;*/
        align-items: baseline;
        gap: 18px;
        margin-bottom: 20px
    }
.wwa-04-2 p {
    color: #fff;
    /*padding-left: 20px;*/
    font-size: 18px;
}


    .wwa-04-num {
        font-family: "Bebas Neue",sans-serif;
        font-size: 40px;
        color: var(--accent);
        line-height: 1
    }

    .wwa-04-row h3 {
        color: #eee;
        font-size: 28px;
        margin-bottom: 20px;
        position: relative;
        padding-left: 26px;
    }
        .wwa-04-row h3::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: var(--accent);
        }


    .wwa-04-brand {
        
    }
        .wwa-04-brand h4 {
            color: #fff;
            font-size: 20px;
            /*padding-left: 20px;*/
            margin: 0
        }

.wwa-04-brand-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
    padding: 20px 0;
}
        .wwa-04-brand .from {
            width: 200px;
        }

        .wwa-04-brand .pic-item {
            position: relative;
            width: 100%;
            padding-bottom: 60%;
            overflow: hidden;
        }

            .wwa-04-brand .pic-item img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

        .wwa-04-brand .dayin {
            font-family: "Oswald",sans-serif;
            font-weight: 800;
            font-size: 30px;
            color: var(--accent)
        }

        .wwa-04-brand .sport {
            font-size: 14px;
            letter-spacing: .3em;
            color: #fff;
            margin-top: 2px
        }

        .wwa-04-brand .arrow {
            color: #fff;
            font-size: 26px
        }

        .wwa-04-brand .to {
            color: #fff;
            font-size: 40px;
            font-weight: 800;
            line-height: 1.25
        }

.wwa-04-brand-sub {
    color: #fff;
    /*padding-left: 20px;*/
    font-size: 18px;
}

    .wwa-04-card {
        background: #fff;
        border-radius: 10px;
        overflow: hidden
    }

        .wwa-04-card .hd {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 22px 24px
        }

            .wwa-04-card .hd img {
                width: 40px;
                height: 40px
            }

            .wwa-04-card .hd span {
                font-weight: 800;
                font-size: 18px;
                color: var(--ink)
            }

        .wwa-04-card .img {
            aspect-ratio: 16/10;
            background-size: cover;
            background-position: center
        }

    .wwa-04.wwa-04-2 {
        padding: 20px 0 0 0;
    }

    .wwa-04-03 {
        /*padding-bottom: 40px;*/
        padding-top: 40px;
    }

    .wwa-04-map {
        height: 280px;
        background: url('/dayin/images/about/map.webp') center/cover no-repeat;
        margin-top: 20px
    }

    @media (max-width:767px) {
        .wwa-04-card .hd img {
            width: 30px;
            height: 30px;
        }

        .wwa-04-card .hd {
            padding: 10px;
        }

        .wwa-cards .v {
            font-size: 18px;
        }

        .wwa-cards .d {
            font-size: 15px;
        }

        .wwa-04-brand {
            gap: 16px;
            padding: 34px 18px
        }

            .wwa-04-brand .to, .wwa-04-brand .arrow {
                font-size: 20px
            }

        .wwa-04-map {
            height: 180px
        }

        .wwa-04-row {
            padding: 0 !important;
            margin-bottom: 10px;
        }

            .wwa-04-row h3 {
                font-size: 18px;
            }

        .wwa-04-brand .from {
            width: 125px;
        }

        .wwa-04-row p {
            font-size: 15px;
        }

        .wwa-04-brand-sub {
            font-size: 15px;
        }
    }

    .wwa-mv {
        padding: 110px 0;
        background: linear-gradient(180deg,rgba(10,10,12,.55) 0%,rgba(10,10,12,.85) 70%,#0a0a0c 100%),url('/dayin/images/about/Mission-and-Vision.webp') center/cover no-repeat
    }

    .wwa-mv-head {
        text-align: left;
        margin-bottom: 50px
    }

        .wwa-mv-head h2 {
            color: #fff;
            font-size: 36px;
            font-weight: 800;
            /*margin-bottom: 18px;*/
        }

        .wwa-mv-head p {
            color: #ddd;
            font-size: 18px;
            line-height: 1.9;
        }
    /*.wwa-mv-head h2::after{
  content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:46px;height:3px;background:var(--accent)
}*/
.wwa-mv-cards .wwa-mv-card {
    background: #eceef0;
    border-radius: 10px;
    padding: 36px 34px;
    height: 100%;
}

        .wwa-mv-card .label {
            font-size: 40px;
            color: var(--accent);
            font-weight: 800;
            margin-right: 12px
        }

        .wwa-mv-card .title {
            font-size: 28px;
            font-weight: 800;
            color: var(--accent);
            letter-spacing: .02em
        }

        .wwa-mv-card p {
            margin: 0px 0 0;
            color: #333;
            font-size: 16px;
            line-height: 1.8
        }

    .intro {
        padding: 100px 0 80px;
        background: #fff
    }

    .intro-grid h2 {
        margin-bottom: 26px
    }

    .intro-grid .lead {
        font-size: 22px;
        line-height: 1.7;
        color: var(--ink);
        font-weight: 500;
        margin-bottom: 30px
    }

    .intro-grid p {
        color: var(--ink-3);
        font-size: 15.5px;
        line-height: 1.95;
        margin-bottom: 18px
    }

    .intro-big {
        position: sticky;
        top: 100px;
        aspect-ratio: 3/4;
        background: #f3f4f6 center/cover no-repeat;
        border: 1px solid var(--line);
        box-shadow: 0 20px 60px rgba(0,0,0,.08);
        overflow: hidden
    }

        .intro-big::after {
            content: attr(data-big);
            position: absolute;
            bottom: 18px;
            left: 20px;
            font-family: "Bebas Neue",sans-serif;
            letter-spacing: .25em;
            font-size: 12px;
            color: #fff;
            background: rgba(0,0,0,.6);
            padding: 6px 12px;
            z-index: 2
        }

    .market {
        padding: 90px 0;
        background: var(--bg-soft);
        border-top: 1px solid var(--line);
        border-bottom: 1px solid var(--line)
    }

    .market-head {
        text-align: center;
        margin-bottom: 60px
    }

    .market-item {
        padding: 40px 28px;
        border-right: 1px solid var(--line);
        background: #fff;
        position: relative;
        overflow: hidden;
        transition: background .3s
    }

        .market-item:hover {
            background: var(--accent-soft)
        }

        .market-item::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: var(--accent);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform .5s
        }

        .market-item:hover::before {
            transform: scaleX(1)
        }

        .market-item .k {
            font-family: "Bebas Neue",sans-serif;
            font-size: 68px;
            color: var(--accent);
            line-height: 1;
            letter-spacing: .02em
        }

            .market-item .k .suf {
                font-size: 26px;
                color: var(--ink)
            }

        .market-item .v {
            font-size: 14px;
            color: var(--ink-2);
            margin-top: 12px;
            font-weight: 700;
            letter-spacing: .05em
        }

        .market-item .d {
            font-size: 12.5px;
            color: var(--ink-4);
            margin-top: 6px;
            line-height: 1.7
        }

    .wwa {
        padding: 110px 0;
        background: #fff
    }

    .cert-badge {
        aspect-ratio: 1/1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #080809;
        padding: 18px;
        text-align: center;
        transition: all .3s
    }

        .cert-badge .c-ring {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            border: 2px solid #f0592a;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 14px;
            font-family: "Bebas Neue",sans-serif;
            font-size: 18px;
            color: #f0592a
        }

        .cert-badge .c-name {
            font-family: "Oswald",sans-serif;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: .08em;
            color: #fff;
        }

        .cert-badge .c-desc {
            font-size: 11px;
            color: #fff;
            margin-top: 4px;
            line-height: 1.5
        }

    .adv {
        padding: 110px 0;
        background: var(--ink) center/cover no-repeat;
        background-image: linear-gradient(180deg,rgba(15,15,18,.85) 0%,rgba(15,15,18,.95) 100%),url('/dayin/images/ed-16.webp');
        color: #fff;
        position: relative;
        overflow: hidden
    }

        .adv::before {
            content: "ADVANTAGES";
            position: absolute;
            top: 30px;
            right: 30px;
            font-family: "Bebas Neue",sans-serif;
            font-size: 160px;
            color: rgba(228,106,88,.12);
            letter-spacing: .05em;
            pointer-events: none
        }

        .adv .sect-head h2 {
            color: #fff
        }

        .adv .sect-head .right {
            color: #bbb
        }

    .adv-item {
        padding: 40px 28px;
        border-left: 1px solid rgba(255,255,255,.08);
        position: relative
    }

        .adv-item:first-child {
            border-left: none
        }

        .adv-item .num {
            font-family: "Bebas Neue",sans-serif;
            font-size: 68px;
            color: var(--accent);
            line-height: 1;
            letter-spacing: .02em;
            margin-bottom: 20px;
            opacity: .5
        }

        .adv-item h3 {
            color: #fff;
            font-size: 22px;
            margin-bottom: 12px
        }

        .adv-item p {
            color: #bbb;
            font-size: 14px;
            line-height: 1.9
        }

    .mission {
        padding: 110px 0;
        background: var(--bg-soft)
    }

    .mv {
        padding: 60px 50px;
        background: #fff;
        border-top: 4px solid var(--accent);
        position: relative;
        transition: all .35s
    }

        .mv:hover {
            transform: translateY(-6px);
            box-shadow: 0 24px 50px rgba(0,0,0,.08)
        }

        .mv .label {
            font-family: "Bebas Neue",sans-serif;
            font-size: 60px;
            color: var(--accent);
            opacity: .25;
            line-height: 1;
            margin-bottom: 18px
        }

        .mv h3 {
            font-size: 28px;
            margin-bottom: 18px
        }

        .mv .mv-en {
            font-family: "Oswald",sans-serif;
            font-size: 13px;
            letter-spacing: .3em;
            color: var(--accent);
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 22px
        }

        .mv p {
            color: var(--ink-3);
            font-size: 15.5px;
            line-height: 1.95;
            margin-bottom: 14px
        }

        .mv ul {
            list-style: none;
            margin-top: 18px
        }

            .mv ul li {
                padding: 10px 0;
                border-bottom: 1px dashed var(--line);
                color: var(--ink-2);
                font-size: 14px;
                display: flex;
                gap: 10px
            }

                .mv ul li::before {
                    content: "●";
                    color: var(--accent);
                    font-size: 10px
                }

    .timeline-sec {
        padding: 120px 0;
        background: #fff
    }

    .timeline {
        position: relative;
        margin-top: 40px
    }

        .timeline::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            width: 2px;
            background: linear-gradient(to bottom,var(--accent) 0%,var(--line) 100%);
            transform: translateX(-50%)
        }

    .tl-item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        margin-bottom: 60px;
        position: relative
    }

        .tl-item:nth-child(even) .tl-content {
            grid-column: 2;
            text-align: left;
            padding-left: 40px
        }

        .tl-item:nth-child(odd) .tl-content {
            grid-column: 1;
            text-align: right;
            padding-right: 40px
        }

    .tl-content {
        position: relative
    }

    .tl-dot {
        position: absolute;
        top: 16px;
        left: 50%;
        transform: translateX(-50%);
        width: 14px;
        height: 14px;
        background: var(--accent);
        border: 3px solid #fff;
        border-radius: 50%;
        box-shadow: 0 0 0 2px var(--accent);
        z-index: 2
    }

    .tl-year {
        font-family: "Bebas Neue",sans-serif;
        font-size: 56px;
        color: var(--accent);
        line-height: 1;
        margin-bottom: 10px;
        letter-spacing: .02em
    }

    .tl-content h4 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .tl-content p {
        color: var(--ink-3);
        font-size: 14px;
        line-height: 1.85
    }

    .locations {
        padding: 110px 0;
        background: var(--bg-soft)
    }

    .loc-card {
        background: #fff;
        padding: 32px 26px;
        border-top: 3px solid var(--accent);
        transition: all .3s
    }

        .loc-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 18px 40px rgba(0,0,0,.07)
        }

        .loc-card .flag {
            font-family: "Bebas Neue",sans-serif;
            font-size: 20px;
            letter-spacing: .15em;
            color: var(--accent);
            margin-bottom: 14px
        }

        .loc-card h4 {
            font-size: 18px;
            margin-bottom: 14px
        }

        .loc-card .info {
            font-size: 13px;
            color: var(--ink-3);
            line-height: 1.85;
            margin-bottom: 18px
        }

            .loc-card .info div {
                margin-bottom: 4px
            }

        .loc-card .map {
            font-family: "Oswald",sans-serif;
            font-size: 12px;
            letter-spacing: .2em;
            color: var(--accent);
            font-weight: 700
        }

    @media(max-width:960px) {
        .wwa-01, .wwa-02, .wwa-03, .wwa-04 {
            padding: 60px 0;
        }

        .wwa-sub {
            margin-bottom: 30px;
        }

        .wwa-04-head h2 {
            font-size: 20px;
        }

        .cert-badge {
            padding: 15px 10px !important;
        }

        .page-banner .eyebrow {
            font-size: 16px;
        }

        .page-banner h1 {
            font-size: 20px;
        }

        .intro-big {
            position: static
        }

        .wwa-eyebrow {
            font-size: 16px;
        }

        .market-item {
            border-bottom: 1px solid var(--line)
        }

        .adv-item {
            border-top: 1px solid rgba(255,255,255,.08)
        }

        .timeline::before {
            left: 12px
        }

        .tl-item {
            grid-template-columns: 1fr;
            gap: 10px
        }

            .tl-item:nth-child(odd) .tl-content, .tl-item:nth-child(even) .tl-content {
                grid-column: 1;
                text-align: left;
                padding: 0 0 0 40px
            }

        .tl-dot {
            left: 12px;
            transform: translateX(-50%)
        }

        .wwa-mv {
            padding: 60px 0;
        }

        .wwa-mv-head h2 {
            font-size: 20px;
        }

        .wwa-mv-card {
            padding: 15px 20px;
        }

            .wwa-mv-card .label {
                font-size: 30px;
                margin-right: 3px;
            }

            .wwa-mv-card p {
                margin: 0;
                font-size: 15px;
            }

            .wwa-mv-card .title {
                font-size: 18px;
            }
    }

.experts {
    padding: 110px 0;
    background: linear-gradient(to bottom, #00000000, #00000000), url(../dayin/images/custom/experts.webp) no-repeat center center/ cover scroll;
    text-align: center;
}

    .experts .dash {
        margin: 20px auto;
    }

    .experts h2 {
        color: #fff;
        font-size: 36px;
        font-weight: 800;
        margin-bottom: 18px;
    }

    .experts p {
        color: #eee;
        font-size: 20px;
    }

    .experts a {
        display: inline-block;
        padding: 11px 22px;
        background: #ea6852;
        border-radius: 5px;
        color: #fff !important;
        font-weight: 700;
        letter-spacing: .15em;
        font-size: 13px;
        transition: all .3s;
        text-align: center;
        font-family: "Metropolis","Noto Sans TC";
        border-bottom: 2px solid #fff;
    }
        .experts a:hover {
            background: #e04830;
            border-bottom: 2px solid #e04830;
        }
