@charset "UTF-8";
.content1[data-v-2678b64c] {
    position: relative;
}
.header[data-v-2678b64c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.3rem 0;
    border-bottom: 3px solid rgba(134, 134, 134, 0.5);
}
.logo[data-v-2678b64c] {
    flex: 1;
}
.logo img[data-v-2678b64c] {
    width: 9.375rem;
    height: 3.125rem;
    max-width: 100%;
    height: auto;
}
.logo.max[data-v-2678b64c] {
    display: flex;
    align-items: center;
}
.logo.max img[data-v-2678b64c] {
    width: 3.8rem;
    max-width: 100%;
    height: auto;
    margin-right: 1.25rem;
    border-radius: 5px;
}
.logo.max .title[data-v-2678b64c] {
    color: #fff;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.nav[data-v-2678b64c] {
    text-align: right;
    display: flex;
}
.nav a[data-v-2678b64c] {
    /* margin-left: 2rem; */
    margin-left: 1.25rem;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.slogan[data-v-2678b64c] {
    text-align: center;
    padding: 1.25rem 0;
}
.slogan-top[data-v-2678b64c] {
    color: var(--neutral-white, #fff);
    text-align: center;
    font-size: 3.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slogan-bottom[data-v-2678b64c] {
    margin-top: 3.375rem;
    color: #fff;
    text-align: center;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.download[data-v-2678b64c] {
    padding: 2.5rem 1.25rem 1.25rem;
    text-align: center;
}
.pc-button-box[data-v-2678b64c] {
    display: flex;
    justify-content: center;
}
.pc-button[data-v-2678b64c] {
    margin: 11px 30px 0;
}
.pc-button img[data-v-2678b64c] {
    width: 15rem;
    height: 5.3125rem;
}
.mobile-button[data-v-2678b64c],
.phone-br[data-v-2678b64c] {
    display: none;
}
@media (min-width: 769px) {
    .content1[data-v-2678b64c] {
        background-image: url('../img/img_bg.jpg');
        background-size: cover;
        background-position: center top;
        height: 100vh;
        /* max-height: 53.25rem; */
        min-height: 852px;
    }
    .header[data-v-2678b64c] {
        max-width: 75rem;
        margin: 0 auto;
    }
    .slogan[data-v-2678b64c] {
        margin-top: 160px;
    }
}
@media (max-width: 768px) {
    .content1[data-v-2678b64c] {
        /* background-image: url(./bg_mobile-1f7d2a42.png); */
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
    }
    .header[data-v-2678b64c] {
        padding: 33px 28px 4px;
        border-bottom: none;
    }
    .header.pb0[data-v-2678b64c] {
        padding-bottom: 0 !important;
    }
    .header .logo img[data-v-2678b64c] {
        width: 57.251px;
        height: 24px;
    }
    .nav[data-v-2678b64c] {
        display: none;
    }
    .logo.max img[data-v-2678b64c] {
        width: 1.69rem;
        height: 1.69rem;
        flex-shrink: 0;
        margin-right: 0.563rem;
    }
    .logo.max .title[data-v-2678b64c] {
        font-size: 14.4px;
    }
    .slogan-top[data-v-2678b64c] {
        color: var(--Neutral-White, #fff);
        text-align: center;
        text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.24);
        font-family: Montserrat;
        font-size: 1.375rem;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        text-transform: capitalize;
        height: auto;
    }
    .phone-br[data-v-2678b64c] {
        display: block;
    }
    .slogan-bottom[data-v-2678b64c] {
        margin-top: 1.4375rem;
        color: #fff;
        text-align: center;
        text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.24);
        font-family: Montserrat;
        font-size: 0.9375rem;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
    }
    .slogan[data-v-2678b64c] {
        margin-top: 4rem;
        padding: 0.13rem 0rem 0rem;
    }
    .download[data-v-2678b64c] {
        margin-top: 26px;
        padding: 0rem;
        padding-bottom: 58px;
    }
    .pc-button[data-v-2678b64c] {
        display: none;
    }
    .mobile-button[data-v-2678b64c] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        width: 166px;
        height: 36px;
        border-radius: 4px;
        background: #fff;
    }
    .mobile-button .text[data-v-2678b64c] {
        color: #000;
        text-align: center;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.28px;
        margin-right: 8px;
    }
    .mobile-button .img[data-v-2678b64c] {
        width: 22px;
        height: 22px;
        flex-shrink: 0;
    }
}
.section-title[data-v-dfd92682] {
    color: #000;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
}
.section-title-span[data-v-dfd92682] {
    color: #000;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.episode[data-v-dfd92682] {
    display: flex;
    margin: 2.5rem 0;
    padding-bottom: 2.25rem;
    border-bottom: 1px solid #d9d9d9;
}
.episode-image[data-v-dfd92682] {
    flex: 0 0 128px;
}
.episode-image img[data-v-dfd92682] {
    width: 128px;
    height: 170px;
}
.episode-details[data-v-dfd92682] {
    margin-left: 1rem;
    max-width: 400px;
    overflow: hidden;
}
.episode-title[data-v-dfd92682] {
    margin: 0;
    color: #3a4b5b;
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.episode-description[data-v-dfd92682] {
    margin: 8px 0 0;
    color: #3a4b5b;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    max-height: 108px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.episode-description0[data-v-dfd92682] {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.episode-count[data-v-dfd92682] {
    margin: 6px 0 0;
    color: #868686;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.episode-count0[data-v-dfd92682] {
    margin: 14px 0 0;
}
@media (min-width: 769px) {
    .content2[data-v-dfd92682] {
        width: 75rem;
        max-width: 100%;
        margin: 0 auto;
        padding: 7.5rem 0 1.25rem;
    }
    .episodes[data-v-dfd92682] {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .episode[data-v-dfd92682] {
        width: 45.3333%;
    }
    .episode-image[data-v-dfd92682] {
        flex: 0 0 128px;
    }
    .episode-image img[data-v-dfd92682] {
        width: 128px;
        height: 170px;
    }
}
@media (max-width: 768px) {
    .content2[data-v-dfd92682] {
        max-width: 100%;
        margin: 0;
        padding: 2rem 2.5rem 2.5rem;
    }
    .section-title[data-v-dfd92682] {
        font-size: 0;
    }
    .section-title-span[data-v-dfd92682] {
        color: #000;
        font-family: Montserrat;
        font-size: 1.0625rem;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
    }
    .section-title-span2[data-v-dfd92682] {
        color: #000;
        font-family: Montserrat;
        font-size: 0.8125rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }
    .episode-image[data-v-dfd92682] {
        flex: 0 0 74px;
    }
    .episode-image img[data-v-dfd92682] {
        width: 74px;
        height: 98px;
    }
    .episode-details[data-v-dfd92682] {
        margin-left: 1.0625rem;
        max-width: 204px;
    }
    .episode-title[data-v-dfd92682] {
        color: #3a4b5b;
        font-family: Montserrat;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        margin: 0 0 5px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .episode-description[data-v-dfd92682] {
        margin: 0;
        color: #3a4b5b;
        font-family: Montserrat;
        font-size: 0.6875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .episode-description3[data-v-dfd92682] {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .episode-count[data-v-dfd92682] {
        margin: 8px 0 0;
        color: #868686;
        font-family: Montserrat;
        font-size: 0.6875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }
    .episodes[data-v-dfd92682] {
        flex-direction: column;
    }
    .episode[data-v-dfd92682] {
        align-items: flex-start;
        width: 100%;
        padding-bottom: 16.36px;
        margin: 1.9375rem 0 0;
    }
}
