@charset "UTF-8";

/*! Wed Nov 09 2022  */
.new_section1 h3,
.new_section1-cont {
    z-index: 1;
    position: relative
}

.new_section1,
.new_section2,
.section01 {
    overflow: hidden
}

.new_section1::before,
.new_section2-title-right:before,
.section01:before {
    content: ''
}

.new_section1-item a:hover,
.section_link-item a:hover {
    text-decoration: none
}

.post {
    transition: width 5s;
    -moz-transition: width 5s;
    -webkit-transition: width 5s;
    -o-transition: width 5s
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

.pc_show {
    display: block !important
}

@media (max-width:767px) {
    .pc_show {
        display: none !important
    }
}

.pc_show_in {
    display: inline-block !important
}

@media (max-width:767px) {
    .pc_show_in {
        display: none !important
    }
}

.pc_show_pad_no {
    display: block !important
}

@media (max-width:991px) {
    .pc_show_pad_no {
        display: none !important
    }
}

.pad_show {
    display: block !important
}

@media (min-width:992px) {
    .pad_show {
        display: none !important
    }
}

.mb_show {
    display: block !important
}

@media (min-width:768px) {
    .mb_show {
        display: none !important
    }
}

.header .top-header .top-menu .collapse li a {
    color: #333;
    font-size: 16px
}

.header .top-header .top-menu .collapse li.active a{
    color: #d15d44;
}

.header .top-header .top-menu .collapse li:hover a {
    color: #d15d44;
}

.header-top_text {
    font-size: 15px;
    color: #fff;
    padding: 5px;
    text-align: center;
    background: #29aabf
}

.header .top-icon .top-icon-list .top-icon-link a i {
    color: #666
}

.header .top-icon {
    padding: 15px 0
}

.header .top-header {
    padding: 15px 0px 15px 0px;
    width: 100%;
    border-top: 1px solid #cccccc;
}

.header .top-header .nav {
    width: 100%
}

@media (max-width:991px) {
    .header-top_text {
        font-size: 12px
    }

    .header .top-header {
        padding: 30px 5px;
    }

    .header .logo {
        top: 8px;
        position: relative
    }

    .header .logo img {
        width: 115px
    }

    .header .top-header .top-menu nav .navbar-collapse.show {
        top: 62px
    }
}

.section_news_items p {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
}

@media(max-width: 991px){
    .section_news_items p {
        font-size: 16px;
        line-height: 24px;
    }
}

.section_news_items p.text-gray {
    color: #666;
    font-size: 14px;
    margin-bottom: 3px;
}

.section01 h2 span,
.section02 h2 span {
    color: #4c7ca1;
    font-size: 100%;
    font-weight: 500;
}

.section01 .more,
.section02 .more,
.add-section01 .more,
.add-section05 .more,
.newsimg .more,
.form-group .more {
    color: #666666;
    border: 1px solid #bbb;
    background: #ffffff;
    padding: 8px 36px;
}

.section01 .more:hover,
.section02 .more:hover,
.add-section01 .more:hover,
.add-section05 .more:hover,
.newsimg .more:hover,
.form-group .more:hover {
    color: #ffffff;
    border: 1px solid #FD8442;
    background: #FD8442;
}

.section02 {
    margin-bottom: 0px
}

.section01 .nav-tabs .nav-link {
    background: transparent;
    color: #b68567;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 60px;
    border: 1px solid #bbb;
    margin: 0 5px;
}

.section01 .nav-tabs .nav-link.active{
    background: #d15d44;
}

.section01 .nav-tabs .nav-link:hover {
    background: #d15d44;
}

.section01 .nav-tabs .nav-link.active, .section01 .nav-tabs .nav-link:hover {
    color: #ffffff;
    border: 1px solid #d15d44;
}

.section-kv {
    margin-bottom: 0
}

.section01 {
    margin-bottom: 0px;
    padding-bottom: 50px;
    position: relative;
    padding-top: 50px
}


.new_section1 {
    padding: 60px 0;
    margin-bottom: 25px;
    position: relative;
    background: #f1f1e6
}

.new_section1 h3 {
    margin-bottom: 38px;
    text-align: center;
    font-size: 28px;
    color: #333
}

.new_section1 h3 span {
    color: #4c7ca1;
    font-size: 100%
}

.new_section1-item a {
    display: block;
    padding: 9px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 21px;
    background: #fff
}

.new_section1-item img {
    display: inline-block;
    max-width: 40px;
    vertical-align: middle;
    margin-right: 5px
}

.new_section1-item span {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 15px
}

@media (max-width:767px) {
    .new_section1::before {
        right: -25%
    }

    .new_section1 h3 {
        font-size: 21px;
        line-height: 1.5
    }
}

.new_section2 .slick-dotted.slick-slider {
    margin-bottom: 88px
}

.new_section2 .slick-dots {
    bottom: -25px
}

.new_section2-title {
    text-align: right;
    margin-bottom: 45px
}

.new_section2-title-left {
    width: 50%;
    display: inline-block;
    text-align: left;
    font-size: 28px;
    color: #333
}

.new_section2-title-left span {
    font-size: 100%;
    color: #4c7ca1
}

.new_section2-title-right {
    width: 50%;
    text-align: left;
    font-size: 20px;
    color: #333;
    padding-left: 208px;
    position: relative;
    white-space: nowrap
}

.new_section2-title-right:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 1px;
    background: #757575;
    width: 188px
}

@media (max-width:991px) {
    .new_section2-title-right {
        width: 50%;
        padding-left: 68px
    }

    .new_section2-title-right:before {
        width: 58px
    }
}

@media (max-width:767px) {
    .new_section2-title {
        margin-bottom: 25px
    }

    .new_section2-title-left {
        text-align: center;
        width: 100%;
        margin-bottom: 5px;
        font-size: 21px
    }

    .new_section2-title-right {
        text-align: center;
        width: 100%;
        padding-left: 0;
        font-size: 18px
    }

    .new_section2-title-right:before {
        display: none
    }
}

.new_section2 img {
    width: 100%
}

.new_section2 .slick-dots li.slick-active button:before {
    top: 0;
    width: 13px;
    height: 13px;
    content: '•';
    border: 2px solid #eac27a;
    background: #eac27a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.new_section2 .slick-dots li,
.new_section2 .slick-dots li button {
    width: auto;
    height: auto
}

.new_section2 .slick-dots li button:before {
    content: '';
    width: 13px;
    border: 2px solid #ddd;
    background: #ddd;
    opacity: 1;
    height: 13px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.section_link {
    padding-bottom: 76px
}

.section_link-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    text-align: center
}

.section_link-item:before {
    content: '';
    background: #e1e1e1;
    position: absolute;
    width: 1px;
    left: -.5px;
    top: 0;
    bottom: 0;
    margin: auto
}

.section_link-item:first-child:before {
    display: none
}

.section_link-item a {
    display: inline-block
}

.section_link-item img {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle
}

.section_link-item span {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    color: #4c7ca1
}

.section_link-item span span {
    font-size: 100%;
    color: #333
}

@media (max-width:991px) {
    .section_link-item {
        text-align: center
    }

    .section_link-item img {
        margin: 0 auto 15px
    }

    .section_link-item span {
        display: block;
        text-align: center
    }
}

@media (max-width:767px) {
    .section_link-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        text-align: left;
        margin-bottom: 15px;
        padding: 0 15px
    }

    .section_link-item:before {
        display: none
    }

    .section_link-item img {
        margin: 0 auto;
        display: inline-block
    }

    .section_link-item span {
        display: inline-block;
        text-align: left
    }
}

.footer {
    background: #f0f0f0;
}

@media(max-width: 991px){
    .footer {
        padding-bottom: 60px;
    }
}

.footer-top {
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px
}

.footer .footer-body .share-list li a i {
    color: #333;
    font-size: 24px;
    margin: 0px 7px;
}

.footer .footer-body .share-list li a i:hover {
    color: #D36027;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.footer .footer-body h4 {
    color: #333;
    font-size: 18px
}

.footer .footer-body a,
.footer .footer-body li {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.footer .footer-body a:hover {
    color: #D36027;
}

.footer .cpyright {
    background: transparent;
    padding-bottom: 30px;
}

.footer .cpyright p {
    color: #333;
}

@media (max-width:991px) {
    .footer .footer-body a,
    .footer .footer-body li {
        font-size: 14px;
    }
    .footer .footer-body h4 {
        font-size: 16px;
    }
    .footer .cpyright p {
        font-size: 9px;
    }
}


@media (max-width:991px) {
    .header.stick {
        height: auto
    }

    .header.stick .top-header .top-menu .navbar-toggler {
        top: calc(50% - 18px);
    }

    .header.stick .combination-item {
        padding: 2px 0
    }
}

/* custom.css微調部分 */
.header .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: -50%;
    z-index: 999;
}
@media (max-width: 991px) {
    .header .logo {
        width: 130px;    
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        top: 8px;
    }
}
.header .logo img {
    width: 100%;
    max-height: 55px;
    vertical-align: middle;
    margin-right: 0px;
}
.header.stick .logo img {
    width: 100%;
}
.header .top-icon {
    padding: 20px 0 15px;
}
.header .top-icon .top-list li {
    margin: 0 5px;
}
.header .top-icon .top-list li a {
    padding: 5px 15px;
    background-color: #888;
    color: #fff;
    display: block;
}
.header .top-icon .top-list li a:hover {
    background-color: #29aabf;
}
.header .top-header {
    background: #ffffff;
}
@media(max-width: 991px){
    .header .top-header {
        background: #ffffff;
    }
}
.section04 .about-btn {
    padding: 30px;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: 30px;
    width: 90%;
    background: rgba(255, 255, 255, 0.5);
}
.section04 .about-btn h2 span {
    color: #4c7ca1;
    font-size: 100%;
    font-weight: 500;
}
.section04 .flex .img-wrap {
    width: 50%;
}
.section04 .flex .text-item {
    width: 50%;
    padding: 30px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f8f8f8;
}
.section04 .flex .text-item h2 span {
    color: #4c7ca1;
    font-size: 100%;
    font-weight: 500;
}
.more4 {
    display: inline-block;
    color: #000;
    padding: 10px 0;
    position: relative;
    font-weight: bolder;
    border-radius: 5px;
    opacity: 0.8;
}
.more4 i {
    position: absolute;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    top: 14px;
    right: -25px;
    color: #0087a1;
}
.more4:hover {
    color: #0087a1;
    opacity: 1;
}
.more4:hover i {
    right: -30px;
}

@media (max-width: 991px) {
    .section04 .flex {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .section04 .flex .img-wrap {
        width: 100%;
    }
    .section04 .flex .text-item {
        width: 100%;
    }
    .section04 .about-btn {
        position: relative;
        width: 100%;
        bottom: 0px;
        background: #f8f8f8;
    }
}
#freeow{
    right: 0;
}
#inputContent{
    height: 150px;
}
.pro-desc-details,.coupon-accordion{
    word-break: break-all;
}
/* .del-follow{
    background:red;
} */
.addPriceItem .fa-plus{
    color: green;
}
#cartReceiverForm .modal-dialog{
    width: 50%;
    max-width: 50%;
}
.productQty.add_cart_num{
    min-width: 50px;
}

/* 41 css */
:root {
    --og: #ff723a;
    --hog: #eb952f;
    --dog: #DD4B12;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap");

body::-webkit-scrollbar {
    display: none;
}

body, h1, h2, h3, h4, h5, h6, p, a, li, span {
    font-family: 'Noto Sans TC','微軟正黑體' !important;
    color: #333333;
    font-weight: 400;
}

*, body, htnl {
    margin: 0;
    font-family:'Noto Sans TC', "微軟正黑體", Arial, sans-serif, "新細明體", Microsoft JhengHei, jaf-bernino-sans, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
    color: #D36027;
}

.ver-item{
    display: flex;
    align-items: center;
    height: 100%;
}

.center-item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.img-item {
    position: relative;
    overflow: hidden;
}

.img-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*-- 下拉選單 ↓ --*/
.select {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 325px;
    color: #666666;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
}
.select .placeholder {
    position: relative;
    display: block;
    border: 1px solid #ddd;
    background-color: #ffffff;
    z-index: 1;
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;
}
.select .placeholder:hover {
    background: #f1f1f1;
}
.select .placeholder:after {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    content: '\f078';
    z-index: 10;
}
.select.is-open .placeholder:after {
    content: '\f077';
}
.select.is-open ul {
    display: block;
}
.select.select--white .placeholder {
    background: #fff;
    color: #999;
}
.select.select--white .placeholder:hover {
    background: #fafafa;
}
.select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 100;
    border: 1px solid #ccc;
    box-shadow:0px 0px 10px #00000020;
}
.select ul li {
    display: block;
    text-align: left;
    padding: 0.8em 1em 0.8em 1em;
    color: #999;
    cursor: pointer;
}
.select ul li:hover {
    background: #ddd;
    color: #999;
}

/*-- 下拉選單 ↑ --*/
/*select*/
.mo-select .select {
    position: relative;
    display: block;
    margin: 20px auto;
    width: 100%;
    color: #333333;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
}
.mo-select .select .placeholder {
    position: relative;
    display: block;
    background-color: #ffffff;
    border:1px solid #ccc;
    z-index: 1;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
}
.mo-select .select .placeholder:hover {
    background: #eee;
}
.mo-select .select .placeholder:after {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    content: '\f078';
    z-index: 10;
}
.mo-select .select.is-open .placeholder:after {
    content: '\f077';
}
.mo-select .select.is-open ul {
    display: block;
}
.mo-select .select.select--white .placeholder {
    background: #fff;
    color: #999;
}
.mo-select .select.select--white .placeholder:hover {
    background: #fafafa;
}
.mo-select .select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 100;
}
.mo-select .select ul li {
    display: block;
    text-align: left;
    padding: 8px 16px;
    color: #999;
    cursor: pointer;
}
.mo-select .select ul li:hover {
    background: #4ebbf0;
    color: #fff;
}
/*select*/

body {
    background-color: #ffffff;
    overflow-x: hidden;
}

.margin-auto{
    margin: auto;
}

.col-md-20{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px){
    .col-md-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

p{
    color: #333333;
    font-size: 15px;
    letter-spacing: 0.1rem;
    line-height: 1.5;
}

@media (max-width: 768px){
    p{
        font-size: 13px;
    }
}

a{
    letter-spacing: 0.1rem;
    line-height: 1.5;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

.txt-14{
    font-size: 14px;
}

.txt-16{
    font-size: 16px;
}

.txt-18{
    font-size: 18px;
}

.txt-20{
    font-size: 20px;
}

.txt-24{
    font-size: 24px;
}

.txt-28{
    font-size: 28px;
}

.txt-32{
    font-size: 32px;
}


.txt-36{
    font-size: 36px;
}

.txt-45{
    font-size: 45px;
}

.txt-56{
    font-size: 56px;
}


@media(max-width: 768px){
    .txt-14{
        font-size: 12px;
    }

    .txt-16{
        font-size: 14px;
    }

    .txt-18{
        font-size: 16px;
    }

    .txt-20{
        font-size: 18px;
    }

    .txt-24{
        font-size: 20px;
    }

    .txt-28{
        font-size: 24px;
    }

    .txt-32{
        font-size: 28px;
    }

    .txt-36{
        font-size: 32px;
    }

    .txt-45{
        font-size: 40px;
    }

    .txt-56{
        font-size: 36px;
    }

}

.text-gray66{
    color: #666666;
}

.text-gray87{
    color: #878787;
}

.text-blue1{
    color: #d15d44;
}

.text-darkblue1{
    color: #40609E;
}

.text-lightblue1{
    color: rgba(20,165,222,1);
}

.text-orange1{
    color: #D36027;
}

.text-brown1{
    color: #c35c2f;
}

.text-brown2{
    color: #cf885a;
}

.text-brown3{
    color: #b68567;
}

.margin-no {
    margin-right: 0px;
    margin-left: 0px;
}

.padding-no {
    padding-right: 0px;
    padding-left: 0px;
}

.line-top {
    width: 100%;
    height: 1px;
    background: #ddd;
}

@media (max-width: 991px){
    .header .mo-header {
        background: #f6f6f6;
    }
}

.hide-in-phone{
    display: block;
}

@media (max-width: 991px){
    .hide-in-phone{
        display: none;
    }
}

.hide-in-pc{
    display: none;
}

@media (max-width: 991px){
    .hide-in-pc{
        display: block;
    }
}


@media (min-width: 991px){
    .header .pc-header.stick .top-menu .collapse .nav {
        margin-left: 0px;
    }
}

@media (max-width: 991px){
    .section-title p {
        line-height: 32px;
        letter-spacing: 2px;
    }
}

.mt-btn{
    background: url(../images/btn.png) no-repeat center;
    border-radius: 60px;
    border:0px solid #000000;
    color: #ffffff;
    padding: 14px 60px;
    box-shadow: 0px 0px 32px rgb(49 177 224 / 10%);
}

@media (max-width: 991px){
    .mt-btn{
        zoom:0.8;
    }
}

.over-2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.col-md-20{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px){
    .col-md-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 991px){
    .mo-text-center{
        text-align: center;
    }
}


@media (max-width: 991px){
    .mo-order-1{
        order: 1;
    }
    .mo-order-2{
        order: 2;
    }
    .mo-order-3{
        order: 3;
    }
    .mo-order-4{
        order: 4;
    }
}

@media (min-width: 991px){
    .pc-pr{
        padding-right: 30px;
    }
    .pc-pl{
        padding-left: 30px;
    }
}

.link-item:hover .img-item img {
    transform: translate(-50%, -50%) scale(1.2);
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
}

.link-item .img-item::before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0.0);
    top: 0;
    left: 0;
    z-index: 2;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.link-item:hover .img-item:before {
    background: rgba(0, 0, 0, 0.3);
}

.link-item .img-item .more-word {
    color: #fff;
    z-index: 2;
    text-align: center;
    opacity: 0;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.link-item:hover .img-item .more-word {
    opacity: 1;
}

.link-item .img-item .more-word i {
    display: block;
    font-size: 36px;
}

/*------------------------------------------*/

.transparent-head {
    position: absolute;
    width: 100%;
}

.section-kv .img-wrap .img-item {
    padding-top: calc(100vh - 164px - 10vh);
}

@media (max-width: 991px){
    .section-kv .img-wrap .img-item {
        padding-top: 120%;
    }
}

/*------------------------- dot優化 ---------------------------*/
.slick-dots li {
    margin: 0 10px;
    opacity: 0.7;
}

.slick-dots li button:before{
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    border: 1px solid #bbb;
    background: #bbb;
}

.slick-dots li button:hover:before {
    background: #d15d44;
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}

.section-kv .kv .slick-dots {
    padding-right: 0px;
    bottom: 30px;
}

.slick-dots li.slick-active button:before {
    border: 2px solid #d15d44;
    background: #d15d44;
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}

/*-----------------------------*/

.section01 .nav-tabs .nav-link {
    font-size: 16px;
    margin: 0 10px;
    padding: 8px 30px;
}

@media (max-width: 991px){
    .section01 .nav-tabs .nav-link {
        margin: 0 6px;
    }
}

/*--------------產品列表hover優化---------------*/
.section_product_items .img-wrap .img-item::before {
    background: rgba(0, 0, 0, 0.0);
}

.section_product_items:hover .img-item img {
    transform: translate(-50%, -50%) scale(1.2);
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
}

/*------------------------------*/

.section_product_items .img-wrap .img-item .add-cart .btn-cart {
    font-size: 16px;
}

@media (max-width: 991px){
    .section_product_items .img-wrap .img-item .add-cart .btn-cart {
        font-size: 14px;
    }
}

.section_product_items p {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 991px){
    .section_product_items p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 991px){
    .section01 .nav-tabs .nav-link {
        font-size: 14px;
        padding: 5px 15px;
    }
}


@media (max-width: 991px){
    .section01 h2.mb-40{
        margin-bottom: 20px !important;
    }
}

/*--------------新聞列表hover優化---------------*/
.section_news_items .img-wrap .img-item::before {
    background: rgba(0, 0, 0, 0.0);
}

.section_news_items:hover .img-item img {
    transform: translate(-50%, -50%) scale(1.2);
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
}

/*------------------------------*/

.header .top-header .top-menu .collapse li.active a::before, .header .top-header .top-menu .collapse li:hover a::before {
    top: 0.5px;
    left: -2px;
    background-color: #d15d44;
}

.header.stick .header-top_text{
    display: none;
}

.header.stick {
    opacity: 0.9;
}

.header .top-icon .top-icon-list .top-icon-link .search-body {
    position: absolute;
    width: 300px;
    top: 60px;
    left: 0px;
}

.text-tc {
    font-family: 'Noto Serif TC','Noto Sans TC','微軟正黑體' !important;
}

/*-----------------------------------------------*/

@media (max-width: 991px){
    .footer-top .share-list {
        position: relative;
        left: 10px;
    }
}

.t-ls{
    letter-spacing: 2px;
}

@media (max-width: 991px){
    .footer-item {
        margin-bottom: 30px;
    }
}

.story-page .section_story_items {
    color: #999;
    position: relative;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
    -moz-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

@media(min-width: 991px){
    .story-section02.newsimg .nav-tabs .nav-link {
        background: transparent;
        color: #b68567;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        border: 1px solid #ccc;
        font-size: 16px;
        margin: 0 10px;
        padding: 8px 30px;
    }
    .story-section02.newsimg .nav-tabs .nav-link:hover {
        background: #d15d44;
    }
    .story-section02.newsimg .nav-tabs .nav-link.active, 
    .story-section02.newsimg .nav-tabs .nav-link:hover {
        color: #ffffff;
        border: 1px solid #d15d44;
    }
    .story-section02.newsimg .nav-tabs .nav-link.active {
        background: #d15d44;
        border: 1px solid #d15d44;
    }
}

@media (max-width: 768px){
    .newsimg .nav-tabs .nav-link {
        padding: 10px 10px;
    }
    .newsimg .nav-tabs .nav-link {
        font-size: 16px;
    }
    .newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu.show {
        padding: 10px 0px;
    }
}

.newsimg {
    margin-top: 50px;
}

.qa-section .nav-tabs .nav-link {
    background: transparent;
    color: #b68567;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #ccc;
    font-size: 16px;
    margin: 0 10px;
    padding: 8px 30px;
}

.qa-section .nav-tabs .nav-link:hover {
    background: #d15d44;
    border: 1px solid #d15d44;
}

.qa-section .nav-tabs .nav-link.active, 
.qa-section .nav-tabs .nav-link:hover {
    color: #ffffff;
    border: 1px solid #d15d44;
}

.qa-section .nav-tabs .nav-link.active {
    background: #d15d44;
}

@media (max-width: 768px){
    .qa-section .nav-tabs .nav-link {
        padding: 10px 10px;
    }
    .qa-section .nav-tabs .nav-link {
        font-size: 16px;
    }
    .qa-section .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu.show {
        padding: 10px 0px;
    }
}

.nav-tabs02 {
    margin-bottom: 30px;
}

.newstyle-btn01{
    color: #ffffff;
    border: 1px solid #d15d44;
    background: #d15d44;
    padding: 8px 36px;
    border-radius: 60px;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

@media(min-width: 992px){
    #search-input {
        height: 0px;
        position: absolute;
        top: 0px;
    }
}

.section {
    position: relative;
    padding-top: 10vmin;    
    overflow-x: clip;
}

.header .top-icon .top-icon-list .top-icon-link a .bag-number {
    background: #FE8441;
}

/*--------------------------------------------------------------------------------------*/

 .contactus-form .form-control {
    border: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: inherit;
    padding: 12px 0px;
    color: #666666;
}

 .contactus-form .form-control.surrounding{
    border: 1px solid #ddd;
    padding: 12px 12px;
}

 .contactus-form .form-control:focus {
    color: #495057;
    background-color: #fafafa;
    border-color: #ddd;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}

.contact-info-area{
    line-height: 28px;
    font-size: 15px;
}

#inputContent .form-control.surrounding{
    margin-top: 10px;
}

.newcodeimg {
    max-width: 120px;
}

/*-----------------------mo bottom link-------------------------*/

.mo-bottom-link p{
    display: flex;
    align-items: center;
}

.mo-bottom-link i{
    margin-right: 8px;
}

/*--------------------------------------------*/

/*--------------新寫css------------------*/

.add-section01{
    position: relative;
    z-index: 2;
}

.s1-img01 .img-item{
    padding-top: 62.6%;
    border-radius: 15px;
}

.s1-img01 .img-wrap{
    position: relative;
}

.s1-img01 .img-wrap:before{
    content: '';
    position: absolute;
    width: calc(100%);
    padding-top: 62.6%;
    border-radius: 15px;
    border: 1px solid #cccccc;
    left: 13px;
    top: 10px;
}

@media(max-width: 991px){
    .s1-img01 .img-wrap:before{
        width: calc(100vw - 30px);
        left: 15px;
        top: 10px;
    }
}

.s1-meimei01{
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    z-index: 3;
    right: 20px;
    bottom: -70px;
}

@media(max-width: 991px){
    .s1-meimei01{    
        transform: scale(0.7);
        right: -30px;
    }
}

.text-ks {
    /*font-family: 'Kaushan Script', cursive !important;*/
    font-family: 'Mogra', cursive !important;
    letter-spacing: -2px;
    position: relative;
    width: fit-content;
}

.text-ks span {
    font-size: 100%;
    font-weight: bold;
}

.text-ks:before{
    content: '';
    position: absolute;
    width: calc(100% + 3px);
    height: 11px;
    background-color: #fec1a0;
    border-radius: 10px;
    z-index: -1;
}

.txt-24.text-ks:before{
    top: 23px;
    left: -2px;
}

@media(max-width: 991px){
    .txt-24.text-ks:before{
        top: 19px;
        left: -2px;
    }
}

.txt-28.text-ks:before{
    top: 22px;
}

@media(max-width: 991px){
    .txt-28.text-ks:before{
        top: 19px;
    }
}

.s1-meimei02{
    margin-right: 20px;
}

.view-more {
    position: relative;
    width: fit-content;
    color: #666666;
    border: 1px solid #bbb;
    background: #ffffff;
    padding: 10px 36px;
    border-radius: 60px;
    z-index: 2;
}

.view-more:before{
    content: '';
    position: absolute;
    display: block;
    width: calc(100%);
    height: 44px;
    background-color: transparent;
    border:1px solid #ccc;
    border-radius: 50px;
    top: 5px;
    left: 5px;
    z-index: -1;
} 

.view-more:hover {
    color: #ffffff;
    border: 1px solid #FD8442;
    background: #FD8442;
}

.s1-txt{
    position: relative;
}

@media(max-width: 991px){
    .s1-txt{
        margin-bottom: 100px;
    }
}

.s1-txt:before{
    content: '';
    position: absolute;
    bottom: -60px;
    right: 0px;
    width: 193px;
    height: 116px;
    background-image: url(../images/s1-MIT.png);
}

@media (max-width: 991px){
    .s1-txt:before {
        transform: scale(0.7);
        bottom: -70px;
        right: -20px;
    }
}

.s1-txt .txt-28{
    position: relative;
    width: fit-content;
}

.s1-txt .txt-28.text-bold:after{
    content: '';
    position: absolute;
    top: -18px;
    right: -80px;
    width: 51px;
    height: 81px;
    background-image: url(../images/s1-footprint.png);
}

@media (max-width: 991px){
    .s1-txt .txt-28:after {
        transform: scale(0.7);
        top: -18px;
        right: -80px;
    }
}

/*--------------------S2區塊----------------------*/

.wave-area {
    width: 100vw;
    height: 129px;
    background-image: url(../images/wave-shape.png);
    background-color: #ffffff;
    background-repeat: repeat;
    background-size: auto;
    position: absolute;
    background-position: center;
    /*transform: scaleX(-1);*/
    top: 15px;
    z-index: 0;
}

@media(max-width: 991px){
    .wave-area {
        background-position: left;
    }
}

.add-section02 .gray-bg{
    background-color: #F7F7F7;
    padding-bottom: 15vmin;
    padding-top: 15vmin;
}

.add-section02{

}

.wave-area.white-wave{
    background-color: transparent;
    top: initial;
    bottom: 0px;
    -webkit-filter:brightness(2);
    z-index: 0;
}

.s2-meimei-brand{
    background: #ffffff;
    padding: 5px;
    border-radius: 15px;
    box-shadow: 0px 0 30px #00000030;
    position: relative;
    z-index: 1;
}

.s2-meimei-brand img{
    max-width: 120px;
    border: 1px solid #cccccc;
    border-radius: 15px;
    padding: 5px;
    height: fit-content;
    margin-bottom: -5px;
}

@media(max-width: 991px){
    .s2-meimei-brand{

        margin-bottom: 30px;
    }

    .s2-meimei-brand img{
        max-width: 90px !important;
    }
}

.s2-img .img-item{
    padding-top: 62.6%;
    border-radius: 15px;
}

.s2-img .img-wrap{
    position: relative;
    z-index: 1;
}

.s2-img .img-wrap:before{
    content: '';
    position: absolute;
    width: calc(100%);
    padding-top: 62.6%;
    border-radius: 15px;
    border: 1px solid #cccccc;
    left: 13px;
    top: 10px;
}

@media(max-width: 991px){
    .s2-img{
        margin-top: 50px;
    }
    .s2-img .img-wrap:before{
        width: calc(100vw - 30px);
        left: 15px;
        top: 10px;
    }
}

.s2-meimei01{
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    z-index: 3;
    right: -135px;
    bottom: -70px;
}

@media(max-width: 991px){
    .s2-meimei01{    
        transform: scale(0.7);
        right: -75px;
    }
}

.add-section02 .mo-order-2:before{
    content: '';
    position: absolute;
    bottom: -145px;
    left: -70px;
    width: 188px;
    height: 109px;
    background-image: url(../images/s2-footprint.png);
    z-index: 1;
}

@media(max-width: 991px){
    .add-section02 .mo-order-2:before{
        bottom: 0px;
        top: -80px;
    }
}


/*--------------------產品區標題----------------------*/

.pic-meimei-title{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.txt-32.text-ks:before{
    top: 31px;
}

@media(max-width: 991px){
    .txt-32.text-ks:before{
        top: 28px;
    }
}

.s3-meimei01{
    margin-right: 30px;
}

.s3-meimei02{
    margin-left: 30px;
}

@media(max-width: 991px){
    .s3-meimei01{
        margin-right: 25px;
    }

    .s3-meimei02{
        margin-left: 25px;
    }
}

@media(max-width: 768px){
    .pic-meimei-title{
        margin-bottom: 110px;
    }

    .s3-meimei01{
        position: absolute;
        transform: scale(0.6);
        left: calc( 50% - 237px + -18px);
        top: 110px;
    }

    .s3-meimei02{
        position: absolute;
        transform: scale(0.6);
        right: calc( 50% - 300px + 30px + 18px );
        top: 110px;
    }
}

/*--------------------分類區區塊----------------------*/

.add-section03 .gray-bg{
    background-color: #F7F7F7;
    padding-bottom: 10vmin;
    padding-top: 0vmin;
}

.add-s3-title{
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}

.add-s3-title .txt-20{
    position: relative;
}

.add-s3-title .txt-20:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 1.5px;
    background: #333333;
    top: 14px;
    left: 105px;
}

.category-item{
    position: relative;
    z-index: 2;
}

@media(max-width: 991px){
    .category-item{
        margin-bottom: 40px;
    }
}

.category-item .img-wrap{
    max-width: 216px;
    max-height: 216px;
    border: 7px solid #ffffff;
    border-radius: 100%;
    margin: auto;
    position: relative;
}

.category-item .img-item{
    padding-top: 100%;
    border-radius: 100%;
}

.category-item .txt-item{
    margin-top: 20px;
}

@media(max-width: 991px){
    .category-item .txt-item{
        margin-top: 10px;
    }
}

.s4-category-dec{
    position: absolute;
    left: -35px;
    top: -5px;
}

.s4-meimei01,.s4-meimei02,.s4-meimei03,.s4-meimei04{
    position: absolute;
    z-index: 3;
}

.s4-meimei01{
    width: 96px;
    height: 100px;
    right: -3px;
    bottom: -12px;
}

.s4-meimei02{
    width: 129px;
    height: 78px;
    left: -30px;
    bottom: -12px;
}

.s4-meimei03{
    width: 108px;
    height: 111px;
    right: -3px;
    bottom: -12px;
}

.s4-meimei04{
    width: 95.84px;
    height: 95.12px;
    right: -3px;
    bottom: -12px;
}

@media(max-width: 991px){
    .s4-meimei01,.s4-meimei02,.s4-meimei03,.s4-meimei04{
        transform: scale(0.7);
    }
    .s4-category-dec{
        transform: scale(0.7);
        left: -24px;
        top: -28px;
    }
}

@media(min-width: 992px){
    .add-section03 .col-md-3:nth-child(even){
        position: relative;
        top: -115px;
    }
}

.add-section03 .gray-bg .row:before{
    content: '';
    position: absolute;
    width: 130px;
    height: 142px;
    background-image: url(../images/s4-meimei05.png);
    background-size: contain;
    right: calc( 50vw - 525px - 65px );
    bottom: 5vmin;
    z-index: 3;
}

@media(max-width: 992px){
    .add-section03 .gray-bg .row:before{
        right: 10px;
        transform: scale(0.8);
        bottom: 0px;
        top: 15px;
    }
}


/*--------------------新聞標題部分---------------------*/

.s5-meimei01-A{
    margin-right: 40px;
}

.s5-meimei01-B{
    margin-left: 40px;
    position: relative;
    top: -35px;
}

@media(max-width: 768px){
    .s5-meimei01-A{
        position: absolute;
        transform: scale(0.7);
        left: 0px;
        top: 10px;
    }

    .s5-meimei01-B{
        position: absolute;
        transform: scale(0.7);
        right: 0px;
        top: -15px;
    }
}

.s5-title-dec-L{
    margin-right: 40px;
}

.s5-title-dec-R{
    margin-left: 40px;
}

@media(max-width: 768px){
    .s5-title-dec-L{
        margin-right: 20px;
        width: 30px;
    }

    .s5-title-dec-R{
        margin-left: 20px;
        width: 30px;
    }
}

/*---------------------底部logo輪播-------------------------*/

.logoMarqueeSection {
    padding-top: 10vmin;
    padding-bottom: 40px;
}

#logoMarqueeSection {
    max-width: 1920px!important;
    margin: 0 auto;
}

.default-content-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    width: 100%;
    min-height: 100vh;
}

@media(max-width: 991px){
    .default-content-container{
        padding-left: 0px;
        padding-right: 0px;
    }
}

div.marquee>a>img {
    height: 20px;
}

.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee-wrapper {
    display:  inline-block;
    white-space: nowrap;
}

.marquee {
    display:  inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee a {
    display:  inline-block;
    white-space: nowrap;
    padding-right: 40px;
}

.marquee-wrapper:hover .marquee {
    /*animation-play-state: paused !important;*/
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

@media(max-width: 991px){
    .logoMarqueeSection .marquee-wrapper .marquee:nth-child(2){
        opacity: 0;
    }
}

/*-------------------------社群連結部分----------------------------*/

.social-media-item{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 991px){
    .social-media-item{
        flex-direction: column;
        transform: scale(0.75);
    }
}

.social-media-img img{
    margin-right: 20px;
}

@media(max-width: 991px){
    .social-media-img img{
        margin-right: 0px;
    }
}

.txt-36.text-ks:before{
    top: 31px;
}

@media(max-width: 991px){
    .txt-36.text-ks:before{
        top: 27px;
    }
}

.txt-45.text-ks:before{
    top: 38px;
}

@media(max-width: 991px){
    .txt-45.text-ks:before{
        top: 35px;
    }
}

.social-media-txt .txt-20{
    margin-top: -10px;
}

.add-section04 .container:before{
    content: '';
    position: absolute;
    bottom: 0;
    top: 72px;
    left: calc( 50vw - 585px - 75px );
    width: 188px;
    height: 108px;
    background-image: url(../images/s5-footprint-A.png);
    z-index: 1;
}

/*-------------------------網站背景虛線------------------------------*/

.C-part{
    background-image: url(../images/dashed-lineC.png);
    background-size: auto;
    background-position: center bottom 60px;
    background-repeat: no-repeat;
}

@media(max-width: 991px){
    .add-section04 .container:before {;
        bottom: 0;
        top: 50px;
        left: 0px;
        z-index: 0;
    }
    .C-part {
        background-position: left bottom 60px;
    }
}

.B-part{
    position: relative;
    overflow-x: clip;
}

.B-part:before{
    content: '';
    position: absolute;
    background-image: url(../images/dashed-lineB.png);
    width: 323px;
    height: 653px;
    right: calc(50vw - 600px - 80px);
    bottom: 15px;
    z-index: 2;
}

@media(max-width: 991px){
    .B-part:before{
        right: 0;
        bottom: 25px;
    }
}

.A-part{
    position: relative;
    overflow-x: clip;
}

.A-part:before{
    content: '';
    position: absolute;
    background-image: url(../images/dashed-lineA.png);
    width: 1360px;
    height: 705px;
    z-index: 1;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1361px){
    .A-part:before {
        bottom: 10px;
    }
}

@media (max-width: 991px){
    .A-part:before {
        width: 100vw;
        height: initial;
        bottom: 0;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        opacity: 0;
    }
}

@media (max-width: 991px){
    .add-section02 .center-item{
        position: relative;
    }
    .add-section02 .center-item:before {
        content: '';
        position: absolute;
        background-image: url(../images/dashed-lineA.png);
        background-position: right 10px;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100vw;
        height: 705px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
}

/*-------------------------css動畫-----------------------------*/

@keyframes moveUpAndDown {
  0% {
    transform: translateY(0);
}
50% {
    transform: translateY(-10px); 
}
100% {
    transform: translateY(0);
}
}

.category-item:hover .category-img {
  animation: moveUpAndDown 1.7s ease-in-out infinite; 
}

@keyframes wiperMovement {
  0% {
    transform: translateY(0) rotate(0deg); /* 初始位置 */
}
25% {
    transform: translateY(-30px) rotate(-5deg); /* 向上移动和旋转 */
}
50% {
    transform: translateY(0) rotate(0deg); /* 回到原位 */
}
75% {
    transform: translateY(-30px) rotate(5deg); /* 向上移动和旋转 */
}
100% {
    transform: translateY(0) rotate(0deg); /* 回到原位 */
}
}

.s1-meimei01-A{
    /*animation: wiperMovement 5s linear infinite;*/
}

@keyframes cartoonJump {
  0%, 100% {
    transform: translateX(0) translateY(0); /* 开始和结束位置：不移动 */
}
10%, 30%, 90% {
    transform: translateX(20px) translateY(-20px); /* 向右跳跃并向上 */
}
20%, 80% {
    transform: translateX(40px) translateY(-40px); /* 最高点1，稍微跳高一点 */
}
40%, 60% {
    transform: translateX(60px) translateY(-20px); /* 向右跳跃并向上 */
}
50% {
    transform: translateX(80px) translateY(0); /* 最高点2，稍微跳高一点 */
}
70% {
    transform: translateX(100px) translateY(-20px); /* 向右跳跃并向上 */
}
}

@media(min-width: 992px){
    .add-section03 .gray-bg .row:before{
        animation: cartoonJump 12s ease-in-out; /* 2秒持续时间，使用 ease-in-out 缓动函数 */
        animation-iteration-count: infinite;
    }
}


/*----------------------------footer修改--------------------------------*/

.footer{
    background-color: #f0f0f0;
    background-image: url(../images/footer-bg.png);
    background-position: center;
    background-size: cover;
}

@media(max-width: 991px){
    .footer{
        background-position: right;
    }
}

.foot-logo img {
    max-width: 215px !important;
}

@media (max-width: 991px){
    .foot-logo img {
        max-width: 200px !important;
    }
}

.foot-logo {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.footer-item ul li {
    line-height: 28px;
}

.footer .footer-body a i {
    width: 24px;
    text-align: center;
    margin-right: 5px;
}


/*----------------------套版樣式修改----------------------*/

.section_news_items .img-wrap .img-item, .section_product_items .img-wrap .img-item {
    border-radius: 8px;
}

.section_news_items:hover .img-wrap .img-item::before {
    background: rgba(0, 0, 0, 0.3);
}

.story-page .section_story_items .img-item:before {
    background: rgba(0, 0, 0, 0.3);
}

.story-page .section_story_items:hover .img-item:before {
    background: rgba(0, 0, 0, 0.3);
}

.qa-inner .qa-tab_cont .qa-tab_item_top > i {
    color: #999;
}

/*----------------------A-part換圖效果----------------------*/

.s1-img01 .img-item:before, .s2-img .img-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0; 
  transition: opacity 0.6s ease;
  border-radius: 15px;
  z-index: 2;
}

.s1-img01 .img-item:hover:before, .s2-img .img-item:hover:before {
  opacity: 1;
}

.s1-img01 .img-item:not(:hover):before, .s2-img .img-item:not(:hover):before {
  opacity: 0;
}

.s1-img01 .img-item:before {
  background-image: url(../images/s1-img01-hover.png); 
}

.s2-img .img-item:before {
  background-image: url(../images/s1-img02-hover.png); 
}


/*-------------------------------*/

@media (max-width: 768px){
    .section02 .pic-meimei-title {
        margin-bottom: 60px;
    }
}

.section01 .tab-content{
    position: relative;
}

.section01 .tab-content:before{
    content: '';
    position: absolute;
    background-image: url(../images/shiny-L.png);
    width: 130px;
    height: 172px;
    left: -72px;
    top: -72px;
    z-index: -1;
}

.section01 .tab-content:after{
    content: '';
    position: absolute;
    background-image: url(../images/shiny-R.png);
    width: 130px;
    height: 172px;
    right: -70px;
    top: -65px;
    z-index: -1;
}


@media(max-width: 991px){
    .section01 .tab-content:before{
        left: -20px;
        top: -320px;
        transform: scale(0.8);
    }

    .section01 .tab-content:after{
        right: -50px;
        top: -315px;
        transform: scale(0.8);
    }
}

.social-media-item:hover {
    transform: translateY(-10px);
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.logoMarqueeSection{
    pointer-events: none;
}

.social-media-item .txt-20{
    word-break: keep-all;
}