/* 共用 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

@property --a {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft JhengHei', 'Noto Sana TC', 'Noto Sana';
    font-weight: 400;
    font-size: 20px;
    position: relative;
    background: #ffffff;
    overflow-x: hidden;
    width: 100vw;
}

.container2 {
    width: 100vw;
    position: relative;
}

.swiper-wrapper {
    width: 100%;
    max-height: 700px;
    margin-top: 88px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.carousel-button {
    max-width: 170px;
    max-height: 52px;
    width: 100%;
    height: 15%;
    position: absolute;
    bottom: 10%;
    right: 19%;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    color: #26A862;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}

.carousel-button-container {
    display: flex;
    justify-content: center;
    align-content: center;
}

.carousel-button-image {
    max-width: 20px;
    max-height: 10px;
    padding-left: 10px;
    margin-top: 6px;
}

.fixed-button {
    background: none;
    width: 120px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    border: none;
    cursor: pointer;
    z-index: 1000;
}

.fixed-button img {
    width: 100%
}

.turn-cards-area {
    position: relative;
    height: 320px;
    background-image: url('../img/PC/bg1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.card {
    position: relative;
    max-width: 300px;
    width: 30%;
    max-height: 150px;
    height: 100%;
    perspective: 1000px;
    border-radius: 5px;
    cursor: pointer;
}

.card-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
}

.card:hover .card-inner,
.card.flip .card-inner {
    transform: rotateY(180deg);
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.card-front {
    width: 100%;
    background-color: #ffffff;
    transform: skewX(15deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #26A862;
    text-align: center;
    border: 5px solid;
    --a: 0deg;
    border-image: linear-gradient(var(--a), #FFE500, #9FEDE8, #88D4BD, #81D287, #5EB385) 1;
    animation: border-animation 5s linear infinite;
    clip-path: inset(0 round 5px);
}

.card-back {
    background-color: #ffffff;
    transform: rotateY(180deg) skewX(15deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #555555;
    text-align: center;
    border: 5px solid;
    --a: 0deg;
    border-image: linear-gradient(var(--a), #FFE500, #9FEDE8, #88D4BD, #81D287, #5EB385) 1;
    animation: border-animation 5s linear infinite;
    clip-path: inset(0 round 5px);
}

@keyframes border-animation {
    100% {
        --a: 360deg
    }
}

.text-steady {
    font-size: 50px;
    color: #FF6000;
    margin-top: 20px;
}

.text-steady-mini {
    font-size: 40px;
}

.podcast-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 20px;
}

.new-podcast-text {
    font-size: 50px;
    color: #555555;
    font-weight: 600;
    margin-top: 80px;
}

.podcast {
    margin-top: 50px;
    max-width: 800px;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.podcast iframe {
    max-width: 800px !important;
}

.podcast-button-container {
    display: flex;
    justify-content: center;
    align-content: center;
    line-height: 50px;
}

.podcast-button-image {
    max-width: 50px;
    max-height: 50px;
    padding-right: 20px;
}

.podcast-button {
    max-width: 490px;
    height: 95px;
    width: 100%;
    margin: 0px 0px 50px 0px;
    background-color: #FF6000;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    z-index: 1;
}

.podcasts-season {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px 25px;
    margin-top: 40px;
    width: 100%;
    max-width: 1200px;
    flex-wrap: wrap;
}

.card-container {
    border-radius: 15px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0px 0px 12px 0px rgba(8, 37, 28, 0.2);
    flex: 1 1 340px;
    max-width: 340px;
    max-height: 390px;
    z-index: 1;
}

.podcasts-season-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 120px 0px;
    position: relative;
    height: 100%;
    min-height: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.podcasts-text {
    font-size: 50px;
    color: #555555;
    font-weight: 600;
    margin: 80px 0px 10px 0px;
    z-index: 1;
}

.image-wrapper {
    display: flex;
    justify-content: center;
    border-radius: 8px;
}

.image-wrapper img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.content-header {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    gap: 20px;
    font-weight: 700;
}

.title {
    width: 200px;
    color: #555555;
    flex: 1 auto;
    font-size: 24px;
    line-height: 30px;
}

.subtitle {
    color: #555555;
    font-size: 17px;
    margin-top: 5px;
}

.content-description {
    color: #555555;
    margin: 12px 0px;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
}

.card-container-button {
    width: 170px;
    height: 50px;
    background: linear-gradient(to right, #4FB980, #80C982);
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
}

.card-container-button img {
    width: 20px;
    margin-left: 10px;
}

.information-area {
    position: relative;
    width: 100%;
    background-image: url('../img/PC/bg3.png');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px 45px 0px 0px;
    background-size: cover;
    padding: 60px 0px 120px 0px
}

.information-text {
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.information-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 110px;
}

.information-card-container {
    position: relative;
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 70px 30px 30px 30px;
    flex: 1 1 320px;
    max-width: 320px;
    min-height: 250px;
}

.information-title {
    color: #555555;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

.information-description {
    color: #555555;
    margin: 25px 0px 30px 0px;
    font-size: 16px;
    line-height: 24px;
}

.information-icon-circle {
    width: 85px;
    height: 85px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 12px 0px rgba(8, 37, 28, 0.2);
}

.information-icon-circle img {
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.platform-area {
    width: 100%;
    height: 150px;
    background-color: #7223D8;
    display: flex;
    flex-direction: column;
}

.platform-text {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin: 20px 0px;
}

.platform-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.platform-link {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.platform-link img {
    width: 40px;
    margin: 0px 12px 0px 30px;
}

.footer-area {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-text {
    font-size: 18px;
    color: #555555;
}

.mobile-footer,
.mobile-bottom-bar {
    display: none;
}

.bottom-bar-area {
    width: 100%;
    height: 57px;
    background-color: #000000;
    position: fixed;
    bottom: 0px;
    border: none;
    cursor: pointer;
    z-index: 1000;
}

.bottom-bar-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 16px;
    padding: 0px 20px;
}

.new {
    width: 65px;
    height: 30px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    color: #FF6000;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #ffffff;
}

.new-button {
    width: 110px;
    height: 30px;
    background-color: #FF6000;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.new-button img {
    width: 24px;
}

.sound-wave {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sound-wave img {
    width: 1300px;
    height: auto;
}

#stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    pointer-events: none;
}

.wave {
    position: absolute;
    top: 40%;
    left: -40px;
    width: 50%;
    z-index: 0;
}

.line-animate {
    position: absolute;
    top: 39.5%;
    left: -95px;
    width: 30%;
    z-index: 0;
}

.wave img {
    width: 100%;
}

.line-animate img {
    width: 100%;
}

.wave-2 {
    position: absolute;
    bottom: 23%;
    right: 0px;
    width: 40%;
    z-index: 0;
}

.line-animate-2 {
    position: absolute;
    top: 64%;
    right: -180px;
    width: 40%;
    z-index: 0;
}

.wave-2 img {
    width: 100%;
}

.line-animate-2 img {
    width: 80%;
}

.line-animate-3 {
    position: absolute;
    top: 38%;
    right: -450px;
    width: 50%;
    z-index: 0;
}

.line-animate-3 img {
    width: 60%;
}

.line-animate-4 {
    position: absolute;
    top: 58%;
    left: -10px;
    width: 40%;
    z-index: 0;
}

.line-animate-4 img {
    width: 70%;
}

@media (min-width: 1441px) and (max-width: 1820px) {
    .carousel-button {
        right: 20%;
        bottom: 2%;
    }
}

@media (min-width: 1201px) and (max-width: 1440px) {
    .carousel-button {
        right: 20%;
        bottom: 10%;
    }
}

@media (min-width: 1690px) {
    #stars {
        top: -10%;
        left: 0%;
        width: 120%;
        height: 120%;
    }
}

@media (min-width: 1251px) and (max-width: 1416px) {
    #stars {
        top: -15%;
        left: -20%;
        width: 130%;
        height: 130%;
    }
}

@media (min-width: 1180px) and (max-width: 1250px) {
    .wave {
        top: 37%;
        left: -30px;
    }

    .line-animate {
        top: 39%;
        left: -40px;
        width: 30%;
    }

    .wave-2 {
        bottom: 22%;
    }

    .line-animate-2 {
        top: 68%;
    }

    .line-animate-3 {
        top: 36%;
        right: -400px;
    }

    .line-animate-4 {
        left: -40px;
    }

}

@media (min-width: 801px) and (max-width: 1179px) {
    .wave {
        top: 34%;
    }

    .line-animate {
        top: 35%;
        width: 40%;
    }

    .wave-2 {
        bottom: 29%;
    }

    .line-animate-2 {
        top: 62%;
        width: 50%;
    }

    .line-animate-3 {
        top: 33%;
        right: -370px;
        width: 60%;
    }

    .line-animate-4 {
        top: 50%;
        left: -40px;
        width: 50%;
    }

}

@media (min-width: 801px) and (max-width: 1250px) {
    .podcasts-season {
        max-width: 800px;
    }

    #stars {
        top: -20%;
        left: -70%;
        width: 170%;
        height: 170%;
    }
}

@media (max-width: 1023px) {
    .swiper-wrapper {
        width: 100%;
        max-height: 480px;
        margin-top: 60px;
    }
}

@media (min-width: 780px)and (max-width:800px) {
    .wave {
        top: 27%;
    }

    .line-animate {
        top: 27%;
        width: 40%;
    }

    .wave-2 {
        bottom: 26%;
    }

    .line-animate-2 {
        top: 67%;
        width: 60%;
    }

    .line-animate-3 {
        top: 26%;
        right: -300px;
        width: 70%;
    }

    .line-animate-4 {
        top: 50%;
        left: -40px;
        width: 70%;
    }
}

@media (min-width: 600px)and (max-width:779px) {
    .wave {
        top: 24%;
        width: 70%;
    }

    .line-animate {
        top: 24%;
        width: 50%;
    }

    .wave-2 {
        bottom: 32%;
        width: 60%;
    }

    .line-animate-2 {
        top: 61%;
        right: -20%;
        width: 60%;
    }

    .line-animate-3 {
        top: 23%;
        right: -50%;
        width: 80%;
    }

    .line-animate-4 {
        top: 40%;
        width: 70%;
    }

}


@media (min-width: 431px)and (max-width:599px) {
    .wave {
        top: 22%;
        width: 80%;
    }

    .line-animate {
        top: 22%;
        width: 55%;
    }

    .wave-2 {
        bottom: 33%;
        width: 80%;
    }

    .line-animate-2 {
        top: 59%;
        right: -35%;
        width: 70%;
    }

    .line-animate-3 {
        top: 21%;
        right: -60%;
        width: 90%;
    }

    .line-animate-4 {
        top: 42%;
        width: 60%;
        width: 80%;
    }
}

@media (min-width: 431px) and (max-width: 800px) {
    #stars {
        top: -11%;
        left: -30%;
        width: 160%;
        height: 160%;
    }
}

@media (min-width: 821px) and (max-width: 1200px) {
    .information-card {
        gap: 70px 20px;
    }

    .information-area {
        background-position: right 50% top 10%;
    }

    .carousel-button {
        right: 16%;
        bottom: 10%;
        transform: translate(0%, 0%);
    }
}

@media (min-width: 760px) and (max-width: 1090px) {
    .bottom-bar-container {
        margin-top: 15px;
    }
}

@media (min-width: 760px) and (max-width: 1050px) {
    .card {
        max-width: 200px;
    }

    .card-front {
        font-size: 18px;
        line-height: 24px;
    }

    .card-back {
        font-size: 18px;
        line-height: 22px;
    }

    .text-steady {
        font-size: 40px;
    }

    .text-steady-mini {
        font-size: 30px;
    }
}

@media (min-width: 431px) and (max-width: 759px) {
    .card {
        max-width: 120px;
    }

    .card-front {
        font-size: 16px;
        line-height: 24px;
    }

    .card-back {
        font-size: 15px;
        line-height: 20px;
    }

    .text-steady {
        font-size: 35px;
    }

    .text-steady-mini {
        font-size: 25px;
    }

    .podcast-button {
        max-width: 350px;
        height: 60px;
        margin: 0px 0px 50px 0px;
        font-size: 24px;
    }

    .podcast-button-image {
        max-width: 40px;
        max-height: 40px;
        margin-top: 5px;
    }
}

@media (min-width: 700px) and (max-width: 820px) {
    .carousel-button {
        bottom: 10%;
        right: 13%;
        transform: translate(0%, 0%);
    }

    .podcast {
        margin-top: 30px;
        max-width: 600px;
    }

    .podcast iframe {
        max-width: 600px !important;
    }
}

@media (min-width: 550px) and (max-width: 699px) {
    .carousel-button {
        max-width: 135px;
        max-height: 42px;
        right: 15%;
        transform: translate(0%, 0%);
    }

    .podcast {
        max-width: 500px;
    }

    .podcast iframe {
        max-width: 500px !important;
    }

    .sound-wave img {
        width: 1200px;
    }
}

@media (min-width: 431px) and (max-width: 549px) {
    .carousel-button {
        max-width: 120px;
        bottom: 5%;
        right: 12%;
        transform: translate(0%, 0%);
    }

    .podcast {
        max-width: 420px;
    }

    .podcast iframe {
        max-width: 420px !important;
    }

    .sound-wave img {
        width: 1100px;
    }
}

@media (min-width: 431px) and (max-width: 820px) {
    .information-card {
        gap: 90px 20px;
    }

    .information-area {
        background-position: right 50% top 0%;
    }

    .platform-container {
        width: 400px;
        align-items: stretch;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .platform-text {
        margin: 15px 0px 10px 0px;
    }

    .platform-link {
        margin-bottom: 10px;
    }

    .platform-link img {
        width: 30px;
        margin: 0px 15px 0px 15px;
    }
}

@media (min-width: 431px) and (max-width: 800px) {
    .podcasts-season {
        max-width: 350px;
    }
}

@media (min-width: 431px) and (max-width: 759px) {
    .bottom-bar-container {
        gap: 10px;
        margin-top: 20px;
        padding: 0px 5px;
    }

    .new {
        width: 90px;
        height: 40px;
        font-size: 16px;
    }

    .new-text {
        font-size: 15px;
        line-height: 20px;
    }

    .new-button {
        width: 180px;
        height: 40px;
        font-size: 14px;
    }
}

@media (min-width: 431px) and (max-width: 600px) {
    .footer-area {
        width: 400px;
        margin: 0px auto;
    }
}


@media (max-width: 430px) {
    .swiper-slide img {
        height: 100%;
        object-fit: contain;
        cursor: pointer;
    }

    .carousel-button {
        max-width: 135px;
        max-height: 42px;
        position: absolute;
        top: 60%;
        right: 45%;
        transform: translate(40%, -10%);
    }

    .turn-cards-area {
        height: 450px;
        background-image: url('../img/MB/bg1.png');
        flex-direction: column;
    }

    .card {
        max-width: 250px;
        width: 100%;
        max-height: 110px;
    }

    .card-front {
        font-size: 17px;
        line-height: 24px;
    }

    .card-back {
        font-size: 17px;
        line-height: 24px;
    }

    .text-steady {
        font-size: 32px;
        margin-top: 12px;
    }

    .text-steady-mini {
        font-size: 24px;
    }

    .fixed-button {
        width: 80px;
        bottom: 90px;
        right: 0px;
    }

    .new-podcast-text {
        font-size: 28px;
        margin-top: 20px;
    }

    .podcast {
        margin-top: 30px;
        max-width: 310px;
    }

    .podcast-area {
        margin: 30px 0px 0px 0px;
    }

    .podcast iframe {
        max-width: 310px !important;
    }

    .podcast-button-image {
        max-width: 30px;
        max-height: 30px;
        margin-top: 10px;
    }

    .podcast-button {
        max-width: 255px;
        height: 50px;
        margin: 40px 0px 40px 0px;
        font-size: 16px;
        border-radius: 10px;
    }

    .podcasts-season {
        justify-content: center;
        gap: 25px 0px;
        margin-top: 0px;
        width: 100%;
        max-width: 320px;
    }

    .card-container {
        border-radius: 10px;
        padding: 14px;
        box-shadow: 0px 0px 8px 0px rgba(8, 37, 28, 0.2);
        flex: 1 1 250px;
        max-width: 250px;
        max-height: 300px;
    }

    .podcasts-text {
        font-size: 28px;
        margin: 50px 0px 30px 0px;
    }

    .image-wrapper {
        border-radius: 5px;
    }

    .content-header {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .title {
        width: 160px;
        font-size: 17px;
        line-height: 24px;
    }

    .subtitle {
        font-size: 12px;
    }

    .content-description {
        margin: 8px 0px;
        font-size: 12px;
        line-height: 18px;
    }

    .card-container-button {
        width: 170px;
        height: 40px;
        border-radius: 5px;
        font-size: 14px;
    }

    .information-area {
        width: 100%;
        height: 1200px;
        background-image: url('../img/MB/bg3.png');
        padding: 50px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        background-position: bottom;
    }

    .information-text {
        font-size: 28px;
    }

    .information-card {
        gap: 60px;
        margin-top: 70px;
    }

    .information-card-container {
        padding: 60px 25px 30px 25px;
        flex: 1 1 250px;
        max-width: 250px;
        min-height: 200px;
    }

    .information-title {
        font-size: 18px;
        line-height: 24px;
    }

    .information-description {
        margin: 20px 0px 20px 0px;
        font-size: 13px;
        line-height: 18px;
    }

    .information-icon-circle {
        width: 60px;
        height: 60px;
        box-shadow: 0px 4px 4px 0px rgba(8, 37, 28, 0.2);
    }

    .information-icon-circle img {
        width: 35px;
    }

    .platform-area {
        height: 130px;
    }

    .platform-text {
        font-size: 15px;
        margin: 10px 0px 10px 0px;
    }

    .platform-container {
        width: 300px;
        align-items: stretch;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .platform-link {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .platform-link img {
        width: 30px;
        margin: 0px 8px 0px 8px;
    }

    .footer-area {
        width: 190px;
        height: 70px;
        margin: 0 auto;
        margin-top: 10px;
    }

    .footer-text {
        font-size: 13px;
        line-height: 20px;
        text-align: center;
    }

    .PC-footer,
    .PC-bottom-bar {
        display: none;
    }

    .mobile-footer,
    .mobile-bottom-bar {
        display: block;
    }

    .bottom-bar-container {
        gap: 15px;
        margin-top: 0px;
        padding: 0px 10px;
    }
   
    .bottom-bar-container img {
        width: 40px;
        padding-top: 8px;
    }

    .new {
        width: 50px;
        height: 24px;
        font-size: 13px;
    }

    .new-text {
        font-size: 13px;
        line-height: 15px;
        max-width: 275px;
    }

    .new-button {
        width: 50px;
        height: 40px;
        font-size: 13px;
        margin: 10px auto;
    }

    .new-button img {
        width: 18px;
    }

    .sound-wave {
        margin-top: 20px;
    }

    .sound-wave img {
        width: 700px;
        height: auto;
    }

    #stars {
        top: -9%;
        left: -8%;
        width: 120%;
        height: 120%;
    }

    .wave {
        top: 28.5%;
        left: -30%;
        width: 100%;
    }

    .line-animate {
        top: 29.5%;
        width: 90%;
    }

    .wave-2 {
        bottom: 30.5%;
        width: 100%;
    }

    .line-animate-2 {
        top: 62%;
        right: -40%;
        width: 100%;
    }

    .line-animate-3 {
        top: 42%;
        right: -70%;
        width: 120%;
    }

    .line-animate-4 {
        top: 52%;
        left: -20%;
        width: 120%;
    }

    .bottom-bar-area-mobile {
        width: 100%;
        height: 60px;
        background-color: #000000;
        position: fixed;
        bottom: 0px;
        border: none;
        cursor: pointer;
        z-index: 1000;
    }
}