@charset "utf-8";

.searchbox-wrap {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0 0 15px;
}

.searchbox-wrap input:focus,
.searchbox-wrap input:focus-visible {
    outline: 0;
}

.searchbox-wrap input {
    flex: 1;
    color: var(--color-primary);
    height: calc(1.85em + 0.75rem + 2px);
    padding: 15px;
    font-size: 16px;
    -webkit-border-top-left-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    -moz-border-radius-topleft: .25rem;
    -moz-border-radius-bottomleft: .25rem;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    box-shadow: none;
    border: none;
    /* box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.19); */
}

.searchbox-wrap span {
    padding: 0.2rem;
    background-color: #fff;
    -webkit-border-top-right-radius: .25rem;
    -webkit-border-bottom-right-radius: .25rem;
    -moz-border-radius-topright: .25rem;
    -moz-border-radius-bottomright: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border: none;
    cursor: pointer;
}

.searchbox-wrap input.search_button {
    padding: 0rem 1.2rem;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--color-white);
    background-color: var(--color-link-primary);
    border-radius: .25rem;
    opacity: 1;
    transition: .3s;
    height: 37px;
}

.searchbox-wrap input.search_button:hover {
    opacity: .87;
    /* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.19); */
}

.Wrapper-top-color img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}

.Wrapper-top-color {
    margin: 0px auto 60px;
    padding-top: 30px;
}

.Wrapper-top-color .course-card-author {
    color: rgb(24 34 37 / 75%);
}

.Wrapper-top-color p {
    font-size: 14px;
    margin: 15px;
    letter-spacing: .3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    max-height: 54px;
    width: 80%;
    color: #fff;
}

.Wrapper-top-color .swiper-container {
    border-radius: .2rem;
    box-shadow: 0 10px 6px -6px rgb(238, 238, 238);
    background-color: #07182a;
}

.Wrapper-top-color .swiper-container-horizontal>.swiper-pagination-bullets,
.Wrapper-top-color .swiper-pagination-custom,
.Wrapper-top-color .swiper-pagination-fraction {
    font-size: 14px;
    color: #fff;
    bottom: 16px;
    left: unset;
    right: 0;
    width: auto;
    text-align: right;
    background-color: #07182a;
    padding-right: 15px;
    padding-left: 15px;
}

.Wrapper-video-color .swiper-container-horizontal>.swiper-pagination-bullets,
.Wrapper-video-color .swiper-pagination-custom,
.Wrapper-video-color .swiper-pagination-fraction {
    bottom: calc(100% - 85px);
    left: calc(50% - 475px);
    font-size: 14px;
    color: var(--color-primary-rgba);
    text-align: left;
    width: auto;
}

.Wrapper-activity-color .swiper-container-horizontal>.swiper-pagination-bullets,
.Wrapper-activity-color .swiper-pagination-custom,
.Wrapper-activity-color .swiper-pagination-fraction {
    bottom: 364px;
    left: 129px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    width: auto;
}

.ranking-width .col-group-userpic-circle {
    display: none;
}

.col-group-userpic-circle {
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    margin-right: 12px;
    overflow: hidden;
    border-radius: 60px;
    background-size: cover;
    outline: 1px solid rgb(0 0 0 / 6%);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-color: var(--color-bg-secondary-3);
}

.col-group-username-circle {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
    font-size: 15px;
    background-color: var(--color-bg-secondary);
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    display: inline-block;
    border-radius: 50%;
    background-size: cover;
    margin-right: 12px;
}

.ranking-title {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 20px;
    padding-left: 24px;
}

.ranking-title h1,
.ranking-title h2 {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 20px;
    display: inline;
}

.ranking-title i::before {
    content: "🏆";

    position: absolute;
    color: #e94941;
    top: 4.5px;
    left: 0px;
    transform: scale(.8);
}

.ranking_height {
    height: calc(100% - 39px)
}

.ranking_item>.no_ {
    font-size: 18px;
    font-weight: 600;
}


.col-group-ranking-title:hover {
    color: var(--color-primary-rgba);
    transition: all .3s;
}

.col-group-ranking-title {
    margin-bottom: 3px;
    font-size: 18px;
    color: var(--color-primary);
    font-weight: 600;
    line-height: 1.4;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.swiper-shadow-left {
    z-index: 2;
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    left: 0px;
    background: -moz-linear-gradient(left, rgba(44, 32, 58, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(44, 32, 58, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(44, 32, 58, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#992c203a', endColorstr='#00000000', GradientType=1);
}

.swiper-shadow-right {
    z-index: 2;
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    right: 0px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(44, 32, 58, 0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(44, 32, 58, 0.6) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(44, 32, 58, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#992c203a', GradientType=1);
}

.Wrapper-video-color .swiper-container {
    position: unset;
}

.Wrapper-video-color .swiper-button-next:after,
.Wrapper-video-color .swiper-container-rtl .swiper-button-prev:after {
    content: '\f138';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(24, 34, 37, 0.38);
    padding-right: 0px;
    font-size: 21px;
    width: auto;
    height: auto;
    /*	text-shadow: 1px 1px 10px #000;*/
}

.Wrapper-video-color .swiper-button-prev:after,
.Wrapper-video-color .swiper-container-rtl .swiper-button-next:after {
    content: "\f137";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(24, 34, 37, 0.38);
    padding-left: 0px;
    font-size: 21px;
    width: auto;
    height: auto;
}

.Wrapper-video-color .swiper-button-next,
.Wrapper-video-color .swiper-container-rtl .swiper-button-prev {
    right: calc(50% - 690px);
    top: 48%;
    left: auto;
}

.Wrapper-video-color .swiper-button-prev,
.Wrapper-video-color .swiper-container-rtl .swiper-button-next {
    left: calc(50% - 690px);
    top: 48%;
    right: auto;
}

.Wrapper-activity-color .swiper-button-next:after,
.Wrapper-activity-color .swiper-container-rtl .swiper-button-prev:after,
.Wrapper-top-color .swiper-button-next:after,
.Wrapper-top-color .swiper-container-rtl .swiper-button-prev:after {
    content: '\f138';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgb(154 154 154 / 54%);
    padding-right: 50px;
    width: 94px;
    height: 66px;
    aspect-ratio: 2/1;
}

.Wrapper-activity-color .swiper-button-prev:after,
.Wrapper-activity-color .swiper-container-rtl .swiper-button-next:after,
.Wrapper-top-color .swiper-button-prev:after,
.Wrapper-top-color .swiper-container-rtl .swiper-button-next:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f137";
    color: rgb(154 154 154 / 54%);
    padding-left: 50px;
    width: 94px;
    height: 66px;
    aspect-ratio: 2/1;
}

.swiper_top_ .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.my-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    position: relative;
    margin: 0 6px;
    border-radius: 50%;
    opacity: .6;
}

.my-bullet_sp_02 {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: rgba(44, 42, 51, 0.575);
    position: relative;
    margin: 0 6px;
    border-radius: 50%;
    opacity: .6;
}

.my-bullet_sp_03 {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    position: relative;
    margin: 0 6px;
    border-radius: 50%;
    opacity: .6;
}

.my-bullet-active {
    background: #e94941;
    opacity: 1;
}

.my-button-hidden {
    display: none;
}

.my-button-disabled {
    opacity: 0;
}

.brand-intro-gradient-bg {
    padding: 12px 0 0 15px;
}

.brand-intro-360,
.brand-intro-360-margin {
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
}

.brand-intro-360-2,
.brand-intro-360-margin-2 {
    display: none;
}

.Wrapper-brand-dashed {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: 1px dashed #8e9aa3;
    position: relative;
    border-radius: 70px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 18px;
}

.brand-intro-360 i,
.brand-intro-360-margin i {
    color: #8e9aa3;
    font-size: 27px;
    position: absolute;
    top: calc(80px - 54px);
    left: calc(80px - 54px);
}

.brand-intro-360>.Wrapper-brand-dashed>.fa-desktop {
    color: #8e9aa3;
    font-size: 22px;
    position: absolute;
    top: calc(80px - 51px);
    left: calc(80px - 53px);
}

.brand-intro-360 h3,
.brand-intro-360-margin h3 {
    color: #8e9aa3;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.4;
}

.brand-intro-360 p,
.brand-intro-360-margin p {
    color: #8e9aa3;
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.4;
}

.brand-intro-separate-line {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.50);
    height: 60%;
}

.Wrapper-live-color hr,
.Wrapper-video-color hr,
.Wrapper-free-color hr,
.Wrapper-class-color hr,
.Wrapper-hot-color hr,
.blog-bg hr {
    margin-top: 6px;
    margin-bottom: 0px;
}

.Wrapper-hot-color {
    padding: 0px 0 60px;
}

.Wrapper-hot-color .course-card-title {
    margin-bottom: 7px;
}

.Wrapper-hot-color .course-card-author {
    color: rgb(24 34 37 / 75%);
}

.Wrapper-video-color .course-card-title {
    margin-bottom: 7px;
}

.Wrapper-video-color .course-card-author {
    color: rgb(24 34 37 / 75%);
    margin-bottom: 8px;
}

.blog-bg .course-card-author {
    color: rgb(24 34 37 / 75%);
}

.Wrapper-video-color .course-card-discount {
    font-size: 12px;
}

.Wrapper-live-color {
    padding: 60px 0;
}

.Wrapper-brand-color {
    /* margin-bottom: 30px; */
    background-image: url(../images/index_blog_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.Wrapper-brand-color p {
    font-size: 15px;
    color: var(--color-white);
    margin: .5rem auto;
    letter-spacing: .8;
}

.Wrapper-brand-color .content_ {
    padding: 90px 15px;
}

.Wrapper-video-color.class__ {
    padding: 30px 0 60px;
    background-color: var(--color-bg-white);
    position: relative;
}

.Wrapper-video-color {
    padding: 60px 0;
    background-color: var(--color-bg-white);
    position: relative;
}

.Wrapper-e-book-color {
    padding: 30px 0;
    background-color: rgb(6 24 44 / 100%);
}

.Wrapper-activity-color {
    padding: 60px 0px 30px;
    background-color: rgb(6 24 44 / 100%);
}

.Wrapper-recommendation-color {
    padding: 30px 0px 0px;
    background-color: rgb(6 24 44 / 100%);
}

.Wrapper-free-color {
    padding: 60px 0;
}

.Wrapper-class-color {
    padding: 40px 0 90px;
}

/*---------------------搜尋*/
.Wrapper-sreach-color {
    padding: 90px 0;
    background-color: var(--color-primary-rgba);
    background-image: url(../images/sreach_bg.webp);
    background-size: 50%;
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
}

.Wrapper-keywords-color {
    width: calc(100% - 65px);
}

.Wrapper-sreach-color .Wrapper-keywords-color ul {
    padding-left: 15px;
}

.Wrapper-sreach-color .Wrapper-keywords-color li {
    display: inline-block;
    margin: 18px 9px 0 0;
    word-wrap: break-word;
    letter-spacing: .8px;
}

.Wrapper-sreach-color .Wrapper-keywords-color li a:hover {
    opacity: .87;
}

.Wrapper-sreach-color h3 {
    font-size: 60px;
    color: var(--color-white);
    letter-spacing: .8px;
    font-weight: 300;
}

.Wrapper-sreach-color p {
    font-size: 16px;
    padding-left: 6px;
    color: var(--color-white);
    letter-spacing: .8px;
}

.searchbox-wrap input::-webkit-input-placeholder {
    color: var(--color-primary-rgba-70);
}

/*Firefox 4-18瀏覽器專用*/
.searchbox-wrap input::-moz-placeholder {
    color: var(--color-primary-rgba-70);
}

/*Firefox 19+瀏覽器專用*/
.searchbox-wrap input::-moz-placeholder {
    color: var(--color-primary-rgba-70);
}

.input-group {
    width: 100%;
}

.showwidth {
    width: auto;
}

.dropdown-menu {
    width: 100%;
    min-width: auto;
}

.dropdown-toggle::after {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 8px;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-item {
    color: rgba(0, 0, 0, 0.70);
    font-size: 15px;
    padding: 4px 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: rgba(0, 0, 0, .70);
    text-decoration: none;
    background-color: rgba(0, 0, 0, .03);
}

.showwidth>.btn,
.btn-secondary {
    position: relative;
    height: calc(1.5em + .75rem + 2px);
    border: 1px solid #ced4da;
    text-align: left;
    color: rgba(0, 0, 0, .54);
    background-color: #fff;
    width: 100%;
    border-radius: 2px;
    font-size: 15px;
    padding: .375rem .75rem;
}

.btn-secondary:hover {
    color: rgba(0, 0, 0, .54);
    background-color: #FaFaFa;
    border: 1px solid #ced4da;
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: rgba(0, 0, 0, .54);
    background-color: #FaFaFa;
    border: 1px solid #ced4da;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, .0);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle {
    color: rgba(0, 0, 0, .54);
    background-color: #FaFaFa;
    border: 1px solid #ced4da;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, .0);
}

.showwidth>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0);
}


/*--------------下拉選單*/
.brand-intro-gradient-bg .nice-select,
.brand-intro-gradient-bg .nice-select .list {
    width: 100%;
    color: rgba(24, 34, 37, 0.87);
    font-size: 15px;
}

.select_width_ p {
    font-size: 15px;
    font-weight: 600;
    padding-left: 10px;
    color: rgba(24, 34, 37, 0.87);
    margin-bottom: 15px;
}

.brand-intro-gradient-bg .select_width_class {
    width: 155px;
    z-index: 999;
}

.brand-intro-gradient-bg .select_width_group {
    width: 140px;
    z-index: 999;
}

.brand-intro-gradient-bg .select_width_02 {
    width: 132px;
}

.brand-intro-gradient-bg .nice-select:active,
.brand-intro-gradient-bg .nice-select.open,
.nice-select:focus {
    border-color: rgba(24, 34, 37, 0.30);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

/*--------------下拉選單*/

/*-----------------熱門課程----------*/
.col-group-title-hot-01 {
    position: relative;
}

.col-group-title-hot-01::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #e94941;
    top: 3px;
    left: 3px;
    position: absolute;
}

.col-group-title-hot-01 h2 {
    padding-left: 20px;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 700;
}

.col-group-title-hot-01 p {
    color: var(--color-primary-rgba);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 15px;
}

.col-group-live-card-tag {
    color: var(--live-tag-font-color);
    padding: 0px 4px;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 600;
    border: solid 1px var(--live-tag-border-color);
    border-radius: var(--live-tag-border-radius);
    cursor: pointer;
}

.col-group-video-card-tag {
    color: var(--video-tag-font-color);
    padding: 0px 4px;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 600;
    border: solid 1px var(--video-tag-border-color);
    border-radius: var(--video-tag-border-radius);
    cursor: pointer;
}

.col-group-school-card-tag {
    color: rgba(255, 255, 255, 1);
    padding: 0px 4px;
    background-color: #529197;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 500;
    border: solid 0px rgba(0, 0, 0, 0.35);
    border-radius: 2px;
    cursor: pointer;
}

/*-----------------直播課程----------*/
.col-group-title-live-01 {
    position: relative;
}

.col-group-title-live-01 p {
    color: rgba(24, 34, 37, 0.54);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 15px;
}

.col-group-title-live-01::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #e94941;
    top: 3px;
    left: 3px;
    position: absolute;
}

.col-group-title-live-01 h2 {
    padding-left: 15px;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 600;
}

.col-group-live-card a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1); */
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: transform ease-in-out .2s, box-shadow ease-in-out .2s;
}

.col-group-live-card-Suggest-ico {
    position: absolute;
    top: -2px;
    left: -2px;
}

.col-group-live-card-img {
    flex: 1.5;
    overflow: hidden;
    border-radius: 0.25rem 0 0 0.25rem;
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: background-size ease-in-out .3s;
}

.col-group-live-card-body {
    -ms-flex: 1.5;
    flex: 1.5;
    height: 100%;
}

.col-group-live-card-title {
    width: 100%;
    margin-bottom: 3px;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.col-group-live-card-fico {
    padding-right: 6px;
    color: #9b9b9b;
    font-size: 18px;
    line-height: 1.4;
    transition: color .2s ease-in-out;
}

.discount_tag {
    bottom: 9px;
    right: 9px;
}

/*-----------------影音課程----------*/
.course-card-title .hover_link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.col-group-title-video-01 {
    position: relative;
}

.col-group-title-video-01 h2 {
    padding-left: 20px;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 700;
}

.col-group-title-video-01 h2::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--color-bg-red);
    top: 3px;
    left: 3px;
    position: absolute;
}

.col-group-title-video-01 p {
    color: rgba(0 0 0 / 87%);
    display: inline-block;
    vertical-align: text-bottom;
    padding-left: 15px;
    margin-bottom: 0;
}

.col-group-title-video-01 span {
    color: red;
}

.col-group-title-video-01-tag {
    vertical-align: text-bottom;
    padding-left: 15px;
    margin-bottom: 0;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
}

.col-group-title-video-01-tag::-webkit-scrollbar {
    height: 0;
    display: none;
}

.col-group-title-video-01-tag div a {
    display: flex;
    padding: 3px 6px;
    margin: 0 15px 0 auto;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-primary-rgba-87);
    border: 1px solid var(--color-border-dark-12);
    border-radius: .2rem;
    cursor: pointer;
    transform: translate(0, 0);
    transition: background-color ease-in-out 0.15s, border ease-in-out 0.15s, color ease-in-out 0.15s, transform ease-in-out 0.15s;
}

.col-group-title-video-01-tag .active {
    border: solid 1px rgba(78, 78, 78, 0);
    background-color: var(--color-bg-secondary-87);
    color: var(--color-white);
    font-weight: 500;
}

.col-group-video-card a,
.col-group-video-card .group_ {
    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: #fff;
    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-img {
    aspect-ratio: 16 / 9;
    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;
    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;
}

.starRating {
    color: #f5a623;
    font-size: 12px;
    display: inline-block;
}

.col-group-video-card-head {
    position: relative;
}

.col-group-video-card-body {
    -ms-flex: 1;
    flex: 1;
    height: 100%;
}

/*-----------------實體課程----------*/
.col-group-title-class-01 {
    position: relative;
}

.col-group-title-class-01 h2 {
    padding-left: 20px;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 700;
}

.col-group-title-class-01 h2::before {
    content: "🥇";
    font-size: 0.8rem;
    top: 2px;
    left: -3px;
    position: absolute;
}

/*-----------------近期活動----------*/
.col-group-title-activity-01 h2 {
    color: var(--color-white);
    padding-left: 20px;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 600;
}

.col-group-title-activity-01 {
    position: relative;
}

.col-group-title-activity-01 p {
    color: rgba(24, 34, 37, 0.54);
    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}

.col-group-title-activity-01::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #e94941;
    top: 3px;
    left: 3px;
    position: absolute;
}


.Wrapper-activity-color .swiper-button-next,
.Wrapper-activity-color .swiper-container-rtl .swiper-button-prev,
.Wrapper-activity-color .swiper-button-prev,
.Wrapper-activity-color .swiper-container-rtl .swiper-button-next {
    top: 57%;
}

.Wrapper-activity-color .swiper-container .swiper-slide .activity_card {
    aspect-ratio: 1068/334;
    min-height: 240px;
    max-width: 100%;
    background: var(--color-bg-white-rgba-12);
}

.Wrapper-activity-color .swiper-container .swiper-slide .activity_card img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
}

/*-----------------ebook----------*/

.Wrapper-e-book-color img {
    border-radius: .2rem;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    background-color: var(--color-bg-white-rgba-12);
}

.ebook_group_bg_color {
    background-color: rgb(255 255 255 / 12%);
    border-radius: .25rem;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    padding: 24px;
}

.ebook_group {
    display: flex;
    flex-direction: column;
}

.Wrapper-e-book-color .title_jp,
.Wrapper-e-book-color .title_en,
.Wrapper-e-book-color .title_pc {
    margin-bottom: 30px;
    padding-left: 39px;
    font-size: 20px;
    font-weight: 400;
    color: var(--color-white);
    position: relative;
}

.Wrapper-e-book-color .title_jp::before {
    content: "";
    background-image: url(../images/jp.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: 0;
    position: absolute;
    background-color: var(--color-bg-white-rgba-12);
    border-radius: 100rem;
}

.Wrapper-e-book-color .title_en::before {
    content: "";
    background-image: url(../images/en.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: 0;
    position: absolute;
    background-color: var(--color-bg-white-rgba-12);
    border-radius: 100rem;
}

.Wrapper-e-book-color .title_pc::before {
    content: "";
    background-image: url(../images/pc.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: 0;
    position: absolute;
    background-color: var(--color-bg-white-rgba-12);
    border-radius: 100rem;
}

.ebook_group .serial_number_ {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-link-white);
}

.ebook_group .img_size_ {
    width: 120px;
    flex-shrink: 0;
}

.ebook_group .content_ {
    font-size: 15px;
    color: var(--color-link-white);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.swiper .swiper-button-hidden {
    opacity: 0;
}

.ebook_group_bg_color a.ebook_group:nth-child(n+3) {
    margin-top: 36px;
}

.ebook_group_bg_color.red_::before {
    /* transform:rotate(45deg); */
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    border-color: #e94941 #e94941 transparent transparent;
}

.ebook_group_bg_color.red_::after {
    position: absolute;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 1px;
    left: 1px;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color: transparent transparent #e94941 #e94941;
}

.ebook_group_bg_color.blue_::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    border-color: #529197 #529197 transparent transparent;
}

.ebook_group_bg_color.blue_::after {
    position: absolute;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 0px;
    left: 0px;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color: transparent transparent #529197 #529197;
}

.ebook_group_bg_color.green_::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 1px;
    right: 1px;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    border-color: #82bd17 #82bd17 transparent transparent;
}

.ebook_group_bg_color.green_::after {
    position: absolute;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 0px;
    left: 0px;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color: transparent transparent #82bd17 #82bd17;
}

/*-----------------專屬人物推薦----------*/
.Wrapper-recommendation-color img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
    background-color:transparent;
}

.swiper-slide_content_color {
    color: rgba(255, 255, 255, .87);
}

.col-group-title-recommendation-01 {
    position: relative;
}

.col-group-title-recommendation-01::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #e94941;
    top: 3px;
    left: 3px;
    position: absolute;
}

.col-group-title-recommendation-01 h2 {
    color: var(--color-white);
    padding-left: 20px;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 600;
}

.col-group-title-recommendation-01 p {
    color: rgba(255, 255, 255, 0.54);
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
    margin-bottom: 0;
}

.Wrapper-recommendation-color .button_style_next {
    border-width: 2px;
    padding: 6px 36px;
    font-size: 24px;
    letter-spacing: .8px;
    transition: color .2s ease-in-out;
    margin-bottom: 30px;
}

.Wrapper-recommendation-color .swiper-container {
    width: 100%;
    height: 690px;
}

.Wrapper-recommendation-color .swiper-container .swiper-slide {
    filter: brightness(66%);
}

.Wrapper-recommendation-color .swiper-container .swiper-slide.swiper-slide-active {
    filter: brightness(100%);
}

.Wrapper-recommendation-color .swiper-container .swiper-slide p {
    position: absolute;
    left: calc(50% - 30px);
    display: none;
}

.Wrapper-recommendation-color .swiper-container .swiper-slide.swiper-slide-active p {
    font-size: 20px;
    letter-spacing: .8px;
    font-weight: 500;
    text-align: center;
    display: none;
    animation-name: fade_in;
    animation-duration: .6s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes fade_in {
    from {
        margin-top: -10px;
        color: rgba(255, 255, 255, 0);
    }

    to {
        margin-top: 15px;
        color: rgba(255, 255, 255, 0.87);
    }
}

.Wrapper-recommendation-color .tip_ {
    font-size: 18px;
    letter-spacing: .8px;
    color: rgba(0, 0, 0, 0.7);
    width: 440px;
    text-align: center;
}

.Wrapper-recommendation-color .swiper-button-prev,
.Wrapper-recommendation-color .swiper-rtl .swiper-button-next {
    left: calc(50% - 226px);
    right: auto;
    top: calc(50% - 40px);
}

.Wrapper-recommendation-color .swiper-button-next,
.Wrapper-recommendation-color .swiper-rtl .swiper-button-prev {
    right: calc(50% - 226px);
    left: auto;
    top: calc(50% - 40px);
}

.Wrapper-recommendation-color .swiper-button-next,
.Wrapper-recommendation-color .swiper-button-prev {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.54);
    transition: background-color .25s ease-in-out;
}

.Wrapper-recommendation-color .swiper-button-next:hover,
.Wrapper-recommendation-color .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.87);
}

.Wrapper-recommendation-color .swiper-button-next:after,
.Wrapper-recommendation-color .swiper-button-prev:after {
    font-size: 19px;
    color: rgba(24, 34, 37, 0.38);
    font-weight: bolder;
    padding: 0;

}

.Wrapper-recommendation-color .swiper-container-horizontal>.swiper-pagination-bullets,
.Wrapper-recommendation-color .swiper-pagination-custom,
.Wrapper-recommendation-color .swiper-pagination-fraction {
    bottom: 664px;
    left: 129px;
    width: auto;
    color: var(--color-white);
    text-align: left;
    font-size: 14px;

}

/*-----------------產業專欄----------*/
.blog-bg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 64/41;
    background-color: var(--color-bg-secondary-3);
}

.col-group-title-bolg-01 {
    position: relative;
}

.col-group-title-bolg-01 h2 {
    padding-left: 20px;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 700;
}

.col-group-title-bolg-01 p {
    color: rgba(24, 34, 37, 0.54);
    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}

.col-group-title-bolg-01::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #e94941;
    top: 3px;
    left: 3px;
    position: absolute;
}

.blog-bg .list-unstyled {
    padding-left: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #f4f4f4;
    padding: 36px 45px;
    border-radius: 6px;
}

.blog-bg .list_no {
    font-size: 18px;
    line-height: 1.3;
    padding-right: 15px;
    color: rgb(24 34 37);
    font-weight: 700;
}

.blog-bg_body_height {
    height: auto;
}

.blog-bg h3.blog-photo-title {
    color: var(--color-red);
    margin-bottom: 3px !important;
    font-size: 24px;
    font-weight: 600;
    padding: 15px 0 4px;
    letter-spacing: .3px;
    transition: color ease-in-out .25s;
}

.blog-bg h3.blog-photo-title a:hover {
    color: var(--color-red);
}

.blog-bg a .media img {
    width: 128px;
    height: 72px;
    border-radius: 3px;
}

.blog-bg h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px !important;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    color: var(--color-primary);
}

.blog-bg h3 a:hover {
    color: var(--color-primary-rgba);
    transition: all .3s;
}


.blog-bg p {
    font-size: 15px;
    line-height: 1.5;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.blog-bg {
    width: 100%;
    margin: 40px 0 60px;
}



@media (max-width: 1399.98px) {
    .blog-bg .list-unstyled {
        padding: 24px;
        background-color: #f4f4f4;

    }

    .Wrapper-video-color .swiper-button-prev,
    .Wrapper-video-color .swiper-container-rtl .swiper-button-next {
        left: calc(50% - 600px);
        top: 48%;
        right: auto;
    }

    .Wrapper-video-color .swiper-button-next,
    .Wrapper-video-color .swiper-container-rtl .swiper-button-prev {
        right: calc(50% - 600px);
        top: 48%;
        left: auto;
    }

    .Wrapper-video-color .swiper-container-horizontal>.swiper-pagination-bullets,
    .Wrapper-video-color .swiper-pagination-custom,
    .Wrapper-video-color .swiper-pagination-fraction {
        left: calc(50% - 385px);
    }

    .Wrapper-activity-color .swiper-container-horizontal>.swiper-pagination-bullets,
    .Wrapper-activity-color .swiper-pagination-custom,
    .Wrapper-activity-color .swiper-pagination-fraction {
        bottom: 317px;
    }

    .Wrapper-recommendation-color .swiper-container-horizontal>.swiper-pagination-bullets,
    .Wrapper-recommendation-color .swiper-pagination-custom,
    .Wrapper-recommendation-color .swiper-pagination-fraction {
        bottom: 604px;
    }

    .Wrapper-top-color .swiper-container .swiper-slide img {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }



    .discount_tag {
        bottom: 8px;
    }

    .Wrapper-recommendation-color .swiper-container {
        height: 630px;
    }

    .Wrapper-recommendation-color .swiper-button-next,
    .Wrapper-recommendation-color .swiper-rtl .swiper-button-prev {
        right: calc(50% - 195px);
        left: auto;
        top: calc(50% - 33px);
    }

    .Wrapper-recommendation-color .swiper-button-prev,
    .Wrapper-recommendation-color .swiper-rtl .swiper-button-next {
        left: calc(50% - 195px);
        right: auto;
        top: calc(50% - 33px);
    }
}

@media (max-width: 1199.98px) {
    .blog-bg .list-unstyled {
        padding: 0px;
        background-color: unset;

    }

    .col-group-title-video-01-tag {
        padding-left: 0px;
        margin: 0 15px 0 0;
        margin-bottom: 0;
        width: 87%;
        text-align: right;
    }

    .Wrapper-sreach-color .Wrapper-keywords-color li {
        margin: 30px 9px 0 0;
    }

    .col-group-live-card-text-price,
    .col-group-video-card-text-price {
        font-size: 16px;
    }

    .Wrapper-video-color .swiper-container-horizontal>.swiper-pagination-bullets,
    .Wrapper-video-color .swiper-pagination-custom,
    .Wrapper-video-color .swiper-pagination-fraction {
        left: calc(50% - 294px);
    }

    .Wrapper-activity-color .swiper-container-horizontal>.swiper-pagination-bullets,
    .Wrapper-activity-color .swiper-pagination-custom,
    .Wrapper-activity-color .swiper-pagination-fraction {
        bottom: 320px;
    }

    .Wrapper-recommendation-color .swiper-container-horizontal>.swiper-pagination-bullets,
    .Wrapper-recommendation-color .swiper-pagination-custom,
    .Wrapper-recommendation-color .swiper-pagination-fraction {
        bottom: 504px;
    }

    .Wrapper-brand-color .content_ {
        padding: 60px 15px;
    }

    .Wrapper-top-color {
        margin: 0px auto 60px;
        padding-top: 0px;
    }

    .Wrapper-top-color .container {
        width: 100%;
        max-width: unset;
    }

    .Wrapper-top-color .swiper-container {
        border-radius: unset;
        box-shadow: unset;
        border-bottom: 1px solid rgba(0, 0, 0, .06);
    }

    .Wrapper-top-color .ranking-width {
        width: 960px;
        max-width: unset;
        flex: unset;
        margin: auto;
    }

    .Wrapper-top-color .ranking-title {
        margin-bottom: 6px;
        padding-left: 0px;
    }

    .Wrapper-top-color .ranking-title i::before {
        top: -1px;
        left: -3px;
        transform: scale(0.5);
    }

    .discount_tag {
        bottom: 9px;
    }

    .Wrapper-hot-color {
        padding: 0px 0 60px;
    }

    .col-group-teacher-pic {
        width: 51px;
        height: 51px;
    }

    .ranking-title {
        font-weight: 700;
        font-size: 24px;
    }

    .ranking-title h1 {
        font-weight: 700;
        font-size: 24px;
        padding-left: 20px;
    }

    .ranking-title h2 {
        font-weight: 700;
        font-size: 24px;
    }

    .ranking_item {
        flex: 0 0 31%;
        max-width: 31%;
        padding: 12px 12px;
        margin: 15px 0;
        background-color: var(--color-bg-secondary-3);
        border: 0px solid var(--color-bg-secondary-3);
        border-radius: .75rem;
    }

    .col-group-ranking-title {
        padding-right: 0px;
    }

    .Wrapper-sreach-color h3 {
        font-size: 48px;
    }

    .brand-intro-gradient-bg {
        padding: 9px 0 0 15px;
    }

    .Wrapper-sreach-color {
        padding: 60px 0;
    }

    .Wrapper-recommendation-color .swiper-container {
        height: 530px;
    }

    .Wrapper-video-color .swiper-button-next,
    .Wrapper-video-color .swiper-container-rtl .swiper-button-prev,
    .Wrapper-video-color .swiper-button-prev,
    .Wrapper-video-color .swiper-container-rtl .swiper-button-next {
        display: none;
    }

    .blog-bg {
        width: 100%;
    }

}

@media (min-width: 992px) {
    .col-group-title-video-01-tag div a:hover.active {
        text-decoration: none;
        border: solid 1px rgba(78, 78, 78, 0);
        color: var(--color-white);
        background-color: var(--color-bg-secondary-70);
    }

    .col-group-live-card a:hover {
        /* box-shadow: 0 2px 2px rgba(41, 47, 56, 0.1), 0 2px 2px rgba(41, 47, 56, 0.1), 0 4px 4px rgba(41, 47, 56, 0.1), 0 6px 6px rgba(41, 47, 56, 0.1), 0 10px 10px rgba(41, 47, 56, 0.1); */
        box-shadow: 0 2px 2px rgb(41 47 56 / 0%), 0 2px 2px rgb(41 47 56 / 5%), 0 4px 4px rgb(41 47 56 / 7%), 0 6px 6px rgb(41 47 56 / 9%), 0 10px 10px rgb(41 47 56 / 10%);
        -webkit-transform: translateY(-5px);
        transform: translateY(-3px);
        text-decoration: none;
    }

    .col-group-live-card a:hover>.col-group-live-card-img {
        background-size: 110%;
    }

    .col-group-title-video-01-tag div a:hover {
        color: var(--color-primary);
        background-color: var(--color-bg-secondary-3);
    }

    .col-group-video-card a:hover>.col-group-video-card-head .col-group-video-card-img,
    .col-group-video-card .group_ .col-group-video-card-head a:hover .col-group-video-card-img {
        background-size: 110%;
        filter: brightness(.8);
        -webkit-filter: brightness(.8);
    }

    .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 .group_ .col-group-video-card-head a:hover .col-group-video-card-img_2 {
        background-size: 110%;
        filter: brightness(.8);
        -webkit-filter: brightness(.8);
    }

    .col-group-video-card_2 .group_:has(.hover_link:hover) .col-group-video-card-img_2,
    .col-group-video-card .group_:has(.hover_link:hover) .col-group-video-card-img {
        background-size: 110%;
        filter: brightness(.8);
        -webkit-filter: brightness(.8);
    }
}

@media (max-width: 991.98px) {
    .blog-bg {
        margin: 40px 0 30px;
    }

    .blog-bg .list-unstyled .blog_list {
        margin: 12px 0;
    }

    .Wrapper-video-color .swiper-container-horizontal>.swiper-pagination-bullets,
    .Wrapper-video-color .swiper-pagination-custom,
    .Wrapper-video-color .swiper-pagination-fraction {
        left: calc(50% - 175px);
        bottom: calc(100% - 55px);

    }

    .Wrapper-activity-color .swiper-container-horizontal>.swiper-pagination-bullets,
    .Wrapper-activity-color .swiper-pagination-custom,
    .Wrapper-activity-color .swiper-pagination-fraction {
        bottom: 259px;
    }

    .Wrapper-recommendation-color .swiper-container-horizontal>.swiper-pagination-bullets,
    .Wrapper-recommendation-color .swiper-pagination-custom,
    .Wrapper-recommendation-color .swiper-pagination-fraction {
        bottom: 544px;
    }

    .Wrapper-top-color {
        margin: 0px auto 20px;
    }

    .Wrapper-top-color .ranking-width {
        width: 720px;
    }

    .Wrapper-top-color .ranking_item {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .Wrapper-hot-color {
        padding: 30px 0;
    }

    .Wrapper-video-color {
        padding: 30px 0;
    }

    .all_course_tag {
        width: 100%;
    }

    .discount_tag {
        bottom: 9px;
    }

    .brand-intro-gradient-bg {
        padding: 9px 0 0 0px;
    }

    .searchbox-wrap {
        padding: 9px 0px;
    }

    .Wrapper-sreach-color .Wrapper-keywords-color ul {
        padding-left: 0px;
    }

    .Wrapper-sreach-color {
        padding: 60px 0;
    }

    .Wrapper-recommendation-color .swiper-container {
        height: 570px;
    }

    .Wrapper-recommendation-color .swiper-button-prev,
    .Wrapper-recommendation-color .swiper-rtl .swiper-button-next {
        left: calc(50% - 240px);

    }

    .Wrapper-recommendation-color .swiper-button-next,
    .Wrapper-recommendation-color .swiper-rtl .swiper-button-prev {
        right: calc(50% - 240px);
    }

    .Wrapper-recommendation-color .swiper-button-next:after,
    .Wrapper-recommendation-color .swiper-button-prev:after {
        font-size: 27px;
    }

    .Wrapper-recommendation-color .swiper-button-next:after,
    .Wrapper-recommendation-color .swiper-button-prev:after {
        font-size: 27px;
    }

    .Wrapper-recommendation-color .swiper-button-next,
    .Wrapper-recommendation-color .swiper-button-prev {
        width: 36px;
        height: 36px;
        border-radius: 100px;
    }

    .Wrapper-recommendation-color .swiper-button-next,
    .Wrapper-recommendation-color .swiper-button-prev {
        width: 36px;
        height: 36px;
        border-radius: 100px;
    }

    .Wrapper-brand-color {
        background-attachment: initial;
    }

    .col-group-title-video-01-tag {
        width: 100%;
        margin: 0 24px 0 0;
    }


}

@media (max-width: 767.98px) {
    .ranking_height {
        padding-left: 7px;
    }

    .col-group-title-video-01-tag {
        margin: 0 -6px 0 0;
    }

    .Wrapper-video-color .link_underlined {
        margin-left: 30px;
    }

    .Wrapper-video-color .swiper-container-horizontal>.swiper-pagination-bullets,
    .Wrapper-video-color .swiper-pagination-custom,
    .Wrapper-video-color .swiper-pagination-fraction {
        left: calc(50% - 84px);
        bottom: calc(100% - 55px);
    }

    .Wrapper-recommendation-color .swiper-container-horizontal>.swiper-pagination-bullets,
    .Wrapper-recommendation-color .swiper-pagination-custom,
    .Wrapper-recommendation-color .swiper-pagination-fraction {
        bottom: 624px;
    }

    .Wrapper-top-color {
        margin: 0px auto 0px;
    }


    .Wrapper-top-color .ranking-width {
        width: 540px;
        margin: 24px auto 15px;
    }

    .Wrapper-top-color .swiper-button-next,
    .Wrapper-top-color .swiper-button-prev {
        display: none;
    }

    .Wrapper-top-color .ranking-title {
        margin: 15px 0 6px;
    }

    .Wrapper-top-color .ranking_item {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
        padding: 9px 0;
        background-color: rgb(155 155 155 / 0%);
        /* border-bottom: 1px solid rgba(24, 34, 37, 0.12); */
        border-radius: unset;
    }

    .ranking_item:nth-child(n + 4) {
        display: none !important;
    }

    .Wrapper-top-color .ranking_item.last_ {
        border-bottom: unset;
    }

    .col-group-teacher-pic {
        width: 60px;
        height: 60px;
    }

    .col-group-title-video-01-tag div a {
        padding: 8px 12px;
        margin: 0 15px 0 auto;
        line-height: 1;
        background-color: var(--color-bg-secondary-3);
    }

    .Wrapper-recommendation-color .swiper-container {
        height: 650px;
        margin: 9px auto 0px;
    }

    .Wrapper-recommendation-color {
        padding: 60px 0px 15px;

    }

    .Wrapper-activity-color {
        padding: 60px 0 0px;
    }

    .Wrapper-e-book-color {
        padding: 60px 0 0;

    }

    .Wrapper-activity-color .swiper-button-next,
    .Wrapper-activity-color .swiper-button-prev {
        display: none;
    }
}

@media (max-width:575.98px) {
    .Wrapper-video-color .course-card-title {
        font-size: 20px;
        height: 50px;
    }

    .course-card-discount:empty {
        height: 0;
    }

    .course-card-title.index__ {
        margin-bottom: 6px;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.4;
        max-height: 50px;
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .Wrapper-video-color .swiper-container-horizontal>.swiper-pagination-bullets,
    .Wrapper-video-color .swiper-pagination-custom,
    .Wrapper-video-color .swiper-pagination-fraction {
        left: unset;
        right: 18px;
        bottom: calc(100% - 55px);
    }

    .blog-bg {
        margin: 30px 0;
    }

    .col-group-userpic-circle {
        width: 60px;
        height: 60px;
    }

    .ranking_height {
        height: 100%;
    }

    .col-group-live-card-text-price,
    .col-group-video-card-text-price {
        font-size: 20px;
    }

    .Wrapper-video-color .link_underlined {
        margin-left: 24px;
    }

    .col-group-ranking-title {
        font-size: 18px;
    }

    .Wrapper-top-color .ranking_item {
        height: auto;

    }

    .col-group-teacher-pic {
        width: 51px;
        height: 51px;
    }

    .Wrapper-video-color,
    .Wrapper-video-color.class__ {
        padding: 30px 0;
    }

    .col-group-video-card-body {
        -ms-flex: 2;
        flex: 2;
        padding-left: 12px;
    }

    .Wrapper-video-color .col-group-video-card-body {
        padding-left: 0px;
    }

    .col-group-title-video-01-tag div a {
        margin: 0px 10px;
        font-size: 16px;
    }

    .Wrapper-recommendation-color .swiper-container-horizontal>.swiper-pagination-bullets,
    .Wrapper-recommendation-color .swiper-pagination-custom,
    .Wrapper-recommendation-color .swiper-pagination-fraction,
    .Wrapper-recommendation-color .swiper-container-horizontal>.swiper-pagination-bullets,
    .Wrapper-recommendation-color .swiper-pagination-custom,
    .Wrapper-recommendation-color .swiper-pagination-fraction {
        left: unset;
        right: 6px;
        bottom: calc(100% - 26px);
    }

    .Wrapper-top-color p {
        display: none;
    }

    .Wrapper-top-color .swiper-container-horizontal>.swiper-pagination-bullets,
    .Wrapper-top-color .swiper-pagination-custom,
    .Wrapper-top-color .swiper-pagination-fraction {
        bottom: -3px;
        padding: 0 3px;
        font-size: 13px;
        color: #07182a;
        background-color: #fff;
    }

    .Wrapper-activity-color .swiper-container-horizontal>.swiper-pagination-bullets,
    .Wrapper-activity-color .swiper-pagination-custom,
    .Wrapper-activity-color .swiper-pagination-fraction {
        bottom: 235px;
        right: 5px;
        left: auto;
        font-size: 14px;
        color: #fff;
        text-align: left;
        width: auto;
    }

    .Wrapper-top-color .ranking-width {
        width: 100%;
        height: 100%;
        margin: 15px auto;
    }

    .Wrapper-top-color {
        padding: 0;
    }

    .Wrapper-top-color .swiper-container {
        border-radius: 0rem;
        background-color: #fafafa;
    }

    .Wrapper-hot-color {
        padding: 15px 0 30px;
    }

    .Wrapper-hot-color .col-group-video-card-head {
        aspect-ratio: 16/9;
        max-width: 100%;
        flex: 1;
    }

    .col-group-video-card a,
    .col-group-video-card .group_ {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        min-width: 0;
        align-items: start;
    }

    .col-group-video-card-img {
        max-width: 100%;
        height: 100%;
        width: 100%;
        object-fit: cover;
        transform: scale(1);
    }

    .Wrapper-video-color .col-group-video-card-head {
        aspect-ratio: 16/9;
        max-width: 100%;
        background: rgba(0, 0, 0, .12);
    }

    .Wrapper-video-color .col-group-video-card-head {
        aspect-ratio: 16/9;
        max-width: 100%;
        background: rgba(0, 0, 0, .12);
    }

    .col-group-video-card_2.newclass_ {
        border: 1px solid rgba(24, 34, 37, 0.125);
        padding: 8px;

    }

    .col-group-video-card-head.newclass_ {
        margin-right: 12px;
        border-radius: 5px;
    }

    .col-group-video-card-img_2.newclass_ {
        width: 128px;
        height: 72px;
        flex-shrink: 0;
        border-radius: 5px;

    }

    .col-group-video-card-img_2 {
        max-width: 100%;
        height: 100%;
        width: 100%;
        object-fit: cover;
        transform: scale(1);
    }

    .Wrapper-sreach-color {
        padding: 30px 0 40px;
        background-size: 210%;
        background-position: left top;
    }

    .Wrapper-sreach-color h3 {
        font-size: 10.6vw;
    }

    .Wrapper-sreach-color .Wrapper-keywords-color li {
        margin: 15px 15px 0 0;
    }

    .Wrapper-activity-color .swiper-container .swiper-slide .activity_card {
        min-height: 210px;
        max-width: 100%;
        background: rgba(0, 0, 0, .12);
    }

    .ebook_group_bg_color a.ebook_group:nth-child(n+3) {
        margin-top: 27px;
    }

    .ebook_group_bg_color {
        padding: 15px;
    }

    .ebook_group .img_size_ {
        width: 110px;
    }

    .Wrapper-recommendation-color {
        padding: 30px 0 30px;
    }

    .Wrapper-activity-color {
        padding: 30px 0;
    }

    .Wrapper-e-book-color {
        padding: 15px 0;
    }

    .Wrapper-recommendation-color .swiper-button-next,
    .Wrapper-recommendation-color .swiper-button-prev {
        display: none;
        opacity: 0;
    }

    .Wrapper-recommendation-color .swiper-container {
        height: auto;
        margin: 0px auto 0px;
        padding-bottom: 24px;
    }

    .Wrapper-recommendation-color .swiper-container .swiper-slide.swiper-slide-active p {
        font-size: 20px;
        font-weight: 400;
    }

    .Wrapper-brand-color .content_ {
        padding: 120px 15px;
    }

    .blog-bg .list_no {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
    }

    @keyframes fade_in {
        from {
            margin-top: -10px;
            color: rgba(255, 255, 255, 0);
        }

        to {
            margin-top: 20px;
            color: rgba(255, 255, 255, 0.87);
        }
    }


}

@media (max-width:320px) {}

/* for iPhone x↑  */
/* @supports(bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)){
	.Wrapper-bottomnav-color{
		padding-bottom: calc(constant(safe-area-inset-bottom) - 20px);
		padding-bottom: calc(env(safe-area-inset-bottom) - 20px);
	}
} */