@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;
}

.learningCarnival2025_ p {
    color: #041020;
    font-size: 16px;

}

.learningCarnival2025 .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-c .swiper {
    position: unset;
}

.Wrapper-toeic-c .swiper-button-prev,
.Wrapper-toeic-c .swiper-container-rtl .swiper-button-next {
    left: calc(50% - 690px);
    top: 60%;
    right: 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: rgba(255, 255, 255, .7);
    padding-left: 0px;
    font-size: 27px;
    width: auto;
    height: auto;
}

.Wrapper-toeic-c .swiper-button-next,
.Wrapper-toeic-c .swiper-container-rtl .swiper-button-prev {
    right: calc(50% - 690px);
    top: 60%;
    left: 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: 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;
}

.Wrapper-bundling .col-group-bundling-card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    /* height: 118px; */
    aspect-ratio: 16 / 9;
    margin-bottom: 8px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
}

.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;
}

.learningCarnival2025_ .main_button.click_ {
    opacity: .7;
    background-color: #d4d4d4;
    color: #000;
}

/* ---------------------------------------- */
.learningCarnival2025 {
    position: relative;
}

.backgroundcolor_main {
    background-color: #1f002a;
    background-image: url(../img/bg.webp);
    background-size: contain;
    background-position-y: bottom;
}

.top_gradient_bg {
    background: #1F002A;
    background: linear-gradient(180deg, rgba(31, 0, 42, 1) 33%, rgba(232, 1, 62, 1) 100%);
    height: 660px;
    overflow: hidden;
    position: relative;
}

.radiation_ani {
    position: absolute;
    top: calc(50% - 1100px);
    left: calc(50% - 1257px);
    animation: rotation 15s linear infinite;
    opacity: 0.6;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.Wrapper_topbanner {
    max-height: 900px;
    height: 100vw;
    /* height: var(--vh100); */
    overflow: hidden;
}

.learningCarnival2025_slogan {
    position: absolute;
    top: 60px;
    left: calc(50% - 340px);
    width: 680px;
    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);
    }
}

.learningCarnival2025_tip {
    text-align: center;
    color: #fff;
    width: 440px;
    position: absolute;
    top: 230px;
    left: calc(50% - 220px);
}

.learningCarnival2025_tip p {
    font-size: 18px;
}

.learningCarnival2025_circustent {
    position: absolute;
    top: 230px;
    left: calc(50% - 354px);
    width: 750px;
}

.learningCarnival2025_circustent_bg {
    position: absolute;
    bottom: -2px;
    left: calc(50% - 47vw);
    width: 94vw;
}

.learningCarnival2025_balloon_left {
    position: absolute;
    top: 221px;
    left: calc(50% - 420px);
    width: 150px;
    z-index: 1;
    animation-name: balloonfloat_left;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
}

.learningCarnival2025_balloon_right {
    position: absolute;
    top: 221px;
    right: calc(50% - 410px);
    width: 114px;
    z-index: 1;
    animation-name: balloonfloat_right;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
}

@keyframes balloonfloat_left {
    from {
        top: 221px;
    }

    to {
        top: 227px;
    }
}

@keyframes balloonfloat_right {
    from {
        top: 221px;
    }

    to {
        top: 227px;
    }
}

.learningCarnival2025_arnivalcurtain_left {
    position: absolute;
    top: -170px;
    left: 0;
}

.learningCarnival2025_arnivalcurtain_right {
    position: absolute;
    top: -170px;
    right: 0;
    transform: scaleX(-1);
}

.learningCarnival2025_blackzone_2 {
    position: absolute;
    top: unset;
    bottom: calc(var(--vh100) / 2 - 260px);
    left: calc(50% - 322.5px);
    width: 645px;
    height: 165px;
    background-image: url(../img/tip_bg_02.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 14px 50px 14px;
}


.learningCarnival2025_object01 img {
    width: 91%;
}

.learningCarnival2025_object03 {
    position: absolute;
    top: calc(50% + 330px);
    left: calc(50% - 98.5px);
}


@keyframes float {
    from {
        top: 25px;
    }

    to {
        top: 27px;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.toeic_downarrow {
    width: 24px;
}

.toeic_downarrow {
    position: absolute;
    animation-name: float;
    animation-duration: .3s;
    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;
    }
}

/* ----------------------------- */
h2 img {
    width: 450px;
}

h2 img.h2_0 {
    width: 40%;
}

.Wrapper-toeic-b1 .front {
    width: 100%;
}



.Wrapper-toeic-b1 .tip_ {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 0;
    text-align: center;
    opacity: .87;
    line-height: 1.8;
}

.Wrapper-toeic-b1 .tip_ p {
    font-size: 18px;
}

.Wrapper-toeic-b1 {
    padding-bottom: 60px;
}

.coupon_filp_card_content p {
    font-size: 18px;
}

.coupon_filp_card_content {
    width: 120px;
    top: calc(50% - 55px);
    left: calc(50% - 58px);
}

.Wrapper-toeic-b2 {
    padding-bottom: 60px;
}

.bundling_bgcolor {
    background-image: url(../img/bundle_bg.webp );
    background-position: center -1478px;
}

.bundle_sm_title_size {
    width: 150px;
}

.learningCarnival2025_blackzone_2 {
    position: absolute;
    top: unset;
    bottom: calc(var(--vh100) / 2 - 260px);
    left: calc(50% - 322.5px);
    width: 645px;
    height: 165px;
    background-image: url(../img/tip_bg_02.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 14px 50px 14px;
}

.weeks_bg {
    background-color: #1f002a;
    background-image: url(../img/weeks_bg.webp);
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: .25rem;
}

.Wrapper-toeic-c {
    padding-top: 40px;
    background-image: url(../img/top_bg.gif);
    background-size: 15px;
    background-position: center;
}

.Wrapper-toeic-c .title_ {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    position: relative;
    margin-bottom: 24px;
}

.Wrapper-toeic-c ._2025_ {
    font-weight: 700;
    position: relative;
}

.Wrapper-toeic-c ._2025_::before {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 3px;
    width: 32px;
    top: calc(50% - 2px);
    left: 520px;
}

.Wrapper-toeic-c ._2025_::after {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 3px;
    width: 32px;
    top: calc(50% - 2px);
    right: 520px;
}

.Wrapper-toeic-c .subtitle_ {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-left: 57px;
    margin-bottom: 0;
}

.Wrapper-toeic-c .subtitle_a,
.Wrapper-toeic-c .subtitle_b,
.Wrapper-toeic-c .subtitle_c,
.Wrapper-toeic-c .subtitle_d,
.Wrapper-toeic-c .subtitle_e,
.Wrapper-toeic-c .subtitle_f,
.Wrapper-toeic-c .subtitle_g {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    position: relative;
    padding-left: 57px;
    margin-bottom: 0;
}

.Wrapper-toeic-c .subtitle_a::before {
    content: "";
    top: -3px;
    left: 12px;
    background-image: url(../img/icon_01.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 36px;
    height: 36px;
}

.Wrapper-game {
    position: relative;
    background-color: #fafafa;
    overflow: hidden;
}

.Wrapper-game li {
    font-size: 1.2rem;
}

.Wrapper-game ul {
    padding-left: 20px;
}

.img_map_cover {
    opacity: .03;
    aspect-ratio: 16 / 9;
}

.cover_color {
    background-color: #1F002A;
    width: 100%;
    height: 100%;
    position: absolute;
}

.game_tip {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 660px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    font-size: 24px;
    font-weight: 600;
    z-index: 2;
}

.game_tip_top {
    width: 100%;
    background-color: #008bc4;
    padding: 30px 15px;
    background-image: url(../img/weeks_bg.webp);
    background-position: center;
    text-align: center;
}

.game_tip_bottom {
    width: 100%;
    background-color: #fafafa;
    padding: 15px;
}

.game_tip_bottom img {
    margin-top: -43px;
    margin-left: -80px;
    width: 190px;
}

.game_pic {
    position: absolute;
    width: 1296px;
    aspect-ratio: 16 / 9;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: .25rem;
    border: 3px solid #fff;
    box-sizing: border-box;
    background-color: #fff;
}

.Wrapper-guestbook {
    background-color: #fafafa;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/guestbook_bg.gif);
    background-size: 15px;
    background-position: center;
}

.guestbook_list_bg {
    background-image: url(../img/guestbook_list_bg.webp);
    background-size: cover;
    background-position: center;
    padding: 75px 36px 90px;
    height: 340px;
}


.Wrapper-guestbook_tip p {
    line-height: 1.8;
    font-size: 18px;
}

.Wrapper-guestbook .bg_line {
    background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 38%) 0px, rgba(255, 255, 255, 38%) 1px, rgb(233 91 84 / 0%) 1px, rgb(233 91 84 / 0%) 40px);
}


.Wrapper-guestbook .content_p p {
    font-size: 16px;
    line-height: 2.4;
    margin-bottom: 0;
    color: var(--color-white-rgba);
}

.Wrapper-toeic-d {
    background-color: #ededed;
}

.Wrapper-toeic-d .title_ {
    font-weight: 600;
    font-size: 24px;
    color: #061023;
}

.Wrapper-toeic-d li {
    font-size: 13px;
    color: #061023;
}

.Wrapper-toeic-d p {
    font-size: 16px;
    color: #061023;
}

/*-----------------影音課程----------*/
.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;
}

.col-group-video-card_2 .link-button_w {
    opacity: 1;
    margin: 15px 0 0;
    border-radius: .25rem;
    padding: 0.75rem 1rem;
    background-color: #2b2b2b;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    transition: all ease-in-out .2s;
}

.col-group-video-card_2 .link-button_w.click_ {
    opacity: .8;
    background-color: #c2c2c2;
    color: #000;
}

.col-group-video-card_2 .link-button_w:hover {
    transform: unset;
    opacity: .8;
}

.Wrapper-toeic-c .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-c .link-button_more:hover {
    opacity: .87;
}

.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-footer.kong .main_button[class*="--outline-dark"] {
    background-color: rgba(255 255 255 / 0);
}

.modal-header.kong {
    background-color: rgba(236, 236, 236, 0);
    border-bottom: 0;
}

.modal-header.kong p {
    font-size: 20px;
    font-weight: 600;
}

.modal-body.kong {
    padding: 0px 40px 20px;
}

.modal-footer.kong {
    padding: 15px 37px;
}

.modal-body.kong p {
    color: #fd4b6e;
    font-size: 16px;
}

.modal-body.kong li {
    color: #061023;
    font-size: 15px;
}

.modal-body.kong .coupon_ {
    font-size: 18px;
    padding: 0 3px;
}

@media (max-width: 1399.98px) {

    .learningCarnival2025_arnivalcurtain_right {
        top: -200px;
        right: -66px;
    }

    .learningCarnival2025_arnivalcurtain_left {
        top: -200px;
        left: -66px;
    }

    .Wrapper-toeic-b1 .front img {
        width: 261px;
    }

    .game_tip {
        width: 640px;
    }

    .game_pic {
        width: 1116px;
    }

    .game_tip_bottom img {
        margin-top: -16px;
        margin-left: -28px;
        width: 170px;
    }

    .guestbook_list_bg {
        padding: 50px 27px 90px;
        height: 292px;
    }
}

@media (max-width: 1199.98px) {
    .learningCarnival2025_slogan {
        top: 50px;
        left: calc(50% - 255px);
        width: 510px;
    }

    .learningCarnival2025_tip {
        top: 180px;
    }

    .learningCarnival2025_tip p {
        font-size: 16px;
    }

    .learningCarnival2025_balloon_left {
        left: calc(50% - 360px);
    }

    .learningCarnival2025_balloon_right {
        right: calc(50% - 360px);
    }

    .Wrapper_topbanner {
        min-height: unset;
        height: 670PX;
    }

    .learningCarnival2025_object03 {
        top: 620px;
    }

    .learningCarnival2025_circustent {
        top: 82px;
        left: calc(50% - 351px);
        width: 744px;
    }

    .learningCarnival2025_arnivalcurtain_right {
        top: -200px;
        right: -50px;
        width: 330px;
    }

    .learningCarnival2025_arnivalcurtain_left {
        top: -200px;
        left: -50px;
        width: 330px;
    }

    .Wrapper-toeic-b1 .tip_ p {
        font-size: 16px;
    }

    .Wrapper-toeic-b1 {
        padding-top: 45px;
        padding-bottom: 30px;
    }

    .Wrapper-toeic-b1 .front img {
        width: 216px;
    }

    h2 img {
        width: 330px;
    }

    .top_gradient_bg {
        height: 490px;
    }

    .game_pic {
        width: 768px;
    }

    .game_tip_bottom img {
        margin-top: -13px;
        margin-left: -36px;
        width: 165px;
    }

    .guestbook_list_bg {
        padding: 60px 45px 90px;
        height: 327px;
    }

    .Wrapper-guestbook_tip p {
        font-size: 16px;

    }
}

@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) {
    .game_tip_top {
        width: 100%;
        background-color: #008bc4;
        padding: 20px 15px;
        background-image: url(../img/weeks_bg.webp);
        background-position: center;
        text-align: center;
    }

    .Wrapper-game li {
        font-size: 1rem;
    }

    .learningCarnival2025_circustent {
        top: 144px;
        left: calc(50% - 263px);
        width: 560px;
    }

    .Wrapper_topbanner {
        height: 630PX;
    }

    .top_gradient_bg {
        height: 450px;
    }

    .learningCarnival2025_object03 {
        top: 565px;
    }

    .learningCarnival2025_balloon_left {
        left: calc(50% - 322px);
        width: 120px;
    }

    .learningCarnival2025_balloon_right {
        right: calc(50% - 300px);
        width: 90px;
    }

    .Wrapper-toeic-b1 .front img {
        width: auto;
    }

    h2 img.h2_0 {
        width: 50%;
    }

    .game_pic {
        width: 640px;
    }

    .game_tip {
        width: 540px;
    }

    .game_tip_bottom img {
        margin-top: -24px;
        margin-left: -55px;
        width: 145px;
    }

    .guestbook_list_bg {
        padding: 60px 60px 90px;
        height: 366px;
    }
}

@media (max-width: 767.98px) {

    .learningCarnival2025_slogan {
        top: 50px;
        left: calc(50% - 240px);
        width: 480px;
    }

    .learningCarnival2025_tip {
        top: 165px;
    }

    .learningCarnival2025_arnivalcurtain_left,
    .learningCarnival2025_arnivalcurtain_right {
        display: none;
    }

    .learningCarnival2025_circustent_bg {
        position: absolute;
        bottom: -2px;
        left: calc(50% - 50vw);
        width: 100vw;
    }

    .learningCarnival2025_balloon_left {
        left: calc(50% - 282px);
        width: 120px;
    }

    .learningCarnival2025_balloon_right {
        right: calc(50% - 278px);
        width: 90px;
    }

    .Wrapper-toeic-b1 .front img {
        width: 246px;
    }

    h2 img.h2_0 {
        width: 70%;
    }

    .bundling_bgcolor {
        background-image: url(../img/bundle_bg.webp);
        background-position: center bottom;
    }

    .img_map_cover {
        opacity: 0;
    }

    .game_tip_bottom img {
        margin-top: -26px;
        margin-left: -52px;
        width: 160px;
    }

    .Wrapper-game li {
        font-size: 1rem;
    }

    .game_tip {
        height: auto;
        background-color: #fafafa;
    }

    .game_pic {
        position: absolute;
        width: 96%;
        aspect-ratio: 16 / 9;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: .25rem;
        border: 0px solid #000000;
        box-sizing: border-box;
        background-color: #fafafa;
    }

    .Wrapper-game {
        background-color: #fafafa;
        overflow: hidden;
        height: 500px;
    }

    .Wrapper-guestbook .content_p p {
        font-size: 15px;
        line-height: 2.4;
        margin-bottom: 0;
        color: var(--color-white-rgba);
    }

    .Wrapper-guestbook .bg_line {
        background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 38%) 0px, rgba(255, 255, 255, 38%) 1px, rgb(233 91 84 / 0%) 1px, rgb(233 91 84 / 0%) 37px);
    }

    .guestbook_list_bg {
        padding: 50px 22px 90px;
        height: 276px;
    }

}

@media (max-width:575.98px) {
    .modal-body.kong {
        padding: 0px 15px 20px;
    }

    .kongfixed {
        right: 10px;
    }

    .game_tip_top {
        width: 100%;
        background-color: #008bc4;
        padding: 24px 15px;
        background-image: url(../img/weeks_bg.webp);
        background-position: center;
        text-align: center;
    }

    .Wrapper-guestbook .bg_line {
        background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 38%) 0px, rgba(255, 255, 255, 38%) 1px, rgb(233 91 84 / 0%) 1px, rgb(233 91 84 / 0%) 40px);
    }

    .Wrapper-guestbook .content_p p {
        font-size: 18px;
        line-height: 2.2;
        margin-bottom: 0;
        color: var(--color-white-rgba);
    }

    .guestbook_list_bg {
        padding: 90px 62px 90px;
        height: 100vw;
    }

    .Wrapper-game ul {
        padding-left: 24px;
    }

    .game_tip_bottom img {
        margin: auto;
        width: 60%;
    }

    .Wrapper-game li {
        font-size: 1rem;
    }

    .game_tip_bottom {
        width: 100%;
        padding: 15px;
    }

    .bundle_sm_title_size {
        width: 120px;
    }


    .Wrapper-toeic-b1 .tip_ p {
        font-size: 14px;
    }

    h2 img.h2_0 {
        width: 90%;
    }

    .coupon_filp_card_content {
        width: 120px;
        top: calc(50% - 48px);
        left: calc(50% - 58px);
    }

    .coupon_filp_card_content p {
        font-size: 15px;
    }

    .Wrapper-toeic-b1 .front {
        width: 87.2%;
    }

    .Wrapper-toeic-b1 .tip_ {
        max-width: 100%;
    }

    .learningCarnival2025_balloon_right {
        right: calc(50% - 170px);
        width: 90px;
    }

    .learningCarnival2025_balloon_left {
        left: calc(50% - 174px);
        width: 120px;
    }

    @keyframes balloonfloat_left {
        from {
            top: 190px;
        }

        to {
            top: 200px;
        }
    }

    @keyframes balloonfloat_right {
        from {
            top: 200px;
        }

        to {
            top: 210px;
        }
    }

    .top_gradient_bg {
        height: 60vh;
    }

    .learningCarnival2025_slogan {
        top: 40px;
        left: calc(50% - 165px);
        width: 330px;
    }

    .learningCarnival2025_circustent {
        top: calc(50% - 150px);
        left: calc(50% - 237px);
        width: 500px;
    }

    .learningCarnival2025_tip {
        top: 134px;
        width: 290px;
        left: calc(50% - 145px);
    }

    .learningCarnival2025_tip p {
        font-size: 15px;
    }

    .learningCarnival2025_object03 {
        bottom: 24px;
        top: unset;
    }

    .game_pic {
        position: absolute;
        width: 100%;
        aspect-ratio: 9 / 16;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: .25rem;
        border: 0px solid #fff;
        border-bottom: 30px solid #fff;
        box-sizing: border-box;
        background-color: #fff;
    }

    .Wrapper-game {
        background-color: #fafafa;
        overflow: hidden;
        height: auto;
        aspect-ratio: 9 / 16;
    }

    .game_tip {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90%;
        height: auto;
        transform: translate(-50%, -52%);
        background-color: #fff;
        font-size: 24px;
        font-weight: 600;
        z-index: 2;
    }

    .Wrapper_topbanner {
        height: calc(var(--vh100) - 59px);
    }

    .img_map_cover {
        opacity: .03;
        aspect-ratio: 9 / 16;
    }
}

@media (max-width:360px) {}