﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&display=swap');


@charset "utf-8";
:root {
    --main-color: #FDD100;
    --second-color: #76171c;
    --third-color: #444444;
    --forth-color: #F28482;
    --fifth-color: #283F3B;
    --sixth-color: #f5f5f5;
}
*[class*="logo"] a {
    transition: .3s all;
}
*[class*="logo"] a:hover {
    opacity: .75;
}
.rwd-table.mob-mode th {
    background-color: var(--second-color);
}
.bg-main-color {
    background-color: var(--main-color) !important;
}
.t-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
}
    .t-clamp.t2 {
        -webkit-line-clamp: 2;
    }
.tag {
    margin-bottom: 0;
}
.radio-inline + .radio-inline {
    margin-left: .8em;
}
.radio-inline input {
    margin-right: .4em;
}
.btn {
    border-radius: 0;
}
.btn.btn-fb {
    color: #fff;
    background-color: #0175d8;
}
    .btn.btn-fb:hover {
        color: #fff;
        background-color: #40a6ff;
    }
.btn.btn-primary,
.btn.btn-info {
    color: #fff;
    background: var(--second-color);
    border-color: var(--second-color);
}
.btn.btn-primary:hover,
.btn.btn-info:hover {
    background: var(--main-color);
    border-color: var(--main-color);
}
a:hover {
    color: var(--second-color);
}
.form-control,
.form-select {
    border-radius: 0;
}
.btn.more {
    font-size: 14px;
    font-weight: bold;
    background-color: transparent;
    color: #000;
    transition: .3s all;
}
.btn.cover:before {
    display: none;
    visibility: hidden;
}
.btn.more:hover {
    color: var(--second-color);
}
.btn.more .icon {
    color: var(--second-color);
    transition: .3s all;
}
.btn.more:hover .icon {
    color: var(--main-color);
}
.btn.cart,
.favorite-list .btn.cart,
.btn.delet,
.btn.delete,
.btn.search {
    font-size: 16px;
    border: 1px solid #d4d4d4;
    color: #333;
    background-color: transparent;
    border-radius: 4px;
    padding: 6px 12px;
}
    .btn.cart:hover,
    .btn.delet:hover,
    .btn.delete:hover,
    .btn.search:hover {
        border-color: var(--second-color);
        color: #fff;
        background-color: var(--second-color);
    }



.h2 {
    position: relative;
    font-size: 1.4em;
    line-height: 1.4em;
    border-bottom: none;
    font-weight: bold;
    color: #fff;
    background-color: var(--second-color);
    padding: 12px .4em 12px 20px;
    margin: 0 0 15px 18px;
}
    .h2:before {
        content: '';
        display: block;
        position: absolute;
        transform-origin: center;
        transform: translateY(-50%);
        top: 50%;
        left: 4px;
        width: 7px;
        height: 1em;
        background-color: var(--main-color);
    }
    .h2:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
        width: 0;
        height: 100%;
        border-right: 18px solid var(--second-color);
        border-top: 27px solid transparent;
    }
.h3 {
    text-align: left;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    padding: 0;
    margin-bottom: 20px;
}
    .h3:before {
        content: '';
        display: inline-block;
        width: .25em;
        height: 1em;
        vertical-align: middle;
        background-color: var(--second-color);
        margin: .2em;
        margin-right: .3em;
        float: left;
    }
.h4 {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: bold;
    color: #000;
    padding: 10px 0;
    border-bottom: solid 1px #3d3d3d;
}
.h5 {
    color: #000;
    font-size: 1.4rem;
}
.page-link {
    color: #fff;
    background-color: var(--second-color);
}
.page-link:hover {
    color: #fff;
    background-color: var(--main-color);
}
.icon-pic {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: bottom;
    background-color: var(--third-color);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
    .icon-pic.cart {
        -webkit-mask-image: url("../images/all/icon_cart.svg");
        mask-image: url("../images/all/icon_cart.svg");
    }
    .icon-pic.member {
        -webkit-mask-image: url("../images/all/icon_member.svg");
        mask-image: url("../images/all/icon_member.svg");
    }
.pokemon-sec {
    position: relative;
    border-style: solid;
    border-width: 16px 0;
    border-color: var(--main-color);
    background-color: var(--sixth-color);
}
    .pokemon-sec:before,
    .pokemon-sec:after {
        content: '';
        display: block;
        position: absolute;
    }
    .pokemon-sec:before {
        top: 0;
        right: 0;
        width: 90px;
        height: 0;
        border-top: 35px solid var(--main-color);
        border-left: 30px solid transparent;
    }
    .pokemon-sec:after {
        bottom: 0;
        left: 0;
        width: 90px;
        height: 0;
        border-bottom: 35px solid var(--main-color);
        border-right: 30px solid transparent;
    }
.wid-float-section {
    display: none;
    visibility: hidden;
}
.d-grid {
    display: grid !important;
}
.d-inline-grid {
    display: inline-grid !important;
}
.toast {
    background-color: #02c8f5;
    border-color: #02c8f5;
}
.nav-cart-info .nav-cart-list.cart-drop-detail {
    text-align: center;
    padding-bottom: 15px;
    border-style: solid;
    border-width: 8px 0 0;
    border-color: var(--main-color);
    background-color: #fff;
    /*background-color: var(--sixth-color);*/
}
    .nav-cart-info .nav-cart-list.cart-drop-detail:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 0;
        border-top: 17px solid var(--main-color);
        border-left: 15px solid transparent;
    }
.nav-cart-info .nav-cart-list .h6 {
    text-align: left;
}
.nav-cart-info .nav-cart-list .cart-detail {
    text-align: left;
}
.nav-cart-info .nav-cart-list .cart-checkout .btn-group .btn {
    color: #fff;
}
.nav-cart-info .nav-cart-list .cart-checkout .btn-group .btn.more {
    background-color: var(--second-color);
}
.list-creative .list-terms:before {
    background: var(--second-color);
}
.nav-cart-info .nav-cart-list .cart-detail .item a.btn.delete {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-cart-info .nav-cart-list .cart-detail .item a.btn.delete:hover {
    color: #fff;
}
/*------------   slick   --------------*/
.slick-dots {
    line-height: 1em;
    bottom: 25px;
}
.slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 8.5px;
    vertical-align: middle;
}
.slick .slick-dots button {
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    background-color: #fff;
}
.slick .slick-dots .slick-active button {
    background-color: var(--main-color);
}
/*---------  gallery-list  -----------*/
.gallery-list {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 15px;
    margin-bottom: 12px;
}
.gallery-list .item {
    margin-bottom: 0;
}
.gallery-list .item-detail {
    height: 100%;
    padding: 13px;
    box-shadow: 0 0 3px #e9e8e8;
    border: solid 1px #e9e8e8;
    background-color: #fff;
    transition: .3s all;
}
.gallery-list .item-detail:hover {
    background-color: var(--main-color);
}
.gallery-list .item .info {
    text-align: left;
    padding: 5px 0;
}
.gallery-list .item .info p {
    text-align: left;
}
.gallery-list .pro-num {
    color: var(--second-color);
    margin-top: -15px;
    height: 1.5em;
}
.gallery-list p.title {
    margin: 10px 0 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: inherit;
}
.gallery-list p.price s {
    color: #000;
}
.gallery-list.cover.hov-cart .btn-box .btn {
    padding: .2em .5em;
}
.gallery-list.cover.hov-cart .btn-box .btn.done {
    color: #f00;
}
.gallery-list.cover.hov-cart.hov-left .item-detail .cover .btn-box .btn:hover {
    border-radius: 0;
}
.gallery-list.cover.hov-cart .item-detail .cover .btn-box .btn:hover {
    background-color: var(--second-color);
}
/*------------  side  ----------------*/
.side .h3 .txt-tw {
    display: inline;
    font-size: 1em;
    border: none;
    padding: 0;
}
.side .filter-title .collapsed-btn,
.side .filter-sidebar.multiple-collapse .collapsed-btn {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    background-color: var(--main-color);
    border-color: var(--main-color);
    padding: 6px 10px;
}
.wid-slideBanner .jcarousel .slick-list {
    margin: 0 -10px;
}
.wid-slideBanner .jcarousel .item {
    padding: 0 10px;
}
.side .filter-content ul li {
    font-size: 1em;
    padding: 5px 0;
}
.side .filter-content ul li + li {
    border-top: solid 1px #d8d8d8;
}
.side .filter-content ul ul {
    padding-top: 0;
}
    .side .filter-content ul li a {
        color: #000;
    }
/*------------  header  --------------*/
.navbar .navbar-brand img {
    display: none;
}
.search-area {
    padding: 0;
}
.header .nav-brand-wrapper {
    line-height: 1em;
}
.header .navbar {
    border-bottom: none;
}
.header .navbar .navbar-brand, #logo {
    --height: 74px;
    background-image: url(../images/all/logo.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    width: calc(var(--height) * 2.847);
    height: var(--height);
    margin: 14px 0 18px;
}
.header .navbar {
    padding: 0 10px;
    background-color: #fff;
}
.header .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    text-indent: 2px;
}
.header .navbar-nav .nav-item:hover > .nav-link {
    color: var(--second-color);
}
.navbar .small-btn-box .list-inline-item:not(:last-child) {
    margin-right: 15px;
}
.navbar .small-btn-box a {
    font-size: 1em;
    color: var(--third-color);
    line-height: 1em;
    transition: .3s all;
    margin: 0;
}
.navbar .small-btn-box a:hover .icon-pic {
    background-color: var(--second-color);
}
.navbar .small-btn-box a:hover {
    color: var(--second-color);
}
.navbar .small-btn-box .icon-pic {
    width: 1.6em;
    height: 1.6em;
}
.navbar .small-btn-box .icon-pic.member {
    width: 1.4em;
}
.nav-search-li .nav-search-box .search-area {
    width: 235px;
}
.nav-search-li .nav-search-box .search-area a {
    --height: 23px;
    font-size: .85em;
    width: var(--height);
    height: var(--height);
    background-color: var(--second-color);
    padding: 0;
    color: #fff;
}
.nav-cart-info .cart-drop-box .count {
    display: inline;
    position: static;
    background-color: transparent;
    color: var(--second-color);
    font-size: 1em;
}

.bu_gruo {
    background: #f5f5f5;
}


/*----------------- 關於我們 ------------------*/
.about_mid .ab_tix p {
    font-size: 20px;
    padding: 20px;
    font-weight: bold;
    background-color: #ffffffd1;
    display: table;
    margin: 0 auto 10px;
}
.about_mid .ab_tix h4 span{
    display:block;
}
.about_mid .ab_tix h4 {
    z-index: 10;
    position: relative;
    font-weight: bold;
    color: #76171c;
    line-height: 40px;
    background-color: #ffffffd1;
    display: table;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 26px;
}
.about_mid .ab_tix .fig_bg2 {
    z-index: 10;
    position: absolute;
    left: -47px;
    top: -60px;
    width: 20%;
}
.about_mid .ab_tix .fig_bg {
    z-index: 10;
    position: absolute;
    right: -90px;
    bottom: -40px;
    width: 27%;
}
.about_mid .ab_tix:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #e9e9e9;
    left: 0;
    right: -8px;
    top: 0;
    bottom: -8px;
    z-index: -1;
    border-radius: 10px;
}
.about_mid .ab_tix:after {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/about/fig01.jpg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.1;
}
.about_mid .ab_tix {
    position: relative;
    border: 1px solid #FDD100;
    border-radius: 10px;
    margin: 80px auto 0;
    text-align:center;
    padding:90px  30px;
    background-color:#fff;

 
}
.about_mid .d-flex {
    justify-content: space-between;
    z-index:10;
    position:relative;

}
.about_mid .fus_c.fus_line a:before {

    background: url(../images/about/line.svg)no-repeat;
   
    left: 0;
 
}
.about_mid .fus_c.fus_mail a:before {

    background: url(../images/about/mail.svg)no-repeat;
 
  
}
.about_mid .fus_c a:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/about/fb.svg)no-repeat;
    width: 49px;
    height: 43px;
    left: 0;
    top: -7px;
}
.about_mid .fus_c.fus_line {
    background-color: #39ad00;
}
.about_mid .fus_c.fus_mail {
    background-color: #ff9800;
}

.about_mid .fus_c a {
    color: #fff;
    display: table;
    margin: 0 auto;
    padding: 0 34px 0 54px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}
.about_mid .fus_c:hover {
    opacity: 0.6;
}
.about_mid .fus_c {
    background-color: #0175d8;
    width: 32%;
    padding: 40px 5px;
    border-radius: 10px;
    transition: all 0.5s;
    border: 1px solid #FDD100;
    border-bottom: 2px solid #FDD100;
    border-right: 2px solid #FDD100;
}
.about_mid p span{
    display:block;
}
.about_mid p {
    font-size: 18px;
    margin-bottom: 0;
    z-index: 10;
    position: relative;
}
.about_mid h4.er_cv:before {
    content: '';
    display: block;
    position: absolute;
    transform-origin: center;
    transform: translateY(-50%);
    top: 50%;
    left: 4px;
    width: 7px;
    height: 1em;
    background-color: var(--main-color);
}
.about_mid h4.er_cv {
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 38px;
    font-size: 20px;
    padding-left: 20px;
    font-weight: bold;
    position: relative;
}
/*----------------- 常見問題 ------------------*/
.about_qa .qa {
    position: absolute;
    right: -60px;
    top: -140px;
    z-index: 10;
}
.about_qa {
    position: relative;
}
.about_qa span.a_lis {
    background: url(../images/about/a.svg)no-repeat;
    width: 50px;
    height: 56px;
    position: absolute;
    top: 15px;
    left: 10px;
}
.about_qa .txt_s {
    padding-left: 50px;
    font-weight: bold;
}
.about_qa span.q_lis {
    background: url(../images/about/q.svg)no-repeat;
    width: 50px;
    height: 56px;
    position: absolute;
    top: -12px;
    left: 10px;
}
.about_qa .accordion-body {
    font-size: 18px;
    padding: 30px 20px;
    position: relative;
}
.about_qa .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.about_qa .accordion-item {
    margin-bottom:30px;

    
}
.about_qa .accordion-button {
    color: #000;
    background-color: #f1f1f1;
    box-shadow: unset;
    font-size: 18px;
    font-weight: bold;
}
    .about_qa .accordion-button:not(.collapsed)::after {
        background-repeat: no-repeat;
    }
    .about_qa .accordion-button::after {
        background: url(../images/about/arrow.svg)no-repeat;
    }
/*----------------- 購物須知 ------------------*/
.about .bg_fs {
    position: absolute;
    right: -50px;
    top: -25%;
}
.about .ezshare-box {
    display: none;
}
.ab_shnote{
    margin-top:50px;
    position:relative;
}
    .ab_shnote .tit p {
        font-size: 18px;
        background: var(--main-color);
        position: absolute;
        left: -20px;
        top: -12px;
        padding: 4px 10px;
        font-weight: bold;
        border-radius: 50%;
        color: var(--second-color);
        border: 2px solid var(--second-color);
    }

    .ab_shnote .tit {
        border: 1px dashed #8e8e8e;
        position: relative;
        padding: 30px 20px 20px;
        margin-bottom: 40px;
        border-left: 5px solid var(--second-color);
        background-color:#fff;
    }
        .ab_shnote .tit:before {
            content: " ";
            display: block;
            position: absolute;
            background-color: #e9e9e9;
            left: 0;
            right: -8px;
            top: 0;
            bottom: -8px;
            z-index: -1;
        }
        .ab_shnote h4 {
            font-size: 18px;
            position: relative;
            margin-bottom: 0;
            font-weight: bold;
        }
    
/*----------------- home ------------------*/
.home-pagelist-area .wid-home-news .list_item .row {
}

.home-pagelist-area .wid-home-product .list_item .row {
    --bs-gutter-x: 16px;
}
body.lang_TW .txt-en {
    display: none;
    visibility: hidden;
}
body.home .main {
    display: none;
    visibility: hidden;
}
body.home .Customization .h3 {
    display: none;
    visibility: hidden;
}
body.home .wid .list {
    background-color: #fff;
    border: solid 2px #e0e0e0;
}
home-pagelist-area {
    --bs-gutter-x: 18px;
}
.home-pagelist-area .wid-home-news .list_item {
    padding: 23px 0;
    margin: 0 15px 0 22px;
}
.home-pagelist-area .wid-home-product .list_item {
    padding: 27px 0;
    margin: 0 15px 0 25px;
}
    .home-pagelist-area .list_item + .list_item {
        border-top: solid 1px #e0e0e0;
    }
    
.home-pagelist-area .list_item .info .title {
    font-size: 15px;
    font-weight: bold;
    color: #0a0a0a;
    transition: .3s all;
}
    .home-pagelist-area .list_item .info:hover .title {
        color: var(--second-color);
    }
.home-pagelist-area .list_item .info .price {
    font-size: 16px;
    font-weight: bold;
    color: var(--second-color);
}
body.home .wid-home-news .list_item .info .date {
    font-size: 12px;
    line-height: 1em;
    font-weight: bold;
    background-color: var(--main-color);
    padding: 7px;
    transition: .3s all;
    margin-bottom: 10px;
}
    body.home .wid-home-news .list_item .info:hover .date {
        color: #fff;
        background-color: #000;
    }
body.home .wid-home-news .list_item .info .subject {
    font-size: 15px;
    line-height: 1.45em;
    height: 2.9em;
    font-weight: bold;
    transition: .3s all;
}
body.home .wid-home-news .list_item .info:hover .subject {
    color: var(--second-color);
}
body.home .home-pagelist-area .btn-more {
    font-size: 14px;
    line-height: 1.4em;
    color: #fff;
    display: inline-block;
    width: 150px;
    padding: 11px 1em;
    background-color: var(--second-color);
    border-radius: 20px;
}
body.home section.section .container {
    position: relative;
}
body.home section.section .btn.more {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6.5px 0.725rem;
}
/*--------------------  footer  --------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500&display=swap');
.footer a:hover,
.footer .footer_content .sitemap > ul > li > a:hover {
    color: var(--second-color);
}
.footer .footer_content {
    background-color: var(--main-color);
    padding: 20px 0 0;
}
.footer .gotop {
    display: none;
    visibility: hidden;
}
.footer .footer-logo {
    width: 200px;
}
.footer .copyrights-info {
    font-family: 'Noto Sans TC', "微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", sans-serif;
    position: relative;
    border-top: none;
    z-index: 0;
    padding: 18px 0;
    color: #464646;
    font-size: 14px;
    font-weight: bold;
}
.footer .copyrights-info:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    background-color: #fff;
    z-index: -1;
}
.footer .footer_content .sitemap ul {
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto;
    grid-auto-flow: column;
    margin: 0 -25px;
}
.footer .footer_content .sitemap ul li {
    padding: 0 25px;
    margin: 0 0 15px;
}
.footer .footer_content .sitemap ul li a {
    font-weight: 500;
}
.footer .footer_content .h4 {
    text-align: left;
    padding: 0 0 12px;
    line-height: 1em;
}
.footer .desc,
.footer .footer-info li,
.footer a {
    font-size: 16px;
    font-weight: bold;
    color: #040404;
}

.footer .footer-share ul {
    grid-template-columns: auto auto auto;
    margin: 0 -5px -10px;
}
.footer .footer-share ul li {
    margin: 0 5px 10px;
}
.footer .footer-share a {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
    .footer .footer-share .icon_f a {
        background-image: url(../images/all/icon_fb.svg);
        background-color: #0175d8;
    }
    .footer .footer-share .icon_l a {
        background-image: url(../images/all/icon_line.svg);
        background-color: #39ad00;
    }
    .footer .footer-share .icon_y a {
        background-image: url(../images/all/icon_yt.svg);
        background-color: #db1212;
    }
.footer .footer-share a:hover {
    top: 3px;
}
/*-----------  product  -------------*/
.mainSection .anchor-title.scroll-to-fixed-fixed {
    width: 100vw !important;
    left: 0 !important;
}
.product-info-area .item.price .cont s {
    color: #000;
}
.sold-out {
    color: #c00;
}
/*--------------  news  ------------*/
.small-title {
    color: var(--second-color);
    font-weight: bold;
}
.tag {
    color: #000;
    font-size: 12px;
    line-height: 1em;
    font-weight: bold;
    background-color: var(--main-color);
    padding: 7px;
}
.article-list .item a {
    padding: 10px;
}
.article-list .item .time {
    color: #000;
    font-size: 12px;
    line-height: 1em;
    font-weight: bold;
    background-color: var(--main-color);
    padding: 7px;
}
.article-list .item .info {
    white-space: inherit;
}
/*----------------  member  --------------------*/
.frame-small-box.st {
    box-shadow: 0 0 10px #ececec;
    border: solid 1px #ececec;
}
.member-function-box .item a .pic {
    color: var(--second-color);
}
.member-function-box .item > a:hover {
    color: #fff;
    background-color: var(--second-color);
}
.member-function-box .item a:hover .pic {
    color: #fff;
}
.cart-list .info-area .price {
    color: var(--second-color);
}
.cart-list .info-area .price s {
    color: #000;
}
.pro-num {
    color: var(--second-color);
}
.modify .form-check-input, .register .form-check-input {
    border: none;
    margin-top: 0;
}

.img-object-contain {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.slick .item > a.link {
    position: relative;
    min-height: 400px;
}

.slick .item > a.link .pro-img {
    position: absolute;
    height: 100%;
    object-fit: contain;
    object-position: center;
    left: 0;
    right: 0;
}

.suggest-link {
    position: relative;
    min-height: 200px;
    display: block;
}

.suggest-pro {
    position: absolute;
    height: 100%;
    object-fit: contain;
}