﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap");
@import 'root.css';
/* CSS Document */
body, html {
  font-size: 16px;
  color: #111;
  font-family: "Noto Serif TC", "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
  letter-spacing: 1px;
}

body .fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.5);
}
body .fancybox__content > .f-button.is-close-btn {
  --f-button-bg: var(--second-color);
  --f-button-hover-bg: var(--primary-color);
  --f-button-active-bg: var(--primary-color);
  top: 0;
  border-radius: 0;
  opacity: 1;
}
body.order .page_wrapper, body.cart .page_wrapper {
  overflow: clip;
}

/*#loader {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: all ease .3s;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 99999;

    &:after {
        content: '';
        display: block;
        position: relative;
        z-index: 1;
        width: 40px;
        height: 40px;
        border: 2px solid #ddd;
        border-radius: 50%;
        border-top: 2px solid var(--primary-color);
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
        filter: drop-shadow( 0 0 10px rgba(0,0,0,.1));
    }*/
/*&:before {
        content: '';
        display: block;
        z-index: 1;
        background: url(../images/all/logo.svg) no-repeat center top;
        background-size: cover;
        width: 348px;
        height: 60px;
        margin-bottom: 10px;
        animation-name: logo_in;
        animation-duration: 1s;
    }*/
::selection {
  background: var(--primary-color) !important;
  color: #fff;
}

::-moz-selection {
  background: var(--primary-color) !important;
  color: #fff;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.m-0 {
  margin: 0px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.ms-0 {
  margin-left: 0px !important;
}

.me-0 {
  margin-right: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pe-0 {
  padding-right: 0px !important;
}

.ps-0 {
  padding-left: 0px !important;
}

.py-0 {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.m-1 {
  margin: 1px !important;
}

.my-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.mt-1 {
  margin-top: 1px !important;
}

.mx-1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.ms-1 {
  margin-left: 1px !important;
}

.me-1 {
  margin-right: 1px !important;
}

.p-1 {
  padding: 1px !important;
}

.px-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.pe-1 {
  padding-right: 1px !important;
}

.ps-1 {
  padding-left: 1px !important;
}

.py-1 {
  padding-bottom: 1px !important;
  padding-top: 1px !important;
}

.pb-1 {
  padding-bottom: 1px !important;
}

.pt-1 {
  padding-top: 1px !important;
}

.m-2 {
  margin: 2px !important;
}

.my-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mx-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.ms-2 {
  margin-left: 2px !important;
}

.me-2 {
  margin-right: 2px !important;
}

.p-2 {
  padding: 2px !important;
}

.px-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.pe-2 {
  padding-right: 2px !important;
}

.ps-2 {
  padding-left: 2px !important;
}

.py-2 {
  padding-bottom: 2px !important;
  padding-top: 2px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.m-3 {
  margin: 3px !important;
}

.my-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mx-3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.ms-3 {
  margin-left: 3px !important;
}

.me-3 {
  margin-right: 3px !important;
}

.p-3 {
  padding: 3px !important;
}

.px-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.pe-3 {
  padding-right: 3px !important;
}

.ps-3 {
  padding-left: 3px !important;
}

.py-3 {
  padding-bottom: 3px !important;
  padding-top: 3px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.m-4 {
  margin: 4px !important;
}

.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.ms-4 {
  margin-left: 4px !important;
}

.me-4 {
  margin-right: 4px !important;
}

.p-4 {
  padding: 4px !important;
}

.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.pe-4 {
  padding-right: 4px !important;
}

.ps-4 {
  padding-left: 4px !important;
}

.py-4 {
  padding-bottom: 4px !important;
  padding-top: 4px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.m-5 {
  margin: 5px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.ms-5 {
  margin-left: 5px !important;
}

.me-5 {
  margin-right: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pe-5 {
  padding-right: 5px !important;
}

.ps-5 {
  padding-left: 5px !important;
}

.py-5 {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.m-6 {
  margin: 6px !important;
}

.my-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mx-6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.ms-6 {
  margin-left: 6px !important;
}

.me-6 {
  margin-right: 6px !important;
}

.p-6 {
  padding: 6px !important;
}

.px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.pe-6 {
  padding-right: 6px !important;
}

.ps-6 {
  padding-left: 6px !important;
}

.py-6 {
  padding-bottom: 6px !important;
  padding-top: 6px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.m-7 {
  margin: 7px !important;
}

.my-7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mx-7 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}

.ms-7 {
  margin-left: 7px !important;
}

.me-7 {
  margin-right: 7px !important;
}

.p-7 {
  padding: 7px !important;
}

.px-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.pe-7 {
  padding-right: 7px !important;
}

.ps-7 {
  padding-left: 7px !important;
}

.py-7 {
  padding-bottom: 7px !important;
  padding-top: 7px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.m-8 {
  margin: 8px !important;
}

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.ms-8 {
  margin-left: 8px !important;
}

.me-8 {
  margin-right: 8px !important;
}

.p-8 {
  padding: 8px !important;
}

.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.pe-8 {
  padding-right: 8px !important;
}

.ps-8 {
  padding-left: 8px !important;
}

.py-8 {
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.m-9 {
  margin: 9px !important;
}

.my-9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.mt-9 {
  margin-top: 9px !important;
}

.mx-9 {
  margin-left: 9px !important;
  margin-right: 9px !important;
}

.ms-9 {
  margin-left: 9px !important;
}

.me-9 {
  margin-right: 9px !important;
}

.p-9 {
  padding: 9px !important;
}

.px-9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.pe-9 {
  padding-right: 9px !important;
}

.ps-9 {
  padding-left: 9px !important;
}

.py-9 {
  padding-bottom: 9px !important;
  padding-top: 9px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.pt-9 {
  padding-top: 9px !important;
}

.m-10 {
  margin: 10px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.ms-10 {
  margin-left: 10px !important;
}

.me-10 {
  margin-right: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pe-10 {
  padding-right: 10px !important;
}

.ps-10 {
  padding-left: 10px !important;
}

.py-10 {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.m-11 {
  margin: 11px !important;
}

.my-11 {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.mt-11 {
  margin-top: 11px !important;
}

.mx-11 {
  margin-left: 11px !important;
  margin-right: 11px !important;
}

.ms-11 {
  margin-left: 11px !important;
}

.me-11 {
  margin-right: 11px !important;
}

.p-11 {
  padding: 11px !important;
}

.px-11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

.pe-11 {
  padding-right: 11px !important;
}

.ps-11 {
  padding-left: 11px !important;
}

.py-11 {
  padding-bottom: 11px !important;
  padding-top: 11px !important;
}

.pb-11 {
  padding-bottom: 11px !important;
}

.pt-11 {
  padding-top: 11px !important;
}

.m-12 {
  margin: 12px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.ms-12 {
  margin-left: 12px !important;
}

.me-12 {
  margin-right: 12px !important;
}

.p-12 {
  padding: 12px !important;
}

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.pe-12 {
  padding-right: 12px !important;
}

.ps-12 {
  padding-left: 12px !important;
}

.py-12 {
  padding-bottom: 12px !important;
  padding-top: 12px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.m-13 {
  margin: 13px !important;
}

.my-13 {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mt-13 {
  margin-top: 13px !important;
}

.mx-13 {
  margin-left: 13px !important;
  margin-right: 13px !important;
}

.ms-13 {
  margin-left: 13px !important;
}

.me-13 {
  margin-right: 13px !important;
}

.p-13 {
  padding: 13px !important;
}

.px-13 {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

.pe-13 {
  padding-right: 13px !important;
}

.ps-13 {
  padding-left: 13px !important;
}

.py-13 {
  padding-bottom: 13px !important;
  padding-top: 13px !important;
}

.pb-13 {
  padding-bottom: 13px !important;
}

.pt-13 {
  padding-top: 13px !important;
}

.m-14 {
  margin: 14px !important;
}

.my-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mx-14 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}

.ms-14 {
  margin-left: 14px !important;
}

.me-14 {
  margin-right: 14px !important;
}

.p-14 {
  padding: 14px !important;
}

.px-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.pe-14 {
  padding-right: 14px !important;
}

.ps-14 {
  padding-left: 14px !important;
}

.py-14 {
  padding-bottom: 14px !important;
  padding-top: 14px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.m-15 {
  margin: 15px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.ms-15 {
  margin-left: 15px !important;
}

.me-15 {
  margin-right: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pe-15 {
  padding-right: 15px !important;
}

.ps-15 {
  padding-left: 15px !important;
}

.py-15 {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.m-16 {
  margin: 16px !important;
}

.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.ms-16 {
  margin-left: 16px !important;
}

.me-16 {
  margin-right: 16px !important;
}

.p-16 {
  padding: 16px !important;
}

.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.pe-16 {
  padding-right: 16px !important;
}

.ps-16 {
  padding-left: 16px !important;
}

.py-16 {
  padding-bottom: 16px !important;
  padding-top: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.m-17 {
  margin: 17px !important;
}

.my-17 {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.mt-17 {
  margin-top: 17px !important;
}

.mx-17 {
  margin-left: 17px !important;
  margin-right: 17px !important;
}

.ms-17 {
  margin-left: 17px !important;
}

.me-17 {
  margin-right: 17px !important;
}

.p-17 {
  padding: 17px !important;
}

.px-17 {
  padding-left: 17px !important;
  padding-right: 17px !important;
}

.pe-17 {
  padding-right: 17px !important;
}

.ps-17 {
  padding-left: 17px !important;
}

.py-17 {
  padding-bottom: 17px !important;
  padding-top: 17px !important;
}

.pb-17 {
  padding-bottom: 17px !important;
}

.pt-17 {
  padding-top: 17px !important;
}

.m-18 {
  margin: 18px !important;
}

.my-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mx-18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

.ms-18 {
  margin-left: 18px !important;
}

.me-18 {
  margin-right: 18px !important;
}

.p-18 {
  padding: 18px !important;
}

.px-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.pe-18 {
  padding-right: 18px !important;
}

.ps-18 {
  padding-left: 18px !important;
}

.py-18 {
  padding-bottom: 18px !important;
  padding-top: 18px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.m-19 {
  margin: 19px !important;
}

.my-19 {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.mt-19 {
  margin-top: 19px !important;
}

.mx-19 {
  margin-left: 19px !important;
  margin-right: 19px !important;
}

.ms-19 {
  margin-left: 19px !important;
}

.me-19 {
  margin-right: 19px !important;
}

.p-19 {
  padding: 19px !important;
}

.px-19 {
  padding-left: 19px !important;
  padding-right: 19px !important;
}

.pe-19 {
  padding-right: 19px !important;
}

.ps-19 {
  padding-left: 19px !important;
}

.py-19 {
  padding-bottom: 19px !important;
  padding-top: 19px !important;
}

.pb-19 {
  padding-bottom: 19px !important;
}

.pt-19 {
  padding-top: 19px !important;
}

.m-20 {
  margin: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.ms-20 {
  margin-left: 20px !important;
}

.me-20 {
  margin-right: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pe-20 {
  padding-right: 20px !important;
}

.ps-20 {
  padding-left: 20px !important;
}

.py-20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.m-21 {
  margin: 21px !important;
}

.my-21 {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.mt-21 {
  margin-top: 21px !important;
}

.mx-21 {
  margin-left: 21px !important;
  margin-right: 21px !important;
}

.ms-21 {
  margin-left: 21px !important;
}

.me-21 {
  margin-right: 21px !important;
}

.p-21 {
  padding: 21px !important;
}

.px-21 {
  padding-left: 21px !important;
  padding-right: 21px !important;
}

.pe-21 {
  padding-right: 21px !important;
}

.ps-21 {
  padding-left: 21px !important;
}

.py-21 {
  padding-bottom: 21px !important;
  padding-top: 21px !important;
}

.pb-21 {
  padding-bottom: 21px !important;
}

.pt-21 {
  padding-top: 21px !important;
}

.m-22 {
  margin: 22px !important;
}

.my-22 {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.mt-22 {
  margin-top: 22px !important;
}

.mx-22 {
  margin-left: 22px !important;
  margin-right: 22px !important;
}

.ms-22 {
  margin-left: 22px !important;
}

.me-22 {
  margin-right: 22px !important;
}

.p-22 {
  padding: 22px !important;
}

.px-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.pe-22 {
  padding-right: 22px !important;
}

.ps-22 {
  padding-left: 22px !important;
}

.py-22 {
  padding-bottom: 22px !important;
  padding-top: 22px !important;
}

.pb-22 {
  padding-bottom: 22px !important;
}

.pt-22 {
  padding-top: 22px !important;
}

.m-23 {
  margin: 23px !important;
}

.my-23 {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.mt-23 {
  margin-top: 23px !important;
}

.mx-23 {
  margin-left: 23px !important;
  margin-right: 23px !important;
}

.ms-23 {
  margin-left: 23px !important;
}

.me-23 {
  margin-right: 23px !important;
}

.p-23 {
  padding: 23px !important;
}

.px-23 {
  padding-left: 23px !important;
  padding-right: 23px !important;
}

.pe-23 {
  padding-right: 23px !important;
}

.ps-23 {
  padding-left: 23px !important;
}

.py-23 {
  padding-bottom: 23px !important;
  padding-top: 23px !important;
}

.pb-23 {
  padding-bottom: 23px !important;
}

.pt-23 {
  padding-top: 23px !important;
}

.m-24 {
  margin: 24px !important;
}

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.ms-24 {
  margin-left: 24px !important;
}

.me-24 {
  margin-right: 24px !important;
}

.p-24 {
  padding: 24px !important;
}

.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.pe-24 {
  padding-right: 24px !important;
}

.ps-24 {
  padding-left: 24px !important;
}

.py-24 {
  padding-bottom: 24px !important;
  padding-top: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.m-25 {
  margin: 25px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.ms-25 {
  margin-left: 25px !important;
}

.me-25 {
  margin-right: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.pe-25 {
  padding-right: 25px !important;
}

.ps-25 {
  padding-left: 25px !important;
}

.py-25 {
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  position: relative;
  letter-spacing: 1px;
  line-height: 1.6em;
}

h1, .h1 {
  font-size: 2rem;
  font-weight: 700;
}

h2, .h2 {
  font-size: 1.625rem;
  font-weight: 700;
}

h3, .h3 {
  font-size: 1.25rem;
  font-weight: 500;
}

h4, .h4 {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--third-color);
}

h5, .h5, h6, .h6 {
  font-size: 1rem;
  font-weight: 500;
}

u {
  text-underline-offset: 4px;
}

p {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 1em;
}

.wrapfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.badge {
  padding: 3px 7px 5px 9px;
  font-size: 13px;
  font-weight: 400;
}

blockquote {
  border: 1px solid var(--primary-color);
  background: var(--third-color);
  color: var(--text-color);
  font-size: 1rem;
  line-height: 1.6em;
}
blockquote span {
  font-size: 120%;
  letter-spacing: 2px;
  margin: 0 4px;
  font-weight: 700;
}
blockquote .icon {
  margin-right: 5px;
  color: var(--primary-color);
}
blockquote .btn {
  padding: 5px 9px;
}

a {
  color: var(--text-color);
  transition: 0.3s all ease;
}
a:hover, a:focus, a:active {
  color: var(--primary-color);
}

.btn {
  padding: 9px 15px;
  font-size: 1rem;
  line-height: 1.2em;
  letter-spacing: 2px;
  transition: 0.3s all ease;
  border-radius: 0;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 12px 18px;
  font-size: 1.25rem;
  line-height: 1.33em;
  /*border-radius: 10px;*/
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 8px;
  font-size: 0.875rem;
  line-height: 1.2;
  /*border-radius: 3px;*/
}

.btn-primary {
  font-weight: 300;
  background: var(--second-color);
  color: var(--text-color-reverse);
  text-align: center;
  border: 1px solid var(--second-color);
  /*border-radius: 4px;*/
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--text-color-reverse);
}
.btn-primary .icon {
  margin: 0 0.25em;
  font-size: 1.125em;
}
.btn-primary .badge {
  background: #fff;
  color: var(--second-color);
  position: static;
  margin-left: 5px;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 11px;
  line-height: 1;
  width: 2em;
  height: 2em;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.btn-primary .badge:empty {
  display: none;
}

.btn-secondary {
  background: var(--third-color);
  color: var(--text-color-reverse);
  text-align: center;
  border: 1px solid var(--third-color);
  /*border-radius: 4px;*/
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background: var(--second-color);
  border-color: var(--second-color);
  color: var(--text-color-reverse);
}
.btn-secondary .icon {
  margin-right: 5px;
  font-size: 1em;
}

.open > .dropdown-toggle.btn-primary {
  background: var(--primary-color);
}

.btn-default {
  font-weight: 300;
  border: 1px solid #999;
  color: var(--text-color);
  /*padding: 10px 22px 10px 25px;*/
  letter-spacing: 3px;
  /*border-radius: 4px;*/
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  background-color: var(--primary-color);
  color: var(--text-color-reverse);
}

.btn-action {
  background: var(--primary-color);
  color: var(--text-color-reverse);
  text-align: center;
  border: 1px solid var(--primary-color);
  /*border-radius: 4px;*/
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-action:before {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: #fff;
  transform: translateX(100%);
  z-index: -1;
  transition: 0.5s ease all;
  opacity: 0;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.btn-action:hover, .btn-action:focus, .btn-action:active {
  color: var(--primary-color);
}
.btn-action:hover:before, .btn-action:focus:before, .btn-action:active:before {
  transform: translateX(-50%);
  opacity: 1;
}

.btn-more {
  display: table;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  padding: 1.25em 10px;
  min-width: 365px;
  text-align: center;
  color: var(--text-color-reverse);
  letter-spacing: 2px;
  background: var(--second-color);
  /*letter-spacing: 2px;*/
  /*border-bottom: 1px solid #000;*/
  text-transform: uppercase;
  /*padding: 15px;*/
  position: relative;
  z-index: 1;
  font-family: "DM Serif Display", serif;
}
.btn-more:before, .btn-more:after {
  display: block;
  transition: all ease 0.5s;
  position: absolute;
}
.btn-more:before {
  content: "";
  background: var(--primary-color);
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: -1;
}
.btn-more:after {
  content: ">";
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: 5px;
}
.btn-more:hover, .btn-more:focus, .btn-more:active {
  background: transparent;
  color: var(--text-color-reverse);
  /*border-bottom-color: #fff;*/
  padding-left: 10px;
}
.btn-more:hover:before, .btn-more:focus:before, .btn-more:active:before {
  height: 100%;
}
.btn-more:hover:after, .btn-more:focus:after, .btn-more:active:after {
  margin-left: 10px;
}

.btn-light {
  background: var(--grey-color-light);
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
  background: var(--grey-color);
  color: var(--text-color-reverse);
}

.btn-normal {
  background: none;
  color: #23989f;
  border: 1px solid var(--primary-color);
}
.btn-normal:hover {
  color: #888;
  border-color: #aaa;
}

.btn-warning {
  background: var(--second-color);
  border-color: var(--second-color);
  color: var(--text-color-reverse);
}

.btn-success {
  background: var(--forth-color);
  border-color: var(--forth-color);
  color: var(--text-color-reverse);
}

#fbLoginBtn {
  position: relative;
  background: #4267b2;
}

#fbLoginBtn img,
#geLoginBtn img {
  margin-right: 10px;
}

#geLoginBtn {
  position: relative;
  font-weight: bold;
  color: #757575;
  background: none;
  border: 1px solid #eee;
}

.row {
  --bs-gutter-y: 0;
  --bs-gutter-x: 30px;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  margin-top: var(--bs-gutter-y);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.row.align-items-center {
  display: flex;
  align-items: center;
}

.gy-0 {
  --bs-gutter-y: calc(0* 15px);
}

.gx-0 {
  --bs-gutter-x: calc(0* 15px);
}

.gy-1 {
  --bs-gutter-y: calc(1* 15px);
}

.gx-1 {
  --bs-gutter-x: calc(1* 15px);
}

.gy-2 {
  --bs-gutter-y: calc(2* 15px);
}

.gx-2 {
  --bs-gutter-x: calc(2* 15px);
}

.gy-3 {
  --bs-gutter-y: calc(3* 15px);
}

.gx-3 {
  --bs-gutter-x: calc(3* 15px);
}

.gy-4 {
  --bs-gutter-y: calc(4* 15px);
}

.gx-4 {
  --bs-gutter-x: calc(4* 15px);
}

.gy-5 {
  --bs-gutter-y: calc(5* 15px);
}

.gx-5 {
  --bs-gutter-x: calc(5* 15px);
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.w-100 {
  width: 100% !important;
}

.ratio {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-9x5 {
  --bs-aspect-ratio: 55.56%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.object-cover,
.object-contain {
  width: 100% !important;
  height: 100% !important;
  object-position: center;
}

.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

.slick .slick-dots button {
  width: 15px;
  height: 15px;
}
.slick .slick-dots button:before {
  width: 15px;
  height: 15px;
}
.slick .slick-dots .slick-active button {
  background: var(--main-color);
}

.slick-slide .img-responsive {
  width: 100%;
}

.text-danger {
  color: #ff0500;
}

.form-control {
  height: 40px;
  font-size: 0.875rem;
}

.fancybox-overlay {
  background: none !important;
}

/** loading **/
.loadingbar {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loadingbar div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #52ced5;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #52ced5 transparent transparent transparent;
}
.loadingbar div:nth-child(1) {
  animation-delay: -0.45s;
}
.loadingbar div:nth-child(2) {
  animation-delay: -0.3s;
}
.loadingbar div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 防止float溢出 */
.content .txt:after,
.content .list-box .txt-list li:after,
body.news .content > .h3:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#floating {
  z-index: 100;
}
#floating .btn-floating {
  background-color: #52CED5;
  display: block;
  width: 28px;
  height: 58px;
  position: absolute;
  left: -30px;
  margin: 1px;
  padding: 10px 3px;
  display: none;
}
#floating .btn-floating .icon-arrow {
  background: url(../images/all/arrow.png) no-repeat;
  display: block;
  width: 32px;
  height: 40px;
}
#floating.open .btn-floating .icon-arrow {
  background-position: 0 -40px;
}
#floating.isFixed {
  position: fixed;
  bottom: 20px;
  right: 15px;
  top: auto;
  margin: 0;
}
#floating ul {
  /*background: rgba(255, 255, 255, 0.9);*/
  margin: 0;
}
#floating ul li {
  padding: 5px 0;
}
#floating ul li + li {
  /*border-top: 1px solid #E7E7E7;*/
}
#floating ul li a {
  width: 45px;
  height: 45px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  background: #000;
}
#floating ul li a .icon {
  font-size: 1.375rem;
  display: block;
  margin: 0 auto;
}
#floating ul li a .num {
  min-width: 16px;
  height: 16px;
  background-color: #EB0F0F;
  font-size: 0.75rem;
  color: var(--text-color-reverse);
  display: block;
  border-radius: 16px;
  line-height: 16px;
  position: absolute;
  right: 6px;
  top: 8px;
}
#floating ul li a .txt-en {
  font-family: "DM Serif Display", serif;
  display: none;
}
#floating ul li a:hover {
  background: var(--primary-color);
}
#floating ul li.gotop {
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: all ease 0.3s;
  opacity: 0;
}

.is_scroll #floating ul li.gotop {
  padding: 5px 0;
  height: 55px;
  opacity: 1;
}

.jcarousel-wrapper {
  position: relative;
}

body:not(.album) .jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel ul li {
  width: 200px;
  float: left;
  box-sizing: border-box;
  padding: 5px;
}
.jcarousel ul li a {
  display: block;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: auto;
}

.pic a {
  display: block;
}

/********************* Header *********************/
.header {
  z-index: 100;
}
.header .navbar {
  z-index: 200;
  background: #fff;
  transition: all ease 0.5s;
  position: fixed;
  border-radius: 0;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #cdcdcd;
}
.header .navbar > .container-fluid, .header .navbar > .container {
  display: flex;
  flex-wrap: wrap;
  transition: all ease 0.5s;
}
.header .navbar .navbar-header {
  float: none;
}
.header .navbar .navbar-brand {
  background: url(../images/all/logo.svg) no-repeat;
  background-size: contain !important;
  display: block;
  width: 209px;
  height: 53px;
  padding: 0;
  margin: 5px 0;
  text-indent: -9999px;
  transition: 0.3s all ease;
  /*filter: drop-shadow(2px 2px 0 rgba(167, 48, 81,.35));*/
  float: none;
}
.header .navbar .navbar-brand:hover {
  opacity: 0.7;
}
.header .navbar .mobile-brand {
  background: url(../images/all/logo.svg) no-repeat;
  background-size: contain !important;
  display: block;
  width: 197px;
  height: 32px;
  padding: 0;
  text-indent: -9999px;
  margin: 0 auto 20px;
  display: none;
}
.header .navbar .navbar-collapse {
  flex: 1 1 100%;
}
.header .navbar .navbar-collapse > .navbar-nav {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
}
.header .navbar .navbar-nav {
  margin-top: 0;
  background: none;
  transition: 0.3s all ease;
  float: none;
  flex: 1 1 100%;
}
.header .navbar .navbar-nav li a {
  color: var(--text-color);
  font-size: 15px;
  font-weight: 400;
  background-color: inherit;
  transition: 0.3s all ease;
  letter-spacing: 2px;
}
.header .navbar .navbar-nav li a:hover {
  color: var(--text-color);
  background: none;
}
.header .navbar .navbar-nav li a:hover .txt-en {
  color: #999;
}
.header .navbar .navbar-nav li a .txt-en {
  font-family: "DM Serif Display", serif;
  margin-left: 5px;
  color: #ccc;
  font-weight: normal;
  float: right;
}
.header .navbar .navbar-nav li + li a {
  /*border-left: 1px solid #eee;*/
}
.header .navbar .navbar-nav li.b > a {
  /*border-bottom-color: #52CED5;
  color: #209198;*/
  background: none;
}
.header .navbar .navbar-nav li.b > a::after {
  width: 100%;
  opacity: 1;
}
.header .navbar .navbar-nav > li {
  position: relative;
  flex: 1 1 auto;
  /*margin-left: 5px;
  margin-right: 5px;*/
}
.header .navbar .navbar-nav > li > a {
  color: var(--text-color);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 25px 5px;
  position: relative;
}
.header .navbar .navbar-nav > li > a .title-main {
  display: block;
  transition: all ease 0.3s;
}
.header .navbar .navbar-nav > li > a .title-sub {
  display: none;
}
.header .navbar .navbar-nav > li > a .caret {
  display: none;
}
.header .navbar .navbar-nav > li > a:hover, .header .navbar .navbar-nav > li > a:focus, .header .navbar .navbar-nav > li > a.acive {
  color: var(--primary-color);
}
.header .navbar .navbar-nav > li.open > a {
  color: var(--primary-color);
}
.header .navbar .navbar-nav > li ul {
  padding: 0;
  border: 0;
  background: #f2f2f2;
}
.header .navbar .navbar-nav > li ul > li a {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  padding: 10px 15px;
}
.header .navbar .navbar-nav > li ul > li a:hover {
  background: var(--second-color);
  color: #fff;
}
.header .navbar .navbar-nav > li ul > li.open > a {
  background: var(--second-color);
  color: #fff;
}
.header .navbar .btn-default {
  background: var(--primary-color);
  color: var(--text-color-reverse);
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
  font-size: 1rem;
  letter-spacing: 2px;
  border-radius: 4px;
  transition: all ease 0.3s;
}
.header .navbar .btn-default:hover {
  background: var(--third-color);
}
.header .navbar .lang {
  display: block;
  text-align: end;
}
.header .navbar .lang ul {
  margin-bottom: 0;
}
.header .navbar .lang ul.dropdown-menu {
  border: none;
  min-width: 100%;
  border-radius: 0;
  padding: 0;
}
.header .navbar .lang ul li {
  padding-right: 0;
  padding-left: 0;
}
.header .navbar .lang ul li a {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding: 8px 15px;
  color: var(--text-color-reverse);
  background: var(--second-color);
}
.header .navbar .lang ul li a:hover, .header .navbar .lang ul li a:focus, .header .navbar .lang ul li a:active {
  color: var(--text-color-reverse);
  background: var(--third-color);
}
.header .navbar .lang.open .btn-default {
  color: var(--text-color-reverse);
  background: var(--third-color);
}
.header .navbar .nav_btn_group {
  flex: 0 0 auto;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: 0.3s all ease;
  margin-left: 10px;
  align-items: center;
}
.header .navbar .nav_btn_group .lang,
.header .navbar .nav_btn_group .sub-nav {
  vertical-align: top;
  margin-left: 10px;
}
.header .navbar .nav_btn_group .sub-nav {
  /*position: absolute;
  right: 15px;
  top: 20px;*/
  margin: 0 0 0 5px;
  display: flex;
  align-items: center;
}
.header .navbar .nav_btn_group .sub-nav li {
  display: block;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  background: transparent;
  transition: all ease 0.3s;
}
.header .navbar .nav_btn_group .sub-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  font-size: 26px;
  position: relative;
}
.header .navbar .nav_btn_group .sub-nav li a .icon {
  width: 1em;
  font-size: 1.25em;
  color: var(--primary-color);
}
.header .navbar .nav_btn_group .sub-nav li a .icon.svg-inline--fa {
  width: 1.25em;
}
.header .navbar .nav_btn_group .sub-nav li a .icon ~ span {
  margin-left: 5px;
}
.header .navbar .nav_btn_group .sub-nav li a .txt-en {
  font-family: "DM Serif Display", serif;
  display: none;
}
.header .navbar .nav_btn_group .sub-nav li a .num {
  position: absolute;
  top: 30px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #fff;
  color: var(--primary-color);
  border-radius: 50%;
  font-size: 0.875rem;
}
.header .navbar .nav_btn_group .sub-nav li a:hover, .header .navbar .nav_btn_group .sub-nav li a:focus, .header .navbar .nav_btn_group .sub-nav li a:active, .header .navbar .nav_btn_group .sub-nav li a.open {
  /*background-color: var(--third-color);*/
  color: var(--second-color);
}
.header .navbar .nav_btn_group .sub-nav li .dropdown-menu {
  padding: 0;
  min-width: 200px;
}
.header .navbar .nav_btn_group .sub-nav li .dropdown-menu li a {
  font-size: 15px;
  width: auto;
  height: auto;
  padding: 8px;
  background: var(--primary-color);
}
.header .navbar .nav_btn_group .sub-nav li.cart a, .header .navbar .nav_btn_group .sub-nav li.help a, .header .navbar .nav_btn_group .sub-nav li.search a {
  text-indent: 0;
  padding: 10px;
  background: var(--second-color);
  color: var(--text-color-reverse);
  border-radius: 50%;
}
.header .navbar .nav_btn_group .sub-nav li.cart a:hover, .header .navbar .nav_btn_group .sub-nav li.cart a:focus, .header .navbar .nav_btn_group .sub-nav li.cart a:active, .header .navbar .nav_btn_group .sub-nav li.help a:hover, .header .navbar .nav_btn_group .sub-nav li.help a:focus, .header .navbar .nav_btn_group .sub-nav li.help a:active, .header .navbar .nav_btn_group .sub-nav li.search a:hover, .header .navbar .nav_btn_group .sub-nav li.search a:focus, .header .navbar .nav_btn_group .sub-nav li.search a:active {
  background: var(--primary-color);
}
.header .navbar .nav_btn_group .sub-nav li.search {
  position: relative;
  border-left: 0;
  padding-left: 0;
}
.header .navbar .nav_btn_group .sub-nav li.search .dropdown-menu {
  padding: 5px;
}
.header .navbar .nav_btn_group .sub-nav li.search .wid-search .h3 {
  display: none;
}
.header .navbar .nav_btn_group .sub-nav li.search .wid-search .form-group.w2 {
  display: flex;
}
.header .navbar .nav_btn_group .sub-nav li.search .wid-search .form-group .form-control {
  height: 36px;
  border: 0;
  padding: 5px 8px 5px 8px;
  transition: all ease 0.5s;
  box-shadow: none;
}
.header .navbar .nav_btn_group .sub-nav li.search .wid-search .form-group .form-control:focus {
  box-shadow: none;
}
.header .navbar .nav_btn_group .sub-nav li.search .wid-search .form-group a {
  text-indent: 0;
  border: 0;
  background: #fff;
  color: var(--primary-color);
  padding: 9px 8px;
  width: auto;
  height: auto;
  font-size: 15px;
  border-radius: 0 4px 4px 0;
}
.header .navbar .nav_btn_group .sub-nav li.search .wid-search .form-group a .icon {
  margin: 0;
}
.header .navbar .nav_btn_group .sub-nav li.search .wid-search .form-group a:hover, .header .navbar .nav_btn_group .sub-nav li.search .wid-search .form-group a:focus, .header .navbar .nav_btn_group .sub-nav li.search .wid-search .form-group a:active {
  background: #fff;
  color: var(--primary-color);
}
.header .navbar .nav_btn_group .sub-nav li.b1 {
  display: none;
}
.header .navbar .nav_btn_group .sub-nav li.b2 a {
  background-position: 0 0;
}
.header .navbar .nav_btn_group .wid {
  margin-bottom: 0;
}
.header .navbar .func-nav li {
  position: fixed;
  top: 30px;
  transition: all ease 0.3s;
}
.header .navbar .func-nav li:nth-child(1) {
  left: 4vw;
}
.header .navbar .func-nav li:nth-child(2) {
  left: calc(6rem + 5.5vw);
}
.header .navbar .func-nav li:nth-child(3) {
  right: calc(6rem + 5.5vw);
}
.header .navbar .func-nav li:nth-child(4) {
  right: 4vw;
}
.header .navbar .func-nav li a {
  display: block;
  font-size: 1rem;
  position: relative;
}
.header .navbar .func-nav li a .icon {
  font-size: 2em;
  vertical-align: middle;
  margin-right: 2px;
  max-width: 1em;
  overflow: hidden;
}
.header .navbar .func-nav li a .num {
  position: absolute;
  top: -3px;
  left: 1.25em;
  background: #e72323;
  color: var(--text-color-reverse);
  font-size: 0.75rem;
  line-height: 1;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}
.header .navbar .func-nav li a .text {
  display: inline-block;
  vertical-align: middle;
}
.header .navbar .func-nav li a .txt-tw,
.header .navbar .func-nav li a .txt-en {
  margin-right: 0;
}
.header .navbar .func-nav li a .txt-tw {
  font-size: 1em;
}
.header .navbar .func-nav li a .txt-en {
  font-family: "DM Serif Display", serif;
  display: none;
}
.header .navbar .func-nav .search-box {
  padding: 0 5px;
}
.header .navbar .func-nav .search-box .form-control {
  min-width: 10em;
}
.header .navbar .func-nav .wid {
  margin-bottom: 0;
}
.header .wrp-deco {
  min-height: 0;
}

.no-js .header .navbar .func-nav li a .icon {
  opacity: 0;
}

.is_scroll .header .navbar {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

body.about .header .navbar .navbar-nav li.b1 a .txt-en,
body.product .header .navbar .navbar-nav li.b2 a .txt-en,
body.news .header .navbar .navbar-nav li.b3 a .txt-en,
body.contact .header .navbar .navbar-nav li.b4 a .txt-en {
  color: var(--primary-color);
}

/*----------------------- Banner -----------------------*/
html.no-js .banner .bxslider,
html.no-js .banner .bxslider img {
  display: none;
}

html.js .banner .bxslider {
  display: block;
}

.banner {
  position: relative;
  /*margin-top: 100px;*/
}
.banner .bannerImgBox {
  visibility: hidden;
  margin-bottom: 0;
}
.banner .bannerImgBox.slick-initialized, .banner .bannerImgBox.oneMode {
  visibility: visible;
}
.banner .loadingbar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .container,
.banner .container-fluid {
  padding: 0;
}
.banner .video_banner {
  width: 100%;
}
.banner .bxslider .item img {
  width: 100%;
  display: none;
}
.banner .bxslider .bannerImgBox:not(.banner_mob_bg) .item {
  width: 100%;
  background: none !important;
}
.banner .bxslider .bannerImgBox:not(.banner_mob_bg) .item img.img_small {
  display: none;
}
.banner .bxslider .bannerImgBox:not(.banner_mob_bg) .item img.img_big {
  display: block;
}
.banner .bxslider .bannerImgBox.banner_mob_bg .item {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner .editor img {
  margin: 0;
}
.banner .video_sec {
  width: 100%;
}
.banner .slick-prev:before, .banner .slick-next:before {
  color: var(--primary-color);
}
.banner .slick-dots {
  bottom: 22px;
  padding: 0;
}
.banner .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 6px;
  line-height: 1;
}
.banner .slick-dots li button {
  width: 7px;
  height: 7px;
}
.banner .slick-dots li button:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  border: 1px solid transparent;
  /*border-radius: 15px;*/
  transition: all ease 0.3s;
  opacity: 1;
}
.banner .slick-dots li.slick-active {
  width: 40px;
}
.banner .slick-dots li.slick-active button {
  width: 40px;
}
.banner .slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1;
  background: var(--primary-color);
}
.banner .bx-wrapper {
  margin-bottom: 0;
}
.banner .bx-wrapper .bx-viewport {
  left: 0;
  background: none;
  border: none;
  box-shadow: none;
}
.banner .bx-wrapper .bx-pager.bx-default-pager {
  bottom: 2px;
  text-align: end;
  padding: 0 15px;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a {
  text-align: start;
  background: #404040;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #1EB5BE;
}
.banner .bx-wrapper .bx-controls-direction {
  display: none;
}

body.VIDEOLOADED .banner .loadingbar {
  display: none;
}
body.home .banner .bxslider .bannerImgBox.banner_mob_bg .item {
  height: 500px;
}
body.full .banner .container {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
body.full .banner .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}
body.full .banner .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}

/********************* Footer *********************/
.footer {
  padding: 60px 0 20px;
  background: var(--third-color);
  color: var(--text-color-reverse);
}
.footer .wid {
  margin-bottom: 0;
}
.footer .editor {
  max-width: 590px;
}
.footer .footer_content {
  color: var(--text-color-reverse);
  line-height: 1.5;
  font-size: 1rem;
  text-align: center;
}
.footer .footer_content address {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .footer_content address .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.footer .footer-brand {
  background: url(../images/all/footer-logo.svg) no-repeat;
  background-size: contain !important;
  display: block;
  flex: 0 0 auto;
  width: 365px;
  height: 65px;
  padding: 0;
  text-indent: -9999px;
  margin: 0;
  transition: 0.3s all ease;
}
.footer .footer-brand:hover {
  opacity: 0.7;
}
.footer .cominfo {
  margin: 0 50px 10px;
  font-size: 1rem;
}
.footer .cominfo ul {
  margin-bottom: 0;
  text-align: start;
}
.footer .cominfo ul li + li {
  margin-top: 5px;
}
.footer .cominfo ul li.social a {
  display: inline-block;
  font-size: 1.4em;
  line-height: 1;
}
.footer .cominfo label {
  font-size: 1rem;
  margin-bottom: 0;
  margin-right: 6px;
  font-weight: 400;
}
.footer .cominfo label:after {
  content: "/";
  display: inline-block;
  margin-left: 4px;
}
.footer .cominfo a {
  color: var(--text-color-reverse);
}
.footer .cominfo a:hover {
  color: var(--primary-color);
}
.footer .sitemap {
  border-top: 1px solid #fff;
  padding-top: 15px;
  margin-top: 15px;
}
.footer .sitemap ul {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.footer .sitemap ul li {
  flex: 0 0 auto;
  padding: 0;
  color: var(--text-color-reverse);
}
.footer .sitemap ul li:nth-child(2n) {
  /*display: none;*/
}
.footer .sitemap ul li a {
  font-size: 1rem;
  font-weight: 300;
  color: var(--text-color-reverse);
  padding: 2px 5px;
}
.footer .sitemap ul li a:hover {
  color: var(--primary-color);
}
.footer .sitemap ul li a .txt-en {
  display: none;
}
.footer .sitemap ul li ul {
  display: block;
  margin-top: 15px;
}
.footer .sitemap ul li ul li {
  position: relative;
  padding-left: 10px;
}
.footer .sitemap ul li ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-color);
  position: absolute;
  left: 4px;
  top: 9px;
}
.footer .sitemap ul li ul li a {
  font-size: 0.875rem;
  color: var(--text-color);
}
.footer .sitemap ul li ul li a:hover {
  color: var(--second-color);
}
.footer .copyright,
.footer .powered {
  display: inline-block;
  margin: 0 5px;
  color: var(--text-color-reverse);
  font-weight: 300;
}
.footer .copyright b {
  font-weight: 300;
  color: var(--text-color-reverse);
}
.footer .copyright ul {
  margin-bottom: 0;
}
.footer .copyright ul li a {
  color: #fff;
}
.footer .copyright ul li + li {
  padding-left: 10px;
  border-left: 1px solid #fff;
}
.footer .siteinfo {
  margin-top: 30px;
  margin-bottom: 70px;
  flex: 1 1 100%;
}
.footer .siteinfo ul {
  margin: 0;
  /*+ ul {
      margin-top: 15px;
  }*/
}
.footer .siteinfo ul > li {
  color: var(--text-color-reverse);
  font-size: 0.9375rem;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 0;
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
}
.footer .siteinfo ul > li:not(:last-child) {
  margin-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 30px;
}
.footer .siteinfo ul > li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--grey-color);
}
.footer .siteinfo ul > li .icon > * {
  font-size: 3rem;
  opacity: 0.8;
}
.footer .siteinfo ul > li label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-color-reverse);
  margin-bottom: 5px;
  text-align: start;
}
.footer .siteinfo ul > li a {
  color: var(--text-color-reverse);
  font-size: 1rem;
  line-height: 1.2em;
  border-bottom: 1px solid transparent;
}
.footer .siteinfo ul > li a:hover, .footer .siteinfo ul > li a:focus, .footer .siteinfo ul > li a:active {
  color: var(--primary-color);
  border-bottom-color: var(--primary-color);
}
.footer .siteinfo ul > li > ul {
  margin-top: 5px;
}
.footer .powered {
  /*display: inline-block;*/
  text-align: center;
  color: var(--text-color-reverse);
  font-size: 1rem;
}
.footer .powered a {
  color: var(--text-color-reverse);
}

/********************* cookie *********************/
body.cookie_agree .footer_content {
  padding-bottom: 0;
}

.cookie {
  font-size: 1rem;
  padding: 15px 10px;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(var(--primary-color-rgb), 0.75);
  z-index: 100;
  /*border-top: 1px solid rgb(215, 215, 215);*/
  color: var(--text-color-reverse);
  text-align: start;
  backdrop-filter: blur(8px);
}
.cookie > .container-fluid {
  max-width: 1540px;
  position: relative;
}
.cookie > .container-fluid .row {
  display: flex;
  align-items: center;
}
.cookie .txt {
  margin-right: 20px;
}
.cookie .txt h6 {
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.2em;
  font-weight: 400;
}
.cookie .txt p {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 0;
}
.cookie .txt a {
  text-decoration: underline;
  color: var(--text-color-reverse);
  font-size: 0.875rem;
}
.cookie .agree-btn {
  padding: 12px 25px;
  display: inline-block;
  background: #fff;
  color: var(--primary-color);
  transition: all 0.3s ease;
  white-space: nowrap;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 4px;
}
.cookie .agree-btn:hover, .cookie .agree-btn:active, .cookie .agree-btn:focus {
  background: var(--second-color);
  color: var(--text-color-reverse);
}

/********************* Main *********************/
.main {
  /*z-index: 20;*/
  background-color: #fff;
  /*background-image: url(../images/all/bg_main.jpg);*/
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

body.home .main {
  background-color: #fff;
  background-image: url(../images/home/bg-01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
body:not(.home) .main {
  background-image: url(../images/all/bg_main2.jpg);
}

.side .h3 {
  color: var(--text-color);
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 1px;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
  font-weight: 700;
}
.side .h3 .txt-en {
  /*display: none;*/
  display: block;
  font-family: "DM Serif Display", serif;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 300;
  opacity: 0.5;
  /*float: right;*/
  margin-top: 0;
  margin-bottom: 3px;
}
.side .h4 {
  font-size: 1rem;
  margin-bottom: 0;
}
.side .nav ~ .h3 {
  margin-top: 20px;
}
.side .nav > li + li {
  /*border-top: 1px solid #ABCFDB;*/
}
.side .nav > li a {
  display: block;
  line-height: 20px;
  padding: 10px 13px 10px 25px;
  color: var(--text-color);
  background-color: transparent;
  background-image: url(../images/all/list_icon.png);
  background-repeat: no-repeat;
  background-position: 3px 10px;
  /*background-color: rgba(27,27,27,.4);*/
  transition: 0.3s all ease;
}
.side .nav > li a:hover, .side .nav > li a:active, .side .nav > li a:focus {
  color: var(--primary-color);
  /*background-color: rgba(27,27,27,.6);*/
}
.side .nav > li > ul {
  list-style-type: none;
  margin-bottom: 0;
}
.side .nav > li > ul > li > a,
.side .nav > li > ul > li > a:hover {
  font-size: 0.9375rem;
  background-image: url(../images/all/list_icon2.png);
  background-repeat: no-repeat;
  background-position: 10px 8px;
  padding: 8px 10px 8px 30px;
}
.side .nav > li > ul > li > ul {
  list-style-type: none;
}
.side .nav > li > ul > li > ul > li {
  /* &:last-child {
      margin-bottom: 10px;
  }*/
}
.side .nav > li > ul > li > ul > li > a,
.side .nav > li > ul > li > ul > li > a:hover {
  font-size: 0.875rem;
  background-image: url(../images/all/list_icon3.png);
  background-repeat: no-repeat;
  background-position: 15px 6px;
  padding: 6px 10px 6px 40px;
}
.side .nav li.active > a {
  color: var(--primary-color);
}
.side .nav li.active > a:hover, .side .nav li.active > a:active, .side .nav li.active > a:focus {
  color: var(--primary-color);
}
.side .nav.nav-tabs {
  margin-bottom: 25px;
}
.side .nav.nav-tabs > li a {
  font-size: 1.125rem;
  padding: 20px 25px;
  background-image: none;
}
.side .nav.filter li a {
  background: transparent;
  padding-left: 7px;
}
.side .nav.filter li a input {
  margin-right: 5px;
}
.side .nav.filter li ul li a {
  padding-left: 12px;
}
.side .nav.filter li ul li a:hover {
  background: transparent;
}
.side .nav.filter li ul li ul li a {
  padding-left: 21px;
}

/*----------------------- Content -----------------------*/
.main_content {
  min-height: 50vh;
  padding: 70px 0 85px;
}

body.home .main_content {
  min-height: 0;
  padding: 0;
}
body.home .main_content > .container-fluid {
  padding: 0;
}

.sticky-info {
  position: sticky;
  transition: all ease 0.5s;
}

.breadcrumb {
  padding: 12px 15px;
  background: transparent;
  margin-bottom: 0;
  font-size: 1rem;
  position: relative;
  z-index: 1;
  text-align: center;
}
.breadcrumb > li + li:before {
  content: "/";
  font-size: 1rem;
  margin: 0 4px;
}
.breadcrumb > .active {
  color: var(--text-color);
}
.breadcrumb small, .breadcrumb .txt-en {
  display: none;
}

body.about .content > .h1,
body.order .content .h2.t04 {
  display: table;
  text-align: center;
  margin: 0 auto 1em;
  color: var(--text-color);
  letter-spacing: 1px;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 700;
  padding-left: 1.34em;
  padding-right: 1.34em;
}
body.about .content > .h1:before, body.about .content > .h1:after,
body.order .content .h2.t04:before,
body.order .content .h2.t04:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.88em;
  height: 1.04em;
  background: transparent no-repeat center;
  background-size: contain;
  bottom: 5px;
}
body.about .content > .h1:before,
body.order .content .h2.t04:before {
  left: 0;
  background-image: url(../images/all/title-icon01.svg);
}
body.about .content > .h1:after,
body.order .content .h2.t04:after {
  right: 0;
  background-image: url(../images/all/title-icon02.svg);
}
body.about .content > .h1 .txt-tw,
body.order .content .h2.t04 .txt-tw {
  display: block;
  position: relative;
  font-weight: 900;
}
body.about .content > .h1 .txt-en,
body.order .content .h2.t04 .txt-en {
  font-family: "DM Serif Display", serif;
  display: block;
  font-size: 0.45em;
  font-weight: 400;
  line-height: 1;
  color: var(--third-color);
  margin: 5px auto 0;
}
body.about .content > .h1 ~ .eZShareBar,
body.order .content .h2.t04 ~ .eZShareBar {
  margin-top: -2rem;
}

.content > .h2 {
  display: table;
  text-align: center;
  margin: 0 auto 1em;
  color: var(--text-color);
  letter-spacing: 1px;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 700;
  padding-left: 1.34em;
  padding-right: 1.34em;
}
.content > .h2:before, .content > .h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.88em;
  height: 1.04em;
  background: transparent no-repeat center;
  background-size: contain;
  bottom: 5px;
}
.content > .h2:before {
  left: 0;
  background-image: url(../images/all/title-icon01.svg);
}
.content > .h2:after {
  right: 0;
  background-image: url(../images/all/title-icon02.svg);
}
.content > .h2 .txt-tw {
  display: block;
  position: relative;
  font-weight: 900;
}
.content > .h2 .txt-en {
  font-family: "DM Serif Display", serif;
  display: block;
  font-size: 0.45em;
  font-weight: 400;
  line-height: 1;
  color: var(--third-color);
  margin: 5px auto 0;
}
.content > .h2 ~ .eZShareBar {
  margin-top: -2rem;
}
.content > .h3 {
  display: table;
  color: var(--primary-color);
  padding: 12px 18px;
  font-size: 1.125rem;
  letter-spacing: 1px;
  line-height: 1;
  text-align: start;
  border-bottom: 1px solid #ddd;
}
.content section .h3 {
  display: table;
  color: var(--text-color);
  padding: 40px 0 0;
  margin-top: 0;
  font-size: 1.5625rem;
  letter-spacing: 1px;
  line-height: 1;
  text-align: start;
}
.content section .h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5.125em;
  height: 1px;
  background: var(--primary-color);
}
.content section .h3 .txt-en {
  display: block;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
  max-width: 7em;
  font-family: "DM Serif Display", serif;
  text-transform: uppercase;
}
.content .txt {
  padding: 10px 0;
  line-height: 1.4;
}
.content .txt ul {
  margin-left: 20px;
}
.content .txt ul.d-inline-block {
  margin-left: 0;
}
.content .txt ul.list-inline > li {
  padding-right: 2px;
  padding-left: 2px;
  margin-bottom: 4px;
}
.content .search-text {
  text-align: center;
  margin: -15px 0 15px;
}
.content .search-text ~ .search-text {
  margin-top: -5px;
}
.content .search-text .icon {
  color: var(--primary-color);
  font-size: 1.25em;
  margin-right: 5px;
  vertical-align: -0.1em;
}
.content .func-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.content .func-area .sort label {
  margin-right: 5px;
}
.content .func-area .sort ul {
  display: inline-block;
  margin-bottom: 0;
}
.content .func-area .sort ul li {
  padding: 0;
}
.content .func-area .sort ul li:not(:last-child) {
  margin-right: 5px;
}
.content .func-area .sort ul li.active a {
  background: var(--primary-color);
  color: var(--text-color-reverse);
}
.content .func-area .sort a {
  border: 1px solid #ddd;
  padding: 5px 10px;
  font-size: 0.9375rem;
  background: #fff;
  border-radius: 4px;
}
.content .func-area .sort a:hover, .content .func-area .sort a:focus, .content .func-area .sort a:active, .content .func-area .sort a.active {
  background: var(--primary-color);
  color: var(--text-color-reverse);
}
.content .func-area .list-mode .btn-group {
  margin-bottom: 0;
}
.content .func-area .search {
  display: flex;
  align-items: center;
  gap: 8px;
}
.content .func-area .search label {
  line-height: 1.2em;
  margin: 0;
  white-space: nowrap;
}
.content .func-area .search .btn {
  padding-left: 10px;
  padding-right: 9px;
}
.content .func-area .search .form-control {
  max-width: 13em;
}
.content .func-area .search .search-text {
  margin: 5px;
  font-size: 0.875rem;
}
.content .func-area .func-btn {
  text-align: end;
}
.content .list-box .txt-list {
  margin-bottom: 5px;
}
.content .list-box .txt-list li {
  padding: 0 5px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.content .list-box .txt-list li .h4 {
  font-size: 15px;
  margin: 0;
}
.content .list-box .txt-list li a {
  display: block;
  line-height: 1;
  color: var(--text-color);
  font-size: 1rem;
  padding: 15px 65px 15px 0;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  /*padding-right: 125px;*/
}
.content .list-box .txt-list li a:before {
  content: "\f285";
  font-family: bootstrap-icons;
  line-height: 1;
  font-size: 1.125rem;
  padding: 5px 3px 5px 5px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  top: 50%;
  right: 10px;
  color: var(--text-color-reverse);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.5s;
}
.content .list-box .txt-list li a:hover, .content .list-box .txt-list li a:focus {
  color: var(--primary-color);
}
.content .list-box .txt-list li a:hover:before, .content .list-box .txt-list li a:focus:before {
  width: 55px;
  height: 55px;
  background: var(--primary-color);
}
.content .list-box .txt-list li span {
  color: var(--text-color);
}
.content .list-box .txt-list li span.kind {
  background: var(--second-color);
  font-size: 0.875rem;
  line-height: 1;
  color: var(--text-color-reverse);
  flex: 0 0 auto;
  padding: 8px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.content .list-box .txt-list li span.news-title {
  float: left;
  color: #848275;
  width: 78%;
}
.content .list-box .txt-list li span.date {
  display: block;
  margin-bottom: 10px;
  font-size: 1.125rem;
  color: #bbb;
  line-height: 1.2em;
}
.content .list-box .txt-list li.list-header {
  display: none;
  background: none;
  padding-left: 5px;
  padding-right: 15px;
  border-bottom: 1px solid var(--primary-color);
}
.content .list-box .txt-list li.list-header:before {
  display: none;
}
.content .list-box .txt-list li.list-header a {
  display: block;
  padding: 5px;
  color: var(--third-color);
  font-size: 1.125rem;
}
.content .list-box .txt-list li.list-header a:before {
  display: none;
}
.content .list-box .txt-list li.list-header a span {
  background: transparent;
  color: var(--third-color);
  font-size: 1.125rem;
  margin-right: 10px;
  line-height: 1;
  padding: 0 5px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 2px;
}
.content .list-box .txt-list li.list-header a:hover, .content .list-box .txt-list li.list-header a:focus, .content .list-box .txt-list li.list-header a:active {
  background: none;
}
.content .list-box .works-box .pic-carousel li a {
  border: 1px solid var(--primary-color);
  padding: 2px;
  display: block;
}
.content .list-box .works-box .pic-carousel li a:hover {
  border-color: var(--primary-color);
}
.content .list-box .works-box .bx-wrapper .bx-controls-direction a {
  width: 24px;
  height: 40px;
  background: url(../images/home/arrow.png) no-repeat;
}
.content .list-box .works-box .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -24px;
}
.content .list-box .works-box .bx-wrapper .bx-controls-direction a.bx-next {
  right: -24px;
  background-position: 0 -40px;
}
.content .list-box .works-box .slick .list_item {
  padding: 0 5px;
}
.content .list-box .works-box .slick .list_item .pic {
  /*border: 1px solid var(--primary-color);*/
  /*padding: 2px;*/
  display: block;
}
.content .list-box .works-box .slick .list_item:hover .pic {
  /*border-color: var(--primary-color);*/
}
.content .list-box .works-box .slick .list_item .info {
  text-align: center;
}
.content .list-box .works-box .slick .list_item .info p {
  margin: 0;
}
.content .list-box .works-box .slick .slick-arrow {
  width: 24px;
  height: 40px;
  background: url(../images/home/arrow.png) no-repeat;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 20px);
}
.content .list-box .works-box .slick .slick-prev {
  background-position: 0 0;
  left: -24px;
}
.content .list-box .works-box .slick .slick-next {
  background-position: 0 -40px;
  right: -24px;
}
.content .list-box .works-box .slick .slick-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 20px;
}
.content .list-box .works-box .slick .slick-dots li {
  display: inline-block;
}
.content .list-box .works-box .slick .slick-dots button {
  width: 10px;
  height: 10px;
  background: #c7c7c7;
  border-radius: 50%;
  border: none;
  outline: none;
  text-indent: -9999px;
  margin: 0 3px;
}
.content .list-box .works-box .slick .slick-dots .slick-active button {
  background: #37bac0;
}
.content .list-box .contact-box ul li {
  color: #717171;
  padding-left: 20px;
  font-size: 0.75rem;
  line-height: 1.8;
}
.content .list-box .contact-box ul li.tel {
  font-size: 1.375rem;
  color: #333;
  font-weight: 500;
}
.content .sec {
  padding: 10px;
  line-height: 1.6em;
}
.content .table.table-stack {
  margin-bottom: 0;
  background: #fff;
  border: 1px solid #ddd;
}
.content .table.table-stack > thead > tr > th, .content .table.table-stack > tbody > tr > th {
  background: var(--primary-color);
  /*border-bottom: 1px solid var(--grey-color);*/
  color: #fff;
  font-size: 1rem;
  text-align: start;
  font-weight: 500;
  white-space: nowrap;
}
.content .table.table-stack > thead > tr > th.qty, .content .table.table-stack > thead > tr > th.price, .content .table.table-stack > tbody > tr > th.qty, .content .table.table-stack > tbody > tr > th.price {
  text-align: center;
}
.content .table.table-stack > thead > tr > th.count, .content .table.table-stack > tbody > tr > th.count {
  text-align: end;
}
.content .table.table-stack > thead > tr > th.text-center, .content .table.table-stack > tbody > tr > th.text-center {
  text-align: center;
}
.content .table.table-stack > thead > tr > th.text-right, .content .table.table-stack > tbody > tr > th.text-right {
  text-align: end;
}
.content .table.table-stack tbody > tr > th {
  width: 7em;
  padding: 10px;
}
.content .table.table-stack tbody > tr > td {
  vertical-align: middle;
  border-top: 1px dotted #ddd;
  text-align: start;
  padding: 13px 10px;
  line-height: 1.2em;
  color: var(--text-color);
}
.content .table.table-stack tbody > tr > td h3 {
  margin-bottom: 0;
}
.content .table.table-stack tbody > tr > td a:not(.btn) {
  color: var(--third-color);
}
.content .table.table-stack tbody > tr > td a:not(.btn):hover {
  text-decoration: underline;
}
.content .table.table-stack tbody > tr > td .btn {
  margin: 0;
  padding: 5px;
  letter-spacing: 0;
  line-height: 1;
  align-self: center;
  vertical-align: baseline;
}
.content .table.table-stack tbody > tr > td .btn .icon {
  margin: 0;
}
.content .table.table-stack tbody > tr > td .btn:hover, .content .table.table-stack tbody > tr > td .btn:focus, .content .table.table-stack tbody > tr > td .btn:active {
  color: #fff;
  background: var(--primary-color);
  text-decoration: none;
}
.content .table.table-stack tbody > tr > td .btn:hover .icon, .content .table.table-stack tbody > tr > td .btn:focus .icon, .content .table.table-stack tbody > tr > td .btn:active .icon {
  color: #fff;
}
.content .table.table-stack tbody > tr > td.text-center {
  text-align: center;
}
.content .table.table-stack tbody > tr > td.text-right {
  text-align: end;
}
.content .table.table-stack tbody > tr > td.pic {
  width: 250px;
}
.content .table.table-stack tbody > tr > td.pic.small {
  width: 100px;
}
.content .table.table-stack tbody > tr > td.pic img:hover {
  opacity: 0.7;
}
.content .table.table-stack tbody > tr > td.chk {
  text-align: center;
}
.content .table.table-stack tbody > tr > td.count, .content .table.table-stack tbody > tr > td.total, .content .table.table-stack tbody > tr > td.price {
  text-align: end;
  white-space: nowrap;
}
.content .table.table-stack tbody > tr > td.discount {
  width: 31%;
}
.content .table.table-stack tbody > tr > td.qty {
  text-align: center;
  width: 130px;
  white-space: nowrap;
}
.content .table.table-stack tbody > tr > td.qty .input-group .form-control {
  height: 37px;
  padding: 5px;
  text-align: center;
  border-color: #DFDFDF;
}
.content .table.table-stack tbody > tr > td.qty .input-group .btn {
  padding: 9px 10px;
}
.content .table.table-stack tbody > tr > td.qty .number-spinner .input-group .btn {
  border: 0;
}
.content .table.table-stack tbody > tr > td.fit .btn, .content .table.table-stack tbody > tr > td.del .btn, .content .table.table-stack tbody > tr > td.inquiry .btn {
  padding: 10px;
  border-radius: 50%;
}
.content .table.table-stack tbody > tr > td .input-group {
  width: 100px;
  margin: 0 auto 0 0;
}
.content .table.table-stack tbody > tr > td .tn {
  display: none;
}
.content .table.table-stack tbody > tr.no-border th, .content .table.table-stack tbody > tr.no-border td {
  border: none;
}
.content .table.table-stack tbody > tr.no-border tr {
  border-bottom: 1px dotted #ccc;
}
.content .table.table-stack tbody > tr.no-border th {
  text-align: end;
  width: 120px;
}
.content .table.table-stack tbody > tr.no-border td {
  text-align: start;
  vertical-align: top;
}
.content .table.table-stack td.min, .content .table.table-stack th.min {
  width: 1%;
  white-space: nowrap;
  text-align: center;
}
.content .table.table-stack td .title {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}
.content .table.table-stack td .icon {
  color: var(--primary-color);
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
.content .form-horizontal {
  padding-bottom: 15px;
}
.content .form-horizontal .checkbox, .content .form-horizontal .radio-inline {
  padding-top: 5px;
}
.content .form-horizontal .radio .radio, .content .form-horizontal .radio .checkbox, .content .form-horizontal .checkbox .radio, .content .form-horizontal .checkbox .checkbox {
  margin-left: 15px;
}
.content .form-horizontal .control-label {
  /*font-size: .875rem;*/
  font-weight: 400;
  color: var(--text-color);
}
.content .form-horizontal .row .form-inline {
  padding-bottom: 15px;
}
.content .form-horizontal .row .form-inline .zip-code {
  width: 20%;
  min-width: 85px;
}
.content .form-group input[type=checkbox] + label, .content .form-group input[type=radio] + label {
  margin-right: 0.5em;
  font-weight: 400;
  margin-top: 5px;
}
.content .form-group input[type=checkbox] {
  margin-right: 5px;
}
.content .form-group input[type=radio] {
  margin-top: 7px;
}
.content .form-group input .btn {
  vertical-align: baseline;
}
.content .form-group .checkbox label input {
  margin-top: 6px;
}
.content .form-inline .radio input[type=checkbox], .content .form-inline .radio input[type=radio], .content .form-inline .checkbox input[type=checkbox], .content .form-inline .checkbox input[type=radio] {
  position: relative;
  margin-left: 0;
}
.content .form-inline .radio label, .content .form-inline .checkbox label {
  padding-left: 0;
}
.content .form-inline .radio > span, .content .form-inline .checkbox > span {
  display: inline-block;
}
.content .eZShareBar {
  margin-bottom: 10px;
}
.content .eZShareBar:before {
  content: "SHARE ON";
  margin-right: 10px;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}
.content .eZShareBar .shareList {
  display: inline-flex;
}
.content .eZShareBar .item {
  margin: 2px 4px;
  color: var(--second-color);
}
.content .product-pic {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row-reverse;
}
.content .product-pic.status {
  overflow: hidden;
}
.content .product-pic.status .big-pic {
  overflow: hidden;
}
.content .product-pic.status .big-pic:before {
  content: attr(data-status);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 60px;
  padding: 10px;
  font-size: 1.125rem;
  letter-spacing: 2px;
  color: var(--text-color-reverse);
  background: var(--primary-color);
  z-index: 1;
  transform-origin: center;
  transform: rotate(-45deg) translate(-21%, -75%);
}
.content .product-pic.status .big-pic[data-status=""]:before {
  display: none;
}
.content .product-pic.status .big-pic.soldout:before {
  background: #999;
}
.content .product-pic.status .big-pic.available:before {
  background: #003765;
}
.content .product-pic.status.soldout .big-pic:before {
  background: #999;
}
.content .product-pic.status.available .big-pic:before {
  background: #003765;
}
.content .product-pic .big-pic {
  flex: 0 0 auto;
  width: calc(100% - 140px);
}
.content .product-pic .small-pic {
  flex: 0 0 auto;
  width: 140px;
}
.content .product-pic .small-pic img {
  opacity: 0.5;
  cursor: pointer;
  transition: all ease 0.5s;
}
.content .product-pic .small-pic .slick-item {
  outline: 0;
}
.content .product-pic .small-pic .slick-current img {
  outline: 1px solid var(--primary-color);
  outline-offset: -1px;
  opacity: 1;
}
.content .product-pic a {
  display: block;
}
.content .product-pic a img {
  opacity: 1;
}
.content .product-pic .pic .quick-buy {
  opacity: 1 !important;
}
.content .jcarousel-wrapper {
  padding: 0 20px;
}
.content .jcarousel-control-prev,
.content .jcarousel-control-next {
  background: url(../images/home/arrow.png) no-repeat;
  display: block;
  top: 50%;
  width: 24px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
}
.content .jcarousel-control-prev {
  left: 0;
}
.content .jcarousel-control-next {
  right: 0;
  background-position: 0 -40px;
}
.content .jcarousel ul li {
  width: 150px;
}
.content .jcarousel li a {
  padding: 2px;
  border: 1px solid var(--primary-color);
}
.content .jcarousel img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto !important;
}
.content .qual {
  display: inline-block;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  background: var(--fifth-color);
  padding: 4px 5px;
  border-radius: 0.25rem;
  margin: 3px 0;
}
.content .quick-buy {
  border-top: 1px solid #bdbdbd;
  padding: 10px;
  margin-bottom: 0;
  text-align: left !important;
  width: 100% !important;
  float: none !important;
  position: static !important;
  opacity: 1 !important;
}
.content .quick-buy ul {
  display: block;
}
.content .quick-buy .btn {
  position: static;
  margin: 0 !important;
  text-indent: 0;
  background-image: none;
  width: auto;
  height: auto;
  line-height: 42px;
  font-size: 1.125rem;
  border-radius: 10px;
  padding: 3px 10px;
  vertical-align: middle;
}
.content .quick-buy .form-control {
  display: block;
  height: 42px;
  text-align: center;
  margin-bottom: 10px;
  vertical-align: middle;
  width: 100%;
}
.content .quick-buy .btn-group {
  display: flex;
  gap: 10px;
}
.content .icon-addcart {
  margin-right: 5px;
}
.content .number-spinner {
  border: 1px solid #ccc;
  overflow: hidden;
  background: #fff;
}
.content .number-spinner input {
  border: none;
  box-shadow: none;
  margin: 0 !important;
}
.content .number-spinner button, .content .number-spinner .btn {
  position: static;
  margin: 0 !important;
  width: auto;
  height: 42px !important;
  line-height: 1em !important;
  font-size: 13px !important;
  border-radius: 0 !important;
  border: 0;
  padding: 12px 14px !important;
  background: #fff !important;
  color: var(--text-color) !important;
}
.content .number-spinner button:hover, .content .number-spinner button:active, .content .number-spinner button:focus, .content .number-spinner .btn:hover, .content .number-spinner .btn:active, .content .number-spinner .btn:focus {
  background-color: var(--primary-color) !important;
  color: var(--text-color-reverse) !important;
  box-shadow: none;
}
.content .form-inline .number-spinner input {
  width: 15rem;
  height: 42px;
  margin: 0;
}
.content .wholesale .table {
  background: #fff;
}
.content .wholesale .table > thead > tr > th, .content .wholesale .table > tbody > tr > th {
  background: var(--primary-color);
  color: #fff;
  font-size: 1rem;
  text-align: start;
  font-weight: 500;
  white-space: nowrap;
}
.content .wholesale .table > thead > tr > th.qty, .content .wholesale .table > thead > tr > th.price, .content .wholesale .table > tbody > tr > th.qty, .content .wholesale .table > tbody > tr > th.price {
  text-align: center;
}
.content .wholesale .table > thead > tr > th.count, .content .wholesale .table > tbody > tr > th.count {
  text-align: end;
}
.content .wholesale .table > thead > tr > th.text-center, .content .wholesale .table > tbody > tr > th.text-center {
  text-align: center;
}
.content .wholesale .table tbody > tr > td {
  vertical-align: middle;
  border-top: 1px dotted #ddd;
  text-align: start;
  padding: 13px 10px;
  line-height: 1;
  color: var(--text-color);
  font-weight: 500;
  letter-spacing: 2px;
}
.content .wholesale .table tbody > tr > td.text-center {
  text-align: center;
}
.content .wholesale .table tbody > tr .min {
  width: 1%;
  white-space: nowrap;
  text-align: center;
}
.content .btn-box {
  margin: 10px 0 0;
  clear: both;
  /*border-top: 1px solid var(--second-color);*/
  padding-top: 15px;
  display: flex;
  justify-content: center;
}
.content .btn-box:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.content .btn-box .pager {
  text-align: center;
  display: inline-block;
  margin: 0;
  /*float: left;*/
}
.content .btn-box .pager li {
  text-align: center;
  display: inline-block;
  margin: 0 5px;
}
.content .btn-box .pager li > a {
  display: block;
  text-align: center;
  min-width: 2.5em;
  width: auto;
  background: #fff;
  border-radius: 0;
  border: 1px solid #DFDFDF;
  color: #888;
  padding: 8px;
  transition: 0.3s all ease;
}
.content .btn-box .pager li > a:hover, .content .btn-box .pager li > a:focus, .content .btn-box .pager li > a:active, .content .btn-box .pager li > a.acive {
  background-color: var(--primary-color);
  color: #fff;
}
.content .btn-box .pager li.active > a {
  background-color: var(--primary-color);
  color: #fff;
}
.content .btn-box .pager li.active > a:hover, .content .btn-box .pager li.active > a:focus, .content .btn-box .pager li.active > a:active {
  background-color: var(--primary-color);
}
.content .btn-box a {
  margin: 3px;
}
.content .btn-box a .icon {
  background: url(../images/all/pager_icon.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  filter: invert(1);
}
.content .btn-box a .icon-first {
  background-position: -6px -1px;
}
.content .btn-box a .icon-prev {
  background-position: -6px -29px;
}
.content .btn-box a .icon-next {
  background-position: -6px -58px;
}
.content .btn-box a .icon-last {
  background-position: -6px -87px;
}
.content .btn-box a .icon-back {
  background-position: -6px -112px;
}
.content .btn-box .page-info {
  /*float: right;*/
  margin: 5px 10px 0;
  text-align: center;
  color: var(--text-color);
}
.content .btn-box .page-info select {
  border: 1px solid #DFDFDF;
  min-width: 60px;
  margin-right: 10px;
}
.content .btn-box .page-info label {
  font-weight: 400;
}
.content .btn-box a span {
  margin-right: 5px;
}
.content .tag {
  display: inline-block;
  padding: 5px 15px 7px;
  background: var(--second-color);
  color: var(--text-color-reverse);
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  border-radius: 4px;
}
.content .tag:empty {
  display: none;
}
.content .tag.sale {
  display: table;
  background: var(--fifth-color);
  color: #fff;
  padding: 5px;
  border-radius: 0.25rem;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.content .tag.sale:empty {
  display: none;
}
.content .cart-step {
  display: flex;
  gap: 10px;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #ddd;
  padding: 15px;
  margin-top: -30px;
  margin-bottom: 35px;
  align-items: center;
}
.content .cart-step .item {
  flex: 1 1 auto;
  text-align: center;
}
.content .cart-step .item.arrow {
  flex: 0 0 auto;
}
.content .cart-step .item.active .icon, .content .cart-step .item.active .title {
  opacity: 1;
}
.content .cart-step .item.active .icon {
  color: var(--primary-color);
}
.content .cart-step .item .icon, .content .cart-step .item .title {
  color: var(--text-color);
}
.content .cart-step .item .icon {
  font-size: 26px;
  opacity: 0.3;
}
.content .cart-step .item .title {
  font-size: 1.125rem;
  font-weight: 700;
  opacity: 0.5;
}
.content .editor > *:last-child {
  margin-bottom: 0;
}
.content .anchor {
  border-top: 1px solid #eee;
  margin: 30px 0 20px;
}
.content .scroll-box {
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  padding: 1rem;
}

body:not(.home) .content .editor a {
  color: var(--primary-color);
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 700;
}
body:not(.home) .content .editor a * {
  /*color: var(--third-color) !important;
  text-decoration: none !important;*/
}
body:not(.home) .content .editor a:hover, body:not(.home) .content .editor a:focus, body:not(.home) .content .editor a:active {
  color: var(--third-color);
}
body:not(.home) .content .editor a[data-toggle], body:not(.home) .content .editor a.btn, body:not(.home) .content .editor a.btn-more {
  text-decoration: none;
}
body:not(.home) .content .editor a[data-toggle] *, body:not(.home) .content .editor a.btn *, body:not(.home) .content .editor a.btn-more * {
  text-decoration: none;
}
body:not(.home) .content .editor .sec-son a {
  color: #000;
  text-decoration: none;
}
body.show .content .btn-box .pager li > a, body.member:not(.list) .content .btn-box .pager li > a {
  min-width: 200px;
  background: var(--second-color);
  border: 1px solid var(--second-color);
  color: var(--text-color-reverse);
  padding: 0.75em 0.5em;
}
body.show .content .btn-box .pager li > a:hover, body.show .content .btn-box .pager li > a:focus, body.show .content .btn-box .pager li > a:active, body.show .content .btn-box .pager li > a.acive, body.member:not(.list) .content .btn-box .pager li > a:hover, body.member:not(.list) .content .btn-box .pager li > a:focus, body.member:not(.list) .content .btn-box .pager li > a:active, body.member:not(.list) .content .btn-box .pager li > a.acive {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--text-color-reverse);
}
body.show .content .btn-box .pager li a span, body.member:not(.list) .content .btn-box .pager li a span {
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 1.25em;
}
body.show .content .card .table.table-stack, body.member:not(.list) .content .card .table.table-stack {
  font-size: 0.875rem;
}
body.show .content .card .table.table-stack tbody > tr > td, body.member:not(.list) .content .card .table.table-stack tbody > tr > td {
  padding: 5px;
}

body.product.p02 .content .btn-box {
  border: none;
}
body.news.show .content .btn-box, body.faq.ask .content .btn-box, body.product.show .content .btn-box, body.member .content .btn-box, body.album.show .content .btn-box, body.app.show .content .btn-box {
  text-align: center;
}
body.news.show .content .btn-box .pager, body.faq.ask .content .btn-box .pager, body.product.show .content .btn-box .pager, body.member .content .btn-box .pager, body.album.show .content .btn-box .pager, body.app.show .content .btn-box .pager {
  float: none;
}

.gotop {
  transition: all ease 0.3s;
  opacity: 0;
  transform: translateX(100%);
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}
.gotop a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 65px;
  height: 65px;
  margin: 0;
  text-align: center;
  color: var(--text-color-reverse);
  font-size: 24px;
  padding: 5px;
  background: var(--primary-color);
}
.gotop a .txt-en {
  display: block;
}
.gotop a .txt-tw {
  display: none;
  color: #bdebed;
  font-size: 13px;
  border-top: 1px solid #bdebed;
  padding: 5px 40px;
}
.gotop a:hover, .gotop a:focus, .gotop a:active {
  background: var(--second-color);
}

.is_scroll .gotop {
  transform: translateX(0);
  opacity: 1;
}

/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .content section {
  padding: 60px 0;
  position: relative;
}
body.home .content section .h2 {
  display: table;
  text-align: center;
  margin: 0 auto 1.95em;
  color: var(--text-color);
  letter-spacing: 1px;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 700;
  padding-left: 1.34em;
  padding-right: 1.34em;
}
body.home .content section .h2:before, body.home .content section .h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.88em;
  height: 1.04em;
  background: transparent no-repeat center;
  background-size: contain;
  bottom: 5px;
}
body.home .content section .h2:before {
  left: 0;
  background-image: url(../images/all/title-icon01.svg);
}
body.home .content section .h2:after {
  right: 0;
  background-image: url(../images/all/title-icon02.svg);
}
body.home .content section .h2:empty {
  display: none;
}
body.home .content section .h2 .txt-en {
  font-family: "DM Serif Display", serif;
  display: block;
  font-size: 0.45em;
  font-weight: 400;
  line-height: 1;
  color: var(--third-color);
  margin: 5px auto 0;
}
body.home .content section .h2 .txt-tw {
  display: block;
  position: relative;
  font-weight: 900;
}
body.home .content section .sub-title {
  font-size: 1rem;
  letter-spacing: 2px;
  display: table;
  padding: 10px 20px;
  line-height: 1.2em;
  border-radius: 15px;
  color: var(--text-color-reverse);
  text-align: center;
  margin: 15px auto 35px;
  background: var(--primary-color);
}
body.home .content section.about {
  padding-top: 160px;
  padding-bottom: 140px;
}
body.home .content section.about:before {
  content: "";
  display: block;
  background: rgba(var(--primary-color-rgb), 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 64%;
  mix-blend-mode: multiply;
  z-index: 0;
}
body.home .content section.about > * {
  z-index: 1;
}
body.home .content section.about .row {
  display: flex;
  flex-wrap: wrap;
}
body.home .content section.about .row > * {
  flex-shrink: 0;
}
body.home .content section.about .pic-box {
  position: relative;
  background: #fff;
}
body.home .content section.about .pic-box:before {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/home/youtube.png) no-repeat center;
  background-size: contain;
  width: 124px;
  height: 87px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.5s;
  z-index: 1;
  pointer-events: none;
}
body.home .content section.about .pic-box img {
  transition: all ease 0.5s;
}
body.home .content section.about .pic-box .deco {
  position: absolute;
  right: 0;
  bottom: 47%;
  z-index: 2;
  font-family: "DM Serif Display", serif;
  font-size: 6.2vw;
  writing-mode: vertical-lr;
  width: 1em;
  line-height: 1;
  white-space: nowrap;
}
body.home .content section.about .pic-box .deco > span {
  display: inline-block;
  width: fit-content;
  height: fit-content;
}
body.home .content section.about .pic-box:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}
body.home .content section.about .pic-box:hover img {
  opacity: 0.75;
}
body.home .content section.about .text-box {
  height: 100%;
  position: relative;
  margin-left: 9.5vw;
  padding-bottom: 9%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
body.home .content section.about .text-box:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  border-bottom: 2px solid var(--primary-color);
}
body.home .content section.about .text-box .title {
  font-size: 1.875rem;
  margin-top: 0;
  margin-bottom: 2em;
  font-family: "Noto Serif TC", "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}
body.home .content section.about .text-box .desc {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
body.home .content section.news {
  background: #fff url(../images/home/bg-03.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  padding: 80px 0;
}
body.home .content section.news:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 35%;
  right: 35%;
  width: 30%;
  padding-top: 30%;
  background: url(../images/home/coin.png) no-repeat center;
  background-size: contain;
  transform-origin: center;
  z-index: 2;
  pointer-events: none;
  animation-name: spin;
  animation-duration: 180s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 0;
  transition: top ease 1s, opacity ease 1s;
}
body.home .content section.news.aos-animate:before {
  opacity: 1;
  top: calc(100% - 150px);
}
body.home .content section.news .h2 {
  color: var(--text-color-reverse);
}
body.home .content section.news .news-deco {
  position: relative;
  border: 1px solid var(--primary-color);
  padding: 45px 50px 25px;
}
body.home .content section.news .news-deco:before, body.home .content section.news .news-deco:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform-origin: center;
  opacity: 0;
  transition: all ease 1s;
  transition-delay: 0.5s;
}
body.home .content section.news .news-deco:before {
  right: calc(100% + 30px);
  background-image: url(../images/home/news-deco01.svg);
  width: 238px;
  height: 21px;
  transform: translateX(60%) rotate(90deg);
}
body.home .content section.news .news-deco:after {
  left: calc(100% + 30px);
  background-image: url(../images/home/news-deco02.svg);
  width: 276px;
  height: 21px;
  transform: translateX(-60%) rotate(-90deg);
}
body.home .content section.news .news-deco.aos-animate:before, body.home .content section.news .news-deco.aos-animate:after {
  opacity: 1;
}
body.home .content section.news .news-deco.aos-animate:before {
  transform: translateX(50%) rotate(90deg);
}
body.home .content section.news .news-deco.aos-animate:after {
  transform: translateX(-50%) rotate(-90deg);
}
body.home .content section.news .news-deco .h2 {
  display: none;
}
body.home .content section.news .more-box {
  position: absolute;
  bottom: calc(100% + 50px);
  right: -45px;
}
body.home .content section.news .btn-more {
  padding: 15px 5px;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
body.home .content section.news .btn-more:before {
  display: none;
}
body.home .content section.news .btn-more:after {
  content: "…";
  position: static;
  margin-right: 10px;
  font-size: 1.25em;
  line-height: 0.25em;
}
body.home .content section.news .btn-more:hover {
  color: var(--primary-color);
}
body.home .content section.news .btn-more:hover:after {
  margin-right: 20px;
}
body.home .content section.product {
  background: rgba(149, 149, 149, 0.15);
}
body.home .content section.product > .container-fluid, body.home .content section.product > .container {
  padding: 0;
}
body.home .content section.product .nav {
  margin-bottom: 25px;
}
body.home .content section.product .nav > li > a {
  color: var(--third-color);
  font-size: 1.565rem;
  padding: 15px 20px;
  min-width: 5em;
}
body.home .content section.product .nav > li > a:hover, body.home .content section.product .nav > li > a:focus {
  background-color: transparent;
}
body.home .content section.product .nav-pills {
  display: flex;
  justify-content: center;
}
body.home .content section.product .nav-pills > li > a {
  border-bottom: 2px solid #fff;
  border-radius: 0;
  text-align: center;
}
body.home .content section.product .nav-pills > li > a:hover, body.home .content section.product .nav-pills > li > a:focus {
  border-bottom-color: var(--second-color);
  color: var(--second-color);
  background-color: transparent;
}
body.home .content section.product .nav-pills > li.active > a {
  border-bottom-color: var(--second-color);
  color: var(--second-color);
  background-color: transparent;
}
body.home .content section.product .nav-pills > li.active > a:hover, body.home .content section.product .nav-pills > li.active > a:focus {
  border-bottom-color: var(--second-color);
  color: var(--second-color);
  background-color: transparent;
}
body.home .content section.product .wid .h2 {
  display: none;
}
body.home .content section.product .wid .btn-more {
  display: none;
}
body.home .content section.product .wid.wid-home-product .list_item {
  padding: 0;
  border: 1px solid #d2d2d2;
  transition: all ease 0.3s;
}
body.home .content section.product .wid.wid-home-product .list_item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
body.home .content section.product .wid.wid-home-product .list_item .info {
  background: #fff;
  padding: 45px;
}
body.home .content section.product .wid.wid-home-product .list_item .info .title {
  font-size: 1.25rem;
}
body.home .content section.product .wid.wid-home-product .list_item .info .sub {
  font-size: 1.25rem;
}
body.home .content section.product .wid.wid-home-product .list_item .info .price {
  font-size: 2.625rem;
}
body.home .content section.product .wid.wid-home-product .slick {
  padding-bottom: 0;
  margin-bottom: 40px;
}
body.home .content section.product .wid.wid-home-product .slick .slick_item {
  position: relative;
  padding: 20px 0;
}
body.home .content section.product .wid.wid-home-product .slick .slick_item:hover {
  z-index: 1;
}
body.home .content section.product .btn-more {
  margin-left: auto;
  margin-right: auto;
}
body.home .content section.brand {
  background-color: #fff;
  background-image: url(../images/home/bg-02.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
body.home .content section.brand .wid.wid-home-product .slick {
  margin-left: -35px;
  margin-right: -35px;
}
body.home .content section.brand .wid.wid-home-product .slick .slick_item {
  padding: 0 35px;
}
body.home .content .wid {
  margin-bottom: 0;
}
body.home .content .wid .slick {
  margin-bottom: 25px;
}
body.home .content .wid .slick .slick-arrow {
  background: none;
  text-indent: 0;
  height: 45px;
  width: 45px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: var(--second-color);
  opacity: 0.3;
  transition: all ease 0.5s;
}
body.home .content .wid .slick .slick-arrow:before {
  color: var(--second-color);
  font-family: bootstrap-icons !important;
  font-size: 40px;
}
body.home .content .wid .slick .slick-arrow:hover {
  opacity: 1;
}
body.home .content .wid .slick .slick-prev {
  left: 0;
  transform: translate(0, -50%);
}
body.home .content .wid .slick .slick-prev:before {
  content: "\f284";
}
body.home .content .wid .slick .slick-next {
  right: 0;
  transform: translate(0, -50%);
}
body.home .content .wid .slick .slick-next:before {
  content: "\f285";
}
body.home .content .wid .btn-more {
  margin-left: auto;
  margin-right: auto;
}
body.home .content .wid.wid-page_unit {
  z-index: 9;
  margin: 0;
}
body.home .content .wid.wid-home-news .list .list_item {
  /*box-shadow: 0 0 15px rgba(0,0,0,.35);*/
  background: transparent;
  overflow: hidden;
  transition: all ease 0.5s;
}
body.home .content .wid.wid-home-news .list .list_item .info {
  display: block;
  padding: 40px 15px;
}
body.home .content .wid.wid-home-news .list .list_item .info .title {
  font-size: 1.125rem;
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--text-color-reverse);
  margin-bottom: 5px;
}
body.home .content .wid.wid-home-news .list .list_item .info .tag + small {
  margin-left: 15px;
}
body.home .content .wid.wid-home-news .list .list_item .info .date {
  font-size: 1.125rem;
  color: var(--grey-color);
  font-family: "DM Serif Display", serif;
}
body.home .content .wid.wid-home-news .list .list_item .info .desc {
  color: var(--text-color-reverse);
}
body.home .content .wid.wid-home-news .list .list_item .info .desc:empty {
  display: none;
}
body.home .content .wid.wid-home-news .list.slick .slick_item {
  padding: 30px 25px;
}
body.home .content .wid.wid-home-product .list_item {
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
body.home .content .wid.wid-home-product .list_item.status {
  overflow: hidden;
}
body.home .content .wid.wid-home-product .list_item.status:before {
  content: attr(data-status);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 60px;
  padding: 10px;
  font-size: 1.125rem;
  letter-spacing: 2px;
  color: var(--text-color-reverse);
  background: var(--primary-color);
  z-index: 1;
  transform-origin: center;
  transform: rotate(-45deg) translate(-21%, -75%);
}
body.home .content .wid.wid-home-product .list_item.status[data-status=""]:before {
  display: none;
}
body.home .content .wid.wid-home-product .list_item.status.soldout:before {
  background: #999;
}
body.home .content .wid.wid-home-product .list_item.status.available:before {
  background: #003765;
}
body.home .content .wid.wid-home-product .list_item .pic {
  display: block;
  background: #000;
  overflow: hidden;
}
body.home .content .wid.wid-home-product .list_item .pic img {
  transition: opacity ease 0.5s, transform ease 1s;
}
body.home .content .wid.wid-home-product .list_item .kind {
  margin: 25px 0 5px;
}
body.home .content .wid.wid-home-product .list_item .info {
  display: block;
  padding: 10px 0;
  position: relative;
}
body.home .content .wid.wid-home-product .list_item .info .title {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  height: 2.8em;
  color: #000;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body.home .content .wid.wid-home-product .list_item .info .sub {
  font-family: "DM Serif Display", "Noto Serif TC", "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  opacity: 0.5;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.8em;
}
body.home .content .wid.wid-home-product .list_item .info .desc, body.home .content .wid.wid-home-product .list_item .info .price {
  margin-bottom: 0;
}
body.home .content .wid.wid-home-product .list_item .info .desc {
  display: none;
}
body.home .content .wid.wid-home-product .list_item .info .price {
  font-size: 1.875rem;
  color: #e72323;
  line-height: 1;
  font-family: "DM Serif Display", Arial, sans-serif;
}
body.home .content .wid.wid-home-product .list_item .info .price small {
  font-size: 44%;
}
body.home .content .wid.wid-home-product .list_item .info .price small.ori {
  margin-left: 8px;
  font-size: 38%;
  color: var(--grey-color);
}
body.home .content .wid.wid-home-product .list_item:hover .pic img, body.home .content .wid.wid-home-product .list_item:active .pic img, body.home .content .wid.wid-home-product .list_item:focus .pic img {
  opacity: 0.85;
  transform: scale(1.05);
}
body.home .content .wid.wid-home-product .slick {
  padding-bottom: 20px;
  margin-bottom: 50px;
}
body.home .content .slick-nav {
  display: flex;
  gap: 10px;
  list-style: none;
}
body.home .content .slick-nav li {
  position: absolute;
  bottom: 0;
}
body.home .content .slick-nav li.prev {
  left: 0;
}
body.home .content .slick-nav li.next {
  right: 0;
}
body.home .content .slick-nav a {
  display: block;
  color: var(--text-color-reverse);
  font-family: "DM Serif Display", serif;
  font-size: 1.125rem;
}
body.home .content .slick-nav a:hover {
  color: var(--primary-color);
}
body.home .content .slick-nav a i {
  display: inline-block;
  vertical-align: -0.1em;
  font-size: 1.25em;
  line-height: 1;
  margin: 0 5px;
}

/*----------------------------------------- 單元 about --------------------------------------*/
body.about .eZShareBar .shareList {
  justify-content: center;
}

/*----------------------------------------- 相簿 album --------------------------------------*/
body.album .content > .h1 {
  text-align: center;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 10px;
}

.content .album-list a {
  margin: 20px 0;
  display: block;
  transition: all 0.5s ease;
}
.content .album-list a .pic {
  overflow: hidden;
  position: relative;
  background: #000;
}
.content .album-list a .pic::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00e";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--text-color-reverse);
  font-size: 36px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
}
.content .album-list a .pic:hover::before {
  opacity: 1;
}
.content .album-list a .pic:hover img {
  opacity: 0.75;
  transform: scale(1.1);
}
.content .album-list a .pic img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}
.content .album-list a .h4 {
  text-align: center;
  font-size: 1rem;
  color: var(--text-color);
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.content .album-list a .pic {
  /*border: 1px solid #e5e5e5;*/
  padding: 0;
}

.pic-gallery {
  margin-bottom: 40px;
  margin-top: 30px;
}
.pic-gallery .pic-stage {
  margin: 0 auto 20px;
  width: 87%;
}
.pic-gallery .pic-stage ul li a {
  display: block;
}
.pic-gallery .pic-pager {
  position: relative;
  margin: 0 40px;
}
.pic-gallery .pic-pager .jcarousel div a {
  opacity: 0.5;
  float: left;
  padding: 0 5px;
}
.pic-gallery .pic-pager .jcarousel div a.active {
  opacity: 1;
}
.pic-gallery .pic-stage .bx-wrapper .bx-pager {
  display: none;
}
.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a {
  background: url(../images/all/gallery_btn.png) no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.pic-gallery .pic-pager .jcarousel-control,
.pic-gallery .slick-prev, .pic-gallery .slick-next {
  background: url(../images/all/gallery_btn.png) no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.pic-gallery .pic-pager .jcarousel div {
  /*overflow: auto;
  width: 20000em;
  position: relative;
  list-style-type: none;*/
}
.pic-gallery .pic-pager .jcarousel div a img {
  width: 100%;
}
.pic-gallery .pic-stage ul li a img {
  width: 100%;
}
.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a.bx-prev {
  background-position: 0 0;
  left: -45px;
}
.pic-gallery .pic-stage .slick-prev {
  background-position: 0 0;
  left: -45px;
}
.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a.bx-next {
  background-position: -38px 0;
  right: -45px;
}
.pic-gallery .pic-stage .slick-next {
  background-position: -38px 0;
  right: -45px;
}
.pic-gallery .pic-pager .jcarousel-control-prev, .pic-gallery .pic-pager .slick-prev {
  background-position: -80px 0;
  left: -40px;
}
.pic-gallery .pic-pager .jcarousel-control-next, .pic-gallery .pic-pager .slick-next {
  background-position: -120px 0;
  right: -40px;
}
.pic-gallery .pic-pager .slick-prev:before,
.pic-gallery .pic-pager .slick-next:before {
  display: none;
}
.pic-gallery .pic-pager .jcarousel div a.slick-current {
  opacity: 1;
}

/*----------------------------------------- 活動訊息 news --------------------------------------*/
body.news .content > .h1 {
  position: relative;
  color: var(--text-color);
  font-size: 1.25rem;
  border: 1px solid var(--forth-color);
  padding: 15px 90px 15px 20px;
  line-height: 1.4;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
}
body.news .content > .h1.border-around {
  border: 1px solid #6a5b54;
}
body.news .content > .h1 small {
  position: absolute;
  right: 15px;
  top: calc(50% - 0.9em);
  line-height: 1.8;
  font-size: 0.875rem;
  color: var(--grey-color);
  font-family: "DM Serif Display", serif;
}
body.news .content > .h1 ~ .eZShareBar {
  margin-top: 10px;
  text-align: end;
}

.filter-box {
  display: inline-flex;
  margin-bottom: 20px;
  margin-right: auto;
  align-items: center;
}
.filter-box .control-label {
  white-space: nowrap;
  margin: 0 10px 0 0;
  line-height: 1;
}
.filter-box .form-control {
  min-width: 180px;
}

.news-list .item {
  padding: 0;
  display: block;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #ddd;
  transition: all ease 0.5s;
}
.news-list .item:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.news-list .item:hover .pic img {
  transform: scale(1.1);
}
.news-list .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
}
.news-list .item .pic img {
  width: 100%;
  transform: scale(1);
  transition: all ease 0.5s;
}
.news-list .item .info {
  display: block;
  /*margin-top: 10px;*/
  padding: 40px 15px;
}
.news-list .item .info small {
  font-size: 1rem;
  color: var(--text-color);
  letter-spacing: 2px;
}
.news-list .item .info .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.news-list .item .info .icon {
  opacity: 0.75;
  margin-right: 5px;
}
.news-list .item .info .date, .news-list .item .info .kind {
  display: inline-block;
  color: var(--grey-color);
  margin-right: 10px;
  margin-bottom: 5px;
}
.news-list .item .info .kind {
  font-size: 0.875rem;
}
.news-list .item .info .date {
  font-size: 0.9375rem;
  font-family: "DM Serif Display", serif;
}
.news-list .item .info .desc {
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: var(--text-color);
}
.news-list.grid {
  margin-top: -50px;
}
.news-list.grid .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 0;
  border: 0;
}
.news-list.grid .item .info {
  display: block;
  margin: 0;
  padding: 30px 30px 40px;
}
.news-list.grid .item .info .title {
  font-size: 1.25rem;
  height: 2.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 5px;
}
.news-list.grid .item .info .tag + small {
  margin-left: 15px;
}
.news-list.grid .item .info .desc {
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: var(--text-color);
}
.news-list.grid .item .info .date {
  display: block;
  font-size: 0.9375rem;
}
.news-list.grid .item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}
.news-list.grid .item:hover .pic img {
  transform: scale(1);
}
.news-list.grid .row {
  margin-right: -25px;
  margin-left: -25px;
}
.news-list.grid .row > [class*=col-] {
  padding-right: 25px;
  padding-left: 25px;
}

/*----------------------------------------- 常見問題 faq --------------------------------------*/
.faq-box {
  margin-bottom: 50px;
}
.faq-box .st {
  color: var(--primary-color);
  position: absolute;
  left: 15px;
  top: 13px;
  font-size: 1rem;
}
.faq-box .panel {
  border: none;
  background: none;
}
.faq-box .panel + .panel {
  margin-top: 0;
}
.faq-box .panel > .panel-heading {
  background: none;
  border-bottom: 1px dotted #ccc;
  padding: 0;
  position: relative;
}
.faq-box .panel > .panel-heading a {
  padding: 15px;
  display: block;
  padding-left: 48px;
}
.faq-box .panel > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  position: relative;
  padding-left: 48px;
  border-bottom: 1px dotted #ccc;
  color: #888;
  line-height: 30px;
}

.btnbox-ask {
  text-align: end;
}

/*----------------------------------------- 作品展示 product --------------------------------------*/
.content .list-mode {
  text-align: end;
  color: #848275;
}
.content .list-mode label {
  display: none;
}
.content .list-mode .btn-group {
  display: inline-block;
  margin-bottom: 10px;
}
.content .list-mode .btn-group .btn-mode {
  color: #aaa;
  background: none;
  border: none;
  padding: 5px 8px;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.375rem;
}
.content .list-mode .btn-group .btn-mode.active {
  color: var(--primary-color);
}
.content .list-mode .btn-group .btn-mode:hover {
  color: #666;
}
.content .list-mode .btn-group .btn-mode .mode-txt {
  display: none;
}
.content .product-list .item {
  border: 1px solid #dcdcdc;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
  position: relative;
  transition: 0.3s all ease;
}
.content .product-list .item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.content .product-list .item:hover .add-cart {
  opacity: 1;
}
.content .product-list .item.status {
  overflow: hidden;
}
.content .product-list .item.status:before {
  content: attr(data-status);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 60px;
  padding: 10px;
  font-size: 1.125rem;
  letter-spacing: 2px;
  color: var(--text-color-reverse);
  background: var(--primary-color);
  z-index: 1;
  transform-origin: center;
  transform: rotate(-45deg) translate(-21%, -75%);
}
.content .product-list .item.status[data-status=""]:before {
  display: none;
}
.content .product-list .item.status.soldout:before {
  background: #999;
}
.content .product-list .item.status.available:before {
  background: #003765;
}
.content .product-list .item.vip .pic {
  position: relative;
}
.content .product-list .item.vip .pic:before {
  content: "VIP限定";
  position: absolute;
  display: block;
  background: var(--fifth-color);
  color: #fff;
  z-index: 1;
  padding: 5px;
  border-radius: 0.25rem;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
}
.content .product-list .item.sale .pic {
  position: relative;
}
.content .product-list .item.sale .pic:before {
  content: "業務限定";
  position: absolute;
  display: block;
  background: var(--fifth-color);
  color: #fff;
  z-index: 1;
  padding: 5px;
  border-radius: 0.25rem;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
}
.content .product-list a {
  display: block;
}
.content .product-list .pic {
  overflow: hidden;
  background: #fff;
  /*padding: 10px;*/
  position: relative;
}
.content .product-list .pic img {
  width: 100%;
  transition: 0.3s all ease;
}
.content .product-list .pic .status {
  position: absolute;
  top: 6px;
  left: 4px;
  right: 4px;
  z-index: 2;
  margin: 0;
  padding: 0;
  text-align: start;
}
.content .product-list .pic .status li {
  margin: 0 2px;
  font-size: 15px;
  line-height: 1;
  background: var(--second-color);
  color: var(--text-color-reverse);
  padding: 8px;
  border-radius: 5px;
}
.content .product-list .pic .quick-buy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all ease 0.3s;
}
.content .product-list .pic:hover .quick-buy, .content .product-list .pic:focus .quick-buy, .content .product-list .pic:active .quick-buy {
  opacity: 1;
}
.content .product-list .pic:hover img, .content .product-list .pic:focus img, .content .product-list .pic:active img {
  opacity: 0.7;
}
.content .product-list .info {
  display: block;
  padding: 25px 20px;
  position: relative;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  text-align: start;
}
.content .product-list .info .desc {
  margin-top: 10px;
  margin-bottom: 0;
  color: var(--grey-color-dark);
  line-height: 1.3;
  font-size: 0.9375rem;
}
.content .product-list .info .desc:empty {
  display: none;
}
.content .product-list .h4 {
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.4;
  color: var(--text-color);
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.8em;
}
.content .product-list .sub {
  font-family: "DM Serif Display", "Noto Serif TC", "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 1.125rem;
  margin: 0;
  font-weight: 700;
  color: #000;
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
}
.content .product-list .add-cart {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 1rem;
  text-align: center;
  color: var(--text-color-reverse);
  background: var(--primary-color);
  padding: 8px;
  opacity: 0;
  transition: all ease 0.3s;
}
.content .product-list .add-cart:hover, .content .product-list .add-cart:focus, .content .product-list .add-cart:active {
  background-color: var(--second-color);
  color: var(--text-color-reverse);
}
.content .product-list ul {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  color: #e72323;
  font-size: 13px;
  list-style-type: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.content .product-list ul li {
  display: inline-block;
  margin: 3px 0;
}
.content .product-list ul li .price-lighthigh {
  font-size: 1.875rem;
  color: #e72323;
  line-height: 1;
  font-family: "DM Serif Display", Arial, sans-serif;
}
.content .product-list ul li s {
  font-size: 0.9375rem;
  color: #666;
  line-height: 1;
  font-family: "DM Serif Display", Arial, sans-serif;
}
.content .product-list ul li .icon {
  color: #fff;
  margin-right: 5px;
  font-size: 120%;
}
.content .product-list.mode1 .item.i1 > a ul {
  height: 20px;
}
.content .product-list.mode1 .item.i2 > a ul {
  height: 45px;
}
.content .product-list.mode1 .item.i3 > a ul {
  height: 60px;
}
.content .product-list.mode1 .item.i4 > a ul {
  height: 75px;
}
.content .product-list.mode1 .quick-buy {
  padding: 15px 20px;
  text-align: center;
}
.content .product-list.mode1 .quick-buy ul {
  flex-direction: row !important;
  gap: 10px;
}
.content .product-list.mode1 .quick-buy ul li {
  flex: 1 1 auto;
  /*width: 50%;*/
  margin: 0;
  /*vertical-align: top;*/
  /*max-width: 100px;*/
}
.content .product-list.mode1 .quick-buy ul li select {
  width: 100%;
}
.content .product-list.mode1 .quick-buy .form-control.qty {
  width: 100%;
  vertical-align: middle;
}
.content .product-list.mode2 > div {
  float: none;
  width: 100%;
  clear: both;
}
.content .product-list.mode2 .item {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
.content .product-list.mode2 .item:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.content .product-list.mode2 .item .pic {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  border-radius: 5px;
  padding: 0;
}
.content .product-list.mode2 .item > a {
  padding: 0 10px 10px;
  width: calc(100% - 200px);
  float: left;
}
.content .product-list.mode2 .item .info {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  text-align: start;
  padding-left: 20px;
  padding-top: 15px;
}
.content .product-list.mode2 .item .info .h4 {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: start;
  font-size: 120%;
  font-weight: 700;
}
.content .product-list.mode2 .item .info ul {
  text-align: start;
}
.content .product-list.mode2 .item .info p {
  margin: 5px 0 0;
  clear: both;
  color: #888;
  font-size: 0.875rem;
  line-height: 1.4;
}
.content .product-list.mode2 .item .quick-buy {
  /*width: 16%;
  float: left;
  padding: 20px 0 15px;*/
}
.content .product-list.mode2 .item .quick-buy .form-control {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
.content .product-list.mode2 .item .quick-buy .btn {
  /*right: 10px;
  bottom: 50%;
  margin-right: 0;
  margin-bottom: -37px;*/
}
.content .quick-buy .form-control {
  padding: 5px;
  vertical-align: top;
  display: inline-block;
  width: auto;
}
.content .quick-buy .btn {
  border-radius: 0;
  display: block;
  padding: 5px;
  margin-right: 0;
  transition: 0.3s all ease;
}
.content .quick-buy .number-spinner {
  border: 1px solid #ccc;
  overflow: hidden;
  background: #fff;
}
.content .quick-buy .number-spinner > .input-group-btn:first-child > .btn {
  border-radius: 10px 0 0 10px;
}
.content .quick-buy .number-spinner > .input-group-btn:last-child > .btn {
  border-radius: 0 10px 10px 0;
}
.content .quick-buy .number-spinner button {
  margin-bottom: 0;
  width: 100%;
  font-size: 0.75rem;
  border-radius: 0;
  border: 0;
  padding: 3px 14px;
  background: #fff;
}
.content .quick-buy .number-spinner button:active {
  box-shadow: none;
}
.content .quick-buy .number-spinner .btn {
  position: static;
  text-indent: 0;
  width: auto;
  height: auto;
  line-height: 36px;
  font-size: 15px;
  border-radius: 10px;
  vertical-align: middle;
  width: 100%;
}
.content .quick-buy .number-spinner .form-control {
  height: 42px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.content .quick-buy .number-spinner input {
  border: none;
  box-shadow: none;
}
.content .quick-buy .form-inline .number-spinner input {
  width: 15rem;
  height: 48px;
  margin-bottom: 0;
}

body.product .content .icon-addcart {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../images/all/icon_cart.png) no-repeat;
  vertical-align: text-bottom;
  background-size: 100% auto;
  margin-bottom: 0;
}
body.product .content .goshop .icon-addcart {
  background-image: url("../images/all/icon_cart2.png");
}
body.product .content .tab-content .tab-pane.gap .row {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: -10px;
  margin-left: -10px;
}
body.product .content .tab-content .tab-pane.gap .row [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
body.product .content .tab-content .tab-pane.gap .row .info {
  padding: 5px;
}
body.product.p02 .content > img, body.product.p02 .content .h2 ~ img {
  max-width: 100%;
  height: auto;
}
body.product.p02 .content .product-list .item {
  margin-bottom: 30px;
}
body.product.p02 .content .product-list.mode1 .item .info p {
  display: none;
}
body.product.show .fancybox-skin {
  padding: 0 !important;
}
body.product.show .content {
  /*-- for show2 product pic --*/
  /*-- END for show2 product pic --*/
}
body.product.show .content > .row:first-child {
  --bs-gutter-x: 120px;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
body.product.show .content > .row:first-child > * {
  flex-shrink: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
body.product.show .content .product-pic a {
  display: block;
}
body.product.show .content .product-pic a .img-zoom {
  width: 100%;
}
body.product.show .content .product-pic .zoomPad {
  float: none;
}
body.product.show .content .product-pic .zoomWindow {
  margin-left: 10px;
  left: 100% !important;
}
body.product.show .content .jcarousel-wrapper {
  padding: 0 20px;
}
body.product.show .content .jcarousel-control-prev, body.product.show .content .jcarousel-control-next {
  background: url(../images/home/arrow.png) no-repeat;
  display: block;
  top: 50%;
  width: 24px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
}
body.product.show .content .jcarousel-control-prev {
  left: 0;
}
body.product.show .content .jcarousel-control-next {
  right: 0;
  background-position: 0 -40px;
}
body.product.show .content .jcarousel li a {
  padding: 2px;
  border: 1px solid var(--third-color);
}
body.product.show .content .jcarousel img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto !important;
}
body.product.show .content .jcarousel img.object-cover, body.product.show .content .jcarousel img.object-contain {
  height: 100% !important;
}
body.product.show .content .product-pic .big-pic a {
  cursor: zoom-in;
}
body.product.show .content .product-pic .small-pic {
  padding-right: 30px;
  margin: -5px 0;
}
body.product.show .content .product-pic .small-pic .slick-item {
  padding: 5px 0;
}
body.product.show .content .product-pic .small-pic .slick-arrow {
  min-width: 20px;
  height: 40px;
  background: url(../images/home/arrow.png) no-repeat;
  border: none;
  outline: none;
}
body.product.show .content .product-pic .small-pic .slick-prev {
  background-position: center top;
}
body.product.show .content .product-pic .small-pic .slick-next {
  background-position: center bottom;
}
body.product.show .content > .h3 {
  display: block;
}
body.product.show .content > .h3 small {
  margin-left: 10px;
}
body.product.show .content .info .h1 {
  margin-top: 10px;
  font-size: 1.75rem;
  color: var(--second-color);
}
body.product.show .content .info .sub {
  display: inline-block;
  font-size: 1.125rem;
  margin: 0;
  font-weight: 700;
  color: #000;
  opacity: 0.5;
  font-family: "DM Serif Display", "Noto Serif TC", "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}
body.product.show .content .info .h5 {
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
  font-weight: 700;
}
body.product.show .content .info .price {
  font-size: 2.75rem;
  color: #e72323;
  line-height: 1;
  font-family: "DM Serif Display", Arial, sans-serif;
}
body.product.show .content .info .price s {
  font-size: 0.5em;
  color: #666;
  line-height: 1;
  font-family: "DM Serif Display", Arial, sans-serif;
}
body.product.show .content .info .price small {
  font-size: 0.9375rem;
  color: var(--text-color);
  opacity: 0.5;
}
body.product.show .content .info .desc, body.product.show .content .info .wholesale {
  margin-bottom: 20px;
}
body.product.show .content .info .txt {
  /*min-height: 150px;*/
  padding: 0;
}
body.product.show .content .info .txt ul {
  margin-left: 0;
}
body.product.show .content .info .txt ul li {
  background: url(../images/all/list_icon.png) no-repeat 0 2px;
  padding-left: 22px;
}
body.product.show .content .info .txt ul li + li {
  margin-top: 10px;
}
body.product.show .content section.related .product-list .item {
  background: transparent;
  box-shadow: none;
  border: 0;
}
body.product.show .content section.related .product-list .info {
  padding: 10px 0;
}
body.product.show .content section.related .product-list.slick {
  margin-left: -35px;
  margin-right: -35px;
}
body.product.show .content section.related .product-list.slick .slick_item {
  padding: 0 35px;
}
body.product.show .content .txt {
  padding: 10px 0;
}
body.product.show .content .quick-buy {
  border-top: 1px solid #bdbdbd;
  padding: 10px 0 0;
  margin-bottom: 15px;
}
body.product.show .content .quick-buy .number-spinner {
  margin-bottom: 10px;
}
body.product.show .content .quick-buy .btn {
  padding: 5px 10px;
}
body.product.show .content .quick-buy .btn.goshop {
  background: var(--second-color);
}
body.product.show .content .quick-buy .btn.goshop:hover {
  background: var(--primary-color);
}
body.product.show .content .quick-buy .btn {
  position: static;
  margin: 0;
  text-indent: 0;
  background-image: none;
  width: auto;
  height: auto;
  line-height: 2;
  font-size: 1.125rem;
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
}
body.product.show .content .quick-buy .form-control {
  height: 42px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
body.product.show .content .product-list .item {
  margin-bottom: 20px;
  /*height: 265px;*/
  overflow: hidden;
}
body.product.show .content .nav {
  margin-top: 50px;
  margin-bottom: 25px;
}
body.product.show .content .nav > li > a {
  color: var(--third-color);
  font-size: 1.5rem;
  padding: 15px 20px;
  min-width: 5em;
}
body.product.show .content .nav > li > a:hover, body.product.show .content .nav > li > a:focus {
  background-color: transparent;
}
body.product.show .content .nav-pills {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
body.product.show .content .nav-pills:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #ddd;
  z-index: -1;
}
body.product.show .content .nav-pills > li > a {
  border-bottom: 3px solid transparent;
  border-radius: 0;
  text-align: center;
  min-width: 12vw;
}
body.product.show .content .nav-pills > li > a:hover, body.product.show .content .nav-pills > li > a:focus {
  border-bottom-color: var(--second-color);
  color: var(--second-color);
  background-color: transparent;
}
body.product.show .content .nav-pills > li.active > a {
  border-bottom-color: var(--second-color);
  color: var(--second-color);
  background-color: transparent;
}
body.product.show .content .nav-pills > li.active > a:hover, body.product.show .content .nav-pills > li.active > a:focus {
  border-bottom-color: var(--second-color);
  color: var(--second-color);
  background-color: transparent;
}
body.product.show .content .tab-content ~ .related {
  margin-top: 110px;
}
body.product.show .content .related {
  position: relative;
  z-index: 1;
  padding-top: 120px;
}
body.product.show .content .related:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 100vw;
  transform: translateX(-50%);
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.05));
  z-index: -1;
}
body.product.show .content .related .h3 ~ .slick-nav {
  margin-top: 45px;
}
body.product.show .content .slick-nav {
  display: inline-flex;
  gap: 10px;
  list-style: none;
  vertical-align: bottom;
}
body.product.show .content .slick-nav a {
  display: block;
  color: var(--text-color-reverse);
  font-size: 1.5rem;
  line-height: 1.5;
  width: 45px;
  height: 45px;
  padding: 3px;
  border-radius: 50%;
  background: var(--second-color);
  text-align: center;
}
body.product.show .content .slick-nav a:hover {
  background: var(--primary-color);
}
body.product.show .info .info_box {
  background: #f3f3f3;
  margin-bottom: 10px;
}
body.product.show .info .info_box .h6 {
  font-size: 15px;
  margin: 0;
  padding: 10px 10px;
  background: #dedede;
}
body.product.show .info .info_box .info_txt {
  padding: 10px;
}

/*----------------------------------------- 會員專區 member --------------------------------------*/
body.member {
  /*.side {
      .h3 {
          display: none;
      }

      .nav {
          text-align: center;

          > li {
              display: inline-block;

              a {
                  font-size: 1.125rem;
                  background-position: -20px 10px;


                  &:hover, &:focus, &:active {
                      background-position: 0 10px;
                  }
              }
          }
      }
  }

  .side1 {
      .wid {
          max-width: unset;
      }
  }*/
}
body.member .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
body.member .btn-group > * {
  flex: 1 0 auto;
  width: auto;
  float: none;
}
body.member .content .h2 .btn-primary {
  vertical-align: middle;
  display: inline-block;
}
body.member .content .nav.nav-pills {
  display: flex;
  justify-content: center;
}
body.member .content .nav.nav-pills li {
  flex: 1 1 auto;
  max-width: 200px;
  padding: 0 5px;
}
body.member .content .nav.nav-pills li a {
  font-size: 24px;
}
body.member .content .nav.nav-pills li a:hover, body.member .content .nav.nav-pills li a:focus {
  color: #fff;
  background-color: var(--primary-color);
}
body.member .content .nav.nav-pills li.active > a {
  color: #fff;
  background-color: var(--primary-color);
}
body.member .content .nav.nav-pills li.active > a:hover, body.member .content .nav.nav-pills li.active > a:focus {
  color: #fff;
  background-color: var(--primary-color);
}
body.member .content .nav-func {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.member .content .nav-func li {
  flex: 0 1 calc(20% - 8px);
}
body.member .content .nav-func li a {
  background: var(--primary-color);
  display: block;
  text-align: center;
  color: #fff;
  border: 1px solid var(--primary-color);
  padding: 20px 5px;
  /*margin-bottom: 15px;*/
}
body.member .content .nav-func li a .icon {
  display: inline-block;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 15px;
  color: #fff;
  transition: all ease 0.5s;
}
body.member .content .nav-func li a .icon.bi:before {
  vertical-align: -2px;
}
body.member .content .nav-func li a:hover {
  background: #fff;
  color: var(--primary-color);
}
body.member .content .nav-func li a:hover .icon {
  color: var(--primary-color);
}
body.member .content .form-border {
  padding: 30px 20px 30px;
}
body.member .content .form-border .h3 {
  border-bottom: 0;
  margin-bottom: 10px;
}
body.member .content .form-border .btn {
  margin-bottom: 5px;
}
body.member .content .form-border .btn.fbLoginBtn img, body.member .content .form-border .btn.fbLoginBtn .icon, body.member .content .form-border .btn.geLoginBtn img, body.member .content .form-border .btn.geLoginBtn .icon, body.member .content .form-border .btn.lineLoginBtn img, body.member .content .form-border .btn.lineLoginBtn .icon {
  margin-left: 0;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
body.member .content .form-border .btn.fbLoginBtn {
  position: relative;
  background: #4267b2;
  color: var(--text-color-reverse);
  border: 1px solid #4267b2;
}
body.member .content .form-border .btn.fbLoginBtn:hover, body.member .content .form-border .btn.fbLoginBtn:focus, body.member .content .form-border .btn.fbLoginBtn:active {
  background: #2f5195;
}
body.member .content .form-border .btn.geLoginBtn {
  position: relative;
  font-weight: bold;
  color: #757575;
  background: none;
  border: 1px solid #aaa;
}
body.member .content .form-border .btn.geLoginBtn:hover, body.member .content .form-border .btn.geLoginBtn:focus, body.member .content .form-border .btn.geLoginBtn:active {
  background: #eee;
}
body.member .content .form-border .btn.lineLoginBtn {
  position: relative;
  color: var(--text-color-reverse);
  background: #06c755;
  border: 1px solid #06c755;
}
body.member .content .form-border .btn.lineLoginBtn:hover, body.member .content .form-border .btn.lineLoginBtn:focus, body.member .content .form-border .btn.lineLoginBtn:active {
  background: #049f43;
}
body.member .content .form-border .gap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0;
  font-size: 1.125rem;
  color: var(--primary-color);
}
body.member .content .form-border .gap:before, body.member .content .form-border .gap:after {
  content: "";
  height: 1px;
  background: var(--primary-color);
  flex: 1 1 auto;
  margin: 0 5px;
}
body.member.p01 .content .txt {
  padding: 10px 0;
}
body.member.p01 .content .txt ul {
  margin: 0;
}
body.member.register .content .form-group .checkbox a {
  color: var(--primary-color);
}
body.member.register .content .form-group .checkbox a:hover {
  text-decoration: underline;
}
body.member.register.finish .content .form-border {
  padding: 40px 50px;
  border: 7px double var(--main-color);
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(5px);
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
body.member.register.finish .content .form-border .h3 {
  color: var(--main-color);
  font-size: 1.5rem;
  font-weight: 700;
}
body.member.register.finish .content .form-border .h3 span {
  margin: 0 5px;
}
body.member #membership {
  max-width: 800px;
  display: none;
}
body.member.forget .content .form-border {
  padding-top: 30px;
}
body.member.forget .content .form-border, body.member.register .content .form-border, body.member.login .content .form-border, body.member.resend .content .form-border {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/*----------------------------------------- 訂單查詢 order --------------------------------------*/
body.order .content .order-list {
  background: #fff;
}
body.order .content .order-list .item {
  border-top: 1px solid #ddd;
}
body.order .content .order-list .item:nth-of-type(even) {
  background: rgba(var(--primary-color-rgb), 0.07);
}
body.order .content .order-list .item:last-child {
  border-bottom: 1px solid #ddd;
}
body.order .content .order-list .item .detail a {
  font-size: 0.875rem;
  text-decoration: underline;
  text-decoration-color: #888;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
body.order .content .order-list .item .detail a .icon {
  display: inline-block;
  transition: all ease 0.3s;
  margin-left: 3px;
}
body.order .content .order-list .item .detail a.active .icon {
  transform: scaleY(-1);
}
body.order .content .order-list .item .card {
  margin: 15px 15px 0;
}
body.order .content .order-list .item .card ~ .total {
  background: rgba(0, 0, 0, 0.1);
  text-align: end;
  padding: 8px 10px;
  margin: 0 15px 15px;
}
body.order.show #msg-box {
  display: none;
  min-width: 300px;
}
body.order.show .content .sec .h3 {
  font-size: 1.375rem;
  padding: 10px 15px;
  border: 1px solid #ddd;
  background: #fff;
}

/*----------------------------------------- 購物車 cart --------------------------------------*/
.content .sec .h3 {
  color: var(--text-color);
  font-size: 1.125rem;
  padding-bottom: 10px;
  border-bottom: 1px dotted var(--third-color);
  margin: 0 0 20px;
  position: relative;
}
.content .sec .h3 .icon {
  font-size: 1.125em;
  margin-right: 5px;
}
.content .sum {
  /*background: rgba(0,0,0,.05);*/
  text-align: end;
  font-size: 1rem;
  /*border-top: 1px solid var(--third-color);*/
  line-height: 2;
  font-weight: 500;
  color: var(--text-color);
}
.content .sum .item {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
.content .sum span {
  width: 7.5em;
  display: inline-block;
  text-align: start;
}

body.cart .content h4, body.cart .content .h4 {
  background: #eee;
  padding: 5px 10px;
}
body.cart .content p {
  font-size: 0.875rem;
}
body.cart .content p a {
  display: inline-block;
  color: var(--third-color);
}
body.cart .content p a:hover {
  color: var(--primary-color);
}
body.cart .content .btn-box {
  display: block;
  text-align: start;
  /*padding-left: 15px;
  padding-right: 15px;*/
}
body.cart .content .number-spinner {
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #DFDFDF;
}
body.cart .content .number-spinner input {
  border: none;
  box-shadow: none;
  height: 43px !important;
  width: 3em;
}
body.cart .content .number-spinner button {
  margin-bottom: 0;
  width: 100%;
  font-size: 10px;
  border-radius: 0;
  border: 0;
  padding: 14px 14px 15px;
  border: 1px solid var(--second-color);
  transition: 0.3s all ease;
}
body.cart .content .number-spinner button:hover, body.cart .content .number-spinner button:focus, body.cart .content .number-spinner button:active {
  box-shadow: none;
  background-color: var(--primary-color);
}
body.cart .content .invoice .btn-list {
  position: static;
  margin-bottom: 5px;
  float: right;
}
body.cart .content .invoice .form-inline:after {
  content: " ";
  clear: both;
  display: block;
}
body.cart .content .invoice-title {
  display: inline-block;
  /*margin-left: 5px;*/
}
body.cart .content .hint {
  width: 100%;
  font-size: 0.75rem;
  color: var(--text-color);
  margin-top: 10px;
}
body.cart .content .btn-list {
  color: var(--text-color);
  display: inline-block;
  line-height: 24px;
  font-size: 13px;
  position: absolute;
  right: 5px;
  border: 1px solid var(--text-color);
  padding: 0 5px;
}
body.cart .content .btn-list:hover {
  color: var(--text-color-reverse);
  border-color: #ccc;
  background: var(--primary-color);
}
body.cart .content .btn-list span {
  margin-right: 10px;
}
body.cart .content .more-cart > .row {
  margin-left: -5px;
  margin-right: -5px;
}
body.cart .content .more-cart .item {
  display: inline-block;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  margin: auto 10px;
  border-radius: 5px;
  overflow: hidden;
}
body.cart .content .more-cart .item .info {
  padding: 5px 10px 10px;
  /*display: flex;*/
  align-items: center;
}
body.cart .content .more-cart .item .info .left-box {
  flex: 1 1 auto;
}
body.cart .content .more-cart .item .info .h4 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}
body.cart .content .more-cart .item .info .txt {
  padding: 0;
}
body.cart .content .more-cart .item .info .txt ul {
  margin-left: 0;
  margin-bottom: 0;
}
body.cart .content .more-cart .item .info .txt ul li {
  line-height: 1.4;
}
body.cart .content .more-cart .item .info .txt ul li.price, body.cart .content .more-cart .item .info .txt ul li.sale {
  display: inline-block;
}
body.cart .content .more-cart .item .info .txt ul li.price {
  margin-right: 5px;
}
body.cart .content .more-cart .item .info .txt ul li.sale {
  font-size: 110%;
  font-weight: 700;
}
body.cart .content .more-cart .item .info .txt ul li .badge {
  margin-bottom: 3px;
}
body.cart .content .more-cart .item .info .quick-buy {
  flex: 0 0 100px;
}
body.cart .content .more-cart .item .info .quick-buy .btn {
  position: static;
  border-radius: 5px;
}
body.cart .content .more-cart .item .info .quick-buy .number-spinner {
  border-radius: 5px;
  margin-bottom: 5px;
}
body.cart .content .more-cart .item .info .quick-buy .number-spinner input {
  height: 32px !important;
}
body.cart .content .more-cart .item .info .quick-buy .number-spinner .btn {
  line-height: 20px;
  padding: 5px 7px;
  font-size: 0.875rem;
}
body.cart .content .more-cart .item .info .quick-buy .number-spinner > .input-group-btn:first-child > .btn {
  border-radius: 5px 0 0 5px;
}
body.cart .content .more-cart .item .info .quick-buy .number-spinner > .input-group-btn:last-child > .btn {
  border-radius: 0 5px 5px 0;
}
body.cart .card .btn-box {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}
body.cart .card .btn-box:after {
  display: none;
}
body.cart .card .btn-box .btn {
  flex: 1 1 auto;
  margin: 0;
}
body.cart #collapsecart {
  margin-bottom: 15px;
}
body.cart .lightbox-list {
  min-width: 400px;
  display: none;
}
body.cart .lightbox-list .h4 {
  font-size: 1.125rem;
  padding: 0 5px;
}
body.cart .lightbox-list .h4 small {
  display: inline-block;
}
body.cart .lightbox-list .glyphicon {
  margin-right: 5px;
}
body.cart .lightbox-list ul li {
  border-top: 1px solid #62544C;
}
body.cart .lightbox-list ul li a {
  color: #666;
  padding: 10px;
  display: block;
}
body.cart .lightbox-list ul li a:hover {
  background-color: #eee;
}
body.cart.p03 .content .sec .h3, body.cart.help .content .sec .h3 {
  font-size: 1.375rem;
  padding: 10px 15px;
  border: 1px solid #ddd;
  background: #fff;
}
body.cart.help .content .sec p {
  padding: 0 10px;
}
body.cart.help .content .sec ul {
  padding: 0 10px;
  margin-left: 20px;
  margin-bottom: 20px;
}
body.cart.p03 .content .h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}
body.cart.p03 .content .btn-box {
  text-align: center;
}

/*----------------------------------------- 搜尋 search --------------------------------------*/
body.search .content > .h2 > small {
  display: block;
}

/*----------------------------------------- 聯絡我們 contact --------------------------------------*/
body.contact .content .contact-box .h3 {
  margin-bottom: 10px;
}
body.contact .content .contact-box ul li {
  padding-left: 10px;
}
body.contact .map iframe {
  width: 100%;
  height: 400px;
}
body.contact .strong-list .map iframe {
  width: 100%;
  height: 100%;
}

/*----------------------------------------- widgets --------------------------------------*/
/* 預設共用 */
.wid {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}

.side .wid .h3 .side-toggle, .side .wid .h3 small {
  display: none;
}

.side1 .wid {
  max-width: 320px;
}
.side1 .wid.wid-news, .side1 .wid.wid-article, .side1 .wid.wid-share, .side1 .wid.wid-stronghold {
  max-width: unset;
}

/* 搜尋產品 wid-search */
.wid-search .form-group {
  width: 100%;
  position: relative;
}
.wid-search .form-group .form-control {
  margin-bottom: 0;
  width: 100%;
  height: 35px;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  padding-right: 40px;
}
.wid-search .btn {
  width: 100%;
  height: 35px;
  border-radius: 0;
  font-size: 15px;
  /*position: absolute;
  top: 0;
  right: 0;*/
  background: var(--primary-color);
  color: var(--text-color-reverse);
  border: 1px solid #bfbfbf;
  padding: 7px 8px;
}
.wid-search .btn .icon {
  font-size: 80%;
  margin-right: 5px;
}
.wid-search .btn .txt-en {
  display: none;
}

/* 商品推廌 wid-slideBanner */
.wid-slideBanner ul {
  list-style-type: none;
}
.wid-slideBanner ul li a {
  display: block;
}
.wid-slideBanner ul li a img {
  width: 100%;
}
.wid-slideBanner .jcarousel-control-prev, .wid-slideBanner .jcarousel-control-next {
  position: absolute;
  display: block;
  width: 18px;
  height: 30px;
  background: url(../images/home/arrow.png) no-repeat;
  background-size: 100% auto;
  top: -47px;
  /*filter: brightness(100);*/
}
.wid-slideBanner .jcarousel-control-prev {
  right: 16px;
}
.wid-slideBanner .jcarousel-control-next {
  right: 0;
  background-position: 0 -30px;
}

.fancybox-overlay {
  z-index: 9999999998 !important;
}

.fancybox-opened {
  z-index: 9999999999 !important;
}

.swal2-popup {
  width: 22em !important;
}

.swal2-title {
  font-size: 1.25em !important;
}

.swal2-actions {
  margin-top: 1em !important;
}

.swal2-styled {
  padding: 0.5em 1.5em !important;
}
.swal2-styled.swal2-confirm {
  border: 0;
  background-color: var(--primary-color) !important;
  box-shadow: none !important;
  font-size: 1rem !important;
}

/*---------------------- 下拉選單 subNav  dropdownMenu --------------------*/
.navbar .navbar-nav .dropdown_submenu.pos_static {
  position: static;
}

.navbar-nav .dropdown_submenu {
  position: relative;
}
.navbar-nav .dropdown_submenu > ul > li > ul > li {
  list-style: none;
}
.navbar-nav .dropdown_submenu > ul > li > ul > li a {
  display: block;
}
.navbar-nav .dropdown_submenu .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
  margin-top: -1px;
  width: auto;
  min-width: 100%;
  border-radius: 0;
}
.navbar-nav .minwidth {
  min-width: 100px;
  padding: 0;
}
.navbar-nav li.hover_r_sider.dropdown_submenu {
  position: relative;
}
.navbar-nav .dropdown-menu {
  /*> li {
      &:first-child {
          > a {
              border-top-left-radius: 10px;
              border-top-right-radius: 10px;
          }
      }

      &:last-child {
          > a {
              border-bottom-left-radius: 10px;
              border-bottom-right-radius: 10px;
          }
      }
  }*/
}
.navbar-nav .dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: -1px;
  /*border-radius: 10px;*/
  transform: translate(0);
  /*> li {
      &:first-child {
          > a {
              border-top-left-radius: 10px;
              border-top-right-radius: 10px;
          }
      }

      &:last-child {
          > a {
              border-bottom-left-radius: 10px;
              border-bottom-right-radius: 10px;
          }
      }
  }*/
}

@media (min-width: 768px) {
  .navbar-nav .dropdown_submenu > ul > li > ul > li {
    /* margin-left: 15px; */
  }
  .dropdown_submenu .dropdown_submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
  }
}
/*------------------------subNav  dropdownMenu --------------------*/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  /*border-radius: 0.25rem;*/
}
.card + .card {
  margin-top: 15px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-body .tab-content {
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  padding: 1rem;
}
.card-body .nav-tabs > li > a {
  background-color: #f2f2f2;
}
.card-body .nav-tabs > li > a:hover, .card-body .nav-tabs > li > a:focus {
  background-color: #eee;
}
.card-body .nav-tabs > li.active > a {
  color: var(--main-color);
  background-color: #fff;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  /*background-color: rgba(0, 0, 0, 0.03);*/
  background-color: var(--primary-color);
  color: var(--text-color-reverse);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  /*border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;*/
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.card-header-pills > li > a {
  background: #fff;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}

.modal {
  text-align: center;
  padding: 0 !important;
}
.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal .close {
  background: var(--second-color);
  color: var(--text-color-reverse);
  opacity: 1;
  padding: 7px;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 11;
  border-start-end-radius: 4px;
}
.modal .info-list {
  list-style: none;
  margin-bottom: 0;
}
.modal .info-list > li {
  padding-left: 1.5em;
  position: relative;
}
.modal .info-list > li:not(:last-child) {
  margin-bottom: 10px;
}
.modal .info-list > li:before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  font-family: bootstrap-icons !important;
  font-size: 1.1em;
  color: var(--primary-color);
}
.modal .info-list > li.traffic:before {
  content: "\f7e1";
}
.modal .info-list > li.landmark:before {
  content: "\f3cc";
}
.modal .info-list > li.car:before {
  content: "\f805";
}
.modal .info-list > li strong {
  font-size: 1.1em;
  color: var(--primary-color);
  margin-bottom: 7px;
}
.modal .info-list ol, .modal .info-list ul {
  margin-left: 1em;
}
.modal .info-list ol li:not(:last-child), .modal .info-list ul li:not(:last-child) {
  margin-bottom: 1px;
}
.modal .info {
  margin-top: 15px;
  width: 100% !important;
  padding: 0;
}
.modal .info .h1 {
  margin-top: 0;
  font-size: 1.375rem;
  color: var(--primary-color);
  text-align: start;
}
.modal .info .txt {
  /*min-height: 200px;*/
  padding: 0;
}
.modal .info .txt ul {
  margin-left: 0;
  display: block !important;
  text-align: start;
}
.modal .info .txt ul li {
  display: block !important;
  background: url(../images/all/list_icon.png) no-repeat 0 6px;
  padding-left: 22px;
}
.modal .info .txt ul li .price-lighthigh {
  font-size: 160%;
  font-weight: 700;
  color: var(--second-color);
}
.modal .info .txt .form-control {
  display: block;
  width: 100%;
}
.modal > .h3 {
  color: var(--text-color-reverse);
}
.modal > .h3 small {
  margin-left: 10px;
  color: var(--text-color-reverse);
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-footer.text-center {
  text-align: center;
}
