@charset "utf-8";

:root {
    --animate-delay: 0.25s;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-color: var(--color-bg-primary);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    overflow: auto;
    transition: all;
}

#card {
    cursor: pointer;
}

.t3navbar-bg {
    height: 61px;
}

.toastposition {
    position: fixed;
    width: 100%;
    top: 60px;
    left: 0;
    border-radius: 0;
    z-index: 1055;
}

.toastposition .toast {
    position: relative;
    width: 100%;
    height: 42px;
    font-size: 15px;
    line-height: 1;
    border-radius: 0;
    border: 0;
    background-color: var(--color-link-primary);
    color: #fff;
}

.toastposition .toast-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.thanniversary2026 p {
    color: var(--color-primary-rgba);
    font-size: 16px;

}

.thanniversary2026 .course-card-date_time,
.course-card-date_time>* {
    font-size: 12px;
    padding-bottom: 3px;
}

.kongfixed {
    z-index: 100;
    position: fixed;
    bottom: 10px;
    right: 20px;
    left: auto;
    top: auto;
}

.kongfixed span {
    padding: 7px 9px;
    font-size: 12px;
    color: #fff;
    background-color: #222222;
    border-radius: 100px;
    margin-bottom: 9px;
}

.kongfixed span:hover {
    background-color: #3a3939;
}

.kongfixed3 {
    z-index: 100;
    position: fixed;
    bottom: 20px;
    right: 30px;
    left: auto;
    top: auto;
}

.kongfixed3 span {
    padding: 12px 18px;
    font-size: 14px;
    color: #fff;
    background-color: #e94941;
    border-radius: 100px;
    margin-bottom: 9px;
}

.under_Sticky {
    display: flex;
    align-items: center;
    height: 66px;
    background-color: #000;
    border-top: 1px solid #454545;
}

.link-button_buy {
    opacity: 1;
    border-radius: .25rem;
    padding: 6px 36px;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, .38);
    color: #000;
    font-weight: 500;
    transition: all ease-in-out .2s;
}

.link-button_buy:hover {
    transform: unset;
    opacity: .8;
}

.Wrapper-toeic-c_r {
    position: relative;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.Wrapper-toeic-d.swiper {
    position: unset;
}

.Wrapper-toeic-d.swiper-button-prev,
.Wrapper-toeic-d.swiper-container-rtl .swiper-button-next {
    left: calc(50% - 690px);
    top: 60%;
    right: auto;
}

.Wrapper-toeic-d.swiper-button-prev:after,
.Wrapper-toeic-d.swiper-container-rtl .swiper-button-next:after {
    content: "\f137";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, .7);
    padding-left: 0px;
    font-size: 27px;
    width: auto;
    height: auto;
}

.Wrapper-toeic-d.swiper-button-next,
.Wrapper-toeic-d.swiper-container-rtl .swiper-button-prev {
    right: calc(50% - 690px);
    top: 60%;
    left: auto;
}

.Wrapper-toeic-d.swiper-button-next:after,
.Wrapper-toeic-d.swiper-container-rtl .swiper-button-prev:after {
    content: '\f138';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, .7);
    padding-right: 0px;
    font-size: 27px;
    width: auto;
    height: auto;
}

.col-group-bundling-card a {
    /* box-shadow: 0px 0px 0px 1px rgb(46 73 77 / 12%) inset; */
    /* box-shadow: 0 0.05rem 1rem rgb(0 0 0 / 12%); */
    border: 1px solid var(--color-bg-secondary-12);
    border-radius: .3rem;
    display: block;
    padding: 6px;
    background-color: #fff;
    transition: box-shadowease-in-out .25s;
}

.products_bundling .course-card-title {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* ---------------------------------------- */
.thanniversary2026 {
    position: relative;
}

.backgroundcolor_main {
    background-size: contain;
    background-position-y: bottom;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.Wrapper_topbanner {
    width: auto;
    /* max-height: 900px; */
    height: 900px;
    /* height: var(--vh100); */
    overflow: hidden;
    background: #233934;
}

.topbg {
    position: absolute;
    left: calc(50% - 1502px);
    width: auto;
    /* height: 100%; */
    /* aspect-ratio: 16 / 9; */
    /* object-fit: cover; */
}

.thanniversary2026_slogan {
    position: absolute;
    top: 110px;
    left: calc(50% - 393.5px);
    width: auto;
    animation-name: fadeIn, pulse;
    animation-fill-mode: backwards, none;
    animation-delay: 0.5s, 1.1s;
    animation-duration: .6s, 1.5s;
    animation-iteration-count: 1, infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scaleX(1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
}

.thanniversary2026_eventtime {
    width: auto;
    position: absolute;
    top: 340px;
    left: calc(50% - 201px);
}

.thanniversary2026_boyrider {
    width: auto;
    position: absolute;
    bottom: calc(50% - 410px);
    right: calc(50% - 370px);
}

.thanniversary2026_object03 {
    position: absolute;
    bottom: 140px;
    left: 50%;
}

.thanniversary2026_tip {
    text-align: center;
    color: #053a3b;
    width: 660px;
    position: absolute;
    top: 394px;
    left: calc(50% - 330px);
}

.thanniversary2026_tip p {
    font-size: 18px;
    font-weight: 600;
}


@keyframes float {
    from {
        top: 0px;
    }

    to {
        top: 50px;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.toeic_downarrow {
    width: 40px;
}

.toeic_downarrow {
    position: absolute;
    animation-name: float;
    animation-duration: .6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
}

@keyframes finger_ {
    from {
        bottom: 0px;
        right: 81px;
    }

    to {
        bottom: 4px;
        right: 85px;
    }
}

/* ----------------------------- */
.bg_test {
    background-color: #09353f;
    /* background-image: url(../img/czone_bg.gif); */
    background-position: center;
}

.Wrapper-toeic-b1 .quiz_title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 15px;
}

.Wrapper-toeic-b1 .discount_card {
    top: calc(50% - 48px);
    left: calc(50% - 69px);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}

.options_btn img {
    width: 30px;
    height: auto;
}

.options_btn {
    width: 40%;
    margin: 12px auto;
    background-color: rgb(255 255 255 / 87%);
    border: 1px solid rgba(255, 255, 255, .75);
    color: #08353e;
    font-weight: 500;
    border-radius: .25rem;
    padding: 9px 33px;
    text-align: center;
    font-size: 24px;
    transition: all ease-in-out .2s;
}

.options_btn:hover {
    background-color: rgb(229 229 229 / 100%);
    color: #08353e;
}

.options_btn.clicked {
    background-color: rgb(255 255 255 / 54%);
    border: 2px solid rgb(255 255 255);
    color: #ffffff;
    transition: all ease-in-out .2s;
}

.submit_btn {
    margin: 24px auto 50px;
    background-color: #34a3b6;
    border: 0px solid rgba(255, 255, 255, .75);
    color: #fff;
    font-weight: 500;
    border-radius: 50rem;
    padding: 9px 33px;
    text-align: center;
    font-size: 20px;
    transition: all ease-in-out .2s;
}

.submit_btn:hover {
    margin: 24px auto 50px;
    background-color: rgb(31, 119, 134);
    border: 0px solid rgba(255, 255, 255, .87);
    color: #fff;
    transition: all ease-in-out .2s;
}

.submit_btn_02 {
    margin: 0px auto 15px;
    background-color: #34a3b6;
    border: 0px solid rgba(255, 255, 255, .75);
    color: #fff;
    font-weight: 500;
    border-radius: 50rem;
    padding: 9px 33px;
    text-align: center;
    font-size: 20px;
    transition: all ease-in-out .2s;
}

.submit_btn_02:hover {
    margin: 0px auto 15px;
    background-color: rgb(31, 119, 134);
    border: 0px solid rgba(255, 255, 255, .87);
    color: #fff;
    transition: all ease-in-out .2s;
}

.Wrapper-toeic-b1 {
    background-color: #1f002a;
    background-image: url(../img/bzone_bg.gif);
    padding: 60px 0px 0px;
}

.Wrapper-toeic-b1 h3 {
    color: #08353e;
}

.btn_01 {
    position: relative;
    background-color: #ea4d4d;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    border-radius: 50rem;
    padding: 9px 33px;
    text-align: center;
    font-size: 20px;
    transition: all ease-in-out .2s;
}

.btn_01:hover {
    background-color: #cb221a;
    color: rgba(255, 255, 255, 1);
}

.btn_01::after {
    content: "";
    position: absolute;
    top: 15px;
    right: -15px;
    width: 36px;
    height: 36px;
    background-image: url(../img/finger_.webp);
    background-repeat: no-repeat;
    background-size: cover;
    animation-name: finger_;
    animation-duration: .3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
}

@keyframes finger_ {
    from {
        top: 15px;
        right: -15px;
    }

    to {
        top: 13px;
        right: -12px;
    }
}

.btn_01.clicked_ {
    position: relative;
    background-color: rgba(234, 77, 77, 0.3);
    color: rgba(255, 255, 255, .75);
    font-weight: 500;
    border-radius: 50rem;
    padding: 9px 33px;
    text-align: center;
    font-size: 20px;
    transition: all ease-in-out .2s;
    cursor: no-drop;
}

.btn_01.clicked_::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0px;
    height: 0px;
    background-image: unset;
    background-repeat: no-repeat;
    background-size: cover;
}

.Wrapper-toeic-b1 h2 img {
    max-width: 600px;
    margin-bottom: 12px;
}

.Wrapper-toeic-b1 .tip_ p {
    font-size: 18px;
}

/* 容器層：只留 padding，並設定定位基準 */
.Wrapper-brand-color {
    position: relative;
    /* 必要：讓偽元素對齊 */
    padding: 60px 15px 66px;
    overflow: hidden;
    /* 確保內容不溢出 */
}

/* 建立偽元素來承載背景圖 */
.Wrapper-brand-color::before {
    content: "";
    position: fixed;
    /* 替代 background-attachment: fixed */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* 背景設定 */
    background-image: url(../img/czone_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    /* 層級與效能優化 */
    z-index: -1;
    will-change: transform;
    /* 告訴瀏覽器這層會動，提升順暢度 */
}


.btn_02 {
    background-color: rgba(255, 255, 255, .30);
    border: 1px solid rgba(255, 255, 255, .75);
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    border-radius: 50rem;
    padding: 9px 33px;
    text-align: center;
    font-size: 20px;
    transition: all ease-in-out .2s;
}

.btn_02:hover {
    background-color: rgba(255, 255, 255, .50);
    color: rgba(255, 255, 255, 1);
}

.Wrapper-toeic-c {
    background-color: #1f002a;
    background-image: url(../img/czone_bg.gif);
    padding: 70px 15px 0px;
    background-position: center;
}

.Wrapper-toeic-c .swiper-button-prev,
.Wrapper-toeic-c .swiper-container-rtl .swiper-button-next {
    left: calc(50% - 640px);
    top: 45%;
    right: auto;
}

.Wrapper-toeic-c .swiper-button-next,
.Wrapper-toeic-c .swiper-container-rtl .swiper-button-prev {
    right: calc(50% - 640px);
    top: 45%;
    left: auto;
}

.Wrapper-toeic-c .swiper-button-prev:after,
.Wrapper-toeic-c .swiper-container-rtl .swiper-button-next:after {
    content: "\f137";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgb(48 160 174 / 0.7);
    padding-left: 0px;
    font-size: 27px;
    width: auto;
    height: auto;
}

.Wrapper-toeic-c .swiper-button-next:after,
.Wrapper-toeic-c .swiper-container-rtl .swiper-button-prev:after {
    content: '\f138';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgb(48 160 174 / 0.7);
    padding-right: 0px;
    font-size: 27px;
    width: auto;
    height: auto;
}

.Wrapper-toeic-c h2 img {
    max-width: 570px;
}

.Wrapper-toeic-c .subtitle_ {
    font-size: 27px;
    font-weight: 600;
    color: #08353e;
}

.Wrapper-toeic-c .tip_ {
    width: 660px;
}

.Wrapper-toeic-c .main_button {
    padding: 0.75rem 1.5rem;
    border: 0;
}

.Wrapper-toeic-c .swiper-pagination {
    position: unset;
    margin-bottom: 45px;
}

.Wrapper-toeic-c .swiper-pagination-bullet {
    border-radius: 2rem;
    width: 90px;
    height: 36px;
    line-height: 1.8;
    font-size: 20px;
    background: #30a0ae;
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    color: #fff;
}

.Wrapper-toeic-c .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #15565f;
    color: #fff;
    width: 96px;
    height: 42px;
    line-height: 2.1;
}

.Wrapper-toeic-c .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.Wrapper-toeic-c .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 24px;
}

.Wrapper-toeic-d {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/bzone_bg.gif);
    background-position: center;
}

.Wrapper-toeic-d h2 img {
    max-width: 600px;
    margin-bottom: 45px;
}

.Wrapper-toeic-e hr {
    margin-top: 6px;
    margin-bottom: 6px;
}

.Wrapper-toeic-e {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fbfbfb;
}

.Wrapper-toeic-e .title_ {
    font-weight: 600;
    font-size: 24px;
    color: #061023;
}

.Wrapper-toeic-e .btn-link {
    text-align: left;
    text-decoration: none;
    color: var(--color-primary);
}

.Wrapper-toeic-e .btn-link:hover {
    color: #2e494d;
    text-decoration: none;
}

.Wrapper-toeic-e .btn-link span {
    font-size: 18px;
}

/*-----------------影音課程----------*/
.col-group-video-card_2 {
    border: 1px solid #e2e2e2;
    padding: 9px;
    border-radius: .25rem;
    background-color: #fafafa;
}

.col-group-video-card a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    align-items: stretch;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 0.25rem;
    height: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: .15s;
}

.col-group-video-card_2 a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    align-items: stretch;
    word-wrap: break-word;
    background-color: unset;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    height: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: .15s;
}

.col-group-video-card_2 a[class*="_bg_gray"] {
    background-color: #f8f8f8;
}

.col-group-video-card-img {
    height: 169px;
    overflow: hidden;
    border-radius: 3px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: .25s;
    background-color: var(--color-bg-secondary-3);
}

.col-group-video-card-img_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: .25s;
    background-color: var(--color-bg-secondary-3);
}

.col-group-video-card-fico {
    color: #9b9b9b;
    font-size: 18px;
    transition: color .2s ease-in-out;
    padding-right: 6px;
}

.col-group-video-card-score {
    font-size: 12px;
    color: #a1a1a1;
}

.col-group-video-card-head {
    position: relative;
}

.col-group-video-card-body {
    -ms-flex: 1;
    flex: 1;
    height: 100%;
}

/*-----------------影音課程↑↑↑↑----------*/
.link-button {
    opacity: 1;
    border-radius: 50rem;
    padding: 12px 18px;
    text-align: center;
    font-size: 16px;
    color: #041020;
    font-weight: 600;
    transition: all ease-in-out .2s;
}

.link-button[class*="yellow_"] {
    background-color: #fff000;
}

.link-button:hover {
    opacity: .8;
}

.Wrapper-toeic-d .link-button_w {
    width: 100%;
    opacity: 1;
    margin: 15px 0 0;
    border-radius: .25rem;
    padding: 0.75rem 1rem;
    background-color: var(--color-link-primary) !important;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    border: 0;
    transition: all ease-in-out .2s;
}

.Wrapper-toeic-d .link-button_w.click_ {
    opacity: .8;
    background-color: #c2c2c2 !important;
    color: #000;
    cursor: no-drop;
}

.Wrapper-toeic-d .link-button_w:hover {
    transform: unset;
    opacity: .8;
    transition: all ease-in-out .2s;
}

.Wrapper-toeic-d.link-button_more {
    opacity: 1;
    border-radius: 50rem;
    padding: 9px 20px;
    background-color: #fff000;
    text-align: center;
    font-size: 18px;
    color: #041020;
    font-weight: 600;
    transition: all ease-in-out .2s;
}

.Wrapper-toeic-d.link-button_more:hover {
    opacity: .87;
    transition: all ease-in-out .2s;
}

.link-button_ok {
    opacity: 1;
    border-radius: .25rem;
    padding: 12px;
    background-color: rgb(30 0 42);
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: all ease-in-out .2s;
}

.link-button_ok:hover {
    opacity: .87;
    color: #fff;
}

/* -------------------------- */
.modal_close_button {
    display: inline-flex;
    background-color: #6c757d;
    border-radius: .25rem;
    padding: 0.5rem 1rem;
    font-size: 15px;
    color: var(--color-white);
    letter-spacing: .3px;
    font-weight: 500;
    opacity: 1;
    text-align: center;
    transition: all ease-in-out .2s;
}

.modal_close_button:hover {
    background-color: #545f68;
    color: var(--color-white);
    transition: all ease-in-out .2s;
}

.modal-footer.kong .main_button[class*="--outline-dark"] {
    background-color: rgba(255 255 255 / 0);
}

.modal-header.kong {
    background-color: rgba(236, 236, 236, 0);
    padding-left: 24px;
}

.modal-header.kong p {
    font-size: 20px;
    font-weight: 600;
}

.modal-body.kong {
    padding: 20px 24px;
}

.modal-footer.kong {
    padding: 15px 24px;
}

.modal-body.kong p {
    color: #08353e;
    font-size: 16px;
}

.modal-body.kong li {
    color: var(--color-primary-rgba);
    font-size: 16px;
}

.modal-body.kong ol li {
    margin-bottom: 12px;
}

.modal-body.kong ul {
    list-style-type: disc;
    padding-left: 24px;
    font-size: 15px;
}

.modal-body.kong ul li {
    font-size: 15px;
}

.modal-body.kong .coupon_ {
    font-size: 18px;
    padding: 0 3px;
}

@media (max-width: 1399.98px) {
    .Wrapper_topbanner {
        width: auto;
        /* max-height: 900px; */
        height: 590px;
        /* height: var(--vh100); */
        overflow: hidden;
        background: #233934;
    }

    .topbg {
        position: absolute;
        left: calc(50% - 900px);
        width: 1800px;
    }

    .thanniversary2026_slogan {
        top: 54px;
        left: calc(50% - 280px);
        width: 560px;
    }

    .thanniversary2026_eventtime {
        width: 300px;
        position: absolute;
        top: 220px;
        left: calc(50% - 150px);
    }

    .thanniversary2026_eventtime {
        width: 300px;
        position: absolute;
        top: 220px;
        left: calc(50% - 150px);
    }

    .thanniversary2026_tip {
        text-align: center;
        color: #053a3b;
        width: 660px;
        position: absolute;
        top: 264px;
        left: calc(50% - 330px);
    }

    .thanniversary2026_boyrider {
        width: 140px;
        position: absolute;
        bottom: calc(50% - 230px);
        right: calc(50% - 210px);
    }

    .thanniversary2026_tip p {
        font-size: 16px;
        font-weight: 600;
    }

    .thanniversary2026_object03 {
        position: absolute;
        bottom: 60px;
        left: 50%;
    }

    .Wrapper-toeic-c .swiper-button-prev,
    .Wrapper-toeic-c .swiper-container-rtl .swiper-button-next {
        left: calc(50% - 550px);
        top: 45%;
        right: auto;
    }

    .Wrapper-toeic-c .swiper-button-next,
    .Wrapper-toeic-c .swiper-container-rtl .swiper-button-prev {
        right: calc(50% - 550px);
        top: 45%;
        left: auto;
    }
}

@media (max-width: 1199.98px) {
    .thanniversary2026_object03 {
        position: absolute;
        bottom: 60px;
        left: 50%;
    }

    .Wrapper-toeic-c .swiper-button-prev,
    .Wrapper-toeic-c .swiper-container-rtl .swiper-button-next {
        left: calc(50% - 460px);
        top: 45%;
        right: auto;
    }

    .Wrapper-toeic-c .swiper-button-next,
    .Wrapper-toeic-c .swiper-container-rtl .swiper-button-prev {
        right: calc(50% - 460px);
        top: 45%;
        left: auto;
    }
}

@media (min-width: 992px) {

    .col-group-video-card_2 a:hover {
        /* box-shadow: 0 2px 2px rgba(41, 47, 56, 0.1), 0 4px 4px rgba(41, 47, 56, 0.1), 0 8px 8px rgba(41, 47, 56, 0.1), 0 16px 16px rgba(41, 47, 56, 0.1), 0 32px 32px rgba(41, 47, 56, 0.1); */
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        text-decoration: none;
    }

    .col-group-video-card_2 a:hover>.col-group-video-card-head .col-group-video-card-img_2::after {
        content: "";
        opacity: 0;
    }

    .col-group-video-card_2 a:hover>.col-group-video-card-head .col-group-video-card-img_2 {
        background-size: 105%;
        filter: brightness(.8);
        -webkit-filter: brightness(.8);
    }
}

@media (max-width: 991.98px) {
    .Wrapper_topbanner {
        width: auto;
        /* max-height: 900px; */
        height: 540px;
        /* height: var(--vh100); */
        overflow: hidden;
        background: #233934;
    }

    .thanniversary2026_boyrider {
        width: 140px;
        position: absolute;
        bottom: calc(50% - 260px);
        right: calc(50% - 210px);
    }

    .Wrapper-toeic-b1 h2 img {
        max-width: 620px;
        margin-bottom: 12px;
    }

    .Wrapper-toeic-b1 h3 {
        margin-top: 9px;
        font-size: 24px;
    }

    .Wrapper-toeic-c .swiper-button-prev,
    .Wrapper-toeic-c .swiper-container-rtl .swiper-button-next {
        left: calc(50% - 348px);
        top: 39%;
        right: auto;
    }

    .Wrapper-toeic-c .swiper-button-next,
    .Wrapper-toeic-c .swiper-container-rtl .swiper-button-prev {
        right: calc(50% - 348px);
        top: 39%;
        left: auto;
    }

    .Wrapper-toeic-c .swiper-button-next:after,
    .Wrapper-toeic-c .swiper-container-rtl .swiper-button-prev:after {
        font-size: 24px;
    }

    .Wrapper-toeic-c .swiper-button-prev:after,
    .Wrapper-toeic-c .swiper-container-rtl .swiper-button-next:after {
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    .Wrapper-toeic-b1 h2 img {
        max-width: 516px;
        margin-bottom: 12px;
    }

    .Wrapper-toeic-c h2 img {
        max-width: 500px;
    }

    .Wrapper-toeic-c .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .Wrapper-toeic-c .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 18px;
    }

    .Wrapper-toeic-c {
        padding: 60px 15px 60px;
    }

    .Wrapper-toeic-d h2 img {
        max-width: 520px;
        margin-bottom: 45px;
    }

    .Wrapper-toeic-c .subtitle_ {
        font-size: 30px;
        color: #08353e;
    }

    .options_btn {
        width: 90%;
    }

    .thanniversary2026_slogan {
        top: 54px;
        left: calc(50% - 230px);
        width: 460px;
    }

    .thanniversary2026_eventtime {
        width: 230px;
        position: absolute;
        top: 188px;
        left: calc(50% - 115px);
    }

    .thanniversary2026_tip {
        text-align: center;
        color: #053a3b;
        width: 370px;
        position: absolute;
        top: 228px;
        left: calc(50% - 180px);
    }


}

@media (max-width:575.98px) {

    .Wrapper-toeic-d .col-group-video-card_2 a.kong {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .Wrapper-toeic-d .col-group-video-card_2 a {
        -ms-flex-direction: row;
        flex-direction: row;
        min-width: 0;
        align-items: stretch;
        word-wrap: break-word;
        background-color: unset;
        background-clip: border-box;
        border: 0px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.25rem;
        height: auto;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        transition: .15s;
    }

    .Wrapper-toeic-d .col-group-video-card-img_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 16 / 9;
        height: 78px;
        margin-right: 12px;
        overflow: hidden;
        border-radius: 4px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        transition: .25s;
        background-color: var(--color-bg-secondary-3);
    }

    .Wrapper-toeic-b1 h2 img {
        max-width: 86.8vw;
        margin-bottom: 12px;
    }

    .Wrapper-toeic-c h2 img {
        max-width: 91.8vw;
    }

    .Wrapper-toeic-d h2 img {
        max-width: 350px;
        margin-bottom: 25px;
    }

    .Wrapper-toeic-c .subtitle_ {
        font-size: 20px;
        color: #08353e;
    }

    .Wrapper-toeic-c .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .Wrapper-toeic-c .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 7px;
    }

    .Wrapper-toeic-c .swiper-pagination-bullet-active {
        opacity: var(--swiper-pagination-bullet-opacity, 1);
        background: #15565f;
        color: #fff;
        width: 96px;
        height: 42px;
        line-height: 2.1;
    }

    .Wrapper-toeic-c .swiper-pagination-bullet {
        border-radius: 2rem;
        width: 66px;
        height: 36px;
        line-height: 2.1;
        font-size: 18px;
        background: #4ebac9;
        opacity: var(--swiper-pagination-bullet-opacity, 1);
        color: #fff;
    }

    .Wrapper-toeic-c .swiper-pagination-bullet-active {
        opacity: var(--swiper-pagination-bullet-opacity, 1);
        background: #15565f;
        color: #fff;
        width: 66px;
        height: 36px;
        line-height: 2.1;
    }

    .Wrapper-toeic-b1 {
        background-color: #1f002a;
        background-image: url(../img/bzone_bg.gif);
        padding: 40px 0px 0px;
    }

    .Wrapper-toeic-c {
        padding: 40px 0px 30px;
    }

    .Wrapper-toeic-d .course-card-title {
        margin-bottom: 6px;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.4;
        max-height: 48px;
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        -webkit-line-clamp: 2;
    }

    .Wrapper-toeic-d {
        padding-top: 40px;
        padding-bottom: 40px;
        background-image: url(../img/bzone_bg.gif);
        background-position: center;
    }

    .Wrapper-toeic-e {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #fbfbfb;
    }

    .Wrapper-toeic-b1 .discount_card {
        top: calc(50% - 37px);
        left: calc(50% - 53px);
        font-size: 24px;
        font-weight: 600;
        line-height: 1.2;
    }

    .Wrapper_topbanner {
        width: auto;
        height: 720px;
        overflow: hidden;
        background: #233934;
    }

    .topbg {
        position: absolute;
        left: calc(50% - 900px);
        width: 1800px;
        object-fit: cover;
        height: 100%;
    }

    .thanniversary2026_object03 {
        position: absolute;
        bottom: 135px;
        left: 50%;
    }

    .thanniversary2026_eventtime {
        width: 275px;
        position: absolute;
        left: calc(50% - 137.5px);
        top: calc(50% - 18vh);
    }

    .thanniversary2026_slogan {
        top: calc(50% - 34vh);
        left: calc(50% - 45vw);
        width: 90vw;
    }

    .thanniversary2026_tip {
        text-align: left;
        color: #053a3b;
        width: 290px;
        position: absolute;
        top: calc(50% - 14vh);
        left: calc(50% - 135px);
    }

    .thanniversary2026_boyrider {
        width: 46vw;
        position: absolute;
        bottom: unset;
        right: calc(50% - 47vw);
        top: calc(50% - 4vh);
    }

    .Wrapper-brand-color {
        position: relative;
        background-image: url(../img/czone_bg.webp);
        background-size: 240%;
        background-repeat: no-repeat;
        background-position: center -170px;
        padding: 60px 15px 66px;
        overflow: hidden;
    }

    .Wrapper-toeic-c .subtitle_ {
        font-size: 36px;
        color: #08353e;
    }

    /* 建立偽元素來承載背景圖 */
    .Wrapper-brand-color::before {
        content: "";
        position: unset;
        /* 替代 background-attachment: fixed */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        /* 背景設定 */
        background-image: unset;
        background-size: unset;
        background-repeat: no-repeat;
        background-position: center;

        /* 層級與效能優化 */
        z-index: -1;
        will-change: transform;
        /* 告訴瀏覽器這層會動，提升順暢度 */
    }

    @keyframes float {
        from {
            top: -40px;
        }

        to {
            top: 20px;
        }
    }

}

@media (max-width:360px) {}