@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;600;700&display=swap");
:root {
  --btn-mainlink: #5C312F;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", "Arial", sans-serif, "微軟正黑體";
  font-size: 16px;
  color: #5A5A5A;
  background-color: #f6f6f6;
  overflow-x: hidden;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}

.w-1920 {
  max-width: 1920px;
  margin: auto;
  width: 100%;
}

.w-1000 {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  overflow: hidden;
}

.w-800 {
  max-width: 800px;
  margin: auto;
  width: 100%;
  overflow: hidden;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #C30D23;
}

a,
a:hover {
  text-decoration: none;
}

.bg-coloud {
  background: #BAD7E0;
}

.checkout-btn {
  outline: 1px solid #2a2a2a;
  padding: 6px 10px;
  border-radius: 20px;
  color: #2a2a2a;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) {
  .checkout-btn {
    padding: 8px 20px;
  }
}
.checkout-btn::before {
  content: "";
  position: absolute;
  background-color: #C30D23;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all ease-in-out 0.3s;
}
.checkout-btn:hover {
  outline: none;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
}
.checkout-btn:hover::before {
  width: 100%;
  transition: all ease-in-out 0.3s;
}

.page ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 15px;
}
.page a {
  color: #646464;
  padding: 3px;
  margin: 3px;
}

.mainBtn {
  border-radius: 2rem;
  color: #C30D23;
  border: 1px solid #C30D23;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  width: 140px;
  display: block;
  background-color: transparent;
  transition: all ease 0.3s;
}
.mainBtn:hover {
  background-color: #C30D23;
  color: var(--white);
}

.subtitle {
  color: #2a2a2a;
  line-height: 36px;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.main-title {
  color: #2a2a2a;
}
.main-title::first-letter {
  color: #C30D23;
}

.moreBtn {
  color: var(--white);
  background-color: #C30D23;
  border-radius: 2rem;
  padding: 0.5rem 1.3rem;
  transition: all 0.3s ease-in;
}

.moreBtn:hover {
  background-color: #C30D23;
  color: var(--white);
}

.searchBtn {
  background-color: #C30D23;
  color: #2a2a2a;
  font-size: 14px;
}

.bread_crumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.bread_crumbs li {
  font-size: 15px;
  padding-left: 5px;
}
.bread_crumbs li::after {
  content: "/";
  margin-left: 5px;
}
.bread_crumbs li:last-child {
  color: #D4AF37;
}
.bread_crumbs li:last-child::after {
  content: "";
}
.bread_crumbs li a {
  color: #5A5A5A;
}

.text-mark {
  color: #D4AF37;
  font-size: 85%;
  margin-left: 5px;
}

.submitBtn {
  background: #C30D23;
  color: var(--white);
  padding: 0.6rem 1.5rem;
}
.submitBtn i {
  margin-left: 0;
  transition: margin-left 0.3s ease;
}
.submitBtn:hover i {
  margin-left: 5px;
}

.submitBtn:hover {
  background: #2a2a2a;
  color: var(--white);
}

.submitBtn2 {
  background: #2a2a2a;
  color: var(--white);
  padding: 0.6rem 1.5rem;
}

.submitBtn2:hover {
  background: #C30D23;
  color: var(--white);
}

@media (min-width: 1200px) {
  .border-lg-right {
    border-right: 1px solid #eaeaea;
  }
  .border-lg-left {
    border-left: 1px solid #eaeaea;
  }
}
.more {
  color: #646464;
  transition: all ease 0.3s;
}
.more:hover {
  color: #C30D23;
}

.titlebox {
  position: relative;
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1rem 0 0;
}
.titlebox .title {
  padding: 0.5rem 1.5rem;
  position: relative;
  z-index: 1;
  color: #C30D23;
  font-size: 1.8rem;
}
.titlebox .title::first-letter {
  color: #C30D23;
}
.titlebox .title h3 {
  font-size: 1.6rem;
  color: #C30D23;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
  margin-bottom: 0;
}
.titlebox .title h3 a {
  color: #2a2a2a;
}
.titlebox .title h3 span::first-letter {
  color: #C30D23;
}
.titlebox .img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #2a2a2a;
}
.title::first-letter {
  color: #C30D23;
}
.title h3 {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .title h3 {
    font-size: 2rem;
  }
}

.txt {
  color: #646464;
  line-height: 1.6;
}

.burger-menu {
  width: 44px;
  height: 44px;
  background: #C30D23;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  cursor: pointer;
  position: relative;
}
.burger-menu .burger {
  position: absolute;
  background: #ffffff;
  width: 15px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-left: -30%;
  transform: translateY(-23%);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.burger-menu .burger::before, .burger-menu .burger::after {
  position: relative;
  background: #ffffff;
  display: block;
  width: 25px;
  height: 2px;
  content: "";
  left: 0;
  transition: all 0.3s ease-in-out;
}
.burger-menu .burger::before {
  top: 8px;
}
.burger-menu .burger::after {
  bottom: 10px;
}

.burger-menu.menu-on .burger {
  background: transparent;
}
.burger-menu.menu-on .burger::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  bottom: 2px;
}
.burger-menu.menu-on .burger::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0px;
}

.productListRow {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .productListRow {
    padding: 3rem 0;
  }
}

.proBox .item {
  border: 1px solid transparent;
  margin: 1rem 0.5rem;
  transition: all ease 0.5s;
}
.proBox .item:hover {
  border: 1px solid #eaeaea;
  transform: translateY(-12px);
}
.proBox .item .img {
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
}

.priceBox {
  text-align: center;
  font-family: "Quicksand", Arial;
  font-weight: 400;
  color: #2a2a2a;
}
.priceBox .originalPrice {
  color: #5A5A5A;
  text-decoration: line-through;
  font-size: 85%;
}
.priceBox .offerPrice {
  color: #2a2a2a;
  font-size: 1.25rem;
}

.textBox {
  padding: 1rem 0.5rem 1rem;
}
.textBox h3 {
  font-size: 1.25rem;
  font-weight: 300;
  color: #2a2a2a;
  text-align: center;
  margin-bottom: 0.5rem;
}
.textBox h3 a {
  color: #2a2a2a;
}
@media (min-width: 992px) {
  .textBox h3 {
    font-size: 1.4rem;
  }
}
.textBox .locationBox {
  font-size: 14px;
  color: #666;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 4px;
}
.textBox .locationBox i {
  color: #C30D23;
}

.price-box {
  align-items: flex-end;
  /* 原價 */
}
.price-box .map i {
  color: #2a2a2a;
  margin-right: 5px;
}
.price-box .originalPrice,
.price-box .offerPrice {
  color: #2a2a2a;
}
.price-box .originalPrice {
  display: inline-block;
  text-decoration: line-through;
  font-size: 1rem;
  margin-right: 10px;
}
.price-box .offerPrice .price {
  font-size: 1.25rem;
  font-weight: 700;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .price-box .offerPrice .price {
    font-size: 1.4rem;
  }
}

.nav_area {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

.phoneSearch {
  top: 10%;
}
.phoneSearch .modal-content button.close {
  text-align: right;
  padding: 5px;
  font-size: 1.8rem;
}
.phoneSearch .modal-header .modal-title {
  width: 100%;
  text-align: center;
  color: #2a2a2a;
  font-size: 1.6rem;
}

.phoneSearchBox {
  padding: 1rem 1rem 3rem;
}
.phoneSearchBox form {
  background-color: #ffffff;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.phoneSearchBox form input {
  width: 100%;
  margin-right: 8px;
  border: 1px solid #2a2a2a;
  padding: 0.8rem;
  border-radius: 5px;
}
.phoneSearchBox form input:focus {
  outline: 0;
}
.phoneSearchBox form input::-moz-placeholder {
  font-size: 1rem;
}
.phoneSearchBox form input::placeholder {
  font-size: 1rem;
}
.phoneSearchBox form button {
  background-color: #2a2a2a;
  color: #ffffff;
  padding: 0.6rem;
  border: none;
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phoneSearchBox .keyword-tags {
  background-color: #ffffff;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.phoneSearchBox .keyword-tags.show {
  display: flex;
}
.phoneSearchBox .keyword-tags .keyword-tag {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  background-color: #2a2a2a;
  border: 2px solid #C30D23;
  color: #ffffff;
  border-radius: 20px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.phoneSearchBox .keyword-tags .keyword-tag:hover {
  background-color: #C30D23;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.phoneSearchBox .keyword-tags .search-history-section hr {
  border-color: rgba(195, 13, 35, 0.2);
}
.phoneSearchBox .keyword-tags .search-history-section .btn-clear-history {
  background: none;
  border: none;
  color: #C30D23;
  cursor: pointer;
  padding: 0.2rem;
  font-size: 1rem;
  transition: color 0.3s ease;
}
.phoneSearchBox .keyword-tags .search-history-section .btn-clear-history:hover {
  color: #2a2a2a;
}
.phoneSearchBox .keyword-tags .search-history-section .search-history-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.phoneSearchBox .keyword-tags .search-history-section .search-history-list .history-item {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.3rem 0.8rem;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #C30D23;
  border-radius: 20px;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}
.phoneSearchBox .keyword-tags .search-history-section .search-history-list .history-item .history-keyword {
  cursor: pointer;
}
.phoneSearchBox .keyword-tags .search-history-section .search-history-list .history-item .history-keyword:hover {
  text-decoration: underline;
}
.phoneSearchBox .keyword-tags .search-history-section .search-history-list .history-item:hover {
  background-color: #e8e8e8;
  border-color: #C30D23;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pagecontent {
  position: relative;
}
.pagecontent:before {
  content: "";
  background: url(../img/cloud_bg2.png) no-repeat top center/contain;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 33%;
}
@media (min-width: 992px) {
  .pagecontent .box-1 {
    width: 287px;
    height: 200px;
    bottom: 5%;
    left: -3%;
    position: absolute;
    background: url(../img/box.png) no-repeat left top/contain;
    transform-origin: left bottom;
    animation: boxRotate 8s linear infinite;
  }
}
.pagecontent .box-2 {
  background: url(../img/cloud4.png) no-repeat left top/contain;
  width: 287px;
  height: 140px;
  bottom: 10%;
  right: -2%;
  position: absolute;
}

@keyframes boxRotate {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
/* directory start 麵包屑*/
.directoryRow {
  background-color: #F8DADA;
  margin-bottom: 2rem;
}
.directoryRow ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}
.directoryRow li {
  color: var(--text);
  font-size: 14px;
}
.directoryRow li a {
  text-decoration: none;
  color: #5A5A5A;
}
.directoryRow li:not(:last-child)::after {
  content: "/";
  margin: 0 0.5rem;
}
.directoryRow li:last-child, .directoryRow li:last-child > a {
  color: #C30D23;
}

/* directory end */
.pagination {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  flex-wrap: wrap;
}
.pagination li {
  padding: 0.5rem;
  font-size: 1.125rem;
}
.pagination li.active .page-link {
  background-color: #2a2a2a;
  color: #ffffff;
  border: none;
}
.pagination li .page-link {
  color: #2a2a2a;
  border-radius: 5px;
  background-color: transparent;
  border: none;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  color: #C30D23;
  border: none;
  background-color: transparent;
  font-size: 1rem;
}
.pagination .page-item.disabled {
  opacity: 0.5;
}

/* POP廣告 / 側邊廣告 */
.adSidebg {
  background: rgba(0, 0, 0, 0.212);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5000;
}

.adSideBox {
  position: fixed;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 5001;
}
.adSideBox:hover {
  color: #ffffff;
}
.adSideBox a.adSide img {
  width: auto;
  height: 70vh;
  min-height: 400px;
}
.adSideBox a.closeAdSide {
  position: absolute;
  top: 25px;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  color: #ffffff;
  writing-mode: vertical-rl;
  width: 40px;
  height: 40px;
}
.adSideBox img {
  max-height: 70vh;
  width: auto;
}
.adSideBox img.closed {
  display: none;
}
.adSideBox .closeAdSide svg {
  fill: #ffffff;
  width: 25px;
  height: 25px;
}

/* 訂單查詢頁面表單樣式 */
.smallText {
  font-size: 0.9rem;
  color: #C30D23;
}

.required {
  color: red;
  font-size: 0.9rem;
}

.memberInforBox .orderContentBox {
  max-width: 600px;
  margin: 2rem auto;
}
.memberInforBox .pack {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 2rem;
}
.memberInforBox .memberMiddle .form-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .memberInforBox .memberMiddle .form-group {
    flex-direction: row;
    gap: 0.5rem;
  }
}
.memberInforBox .memberMiddle .form-group .addressBox {
  display: flex;
  flex-wrap: wrap;
}
.memberInforBox .memberMiddle .form-group .addressBox .use-items .row {
  gap: 0.8rem;
}
.memberInforBox .memberMiddle .form-group .addressBox .use-items .row .use-col {
  flex: 0 0 calc(33.33% - 1rem);
  margin-bottom: 0.5rem;
}
.memberInforBox .memberMiddle .form-group .col-form-label {
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .memberInforBox .memberMiddle .form-group .col-form-label {
    flex: 0 0 93px;
  }
}
.memberInforBox .memberMiddle .form-group .form-control {
  flex: 1;
  height: auto;
  border-radius: 5px;
  border: 2px solid #ddd;
  padding: 0.8rem;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.memberInforBox .memberMiddle .form-group .form-control:focus {
  outline: none;
  border-color: #C30D23;
  box-shadow: 0 0 0 3px rgba(195, 13, 35, 0.1);
}
.memberInforBox .memberMiddle .form-group .use-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 50px;
  background: #2a2a2a;
  color: #ffffff;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 0;
}
.memberInforBox .memberMiddle .form-group .use-btn:hover {
  background: rgb(16.5, 16.5, 16.5);
}
.memberInforBox .memberBottom {
  font-size: 1rem;
}

.bg-main {
  background-color: #C30D23;
}

.text-sub {
  color: #2a2a2a;
}

.text-main {
  color: #C30D23;
}

.text-lightBlack {
  color: #5A5A5A;
}

.text-darkBlack {
  color: #2a2a2a;
}

.text-white {
  color: #ffffff;
}

.text-nav {
  color: #cccccc;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-32 {
  font-size: 32px;
}

.fs-48 {
  font-size: 48px;
}

.w-1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.mb-1rem {
  margin-bottom: 1rem;
}

.mb-2rem {
  margin-bottom: 2rem;
}

.mb-3rem {
  margin-bottom: 3rem;
}

.mb-4rem {
  margin-bottom: 4rem;
}

.mainbg {
  background-color: #EAEFF3;
}
@media (min-width: 992px) {
  .mainbg {
    background-color: transparent;
  }
}

.subbg {
  background-color: #D7E2EA;
}

.margin-r-s {
  margin-right: 0;
}
@media (min-width: 992px) {
  .margin-r-s {
    margin-right: -1.5rem;
  }
}

.margin-l-s {
  margin-left: 0;
}
@media (min-width: 992px) {
  .margin-l-s {
    margin-left: -1.5rem;
  }
}

.goTop {
  position: fixed;
  justify-content: center;
  right: 1.125rem;
  bottom: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  background-color: #C30D23;
  color: #ffffff;
  transition: all 0.5s;
  animation: 3s arrowTop ease-out infinite;
}
.goTop:hover {
  background-color: #C30D23;
  color: var(--white);
}
.goTop:hover i {
  color: var(--white);
}
.goTop i {
  color: #ffffff;
  font-size: 1.4rem;
}

@keyframes arrowTop {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20%);
  }
  60% {
    transform: translateY(-10%);
  }
}
/* music animations */
@keyframes revealFromRight {
  0%, 100% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  50%, 90% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes revealFromLeft {
  0%, 100% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  50%, 90% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .header {
    min-height: 100px;
  }
}
.header .fixed-menu {
  display: none;
}
@media (min-width: 992px) {
  .header .fixed-menu {
    display: flex;
  }
  .header .fixed-menu a {
    width: 40px;
    height: 40px;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 5px;
    display: block;
    overflow: hidden;
    font-size: 1.3rem;
  }
  .header .fixed-menu a div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.fixed-menu a, .fixed-menu i {
  color: #ffffff;
}

.social-bar__fb {
  background-color: #3b5999;
}

.social-bar__line {
  background-color: #00c200;
}

.social-bar__mailbox {
  background-color: #ff4300;
}

.social-bar__phone {
  background-color: #ff7300;
}

.social-bar__twitter {
  background-color: #55acee;
}

.social-bar__linkedin {
  background-color: #0077B5;
}

.social-bar__instagram {
  background-color: #e4405f;
}

.social-bar__printerest {
  background-color: #bd081c;
}

/* 手機漢堡選單 */
.menu-icon {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: var(--white);
  cursor: pointer;
}
@media (min-width: 1200px) {
  .menu-icon {
    display: none;
  }
}
.menu-icon .menu-icon__cheeckbox {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  opacity: 0;
}
.menu-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 12px;
}
.menu-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #C30D23;
  border-radius: 1px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.menu-icon span:first-of-type {
  top: 0;
}
.menu-icon span:last-of-type {
  bottom: 0;
}

.menu-icon.active span:first-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:first-of-type {
  transform: rotate(45deg);
  top: 5px;
}

.menu-icon.active span:last-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:last-of-type {
  transform: rotate(-45deg);
  bottom: 4px;
}

/* 手機漢堡選單end */
/* 主選單開始 */
.nav_area {
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.nav_area .logoImgBox {
  width: 200px;
  position: relative;
  z-index: 1;
  padding: 5px;
}
.nav_area .logoImgBox .logoImg {
  width: 100%;
  height: 100%;
  padding-top: 36%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 25% center;
}
@media (min-width: 992px) {
  .nav_area .logoImgBox {
    width: 304px;
  }
  .nav_area .logoImgBox .logoImg {
    padding-top: 20%;
    background-position: center;
  }
}

/* 導航箭頭按鈕 */
.desktopNav {
  position: relative;
}

.navBtnBox {
  display: none;
}
@media (min-width: 992px) {
  .navBtnBox {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .navBtnBox .container {
    position: relative;
    height: 100%;
  }
  .navBtnBox a {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #2a2a2a;
  }
  .navBtnBox a.disabled {
    opacity: 0;
    pointer-events: none;
  }
  .navBtnBox #left {
    left: 0;
  }
  .navBtnBox #right {
    right: 0;
  }
}

/* 選單容器 */
.container-nav {
  position: relative;
}
.container-nav .scroll.viewport {
  overflow: hidden;
  width: calc(100% - 70px);
  margin: auto;
}

.menu-main {
  display: flex;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  transition: transform 0.3s ease;
}
.menu-main li {
  flex-shrink: 0;
  white-space: nowrap;
}
.menu-main li.active a {
  color: #C30D23;
}
.menu-main li a {
  color: #2a2a2a;
  display: block;
  padding: 0.8rem;
  font-weight: 400;
  letter-spacing: 1px;
}

/* menu-sub 下拉選單 */
header nav {
  display: none;
}
@media (min-width: 992px) {
  header nav {
    display: block;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
}
header nav ul .menu-sub {
  position: absolute;
  background: #ffffff;
  color: #C30D23;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  width: 200px;
  display: none;
  font-size: 1.125rem;
}
header nav ul .title {
  color: #C30D23;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block;
  border-bottom: 1px solid #C30D23;
  padding: 5px;
  font-size: 15px;
}

header nav li:hover .menu-sub {
  display: block;
  white-space: normal;
  margin-top: -1px;
}

#desktopDownMenu .menu-sub a.item {
  color: #2a2a2a;
  padding: 0.8rem 1.25rem;
  border-bottom: 1px solid #eaeaea;
  font-size: 1rem;
  display: block;
}
#desktopDownMenu .menu-sub a.item:hover {
  background-color: rgba(195, 13, 35, 0.08);
  color: #C30D23;
}

.topBox {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
.topBox li a {
  color: #C30D23;
  font-size: 14px;
}
.topBox li a span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #C30D23;
  background-color: #2a2a2a;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: -8px;
}
.topBox .memberBtn {
  display: flex;
}
.topBox .memberBtn .top_nav {
  margin: 0 0.3rem;
  background-color: #2a2a2a;
  color: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topBox .memberBtn .top_nav a {
  cursor: pointer;
}
.topBox .memberBtn .top_nav i, .topBox .memberBtn .top_nav svg {
  color: #ffffff;
  fill: #ffffff;
  font-size: 1.3rem;
}

.navbar {
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  position: absolute;
  z-index: 100;
  transition: all 0.5s ease-in;
}

.navbar.fixed {
  position: fixed;
}

.navbar-header {
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 2px solid #C30D23;
  background-color: var(--white);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.1);
  position: relative;
}

@media (min-width: 992px) {
  .brand {
    display: none;
  }
  #navbar-menu {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 calc(100% - 200px);
    background-color: var(--white);
  }
  .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
  .navbar-nav li.dropdown a.dropdown-toggle::after {
    display: none;
  }
  .navbar-nav li.dropdown ul.dropdown-menu {
    position: absolute;
    text-align: center;
    border-top: none;
    min-width: 100%;
    width: 9.5rem;
    padding: 0;
    background-color: var(--white);
    border: none;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  }
  .navbar-nav li.dropdown ul.dropdown-menu a:hover {
    background-color: #C30D23;
    color: #D4AF37;
  }
}
@media (max-width: 991px) {
  .dropdown-menu {
    background-color: black;
  }
  .navbar-collapse {
    overflow-y: auto;
    position: absolute;
    width: 100%;
    top: 59px;
    padding-top: 67px;
    left: 0;
    height: calc(100vh - 50px);
    background-color: #BAD7E0;
  }
}
.logo {
  width: 150px;
  padding: 10px;
}
@media (min-width: 1200px) {
  .logo {
    width: 200px;
  }
}
.logo a {
  width: 100%;
  display: block;
  padding-bottom: 30%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
@media (min-width: 1200px) {
  .logo a {
    padding-bottom: 28%;
  }
}

.bootsnav ul.nav > li a {
  color: #5A5A5A;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  padding: 0.6rem 1.25rem;
  position: relative;
  text-align: center;
  transition: all 0.3s;
}
.bootsnav ul.nav > li a:hover {
  color: #C30D23;
}
.bootsnav ul.nav > li.active a, .bootsnav ul.nav > li a.active {
  color: #D4AF37;
}
.bootsnav ul.nav > li.active .dropdown-menu li a {
  color: #C30D23;
}
.bootsnav ul.nav > li.active .dropdown-menu li a:hover {
  color: #D4AF37;
}

@keyframes boat {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(160px);
  }
}
#phoneMenu .menuTrigger {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  #phoneMenu .menuTrigger {
    display: none;
  }
}
#phoneMenu.page {
  overflow-x: hidden;
  position: relative;
}
#phoneMenu .wrapper {
  position: relative;
  top: 0;
  transition: ease 0.5s;
}
#phoneMenu .wrapper.pushed {
  position: fixed;
}
#phoneMenu .wrapper.pushed::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 1000;
  background-color: rgba(39, 39, 39, 0.5);
}

#phoneMenu nav.panel:not(.proInfoPanel).isOpen {
  transform: translateX(-100%);
  transition: transform 0.3s linear;
}

#phoneMenu .closeSubPanel,
#phoneMenu .closePanel,
#phoneMenu .openSubPanel, #phoneMenu .fs-3 {
  cursor: pointer;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

nav.panel {
  display: block;
}

@media (min-width: 992px) {
  #phoneMenu nav.panel.isOpen {
    transform: translateX(30rem);
  }
}
.phone_menu_head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 1rem;
}
.phone_menu_head .phone_menu_head_title {
  width: 12rem;
}

.phone_menu_right {
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.phone_menu_right div {
  flex: 0 0 40px;
  font-size: 1.4rem;
  position: relative;
}

/* header start*/
#phoneMenu nav.panel {
  width: 100%;
  background: #ffffff;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -100%;
  transition: ease 0.5s;
  z-index: 1001;
  overflow-y: auto;
}

#phoneMenu .proInfoPanel.isOpen {
  transform: translateX(-100%);
  z-index: 1002;
}
#phoneMenu .proInfoPanel.isOpen .proInfoPanel {
  transform: translateX(0%);
  z-index: 1001;
}
#phoneMenu .proInfoPanel.isOpen nav.panel > ul {
  padding: 1.25rem 1.25rem 0 1.25rem;
}
#phoneMenu .proInfoPanel.isOpen .cursor-pointer {
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  #phoneMenu nav.panel {
    width: 30rem;
    left: -30rem;
    right: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  }
}
#phoneMenu .menuTrigger ul.phoneCart {
  margin: 0;
  display: flex;
  margin-right: 1rem;
  gap: 10px;
  align-items: center;
}
#phoneMenu .menuTrigger ul.phoneCart li a {
  text-decoration: none;
  display: flex;
  color: #C30D23;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}
#phoneMenu .menuTrigger ul.phoneCart li a span.counter {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #C30D23;
  background-color: #2a2a2a;
  text-align: center;
  margin-left: -0.6rem;
}
#phoneMenu nav.panel ul li a {
  padding: 0.6rem 1.5rem;
  margin-bottom: 0.8rem;
  color: #2a2a2a;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#phoneMenu nav.panel ul li a svg {
  width: 18px;
  fill: #2a2a2a;
  margin-right: 5px;
}
#phoneMenu nav.panel ul li a i {
  margin-right: 5px;
  font-size: 1.3rem;
}
#phoneMenu nav.panel ul li a.subheading {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0.8rem 1rem;
  margin-bottom: 5px;
  position: relative;
}
#phoneMenu nav.panel ul li a.arrow::after {
  font-family: "bootstrap-icons";
  content: "\f282";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#phoneMenu nav.panel ul li a:hover {
  color: #2a2a2a;
  background-color: #eaeaea;
}
#phoneMenu nav.panel ul div {
  margin-bottom: 0.5rem;
}
#phoneMenu nav.panel ul li.closePanel {
  color: #C30D23;
  border: none;
}
#phoneMenu nav.panel ul .fixed-menu {
  display: flex;
  justify-content: center;
}
#phoneMenu nav.panel ul.s-btn li {
  display: flex;
  justify-content: center;
}
#phoneMenu nav.panel ul.s-btn li a {
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 600;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 1.125rem;
}
#phoneMenu nav.panel ul.s-btn li a i {
  margin-right: 0;
}
#phoneMenu nav.panel ul.s-btn li a div {
  margin-bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#phoneMenu nav.panel ul.s-btn li a span {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: -0.6rem;
  background-color: #ffffff;
  border: 1px solid #2a2a2a;
  text-align: center;
  justify-content: center;
}

ul.phoneCart i {
  color: #C30D23;
  font-size: 1.3rem;
}
ul.phoneCart svg {
  fill: #C30D23 !important;
  color: #C30D23;
  width: 20px;
  height: 20px;
}

/* 手機選單下拉樣式 */
#phoneMenu nav.panel ul.phoneMenu .title {
  font-size: 1.4rem;
}
#phoneMenu nav.panel ul.phoneMenu .item {
  border-bottom: 1px solid #eaeaea;
}
#phoneMenu nav.panel ul.phoneMenu .item .dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem 0;
}
#phoneMenu nav.panel ul.phoneMenu .item .dropdown-header a.subheading {
  flex: 1;
  margin-bottom: 0;
}
#phoneMenu nav.panel ul.phoneMenu .item .dropdown-header a.subheading::after {
  display: none;
}
#phoneMenu nav.panel ul.phoneMenu .item .dropdown-header .dropdown-icon {
  font-size: 1rem;
  color: #2a2a2a;
  transition: transform 0.3s ease;
  padding: 0.5rem;
}
#phoneMenu nav.panel ul.phoneMenu .item.dropdown-open > .dropdown-header .dropdown-icon {
  transform: rotate(180deg);
}
#phoneMenu nav.panel ul.phoneMenu .item .dropdown-submenu {
  list-style: none;
  padding-left: 1rem;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
}
#phoneMenu nav.panel ul.phoneMenu .item .dropdown-submenu li .dropdown-header {
  padding: 0.3rem 0;
}
#phoneMenu nav.panel ul.phoneMenu .item .dropdown-submenu li a {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  margin-bottom: 0;
}
#phoneMenu nav.panel ul.phoneMenu .item .dropdown-submenu li a:hover {
  background-color: #eaeaea;
}
#phoneMenu nav.panel ul.phoneMenu .item .dropdown-submenu li .dropdown-submenu {
  padding-left: 1rem;
}
#phoneMenu nav.panel ul.phoneMenu .item .dropdown-submenu li .dropdown-submenu li a {
  font-size: 0.95rem;
  color: #5d5d5d;
}

.seachBox {
  display: none;
}
@media (min-width: 992px) {
  .seachBox {
    display: block;
  }
}
.seachBox .search-wrapper {
  display: flex;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.seachBox .search-wrapper input {
  border: none;
  padding: 10px 8px;
}
.seachBox .search-wrapper .submitBtn {
  background: transparent;
  color: #2a2a2a;
  border: none;
  padding: 5px 10px;
}

/* 搜尋紀錄區塊 */
.search-history {
  padding: 0 1rem 1rem;
}
.search-history__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eaeaea;
}
.search-history__title {
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
}
.search-history__clear {
  background: none;
  border: none;
  color: #999;
  font-size: 0.8rem;
  cursor: pointer;
  padding: 0;
  transition: color 0.3s ease;
}
.search-history__clear:hover {
  color: #2a2a2a;
}
.search-history__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.search-history__item {
  display: inline-flex;
  align-items: center;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 0.3rem 0.5rem 0.3rem 0.8rem;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}
.search-history__item:hover {
  background-color: #eaeaea;
  border-color: #2a2a2a;
}
.search-history__keyword {
  color: #2a2a2a;
  cursor: pointer;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-history__keyword:hover {
  color: #2a2a2a;
}
.search-history__delete {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  padding: 0 0.2rem;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
.search-history__delete:hover {
  color: #e74c3c;
}

/* footer start*/
footer {
  background: url(../img/footer.png) no-repeat top center/cover;
  padding: 2rem 0px;
  color: #2a2a2a;
  word-wrap: break-word;
  word-break: break-all;
  position: relative;
}
@media (min-width: 992px) {
  footer {
    padding: 10rem 0px 1.5rem;
  }
}
footer:before {
  content: "";
  background: url(../img/footer_bg.png) no-repeat top/contain;
  position: absolute;
  width: 100%;
  padding-bottom: 10%;
  top: 0;
  left: 0;
}
footer .footer-link ul {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
footer .footer-link li a {
  padding: 1rem;
  padding: 0.5rem;
}
footer .items {
  flex-direction: column;
}
footer .items1 {
  display: flex;
  flex-wrap: wrap;
}
footer .items1 a {
  flex: 0 0 33.33%;
  width: 33.33%;
}
footer .items2 {
  display: flex;
  flex-wrap: wrap;
}
footer .items2 a {
  flex: 0 0 100%;
  width: 100%;
}
footer p {
  line-height: 1.55rem;
  margin-bottom: 5px;
  padding-bottom: 8px;
  color: #2a2a2a;
  text-decoration: none;
}
footer a {
  color: #2a2a2a;
  margin-bottom: 5px;
  padding-bottom: 8px;
}
footer a:hover {
  color: #2a2a2a;
}
footer h4 {
  font-size: 1.12rem;
  margin-bottom: 0.8rem;
}
footer .copy .copyrightBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 85%;
  margin-top: 1rem;
}
footer .copy .copyrightBox p, footer .copy .copyrightBox a {
  color: #5A5A5A;
}
footer .copy .itembox {
  display: flex;
  flex-wrap: wrap;
}
footer .copy .itembox p {
  flex: 0 0 30%;
}
footer .copy .photonic-footer {
  color: #5A5A5A;
}
footer .copy .photonic-footer a {
  color: #5A5A5A;
}
footer .copy .photonic-footer a:before {
  content: "/";
}

/* Footer 手風琴樣式 */
.footer-accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}
@media (min-width: 992px) {
  .footer-accordion-item {
    border-bottom: none;
    padding: 0 15px;
  }
}
.footer-accordion-item .footer-accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .footer-accordion-item .footer-accordion-toggle {
    cursor: default;
    padding: 0;
    margin-bottom: 0.8rem;
  }
}
.footer-accordion-item .footer-accordion-toggle i {
  transition: transform 0.3s ease;
}
.footer-accordion-item .footer-accordion-content {
  display: none;
  padding: 0 1rem 1rem;
}
@media (min-width: 992px) {
  .footer-accordion-item .footer-accordion-content {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
}
.footer-accordion-item.active .footer-accordion-toggle i {
  transform: rotate(180deg);
}
.footer-accordion-item.active .footer-accordion-content {
  display: flex;
  flex-wrap: wrap;
}
.footer-accordion-item.no-content .footer-accordion-toggle {
  cursor: default;
}
.footer-accordion-item.no-content .footer-accordion-toggle i {
  display: none;
}
.footer-accordion-item.no-content .footer-accordion-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-accordion-item.no-toggle .footer-accordion-content {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}
@media (min-width: 992px) {
  .footer-accordion-item.no-toggle .footer-accordion-content {
    padding: 0;
  }
}

/* footer end*/
.content_area {
  padding: 0;
  width: 100%;
  margin-top: 122px;
  overflow: hidden;
  min-height: calc(100vh - 489px);
}
@media (min-width: 992px) {
  .content_area {
    margin-top: 192px;
    min-height: calc(100vh - 430px);
  }
}

.bannerOwlCarouselRow {
  padding: 0;
}
.bannerOwlCarouselRow .owl-item .img {
  padding-bottom: 37%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bannerOwlCarouselRow .owl-dots {
  margin-top: 0 !important;
  padding-top: 1.25rem;
  background-image: url(../img/bg.png);
}

.bannerOwlCarouselRow .owl-dots .owl-dot, .productListRow .owl-dots .owl-dot, .bannerAdFrame .owl-dots .owl-dot {
  outline: none;
}
.bannerOwlCarouselRow .owl-dots .owl-dot span, .productListRow .owl-dots .owl-dot span, .bannerAdFrame .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #aaaaaa;
  margin: 5px;
  transition: all ease-in 0.3s;
}
.bannerOwlCarouselRow .owl-dots .owl-dot.active span, .productListRow .owl-dots .owl-dot.active span, .bannerAdFrame .owl-dots .owl-dot.active span {
  width: 24px;
  background-color: #C30D23;
}

.threeSquareAdRow_bg {
  padding: 1rem 0 1rem;
  background-image: url(../img/bg.png);
}
@media (min-width: 1200px) {
  .threeSquareAdRow_bg {
    padding: 3rem 0;
  }
}
.threeSquareAdRow_bg .threeSquareAdRow {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  gap: 0.6rem;
  justify-content: space-around;
}
@media (min-width: 1200px) {
  .threeSquareAdRow_bg .threeSquareAdRow {
    gap: 0.6rem;
    justify-content: space-between;
  }
}
.threeSquareAdRow_bg .threeSquareAdRow .item {
  flex: 0 0 calc(50% - 1.2rem);
}
@media (min-width: 992px) {
  .threeSquareAdRow_bg .threeSquareAdRow .item {
    flex: 0 0 calc(25% - 1.2rem);
  }
}
@media (min-width: 1200px) {
  .threeSquareAdRow_bg .threeSquareAdRow .item {
    flex: 0 0 calc(20% - 1.2rem);
  }
}

.productBranchRow.courseBOX {
  padding: 3rem 0;
  margin-top: -3rem;
  position: relative;
}
@media (min-width: 992px) {
  .productBranchRow.courseBOX {
    padding: 4rem 0 6rem;
    margin-top: -1rem;
  }
}
.productBranchRow.courseBOX .product-tabs-wrapper {
  position: relative;
  margin-bottom: 1rem;
}
.productBranchRow.courseBOX .product-tabs-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  padding: 0 0.8rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */
  scroll-padding: 0 0.8rem;
  /* 確保滾動時保持左右邊距 */
}
.productBranchRow.courseBOX .product-tabs-nav::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}
@media (min-width: 992px) {
  .productBranchRow.courseBOX .product-tabs-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    padding: 1rem 0;
    overflow-x: hidden;
    scroll-padding: 0;
  }
}
.productBranchRow.courseBOX .product-tabs-nav .product-tab-btn {
  margin: 5px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.productBranchRow.courseBOX .product-tabs-nav .product-tab-btn .img {
  width: 100%;
}
.productBranchRow.courseBOX .product-tabs-nav .product-tab-btn:hover {
  transform: translateY(-2px);
}
.productBranchRow.courseBOX .product-tabs-nav .product-tab-btn.active {
  transform: translateY(-5px);
}
.productBranchRow.courseBOX .product-tabs-nav .product-tab-btn.active .img {
  filter: drop-shadow(2px 2px 8px rgba(255, 251, 6, 0.8));
}
@media (min-width: 992px) {
  .productBranchRow.courseBOX .product-tabs-nav .product-tab-btn {
    width: 120px;
    height: 120px;
  }
}
.productBranchRow.courseBOX .tab-scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: var(--white);
  border: 2px solid #C30D23;
  border-radius: 50%;
  color: #C30D23;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.productBranchRow.courseBOX .tab-scroll-btn:hover {
  background-color: #C30D23;
  color: var(--white);
}
.productBranchRow.courseBOX .tab-scroll-btn.tab-scroll-left {
  left: -15px;
}
.productBranchRow.courseBOX .tab-scroll-btn.tab-scroll-right {
  right: -15px;
}
@media (min-width: 992px) {
  .productBranchRow.courseBOX .tab-scroll-btn {
    display: none;
  }
}
.productBranchRow.courseBOX .product-tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.productBranchRow.courseBOX .product-tab-content.show {
  display: block;
}
.productBranchRow.courseBOX .product-tab-content.active {
  display: block;
  opacity: 1;
}
.productBranchRow.courseBOX .product-tab-content.show.active {
  animation: fadeInTab 0.4s ease-in-out;
}
.productBranchRow.courseBOX .product-tab-content .row-custom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.courseBoxs {
  width: 100%;
}
.courseBoxs .ADimg-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .courseBoxs .ADimg-wrapper {
    overflow: visible;
  }
}
.courseBoxs .ADimg {
  display: block;
}
@media (min-width: 992px) {
  .courseBoxs .ADimg {
    display: flex;
    gap: 1.5rem;
  }
}
.courseBoxs .ADimg .firstProImg {
  display: none;
}
@media (min-width: 992px) {
  .courseBoxs .ADimg .firstProImg {
    display: block;
    width: 40%;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .courseBoxs .ADimg .firstProImg:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
}
.courseBoxs .ADimg .firstProImg div {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.courseBoxs .ADimg .secondaryProImg-wrapper {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .courseBoxs .ADimg .secondaryProImg-wrapper {
    width: calc(60% - 1.5rem);
    display: flex !important;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .courseBoxs .ADimg .secondaryProImg-wrapper.slick-slider .slick-list,
  .courseBoxs .ADimg .secondaryProImg-wrapper.slick-slider .slick-track {
    transform: none !important;
    width: 100% !important;
  }
}
.courseBoxs .ADimg .secondaryProImg-wrapper .slick-dots {
  bottom: -30px;
}
.courseBoxs .ADimg .secondaryProImg-wrapper .slick-dots li button:before {
  color: #C30D23;
  opacity: 0.3;
  font-size: 10px;
}
.courseBoxs .ADimg .secondaryProImg-wrapper .slick-dots li.slick-active button:before {
  opacity: 1;
}
@media (min-width: 992px) {
  .courseBoxs .ADimg .secondaryProImg-wrapper .secondaryProImg-item {
    width: calc(33.333% - 0.67rem) !important;
    flex-shrink: 0;
    float: none !important;
    margin: 0 !important;
    display: block !important;
  }
}
@media (min-width: 992px) {
  .courseBoxs .ADimg .secondaryProImg-wrapper .secondaryProImg-item.mobile-tablet-slide {
    display: none !important;
  }
}
.courseBoxs .ADimg .secondaryProImg-wrapper .secondaryProImg {
  display: block;
  border-radius: 10px;
  margin: 0 0.8rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 992px) {
  .courseBoxs .ADimg .secondaryProImg-wrapper .secondaryProImg {
    margin: 0;
  }
}
.courseBoxs .ADimg .secondaryProImg-wrapper .secondaryProImg:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.courseBoxs .ADimg .secondaryProImg-wrapper .secondaryProImg div {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 廣告 start */
.ADslider {
  background-color: #F8DADA;
  padding: 2rem 0 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .ADslider {
    padding: 4rem 0 1rem;
  }
}
.ADslider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.ADslider .slideshow-slider .slick-prev {
  left: 1rem;
  z-index: 5;
}
.ADslider .slideshow-slider .slick-next {
  right: 1rem;
  z-index: 5;
}
.ADslider .slideshow-slider .slick-prev:before,
.ADslider .slideshow-slider .slick-next:before {
  font-size: 30px;
}
.ADslider .slideshow-slider .slick-dots {
  position: absolute;
  bottom: 1rem;
}
.ADslider .slideshow-slider .slick-dots li button {
  width: 30px;
  height: 30px;
}
.ADslider .slideshow-slider .slick-dots li button::before {
  color: #C30D23;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1rem;
}
.ADslider .slide-item a {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.pro_bg {
  background: url(../img/bg2.png) center;
  padding: 0;
}
@media (min-width: 992px) {
  .pro_bg {
    padding: 3rem 0;
  }
}

.hotsale .slickBtn {
  display: none;
}
.hotsale .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hotsale .carouselNav {
  display: none;
}
@media (min-width: 992px) {
  .hotsale .carouselNav {
    display: flex;
    gap: 1rem;
  }
}
.hotsale .carouselNav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  color: #ffffff;
  background-color: #C30D23;
  cursor: pointer;
  transition: all 0.3s;
}
.hotsale .carouselNav a:hover {
  background-color: #2a2a2a;
  color: #ffffff;
}
@media (min-width: 992px) {
  .hotsale .slickBtn {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: -3rem;
  }
  .hotsale .arrowPrev, .hotsale .arrowNext {
    position: relative;
    color: #2a2a2a;
    background-color: #ffffff;
    border: 2px solid #2a2a2a;
    border-radius: 50%;
    margin: 0 0.5rem;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .hotsale .arrowPrev:hover, .hotsale .arrowNext:hover {
    background-color: #2a2a2a;
    color: #ffffff;
  }
}

.hotsale-slider {
  padding: 0;
}
@media (min-width: 992px) {
  .hotsale-slider {
    padding: 2rem 0;
  }
}

.sale-Pro {
  padding: 0 0 2rem;
}
.sale-Pro .item {
  border: none;
}
.sale-Pro .item:hover {
  border: none;
  transform: translateY(-12px);
}
.sale-Pro .carouselNav {
  display: none;
}
@media (min-width: 992px) {
  .sale-Pro .carouselNav {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
  }
}
.sale-Pro .carouselNav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  color: #ffffff;
  background-color: #C30D23;
  cursor: pointer;
  transition: all 0.3s;
}
.sale-Pro .carouselNav a:hover {
  background-color: #2a2a2a;
  color: #ffffff;
}

/* 影片嵌入 RWD start */
.mov {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.mov iframe,
.mov video,
.mov embed,
.mov object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* 影片嵌入 RWD end */
/* recommend start 推薦商品*/
.recommendRow {
  padding: 5rem 0 3rem;
}
@media (min-width: 992px) {
  .recommendRow {
    padding: 8rem 0 4rem;
  }
}
.recommendRow .contentBox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.recommendRow .contentBox:after {
  content: "";
  background: url(../img/about_circle2.png) no-repeat top center/contain;
  width: 117px;
  padding-bottom: 188px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.recommendRow .contentBox:before {
  content: "";
  background: url(../img/about_circle.png) no-repeat top center/contain;
  width: 352px;
  padding-bottom: 409px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.recommendRow .contentBox .recommend_img {
  flex: 0 0 90%;
  width: 90%;
  position: relative;
}
@media (min-width: 992px) {
  .recommendRow .contentBox .recommend_img {
    flex: 0 0 40%;
    width: 40%;
    margin-left: 8%;
  }
}
.recommendRow .contentBox .recommend_img .mark1, .recommendRow .contentBox .recommend_img .mark2 {
  background: url(../img/mark.png) no-repeat top center/contain;
  width: 80px;
  height: 60px;
  position: absolute;
  bottom: -2rem;
  right: -1rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .recommendRow .contentBox .recommend_img .mark1, .recommendRow .contentBox .recommend_img .mark2 {
    width: 120px;
    height: 100px;
  }
}
.recommendRow .contentBox .recommend_img .mark2 {
  top: -1rem;
  left: -1rem;
  bottom: auto;
  right: auto;
}
.recommendRow .contentBox .recommend_img:before {
  content: "";
  background: url(../img/object_text.png) no-repeat top center/cover;
  width: 200px;
  height: 47px;
  position: absolute;
  top: -3rem;
  right: 2rem;
  z-index: 1;
}
.recommendRow .contentBox .recommend_img .recommendCarousel {
  transform: rotate(2deg);
}
.recommendRow .contentBox .recommend_img .recommendCarousel .mainPro {
  padding: 1rem;
}
.recommendRow .contentBox .recommend_img .recommendCarousel .mainPro:after {
  content: "";
  background: url(../img/object_bg.png) no-repeat top center/contain;
  width: 100%;
  padding-bottom: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.recommendRow .contentBox .recommend_img .recommendCarousel .proImg {
  width: 100%;
  padding-bottom: 63%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.recommendRow .recommend-pro {
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .recommendRow .recommend-pro {
    flex: 0 0 40%;
    width: 40%;
    margin-right: 5%;
  }
}
.recommendRow .recommend-pro .proIntro {
  padding: 1.5rem;
  flex: 0 0 60%;
}
.recommendRow .recommend-pro .proIntro .title_en {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 600;
  -webkit-text-stroke: 1px #E198A1;
  color: transparent;
  font-family: Arial;
}
@media (min-width: 992px) {
  .recommendRow .recommend-pro .proIntro .title_en {
    font-size: 4.5rem;
  }
}
.recommendRow .recommend-pro .proIntro .subtitle {
  color: #2a2a2a;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 600;
}
.recommendRow .recommend-pro .proIntro .subtitle::first-letter {
  color: #C30D23;
}
.recommendRow .recommend-pro .proIntro .txt {
  color: #2a2a2a;
  margin-bottom: 1.5rem;
  line-height: 2.5;
  font-size: 1.25rem;
}

.productBranchRow {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .productBranchRow {
    padding: 3rem 0;
  }
}
.productBranchRow .branch-tabs-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.productBranchRow .branch-tabs-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  flex: 1;
  padding: 0 0.5rem;
}
.productBranchRow .branch-tabs-nav::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .productBranchRow .branch-tabs-nav {
    justify-content: center;
    gap: 1rem;
  }
}
.productBranchRow .branch-tab-btn {
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
  background-color: #F8DADA;
  color: #2a2a2a;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}
.productBranchRow .branch-tab-btn:hover {
  background-color: #C30D23;
  color: #ffffff;
}
.productBranchRow .branch-tab-btn.active {
  background-color: #C30D23;
  color: #ffffff;
}
@media (min-width: 992px) {
  .productBranchRow .branch-tab-btn {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
}
.productBranchRow .tab-scroll-btn {
  width: 36px;
  height: 36px;
  color: #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.productBranchRow .tab-scroll-btn:hover {
  color: #C30D23;
}
@media (min-width: 992px) {
  .productBranchRow .tab-scroll-btn {
    display: none;
  }
}
.productBranchRow .branch-tab-content {
  display: none;
}
.productBranchRow .branch-tab-content.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.productBranchRow .branch-ad-slider .item {
  padding: 0 0.5rem;
}
@media (min-width: 992px) {
  .productBranchRow .branch-ad-slider .item {
    padding: 0;
  }
}
.productBranchRow .branch-ad-slider .ad-img {
  width: 100%;
  padding-bottom: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .productBranchRow .branch-ad-slider {
    display: grid !important;
    grid-template-columns: 40% repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 0.5rem;
  }
  .productBranchRow .branch-ad-slider .item:first-child {
    grid-column: 1;
    grid-row: 1/3;
  }
  .productBranchRow .branch-ad-slider .item:first-child .ad-img {
    padding-bottom: 0;
    height: 100%;
  }
  .productBranchRow .branch-ad-slider .item:not(:first-child) .ad-img {
    padding-bottom: 100%;
  }
}
.productBranchRow .branch-ad-slider .owl-dots {
  margin-top: 1rem;
}
.productBranchRow .branch-ad-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #aaaaaa;
  margin: 5px;
  transition: all ease-in 0.3s;
}
.productBranchRow .branch-ad-slider .owl-dots .owl-dot.active span {
  width: 20px;
  background-color: #C30D23;
}
@media (min-width: 992px) {
  .productBranchRow .branch-ad-slider .owl-dots {
    display: none;
  }
}

/* 跑馬燈  start*/
.announcement-fluid {
  background-color: #eaeaea;
}

.announcementRow .announcementBox {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.announcementRow #announcementCarousel {
  overflow: hidden;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
}
.announcementRow #announcementCarousel div {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #2a2a2a;
}
.announcementRow #announcementCarousel div a {
  text-decoration: none;
  color: #2a2a2a;
  font-size: 1rem;
}
.announcementRow #announcementCarousel div a .news-time {
  margin-right: 2px;
}

/* 跑馬燈  end*/
/* social-bar 固定右側選單 start */
.social-bar {
  display: none;
}

@media (min-width: 992px) {
  .social-bar {
    position: fixed;
    right: 0;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
  }
  .social-bar .fixed-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .social-bar .fixed-menu li a {
    display: block;
  }
  .social-bar .social-bar__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #2a2a2a;
    font-size: 1.4rem;
  }
}
/* social-bar 固定右側選單 end */
.product-tabs-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-tabs-bar::-webkit-scrollbar {
  display: none;
}
.product-tabs-bar.show {
  display: block;
}
.product-tabs-bar ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 20px;
  padding: 0;
  gap: 0;
  white-space: nowrap;
}
.product-tabs-bar ul li {
  flex-shrink: 0;
}
.product-tabs-bar ul li a {
  display: block;
  padding: 1rem 1.5rem;
  color: #5A5A5A;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.product-tabs-bar ul li a:hover, .product-tabs-bar ul li a.active {
  color: #2a2a2a;
  border-bottom-color: #2a2a2a;
}
@media (min-width: 576px) {
  .product-tabs-bar ul li a {
    padding: 1.125rem 1rem;
  }
}

.pro_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 1rem;
  align-items: center;
}
.pro_cont .img {
  flex: 0 0 170px;
}
.pro_cont .textbox {
  flex: 0 0 100%;
  background: url(../img/wood.png);
  border-radius: 1rem;
  padding: 0.5rem;
  border: 2px solid #2a2a2a;
  position: relative;
}
.pro_cont .textbox:after {
  content: "";
  background: #F4F0DE;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border-radius: 1rem;
  border: 2px solid #2a2a2a;
  margin: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
.pro_cont .textbox .text {
  position: relative;
  z-index: 1;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #C30D23;
}
@media (min-width: 576px) {
  .pro_cont .img {
    padding: 1rem;
  }
  .pro_cont .textbox {
    flex: 0 0 calc(100% - 170px);
  }
}
@media (min-width: 992px) {
  .pro_cont .textbox {
    padding: 1rem;
  }
  .pro_cont .textbox .text {
    font-size: 1.25rem;
    padding: 1.5rem 2.5rem;
  }
  .pro_cont .textbox:after {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    margin: 1rem;
  }
}

.productPublic {
  position: relative;
  z-index: 3;
  padding-left: 0;
  padding-right: 0;
}
.productPublic #itemBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

/* 左產品選單 */
#leftBox {
  width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  #leftBox {
    flex: 0 0 260px;
    width: 260px;
  }
}

#proAccordion {
  width: 100%;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
#proAccordion .cardBox_area {
  border: 0;
  overflow: unset;
  position: relative;
}
@media (min-width: 992px) {
  #proAccordion {
    padding-left: 0;
    padding-right: 0;
  }
  #proAccordion .cardBox_area.collapse:not(.show) {
    display: block;
  }
}
#proAccordion .product_menu_phone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #2a2a2a;
  padding: 0.8rem 1rem;
  width: 100%;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
#proAccordion .product_menu_phone h4 {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
}
#proAccordion .product_menu_phone h4 span {
  display: none;
}
#proAccordion .product_menu_phone::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-size: 1rem;
  color: #ffffff;
  transition: transform 0.3s ease;
}
#proAccordion .product_menu_phone[aria-expanded=true]::after, #proAccordion .product_menu_phone.active::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  #proAccordion .product_menu_phone {
    display: none;
  }
}
#proAccordion .item-title {
  border-bottom: 1px solid #2a2a2a;
  width: 100%;
  display: none;
  padding: 0.8rem;
}
@media (min-width: 992px) {
  #proAccordion .item-title {
    display: block;
  }
}
#proAccordion .item-title h4 {
  color: #2a2a2a;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
}
#proAccordion .item-title h4 span {
  margin-left: 5px;
}
#proAccordion .cardBox:last-child {
  border-bottom: none;
}
#proAccordion .cardBox .cardBox-header a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem;
  color: #5A5A5A;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s ease;
}
#proAccordion .cardBox .cardBox-header a:hover {
  background-color: rgba(195, 13, 35, 0.05);
}
#proAccordion .cardBox .cardBox-header a .pro-menu-title {
  flex: 1;
}
#proAccordion .cardBox .cardBox-header a.protitle::after {
  content: "\f285";
  font-family: "bootstrap-icons";
  font-size: 0.9rem;
  color: #ccc;
  transition: transform 0.2s ease;
}
#proAccordion .cardBox .cardBox-header a.protitle:not(.collapsed)::after {
  transform: rotate(90deg);
  color: #2a2a2a;
}
#proAccordion .cardBox .cardBox-header a:not(.protitle)::after {
  content: none;
}
#proAccordion .cardBox.active > .cardBox-header > a,
#proAccordion .cardBox .cardBox-header > a.active {
  color: #C30D23;
  font-weight: 600;
  background-color: rgba(195, 13, 35, 0.05);
}
#proAccordion .navList {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #eaeaea;
}
#proAccordion .navList li:last-child {
  border-bottom: none;
}
#proAccordion .navList li a {
  display: block;
  padding: 0.7rem 1rem 0.7rem 1.5rem;
  color: #5A5A5A;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
#proAccordion .navList li a:hover {
  background-color: rgba(195, 13, 35, 0.08);
  color: #C30D23;
}
#proAccordion .navList li.active > a {
  color: #C30D23;
  font-weight: 600;
  background-color: rgba(195, 13, 35, 0.1);
}
#proAccordion .icon_pic {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

#rightContentBox {
  order: 2;
  display: flex;
  flex-flow: column nowrap;
  padding: 0px 0 3rem;
  width: calc(100% - 260px - 20px);
  flex: 1;
}

.searchClass {
  position: relative;
  z-index: 2;
  padding: 0.5rem 0;
}
.searchClass .search-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #C30D23;
  border: none;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.searchClass .search-toggle span {
  color: #ffffff;
  font-size: 1rem;
}
.searchClass .search-toggle span i {
  margin-right: 0.5rem;
}
.searchClass .search-toggle i {
  color: #ffffff;
}
@media (min-width: 992px) {
  .searchClass .search-toggle {
    display: none;
  }
}
.searchClass .itembox.desktop-filter {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .searchClass .itembox.desktop-filter {
    display: flex;
  }
}
.searchClass .itembox.desktop-filter .main-filter {
  flex: 0 0 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 1.3rem;
}
.searchClass .itembox.desktop-filter .main-filter > * {
  flex: 1 1 100%;
  min-width: 0;
  color: #5A5A5A;
  font-size: 1rem;
}
.searchClass .itembox.desktop-filter .main-filter .category_select,
.searchClass .itembox.desktop-filter .main-filter .sub_category_select {
  flex: 1 1 calc(50% - 5px);
}
.searchClass .itembox.desktop-filter .main-filter .city_select,
.searchClass .itembox.desktop-filter .main-filter .town_select {
  flex: 1 1 calc(50% - 5px);
}
.searchClass .itembox.desktop-filter .main-filter select,
.searchClass .itembox.desktop-filter .main-filter input {
  height: 45px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 0 12px;
  background-color: #ffffff;
}
.searchClass .itembox.desktop-filter .main-filter select:focus,
.searchClass .itembox.desktop-filter .main-filter input:focus {
  outline: none;
  border-color: #C30D23;
  box-shadow: 0 0 0 2px rgba(195, 13, 35, 0.1);
}
.searchClass .itembox.desktop-filter .main-filter .submitBtn {
  background: #C30D23;
  width: 120px;
  flex: 0 0 120px;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}
.searchClass .itembox.desktop-filter .main-filter .submitBtn:hover {
  background: rgb(147.1875, 9.8125, 26.4182692308);
}
.searchClass .itembox.desktop-filter .main-filter .submitBtn i {
  margin-right: 5px;
}
@media (min-width: 576px) {
  .searchClass .itembox.desktop-filter .main-filter > * {
    flex: 1 1 calc(50% - 10px);
  }
  .searchClass .itembox.desktop-filter .main-filter .category_select,
  .searchClass .itembox.desktop-filter .main-filter .sub_category_select,
  .searchClass .itembox.desktop-filter .main-filter .city_select,
  .searchClass .itembox.desktop-filter .main-filter .town_select {
    flex: 1 1 calc(50% - 5px);
  }
}
@media (min-width: 992px) {
  .searchClass .itembox.desktop-filter .main-filter {
    flex-wrap: nowrap;
  }
  .searchClass .itembox.desktop-filter .main-filter .class-range {
    flex: 1 1 200px;
  }
  .searchClass .itembox.desktop-filter .main-filter .category_select, .searchClass .itembox.desktop-filter .main-filter .sub_category_select, .searchClass .itembox.desktop-filter .main-filter .city_select, .searchClass .itembox.desktop-filter .main-filter .town_select {
    flex: 1 1 0;
  }
  .searchClass .itembox.desktop-filter .main-filter > * {
    flex: 1 1 0;
  }
}

#sub_category_select[style*="display: none"],
#town_select[style*="display: none"] {
  display: none !important;
}

.sub-filter {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 0.5rem;
  justify-content: space-between;
}
.sub-filter .item ~ .item select {
  border-radius: 5px;
  border: 1px solid #eaeaea;
  padding: 5px;
}

.filter-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.filter-modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.filter-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 85vh;
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  z-index: 1050;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
.filter-modal.show {
  transform: translateY(0);
}
.filter-modal .filter-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}
.filter-modal .filter-modal-header h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2a2a2a;
}
.filter-modal .filter-modal-header h4 i {
  margin-right: 0.5rem;
  color: #C30D23;
}
.filter-modal .filter-modal-header .close-btn {
  background: none;
  border: none;
  font-size: 1.25rem;
  color: #999;
  cursor: pointer;
  padding: 0.25rem;
  line-height: 1;
}
.filter-modal .filter-modal-header .close-btn:hover {
  color: #2a2a2a;
}
.filter-modal .filter-modal-body {
  padding: 1rem 1.25rem;
  overflow-y: auto;
  flex: 1;
}
.filter-modal .filter-modal-body .filter-item {
  margin-bottom: 1rem;
}
.filter-modal .filter-modal-body .filter-item label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: #5A5A5A;
  margin-bottom: 0.5rem;
}
.filter-modal .filter-modal-body .filter-item .form-control {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 0 12px;
  font-size: 1rem;
  background-color: #ffffff;
}
.filter-modal .filter-modal-body .filter-item .form-control:focus {
  outline: none;
  border-color: #C30D23;
  box-shadow: 0 0 0 2px rgba(195, 13, 35, 0.1);
}
.filter-modal .filter-modal-footer {
  display: flex;
  gap: 10px;
  padding: 1rem 1.25rem;
  border-top: 1px solid #eee;
  flex-shrink: 0;
  background: #ffffff;
}
.filter-modal .filter-modal-footer .btn {
  flex: 1;
  height: 48px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.filter-modal .filter-modal-footer .btn-reset {
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #5A5A5A;
}
.filter-modal .filter-modal-footer .btn-reset:hover {
  background: #eee;
}
.filter-modal .filter-modal-footer .btn-search {
  background: #C30D23;
  border: none;
  color: #ffffff;
}
.filter-modal .filter-modal-footer .btn-search:hover {
  background: rgb(147.1875, 9.8125, 26.4182692308);
}

.proItemBox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.proItemBox .item {
  flex: 0 0 50%;
  padding: 12px;
  margin: 0 0 1rem;
  border: none;
  position: relative;
}
.proItemBox .item:hover {
  border: none;
  transform: translateY(0);
}
@media (min-width: 576px) {
  .proItemBox .item {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .proItemBox .item {
    flex: 0 0 33.333%;
  }
}
.proItemBox .item .img_container {
  position: relative;
  overflow: hidden;
}
.proItemBox .item .img_container::after {
  display: none;
}
.proItemBox .item .img_container .img {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  transition: all ease 0.5s;
  margin-bottom: 0;
}
.proItemBox .item .img_container .store_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.proItemBox .item .img_container .store_btn i {
  font-size: 1rem;
  color: #C30D23;
}
.proItemBox .item .img_container .store_btn:hover {
  background: #ffffff;
  transform: scale(1.1);
}
.proItemBox .item .img_container.addcart_area {
  position: absolute;
  left: 12px;
  top: 12px;
  width: calc(100% - 24px);
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.proItemBox .item .img_container.addcart_area a {
  width: 100%;
  height: 100%;
}
.proItemBox .item .img_container.addcart_area .store_btn {
  position: absolute;
  top: 50%;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  width: 100px;
  height: auto;
  padding: 5px;
  color: #ffffff;
  background-color: #2a2a2a;
}
.proItemBox .item:hover .img_container .img {
  transform: scale(1.1);
}
.proItemBox .item .textBox {
  padding: 0.75rem 0.25rem;
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
}
.proItemBox .item .textBox h3 {
  font-size: 1rem;
  width: 100%;
  font-weight: 300;
  color: #2a2a2a;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.proItemBox .item .textBox h3 a {
  color: #2a2a2a;
}
.proItemBox .item .textBox h3 a:hover {
  color: #C30D23;
}
@media (min-width: 992px) {
  .proItemBox .item .textBox h3 {
    font-size: 1.2rem;
    font-weight: 500;
  }
}
.proItemBox .item .textBox .priceBox {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: baseline;
  gap: 0.5rem;
}
.proItemBox .item .textBox .priceBox .originalPrice {
  font-size: 0.85rem;
  color: #999;
  text-decoration: line-through;
}
.proItemBox .item .textBox .priceBox .offerPrice {
  font-size: 1rem;
  color: #5A5A5A;
}
.proItemBox .item .textBox .priceBox .offerPrice .price {
  font-size: 1.4rem;
  color: #2a2a2a;
  font-weight: 600;
}
.proItemBox .item .textBox .addcarBox {
  display: none !important;
}

.proBrandZone .titleBrandBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.proBrandZone .titleBrandBox .leftBox {
  font-size: 0.9rem;
  color: #5A5A5A;
}

.productinfo .productIntroBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}
.productinfo .productIntroBox .proImgBox {
  flex: 1 0 100%;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .productinfo .productIntroBox .proImgBox {
    flex: 0 0 50%;
    width: 50%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .productinfo .productIntroBox .proImgBox {
    flex: 0 0 50%;
    width: 50%;
    padding: 0;
  }
}
.productinfo .productIntroBox .proInfoBox {
  flex: 1 0 calc(32% - 20px);
  background-color: #ffffff;
  order: 1;
  border-radius: 20px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .productinfo .productIntroBox .proInfoBox {
    order: 2;
  }
}
.productinfo .productIntroBox .proImgWrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .productinfo .productIntroBox .proImgWrapper {
    flex-direction: row;
    align-items: flex-start;
  }
}
.productinfo .productIntroBox .proImgWrapper .mainImgArea {
  flex: 1;
  order: 1;
  min-width: 0;
}
@media (min-width: 992px) {
  .productinfo .productIntroBox .proImgWrapper .mainImgArea {
    order: 1;
    flex: 1;
  }
}
.productinfo .productIntroBox .proImgWrapper .thumbArea {
  order: 2;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .productinfo .productIntroBox .proImgWrapper .thumbArea {
    order: 1;
    flex: 0 0 110px;
    width: 110px;
    max-height: 500px;
    overflow: hidden;
  }
}
.productinfo .productIntroBox .proImgWrapper .thumbArea .thumb-list {
  display: flex;
  flex-direction: row;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .productinfo .productIntroBox .proImgWrapper .thumbArea .thumb-list {
    flex-direction: column;
    overflow-x: visible;
    overflow-y: auto;
    max-height: 500px;
  }
  .productinfo .productIntroBox .proImgWrapper .thumbArea .thumb-list::-webkit-scrollbar {
    width: 4px;
  }
  .productinfo .productIntroBox .proImgWrapper .thumbArea .thumb-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
  }
  .productinfo .productIntroBox .proImgWrapper .thumbArea .thumb-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
  }
}
.productinfo .productIntroBox .proImgWrapper .thumbArea .thumb-list .item {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  overflow: hidden;
  border: 1px solid #eaeaea;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .productinfo .productIntroBox .proImgWrapper .thumbArea .thumb-list .item {
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
  }
}
.productinfo .productIntroBox .proImgWrapper .thumbArea .thumb-list .item:hover {
  opacity: 1;
}
.productinfo .productIntroBox .proImgWrapper .thumbArea .thumb-list .item.current {
  opacity: 1;
  border-color: #C30D23;
  border-width: 2px;
  border-style: solid;
}
.productinfo .productIntroBox .proImgWrapper .thumbArea .thumb-list .item .bgImg-responsive-12fBy12 {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  background-size: cover;
}
.productinfo .productIntroBox #carousel01 {
  margin-bottom: 8px;
}
.productinfo .productIntroBox #carousel02 {
  justify-content: flex-start;
}
.productinfo .productIntroBox #carousel02 .owl-stage-outer {
  width: auto;
}
.productinfo .productIntroBox #carousel02 .owl-stage {
  display: flex;
  justify-content: flex-start;
}
.productinfo .productIntroBox #carousel02 .owl-item {
  width: 100px !important;
  flex: 0 0 auto;
}
.productinfo .productIntroBox #carousel02 .item {
  width: 100px;
  height: 100px;
}
.productinfo .productIntroBox #carousel02 .item .bgImg-responsive-12fBy12 {
  width: 100%;
  padding-bottom: 100%;
}
.productinfo .productIntroBox .bgImg-responsive-12fBy12 {
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.productinfo .productIntroBox .img-s .bgImg-responsive-12fBy12 {
  background-color: #eaeaea;
}
.productinfo .productIntroBox .share {
  display: flex;
  justify-content: flex-end;
  gap: 0.3rem;
}
.productinfo .productIntroBox .share .love_btn,
.productinfo .productIntroBox .share .share_btn,
.productinfo .productIntroBox .share .store_btn {
  color: #5A5A5A;
  padding: 0.5rem;
  border: 1px solid transparent;
}
.productinfo .productIntroBox .share .love_btn.fill,
.productinfo .productIntroBox .share .share_btn.fill,
.productinfo .productIntroBox .share .store_btn.fill {
  color: #5A5A5A;
}
.productinfo .productIntroBox .share .love_btn i,
.productinfo .productIntroBox .share .share_btn i,
.productinfo .productIntroBox .share .store_btn i {
  font-size: 1.2rem;
}
.productinfo .class-tag-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.productinfo .class-tag-box .class-tag-item {
  display: inline-block;
  color: #5A5A5A;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.productinfo .proTitleBox {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1rem;
}
.productinfo .proTitleBox h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #2a2a2a;
  line-height: 1.4;
}
.productinfo .proTitleBox .num {
  font-size: 1rem;
  color: #5A5A5A;
}
.productinfo .proTitleBox .prod_tag {
  display: inline-block;
  font-size: 0.85rem;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  margin-left: 0.5rem;
}
.productinfo .proTitleBox .prod_tag.kol_tag {
  background-color: #ff7300;
  color: #ffffff;
}
.productinfo .proContentBox {
  flex: 1 0 100%;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .productinfo .proContentBox {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .productinfo .proContentBox {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
.productinfo .proinfoBox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.productinfo .proinfoBox .item {
  flex: 1 0 100%;
  padding-bottom: 0.5rem;
}
.productinfo .proinfoBox .item h4 {
  font-weight: normal;
  font-size: 1rem;
  color: #5A5A5A;
  margin: 0;
}
.productinfo .proinfoBox .item.prodesc {
  background-color: #f6f6f6;
  padding: 0.8rem 1rem;
  color: #2a2a2a;
  font-size: 1.1rem;
  position: relative;
}
.productinfo .specialZone {
  margin-bottom: 0.5rem;
}
.productinfo .specialZone .activityBox.sell .activity {
  display: inline-block;
  color: #C30D23;
  font-weight: 500;
  padding: 0.5rem 0;
}
.productinfo .contentBox {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.productinfo .contentBox p {
  color: #5A5A5A;
  margin-top: 1rem;
  line-height: 1.6;
}
.productinfo .bottomBox .priceBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.productinfo .bottomBox .amountBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.productinfo .bottomBox .amountBox .originalPrice {
  display: inline-block;
  color: #5A5A5A;
  font-weight: 300;
  text-decoration: line-through;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.productinfo .bottomBox .amountBox .offerPrice {
  font-size: 1.2rem;
  color: #2a2a2a;
}
.productinfo .bottomBox .amountBox .offerPrice .price {
  font-size: 2.4rem;
  font-weight: 600;
  margin-left: 5px;
}
@media (min-width: 992px) {
  .productinfo .bottomBox .amountBox .offerPrice .price {
    font-size: 3rem;
  }
}
.productinfo .bottomBox .couponBox {
  margin-top: 1rem;
}
.productinfo .bottomBox .couponBox a {
  display: inline-block;
  background-color: #2a2a2a;
  color: #ffffff;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.productinfo .bottomBox .couponBox a:hover {
  background-color: rgb(16.5, 16.5, 16.5);
}
@media (min-width: 992px) {
  .productinfo .bottomBox .couponBox {
    margin-top: 0;
    margin-left: 1rem;
  }
}
.productinfo .activityBox {
  margin-bottom: 0.5rem;
}
.productinfo .activityBox .activity {
  color: #5A5A5A;
}
.productinfo .activityBox .activity .selectTitle {
  font-weight: 500;
  color: #2a2a2a;
}
.productinfo .activityBox .activity.format {
  margin-bottom: 0.5rem;
}
.productinfo .activityBox .activity.mark {
  color: #C30D23;
  background-color: transparent;
  font-size: 0.9rem;
}
.productinfo .format-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.productinfo .format-items span label {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #ffffff;
  color: #2a2a2a;
}
.productinfo .format-items span label:hover {
  border-color: #C30D23;
  color: #C30D23;
}
.productinfo .format-items span label.ui-state-active {
  border-color: #C30D23;
  color: #C30D23;
  background-color: rgba(195, 13, 35, 0.05);
}
.productinfo .format-items span input[type=radio]:checked + label,
.productinfo .format-items span input[type=radio]:checked ~ label {
  border-color: #C30D23;
  color: #C30D23;
  background-color: rgba(195, 13, 35, 0.05);
}
.productinfo .format-items span input[type=radio] {
  display: none;
}
.productinfo .format-checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.productinfo .format-checkbox-list .format-checkbox-item {
  border-bottom: 1px solid #eaeaea;
}
.productinfo .format-checkbox-list .format-checkbox-item.active .format-checkbox-label .checkmark {
  background-color: #C30D23;
  border-color: #C30D23;
}
.productinfo .format-checkbox-list .format-checkbox-item.active .format-checkbox-label .checkmark::after {
  display: block;
}
.productinfo .format-checkbox-list .format-checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.productinfo .format-checkbox-list .format-checkbox-label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.productinfo .format-checkbox-list .format-checkbox-label .checkmark {
  position: relative;
  height: 22px;
  width: 22px;
  min-width: 22px;
  background-color: #ffffff;
  border: 2px solid #ddd;
  border-radius: 4px;
  margin-right: 0.75rem;
  transition: all 0.2s ease;
}
.productinfo .format-checkbox-list .format-checkbox-label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.productinfo .format-checkbox-list .format-checkbox-label .format-title {
  flex: 1;
  color: #2a2a2a;
  font-size: 1.125rem;
  line-height: 1.4;
}
.productinfo .format-checkbox-list .format-checkbox-label .format-price {
  color: #5A5A5A;
  font-size: 1.125rem;
  white-space: nowrap;
  margin-left: 1rem;
}
.productinfo .format-checkbox-list .format-checkbox-label:hover .checkmark {
  border-color: #C30D23;
}
.productinfo .amount-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
}
.productinfo .amount-item .spinnerBox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.productinfo .amount-item .spinnerBox p {
  margin: 0;
  color: #5A5A5A;
}
.productinfo .amount-item .spinnerBox .spinner {
  display: flex;
  align-items: center;
}
.productinfo .amount-item .spinnerBox .spinner .btn {
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.productinfo .amount-item .spinnerBox .spinner .btn:hover {
  background: #f5f5f5;
}
.productinfo .amount-item .spinnerBox .spinner input.count {
  width: 60px;
  height: 36px;
  text-align: center;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
.productinfo .amount-item .bankStagingBox p {
  margin: 0;
  color: #5A5A5A;
}
.productinfo .cartBoxFixed {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  flex-wrap: wrap;
  gap: 5px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .productinfo .cartBoxFixed {
    position: relative;
    box-shadow: none;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
  }
}
.productinfo .cartBoxFixed .addCartBox, .productinfo .cartBoxFixed .shoppingBox {
  flex: 1;
}
.productinfo .cartBoxFixed .addCartBox a {
  background-color: #ffffff;
  color: #2a2a2a;
  padding: 0.6rem;
  border: 1px solid #2a2a2a;
}
.productinfo .cartBoxFixed .addCartBox a:hover {
  background-color: #C30D23;
  border: 1px solid #C30D23;
  color: #ffffff;
}
.productinfo .cartBoxFixed .addCartBox a.cartButton4 {
  background-color: #2a2a2a;
  color: #ffffff;
  border: none;
}
.productinfo .cartBoxFixed .addCartBox a.cartButton4:hover {
  background-color: rgb(16.5, 16.5, 16.5);
}
.productinfo .cartBoxFixed .shoppingBox a {
  background-color: #2a2a2a;
  color: #ffffff;
  width: 100%;
  border: 1px solid #C30D23;
  padding: 0.6rem;
}
.productinfo .cartBoxFixed .shoppingBox a:hover {
  background-color: rgb(147.1875, 9.8125, 26.4182692308);
}
.productinfo .cartBoxFixed .shoppingBox a.btn-disabled, .productinfo .cartBoxFixed .shoppingBox a[disabled] {
  background-color: #ccc;
  border-color: #ccc;
  color: #999;
  cursor: not-allowed;
  pointer-events: none;
}
.productinfo .cartBoxFixed .shoppingBox a.btn-disabled:hover, .productinfo .cartBoxFixed .shoppingBox a[disabled]:hover {
  background-color: #ccc;
}
.productinfo .proPreparationBox {
  text-align: center;
  margin-bottom: 1rem;
}
.productinfo .proPreparationBox p {
  color: #5A5A5A;
  margin-bottom: 1rem;
}
.productinfo .proPreparationBox .sayButton {
  display: flex;
  justify-content: center;
  background-color: #C30D23;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.productinfo .proPreparationBox .sayButton:hover {
  background-color: rgb(147.1875, 9.8125, 26.4182692308);
}
.productinfo .labelBox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.productinfo .labelBox span {
  padding: 0 0.5rem;
  font-size: 0.9rem;
  color: #5A5A5A;
  position: relative;
}
.productinfo .labelBox span::before {
  content: "#";
}
.productinfo .suggestProductBox {
  width: 100%;
  margin-top: 2rem;
}
.productinfo .suggestProductBox .titleBox {
  margin-bottom: 1.5rem;
  text-align: center;
}
.productinfo .suggestProductBox .titleBox .title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #2a2a2a;
}
.productinfo .suggestProductBox .titleBox .title .accent {
  color: #2a2a2a;
}
.productinfo .suggestProductBox .suggest-carousel-wrapper {
  position: relative;
}
.productinfo .suggestProductBox .suggest-carousel-wrapper .carouselNav a {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  width: 40px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
.productinfo .suggestProductBox .suggest-carousel-wrapper .carouselNav a i {
  color: #ffffff;
  font-size: 1.2rem;
}
.productinfo .suggestProductBox .suggest-carousel-wrapper .carouselNav a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.productinfo .suggestProductBox .suggest-carousel-wrapper .carouselNav a.prev {
  left: 0;
}
.productinfo .suggestProductBox .suggest-carousel-wrapper .carouselNav a.next {
  right: 0;
}
.productinfo .suggestProductBox .suggest-owl-carousel .owl-nav {
  display: none;
}
.productinfo .suggestProductBox .suggest-owl-carousel .item a {
  display: block;
  text-decoration: none;
}
.productinfo .suggestProductBox .suggest-owl-carousel .item a .bgImg {
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 0.5rem;
}
.productinfo .suggestProductBox .suggest-owl-carousel .item a h4 {
  color: #2a2a2a;
  font-weight: 400;
  font-size: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.productinfo .tabRow {
  width: 100%;
  margin-top: 2rem;
}
.productinfo .tabRow .tabBox .tabNavBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #2a2a2a;
  margin-bottom: 1.5rem;
}
.productinfo .tabRow .tabBox .tabNavBox li {
  position: relative;
}
.productinfo .tabRow .tabBox .tabNavBox li a {
  display: block;
  padding: 1rem 1.4rem;
  color: #5A5A5A;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-align: center;
}
.productinfo .tabRow .tabBox .tabNavBox li a:hover {
  color: #C30D23;
}
.productinfo .tabRow .tabBox .tabNavBox li a.active {
  color: #C30D23;
  font-weight: 600;
}
.productinfo .tabRow .tabBox .tabNavBox li a.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #C30D23;
}
.productinfo .tabRow .tabBox .tab-bottom {
  display: none;
}
.productinfo .tabRow .tabBox .tabcontent {
  display: none;
  padding: 1rem 0;
  color: #5A5A5A;
  line-height: 1.8;
}
.productinfo .tabRow .tabBox .tabcontent#tab1 {
  display: block;
}
.productinfo .tabRow .tabBox .tabcontent img {
  max-width: 100%;
  height: auto;
}
.productinfo .tabRow .tabBox .tabcontent .loginQa {
  margin-top: 1.5rem;
}
.productinfo .tabRow .tabBox .tabcontent .loginQa textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0.75rem;
  resize: vertical;
  min-height: 100px;
}
.productinfo .tabRow .tabBox .tabcontent .loginQa textarea:focus {
  outline: none;
  border-color: #C30D23;
}
.productinfo .basic-info-card {
  width: 100%;
  margin-top: 2rem;
}
.productinfo .basic-info-card .info-section {
  width: 100%;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 1rem;
  border-radius: 15px;
}
.productinfo .basic-info-card .info-section .info-title {
  position: relative;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eaeaea;
}
.productinfo .basic-info-card .info-section .info-title h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2a2a2a;
  padding-bottom: 5px;
  margin: 0;
}
.productinfo .basic-info-card .info-section .info-content {
  color: #5A5A5A;
  line-height: 1.8;
  font-size: 1rem;
}
.productinfo .basic-info-card .info-section .info-content.collapsible {
  position: relative;
  max-height: 400px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.productinfo .basic-info-card .info-section .info-content.collapsible::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, transparent, #ffffff);
  pointer-events: none;
}
.productinfo .basic-info-card .info-section .info-content.collapsible.expanded {
  max-height: none;
}
.productinfo .basic-info-card .info-section .info-content.collapsible.expanded::after {
  display: none;
}
.productinfo .basic-info-card .info-section .info-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1rem 0;
}
.productinfo .basic-info-card .info-section .info-content iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.productinfo .basic-info-card .info-section .info-content ul, .productinfo .basic-info-card .info-section .info-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.productinfo .basic-info-card .info-section .info-content ul li, .productinfo .basic-info-card .info-section .info-content ol li {
  margin-bottom: 0.5rem;
}
.productinfo .basic-info-card .info-section .info-content p {
  margin-bottom: 1rem;
}
.productinfo .basic-info-card .info-section .show-more-btn {
  text-align: center;
  padding: 1rem 0;
  border-top: 1px solid #eee;
  margin-top: 1rem;
}
.productinfo .basic-info-card .info-section .show-more-btn span {
  color: #2a2a2a;
  cursor: pointer;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
}
.productinfo .basic-info-card .info-section .show-more-btn span:hover {
  color: rgb(16.5, 16.5, 16.5);
}
.productinfo .basic-info-card .info-section .show-more-btn span i {
  font-size: 0.85rem;
}

.askpriceModel .modal-content,
.askpriceOkModel .modal-content {
  border-radius: 10px;
  overflow: hidden;
}
.askpriceModel .modal-content .close,
.askpriceOkModel .modal-content .close {
  font-size: 2rem;
  padding: 0.5rem 1rem;
}
.askpriceModel .modal-content .modal-header,
.askpriceOkModel .modal-content .modal-header {
  border-bottom: none;
  padding: 0;
}
.askpriceModel .modal-content .modal-header .modal-title,
.askpriceOkModel .modal-content .modal-header .modal-title {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  padding-top: 1rem;
}
.askpriceModel .modal-content .modal-body,
.askpriceOkModel .modal-content .modal-body {
  padding: 1rem 1.5rem 2rem;
}
.askpriceModel .modal-content .modal-body .ask_price_content,
.askpriceOkModel .modal-content .modal-body .ask_price_content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.askpriceModel .modal-content .modal-body .ask_price_content .pic,
.askpriceOkModel .modal-content .modal-body .ask_price_content .pic {
  flex: 0 0 100px;
}
.askpriceModel .modal-content .modal-body .ask_price_content .pic img,
.askpriceOkModel .modal-content .modal-body .ask_price_content .pic img {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.askpriceModel .modal-content .modal-body .ask_price_content .text,
.askpriceOkModel .modal-content .modal-body .ask_price_content .text {
  flex: 1;
  padding-left: 1rem;
}
.askpriceModel .modal-content .modal-body .ask_price_content .text h3,
.askpriceOkModel .modal-content .modal-body .ask_price_content .text h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.askpriceModel .modal-content .modal-body .ask_price_content .text .askpriceModel_product_num,
.askpriceOkModel .modal-content .modal-body .ask_price_content .text .askpriceModel_product_num {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.askpriceModel .modal-content .modal-body .ask_price_content .text .askpriceModel_product_num input,
.askpriceOkModel .modal-content .modal-body .ask_price_content .text .askpriceModel_product_num input {
  width: 80px;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.askpriceModel .modal-content .modal-body .askprice_order,
.askpriceOkModel .modal-content .modal-body .askprice_order {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.askpriceModel .modal-content .modal-body .askprice_order .name,
.askpriceOkModel .modal-content .modal-body .askprice_order .name {
  font-weight: 500;
}
.askpriceModel .modal-content .modal-body .askprice_order .price,
.askpriceOkModel .modal-content .modal-body .askprice_order .price {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.askpriceModel .modal-content .modal-body .form-group,
.askpriceOkModel .modal-content .modal-body .form-group {
  margin-bottom: 1rem;
}
.askpriceModel .modal-content .modal-body .form-group label,
.askpriceOkModel .modal-content .modal-body .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.askpriceModel .modal-content .modal-body .form-group textarea,
.askpriceOkModel .modal-content .modal-body .form-group textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0.75rem;
}
.askpriceModel .modal-content .modal-body .addCartBox,
.askpriceOkModel .modal-content .modal-body .addCartBox {
  text-align: center;
}
.askpriceModel .modal-content .modal-body .addCartBox .cartButton4,
.askpriceOkModel .modal-content .modal-body .addCartBox .cartButton4 {
  display: inline-block;
  background-color: #C30D23;
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.askpriceModel .modal-content .modal-body .addCartBox .cartButton4:hover,
.askpriceOkModel .modal-content .modal-body .addCartBox .cartButton4:hover {
  background-color: rgb(147.1875, 9.8125, 26.4182692308);
}

.datetime-selector-box {
  margin-bottom: 2rem;
}
.datetime-selector-box .datetime-selector {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.datetime-selector-box .datetime-selector:hover {
  background: #f0f0f0;
  border-color: #2a2a2a;
}
.datetime-selector-box .datetime-selector i:first-child {
  color: #2a2a2a;
  font-size: 1.2rem;
}
.datetime-selector-box .datetime-selector span {
  flex: 1;
  color: #2a2a2a;
}
.datetime-selector-box .datetime-selector i:last-child {
  color: #999;
}

.datetime-hint-box {
  margin-bottom: 1.5rem;
}
.datetime-hint-box .datetime-hint {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 15px;
  background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
  border: 1px solid #ffc107;
  border-radius: 8px;
  color: #856404;
  font-size: 0.95rem;
  margin: 0;
}
.datetime-hint-box .datetime-hint i {
  font-size: 1.1rem;
  color: #f57c00;
}

.datetimeModal .modal-dialog {
  max-width: 400px;
}
.datetimeModal .modal-content {
  border-radius: 12px;
  overflow: hidden;
}
.datetimeModal .modal-header {
  border-bottom: 1px solid #eee;
  padding: 15px 20px;
}
.datetimeModal .modal-header .modal-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2a2a2a;
}
.datetimeModal .modal-header .close {
  font-size: 1.5rem;
  opacity: 0.5;
}
.datetimeModal .modal-header .close:hover {
  opacity: 1;
}
.datetimeModal .modal-body {
  padding: 20px;
  max-height: 60vh;
  overflow-y: auto;
}
.datetimeModal .datetime-section {
  margin-bottom: 20px;
}
.datetimeModal .datetime-section .section-title {
  font-size: 0.95rem;
  font-weight: 500;
  color: #2a2a2a;
  margin-bottom: 15px;
}
.datetimeModal .calendar-container .calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.datetimeModal .calendar-container .calendar-header .btn-nav {
  background: none;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  color: #666;
}
.datetimeModal .calendar-container .calendar-header .btn-nav:hover {
  color: #2a2a2a;
}
.datetimeModal .calendar-container .calendar-header .current-month {
  font-weight: 500;
  color: #2a2a2a;
}
.datetimeModal .calendar-container .calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  margin-bottom: 10px;
}
.datetimeModal .calendar-container .calendar-weekdays span {
  padding: 8px 0;
  font-size: 0.85rem;
  color: #999;
}
.datetimeModal .calendar-container .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.datetimeModal .calendar-container .calendar-days .day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}
.datetimeModal .calendar-container .calendar-days .day:hover:not(.disabled):not(.empty) {
  background: rgba(42, 42, 42, 0.1);
}
.datetimeModal .calendar-container .calendar-days .day.today {
  color: #2a2a2a;
  font-weight: 600;
}
.datetimeModal .calendar-container .calendar-days .day.selected {
  background: #2a2a2a;
  color: #fff;
}
.datetimeModal .calendar-container .calendar-days .day.has-slots {
  position: relative;
  font-weight: bold;
}
.datetimeModal .calendar-container .calendar-days .day.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.datetimeModal .calendar-container .calendar-days .day.empty {
  cursor: default;
}
.datetimeModal .time-group {
  margin-bottom: 15px;
}
.datetimeModal .time-group .time-group-title {
  font-size: 0.9rem;
  color: #5A5A5A;
  margin-bottom: 10px;
}
.datetimeModal .time-group .time-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.datetimeModal .time-group .time-slots .time-slot {
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  min-width: 80px;
}
.datetimeModal .time-group .time-slots .time-slot .time {
  font-size: 0.95rem;
  color: #2a2a2a;
  display: block;
}
.datetimeModal .time-group .time-slots .time-slot .remaining {
  font-size: 0.75rem;
  color: #999;
  display: block;
  margin-top: 3px;
}
.datetimeModal .time-group .time-slots .time-slot:hover:not(.disabled) {
  border-color: #2a2a2a;
  background: rgba(42, 42, 42, 0.05);
}
.datetimeModal .time-group .time-slots .time-slot.selected {
  border-color: #2a2a2a;
  background: rgba(42, 42, 42, 0.1);
}
.datetimeModal .time-group .time-slots .time-slot.selected .time {
  color: #2a2a2a;
  font-weight: 500;
}
.datetimeModal .time-group .time-slots .time-slot.disabled {
  background: #f5f5f5;
  cursor: not-allowed;
}
.datetimeModal .time-group .time-slots .time-slot.disabled .time, .datetimeModal .time-group .time-slots .time-slot.disabled .remaining {
  color: #ccc;
}
.datetimeModal .modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-top: 1px solid #eee;
  background: #fafafa;
}
.datetimeModal .modal-footer .datetime-summary .selected-info {
  font-size: 0.9rem;
  color: #2a2a2a;
}
.datetimeModal .modal-footer .datetime-summary .selected-price {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2a2a2a;
  margin-top: 3px;
}
.datetimeModal .modal-footer .btn-confirm {
  background: #2a2a2a;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}
.datetimeModal .modal-footer .btn-confirm:hover:not(:disabled) {
  background: rgb(16.5, 16.5, 16.5);
}
.datetimeModal .modal-footer .btn-confirm:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.cart-items h4, .cart-form h4 {
  background-color: #eaeaea;
  color: #2a2a2a;
  font-size: 1.25rem;
  font-weight: 400;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px 20px;
}

.confirm-btn, .send-btn {
  background-color: #C30D23;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  padding: 0.6rem;
}

.form-box {
  padding: 1rem;
}

.confirmModal .modal-header {
  border-bottom: none;
  padding: 0;
}
.confirmModal .modal-title {
  font-size: 1.4rem;
  text-align: center;
}
.confirmModal .all-box h3 {
  font-size: 1.125rem;
}
.confirmModal .all-box .detail {
  font-size: 85%;
}
.confirmModal .all-box .total {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.confirmModal .all-box .cart-list {
  border: 1px solid #eaeaea;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.confirmModal .all-box .cart-list .img {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
}

.activityLabel a {
  font-size: 1rem;
  background-color: #C30D23;
  color: #ffffff !important;
  padding: 5px;
  font-weight: normal;
}
.activityLabel a:hover {
  color: #ffffff !important;
  background-color: #2a2a2a;
}

.table-ans {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.table-ans thead {
  background-color: #2a2a2a;
}
.table-ans thead th {
  padding: 0.75rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #2a2a2a;
  border: 1px solid #dee2e6;
  text-align: left;
}
.table-ans tbody tr {
  border-bottom: 1px solid #dee2e6;
}
.table-ans tbody tr th {
  background-color: #f8f9fa;
  padding: 0.75rem;
  font-weight: 500;
  color: #5A5A5A;
  border: 1px solid #dee2e6;
  vertical-align: top;
}
.table-ans tbody tr td {
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  vertical-align: top;
  color: #2a2a2a;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .table-ans {
    display: block;
    border: none;
  }
  .table-ans thead {
    display: none;
  }
  .table-ans tbody {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .table-ans tbody > template, .table-ans tbody > tr:first-of-type {
    display: block;
  }
  .table-ans tbody tr {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
  .table-ans tbody tr:nth-child(odd) {
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
  }
  .table-ans tbody tr:nth-child(odd) th {
    background-color: #2a2a2a;
    color: #ffffff;
    border: none;
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
    text-align: center;
    width: auto;
  }
  .table-ans tbody tr:nth-child(odd) td {
    padding: 1rem;
    border: none;
    border-bottom: 1px solid #eee;
  }
  .table-ans tbody tr:nth-child(odd) td:last-child {
    font-size: 0.8rem;
    color: #5A5A5A;
    padding: 0.5rem 1rem;
    background-color: #fafafa;
    text-align: right;
  }
  .table-ans tbody tr:nth-child(even) {
    border-top: none;
    border-radius: 0 0 10px 10px;
    margin-bottom: 1rem;
  }
  .table-ans tbody tr:nth-child(even) th {
    background-color: #f0f0f0;
    color: #5A5A5A;
    border: none;
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
    text-align: center;
    width: auto;
  }
  .table-ans tbody tr:nth-child(even) td {
    padding: 1rem;
    border: none;
    border-bottom: 1px solid #eee;
  }
  .table-ans tbody tr:nth-child(even) td:last-child {
    font-size: 0.8rem;
    color: #5A5A5A;
    padding: 0.5rem 1rem;
    background-color: #fafafa;
    text-align: right;
  }
  .table-ans tbody tr th, .table-ans tbody tr td {
    display: block;
    width: 100%;
    border: none;
  }
}

.qa-card-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.qa-card-list .qa-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.qa-card-list .qa-card .qa-question .qa-label {
  background-color: #2a2a2a;
  color: #ffffff;
  padding: 0.6rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qa-card-list .qa-card .qa-question .qa-label .qa-date {
  font-size: 0.75rem;
  opacity: 0.8;
}
.qa-card-list .qa-card .qa-question .qa-content {
  padding: 1rem;
  color: #2a2a2a;
  line-height: 1.6;
}
.qa-card-list .qa-card .qa-answer {
  border-top: 1px solid #eee;
}
.qa-card-list .qa-card .qa-answer .qa-label {
  background-color: #f5f5f5;
  color: #5A5A5A;
  padding: 0.6rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qa-card-list .qa-card .qa-answer .qa-label .qa-date {
  font-size: 0.75rem;
}
.qa-card-list .qa-card .qa-answer .qa-content {
  padding: 1rem;
  color: #2a2a2a;
  line-height: 1.6;
  background-color: #fafafa;
}

#tab_qa .text-muted {
  color: #5A5A5A;
  font-size: 1rem;
}

.popularProBranch {
  width: 100%;
  padding-top: 1rem;
}
.popularProBranch .togo {
  display: block;
  padding: 0.5rem 1rem;
  text-align: center;
  background-color: #C30D23;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.popularProBranch .togo:hover {
  background-color: rgb(147.1875, 9.8125, 26.4182692308);
}
.popularProBranch .togo i {
  margin-left: 0.5rem;
}

.aboutUsBox {
  position: relative;
  z-index: 5;
}
.aboutUsBox .tabNavBox {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 1rem;
}
.aboutUsBox .tabNavBox li a {
  padding: 0.5rem 1rem;
  display: block;
  background: #2a2a2a;
  color: #ffffff;
  border-radius: 0.5rem 0.5rem 0 0;
}
.aboutUsBox .tabNavBox li.active a {
  background: #C30D23;
  color: #ffffff;
}
.aboutUsBox .tabContent {
  padding: 15px;
  margin-bottom: 3rem;
}

/* news start 最新消息 */
.newsList {
  padding: 0.5rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.newsList .list {
  padding: 0 15px;
  margin-bottom: 1rem;
}
.newsList .list .img {
  padding-top: 68%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 8px;
  margin-bottom: 0.8rem;
}
.newsList .list .time {
  flex: 0 0 100px;
  color: #5A5A5A;
  text-align: right;
  margin-bottom: 1rem;
}
.newsList .list h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #2a2a2a;
}
.newsList .list p {
  color: #5A5A5A;
}

.newsIntroBox .title {
  color: #2a2a2a;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.newsIntroBox .time {
  color: #5A5A5A;
  margin-bottom: 1rem;
  text-align: right;
  display: block;
}
.newsIntroBox .content {
  color: #5A5A5A;
  min-height: 300px;
  margin-bottom: 2rem;
}

/* news end */
/* 常見問題 */
.QaForm {
  display: flex;
  width: 360px;
  margin-bottom: 1.5rem;
}
.QaForm input {
  border: 1px solid #ccc;
  padding: 0.6rem;
  width: 100%;
  border-radius: 5px 0 0 5px;
}
.QaForm button {
  background-color: #2a2a2a;
  color: #ffffff;
  border: none;
  width: 40px;
  border-radius: 0 5px 5px 0;
}

.question .item {
  display: flex;
  align-items: flex-start;
  color: #2a2a2a;
  font-size: 1.1rem;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  padding: 0.8rem;
  margin-bottom: 0.5rem;
}
.question .text {
  margin-left: 1rem;
  width: calc(100% - 1rem);
  font-size: 1.25rem;
}

.qaIcon {
  display: block;
  width: 40px;
  color: #2a2a2a;
  margin-right: 1rem;
}

.ans {
  display: flex;
  padding-left: 2rem;
  background: #ffffff;
  color: #2a2a2a;
  border-radius: 1rem;
}
.ans .text {
  color: #2a2a2a;
  padding: 0.8rem;
}

.liveList {
  width: 100%;
}

.liveItemBox {
  width: 100%;
  margin-bottom: 2rem;
  justify-content: space-between;
}
.liveItemBox .imgbox {
  flex: 0 0 100%;
  margin-bottom: 1rem;
}
.liveItemBox .imgbox .img {
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1200px) {
  .liveItemBox .imgbox {
    flex: 0 0 30%;
    order: 1;
  }
}
.liveItemBox .contentBetween {
  flex: 0 0 100%;
}
@media (min-width: 1200px) {
  .liveItemBox .contentBetween {
    flex: 0 0 65%;
  }
}
.liveItemBox .contentBetween .liveTitleEllipsis {
  font-size: 1.6rem;
  color: #2a2a2a;
}
.liveItemBox .contentBetween .btn {
  background-color: #2a2a2a;
  color: #ffffff;
}
.liveItemBox .contentBetween .time {
  margin-bottom: 1rem;
}
.liveItemBox .contentBetween .text {
  line-height: 1.5;
  margin-bottom: 2rem;
}

.strongholdBox .tabNavBox {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 1rem;
}
.strongholdBox .tabNavBox li.active a {
  background-color: #C30D23;
  color: #ffffff;
}
.strongholdBox .tabNavBox li a {
  padding: 0.5rem 1rem;
  display: block;
  background: #2a2a2a;
  color: #ffffff;
  border-radius: 0.5rem 0.5rem 0 0;
}/*# sourceMappingURL=all.css.map */