@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;
}

.kongfixed {
    z-index: 100;
    position: fixed;
    bottom: 20px;
    right: 30px;
    left: auto;
    top: auto;
}

.kongfixed span {
    padding: 12px 18px;
    font-size: 14px;
    color: #fff;
    background-color: #e94941;
    border-radius: 100px;
    margin-bottom: 9px;
}

.kongfixed span:hover {
    background-color: #CB2219;
}

.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;
}

/* ---------------------------------------- */
.content {
    background-color: #fff;
}

.Wrapper-summer-topbanner .summer_object01 {
    position: absolute;
    top: 7.9vw;
    left: calc(50% - 15.4vw);
    width: 30vw;
}

.Wrapper-summer-topbanner .summer_object02 {
    position: absolute;
    width: 100%;
    top: 28vw;
}

.Wrapper-summer-topbanner .summer_object03 {
    left: calc(50% - 15px);
}

.Wrapper-summer-topbanner .summer_object04 {
    position: absolute;
    left: 0;
    bottom: 0;
}

@keyframes float {
    from {
        top: 37.5vw;
    }

    to {
        top: 38vw;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.Wrapper-summer-topbanner .toeic_downarrow img {
    width: 30px;
}

.Wrapper-summer-topbanner .toeic_downarrow {
    position: absolute;
    animation-name: float;
    animation-duration: .9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
}

.Wrapper-summer-topbanner .explain_ {
    margin-top: 0px;
    /* margin-bottom: 11vw; */
    color: #061023;
    font-size: 1.2vw;
    font-weight: 600;
    margin-bottom: 6px;
}

.Wrapper-summer-topbanner .explain_ span {
    font-size: 1.2vw;
    color: #fd4b6e;
    font-weight: 900;
}

.Wrapper-summer-topbanner .subtitle_ .p3::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 1px;
    width: 66px;
    height: 36px;
    background: linear-gradient(324deg, rgba(255, 240, 0, 0) 30%, rgba(255, 240, 0, 1) 73%);
    z-index: -1;
}

.Wrapper-toeic-b {
    position: relative;
    width: 100%;
    padding-top: 87px;
    background: url(../img/bg_2.webp) scroll no-repeat center 0px / 194%;
    margin-top: -60px;
    padding-bottom: 45px;
}

.Wrapper-toeic-b_bg_under {
    position: absolute;
    width: 100%;
    height: 106px;
    background: url(../img/bg_2_under.webp) scroll no-repeat center top / 100%;
    bottom: -60px;
}

.Wrapper-toeic-b .title_ {
    font-weight: 600;
    font-size: 30px;
    color: #061023;
    position: relative;
    margin-bottom: 27px;

}

.Wrapper-toeic-b .title_::before {
    content: "";
    position: absolute;
    background-position: center;
    background-color: #061023;
    height: 1px;
    width: 390px;
    bottom: -3px;
}

.Wrapper-toeic-b .title_::after {
    content: "";
    border: solid #061023;
    border-width: 0 1px 1px 0;
    position: absolute;
    padding: 6px;
    background-color: #00b7d0;
    transform: rotate(45deg);
    bottom: -9px;
    left: calc(50% - 9px);
}

/* .Wrapper-toeic-b .title_::after {
    content: "";
    position: absolute;
    background-image: url(../img/font_underline_02.webp);
    background-position: center;
    height: 11px;
    width: 20px;
    bottom: -9px;
    left: calc(50% - 10px);
    opacity: .54;
} */

.Wrapper-toeic-b p.subtitle_ {
    font-size: 16px;
    color: #061023;
}

.Wrapper-toeic-b .swimring_ p {
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.Wrapper-toeic-b a>div>img {
    transform: rotate(0deg);
    transition: all ease-in-out .4s;
}

.Wrapper-toeic-b a:hover>div>img {
    transform: rotate(-9deg);
    transition: all ease-in-out .4s;
}

.Wrapper-toeic-b .tag_no1 {
    top: -10px;
    left: 2.4vw;
}

.Wrapper-toeic-b .finger_ {
    /* bottom: -8px;
    right: 4.8vw; */
    width: 79px;
    animation-name: finger_;
    animation-duration: .25s;
    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;
    }
}

.Wrapper-toeic-c {
    margin-top: 4.3vw;
}

.Wrapper-toeic-c .title_ {
    font-weight: 600;
    font-size: 30px;
    color: #061023;
    position: relative;
    margin-bottom: 45px;
}

.Wrapper-toeic-c .title_::before {
    content: "";
    position: absolute;
    background-color: #061023;
    background-position: center;
    height: 1px;
    width: 488px;
    bottom: -3px;
}

.Wrapper-toeic-c .title_::after {
    content: "";
    border: solid #061023;
    border-width: 0 1px 1px 0;
    position: absolute;
    padding: 6px;
    background-color: #fff;
    transform: rotate(45deg);
    bottom: -9px;
    left: calc(50% - 9px)
}

.Wrapper-toeic-c .subtitle_ {
    font-weight: 600;
    font-size: 20px;
    color: #061023;
    position: relative;
    padding-left: 57px;
    margin-bottom: 0;
}

.Wrapper-toeic-c .subtitle_::before {
    content: "";
    top: -3px;
    left: 12px;
    background-image: url(../img/subtitle_icon_point.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 36px;
    height: 36px;
}

.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: 13px;
    color: #061023;
}

/*-----------------影音課程----------*/
.col-group-video-card_2 {
    border: 1px solid #e2e2e2;
    padding: 9px;
    border-radius: .25rem;
}

.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;
    height: 161px;
    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: 6px 18px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: all ease-in-out .2s;
}

.link-button[class*="blue_"] {
    background-color: #17b6ab;
}

.link-button[class*="green_"] {
    background-color: #6b9d49;
}

.link-button[class*="orange_"] {
    background-color: #f17e3a;
}

.link-button:hover {
    color: #fff;
    opacity: .8;
}

.col-group-video-card_2 .link-button_w {
    opacity: 1;
    margin: 15px 0 0;
    border-radius: .25rem;
    width: 50%;
    padding: 6px 0px;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    font-size: 16px;
    border: 1px solid #664348;
    color: #664348;
    font-weight: 500;
    transition: all ease-in-out .2s;
}

.col-group-video-card_2 .link-button_w:hover {
    transform: unset;
    opacity: .8;
}

.col-group-video-card_2 .link-button_buy {
    opacity: 1;
    margin: 15px 0 0;
    border-radius: .25rem;
    width: 50%;
    padding: 6px 0px;
    background-color: #fd4b6e;
    text-align: center;
    font-size: 16px;
    border: 1px solid #fd4b6e;
    color: #fff;
    font-weight: 500;
    transition: all ease-in-out .2s;
}

.col-group-video-card_2 .link-button_buy:hover {
    transform: unset;
    opacity: .8;
}

.Wrapper-toeic-c .link-button_more {
    opacity: 1;
    border-radius: 50rem;
    padding: 9px 20px;
    background-color: #112c61;
    text-align: center;
    font-size: 16px;
    border: 1px solid #112c61;
    color: #fff;
    font-weight: 500;
    transition: all ease-in-out .2s;
}

.Wrapper-toeic-c .link-button_more:hover {
    opacity: .8;
}

.link-button_ok {
    opacity: 1;
    width: 100%;
    border-radius: 25rem;
    padding: 9px 20px;
    background-color: #112c61;
    text-align: center;
    font-size: 16px;
    border: 1px solid #112c61;
    color: #fff;
    font-weight: 500;
    transition: all ease-in-out .2s;
}

.link-button_ok:hover {
    opacity: .87;
    color: #fff;
}

/* -------------------------- */
.modal-header.kong {
    background-color: #fd4b6e;
}

.modal-header.kong p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.modal-body.kong .h3 {
    color: #fd4b6e;
    font-weight: 600;
    font-size: 24px;
}

.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) {
    .Wrapper-toeic-b_bg_under {
        bottom: -6.3vw;
    }

    .Wrapper-toeic-b .title_ {
        font-size: 27px;
    }

    .Wrapper-toeic-b .title_::before {
        width: 351px;
    }

    .Wrapper-toeic-c {
        margin-top: 5.3vw;
    }

    .Wrapper-toeic-c .title_ {
        font-size: 27px;
    }

    .Wrapper-toeic-c .title_::before {
        width: 440px;
    }

    .Wrapper-summer-topbanner .explain_ {
        margin-bottom: 0;
    }

    .Wrapper-summer-topbanner .summer_object01 {
        top: 7.7vw;
        left: calc(50% - 16.2vw);
        width: 32vw;
    }

    .Wrapper-summer-topbanner .summer_object02 {
        top: 28vw;
    }

    .Wrapper-summer-topbanner .toeic_downarrow img {
        width: 20px;
    }

    .Wrapper-summer-topbanner .summer_object03 {
        left: calc(50% - 10px);
    }

    .Wrapper-toeic-b {
        padding-top: 66px;
        padding-bottom: 15px;
        margin-top: -40px;
    }

    .col-group-video-card-img_2 {
        height: 137px;
    }

    .Wrapper-toeic-b .finger_ {
        /* bottom: -8px;
        right: 4.8vw; */
        width: 70px;
        animation-name: finger_;
        animation-duration: .25s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        animation-direction: alternate-reverse;
    }

    @keyframes finger_ {
        from {
            bottom: 14px;
            right: 72px;
        }

        to {
            bottom: 17px;
            right: 75px;
        }
    }
}

@media (max-width: 1199.98px) {
    .Wrapper-toeic-b_bg_under {
        bottom: -7.6vw;
    }

    .Wrapper-summer-topbanner .explain_ span {
        font-size: 20px;
        color: #fd4b6e;
        font-weight: 900;
    }

    .Wrapper-toeic-b .tag_no1 {
        top: -20px;
        left: 2.4vw;
    }

    .Wrapper-toeic-b {
        padding-top: 66px;
        padding-bottom: 15px;
        margin-top: -30px;
    }

    .col-group-video-card-img_2 {
        height: 110px;
    }

    .Wrapper-toeic-b .finger_ {
        width: 45px;
        animation-name: finger_;
        animation-duration: .25s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        animation-direction: alternate-reverse;
    }

}

@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(-5px);
        transform: translateY(-5px);
        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-toeic-b_bg_under {
        bottom: -5.1vw;
        height: 50px;
    }

    .Wrapper-summer-topbanner {
        background-image: url(../img/bg.webp);
        background-position: calc(50% - 1vw) -6px;
        background-repeat: no-repeat;
        background-size: 150%;
        height: 63vw;
        position: relative;
        background-color: #fff;
        width: 100%;
    }

    .Wrapper-summer-topbanner .summer_object01 {
        top: 10.2vw;
        left: calc(50% - 25.6vw);
        width: 50vw;
    }

    .Wrapper-summer-topbanner .explain_ {
        margin-top: 0px;
        color: #061023;
        font-size: 15px;
        font-weight: 600;
    }

    .Wrapper-toeic-b {
        padding-top: 60px;
        padding-bottom: 0;
        margin-top: -30px;
    }

    .Wrapper-toeic-c {
        margin-top: 6.6vw;
    }

    .Wrapper-summer-topbanner .summer_object02 {
        position: absolute;
        width: 340px;
        top: 42vw;
        left: calc(50% - 170px);
    }

    .Wrapper-toeic-b .tag_no1 {
        top: -20px;
        left: 1.5vw;
        width: 100px;
    }

    .Wrapper-toeic-b .swimring_ p {
        font-size: 15px;
        color: #fff;
    }

    .Wrapper-toeic-b p.subtitle_ {
        font-size: 14px;
        color: #061023;
    }

    .Wrapper-toeic-b .title_ {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .Wrapper-toeic-c .title_ {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .Wrapper-toeic-b .title_::before {
        width: 260px;
    }

    .Wrapper-toeic-c .title_::before {
        width: 325px;
    }


    .link-button {
        opacity: 1;
        border-radius: 50rem;
        padding: 6px 12px;
        text-align: center;
        font-size: 15px;
    }

    .col-group-video-card-img_2 {
        height: 178px;
    }

    @keyframes float {
        from {
            top: 54.4vw;
        }

        to {
            top: 55.1vw;
        }
    }

    .Wrapper-toeic-b .finger_ {
        width: 45px;
        bottom: 10px;
        right: 40px;
        animation-name: finger_;
        animation-duration: unset;
        animation-iteration-count: unset;
        animation-timing-function: unset;
        animation-direction: unset;
    }



}

@media (max-width: 767.98px) {

    .Wrapper-toeic-b_bg_under {
        bottom: -6.1vw;
    }

    .Wrapper-toeic-c {
        margin-top: 7.2vw;
    }

    .Wrapper-summer-topbanner .explain_ {
        font-weight: 500;
    }

    .Wrapper-summer-topbanner .explain_ span {
        font-size: 18px;
        color: #fd4b6e;
        font-weight: 600;
    }

    .Wrapper-toeic-b {
        padding-top: 40px;
        padding-bottom: 0;
        margin-top: -24px;
        background: url(../img/bg_2.webp) scroll no-repeat center 0px / 250%;
    }

    .Wrapper-toeic-b .swimring_ p {
        font-size: 14px;
    }

    .Wrapper-toeic-b .tag_no1 {
        top: -10px;
        left: 1.5vw;
        width: 72px;
    }

    .col-group-video-card-img_2 {
        height: 128px;
    }

    .Wrapper-toeic-b .finger_ {
        bottom: 7px;
        right: 13px;
    }

}

@media (max-width:575.98px) {
    .Wrapper-toeic-b_bg_under {
        bottom: -38px;
        height: 44px;
        background-size: 180%;
    }

    .modal-header.kong p {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
    }

    .modal-body.kong .h3 {
        font-size: 24px;
    }

    .modal-body.kong p {
        font-size: 20px;
    }

    .Wrapper-toeic-b .swimring_ p {
        font-size: 18px;
    }

    .Wrapper-toeic-b .tag_no1 {
        top: -10px;
        left: calc(50% - 150px);
        width: 120px;
    }

    .Wrapper-summer-topbanner {
        background-size: 330%;
        height: 110vw;
    }

    .Wrapper-summer-topbanner .summer_object01 {
        top: 20vw;
        left: calc(50% - 45.6vw);
        width: 90vw;
    }

    .Wrapper-summer-topbanner .summer_object02 {
        top: 81vw;
        bottom: calc(50% - 40vw);
    }

    .col-group-video-card-img_2 {
        height: 100%;
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .Wrapper-toeic-b {
        padding-top: 54px;
        margin-top: -57px;
        background: url(../img/bg_2.webp) scroll no-repeat -81px 0px / 300%;
    }

    .Wrapper-toeic-b .title_ {
        padding-top: 20px;
    }

    .Wrapper-summer-topbanner .summer_object04 {
        position: absolute;
        width: 14vw;
        top: 14.5vw;
        left: calc(50% - 41.5vw);
    }

    .Wrapper-summer-topbanner .summer_object05 {
        position: absolute;
        width: 14vw;
        top: 72vw;
        left: calc(50% + 34vw);
    }

    .Wrapper-toeic-b .finger_ {
        width: 60px;
        bottom: 12px;
        right: calc(50% - 100px);
    }

    .Wrapper-toeic-c {
        margin-top: 13vw;
    }

}

@media (max-width:360px) {
    .Wrapper-summer-topbanner .explain_ {
        margin-top: 0px;
        color: #061023;
        font-size: 13px;
        font-weight: 500;
    }

    .Wrapper-toeic-b {
        padding-top: 54px;
        margin-top: -40px;
        background: url(../img/bg_2.webp) scroll no-repeat -81px 0px / 330%;
    }

    .Wrapper-summer-topbanner .summer_object02 {
        width: 300px;
        left: calc(50% - 150px);
    }

    .Wrapper-toeic-b .title_::before,
    .Wrapper-toeic-c .title_::before,
    .Wrapper-toeic-b .title_::after,
    .Wrapper-toeic-c .title_::after {
        content: none;
    }
}