﻿@charset "utf-8";

.Wrapper-intro-class p {
    color: #041020;
}

#liveToast.feedback_ {
    width: max-content;
}

.toast_height {
    top: 135px;
}

.tag_[class*="--class-rounded-tag"] {
    color: #041020;
    border-radius: var(--video-live-tag-border-radius);
    border: 1px solid rgba(4, 16, 32, 0.7);
}



.Wrapper-class-content-color .btn-link.focus,
.btn-link:focus {
    text-decoration: unset;
    box-shadow: none;
}

/* -------------兌換折價卷兌換折價卷 */
.share_ .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: auto;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
}

.share_ .close {
    position: relative;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    right: 0;
    top: 0;
}

.share_icon_link {
    font-size: 21px;
    color: rgba(255, 255, 255, .87);
    padding: 11px 15px;
    margin-bottom: 9px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: rgba(46, 73, 76, .54);
}

.share_icon_line {
    font-size: 54px;
    color: #00c854;
}

.share_icon_fbok {
    font-size: 49px;
    color: #1b74e4;
}

.share_icon_link p,
.share_icon_line p,
.share_icon_fbok p {
    padding-top: 6px;
    font-size: 14px;
    color: var(--color-primary);
}

.share_ .modal-body a {
    padding-right: 0px;
    opacity: 1;
    transition: opacity ease-in-out .25s;
}

.share_ .modal-body a:hover {
    opacity: .87;
}

.modal-body a {
    font-size: 16px;
    font-weight: 500;
    color: rgba(46, 73, 76, .87);
    transition: color ease-in-out .25s;
    padding-right: 14px;
}

.modal-body a:hover {
    color: rgba(46, 73, 76, 1);
}

.modal-content .card {
    border: unset;
    flex: 1;
}

.kong.modal-header,
.kong.modal-footer {
    border: unset;
}

.coupon .form-check {
    padding-left: 1.35rem;
}

.kong.modal-header .modal-title {
    font-size: 20px;
    font-weight: 600;
}

/* -------------兌換折價卷兌換折價卷 */
/* ---------------lightbox 行銷影片 */

.video_ .modal-content {
    border: 0px solid rgba(0, 0, 0, .2);
    background-color: #000;
}


.modal-body {
    position: relative;
    padding: 0px;
}

.video_ .btn-close {
    position: absolute;
    right: 3px;
    top: -33px;
    z-index: 999;
    font-size: 1rem;
    opacity: 1;
}

/* -----------------七天提醒 */
.attention_ .form-check-input:checked {
    background-color: var(--color-link-primary);
    border-color: var(--color-link-primary);
}

.attention_ .form-check-input:focus {
    border: 1px solid rgba(0, 0, 0, .25);
}

.attention_ .form-check-input:focus {
    box-shadow: unset;
}

.kong.modal-header {
    background-color: #fae29f;
}
.feedback_attention{
    border: 1px solid #fae29f;
    border-radius: 0.3rem;
    padding: 12px;
    margin-bottom: .5rem;
}
.feedback_attention ul {
    padding-left: 23px;
    margin-bottom: 0px;
}

.feedback_attention li {
    padding-bottom: 6px;
    font-size: 15px;
}

.feedback_attention p {
    color: #8c6d1f;
    font-size: 16px;
}

.kolly .modal-content {
    width: 78%;
    margin: auto;
    background-color: #fff;
}

.checkmark.success {
    box-shadow: inset 0px 0px 0px #fff;
    animation: fillsuccess .3s ease-in-out .4s forwards, scale .3s ease-in-out .5s both;
}

.checkmark {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    stroke-width: 5px;
    stroke: #5c4813;
    stroke-miterlimit: 10;
}

.checkmark_circle_success {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 5px;
    stroke-miterlimit: 10;
    stroke: #f4ca64;
    animation: stroke 0.5s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.kong.modal-footer {
    display: block;
}

@keyframes dash {
    50% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -130;
    }
}

@keyframes fillsuccess {
    100% {
        box-shadow: inset 0px 0px 0px 75px #fff;
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

/* ---------------- */
a .video-btn-mask {
    border-radius: 0px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    position: absolute;
    background-color: rgba(0, 0, 0, .54);
    transition: ease-in-out .25s;
}

a:hover .video-btn-mask {
    background-color: rgba(0, 0, 0, 0);
}

a:hover .video-btn-mask::before {
    color: rgba(255, 255, 255, .38);
    font-size: 60px;
    top: calc(50% - 45px);
    left: calc(50% - 29.5px);
    transform: scale(1.22);
    text-shadow: 0 0 20px rgba(0, 0, 0, .54);
}

a .video-btn-mask::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f144";
    font-size: 60px;
    top: calc(50% - 45px);
    left: calc(50% - 30px);
    color: rgb(219 219 219);
    transform: scale(1.3);
    text-shadow: 0 0 20px rgba(0, 0, 0, .54);
    position: absolute;
    transition: .25s;
}

/* ---------------圖片上傳btn */
.pic-btnUpload {
    position: relative;
}

.pic-btnUpload>h4>.btnUpload {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: visible;
    width: 100%;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

/* ---------------圖片上傳btn */
.Wrapper-equipment-color {
    margin-bottom: 45px;
}

.Wrapper-equipment-color td {
    word-break: break-all;
}

/*-----------------課程介紹title修改-------------*/
.blog-content .bg {
    border-radius: 3px;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 36px;
    padding: 18px 15px;
    color: #fff;
}

/*------------------------------------------*/
/* 圖示預設使用Ｖ向下箭頭 */
.autoRotate>i {
    /* 展開 */
    transition: transform .3s;
    transform: rotate(180deg);
}

.autoRotate.collapsed>i {
    /* 收合 */
    transform: rotate(0);
}

.Wrapper-intro-bg {
    /* height: 400px; */
    background-color: rgb(18 20 23 / 85%);
    position: relative;
    overflow: hidden;
    transition: height 0.3s ease 0s;
}

.Wrapper-intro-bg2 {
    top: 0px;
    left: 0px;
    z-index: -1;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    filter: blur(9px);
    background-image: url();
}

.Wrapper-intro-color .top_padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.Wrapper-pricebar {
    width: 100%;
    margin: auto;
    padding: 18px 0;
}

/*-----------------黏黏下方選單-----------*/

.Wrapper-pricebar-bottom-color .starRating-gary.active {
    color: #f5a623;
    font-size: 12px;
}

.Wrapper-pricebar-bottom-color span {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(46, 73, 76, 0.54);
}

.Wrapper-pricebar-bottom-color .buy-button-under {
    border-radius: 0.3rem;
    display: inline-block;
    padding: 6px 18px;
    text-align: center;
    font-size: 16px;
    margin: 0px 0px 0px 15px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 115, 108);
    letter-spacing: 1px;
    font-weight: 300;
    transition: background-color 0.25s ease-in-out 0s;
    line-height: 1.7;
}

.Wrapper-pricebar-bottom-color .buy-button-under:hover {
    background-color: rgba(255, 115, 108, 0.87);
    text-decoration: none;
}

.Wrapper-pricebar-bottom-color .shopping_cart-button-under {
    border-radius: 100px;
    display: inline-block;
    padding: 9px 9px;
    width: 39px;
    height: 39px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #ff736c;
    letter-spacing: 1px;
    font-weight: 300;
    border: 1px solid #ff736c;
    transition: color ease-in-out .25s, border ease-in-out .25s, background-color ease-in-out .25s;
}

.Wrapper-pricebar-bottom-color {
    background-color: #fff;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0px 50px 50px 20px rgba(0, 0, 0, .54);
}

.Wrapper-pricebar-bottom {
    width: 100%;
    margin: auto;
    padding: 6px 15px;
}

.buy-bar-left {
    width: 65%;
    padding: 0 32px;
    color: rgba(93, 108, 109, .7);
}

.buy-bar-left h5,
.buy-bar-left h6 {
    font-weight: 400;
    padding: 1px 0;
    font-size: 16px;
    margin-bottom: 0px;
}

.buy-bar-right .h6 {
    color: rgba(93, 108, 109, .7);
    font-weight: 400;
    margin-bottom: 2px;
}

.buy-bar-right .h4 {
    color: #e94941;
    margin: 0;
    font-weight: 600;
}

.buy-bar-left-bottom {
    width: 55%;
}

.buy-bar-right-bottom {
    width: 45%;
    border-left: 1px solid #e3e9ea;
}

.buy-bar-right-bottom .price {
    color: rgba(46, 73, 76, 0.54);
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 12px;
}

.buy-bar-right-bottom .h5 {
    color: #ff736c;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
}

.buy-bar-icon {
    font-size: 16px;
    color: rgba(46, 73, 76, 0.54);
}

/*-----------------黏黏上方選單-----------*/
.Wrapper-fixed-top-bar-color .buy-bar-top .original_price {
    margin-bottom: 0;
}

.Wrapper-fixed-top-bar-color .buy-bar-top .price {
    font-size: 24px;
}

.Wrapper-fixed-top-bar-color .buy-bar-top {
    position: relative;
    margin-bottom: 0;
    border-top: unset;
}

.Wrapper-fixed-top-bar-color .buy-button:hover {
    opacity: .87;
}

.Wrapper-fixed-top-bar-color .buy-button {
    font-size: 16px;
    line-height: 1;
    padding: 9px 15px;
    width: auto;
    border: 1px solid var(--color-link-primary);
}

.Wrapper-fixed-top-bar-color .buy-button_unavailable {
    font-size: 16px;
    line-height: 1;
    padding: 9px 15px;
    width: auto;
}

.Wrapper-fixed-top-bar-color .shopping_cart-button {
    font-size: 16px;
    line-height: 1;
    padding: 9px 15px;
    width: auto;
}

.Wrapper-fixed-top-bar-color {
    z-index: 1041;
    background-color: var(--color-bg-secondary);
    width: 100%;
    border-bottom: 0px solid rgba(227, 233, 234, .54);
    box-shadow: 0 0px 20px -3px rgba(0, 0, 0, 0.0);
    height: 60px;
    display: flex;
    align-items: center;
    position: fixed;
    top: -60px;
    right: 0;
    left: 0;
    transition: all .3s;
}

.Wrapper-fixed-top-bar-color.actived {
    top: 0px;
    transition: all .3s;
}

.Wrapper-fixed-top-bar-color .nav-tabs {
    border-bottom: unset;
}

.Wrapper-fixed-top-bar-color .nav a {
    color: rgba(46, 73, 76, 0.7);
}

.Wrapper-fixed-top-bar-color .nav h5 {
    font-size: 16px;
}

.Wrapper-fixed-top-bar-color .nav-link {
    padding: 6px 0px;
}

.Wrapper-fixed-top-bar-color .nav-tabs .nav-link {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0);
    border: 0px solid transparent;
    position: relative;
    border-radius: 3px;
    transition: ease-in-out .25s;
}

.Wrapper-fixed-top-bar-color .nav-tabs .nav-link:focus,
.Wrapper-fixed-top-bar-color .nav-tabs .nav-link:hover {
    border: 0px solid rgba(255, 255, 255, .54);
    color: rgba(255, 255, 255, 1);
}

.Wrapper-fixed-top-bar-color .nav-tabs .nav-item.show .nav-link,
.Wrapper-fixed-top-bar-color .nav-tabs .nav-link.active {
    color: #fff;
}

.buy-fixed-top-bar-left a h6 {
    position: relative;
    margin: 6px 24px;
    font-size: 18px;
    color: rgba(255, 255, 255, .87);
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color ease-in-out .2s;
}

.buy-fixed-top-bar-left a h6:hover {
    position: relative;
    color: rgba(255, 255, 255, 1);
    transition: background-color ease-in-out .2s;
}

.buy-fixed-top-bar-left a h6:hover::after {
    content: "";
    position: absolute;
    width: 73px;
    height: 3px;
    background-color: rgba(255, 255, 255, 1);
    top: 33px;
    left: 0;
}

.buy-fixed-top-bar-left- a h6:hover {
    margin: 12.8px 24px;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    border-bottom: 1px solid;
}

.Wrapper-fixed-bottom-bar-color {
    display: none;
}

/*-----------------介紹----------*/
.content_padding {
    padding-right: 2rem;
}

.venue {
    font-size: 1.2rem;
    font-weight: 600;
    color: #041020;
    line-height: 1.2;
    margin-bottom: 15px;
}

.address_ img {
    width: 13px;
    padding-top: 3px;
}

.address_ p {
    font-size: 15px;
    color: #041020;
    margin-bottom: 0;
}

.infi_bg {
    background-color: #fff;
    padding: 15px;
    border-radius: .3rem;
    width: 306px;
    position: absolute;
    top: 88px;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

.infi_bg ul.content {
    padding: 0 0 0 25px;
    margin: 0;
}

.infi_bg ul.content li {
    font-size: 15px;
}

.infi_bg ul.content li>ul {
    padding: 0;
    margin: 0;
}

.infi_bg ul.content li>ul li {
    font-size: 13px;
    line-height: 1.8;
}

.Wrapper-intro-class {
    position: relative;
}

.breadcrumb.class_ {
    background-color: transparent;
    font-size: 14px;
    margin: 15px 0;
}

.breadcrumb_bottom {
    margin-bottom: 30px;
}

.intro-list-item-font {
    color: #041020;
    font-size: 14px;
    margin-bottom: 6px;
    padding-right: 2rem;
}

.intro-list-item-font i {
    font-size: 14px;
    padding-right: 9px;
    color: #041020;
}

.intro-title h1 {
    position: relative;
    line-height: 1.3;
    font-size: 30px;
    margin-bottom: 6px;
    color: #041020;
    font-weight: 600;
}

.intro-title p {
    font-size: 16px;
    color: #041020;
    margin-bottom: 0;
}

.Wrapper-intro-class .w360_count_down {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: -9px;
    color: #c02320;
    text-align: center;
}

.buy-bar-top {
    margin-bottom: 18px;
}

.buy-bar-top .original_price {
    font-size: 12px;
    color: #041020;
    opacity: .7;
    margin-bottom: 3px;
}

.buy-bar-top .price {
    line-height: 1;
    font-size: 1.65rem;
    color: #041020;
    font-weight: 600;
}

.buy-bar-top .price .discount_ {
    line-height: 1;
    font-size: 1.5rem;
    color: #cc2219;
    font-weight: 600;
}

/*-----------------按鈕btn----------*/
.feature_button {
    font-size: 14px;
    background-color: unset;
    color: #041020;
    opacity: 1;
}

.feature_button:hover {
    opacity: .87;
}

.buy-button:hover {
    text-decoration: none;
    color: #fff;
    opacity: .87;
}

.buy-button {
    width: 100%;
    border-radius: 0.3rem;
    padding: 15px 0;
    line-height: 1;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: var(--color-link-primary);
    opacity: 1;
    transition: ease-in-out .25s;
}

.buy-button_unavailable {
    width: 100%;
    border-radius: 0.3rem;
    padding: 15px 0;
    line-height: 1;
    text-align: center;
    font-size: 16px;
    color: rgba(31, 42, 59, 1);
    background-color: rgba(36, 47, 61, 0.12);
    opacity: 1;
    transition: ease-in-out .25s;
}

.shopping_cart-button:hover {
    opacity: .87;
    color: var(--color-link-primary);
    border: 1px solid var(--color-link-primary);
}

.shopping_cart-button {
    width: 100%;
    font-size: 16px;
    border-radius: 0.3rem;
    padding: 14px 0;
    line-height: 1;
    text-align: center;
    color: rgba(31, 42, 59, 1);
    border: 1px solid rgba(31, 42, 59, 0.7);
    background-color: unset;
    opacity: 1;
    transition: ease-in-out .25s;
}

/*-------------下方資訊----------*/
.Wrapper-feature {
    margin-bottom: 24px;
}

.Wrapper-feature ul {
    padding-left: 22PX;
}

.Wrapper-feature li {
    padding: 5px 0;
}

.info-white-bg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 500px;
    pointer-events: none;
    display: block;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(250, 250, 250));
}

.Wrapper-nav-bar .nav-link {
    color: var(--color-primary);
    padding: 6px 0px;
    position: relative;

}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #fafafa #fafafa var(--color-link-primary) #fafafa;
    color: var(--color-primary);
    position: relative;
    background-color: unset;
    transition: .3s;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #fafafa #fafafa var(--color-link-primary) #fafafa;
    position: relative;
    transition: .3s;
}

.nav-tabs .nav-link::after,
.nav-tabs .nav-item .nav-link::after,
.nav-tabs .nav-link::after,
.nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0);
    top: 30px;
    left: 0;
    transition: .3s ease-in-out;
}

.nav-tabs .nav-link:focus::after,
.nav-tabs .nav-item.show .nav-link::after,
.nav-tabs .nav-link.active::after,
.nav-tabs .nav-link:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--color-link-primary);
    top: 30px;
    left: 0;
}

.nav .h2 {
    font-size: 16px;
}

.Wrapper-content-color {
    margin-bottom: 60px;
}

.Wrapper-content-color>.blog-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-primary);
}

.Wrapper-content-color>.blog-content p {
    line-height: 1.6;
    color: var(--color-primary);
    margin-bottom: 0px;
}

.Wrapper-content-color>.blog-content p.blog-pic-tip {
    color: var(--color-primary-rgba);
    font-size: 14px;
}

.teacher-section {
    margin-bottom: 45px;
}

.teacher-section a:hover.follow_ {
    background-color: #e74a3f;
}

.teacher-section .follow_ {
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    background-color: #848484;
    padding: 5px 9px;
    margin-top: 4px;
    border-radius: 3px;
    transition: all .3s;
}

.teacher-section .followingandunfollow_ {
    color: #041020;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    border: 1px solid #848484;
    padding: 5px 9px;
    margin-top: 4px;
    border-radius: 3px;
    transition: all .3s;
}

.Wrapper-title {
    color: #041020;
    font-weight: 600;
    font-size: 1.65rem;
    margin-bottom: 18px;
}

.teacher-section .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}

.teacher-section .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: unset;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.teacher-section .h6 {

    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, .7);
}

.teacher-section a {
    color: rgba(0, 0, 0, .7);
}

.suggest_ {
    margin-bottom: 36px;
}

.col-group-teacher-pic {
    width: 82px;
    height: 82px;
    overflow: hidden;
    border-radius: 100rem;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 18px;
    position: relative;
    transition: background-size ease-in-out .3s;
}

.teacher-name {
    color: #041020;
    font-weight: 600;
    font-size: 20px;
}

.teacher-title {
    color: rgba(24, 34, 37, 0.87);
    font-size: 18px;
    font-weight: 5400;
    letter-spacing: .6px;
    margin-bottom: 9px;
}

.col-group-tag {
    color: rgba(255, 255, 255, 1);
    padding: 3px 8px;
    background-color: rgba(0, 0, 0, .54);
    margin: 8px auto;
    margin-right: 3px;
    font-size: 14px;
    border: solid 0px rgba(0, 0, 0, 0.35);
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    transition: background-color ease-in-out .25s;
}

.col-group-tag:hover {
    background-color: rgba(0, 0, 0, .7);
}

/*--------常見問題*/
.Wrapper-question-color {
    margin-bottom: 60px;
}

.Wrapper-question-color .btn-link:hover {
    color: #2e494d;
    text-decoration: none;
}

.Wrapper-question-color .btn-link {
    text-align: left;
    text-decoration: none;
    color: var(--color-primary);
    padding-left: 5px;
}

.Wrapper-question-color .btn-link span {
    font-size: 1.2rem;
    font-weight: 600;
}

.Wrapper-question-color p {
    line-height: 1.5;
    font-size: 16px;
}

.th-title {
    font-size: 18px;
    color: var(--color-primary);
    font-weight: 500;
}

.Wrapper-equipment-color .table-striped>tbody>tr:nth-of-type(odd)>* {
    border-top: unset;
    color: var(--color-primary-rgba);
    font-size: 15px;
    padding: 12px;
}

.Wrapper-equipment-color .table td {
    border-top: unset;
    color: var(--color-primary-rgba);
    font-size: 15px;
    padding: 12px;
}

.Wrapper-equipment-color .table td.width_ {
    width: 180px;
}

/* 看過此課的人 */

.col-group-video-card:nth-child(1n+2) {
    border-top: 1px solid rgba(0, 0, 0, .12);
}

.col-group-video-card:nth-child(1) {
    padding-top: 12px;
}

.col-group-video-card .buy-bar-top .price {
    line-height: 1;
    font-size: 1.35rem;
    color: #041020;
    font-weight: 600;
}

.col-group-video-card .buy-bar-top .price .discount_ {
    font-size: 1.35rem;
    color: #cc2219;
}

.col-group-video-card .course-card-date_time {
    line-height: 1.7;
}

.col-group-video-card-head {
    padding-right: 27px;
}

.col-group-video-card-body {
    width: 100%;
}

.col-group-video-card .course-card-title {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    width: 410px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.col-group-video-card {
    padding: 18px 0;
    border-radius: 3px;
    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: #fafafa;
    background-clip: border-box;
    height: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: .15s;
}

.col-group-video-card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 16/9;
    height: 90px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-size ease-in-out .25s;
}

@media (max-width: 1399.98px) {
    .content_padding {
        padding-right: 4rem;
    }

    .infi_bg {
        right: calc(50% - 570px);
    }

    .col-group-video-card .course-card-title {
        width: 350px;
    }
}

@media (max-width: 1199.98px) {
    .buy-bar-top .price {
        font-size: 1.4rem;
    }

    .content_padding {
        padding-right: 3.6rem;
    }

    .infi_bg {
        width: 270px;
        right: calc(50% - 480px);
    }

    .col-group-video-card-head {
        padding-right: 24px;
    }

    .col-group-video-card .course-card-title {
        width: 300px;
    }

    .col-group-video-card .buy-bar-top .price {
        font-size: 20px;
    }

    .col-group-video-card .buy-bar-top .price .discount_ {
        font-size: 20px;
    }

    .buy-bar-top .price .discount_ {
        font-size: 20px;
    }

    .col-group-video-card-img {
        height: 90px;
    }
}

@media (min-width: 992px) {
    /* .col-group-bundling-card a:hover {
        box-sizing: unset;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    }

    a:hover .col-group-video-card-img {
        background-size: 120%;
    } */
}

@media (min-width: 576px) {
    .share_ .modal-dialog {
        max-width: 390px;
    }
}

@media (max-width: 991.98px) {

    .buy-button,
    .buy-button_unavailable,
    .shopping_cart-button {
        font-size: 18px;
    }

    .content_padding {
        padding-right: 12px;
    }

    .infi_bg {
        background-color: #fff;
        padding: 12px;
        border-radius: .3rem;
        width: 100%;
        position: unset;
        top: 0px;
        border: 1px solid var(--bs-border-color);
        box-shadow: unset
    }

    .video_ .btn-close {
        position: absolute;
        right: 6px;
        top: -42px;
        z-index: 999;
        font-size: 1.2rem;
        opacity: 1;
    }

    .intro-list-item-font {
        padding-right: 12px;
    }

    .intro-list-item-font i {
        padding-right: 4px;
    }

    .Wrapper-fixed-bottom-bar-color .price {
        font-size: 24px;
    }

    .search_nothing_wrapper .search_nothing {
        width: 170px;
    }

    /* -----------------黏黏下方選單開始 */
    .Wrapper-fixed-bottom-bar-color.actived {
        bottom: 0px;
        transition: all .3s;
    }

    .Wrapper-fixed-bottom-bar-color {
        z-index: 1041;
        background-color: #041020;
        width: 100%;
        padding: 15px;
        border-bottom: 0px solid rgba(227, 233, 234, .54);
        box-shadow: 0 0px 20px -3px rgba(0, 0, 0, 0.0);
        height: auto;
        display: flex;
        align-items: center;
        position: fixed;
        bottom: -80px;
        right: 0;
        left: 0;
        transition: all .3s;
    }

    .bottom_fix {
        width: 50%;
        display: flex;
    }

    .buy-bar-bottom {
        margin-bottom: 0px;
        border-top: unset;
    }

    .buy-bar-bottom .price {
        color: #fff;
        margin: 0;
        font-weight: 600;
        font-size: 1.35rem;
        line-height: 1;
    }

    .buy-bar-bottom .original_price {
        font-size: 12px;
        color: var(--color-white-rgba-54);
        letter-spacing: .3px;
        margin-bottom: 3px;
    }

    .Wrapper-fixed-bottom-bar-color .buy-button {
        width: 100%;
        border-radius: 0.3rem;
        padding: 15px 18px;
        line-height: 1;
        text-align: center;
        font-size: 18px;
        color: #fff;
        background-color: var(--color-link-primary);
        opacity: 1;
        transition: ease-in-out.25s;
    }

    .Wrapper-fixed-bottom-bar-color .shopping_cart-button {
        width: 100%;
        font-size: 18px;
        border-radius: 0.3rem;
        padding: 0;
        line-height: 1;
        text-align: center;
        color: rgb(255, 255, 255, .7);
        border: 1px solid rgba(255, 255, 255, 0.3);
        background-color: unset;
        opacity: 1;
        transition: ease-in-out.25s;
    }

    .Wrapper-fixed-bottom-bar-color .buy-button_unavailable {
        width: 100%;
        border-radius: 0.3rem;
        padding: 15px 18px;
        line-height: 1;
        text-align: center;
        font-size: 18px;
        color: rgb(255, 255, 255, .7);
        background-color: rgba(255, 255, 255, 0.3);
        opacity: 1;
        transition: ease-in-out.25s;
    }
}

@media (max-width: 767.98px) {
    a:hover .video-btn-mask::before {
        transform: scale(.9);
    }

    a .video-btn-mask::before {
        transform: scale(1);
    }

    .col-group-video-card-img {
        height: 84px;
    }

    .col-group-video-card-head {
        padding-right: 15px;
    }

    .col-group-video-card .course-card-title {
        width: 210px;
    }

    .col-group-video-card .course-card-title {
        font-size: 16px;
    }

    .buy-bar-top .original_price {
        font-size: 12px;
    }

    .col-group-video-card .buy-bar-top .price {
        font-size: 18px;
    }

    .col-group-video-card .buy-bar-top .price .discount_ {
        font-size: 18px;
    }

    .Wrapper-title {
        margin-bottom: 18px;
    }
}

@media (max-width:575.98px) {
 
    .kolly .modal-content {
        width: 100%;
    }
    .breadcrumb_bottom {
        margin-bottom: 24px;
    }

    .intro-title h1 {
        font-size: 27px;
        margin-bottom: 3px;
    }

    .col-group-video-card .course-card-title {
        width: 100%;
    }

    .col-group-video-card .course-card-title {
        margin-bottom: 9px;
    }

    .video-flex {
        margin-bottom: 15px;
    }

    .col-group-video-card-img {
        height: 100%;
    }

    .col-group-video-card-head {
        padding-right: 0px;
        margin-bottom: 9px;
    }

    .col-group-video-card .buy-bar-top {
        margin-bottom: 0px;
    }

    .Wrapper-title {
        margin-bottom: 15px;
    }

    .col-group-video-card:nth-child(1) {
        padding-top: 3px;
    }

    .intro-list-item-font {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .Wrapper-equipment-color .table td.width_ {
        width: 150px;
    }

    .Wrapper-fixed-bottom-bar-color {
        padding: 15px 0;
    }

    .Wrapper-fixed-bottom-bar-color .shopping_cart-button {
        width: 90px;
        font-size: 27px;
        padding: 0;
        color: rgb(255, 255, 255, .87);
        opacity: 1;
        transition: ease-in-out.25s;
    }

    .bottom_fix {
        width: 100%;
        justify-content: end;
    }

    .col-group-video-card .buy-bar-top .price,
    .col-group-video-card .buy-bar-top .price .discount_ {
        font-size: 20px;
    }

    .col-group-video-card .course-card-title {
        font-size: 18px;
    }

}

@media (min-width:320px) and (max-width: 374.98px) {}