﻿.act-select {
    /* background: url("../images/header-bg.jpg") no-repeat top center; */
    width: 100%;
    position: relative;
    overflow: hidden;
    /* height: auto; */
    /* min-height: 600px; */
    /* padding-top: 2em; */
    padding: 30px 0;
}
.act-select .act-container-wrap {
    max-width: 1300px;
    height: auto;
    background: url("../images/select/earth.svg") no-repeat top center;
    background-size: 100% auto;
}
.act-select .act-char {
    position: absolute;
    width: 100%;
    top: 0;
}
.act-select .act-char .char {
    width: clamp(2em, 50%, 800px);
}
.act-select .act-char .act-text {
    font-family: "M PLUS Rounded 1c", "Noto Sans TC", "微軟正黑體",
        Microsoft Yahei, Helvetica, Arial;
    position: absolute;
    font-size: 1.6em;
    font-weight: bold;
    color: #8e737a;
    left: 50%;
    transform: translateX(-11em);
    top: 12%;
}
.act-select .act-char .act-text .act-line {
    width: 1.2em;
    position: absolute;
    bottom: -0.2em;
    right: -0.6em;
}
.act-select .swiper-wrap {
    width: 100%;
    max-width: 1300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}
.act-select .swiper-container {
    width: 90.5%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: flex;
    justify-content: center;
}
.act-select .swiper-wrapper {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}
.act-select .swiper-slide1 {
    max-width: 570px;
    margin: 0 auto;
}
.act-select .swiper-slide {
    text-align: center;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.act-select .swiper-slide .btn-ball {
    aspect-ratio: 1/1;
    width: 100%;
    background: #f2c195;
    display: block;
    border-radius: 100em;
    border: 0.2em solid #f1ebe3;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.act-select .swiper-slide .btn-ball .act-icon {
    max-width: 100%;
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.act-select .swiper-slide .btn-ball h2 {
    font-size: 1.2em;
    color: #fff;
}
.act-select .swiper-slide .btn-ball .soon {
    font-family: "Helvetica Neue", Helvetica, Arial;
    line-height: 1;
    color: #fff;
    position: absolute;
    background: #f76a80;
    padding: 0.6em 1em;
    border-radius: 100em;
    top: 0.5em;
    font-size: 0.8em;
}
.act-select .swiper-slide-prev,
.act-select .swiper-slide-next {
    height: 200px;
    transition: all 0.1s ease-in-out;
    transform: scale(1);
    z-index: 8;
    opacity: 0.7;
}
.act-select .swiper-slide-prev {
    /* left: 5%; */
}
.act-select .swiper-slide-next {
    /* right: 5%; */
}
.act-select .swiper-slide-prev .btn-ball,
.act-select .swiper-slide-next .btn-ball {
    background: #f5a156;
}
.act-select .swiper-slide-prev .btn-ball .soon,
.act-select .swiper-slide-next .btn-ball .soon {
    background: #ea4b65;
}
.act-select .swiper-slide-active,
.act-select .swiper-slide-duplicate-active {
    transform: scale(1.2);
    position: relative;
    z-index: 9;
}
.act-select .swiper-slide-active .btn-ball,
.act-select .swiper-slide-duplicate-active .btn-ball {
    background: #f78c2d;
    transition: all 0.3s;
}
.act-select .swiper-slide-active .btn-ball .soon,
.act-select .swiper-slide-duplicate-active .btn-ball .soon {
    background: #d72e49;
}
.act-select .swiper-slide-active:hover .btn-ball.live,
.act-select .swiper-slide-duplicate-active:hover .btn-ball.live {
    background: #e17618;
    transition: all 0.3s;
}
.act-select .swiper-button-next,
.act-select .swiper-button-prev {
    color: #fff;
    background: rgba(69, 126, 248, 0.75);
    border-radius: 10em;
    width: 40px;
    height: 40px;
}
.act-select .swiper-button-next:after,
.act-select .swiper-button-prev:after {
    font-size: 1.2em;
    font-weight: bold;
}
.act-select .swiper-slide {
    display: flex;
    background: #fff;
    width: 100%;
    padding: 30px 15px;
    /* box-shadow: 0 0 15px #3a6cf8; */
    text-align: left;
    border-radius: 10px;
    height: 225px;
}
.act-select .swiper-slide:hover {
    background: #457ef8;
}
.act-select .swiper-slide:hover .swiper-slidetext h5 {
    color: #fff;
}
.act-select .swiper-slide:hover .swiper-slidetext h6 {
    color: #f9ca56;
}
.act-select .swiper-slide:hover .swiper-slidetext p {
    color: #fff;
}
@keyframes animation-name {
    0% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(-5px);
    }
}
.act-select .swiper-slide img {
    width: 80px;
    height: 80px;
    margin: 0 10px 0 0;
}
.act-select .swiper-slide .btn_more {
    animation: animation-name infinite 3s;
    display: block;
    width: 29px;
    height: 19px;
    margin: 5px 0 0 auto;
}
.act-select .swiper-slide .swiper-slidetext h5 {
    font-size: 19px;
    font-weight: bold;
    color: #3c6ef8;
    line-height: 1;
    margin: 0 0 10px;
}
.act-select .swiper-slide .swiper-slidetext h6 {
    font-size: 16px;
    font-weight: bold;
    color: #ff7f21;
    line-height: 1.5;
    margin: 0 0 10px;
}
.act-select .swiper-slide .swiper-slidetext h6 span {
    font-size: 15px;
}
.act-select .swiper-slide .swiper-slidetext p {
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    margin: 0;
}
.act-select .swiper-pagination-select {
    display: none;
}
.act-header-content {
    width: 100%;
    max-width: 620px;
    border-radius: 10px;
    padding: 0 30px 0 0;
    position: relative;
    z-index: 1;
}
.act-header .btn-wrap .act-btn.btn-borderorange {
    width: 100%;
    max-width: 200px;
    border: 1px solid #3059f9;
    color: #3059f9;
}
.act-header .btn-wrap .act-btn.btn-borderorange:hover {
    border: 0;
    background: #f5f8fd;
    color: #4266d6;
}
.act-header .act-header-image {
    position: relative;
    pointer-events: none;
}
.act-header .act-container-wrap {
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 1200px;
    padding: 0;
}
.act-header .act-header-image img {
    width: calc(504px + (704 - 504) * ((100vw - 768px) / (1920 - 768)));
    height: auto;
}
@media screen and (max-width: 1024px) {
    .act-select .swiper-slide {
        height: 390px;
        flex-direction: column;
    }
    .act-select .swiper-slide img {
        margin: 0 0 10px;
    }
    .act-select .swiper-slide .swiper-slidetext h5 {
        font-size: 20px;
    }
    .act-select .swiper-slide:hover .swiper-slidetext h6 {
        font-size: 24px;
    }
    .act-select .swiper-slide .swiper-slidetext p {
        font-size: 18px;
    }
    .act-select .swiper-wrap {
        max-width: 450px;
        height: 450px;
    }
    .act-select .swiper-container {
        width: 100%;
        max-width: 330px;
    }
    .act-select .swiper-slide {
        max-width: 330px;
        transform: initial;
    }
    .act-select .swiper-slide-active {
        transform: initial;
    }
    .act-select {
        padding: 0;
    }
    .act-select .swiper-slide-prev,
    .act-select .swiper-slide-next {
        transform: initial;
    }
    .act-select .swiper-pagination-select {
        display: block;
    }
    .act-select .swiper-button-next,
    .act-select .swiper-button-prev {
        display: none;
    }
    .act-select .swiper-pagination-select .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        margin: 0 5px;
    }
}
@media screen and (max-width: 768px) {
    .act-header .act-header-image {
        pointer-events: initial;
    }
    .act-select {
        font-size: calc(1vw + 1vh + 0.5vmin) !important;
        min-height: 0;
    }
    .act-select .act-char .char {
        width: clamp(2em, 76%, 800px);
    }
    .act-select .act-char .act-text {
        font-size: 1.3em;
        left: 50%;
        transform: translateX(-9.6em);
        top: 12%;
    }
    .act-select .act-char .act-text .act-line {
        width: 1.2em;
        position: absolute;
        bottom: -0.2em;
        right: -0.6em;
    }
    .act-select .swiper-slide .btn-ball {
        border-radius: 2em;
    }
    .act-header {
        height: 700px;
    }
    .act-header .act-container-wrap .btn-wrap {
        margin: 0;
    }
    .act-header-content {
        max-width: 360px;
        padding: 20px 15px;
        margin: 0 auto;
    }
    .act-header .act-header-content .act-title {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .act-header .act-header-image img {
        width: calc(300px + (300 - 300) * ((100vw - 360px) / (768 - 360)));
        height: calc(160px + (160 - 160) * ((100vw - 360px) / (768 - 360)));
    }
    .act-header .act-container-wrap.act-header-m {
        padding: 120px 15px 60px;
        flex-direction: column;
        justify-content: center;
    }
    .act-header .act-header-content .act-title h2 br {
        display: none;
    }
}
/*# sourceMappingURL=select.css.map */
