<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* @import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
@import url('https://fonts.googleapis.com/css?family=Roboto&amp;display=swap'); */
p {
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    border: 0;
    /*	font: inherit;*/
    vertical-align: baseline;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background-repeat: repeat;
    font-family: Roboto, arial, "Noto Sans TC", "Microsoft JhengHei", "sans", "sans-serif";
    background-color: #fafafa;
    /*	background-image: url(../images/bg.jpg);*/
}

a:hover {
    text-decoration: none;
}

html {
    height: 100%;
    position: relative;
}

.kongfixed {
    z-index: 100;
    position: fixed;
    bottom: 80px;
    right: 30px;
    left: auto;
    top: auto;
}

.kongfixed2 {
    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;
}

.kongfixed2 span {
    padding: 12px 18px;
    font-size: 14px;
    color: #fff;
    background-color: #29868e;
    border-radius: 100px;
    margin-bottom: 9px;
}

.kongfixed2 span:hover {
    background-color: #216b72;
}

.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;
}


.swiper-container {
    margin-left: auto;
    margin-right: auto;
}

.swiper-relative {
    position: relative;
    margin: 24px auto;
}

.swiper-relative h2 {
    color: rgba(0, 0, 0, .7);
    font-size: 20px;

}

.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);
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '\f138';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(0, 0, 0, .12);
    font-size: 36px;
    /*	text-shadow: 1px 1px 10px #000;*/
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f137";
    color: rgba(0, 0, 0, .12);
    font-size: 36px;

}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -35px;
    left: auto;
    margin-top: 0;
    outline: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -45px;
    right: auto;
    margin-top: 0;
    outline: none
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    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;
}

.swiper-pagination {
    width: 100%;
}

.swiper-pagination-bullet {
    margin: auto 4px;
}

.my-bullet-active {
    background: #e94941;
    opacity: 1;
}

.Wrapper-blog-color h6 {
    color: rgba(0, 0, 0, .7);
}

.brand-intro-gradient-bg {
    width: 100%;
    padding: 15px;
    background-color: #f3f3f3;
}

.brand-intro-separate-line {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.50);
    height: 60%;
}

.Wrapper-topic-color hr {
    margin-top: 6px;
    margin-bottom: 0px;
}

.Wrapper-topic-color {
    padding-top: 60px;
}

.Wrapper-banner-color {
    margin: 30px 0;
}
.Wrapper-banner-color img{
    border-radius: 30px;
}

/*-----------------page*/

.Wrapper-topic-color .couse-pagination a {
    padding: 10px 15px;
    margin: 0 0px;
    display: inline-block;
}

.Wrapper-topic-color .couse-pagination span.page-link-color {
    padding: 10px 15px;
    margin: 0 0px;
    font-weight: 800;
}

.Wrapper-topic-color .page-link {
    border: none;
    background-color: rgba(247, 247, 247, 0);
    color: rgba(0, 0, 0, .38);
    border-radius: 3px;
    transition: background-color .2s ease-in-out;
}

.Wrapper-topic-color .page-link-color {
    font-weight: 800;
    border: none;
    background-color: rgba(247, 247, 247, 0);
    color: rgba(0, 0, 0, .54);
    border-radius: 3px;
    transition: background-color .2s ease-in-out;
    line-height: 1.25;
}

.Wrapper-topic-color .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

.Wrapper-topic-color .page-link:hover {
    color: rgba(0, 0, 0, .54);
    background-color: rgba(0, 0, 0, .05);
}

.Wrapper-topic-color .pagination {
    align-items: baseline;
}

/*-----------------page*/

/* LIGHTBOX */
.Wrapper-lightbox .modal-content {
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0);
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 0rem;
    outline: 0;
}

.Wrapper-lightbox .modal-header {
    border-bottom: 0px solid #dee2e6;
    padding-bottom: 0;
}

.Wrapper-lightbox .modal-footer {
    border-top: 0px solid #dee2e6;
    padding-top: 0;
}

.Wrapper-lightbox .lightboxbtn span {
    padding: 12px 18px;
    font-size: 18px;
    color: #fff;
    background-color: #e94941;
    border-radius: 100px;
    margin-bottom: 9px;
}

.Wrapper-lightbox .lightboxbtn span:hover {
    background-color: #CB2219;
}

.Wrapper-lightbox .close {
    top: 30px;
    right: 30px;
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0px 0 #fff;
    opacity: 0.87;
}

/* LIGHTBOX */
.Wrapper-topic-topbanner .topic_topbannerbg {
    background-image: url('../images/topic_topbannerbg.jpg');
    background-position: center;
    height: 328px;
}

.Wrapper-topic-topbanner .topic_object01 {
    top: 15px;
    left: calc(50% - 380px);
    animation-name: float;
    animation-duration: 1.5s;
    animation-iteration-count:infinite ;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
}

@keyframes float {
    from {
        top: 15px;
    }

    to {
        top: 30px;
    }
}

.Wrapper-topic-topbanner .topic_object02 {
    bottom: 0px;
    left: calc(50% + 335px);
}

.Wrapper-topic-topbanner .topic_object03 {

    left: calc(50% - 84px);
}

.Wrapper-topic-topbanner .topic_object04 {
    top: 240px;
    left: calc(50% - 84px);
}

.col-group-topic-card .disabled_effect {
    opacity: .54;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.col-group-teacher-pic {
    width: 50px;
    height: 50px;
    padding: 25px;
    overflow: hidden;
    border-radius: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: background-size ease-in-out .3s;
}

.col-group-topic-card .topic_month {
    font-size: 27px;
    color: rgba(255, 255, 255, 1);
}

.col-group-topic-card .topic_day {
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
}

.col-group-topic-card .font_s {
    font-size: 13px;
    color: #29868e;
}

.col-group-topic-card .bg_countdown {
    background-color: rgba(255, 255, 255, .87);
    width: 93px;
    line-height: 1;
    border-radius: 100px 0 0 100px;
}

.col-group-topic-card .topic_countdown {
    font-size: 24px;
    color: #29868e;
}

.col-group-topic-card .topic_booking {
    font-size: 20px;
    color: #29868e;
}

.col-group-topic-card .bg_booking {
    background-color: rgba(255, 255, 255, .87);
    line-height: 1;
    border-radius: 100px 0 0 100px;
}

.col-group-topic-card .font_m {
    font-size: 15px;
    color: #29868e;
}

.col-group-topic-card-tag {
    color: rgba(255, 255, 255, 1);
    padding: 1px 6px;
    background-color: #82bd17;
    margin-right: 8px;
    font-size: 13px;
    font-weight: 300;
    border: solid 0px rgba(0, 0, 0, 0.35);
    border-radius: 2px;
    cursor: pointer;
    width: 42px;
}

.col-group-topic-card-text-content {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, .54);
    height: 81px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.col-group-topic-card-text-date {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, .38);
}

.col-group-topic-card-text-discount {
    color: rgba(0, 0, 0, 0.38);
    font-size: 12px;
    font-weight: 600;
    text-decoration: line-through
}

.col-group-topic-card-text-price {
    color: rgba(219, 17, 34, 0.87);
    font-size: 32px;
    font-weight: bolder;
}

.col-group-title-topic-01 {
    position: relative;
}

.col-group-title-topic-01 h3::after {
    content: '';
    position: absolute;
    color: #3f3f3f;
    top: -20px;
    width: 60px;
    height: 30px;
    background-image: url(../images/video-ico.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.col-group-title-topic-01 h2 {
    display: inline-block;
    color: rgba(0, 0, 0, .7);
    padding-left: 30px;
    margin-bottom: 0;
    font-size: 28px;
}

.col-group-title-topic-01 h2::before {
    content: "\f0eb";
    font-family: 'Font Awesome 5 Free';
    font-size: 28px;
    height: 100%;
    color: #4b4b4b;
    top: 0px;
    left: 0px;
    position: absolute;
    transform: rotate(-15deg);
    -webkit-font-smoothing: antialiased;
}

.col-group-title-topic-01 p {
    color: rgba(0, 0, 0, 0.57);
    display: inline-block;
    vertical-align: text-bottom;
    padding-left: 15px;
    margin-bottom: 0;
}

.col-group-title-topic-01 span {
    color: red;
}

.col-group-title-topic-01-tag {
    color: rgba(0, 0, 0, 0.57);
    vertical-align: text-bottom;
    margin-bottom: 0;
    overflow: hidden;
    overflow-x: hidden;
    width: 100%;
    white-space: nowrap;
}

.col-group-title-topic-01-tag::-webkit-scrollbar {
    height: 0;
    display: none;
}

.col-group-title-topic-01-tag a {
    width: 78px;
    text-align: center;
    color: rgba(0, 0, 0, 0.57);
    padding: 2px 4px;
    background-color: #fff;
    margin: 0 4px;
    font-size: 15px;
    border: solid 1px rgba(0, 0, 0, 0.35);
    border-radius: 2px;
    cursor: pointer;
    /*  position: relative;*/
    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-topic-01-tag a:active {
    border: solid 1px rgba(78, 78, 78, 0);
    color: #fff;
    background-color: #e94941;
}

.col-group-title-topic-01-tag .active {
    border: solid 1px rgba(78, 78, 78, 0);
    color: #fff;
    background-color: #ff736c;
}

.col-group-topic-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-color: #fff;
    background-clip: border-box;
    /*    border: 1px solid rgba(0, 0, 0, 0.125);*/
    /* border-radius: 0.25rem; */
    height: auto;
    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: .15s;
}

.col-group-topic-card-title {
    width: 100%;
    margin-bottom: 0px;
    color: rgb(41 134 142);
    font-weight: 400;
    font-size: 21px;
    line-height: 1.5;
    height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.col-group-topic-card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 197px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.col-group-topic-card-img::after {
    content: "";
    background: #000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s;
}

.col-group-topic-card-img .video-ico {
    font-size: 0px;
    position: absolute;
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: font-size ease-in-out .25s, opacity ease-in-out .25s;
}

.col-group-topic-card-img .soldout-ico {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 48px;
    color: #fff;
    z-index: 1;
    transition: font-size ease-in-out .25s, opacity ease-in-out .25s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-group-topic-card-fico {
    color: #9b9b9b;
    font-size: 18px;
    transition: color .2s ease-in-out;
    padding-right: 6px;
}

.col-group-topic-card-score {
    font-size: 12px;
    color: #a1a1a1;
}


.col-group-title-topic-01-tag::-webkit-scrollbar {
    height: 0;
    display: none;
}

.col-group-topic-card .buy_button {
    border-left: 1px #fff solid;
    border-right: unset;
    border-top: unset;
    border-bottom: unset;
    width: 50%;
    background-color: rgb(41 134 142 / 54%);
    color: rgba(255, 255, 255, .87);
    width: 50%;
    padding: .7rem 0.5rem;
    font-size: 1.1rem;
    transition: background-color ease-in-out .25s, color ease-in-out .3s;
}

.col-group-topic-card .shoppingcart_button {
    color: rgba(255, 255, 255, .87);
    background-color:rgba(41, 134, 142, .54);
    width: 50%;
    border: unset;
    padding: .7rem 0.5rem;
    font-size: 1.1rem;
    transition: background-color ease-in-out .25s, color ease-in-out .3s;
}

.col-group-topic-card .buy_button:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(41, 134, 142, .87);
}

.col-group-topic-card .shoppingcart_button:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(41, 134, 142, .87);
}

.blog-adzone h5 {
    color: #e94941;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.blog-adzone h6 {
    font-size: 18px;
    margin: 9px auto;
    color: rgba(0, 0, 0, .7);
    font-weight: 400;
    line-height: 1.5;
    height: 57px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-ad-button:hover {
    background-color: #CB2219;
    color: #fff;
    text-decoration: none;
    /* transform: translate(0,-2px); */
}

.blog-ad-button {
    background-color: #e94941;
    border-radius: 2px;
    display: inline-block;
    padding: .375rem .75rem;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
    -webkit-box-shadow: 0px 67px 91px -42px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 67px 91px -42px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 25%);
    transition: background-color ease-in-out .2s;
    transform: translate(0, 0);
}

.more-button {
    border-radius: 2px;
    display: inline-block;
    padding: 6px 14px;
    text-align: center;
    font-size: 16px;
    margin: 15px auto;
    cursor: pointer;
    color: rgba(41, 133, 142, .7);
    letter-spacing: 1px;
    font-weight: 400;
    transition: color ease-in-out .2s;
}

.more-button:hover {
    color: rgba(41, 133, 142, 1);
    text-decoration: none;
}

.more-button span {
    font-size: 12px;
    vertical-align: text-bottom
}

.more-button-hole {
    border: solid 1px rgba(255, 255, 255, 0.70);
    border-radius: 2px;
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 30px auto;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.70);
    letter-spacing: 0.5px;
    font-weight: 300;
    background-color: rgba(255, 255, 255, 0);
    transition: border .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out;
}

.more-button-hole span {
    font-size: 12px;
    vertical-align: text-bottom
}

.more-button-hole:hover {
    border: solid 1px rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0.70);
    background-color: rgba(255, 255, 255, .30);
    text-decoration: none;
}

/* workertalk_02css */
.Wrapper-topic-color .content_p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, .7);
}

.Wrapper-topic-color .first-letter span {
    font-size: 342%;
    /*首字大小*/
    color: #1eadbc;
    float: left;
    /*首字下沉*/
    padding-right: .5%;
    /*與右邊間隔*/
    font-weight: bold;
    /*粗體字*/
    font-family: sans-serif;
    line-height: 100%;
}

.col-group-title-topic-02 h2 {
    display: inline-block;
    color: rgba(0, 0, 0, .7);
    margin-bottom: 0;
    font-size: 28px;
}

.col-group-title-topic-02 h2::before {
    content: "\f79c";
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
    font-weight: 900;
    height: 100%;
    color: #ff736c;
    top: 0px;
    left: 0px;
    padding-right: 12px;

}

.col-group-title-topic-03 h2 {
    display: inline-block;
    color: rgba(0, 0, 0, .7);
    margin-bottom: 0;
    font-size: 28px;
}

.col-group-title-topic-03 h2::before {
    content: "\f522";
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
    font-weight: 900;
    height: 100%;
    color: #ff736c;
    top: 0px;
    left: 0px;
    padding-right: 12px;

}

.col-group-title-topic-04 h2 {
    display: inline-block;
    color: rgba(0, 0, 0, .7);
    margin-bottom: 0;
    font-size: 28px;
}

.col-group-title-topic-04 h2::before {
    content: "\f05a";
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
    font-weight: 900;
    height: 100%;
    color: #ff736c;
    top: 0px;
    left: 0px;
    padding-right: 12px;

}

.col-group-title-topic-05 h2 {
    display: inline-block;
    color: rgba(0, 0, 0, .7);
    margin-bottom: 0;
    font-size: 28px;
}

.col-group-title-topic-05 h2::before {
    content: "\f059";
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
    font-weight: 900;
    height: 100%;
    color: #ff736c;
    top: 0px;
    left: 0px;
    padding-right: 12px;

}

.content .h1,
.content .h2,
.content .h3,
.content .h4,
.content .h5,
.content .h6,
.content .p {
    line-height: 1.6;
    font-weight: 400;
}

.Wrapper-topic-color ul li {
    line-height: 1.6;
    color: rgba(0, 0, 0, .7);
}

.Wrapper-topic-color .info_content ul li {
    line-height: 1.6;
    color: rgba(0, 0, 0, .38);
    font-size: 13px;
    padding: 0 6px 0 0;
}

.Wrapper-topic-color ul {
    padding-left: 30px;
}

/* workertalk_02css */

@media (max-width: 1199.98px) {
    .dropdown-item {
        padding: 4px 12px;
    }


    .more-button {
        padding: 6px 12px;
    }

    .more-button-hole {
        padding: 6px 12px;
    }

    .col-group-topic-card-text-price {
        color: rgba(219, 17, 34, 0.87);
        font-size: 16px;
        font-weight: bolder;
    }

    .col-group-topic-card-img {
        height: 163px;
    }

    .col-group-topic-card-fico {
        line-height: 1.2;
    }

    .col-group-topic-card-text-date span {
        display: block;
        line-height: 1;
    }
}

@media (min-width: 992px) {

    .col-group-title-topic-01-tag a:hover {
        text-decoration: none;
        border: solid 1px rgba(78, 78, 78, 0);
        color: #fff;
        background-color: #ff736c;
    }

    .col-group-topic-card 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-topic-card a:hover&gt;.col-group-topic-card-head .col-group-topic-card-img::after {
        content: "";
        opacity: .6;
    }

    .col-group-topic-card a:hover&gt;.col-group-topic-card-head .col-group-topic-card-img .video-ico {
        font-size: 60px;
        opacity: .7;
    }

    .col-group-topic-card-fico:hover {
        color: #e94941;
    }

    .col-group-title-topic-01-tag::-webkit-scrollbar {
        height: 5px;
    }

    .col-group-title-topic-01-tag::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, .5);
    }

}

@media (max-width: 991.98px) {
    .col-group-title-topic-01-tag {
        overflow-x: auto;
    }
    .Wrapper-topic-topbanner .topic_topbannerbg {
        background-position: -280px 0;
        background-size: cover;
        background-repeat: no-repeat;
        height: 220px;
    }

    .Wrapper-topic-color i {
        font-size: 24px;
    }

    .col-group-title-topic-01-tag {
        width: 93%;
    }

    .col-group-title-topic-01-tag a {
        margin: 0 9px 0 9px;
    }

    .col-group-topic-card-fico {
        line-height: 1.4;
        padding-right: 6px;
    }

    .col-group-topic-card-text-price {
        font-size: 18px;
    }

    .col-group-topic-card-text-discount {
        font-size: 14px;
    }

    .col-group-topic-card-img {
        height: 185px;
    }

    .Wrapper-topic-topbanner .topic_object01 {
        top: 24px;
        left: calc(50% - 284px);
        width: 184px;
        transform: rotate(-6deg);
    }

    .Wrapper-topic-topbanner .topic_object02 {
        bottom: 0px;
        left: calc(50% + 210px);
        width: 100px;
    }

    .Wrapper-topic-topbanner .topic_object03 {
        left: calc(50% - 77px);
        width: 269px;
    }

    .Wrapper-topic-topbanner .topic_object04 {
        top: 160px;
        left: calc(50% - 77px);
        width: 265px;
    }

    .kongfixed span,
    .kongfixed2 span,
    .kongfixed3 span {
        padding: 12px 12px;
        color: #fff;
        background-color: #82bd17;
    }

    .kongfixed span:hover,
    .kongfixed2 span:hover,
    .kongfixed3 span:hover {
        background-color: #82bd17;
    }

    .kongfixed {
        bottom: 150px;
        right: 9px;
    }

    .kongfixed2 {
        bottom: 87px;
        right: 9px;
    }

    .kongfixed3 {
        bottom: 87px;
        right: 9px;
    }
    @keyframes float {
        from {
            top: 15px;
        }
    
        to {
            top: 25px;
        }
    }
}

@media (max-width: 767.98px) {
    .col-group-topic-card-img {
        height: 287px;
    }

    .kongfixed span {
        margin-bottom: 0px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .swiper-shadow-right,
    .swiper-shadow-left {
        display: none;
    }

    .card h6 {
        font-size: 18px;
        font-weight: 400;
    }

    .col-group-topic-card-text-discount {
        font-size: 12px;
    }

    .col-group-title-topic-01-tag a {
        margin: 0 8px 0 8px;
    }

    .col-group-title-topic-01-tag {
        padding-left: 0px;
        width: 90%;
    }

    .Wrapper-topic-topbanner .topic_topbannerbg {
        background-position: -358px 0;
        background-size: cover;
        background-repeat: no-repeat;
        height: 220px;
    }

    .Wrapper-topic-topbanner .topic_object01 {

        left: calc(50% - 251px);
        width: 84px;
        transform: rotate(4deg);
    }

    .Wrapper-topic-topbanner .topic_object02 {
        left: calc(50% + 164px);
        width: 90px;
    }

    .Wrapper-topic-topbanner .topic_object03 {
        left: calc(50% - 144px);
        width: 288px;
    }

    .Wrapper-topic-topbanner .topic_object04 {
        top: 170px;
        left: calc(50% - 144px);
        width: 288px;
    }

    .Wrapper-banner-color {
        margin: auto 0;
    }
    .col-group-topic-card-title {
        height: auto;
    }
}

@media (max-width:575.98px) {

    .col-group-title-topic-02 h2,
    .col-group-title-topic-03 h2,
    .col-group-title-topic-04 h2 {
        font-size: 24px;
    }

    .col-group-title-topic-02 h2::before,
    .col-group-title-topic-03 h2::before,
    .col-group-title-topic-04 h2::before {
        padding-right: 6px;
    }

    .col-group-title-topic-01 h2 {
        font-size: 24px;
        padding-left: 20px;
    }

    .col-group-title-topic-01 h2::before {
        font-size: 24px;
    }

    .Wrapper-topic-color {
        padding-top: 40px;
    }

    .more-button {
        padding: 6px 12px;
        border: 1px solid #68a8af;
        font-size: 16px;
        margin: 24px auto 30px;
    }

    .brand-intro-separate-line {
        height: 30%;
    }

    .col-group-title-topic-01-tag a {
        margin: 0 12px 0 12px;
        padding: 6px 9px;
        width: 87px;
    }

    .col-group-title-topic-01-tag {
        width: 87%;
    }

    .Wrapper-topic-topbanner .topic_topbannerbg {
        background-position: -533px 0px;
        background-repeat: no-repeat;
        height: 220px;
    }

    .Wrapper-topic-topbanner .topic_object01 {
        top: 126px;
        left: calc(55% - 176px);
        width: 10vw;
        transform: rotate(-27deg);
        transform-origin: -3vw 15vw;
    }
    @keyframes float {
        from {
            top: 126px;
        }
    
        to {
            top: 136px;
        }
    }

    .Wrapper-topic-topbanner .topic_object03 {
        left: calc(50% - 132px);
    }

    .Wrapper-topic-topbanner .topic_object04 {
        top: 174px;
        left: calc(50% - 132px);
        width: 263px;
    }

    .col-group-topic-card-img {
        height: 49.4vw;
    }

}

@media (max-width:320px) {

    .Wrapper-topic-topbanner .topic_object03 {
        left: calc(50% - 145px);
    }

    .col-group-title-topic-01 h2 {
        font-size: 20px;
        padding-left: 20px;
    }

    .Wrapper-topic-topbanner .topic_topbannerbg {
        background-position: -343px 0px;
    }

    .col-group-title-topic-01 h2::before {
        font-size: 20px;
    }

    .Wrapper-topic-color .couse-pagination a {
        padding: 10px 12px;
    }

    .Wrapper-topic-topbanner .topic_object01 {
        display: none;
    }

    .invisiblee-320 {
        display: none;
    }

}

/* 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);
	}
} */</pre></body></html>