@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 YaHei", "微軟正黑體", Arial, Helvetica, sans-serif, "STHeiti Light", "儷黑 Pro", "LiHei Pro", "新細明體";
    font-size: 16px;
    color: #000;
}

input,
textarea,
select {
    font-family: "Microsoft YaHei", "微軟正黑體", Arial, Helvetica, sans-serif, "STHeiti Light", "儷黑 Pro", "LiHei Pro", "新細明體";
    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: "Noto Sans TC", "Microsoft JhengHei", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-optical-sizing: auto;
}

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

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 {
    font-family: "Noto Sans TC", "Microsoft JhengHei", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    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;
}

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: 155px;
    height: 65px;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 10px 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: 155px;
    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.8);
    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: 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;
}

.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 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    width: 330px;
    padding: 12px 20px;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 97.5%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

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

.deti-box {
    font-family: Arial;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    width: 330px;
    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;
}

.tb-data {
    width: 52px;
}

.tb-round {
    width: 30px;
}

.btn-deti {
    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;
}

.fixed-button {
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 20;
    transform: translateY(-50%);
}

.fixed-button a {
    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);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: 0.3s;
    width: 100px;
}

.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 img {
    margin: 0 auto 6px;
    transition: 0.3s;
}

.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: 65px 0 0;
    background: linear-gradient(209deg, #A5CC62 1.55%, #12A4E8 30.32%, #056091 53.08%, #004E86 87.44%);
    position: relative;
}

.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: -30px;
}

.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 25px;
    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;
}

.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;
}

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

.slogan-ch {
    font-family: "Poppins";
    font-size: 36px;
    font-weight: 400;
    margin: 17px 0 0;
    display: block;
}

.slogan-note {
    font-family: "Poppins";
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    margin-top: 10px;
}

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

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

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

.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 30px;
}

.introd-box h2 span {
    font-family: "Poppins";
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(262deg, #A5CC62 0.29%, #367FC2 82.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.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: #0995C8;
    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 {
    width: 360px;
    position: absolute;
    bottom: 0;
    right: 100px;
    z-index: 3;
}

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

.marquee-box {
    color: rgba(161, 204, 86, 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%));
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.schedule-box h2 {
    text-align: center;
    color: #fff;
    font-family: "Poppins";
    font-size: 56px;
    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;
}

.btn-green {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    width: 380px;
    margin: 0 auto;
    padding: 20px 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: 36px;
    font-weight: 600;
    width: 100px;
}

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

.d-3 {
    font-size: 20px;
    font-weight: 700;
    width: 300px;
    line-height: 1.4;
}

.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-family: "Poppins";
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(262deg, #A5CC62 0.29%, #367FC2 82.63%);
    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;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
}

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

.country {
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 34px;
    width: 66px;
    height: 34px;
    background: #3493C9;
    border-radius: 8px;
    position: absolute;
    right: 17px;
    bottom: 14px;
    z-index: 2;
}

.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%);
    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: 49.161%;
    padding-bottom: 30.5%;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url(../img/photo_01.png) no-repeat center center/100%;
    cursor: pointer;
    transition: 0.3s;
}

.photo-img span {
    color: #fff;
    font-family: "Poppins";
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.photo-img.photo2 {
    background: url(../img/photo_02.png) no-repeat center center/100%;
}

.photo-img.photo2:hover {
    background: url(../img/photo_02.png) no-repeat center center/110%;
}

.photo-img:hover {
    background: url(../img/photo_01.png) no-repeat center center/110%;
}

.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: 60px;
    height: 60px;
    background: #0995C8;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    bottom: 20px;
    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%);
}

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

.media-cont h2 {
    color: #fff;
    text-align: center;
    font-family: "Poppins";
    font-size: 56px;
    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: #A1CC56;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

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

.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;
}

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

.hover-sty {
    width: 100%;
    height: 100%;
    border: 3px solid #A1CC56;
    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: 1200px;
    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-family: "Poppins";
    font-size: 56px;
    font-weight: 700;
    line-height: 1.5;
    background: linear-gradient(262deg, #A5CC62 0.29%, #367FC2 82.63%);
    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-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-family: "Poppins";
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(262deg, #A5CC62 0.29%, #367FC2 82.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.guide-info {
    padding: 84px 0 200px;
    margin: 0 auto;
    background: linear-gradient(209deg, #A5CC62 1.55%, #12A4E8 30.32%, #056091 53.08%, #004E86 87.44%);
}

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

.guide-img {
    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%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.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-family: "Poppins";
    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%);
    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;
}

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

.queen-name {
    font-family: "Poppins";
    color: #000;
    font-size: 36px;
    font-weight: 600;
}

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

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

.location {
    font-family: "Poppins";
    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: 28px;
    }

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

    .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%;
    }

    .queen-photo {
        width: 55%;
    }

    .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;
    }

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

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

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

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

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

    .people-box {
        right: 20px;
    }

    .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 {
        width: 360px;
    }

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

    .daily-people {
        width: 460px;
    }

    .daily-schedule {
        width: 600px;
    }

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

    .d-2 {
        width: 90px;
    }

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

    .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: 58px;
        height: 30px;
        right: 12px;
        bottom: 10px;
    }

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

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

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

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

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

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

    .award-img {
        width: 32%;
    }

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

    .award-txt-box span {
        font-size: 30px;
        line-height: 1.3;
    }

    .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;
    }

    .queen-info {
        width: 410px;
    }

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

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

    .queen-photo {
        width: 50%;
    }
}

@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: 16px;
        width: 100%;
        text-align: left;
    }

    .intro-img {
        width: 140px;
        right: 30px;
    }

    .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: 16px;
        line-height: 30px;
        width: 55px;
        height: 28px;
    }

    .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-photo {
        width: 50%;
    }

    .queen-info {
        width: 50%;
    }

    .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;
    }
}

@media screen and (max-width: 767px) {
    .fixed-button {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: auto;
        right: auto;
        bottom: 14px;
        left: 0;
    }

    .fixed-button a {
        font-size: 13px;
        width: 126px;
        margin: 0 1px;
        padding: 12px 0 8px;
    }

    .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;
    }

    .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: 47px;
    }

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

    .info-box {
        margin: 0;
    }

    .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;
        margin-left: 0;
    }

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

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

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

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

    .slogan-ch {
        font-size: 18px;
        margin: 7px 0 5px;
    }

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

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

    .deti-box {
        width: 255px;
        font-size: 14px;
        padding: 12px 20px;
        bottom: 62px;
    }

    .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: 50px 20px 60px 20px;
    }

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

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

    .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: 56px 0 112px;
    }

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

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

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

    .d-1 {
        font-size: 24px;
        width: 100px;
    }

    .d-2 {
        font-size: 18px;
        width: 80px;
    }

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

    .btn-green {
        font-size: 20px;
        width: 240px;
    }

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

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

    .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 #A1CC56;
    }

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

    .m-player-slide span {
        font-size: 16px;
        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;
    }

    .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: 24px;
    }

    .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: 13px;
        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: 13px;
        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: 26px;
    }

    .queen-en-name {
        font-size: 20px;
        margin: 0;
    }

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

    .location {
        font-size: 13px;
    }

    .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;
    }
}

@media screen and (max-height: 890px) {
    .people-box {
        height: 95%;
        width: auto;
    }

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

    .bg-ball {
        height: 90%;
        width: auto;
    }

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

@media (max-width: 767px) and (orientation: portrait) {
    .bg-ball {
        width: 620px;
        height: auto;
        right: -170px;
    }

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

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

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