@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:200");

html,
body {
    height: auto;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

*,
:after,
:before {
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    display: block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
}

a {
    outline: none;
    hlbr: expression(this.onFocus=this.blur());
    cursor: pointer;
    transition: 0.2s;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

input {
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}

input,
textarea,
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    border: none;
    border-radius: 0;
    outline: none;
}

select::-ms-expand {
    display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

body {
    font-family: "Microsoft JhengHei", "Microsoft YaHei", "PingFang TC", "PingFang SC", "LiHei Pro", "Noto Sans TC", "Helvetica Neue", Helvetica, Arial, "新細明體", sans-serif;
    font-size: 16px;
    color: #000;
}

/* 當 lightbox 開啟時，禁止背景捲動 */
body.no-scroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
}

.is-hidden,
.coming-soon {
    display: none !important;
}

input,
textarea,
select {
    font-family: "Microsoft JhengHei", "Microsoft YaHei", "PingFang TC", "PingFang SC", "LiHei Pro", "Noto Sans TC", "Helvetica Neue", Helvetica, Arial, "新細明體", sans-serif;
    color: #555;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

.input-box-area {
    width: 100%;
    margin: 0 0 5px;
    text-align: left;
}

.input-box-area label {
    font-size: 86%;
    color: #f9b601;
    margin: 0 0 5px;
    display: inline-block;
}

.input-box-area p {
    color: #fff;
    line-height: 40px;
    display: block;
}

.input-box {
    position: relative;
}

.input-box label.error {
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    margin: 0;
    background: #e53b57;
    position: absolute;
    top: 50%;
    right: 3px;
    z-index: 2;
    transform: translateY(-50%);
}

.input-sty {
    font-size: 100%;
    color: #f9b601;
    width: 100%;
    line-height: 32px;
    padding: 0 10px;
    border: 1px solid #f9b601;
    background: #fff;
    box-sizing: border-box;
}

.input-sty::placeholder {
    color: rgba(249, 182, 1, 0.8);
}

.label-item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.label-item-wrap label.error {
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    margin: 0 0 0 10px;
    background: #e53b57;
}

.input-tit {
    font-size: 86%;
    color: #f9b601;
    margin: 0 0 5px;
    display: inline-block;
}

.label-item {
    cursor: pointer;
    padding: 5px;
    margin: 0 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.label-item span {
    font-size: 86%;
    margin: 0 0 0 5px;
}

.radio-box {
    width: 14px;
    height: 14px;
    padding: 2px 0 0 2px;
    border: 1px solid #009aff;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

input[type=radio]:checked+.radio-box::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #009aff;
    display: block;
}

input[type=radio] {
    opacity: 0;
}

.check-box {
    width: 13px;
    height: 13px;
    border: 2px solid #009aff;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

input[type=checkbox]:checked+.check-box::after {
    content: "\f00c";
    font-size: 15px;
    color: #009aff;
    transform: translateY(-1px);
    display: block;
}

.input-sel {
    font-size: 100%;
    color: #f9b601;
    width: 100%;
    line-height: 32px;
    padding: 0 10px;
    border: 1px solid #f9b601;
    background: #fff;
    box-sizing: border-box;
}

.switch {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    height: 30px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch input:checked+.slider {
    background: #329a04;
}

.switch input:checked+.slider:after {
    content: "on";
    right: 35px;
}

.switch input:focus+.slider {
    box-shadow: 0 0 5px #111111;
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999999;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    border-radius: 50px;
    padding: 3px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    background: #ffffff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    border-radius: 30px;
    left: 3px;
    bottom: 3px;
}

.slider:after {
    position: absolute;
    content: "off";
    color: #ffffff;
    line-height: 25px;
    padding: 0 0 0 5px;
    right: 15px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px rgb(51, 51, 51) inset;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
}

.pasw {
    -webkit-text-security: disc;
}

.btn-area {
    text-align: center;
    margin: 15px 0 0;
}

.btn {
    font-size: 125%;
    color: #fff;
    font-weight: 500;
    width: 100px;
    padding: 5px 10px;
    background: #f9b601;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: 0.2s;
}

.btn:hover {
    opacity: 0.9;
}

.submit-btn {
    position: relative;
}

.submit-btn input {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.sub-filter-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.sub-filter-btn input {
    position: absolute;
}

.sub-filter-btn label {
    color: #d89f1f;
    border-radius: 10px;
    padding: 3px 10px;
    display: block;
    cursor: pointer;
    transition: 0.2s;
}

.sub-filter-btn label:hover {
    color: #fff;
}

.sub-filter-btn input[type=radio]:checked+label {
    color: #fff;
    background: #d89f1f;
}

.check-box2 {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border: 2px solid #d1c0a5;
    border-radius: 2px;
    transition: 0.2s;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

input[type=checkbox]:checked+.check-box2::after {
    content: "\f00c";
    font-size: 15px;
    color: #d1c0a5;
    transition: 0.2s;
}

.check-box-c {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
}

input[type=checkbox]:checked+.check-box-c::after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background: url(../img/icon_c.png) no-repeat center center;
    background-size: contain;
    transition: 0.2s;
    position: absolute;
    top: -2px;
    left: -2px;
}

input[type=radio]:checked+.check-box-c::after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background: url(../img/icon_c.png) no-repeat center center;
    background-size: contain;
    transition: 0.2s;
    position: absolute;
    top: -2px;
    left: -2px;
}

.ex-inp-wrap {
    margin: 10px 20px;
    border: 1px solid #009aff;
    border-radius: 5px;
}

.ex-tit {
    font-size: 18px;
    color: #fff;
    padding: 5px;
    background: #009aff;
}

.ex-box {
    padding: 5px;
}

.ex-box p {
    margin: 5px 0;
}

.ex-box i {
    color: #009aff;
}

html,
body {
    height: 100%;
    overscroll-behavior: none;
}

body,
h1,
html {
    font-family: "Microsoft JhengHei", "Microsoft YaHei", "PingFang TC", "PingFang SC", "LiHei Pro", "Noto Sans TC", "Helvetica Neue", Helvetica, Arial, "新細明體", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
}

header {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
}

.bg-gradient-header {
    height: 0.25rem;
    background-image: linear-gradient(270deg, #0d759f, #9ac258);
}

.m-menu {
    display: none;
}

.nav-box {
    height: 64px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.nav-cont {
    width: 100%;
    padding: 0 24px 0 32px;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.1490196078);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-logo a {
    width: 132px;
    display: block;
}

.nav-logo a img {
    width: 100%;
}

.nav-logo span {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 0 0 0 16px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    margin: 0 0 0 16px;
}

nav {
    height: 100%;
    display: flex;
}

nav button {
    color: #000;
    font-weight: 400;
    font-style: normal;
    height: 65px;
    padding: 10px 0 5px;
    margin: 0 12px;
    font-size: 100%;
    border: none;
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    border-bottom: 4px solid transparent;
}

nav button:hover {
    border-bottom: 4px solid rgb(61, 145, 178);
}

nav button.act {
    border-bottom: 4px solid rgb(61, 145, 178);
}

nav button a {
    color: #000;
}

nav .btn-language,
nav .btn-yt,
nav .btn-fb {
    color: #0D759F;
    font-weight: 600;
    font-style: normal;
    width: 40px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 4px solid transparent;
    padding-top: 4px;
}

nav .btn-language:hover,
nav .btn-yt:hover,
nav .btn-fb:hover {
    border-bottom: 4px solid rgb(61, 145, 178);
}

nav .btn-language.act,
nav .btn-yt.act,
nav .btn-fb.act {
    border-bottom: 4px solid rgb(61, 145, 178);
}

.previousEvents {
    margin-left: 12px;
    margin-right: -24px;
}

.previousEvents span {
    display: block;
    width: 124px;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 0 40px 0 20px;
    background-color: #0D759F;
    background-image: url(../img/previousEvents_arrow.svg);
    background-size: 18px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.previousEvents.open span {
    background-image: url(../img/previousEvents_arrow2.svg);
}

.previousEvents .previousEvents-list {
    position: absolute;
    top: 65px;
    width: 124px;
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    z-index: 1;
    padding: 10px 0;
    display: none;
}

.previousEvents.open .previousEvents-list {
    display: block;
}

.previousEvents-list a {
    padding: 5px 10px;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .previousEvents {
        position: absolute;
        bottom: 100px;
        left: 25px;
        margin-left: 0;
        margin-right: 0;
    }

    .previousEvents span {
        display: block;
        width: auto;
        height: auto;
        line-height: 1.4;
        font-size: 16px;
        font-weight: 400;
        color: #222;
        padding: 0;
        background: none;
        cursor: pointer;
    }

    .previousEvents.open .previousEvents-list {
        display: flex;
    }

    .previousEvents-list a {
        white-space: nowrap;
        color: #fff;
        border-radius: 20px;
        background-color: #A1CC56;
    }

    .previousEvents .previousEvents-list {
        position: relative;
        top: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }
}



.lightbox {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 51;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.lightbox.on {
    visibility: visible;
    opacity: 1;
}

.lightbox-cont {
    width: 100%;
    max-width: 860px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: wrap;
}

.lightbox-cont iframe {
    width: 100%;
    height: 485px;
    display: block;
}

.btn-close {
    width: 40px;
    height: 40px;
    background: transparent;
    transition: 0.3s;
    cursor: pointer;
}

.btn-close img {
    width: 100%;
}

.btn-close:hover {
    background: #555;
}

.alert-message {
    background: #fff;
    border-radius: 20px;
    padding: 80px 80px 40px 80px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.alert-message p {
    font-size: 20px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 1em;
    font-weight: 500;
}

.alert-message p.desc {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    font-weight: 500;
}

.alert-close-btn {
    background: #0995C8;
    border: none;
    border-radius: 40px;
    padding: 14px 30px;
    min-width: 110px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.alert-close-btn:hover {
    background: #0D759F;
}

/* 颱風訊息公告樣式 */
.typhoon-alert {
    z-index: 9999;
}

.typhoon-message {
    position: relative;
    width: 80%;
    max-width: 800px;
    padding: 0;
    box-shadow: 0 10px 40px rgba(255, 107, 0, 0.3);
    /* background-image:
        url(../img/typhoon-alert_hd.png),
        url(../img/typhoon-alert_ft.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    background-size: 100% auto, 100% auto;
    background-color: #fff, #fff; */
}

.typhoon-message .btn-close {
    position: absolute;
    top: -40px;
    right: 0;
}

.typhoon-message .typhoon-img {
    width: 100%;
    height: auto;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.typhoon-message h3 {
    font-size: 50px;
    font-weight: 700;
    color: #16A6B5;
    margin: 0 0 20px;
    text-align: center;
}

.typhoon-message p {
    text-align: left;
    line-height: 1.8;
    font-size: 24px;
}

.typhoon-message p.desc {
    text-align: center;
    font-size: 15px;
    color: #16A6B5;
    margin-top: 15px;
    font-weight: 400;
}

.tournament-info {
    display: inline-block;
    margin-bottom: -40px;
    padding: 10px 30px;
    line-height: 32px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background-color: #008E98;
    border-radius: 40px;
}

.video-border {
    width: 860px;
    padding: 8px;
    background: #191919;
    margin: 0 0 50px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: wrap;
}

.alert-mesg-box {
    display: none;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .alert-mesg-box {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 52vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 5;
    }
}


.alert-mesg {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    width: 300px;
    padding: 12px 40px;
    border-radius: 30px;
    /* border: 1px solid #FFF; */
    border: 1px solid rgba(255, 255, 255, 0.42);
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 97.5%); */
    background: linear-gradient(90deg, #11C5D6 0%, rgba(17, 197, 214, 0.54) 97.5%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.alert-mesg img {
    margin: 0 10px 0 0;
}

.alert-mesg img.arrow2 {
    width: 18px;
    margin: 0 0 0 10px;
}

.alert-mesg a {
    color: #fff !important;
}

@media screen and (max-width: 767px) {
    .alert-mesg a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.deti-box {
    font-family: Arial;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    width: 300px;
    padding: 20px 40px;
    border-radius: 25px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: absolute;
    bottom: 66px;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.deti-box.on {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 767px) {
    .deti-box {
        left: 0;
        right: 0;
        margin: auto;
        width: 255px;
        font-size: 14px;
        padding: 12px 20px;
        /* bottom: 67vw !important; */
        z-index: 99;
    }
}


.tb-data {
    width: 52px;
}

.tb-round {
    width: 30px;
}

.deti-box2 {
    font-family: Arial;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    width: 320px;
    padding: 20px 20px;
    border-radius: 25px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: absolute;
    /* bottom: 56px;
    right: 0; */

    bottom: 106px;
    right: 20px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    letter-spacing: 0;
}

.deti-box2 table td {
    padding: 0 10px 0 0;
}

@media screen and (max-width: 1400px) {
    .deti-box2 {
        right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .deti-box2 {
        bottom: 96px;
        right: 15px;
    }
}


.deti-box2.on {
    opacity: 1;
    visibility: visible;
}

/* .btn-live-box {
    margin-top: 20px;
} */

.btn-live-box a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    width: 330px;
    padding: 12px 20px;
    border-radius: 30px;
    background-color: #E4007F;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-deti {
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 8px 8px 7px;
    margin: 0 0 0 10px;
    border-radius: 3px;
    border: 1px solid #FFF;
    cursor: pointer; */
}

.btn-click {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 8px 8px 7px;
    margin: 0 0 0 10px;
    border-radius: 3px;
    border: 1px solid #FFF;
    cursor: pointer;
}

.btn-deti2 {
    letter-spacing: 0;
    cursor: pointer;
}

.btn-deti2 img {
    display: inline-block;
    vertical-align: middle;
}


.fixed-button {
    position: fixed;
    top: 50%;
    right: -110px;
    z-index: 20;
    transform: translateY(-50%);
    display: block;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

/* .fixed-button.active {
    position: relative;
} */

.fixed-button.open {
    right: 5px;
    opacity: 1;
}

/* .fixed-button.open {
    display: block;
} */

.fixed-button a {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 9px 11px 9px;
    margin: 0 0 2px;
    display: block;
    border-radius: 6px;
    border: 1px solid rgba(226, 226, 226, 0.2);
    /* background: rgba(0, 0, 0, 0.7); */
    background: rgba(19, 128, 172, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: 0.3s;
}

.fixed-button a:hover {
    background: rgba(0, 108, 147, 0.8);
    border: 1px solid rgba(226, 226, 226, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.fixed-button a.btn-live {
    background: rgba(206, 23, 137, 1);
}

.fixed-button a.btn-green2 {
    background: rgba(71, 195, 137, 1);
}

.fixed-button a.disabled {
    background: rgba(113, 113, 113, 1);
}

.fixed-button a em {
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

.fixed-button img {
    margin: 0 auto 6px;
    transition: 0.3s;
}

@media screen and (max-width: 676px) {
    .fixed-button a em {
        font-size: 11px !important;
        top: 30px;
    }
}

.wrap {
    height: 100%;
    padding: 0 0 0;
    /* overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: none; */
}

.main-box {
    width: 100%;
    height: 100%;
    padding: 25px 0 0;
    /* background: linear-gradient(209deg, #A5CC62 1.55%, #12A4E8 30.32%, #056091 53.08%, #004E86 87.44%); */
    /* 背景色 2025.09.09 新增 */
    background-color: #02A2B2;
    position: relative;
    overflow: hidden;
}

.info-cont {
    width: 1314px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.info-box {
    position: relative;
    z-index: 3;
    margin-top: 20px;
}

.logo-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logo-box img {
    margin: 0 15px 0 0;
}

.info-txt {
    color: #fff;
    font-size: 28px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 20px;
    font-family: "Poppins";
}

.info-txt span {
    font-weight: 600;
    font-size: 36px;
    font-weight: 600;
    margin: 0 18px 0 0;
}

.info-txt p {
    margin: 4px 0 0;
}

.info-txt img {
    margin: 2px 5px 0 0;
}

.info-txt a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 9px 16px;
    margin: 0 0 0 18px;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    /* 交通資訊 2025.09.09 新增 */
    color: #333;
    background: #fff;
}

.info-txt a:hover {
    color: #333;
    background: #fff;
}

.info-txt a:hover svg {
    filter: invert(100%) sepia(94%) saturate(49%) hue-rotate(250deg) brightness(119%) contrast(100%);
}

.info-txt a svg {
    margin: 0 0 0 8px;
    transition: 0.3s;
    /* 交通資訊 2025.09.09 新增 */
    filter: invert(100%) sepia(94%) saturate(49%) hue-rotate(250deg) brightness(119%) contrast(100%);
}

.slogan-box {
    font-family: "Poppins";
    font-weight: 600;
    color: #fff;
    font-size: 96px;
    line-height: 1;
    margin: 0 0 38px;
}

.slogan-ch {
    font-size: 85px;
    font-weight: 700;
    margin: 20px 0 30px;
    display: block;
}

.slogan-note {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 7.2px;
    line-height: 1;
}


.slogan-note .alert-mesg-item {
    position: relative;
}

.slogan-note .alert-mesg {
    width: 320px;
    display: inline-flex;
    letter-spacing: 0px;
    padding: 12px 30px 12px 30px;
    background: linear-gradient(90deg, #11C5D6 0%, rgba(17, 197, 214, 0.54) 97.5%);
}

@media screen and (max-width: 1200px) {
    /* .slogan-note .alert-mesg {
        width: 300px;
    } */
}

@media screen and (max-width: 1023px) {
    .slogan-note .alert-mesg {
        width: 300px;
        display: block;
        margin-top: 20px;
    }

    .deti-box2 {
        right: auto;
        left: 0;
        width: 300px;
    }
}

/* @media screen and (max-width: 767px) {
    .slogan-note .alert-mesg {
        display: none;
    }
} */



.logoW {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -280px 0 0 560px;
    z-index: 2;
}

.people-box {
    position: absolute;
    right: 120px;
    bottom: 120px;
    z-index: 2;
}

.people-box img {
    width: 100%;
    max-width: 400px;
}

.bg-ball {
    width: 940px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    /* 背景球 2025.09.09 新增 */
    display: none;
}

.bg-ball img {
    width: 100%;
}

.bgAnimation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bgAnimation video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bgAnimation video.desktop {
    display: block;
}

.bgAnimation video.mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .bgAnimation video.desktop {
        display: none;
    }

    .bgAnimation video.mobile {
        display: block;
    }
}


.bgAnimation1 {
    position: absolute;
    top: 10%;
    left: 0;
    width: 75%;
    height: 100%;
    background-image: url(../img/bg_l.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    animation: moveBgAnimation1 6s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    opacity: 0.7;
}

.bgAnimation2 {
    position: absolute;
    top: 20%;
    left: 56%;
    width: 40%;
    height: 80%;
    background-image: url(../img/bg_s.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    animation: moveBgAnimation2 6s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    opacity: 0.7;
}

@keyframes moveBgAnimation1 {
    0% {
        transform: translate(-100%, 55.5%);
    }

    50% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(150%, -100%);
    }
}

@keyframes moveBgAnimation2 {
    0% {
        transform: translate(100%, -55.5%);
    }

    50% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-200%, 125%);
    }
}

.countdown-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    border: 3px #A5CC62 solid;
    border-bottom: none;
    background: linear-gradient(90deg, rgba(189, 255, 67, 0.3876) 0%, rgba(13, 117, 159, 0.3496) 100%);
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-height: 150px;
    border-radius: 30px 30px 0 0;
    /* 加入過渡動畫 */
    opacity: 1;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    transform: translateY(0);
}

/* 倒數結束時自動隱藏 */
.countdown-box.countdown-ended {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    /* 完全移除顯示，避免佔用空間 */
    display: none !important;
}

.countdown-time {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding-left: 20px;
    padding-top: 25px;
}

.countdown-time span {
    position: absolute;
    top: 25px;
    left: 50px;
    font-size: 15px;
    font-weight: 500;
    /* margin-top: -20px;
    margin-right: -40px; */
}

.countdown-time b {
    display: inline-block;
    width: 65px;
    height: 65px;
    font-size: 50px;
    color: #D3FF85;
    text-align: right;
    font-family: "Poppins";
    font-weight: 600;
}

.countdown-text {
    position: relative;
    width: 46%;
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    justify-content: flex-start;
    padding-left: 40px;
    padding-right: 40px;
}

.countdown-text::before {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0;
    width: 1px;
    background: #FFFFFF;
    content: '';
}

.countdown-msg h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.countdown-msg p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.main-box.endEvent .countdown-box .countdown-time {
    width: 100%;
    justify-content: center;
    gap: 40px;
}

.main-box.endEvent .countdown-box .countdown-text {
    display: none;
}

.main-box.endEvent .countdown-box .countdown-time span {
    position: relative;
    top: -30px;
    left: 30px;
    margin-left: -60px;
}

@media screen and (max-width: 767px) {

    .main-box.endEvent .countdown-box {
        min-height: inherit;
        min-height: initial;
    }

    .main-box.endEvent .countdown-box .countdown-time {
        gap: 2vw;
        justify-content: space-around;
    }

    .main-box.endEvent .people-box {
        bottom: 0;
        width: 48vw;
    }
}

.countdown-btn {
    line-height: 1.2;
    padding: 14px 60px 14px 35px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    background-image: url(../img/countdown-btn_arrow.svg);
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-color: rgba(161, 204, 86, 1);
    border-radius: 40px;
    cursor: pointer;
}



.livePlay-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    border: 3px #A5CC62 solid;
    border-bottom: none;
    background: linear-gradient(90deg, rgba(189, 255, 67, 0.3876) 0%, rgba(13, 117, 159, 0.3496) 100%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 20px 60px;
    gap: 100px;
    border-radius: 30px 30px 0 0;
    /* 加入過渡動畫 */
    opacity: 1;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    transform: translateY(0);
}

.livePlay-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

.livePlay-cont .title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.livePlay-cont .title.en {
    font-family: "Poppins";
}

.livePlay-cont .time {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.livePlay-cont .text {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.livePlay-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 20px 20px;
    font-size: 22px;
    font-weight: 700;
    min-width: 300px;
    height: 90px;
    color: #fff;
    background: #E73DAC;
    border: 1px solid #FF55C3;
    box-shadow: 0px 0px 9px 0px #E73DAC;
    border-radius: 40px;
    cursor: pointer;
}

.livePlay-btn span {
    min-width: 4.2em;
    text-align: center;
}

.livePlay-btn.disabled a {
    /* font-size: 30px;
    font-family: "Poppins";
    font-weight: 600; */
    background: #717171;
    border: 1px solid #858585;
    box-shadow: 0px 0px 9px 0px #5D5D5D;

    /* pointer-events: none;
    cursor: not-allowed; */
}

.livePlay-btn.disabled span {
    font-size: 0;
}

.livePlay-btn.disabled span::before {
    font-size: 22px;
}

.livePlay-btn.zh.disabled span::before {
    content: "即將播出";
}

.livePlay-btn.en.disabled span::before {
    content: "Coming Soon";
}

.livePlay-btn a img {
    width: 100%;
    max-width: 50px;
    max-height: 70px;
}

@media screen and (max-width: 1400px) {
    .livePlay-box {
        padding: 2vw 5.5vw;
        gap: 8vw;
        border-radius: 3vw 3vw 0 0;
    }

    .livePlay-cont .title {
        font-size: 2.15vw;
    }

    .livePlay-cont .time {
        font-size: 2.15vw;
    }

    .livePlay-cont .text {
        font-size: 1.1vw;
    }

    .livePlay-btn a {
        gap: 1vw;
        padding: 1vw 2vw;
        font-size: 1.6vw;
        min-width: 22vw;
        height: 6.5vw;
        border-radius: 4vw;
    }

    /* .livePlay-btn.disabled a {
        font-size: 1.5vw;
    } */

    .livePlay-btn.disabled span::before {
        font-size: 1.6vw;

    }

    .livePlay-btn a img {
        max-width: 3.5vw;
        max-height: 5vw;
    }

}

@media screen and (max-width: 767px) {
    .livePlay-box {
        padding: 3vw 5vw 5vw 5vw;
        gap: 3vw;
        border-radius: 3vw 3vw 0 0;
    }

    .livePlay-cont {
        width: 100%;
        flex-direction: column;
    }

    .livePlay-cont .title {
        font-size: 6vw;
    }

    .livePlay-cont .time {
        font-size: 6vw;
    }

    .livePlay-cont .text {
        font-size: 2.5vw;
    }

    .livePlay-btn a {
        width: 42vw;
        gap: 1vw;
        padding: 2vw 2vw;
        font-size: 3vw;
        height: 14vw;
        border-radius: 4vw;
        margin-top: 4vw;
        box-shadow: 0px 0px 2vw 0px #E73DAC;
    }

    .livePlay-btn.disabled a {
        font-size: 3vw;
        box-shadow: 0px 0px 2vw 0px #5D5D5D;
    }

    .livePlay-btn.disabled span::before {
        font-size: 3vw;
    }

    .livePlay-btn a img {
        max-width: 8vw;
        max-height: 9vw;
    }

    .livePlay-btn a img.iconPlay {
        max-width: 6vw;
        max-height: 8vw;
    }
}





.match-box {
    background: #16BBCC;
    padding: 80px 0 80px 0;
    overflow: hidden;
    position: relative;
}

.match-cont {
    width: 96%;
    max-width: 1312px;
    margin: 0 auto;
}

.match-box h2 {
    margin: 0 0 44px;
}

.match-box h2 span {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    /* background: linear-gradient(262deg, #A5CC62 0.29%, #367FC2 82.63%); */
    /* 2025.09.09 新增 */
    background-color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.match-list {
    display: flex;
    /* justify-content: space-around; */
    justify-content: center;
    align-items: flex-start;
    padding: 30px 30px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    gap: 20px;
}

.match-list .match-item {
    width: 25%;
    cursor: pointer;
}

.match-list .match-item .match-item-img {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    border-radius: 18px;
    overflow: hidden;
}

.match-list .match-item .match-item-img .hover-sty {
    border-radius: 18px;
}

.match-list .match-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* transform: translateX(-10%); */
}

.match-list .match-item-desc {
    /* font-size: 1.8vw; */
    /* font-size: 28px; */
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.match-list .match-item-desc b {
    color: #E4007F;
}

/* .video-list-box li:hover {
    border: 3px solid #A1CC56;
} */



.yt-list-slider {
    width: 1312px;
    padding: 22px 0 24px 28px;
    border-radius: 10px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
}

.yt-list-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    overflow: hidden;
}




.video-box-empty {
    width: 100%;
    height: 100%;
}

.video-box {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.introd-box {
    width: 100%;
    background: #fff;
    padding: 90px 0 180px 100px;
    overflow: hidden;
    position: relative;
}

.introd-box h2 {
    margin: 0 0 44px;
}

.introd-box h2 span {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    /* background: linear-gradient(262deg, #A5CC62 0.29%, #367FC2 82.63%); */
    /* 2025.09.09 新增 */
    background-color: #16A6B5;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.introd-box p {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
    line-height: 2;
    width: 660px;
    margin: 0 0 40px;
}

.introd-box p span {
    display: block;
}

.btn-intro {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    width: 194px;
    padding: 18px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #16A6B5;
    cursor: pointer;
    transition: 0.3s;
}

.btn-intro:hover {
    background: #0D759F;
}

.btn-intro img {
    margin: 0 0 0 30px;
}

.introd-cont {
    width: 1314px;
    margin: 0 auto;
}

.intro-img {
    max-width: 700px;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.intro-img img {
    width: 100%;
}

.marquee-box {
    /* color: rgba(161, 204, 86, 0.3); */
    color: rgba(22, 166, 181, 0.3);
    font-size: 96px;
    font-weight: 600;
    white-space: nowrap;
    position: absolute;
    bottom: 28px;
    left: 0;
    z-index: 2;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    display: flex;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 10s linear infinite;
}

.marquee-content2 {
    display: inline-block;
    white-space: nowrap;
    animation: marquee2 10s linear infinite;
}

.marquee-content3 {
    display: inline-block;
    white-space: nowrap;
    animation: marquee2 10s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee3 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.schedule-box {
    width: 100%;
    height: auto;
    padding: 107px 0;
    /* background: var(--Linear, linear-gradient(254deg, #A5CC62 4.98%, #12A4E8 51.18%, #056091 85.06%, #004E86 110.35%)); */
    background-image: url(../img/schedule-box_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.schedule-box h2 {
    text-align: center;
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    width: 100%;
    margin: 0 0 45px;
    position: relative;
    z-index: 2;
}

.daily-schedule {
    width: 640px;
    padding: 30px 40px 80px 40px;
    margin: 0 auto;
    border-radius: 30px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.daily-schedule li {
    padding: 15px 0 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.daily-schedule li.active {
    position: relative;
}

.daily-schedule li.active:after {
    content: '';
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -60px;
    right: -60px;
    height: calc(100% + 10px);
    background: #A1CC56;
    border-radius: 20px;
    border: 6px solid rgba(157, 232, 25, 1);
    box-shadow: 0px 6px 39.4px 0px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.daily-schedule li.active>div {
    position: relative;
    z-index: 3;
}









.scheduleDetail {
    width: 100%;
    height: auto;
    padding: 100px 0 0 0;
    background: linear-gradient(180deg, #C6ECF5 0%, #FFF 36.24%);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.scheduleDetail footer {
    width: 100%;
}

.scheduleDetail-wrap {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;

}

.scheduleDetail-wrap h2 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    background-color: #16A6B5;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.scheduleDetail-cont {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding-top: 75px;
    padding-bottom: 150px;
}

.scheduleDetail-item-group {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}

.scheduleDetail-group+.scheduleDetail-group {
    margin-top: 50px;
}

.scheduleDetail-group h3 {
    font-size: 45px;
    font-weight: 500;
}

.scheduleDetail-group>p {
    font-size: 17px;
    font-weight: 500;
}

.scheduleDetail-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /* flex-wrap: wrap; */
    width: calc(50% - 10px);
    padding: 20px 0;
    border-bottom: 1px solid #666;
}

.scheduleDetail-item.max {
    width: 100%;
}

.scheduleDetail-item .national-channel {
    width: 230px;
    min-width: 230px;
    /* padding-top: 1em; */
    padding-right: 1em;
    /* background-color: #f0f; */
}

/* .scheduleDetail-item.special1 .national-channel {
    width: 160px;
    min-width: 160px;
} */

.scheduleDetail-item .national-channel .national {
    font-size: 15px;
    font-weight: 900;
}

.scheduleDetail-item .national-channel .channel {
    font-size: 15px;
    font-weight: 700;
    color: #16A6B5;
    font-family: "Poppins";
}

.scheduleDetail-item.special1 .detail-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.scheduleDetail-item table {
    /* width: calc(100% - 140px); */
    width: 220px;
    /* background-color: #0ff; */
}

/* .scheduleDetail-item.special1 table {
    width: auto;
} */

.scheduleDetail-item table th {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding: 0 10px 0 0;
}

.scheduleDetail-item table td {
    font-size: 14px;
    /* width: 170px; */
    padding: 0 10px 0 0;
    font-family: "Poppins";
}

.scheduleDetail-item table td a {
    color: #16A6B5;
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    .scheduleDetail-item {
        width: 100%;
    }

    .scheduleDetail-wrap h2 {
        font-size: 54px;
    }

    .scheduleDetail-group h3 {
        font-size: 36px;
    }

}

@media screen and (max-width: 767px) {
    .scheduleDetail-item .national-channel {
        /* width: 100%; */
        padding-top: 0;
        padding-bottom: 20px;
        width: 170px;
        min-width: 170px;
    }

    .scheduleDetail-cont {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .scheduleDetail-wrap h2 {
        font-size: 40px;
    }

    .scheduleDetail-group h3 {
        font-size: 28px;
    }

    .scheduleDetail-item.special1 .detail-group {
        flex-direction: column;
    }

    .scheduleDetail-item.special1 table+table {
        margin-top: 20px;
    }

    .scheduleDetail-item table {
        width: 210px;
    }

    /* .scheduleDetail-item.special1 .national-channel {
        width: 200px;
        min-width: 200px;
    } */
}










.btn-green {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    width: 314px;
    margin: 0 auto;
    padding: 24px 0;
    border-radius: 40px;
    background: #A1CC56;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -40px;
    z-index: 2;
    transform: translateX(-50%);
}

.btn-green svg {
    margin: 0 0 0 30px;
}

.btn-green:hover {
    background: #7B9B46;
}

.d-1 {
    font-size: 40px;
    font-weight: 600;
    width: 100px;
    margin-right: 10px;
}

.d-2 {
    font-size: 24px;
    font-weight: 700;
    width: 120px;
}

.d-3 {
    font-size: 24px;
    font-weight: 700;
    width: 300px;
}

.daily-people {
    width: 560px;
    position: absolute;
    right: 108px;
    bottom: 0;
    z-index: 1;
}

.daily-people img {
    width: 100%;
}

.m-player-slide {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.player-box {
    padding: 80px 0;
    background: #fff;
}

.player-cont {
    width: 1310px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.player-cont h2 {
    width: 100%;
    margin: 0 0 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.player-cont h2 span {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    /* background: linear-gradient(262deg, #A5CC62 0.29%, #367FC2 82.63%); */
    /* 2025.09.09 新增 */
    background-color: #16A6B5;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-all-players {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 18px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #0995C8;
    transition: 0.3s;
}

.btn-all-players svg {
    margin: 0 0 0 30px;
}

.btn-all-players:hover {
    background: #0D759F;
}

.player-list {
    width: 642px;
}

.player-list ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.player-list li {
    width: 48%;
    margin: 0 0 24px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 0 0 5px;
    display: block;
    transition: 0.3s;
}

.player-list a {
    color: #000;
}

.player-list a:hover .hover-a {
    opacity: 1;
    visibility: visible;
}

.player-list .hover-a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.player-list .hover-a>img {
    width: auto;
    margin: 0 0 0 5px;
}

.player-list.player-green .player-group-name {
    background: #A1CC56;
}

.player-list.player-green .country {
    background: #A1CC56;
}

.player-photo {
    width: 100%;
    border-radius: 20px 20px 20px 12px;
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
}

.player-photo img {
    width: 100%;
    mask-image: url(../img/country_bg.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
}

.country {
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 40px;
    width: 90px;
    height: 40px;
    background: #3493C9;
    border-radius: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}

/* 
.countrybg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 436px;
    background-image: url(../img/country_bg.svg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
} */

.videoUnit {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow-x: hidden;

    background-image: url(../img/videoUnit_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.videoUnit iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.videoUnit .eventSwiper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 3;
    width: 1300px;
    margin: 0 auto;
    transform: translateY(-50%);
}

.videoUnit .eventSwiper .eventList {
    margin-bottom: 35px;
}

.videoUnit .eventSwiper h3 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.videoUnit .eventSwiper>p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.videoUnit .eventSwiper>p span {
    display: block;
    line-height: 1.5;
}

.videoUnit .eventSwiper .swiper-slide {
    max-width: 500px;
    border-radius: 20px;
    padding: 4px;
    background: linear-gradient(231.15deg,
            rgba(255, 255, 255, 0.61) 6.22%,
            #39BC53 91.67%);
}

.videoUnit .eventSwiper .swiper-slide .eventList-item {
    padding: 40px 50px;
    /* height: 320px; */
    height: 260px;
    background: linear-gradient(to bottom, rgba(240, 249, 255, 1) 0%, rgba(231, 255, 253, 1) 100%);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: flex-start;
}

.eventList-item .eventList-item-hd {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 30px;
    height: 80px;
    min-height: 80px;
}

.eventList-item .eventList-item-hd img {
    max-width: 90px;
    max-height: 90px;
    margin-right: 20px;
}

.videoUnit .eventSwiper .swiper-slide h4 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.videoUnit .eventSwiper .swiper-slide h5 {
    font-size: 22px;
    font-weight: 500;
}

.videoUnit .eventSwiper .swiper-slide p {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
}

.videoUnit .eventSwiper .swiper-slide p span {
    display: block;
}

.videoUnit .eventSwiper .swiper-slide .eventList-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    /* align-self: flex-end; */
    width: 150px;
    height: 50px;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
    /* color: #000; */
    color: #fff;
    padding: 9px 20px 5px 20px;
    /* margin-top: 10px; */
    border-radius: 30px;
    border: 1px #fff solid;
    /* background-color: #FFFFFF; */
    background-color: #16A6B5;
    text-align: center;
}

.eventSwiper .countdown-btn {
    display: inline-block;
}


@media screen and (max-width: 1200px) {
    .videoUnit {
        padding-bottom: 68%;
    }

    .videoUnit .eventSwiper {
        width: 980px;
    }

    .videoUnit .eventSwiper h3 {
        font-size: 36px;
    }

    .videoUnit .eventSwiper .swiper-slide .eventList-item {
        padding: 30px 30px;
        height: 240px;
    }

    .eventList-item .eventList-item-hd img {
        max-width: 65px;
        max-height: 65px;
        margin-right: 10px;
    }

    .videoUnit .eventSwiper .swiper-slide h4 {
        font-size: 30px;
        font-weight: 700;
        line-height: 1;
    }

    .videoUnit .eventSwiper .swiper-slide h5 {
        font-size: 20px;
        font-weight: 500;
    }

    .videoUnit .eventSwiper .swiper-slide p {
        font-size: 18px;
        line-height: 1.6;
        font-weight: 400;
    }

    .videoUnit .eventSwiper .swiper-slide p span {
        display: inline;
    }

    .eventSwiper .countdown-btn {
        height: 60px;
        padding: 15px 70px 15px 40px;
        font-size: 24px;
        background-size: 28px auto;
        background-position: right 30px center;
        border-radius: 40px;
        cursor: pointer;
    }

    .videoUnit .eventSwiper .swiper-slide .eventList-btn {
        top: 35px;
        right: 30px;
        width: 120px;
        height: 40px;
        font-size: 15px;
        line-height: 1.8;
        padding: 6px 10px 5px 10px;
        border-radius: 30px;
        border: 1px #fff solid;
    }

}

@media screen and (max-width: 1023px) {
    .videoUnit {
        padding-bottom: 90%;
    }

    .videoUnit .eventSwiper {
        width: 700px;
    }
}

@media screen and (max-width: 767px) {
    .videoUnit .eventSwiper {
        width: 90%;
    }

    .videoUnit {
        padding-bottom: 160%;
        background-size: auto 100%;
        background-attachment: scroll;
    }

    .videoUnit iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    .videoUnit .eventSwiper>p span {
        display: inline;
    }

    .eventList-item .eventList-item-hd {
        margin-bottom: 2vw;
    }

    .videoUnit .eventSwiper .swiper-slide .eventList-item {
        padding: 5vw 6vw;
        height: 48vw;
    }

    .eventList-item .eventList-item-hd img {
        max-width: 15vw;
        max-height: 15vw;
        margin-right: 4vw;
    }

    .videoUnit .eventSwiper .swiper-slide h4 {
        font-size: 6.5vw;
    }

    .videoUnit .eventSwiper .swiper-slide h5 {
        font-size: 4vw;
    }

    .videoUnit .eventSwiper .swiper-slide p {
        font-size: 4vw;
    }

    .videoUnit .eventSwiper .swiper-slide .eventList-btn {
        top: 3vw;
        right: 5vw;
        width: 31vw;
        height: 10vw;
        font-size: 4vw;
        padding: 1.1vw 6vw 1vw 6vw;
        margin-top: 2vw;
    }
}


.eventPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
    padding: 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.eventPopup .eventPopup-cont {
    width: 92%;
    max-width: 860px;
    /* height: 100%; */
    margin: 0 auto;
    padding: 4px;
    border-radius: 50px;
    background: linear-gradient(231.15deg,
            rgba(255, 255, 255, 0.61) 6.22%,
            #39BC53 91.67%);
}

.eventPopup .eventPopup-close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.eventPopup .eventPopup-close img {
    width: 100%;
}

.eventPopup .eventPopup-cont .eventPopup-wrap {
    border-radius: 50px;
    background-color: #fff;
    overflow: hidden;
}

.eventPopup-head {
    text-align: center;
    padding: 40px;
    background: linear-gradient(90deg, rgba(189, 255, 67, 0.89) 0%, #0D759F 100%);
    padding-bottom: 200px;
}

.eventPopup-head h2 {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.eventPopup-head p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.eventPopup-head p span {
    display: block;
}

.eventPopup-item-box {
    width: 90%;
    margin: -150px auto auto auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    gap: 20px;
}

.eventPopup-item-box.center {
    justify-content: center;
}

.eventPopup-item-box .eventPopup-item {
    width: 50%;
    border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 3px 18.4px 0px rgba(0, 0, 0, 0.31);
    padding-bottom: 30px;
}

.eventPopup-item-box .eventPopup-item .eventPopup-hd {
    background: linear-gradient(90deg,
            #02A2B2 1.44%,
            #02A2B2 23.08%,
            #02A2B2 82.21%,
            #02A2B2 100%);
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.eventPopup-item-box .eventPopup-item .eventPopup-by {
    padding: 20px;
    min-height: 220px;
}

.eventPopup-item-box .eventPopup-item.group .eventPopup-by {
    padding: 130px 20px 0 20px;
    background-image: url(../img/eventPopup_group.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}

.eventPopup-item-box .eventPopup-item.group .eventPopup-by p {
    text-align: center;
}

.eventPopup-item-box .eventPopup-item.individual .eventPopup-by {
    position: relative;

    padding: 55px 140px 0 0;
    background-image: url(../img/eventPopup_individual.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}

.eventPopup-item-box .eventPopup-item .eventPopup-by h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.eventPopup-item-box .eventPopup-item .eventPopup-by p {
    line-height: 1;
}

.eventPopup-item-box .eventPopup-item .eventPopup-by p span {
    font-size: 16px;
    font-weight: 400;
}

.eventPopup-item-box .eventPopup-item .eventPopup-by p span.small {
    font-size: 13px;
}

.eventPopup-item-box .eventPopup-item .eventPopup-by p.desc {
    position: absolute;
    right: 40px;
    top: 140px;
    width: 50%;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    text-align: right;
}

.eventPopup-item-box .eventPopup-item .countdown-btn {
    display: inline-block;
    margin: 0 auto;
    height: 70px;
    line-height: 1.2;
    padding: 15px 80px 15px 50px;
    font-size: 30px;
    color: #fff;
    background-size: 22px auto;
    background-position: right 30px center;
}

.eventPopup-body .eventPopup-note {
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
    background-color: #fff;
}

.eventPopup-body .eventPopup-note h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
}

.eventPopup-body .eventPopup-note ol {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
    list-style: decimal;
    margin-left: 1em;
}

.eventPopup-body .eventPopup-note ol li {
    margin-top: 5px;
}

.eventPopup-body .eventPopup-note p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
}

@media screen and (max-width: 1023px) {
    .eventPopup-head h2 {
        font-size: 50px;
    }

    .eventPopup-head p {
        font-size: 18px;
    }

    .eventPopup-item-box .eventPopup-item {
        padding-bottom: 20px;
    }

    .eventPopup-item-box .eventPopup-item .eventPopup-hd {
        font-size: 22px;
        height: 70px;
        line-height: 70px;
    }

    .eventPopup-item-box .eventPopup-item .eventPopup-by {
        min-height: 160px;
    }

    .eventPopup-item-box .eventPopup-item.group .eventPopup-by {
        padding: 100px 20px 0 20px
    }

    .eventPopup-item-box .eventPopup-item.individual .eventPopup-by {
        padding: 40px 120px 0 0;
    }

    .eventPopup-item-box .eventPopup-item .eventPopup-by h4 {
        font-size: 18px;
    }

    .eventPopup-item-box .eventPopup-item .eventPopup-by p span {
        font-size: 14px;
    }

    .eventPopup-item-box .eventPopup-item .eventPopup-by p span.small {
        font-size: 12px;
    }

    .eventPopup-item-box .eventPopup-item .eventPopup-by p.desc {
        top: 110px;
        width: 80%;
    }

    .eventPopup-item-box .eventPopup-item .countdown-btn {
        display: inline-block;
        margin: 0 auto;
        height: 50px;
        line-height: 1.2;
        padding: 12px 60px 12px 30px;
        font-size: 22px;
        color: #fff;
        background-size: 18px auto;
        background-position: right 30px center;
    }

    .eventPopup-body .eventPopup-note h3 {
        font-size: 18px;
    }

    .eventPopup-body .eventPopup-note ol,
    .eventPopup-body .eventPopup-note p {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {

    .eventPopup {
        padding: 4vw;
    }

    .eventPopup .eventPopup-cont {
        width: 92vw;
        border-radius: 30px;
    }

    .eventPopup .eventPopup-cont .eventPopup-wrap {
        border-radius: 30px;
    }

    .eventPopup .eventPopup-close {
        position: absolute;
        top: 10vw;
        right: 10vw;
        width: 5vw;
        height: 5vw;
        cursor: pointer;
    }

    .eventPopup-head {
        padding-bottom: 180px;
    }

    .eventPopup-head p span {
        display: inline;
    }

    .eventPopup-item-box {
        width: 95%;
        margin: -150px auto auto auto;
        flex-direction: column;
    }

    .eventPopup-item-box .eventPopup-item {
        width: 100%;
        border-radius: 30px;
        padding-bottom: 30px;
    }

    .eventPopup-head h2 {
        font-size: 12vw;
    }

    .eventPopup-head p {
        text-align: left;
        font-size: 5vw;
    }

    .eventPopup-item-box .eventPopup-item .eventPopup-by {
        min-height: 47vw;
    }

    .eventPopup-item-box .eventPopup-item.group .eventPopup-by {
        padding: 30vw 2vw 0 2vw
    }

    .eventPopup-item-box .eventPopup-item.individual .eventPopup-by {
        padding: 10vw 38vw 0 0;
    }

    .eventPopup-item-box .eventPopup-item .eventPopup-by h4 {
        font-size: 5.5vw;
        margin-bottom: 2.5vw;
    }

    .eventPopup-item-box .eventPopup-item .eventPopup-by p span {
        font-size: 4vw;
    }

    .eventPopup-item-box .eventPopup-item .eventPopup-by p.desc {
        top: 34vw;
        font-size: 3vw;
    }

    .eventPopup-item-box .eventPopup-item .countdown-btn {
        height: 12vw;
        padding: 4vw 13vw 4vw 8vw;
        font-size: 4vw;
        background-size: 4vw auto;
        background-position: right 7vw center;
    }

    .eventPopup-body .eventPopup-note h3 {
        font-size: 5vw;
    }

    .eventPopup-body .eventPopup-note ol,
    .eventPopup-body .eventPopup-note p {
        font-size: 4vw;
    }
}





.player-group-name {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    padding: 12px 50px;
    margin: 0 0 28px;
    border-radius: 16px;
    background: #3493C9;
}

.player-note {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}

.player-note img {
    margin: 0 10px 0 0;
}

.photo-box {
    width: 100%;
    /* background: linear-gradient(209deg, #A5CC62 1.55%, #12A4E8 30.32%, #056091 53.08%, #004E86 87.44%); */
    background-color: #16A6B5;
    background-image: url(../img/photo-box_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 85px 0 115px;
}

.photo-cont {
    width: 1310px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.m-photo {
    display: none !important;
}

.photo-img {
    text-align: center;
    width: 48.5%;
    padding-bottom: 30.5%;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.photo-img .photo-img-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    mask-image: url(../img/photo-img_bg.svg);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
}

.photo-img .photo-img-bg img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-img:hover .photo-img-bg img {
    transform: scale(1.1);
    transition: 0.3s;
}

.photo-img span {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 4.8px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.photo-img:hover .arrow {
    background: #0D759F;
}

.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.arrow {
    width: 90px;
    height: 90px;
    background: #A1CC56;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    transition: 0.3s;
}

.media-box {
    padding: 90px 0 50px;
    /* background: linear-gradient(254deg, #A5CC62 4.98%, #12A4E8 51.18%, #056091 85.06%, #004E86 110.35%); */
    background-color: #16A6B5;
}

.media-cont {
    width: 1314px;
    margin: 0 auto;
    text-align: center;
}

.media-cont h2 {
    color: #fff;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 45px;
}

.yt-box {
    margin: 0 auto;
    background: #000;
    border-radius: 20px;
    padding: 10px;
    margin: 0 0 25px;
    display: inline-block;
}

.yt-box iframe {
    width: 866px;
    height: 502px;
    border-radius: 14px;
    overflow: hidden;
    display: block;
}

.yt-desc {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
    width: 780px;
    margin: 0 auto 35px;
}

.video-control {
    width: 118px;
    margin: 0 auto 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-sty {
    width: 54px;
    height: 54px;
    border-radius: 100px;
    background: #28C6D7;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.btn-sty:hover {
    background: #007884;
}

.video-list-box {
    width: 1312px;
    padding: 22px 0 24px 28px;
    border-radius: 10px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.video-list-box li {
    width: 270px;
    height: 180px;
    border-radius: 18px;
    overflow: hidden;
    margin: 0 12px 0 0;
}

.video-list-box li:hover {
    border: 3px solid #A1CC56;
}

.video-list-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.yt-list-slider {
    width: 1312px;
    padding: 22px 0 24px 28px;
    border-radius: 10px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
}

.yt-list-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    overflow: hidden;
}

.yt-list .swiper-slide {
    cursor: pointer;
}

/* 
影片時間排程功能已移除（2024-10-15）
改為手動控制：在 HTML 中使用註解來隱藏/顯示影片
詳見：docs/手動控制影片顯示說明.md
*/

.yt-list .swiper-slide:hover .hover-sty {
    opacity: 1;
}

.match-item:hover .hover-sty {
    opacity: 1;
}

.hover-sty {
    width: 100%;
    height: 100%;
    border: 3px solid #18D5E8;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}

.hover-sty.on {
    opacity: 1;
}

.award-box {
    padding: 50px 0;
    background: #fff;
}

.award-cont {
    width: 876px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.award-img {
    width: 307px;
    position: relative;
}

.award-img img {
    width: 100%;
}

.award-bg {
    width: 420px;
    height: 360px;
    border-radius: 20px;
    background: linear-gradient(199deg, rgba(165, 204, 98, 0.4) 7.06%, #A5CC62 46.48%, #12A4E8 85.11%);
}

.award-txt-box {
    padding: 10px 0 0;
}

.award-txt-box span {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.5;
    /* background: linear-gradient(262deg, #A5CC62 0.29%, #367FC2 82.63%); */
    background-color: #16A6B5;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer {
    background: #fff;
    padding: 56px 0 70px;
}

.px {
    display: none;
}

.footer-cont {
    width: 1314px;
    margin: 0 auto;
}

.main-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-logo span {
    color: #71787C;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 0 15px 0 30px;
}

.main-logo img:nth-of-type(1) {
    height: 53px;
}

.main-logo img:nth-of-type(2) {
    height: 30px;
}

.main-logo img:nth-of-type(3) {
    height: 43px;
}

.main-logo img:nth-of-type(4) {
    height: 55px;
}

.bottom-logo-group {
    margin: 42px 0 0;
    padding: 42px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.logo-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 42px;
}

.logo-group p {
    color: #71787C;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 0 16px;
}

.logo-group img {
    margin: 0 25px 0 0;
}

.logo-group img:nth-of-type(1) {
    height: 40px;
}

.logo-group img:nth-of-type(2) {
    height: 31px;
}

.logo-group img:nth-of-type(3) {
    height: 27px;
}

.logo-group img:nth-of-type(4) {
    height: 36px;
}

.logo-group img:nth-of-type(5) {
    height: 36px;
}

.logo-group2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.logo-group2 p {
    color: #71787C;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 0 16px;
}

.logo-group2 img {
    margin: 0 25px 24px 0;
}

.logo-group2 img:nth-of-type(1) {
    height: 21px;
}

.logo-group2 img:nth-of-type(2) {
    height: 24px;
}

.logo-group2 img:nth-of-type(3) {
    height: 22px;
}

.logo-group2 img:nth-of-type(4) {
    height: 33px;
}

.logo-group2 img:nth-of-type(5) {
    height: 29px;
}

.logo-group2 img:nth-of-type(6) {
    height: 44px;
}

.logo-group2 img:nth-of-type(7) {
    height: 37px;
}

.logo-group2 img:nth-of-type(8) {
    height: 23px;
}

.logo-group2 img:nth-of-type(9) {
    height: 21px;
}

.logo-group2 img:nth-of-type(10) {
    height: 34px;
}

.logo-group2 img:nth-of-type(11) {
    height: 45px;
}

.logo-group2 img:nth-of-type(12) {
    height: 53px;
}

.logo-group2 img:nth-of-type(13) {
    height: 17px;
}

.logo-group2 img:nth-of-type(14) {
    height: 24px;
}

.test {
    padding: 0 0;
}

.guide-box {
    overflow-y: auto;
    height: 100%;
}

.guide-linear {
    background: linear-gradient(180deg, #C6ECF5 0%, #FFF 36.24%);
}

.guide-cont {
    width: 1314px;
    padding: 113px 0 122px;
    margin: 0 auto;
}

.guide-cont h2 {
    margin: 0 0 45px;
}

.guide-cont h2 span {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    /* background: linear-gradient(262deg, #A5CC62 0.29%, #367FC2 82.63%); */
    background-color: #16A6B5;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.guide-info {
    position: relative;
    padding: 84px 0 200px;
    margin: 0 auto;
    /* background: linear-gradient(209deg, #A5CC62 1.55%, #12A4E8 30.32%, #056091 53.08%, #004E86 87.44%); */
    background-color: #16A6B5;
    overflow: hidden;
}

.guide-info .bgStatic1 {
    position: absolute;
    top: -2%;
    right: -10%;
    width: 75%;
    height: 25%;
    background-image: url(../img/bg_l.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: 1;
}

.guide-info .bgStatic2 {
    position: absolute;
    top: 20%;
    left: -10%;
    width: 62%;
    height: 20%;
    background-image: url(../img/bg_s.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.guide-info h2 {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    width: 100%;
    margin: 0 0 45px;
}

.guide-img {
    position: relative;
    z-index: 2;
    width: 1314px;
    margin: 0 auto;
}

.guide-img img {
    width: 100%;
}

.m-map-box {
    display: none;
}

.map-box {
    width: 1314px;
}

.map-box img {
    width: 100%;
}

.queen-linear-box {
    /* background: linear-gradient(209deg, #A5CC62 1.55%, #12A4E8 30.32%, #056091 53.08%, #004E86 87.44%); */
    background-color: #16A6B5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.queen-linear-box .bgStatic1 {
    position: absolute;
    top: 5%;
    right: -15%;
    width: 150%;
    height: 100%;
    background-image: url(../img/bg_l.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .queen-linear-box .bgStatic1 {}
}

/* .queen-linear-box .bgStatic2 {
    position: absolute;
    top: 30%;
    left: -10%;
    width: 62%;
    height: 60%;
    background-image: url(../img/bg_s.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
} */


.queens-box {
    width: 100%;
    padding: 115px 0 80px;
    position: relative;
}

.queens-cont {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.queens-cont br {
    display: none;
}

.queens-cont h2 {
    color: #fff;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 36px;
}

.queens-list {
    width: 100%;
}

.queens-list li {
    padding: 20px 20px 20px 160px;
    background: #fff;
    border-radius: 30px;
    width: 100%;
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.year {
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    padding: 7px 22px;
    line-height: 1;
    border-radius: 0px 30px 30px 0px;
    /* background: linear-gradient(83deg, #A5CC62 10.21%, #12A4E8 94.92%); */
    background: linear-gradient(180deg, #16A6B5 0%, rgba(22, 166, 181, 0.66) 100%);
    /* background-color: #16A6B5; */
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 2;
}

.queen-info {
    width: 370px;
    position: relative;
}

.queen-country {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.98px;
    border-radius: 8px;
    background: #A1CC56;
    padding: 6px 6px 4px 7px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: -87px;
    top: 10px;
    z-index: 1;
    min-width: 70px;
}

.queen-country img {
    width: 100%;
}

.queen-name {
    color: #000;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 3.6px;
}

.queen-en-name {
    color: #BBB;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 20px;
}

.range-date {
    color: #A1CC56;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
}

.location {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin: 5px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.location img {
    margin: 0 5px 0 0;
}

.queen-photo {
    width: 530px;
    border-radius: 30px;
    overflow: hidden;
}

.queen-photo img {
    width: 100%;
}

.page-bg-ball {
    width: 784px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.page-bg-ball img {
    width: 100%;
}

.m-img {
    display: none;
}

@media screen and (max-width: 1400px) {
    .info-cont {
        width: 96%;
    }

    .info-txt {
        font-size: 26px;
    }

    .info-txt span {
        font-size: 34px;
    }

    .slogan-box {
        font-size: 86px;
    }

    .slogan-ch {
        font-size: 76px;
    }

    .slogan-note {
        font-size: 32px;
    }

    .introd-box {
        padding: 90px 2% 180px;
    }

    .introd-cont {
        width: auto;
    }

    /* .intro-img {
        width: 400px;
        right: 70px;
    } */

    .daily-people {
        width: 500px;
        right: 0;
    }

    .player-cont {
        width: 96%;
    }

    .player-list {
        width: 48%;
    }

    .photo-cont {
        width: 96%;
    }

    .photo-img span {
        font-size: 40px;
    }

    .media-cont {
        width: 96%;
    }

    .yt-list-slider {
        width: 96%;
    }

    .award-cont {
        width: 90%;
    }

    .award-img {
        width: 35%;
    }

    .award-bg {
        width: 100%;
    }

    .award-txt-box {
        width: 55%;
    }

    .guide-cont {
        width: 96%;
    }

    .map-box {
        width: 100%;
    }

    .guide-info {
        padding: 64px 2% 120px;
    }

    .guide-img {
        width: 100%;
    }

    .footer-cont {
        width: 96%;
    }
}

@media screen and (max-width: 1200px) {
    .info-txt {
        font-size: 24px;
    }

    .info-txt span {
        font-size: 32px;
    }

    .slogan-box {
        font-size: 84px;
        margin: 0 0 28px;
    }

    .slogan-ch {
        font-size: 74px;
    }

    .slogan-note {
        font-size: 26px;
    }

    .alert-mesg {
        font-size: 16px;
        padding: 10px 20px;
        width: 300px;
    }

    .alert-mesg img {
        width: 34px;
    }

    .btn-live-box a {
        width: 300px;
    }

    .deti-box {
        font-size: 16px;
        width: 260px;
        padding: 10px 20px;
        bottom: 65px;
    }

    .people-box {
        right: 0;
    }

    .introd-box h2 span {
        font-size: 54px;
    }

    .introd-box p {
        font-size: 18px;
        width: 53%;
    }

    .btn-intro {
        font-size: 18px;
        padding: 14px 0;
        width: 180px;
    }

    .intro-img {
        max-width: 500px;
        top: 100px;
    }

    .schedule-box h2 {
        font-size: 54px;
    }

    .daily-people {
        width: 460px;
    }

    .daily-schedule {
        width: 600px;
    }

    .d-1 {
        font-size: 36px;
        line-height: 1.3;
        margin-right: 0;
    }

    .d-2 {
        width: 90px;
    }

    .d-3 {
        font-size: 22px;
        width: 290px;
    }

    .match-list .match-item-desc {
        font-size: 16px;
    }

    .btn-green {
        font-size: 28px;
        width: 290px;
        padding: 20px 0;
        bottom: -35px;
    }

    .player-cont h2 {
        margin: 0 0 60px;
    }

    .player-cont h2 span {
        font-size: 54px;
    }

    .btn-all-players {
        font-size: 18px;
        padding: 15px 30px;
    }

    .player-group-name {
        padding: 12px 20px;
    }

    .country {
        font-size: 18px;
        line-height: 30px;
        width: 66px;
        height: 30px;
        border-radius: 10px;
    }

    .player-group-name {
        font-size: 22px;
    }

    .player-list li {
        font-size: 16px;
    }

    .player-photo {
        margin: 0 0 10px;
    }

    .photo-img span {
        font-size: 36px;
    }

    .arrow {
        width: 65px;
        height: 65px;
    }

    .media-cont h2 {
        font-size: 54px;
    }

    .award-img {
        width: 32%;
    }

    .award-txt-box {
        width: 65%;
    }

    .award-txt-box span {
        font-size: 54px;
    }

    .guide-cont h2 {
        margin: 0 0 35px;
    }

    .guide-cont h2 span {
        font-size: 54px;
    }

    .guide-info h2 {
        font-size: 54px;
        margin: 0 0 35px;
    }

    .queens-cont {
        width: 100%;
    }

    .queens-cont h2 {
        font-size: 54px;
        margin: 0 0 35px;
    }

    .queens-list {
        width: 96%;
        margin: 0 auto;
    }

    .queen-name {
        font-size: 3.515vw;
    }

    .countdown-box {
        min-height: 120px;
        border-radius: 30px 30px 0 0;
    }

    .countdown-time {
        font-size: 22px;
        padding-top: 30px;
    }

    .countdown-time span {
        top: 20px;
        left: 45px;
        font-size: 14px;
    }

    .countdown-time b {
        width: 50px;
        font-size: 36px;
    }

    .countdown-text {
        width: 48%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .countdown-msg h3 {
        font-size: 24px;
    }

    .countdown-msg p {
        font-size: 13px;
    }

    /* .countdown-btn {
        padding-right: 30px;
        font-size: 32px;
        background-size: 22px auto;
    } */

    .match-list .match-item .match-item-img {
        height: 140px;
    }

    .bgAnimation1 {
        animation: moveBgAnimation1-1 6s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    }

    .bgAnimation2 {
        left: 57.5%;
        animation: moveBgAnimation2-1 6s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    }

    @keyframes moveBgAnimation1-1 {
        0% {
            transform: translate(-100%, 55.5%);
        }

        50% {
            transform: translate(0, 0);
        }

        100% {
            transform: translate(150%, -100%);
        }
    }

    @keyframes moveBgAnimation2-1 {
        0% {
            transform: translate(100%, -55.5%);
        }

        50% {
            transform: translate(0, 0);
        }

        100% {
            transform: translate(-200%, 45%);
        }
    }
}

@media screen and (max-width: 1023px) {
    nav {
        display: block;
        width: 100%;
        height: calc(100% - 60px);
        padding: 30px 25px;
        position: fixed;
        background: #fff;
        top: 65px;
        left: 100%;
        transition: 0.5s;
        opacity: 0;
    }

    nav.on {
        left: 0;
        opacity: 1;
    }

    nav button {
        font-size: 24px;
        display: block;
        padding: 0;
        height: auto;
        margin: 0 0 26px;
    }

    nav .btn-language,
    nav .btn-yt,
    nav .btn-fb {
        width: 55px;
        height: 55px;
        border-radius: 100px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        position: absolute;
        bottom: 30px;
        left: 25px;
    }

    nav .btn-language.btn-yt,
    nav .btn-yt.btn-yt,
    nav .btn-fb.btn-yt {
        left: 100px;
    }

    nav .btn-language.btn-fb,
    nav .btn-yt.btn-fb,
    nav .btn-fb.btn-fb {
        left: 175px;
    }

    nav .btn-language:hover,
    nav .btn-yt:hover,
    nav .btn-fb:hover {
        border: 1px solid rgba(0, 0, 0, 0.15);
    }

    .m-menu {
        width: 40px;
        height: 40px;
        padding: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .m-menu span {
        width: 100%;
        height: 2px;
        background: #5c5c5c;
        display: block;
        position: relative;
        transition: 0.3s;
    }

    .m-menu span:before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #5c5c5c;
        position: absolute;
        top: -8px;
        transition: 0.3s;
    }

    .m-menu span:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #5c5c5c;
        position: absolute;
        bottom: -8px;
        transition: 0.3s;
    }

    .m-menu.on span {
        background: transparent;
    }

    .m-menu.on span:before {
        transform: rotate(45deg);
        top: 0;
    }

    .m-menu.on span:after {
        transform: rotate(-45deg);
        bottom: 0;
    }

    .nav-box {
        height: 60px;
    }

    .nav-cont {
        padding: 0 24px;
    }

    .introd-box h2 span {
        font-size: 48px;
    }

    .introd-box p {
        font-size: 20px;
        width: 100%;
    }

    .intro-img {
        display: none;
    }

    .btn-intro {
        font-size: 18px;
        padding: 10px 0;
        width: 160px;
    }

    .btn-intro img {
        margin: 0 0 0 10px;
    }

    .marquee-box {
        font-size: 70px;
    }

    .schedule-box h2 {
        font-size: 48px;
    }

    .daily-schedule {
        width: 540px;
    }

    .d-1 {
        font-size: 32px;
    }

    .d-2 {
        font-size: 20px;
    }

    .d-3 {
        font-size: 20px;
    }

    .btn-green {
        font-size: 24px;
        width: 250px;
        line-height: 1;
        padding: 18px 0;
        bottom: -30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-green svg {
        margin: 0 0 0 20px;
    }

    .player-cont h2 {
        margin: 0 0 50px;
    }

    .player-cont h2 span {
        font-size: 48px;
    }

    .player-group-name {
        font-size: 20px;
    }

    .country {
        font-size: 15px;
        line-height: 25px;
        width: 54px;
        height: 25px;
    }

    .player-list {
        width: 49%;
    }

    .player-list li {
        font-size: 15px;
    }

    .media-cont h2 {
        font-size: 48px;
    }

    .yt-box {
        width: 100%;
        margin: 0 0 15px;
    }

    .yt-box iframe {
        width: 100%;
        height: 398px;
    }

    .yt-desc {
        width: auto;
        margin: 0 auto 20px;
    }

    .video-control {
        width: 110px;
        margin: 0 auto 50px;
    }

    .btn-sty {
        width: 48px;
        height: 48px;
    }

    .award-txt-box span {
        font-size: 48px;
    }

    .award-img {
        width: 35%;
    }

    .guide-cont {
        padding: 105px 0 110px;
    }

    .guide-cont h2 {
        text-align: center;
        margin: 0 0 25px;
    }

    .guide-cont h2 span {
        font-size: 48px;
    }

    .guide-info {
        padding: 70px 20px 75px;
    }

    .guide-info h2 {
        font-size: 48px;
        text-align: center;
        margin: 0 0 25px;
    }

    .m-map-img {
        width: 100%;
        margin: 0 0 40px;
        position: relative;
    }

    .m-map-img img {
        width: 100%;
    }

    .m-map-txt img {
        width: 100%;
    }

    .pinch-zoom-container {
        padding: 0 20px;
        overflow: hidden;
        height: auto;
    }

    .pinch-zoom-image {
        width: 100%;
    }

    .btn-zoom,
    .btn-zoom-out {
        width: 44px;
        height: 44px;
        background: #A1CC56;
        border-radius: 100px;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: absolute;
        right: 20px;
        bottom: 0;
    }

    .btn-zoom-out {
        right: 74px;
    }

    .main-logo span {
        font-size: 14px;
        margin: 0 10px 0 20px;
    }

    .main-logo img:nth-of-type(1) {
        height: 42px;
    }

    .main-logo img:nth-of-type(2) {
        height: 22px;
    }

    .main-logo img:nth-of-type(3) {
        height: 38px;
    }

    .main-logo img:nth-of-type(4) {
        height: 42px;
    }

    .logo-group p {
        font-size: 14px;
    }

    .logo-group img {
        transform: scale(0.9);
    }

    .logo-group2 p {
        font-size: 14px;
    }

    .logo-group2 img {
        transform: scale(0.9);
    }

    .queens-cont {
        width: 100%;
    }

    .queens-cont h2 {
        font-size: 44px;
        margin: 0 0 35px;
    }

    .queens-list li {
        padding: 20px 20px 20px 120px;
    }

    .year {
        font-size: 28px;
        padding: 7px 16px 7px 12px;
    }

    .queen-country {
        font-size: 18px;
        top: 5px;
        left: -73px;
    }

    .queen-name {
        font-size: 28px;
    }

    .queen-en-name {
        font-size: 24px;
    }

    .range-date {
        font-size: 16px;
    }

    .location {
        font-size: 15px;
    }

    .location img {
        width: 16px;
        margin: 0 2px 0 0;
    }

    .countdown-text {
        width: 52%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .countdown-btn {
        font-size: 18px;
        background-size: 16px auto;
        padding: 14px 45px 14px 25px;
        background-position: right 20px center;
    }

    .countdown-time {
        width: 45%;
        font-size: 18px;
        padding-left: 10px;
        padding-top: 40px;
    }

    .countdown-time span {
        top: 20px;
        left: 40px;
        font-size: 14px;
    }

    .countdown-time b {
        width: 44px;
        font-size: 30px;
    }



    .match-scroll {
        margin: 0 -2%;
        overflow-x: auto;
    }

    .match-list {
        /* width: 150%; */
        width: 110%;
        padding: 10px 15px;
        border-radius: 0;
        background: none;
        gap: 20px;
    }

    .match-list.one {
        width: 100%;
    }

    .match-list.two {
        width: 100%;
    }

    .match-list .match-item {
        width: 33%;
    }

    .match-list .match-item-desc {
        font-size: 2.2vw;
        text-align: left;
    }

    .match-box h2 {
        margin: 0 0 20px;
    }

    .photo-img {
        border-radius: 20px;
    }

    .arrow {
        width: 50px;
        height: 50px;
    }

    .bgAnimation1 {
        top: -30%;
        width: 110%;
        height: 160%;
        animation: moveBgAnimation1-2 6s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    }

    .bgAnimation2 {
        top: -11%;
        width: 80%;
        height: 140%;
        animation: moveBgAnimation2-2 6s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    }

    @keyframes moveBgAnimation1-2 {
        0% {
            transform: translate(-200%, 50%);
        }

        50% {
            transform: translate(0, 0);
        }

        100% {
            transform: translate(200%, -50%);
        }
    }

    @keyframes moveBgAnimation2-2 {
        0% {
            transform: translate(100%, -50%);
        }

        50% {
            transform: translate(0, 0);
        }

        100% {
            transform: translate(-200%, 45%);
        }
    }
}

@media screen and (max-width: 767px) {
    .countdown-box {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-direction: column;
        left: 4vw;
        right: 4vw;
        min-height: 150px;
        border-radius: 30px 30px 0 0;
    }

    .match-box h2 span {
        font-size: 40px;
    }

    .match-cont {
        width: 90%;
    }

    .match-scroll {
        margin: 0 -4%;
    }

    .match-list {
        /* width: 280%; */
        width: 340%;
        padding: 4vw 5vw;
        gap: 6vw;
    }

    .match-list .match-item {
        width: 35%;
    }

    .match-list.one {
        width: 100%;
    }

    .match-list.two {
        width: 180%;
    }

    .match-list.one .match-item {
        width: 80%;
    }

    .match-list.two .match-item {
        width: 60%;
    }

    .match-list .match-item .match-item-img {
        height: 42vw;
        border-radius: 2vw;
    }

    .match-list .match-item .match-item-img .hover-sty {
        border-radius: 2vw;
    }

    .match-list .match-item-desc {
        font-size: 5vw;
    }

    .countdown-time {
        width: 100%;
        padding-left: 4vw;
        padding-right: 4vw;
        font-size: 3.5vw;
        padding-top: 4vw;
    }

    .countdown-time b {
        width: 10vw;
        font-size: 7vw;
    }

    .countdown-time span {
        display: none;
    }

    .countdown-time>div {
        height: 15vw;
    }

    .countdown-text {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding-left: 4vw;
        padding-right: 4vw;
        padding-top: 2vw;
        padding-bottom: 4vw;
        gap: 0 5vw;
    }

    .countdown-text::before {
        top: 0;
        bottom: auto;
        left: 4vw;
        right: 4vw;
        width: auto;
        height: 1px;
    }

    .countdown-text .countdown-msg {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 3vw;
    }

    .countdown-text .countdown-msg-p {
        display: none;
    }

    .countdown-btn {
        margin-top: 2vw;
        padding-right: 9vw;
        background-size: 5vw auto;
        background-position: right 5vw center;
        font-size: 5vw;
        height: 12vw;
        padding: 3vw 13vw 1vw 7vw;
    }


    .fixed-button {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: auto;
        right: auto;
        transform: translateY(0);
        bottom: -100px;
        left: 0;
        transition: all 0.3s ease-in-out;
    }

    .fixed-button.open {
        bottom: 14px;
        right: auto;
    }

    .fixed-button a {
        font-size: 13px;
        width: 86px;
        margin: 0 1px;
        padding: 8px 0 10px 0;
        min-height: 78px;
    }

    .fixed-button a.en {
        font-size: 12px;
    }

    .fixed-button a:hover {
        border: 1px solid rgba(226, 226, 226, 0.2);
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .fixed-button img {
        width: 26px;
        margin: 0 auto 13px;
    }

    .nav-cont {
        padding: 0 20px 0 24px;
    }

    .nav-logo a {
        width: 92px;
    }

    .nav-logo span {
        font-size: 14px;
        padding: 0 0 0 12px;
        margin: 0 0 0 12px;
    }

    .main-box {
        padding: 64px 0 0;
    }

    .logo-box img:nth-of-type(1) {
        width: 40px;
    }

    .logo-box img:nth-of-type(2) {
        width: 50px;
    }

    .info-cont {
        width: 100%;
        padding: 17px 20px 0;
        align-items: flex-start;
    }

    .info-txt {
        font-size: 18px;
        flex-wrap: wrap;
        margin: 0 0 15px;
    }

    .info-txt a {
        padding: 7px 13px;
    }

    .info-txt span {
        font-size: 24px;
        width: 100%;
        display: block;
    }

    .info-txt img {
        width: 15px;
        margin: 2px 3px 0 0;
    }

    .slogan-box {
        font-size: 44px;
        margin: 0 0 25px;
    }

    .slogan-ch {
        font-size: 38px;
        margin: 7px 0 20px;
    }

    .slogan-note {
        font-size: 18px;
        letter-spacing: 3.2px;
    }

    .alert-mesg {
        font-size: 14px;
        width: 245px;
    }

    .tb-data {
        width: 42px;
    }

    .tb-round {
        width: 26px;
    }

    .bg-ball {
        width: 620px;
        right: -170px;
    }

    .people-box {
        width: 220px;
        right: 40px;
    }

    .people-box img {
        width: 100%;
    }

    .introd-box {
        padding: 90px 20px 120px 20px;
    }

    .introd-box h2 {
        margin: 0 0 24px;
    }

    .introd-box h2 span {
        font-size: 40px;
    }

    .btn-intro {
        font-size: 16px;
        padding: 14px 0;
    }

    .btn-intro span {
        line-height: 1;
    }

    .btn-intro img {
        margin: 0 0 0 8px;
        width: 19px;
    }

    .intro-img {
        display: none;
    }

    .marquee-box {
        font-size: 48px;
        bottom: 20px;
    }

    .schedule-box {
        padding: 96px 0 112px;
    }

    .schedule-box h2 {
        font-size: 40px;
        margin: 0 0 35px;
    }

    .daily-schedule {
        width: 100%;
        padding: 20px 20px 80px 20px;
        margin: 0 20px;
    }

    .daily-schedule li {
        padding: 15px 0 10px 0px;
    }

    .daily-schedule li.active:after {
        left: -30px;
        right: -30px;
        border-radius: 15px;
        border: 4px solid rgba(157, 232, 25, 1);
    }

    .d-1 {
        font-size: 36px;
        width: 100px;
        margin-right: 10px;
    }

    .d-2 {
        font-size: 20px;
        width: 60px;
    }

    .d-3 {
        font-size: 18px;
        width: 60%;
    }

    .btn-green {
        width: 220px;
    }

    .player-cont {
        width: 100%;
        padding: 0 20px;
    }

    .player-box {
        padding: 60px 0;
        overflow-x: hidden;
    }

    .player-box h2 {
        flex-wrap: wrap;
    }

    .player-box h2 span {
        font-size: 40px;
        display: block;
        margin: 0 0 26px;
    }

    .btn-all-players {
        width: 100%;
        font-size: 20px;
        justify-content: space-between;
    }

    .player-list {
        width: 100%;
    }

    .player-list ul {
        display: none;
    }

    .player-group-name {
        border-radius: 12px;
        margin: 0 0 10px;
    }

    .media-box {
        padding: 42px 0;
    }

    .media-cont {
        width: 100%;
        padding: 0 20px;
    }

    .media-cont h2 {
        font-size: 40px;
        margin: 0 0 32px;
    }

    .yt-box iframe {
        height: 210px;
    }

    .yt-desc {
        margin: 0 auto 40px;
    }

    .btn-sty {
        width: 54px;
        height: 54px;
    }

    .video-control {
        width: 120px;
    }

    .yt-list-slider {
        width: auto;
        margin: 0 20px;
        padding: 13px 13px 13px 9px;
    }

    .hover-sty {
        border: 2px solid #18D5E8;
    }

    .m-player-slide {
        width: 100%;
        margin: 0 0 40px;
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .m-player-slide span {
        font-size: 18px;
        text-align: center;
        display: block;
    }

    .photo-box {
        padding: 36px 0;
    }

    .photo-cont {
        width: 100%;
        padding: 0 20px;
    }

    .m-photo {
        display: flex !important;
    }

    .d-photo {
        display: none !important;
    }

    .photo-img {
        width: 100%;
        padding-bottom: 62%;
        margin: 0 0 20px;
    }

    .photo-img.photo2 {
        margin: 0;
    }

    /* .arrow {
        width: 40px;
        height: 40px;
    } */

    .btn-live-box a {
        width: 230px;
        font-size: 15px;
        padding: 12px 15px;
    }

    .award-cont {
        width: 100%;
        padding: 0 20px;
        flex-wrap: wrap;
    }

    .award-img {
        width: 320px;
        margin: 0 auto 22px;
    }

    .award-txt-box {
        text-align: center;
        width: 100%;
        padding: 0;
    }

    .award-txt-box span {
        font-size: 36px;
    }

    .m-map-box {
        display: block;
    }

    .m-map-txt {
        padding: 0 20px;
    }

    .map-box {
        display: none;
    }

    .guide-cont {
        width: 100%;
        padding: 95px 0 75px;
    }

    .guide-cont h2 {
        margin: 0 0 25px;
    }

    .guide-cont h2 span {
        font-size: 40px;
    }

    .guide-info h2 {
        font-size: 40px;
        margin: 0 0 25px;
    }

    .d-img {
        display: none;
    }

    .m-img {
        display: block;
    }

    footer {
        padding: 26px 0 70px;
    }

    .footer-cont {
        width: 100%;
        padding: 0 20px;
    }

    .main-logo {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .main-logo span {
        font-size: 16px;
        margin: 0 10px 0 0;
    }

    .main-logo img:nth-of-type(1) {
        height: 46px;
    }

    .main-logo img:nth-of-type(2) {
        height: 30px;
    }

    .main-logo img:nth-of-type(3) {
        height: 44px;
    }

    .main-logo img:nth-of-type(4) {
        height: 54px;
    }

    .px {
        width: 100%;
        margin: 0 0 30px;
        display: block;
    }

    .bottom-logo-group {
        margin: 34px 0 0;
        padding: 34px 0 0;
    }

    .logo-group {
        justify-content: flex-start;
    }

    .logo-group p {
        font-size: 16px;
        text-align: left;
    }

    .logo-group img {
        margin: 0 8px 20px 0;
    }

    .logo-group2 {
        justify-content: flex-start;
    }

    .logo-group2 p {
        font-size: 16px;
        text-align: left;
    }

    .logo-group2 img {
        margin: 0 25px 20px 0;
    }

    .page-bg-ball {
        width: 85%;
    }

    .queens-cont br {
        display: block;
    }

    .queens-cont h2 {
        font-size: 40px;
        margin: 0 0 20px;
    }

    .queens-cont h2 span {
        font-size: 28px;
        margin: 0 0 10px;
        display: block;
    }

    .queens-list {
        width: 100%;
        padding: 0 20px;
    }

    .queens-list li {
        border-radius: 20px;
        padding: 70px 20px 20px 20px;
        flex-wrap: wrap;
    }

    .year {
        font-size: 24px;
        padding: 7px 25px 7px 22px;
    }

    .queen-country {
        font-size: 16px;
        left: -66px;
        top: 8px;
    }

    .queen-name {
        font-size: 32px;
    }

    .queen-en-name {
        font-size: 20px;
        margin: 0;
    }

    .range-date {
        font-size: 20px;
    }

    .location {
        font-size: 16px;
    }

    .location img {
        width: 16px;
        margin: 0 2px 0 0;
    }

    .queen-info {
        width: auto;
        margin: 0 0 20px 66px;
    }

    .queen-photo {
        width: 100%;
        border-radius: 20px;
    }

    .bgAnimation1 {
        animation: moveBgAnimation1-3 6s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    }

    .bgAnimation2 {
        top: -13%;
        animation: moveBgAnimation2-3 6s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    }

    @keyframes moveBgAnimation1-3 {
        0% {
            transform: translate(-250%, 50%);
        }

        50% {
            transform: translate(0, 0);
        }

        100% {
            transform: translate(250%, -50%);
        }
    }

    @keyframes moveBgAnimation2-3 {
        0% {
            transform: translate(300%, -50%);
        }

        50% {
            transform: translate(0, 0);
        }

        100% {
            transform: translate(-300%, 50%);
        }
    }
}

@media screen and (max-height: 890px) {
    .people-box {
        height: 70%;
        width: auto;
        right: -10px;
        bottom: 60px;
    }

    .people-box img {
        width: auto;
        height: 100%;
    }

    .bg-ball {
        height: 90%;
        width: auto;
    }

    .bg-ball img {
        width: auto;
        height: 100%;
    }
}

@media screen and (max-height: 840px) {
    .slogan-box {
        font-size: 80px;
        line-height: .95;
    }

    .slogan-ch {
        font-size: 80px;
        margin: 16px 0 28px;
    }

    .info-txt {
        margin: 0 0 15px;
    }

    .logo-box img:nth-of-type(1) {
        width: 72px;
    }

    .logo-box img:nth-of-type(2) {
        width: 74px;
    }


}

@media screen and (max-height: 780px) {
    .slogan-box {
        font-size: 70px;
    }

    .slogan-ch {
        font-size: 70px;
        margin: 13px 0 20px;
    }

    /* .info-box {
        margin-bottom: 60px;
    } */

    .slogan-note {
        font-size: 32px;
    }

    .logo-box img:nth-of-type(1) {
        width: 62px;
    }

    .logo-box img:nth-of-type(2) {
        width: 62px;
    }

    .typhoon-message {
        width: auto;
        height: 88%;
    }

    .typhoon-message .typhoon-img {
        width: auto;
        height: auto;
        max-height: 100%;
    }
}

@media screen and (max-height: 660px) {
    .info-cont {
        width: 80%;
    }

    /* .countdown-box {
        left: -8%;
        right: -8%;
    } */

    .info-txt {
        font-size: 22px;
        margin: 0 0 5px;
    }

    .info-txt span {
        font-size: 30px;
    }

    .logo-box img:nth-of-type(1) {
        width: 45px;
    }

    .logo-box img:nth-of-type(2) {
        width: 60px;
    }

    .slogan-box {
        font-size: 65px;
    }

    .slogan-ch {
        font-size: 50px;
        margin: 12px 0 15px;
    }

    .people-box {
        height: 70%;
        right: 20px;
        bottom: 100px;
    }

    .slogan-note {
        font-size: 28px;
    }

    .countdown-btn {
        height: 60px;
        line-height: 1.2;
        padding: 15px 65px 0 30px;
        font-size: 26px;
        background-size: 22px auto;
        background-position: right 30px center;
        border-radius: 40px;
    }

    .countdown-box {
        min-height: 130px;
    }



}



@media screen and (max-device-height: 780px) and (orientation: landscape) {
    /* .countdown-box {
        left: -8%;
        right: -8%;
    } */
}

@media screen and (max-device-width: 960px) and (orientation: portrait) {
    .people-box {
        height: auto;
        width: 45%;
        bottom: 0;
    }

    .info-box {
        margin-top: -42vw;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .info-cont {
        width: 100%;
    }

    .countdown-btn {
        margin-top: 2vw;
        padding-right: 9vw;
        background-size: 5vw auto;
        background-position: right 5vw center;
        font-size: 5vw;
        height: 12vw;
        padding: 3vw 13vw 1vw 7vw;
    }

    .countdown-box {
        left: 4vw;
        right: 4vw;
    }

    .info-txt {
        font-size: 18px;
        flex-wrap: wrap;
        margin: 0 0 10px;
    }

    .info-txt span {
        font-size: 24px;
        width: 100%;
        display: block;
    }

    .slogan-note {
        font-size: 18px;
        letter-spacing: 3.2px;
    }

    .slogan-box {
        font-size: 40px;
        margin: 0 0 25px;
    }

    .slogan-ch {
        font-size: 35px;
        margin: 7px 0 9px;
    }

    .bg-ball {
        width: 620px;
        height: auto;
        right: -170px;
    }



    .bg-ball img {
        height: auto;
        width: 100%;
    }

    .people-box {
        height: auto;
        width: 46vw;
        right: 5vw;
        bottom: 34vw;
    }

    .people-box img {
        height: auto;
        width: 100%;
    }

    .logo-box img:nth-of-type(1) {
        width: 40px;
    }

    .logo-box img:nth-of-type(2) {
        width: 50px;
    }

    /* Lightbox 手機版樣式 */
    .lightbox-cont {
        width: 92%;
        padding: 0 20px;
    }

    .video-border {
        width: 100%;
        padding: 6px;
        margin: 0 0 30px;
    }

    .lightbox-cont iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .btn-close {
        width: 35px;
        height: 35px;
    }

    .btn-close img {
        width: 100%;
        height: 100%;
    }

    .alert-message {
        padding: 40px 20px 30px;
        max-width: 90%;
    }

    .alert-message p {
        font-size: 16px;
        margin: 0 0 25px;
    }

    .alert-close-btn {
        padding: 15px 30px;
        font-size: 18px;
    }

    .typhoon-message {
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    .typhoon-message h3 {
        font-size: 20px;
        margin: 0 0 15px;
    }

    .typhoon-message p {
        font-size: 15px;
        line-height: 1.7;
    }

    .typhoon-message p.desc {
        font-size: 12px;
        margin-top: 12px;
    }

    .typhoon-message {
        width: 100%;
        height: auto;
    }

    .typhoon-message .typhoon-img {
        width: 100%;
        height: auto;
        max-height: inherit;
        max-height: initial;
    }
}


@media (max-device-width: 767px) and (orientation: portrait) {
    /* .info-txt {
        margin: 0 0 15px;
    }

    .slogan-ch {
        font-size: 18px;
        margin: 7px 0 5px;
    }

    .slogan-note {
        font-size: 18px;
        letter-spacing: 0;
    } */

    .info-box {
        margin-top: 0;
    }


}