@charset "UTF-8";
/*049*/
:root {
  --mc1RGB:47 119 99;/*#2f7763*/
  --mc2RGB:44 44 44;/*#2C2C2C*/
  --main-color1: rgb(var(--mc1RGB));
  --main-color2: rgb(var(--mc2RGB));
  --sw: #E3E3E3;
  --gray: #888888;
  --bg-gray: #F2F2F2;
  --border: #C6C6C6;
  --text-indark: #ffffff;
  --text-inlight: #4D4D4D;
  --text-inC1: var(--text-indark);
  --text-inC2: var(--text-indark);

  --text-about: 'FURNITURE';

  --tt3d: translate3d(-50%, 50%, 0);
  --svg-toggler: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  --svg-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 48 48'%3E%3Cpath stroke='%23333' stroke-linejoin='round' stroke-width='4' d='M21 38a17 17 0 1 0 0-34 17 17 0 0 0 0 34Z'/%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M26.7 14.3a8 8 0 0 0-11.4 0M33.2 33.2l8.5 8.5'/%3E%3C/svg%3E");
  --svg-mail:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 48 48'%3E%3Cpath stroke='%23333' stroke-linejoin='round' stroke-width='4' d='M4 39h40V9H4v30Z'/%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m4 9 20 15L44 9'/%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M24 9H4v15M44 24V9H24'/%3E%3C/svg%3E");

  --bs-font-sans-serif: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --title-font: "Noto Sans TC", "Microsoft JhengHei";
  --bngt: #1E1F2E;

  --min-size: 16;
  --max-size: 28;

  --bs-gutter-x: 7.8%;
  /*
  code by muki.tw:
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
    */
}
/* html tag */
html[lang=en] {
  --title-font: "Poppins";
  --bs-font-sans-serif: Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body {
  --header-height: 80px;
  padding-top: var(--header-height);
  color: var(--text-inlight);
  /* word-break: break-all; */
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: var(--title-font), Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h1, h2, h3 {color: var(--main-color2);}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.FCC {
  display: flex;
  align-items: center;
  justify-content: center;
}
.br {
  border-radius: 0.5rem;
}
button, select {
  background-color: transparent;
  border: 1px solid var(--border);
  color: inherit;
}
/* Common name */
.heading {
  font-weight: bold;
  color: var(--main-color2)
}
html[lang=en] .heading {
  font-size: 2rem;
  text-transform: uppercase;
}
.container-fluid.alugn-gutter {
  --bs-gutter-x: 15.6%;
}
.box-shadow {box-shadow: 0 0 10px 6px var(--sw);}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  /* border-radius: 0.25rem; */
  border-radius: 3rem;
  transition: .3s ease;
  transition-property: background-color, color;
  background-color: var(--main-color1);
  color: var(--text-inC1);
}
.btn:hover {
  background-color: transparent;
  border-color: var(--main-color1);
  color: var(--main-color1);
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled {
  pointer-events: none;
}
.collapse:not(.show) {
  display: none !important;
}
.effebtn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  height: 3rem;
}
.effebtn .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: var(--main-color1);
  border-radius: 1.625rem;
}
.effebtn:hover .circle {width: 100%;}
.effebtn .circle .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.effebtn:hover .circle .arrow {
  transform: translate(1rem, 0);
}
.effebtn .circle .arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.selected .effebtn .circle .arrow::before {
  top: -0.45rem;
  right: -0.3375rem;
  width: 1.025rem;
  transform: rotate(135deg);
}
.effebtn .btn-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  padding: 0.75rem 2.5rem 0.75rem 3.25rem;
  text-align: right;
  z-index: 1;
  display: inline-block;
}
.effebtn:hover .btn-text { color: var(--text-inC1);}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.icon_globe {
  -webkit-mask: url('data:image/svg+xml;charset=utf8,%3Csvg width="22" height="23" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M11 21.633C16.5228 21.633 21 17.0141 21 11.3165C21 5.61885 16.5228 1 11 1C5.47715 1 1 5.61885 1 11.3165C1 17.0141 5.47715 21.633 11 21.633Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M1 11.3165H21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M10.9999 1C13.5012 3.82502 14.9226 7.49116 14.9999 11.3165C14.9226 15.1418 13.5012 18.8079 10.9999 21.633C8.4986 18.8079 7.07713 15.1418 6.99988 11.3165C7.07713 7.49116 8.4986 3.82502 10.9999 1Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') no-repeat center;
}
.icon_search {
  -webkit-mask: var(--svg-search) no-repeat center;
}
.icon_lock {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 14.5v2M7 10H17M7 10c-.6 0-1 .1-1.4.3a3 3 0 0 0-1.3 1.3c-.3.7-.3 1.5-.3 3.2v1.4c0 1.7 0 2.5.3 3.2.3.5.8 1 1.3 1.3.7.3 1.5.3 3.2.3h6.4c1.7 0 2.5 0 3.2-.3a3 3 0 0 0 1.3-1.3c.3-.7.3-1.5.3-3.2v-1.4c0-1.7 0-2.5-.3-3.2a3 3 0 0 0-1.3-1.3c-.4-.2-.8-.2-1.4-.3M7 10V8a5 5 0 0 1 10 0v2'/%3E%3C/svg%3E") no-repeat center;
}
.icon_cart {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 48 48'%3E%3Cpath d='M39 32H13L8 12h36l-5 20Z'/%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M3 6h4l1 6m0 0 5 20h26l5-20H8Z'/%3E%3Ccircle cx='13' cy='39' r='3' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'/%3E%3Ccircle cx='39' cy='39' r='3' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'/%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M22 22h8M26 26v-8'/%3E%3C/svg%3E") no-repeat center;
}
.icon_mail {
  -webkit-mask: var(--svg-mail) no-repeat center;
}
.icon_close {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 48 48'%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m42 42-9-9M6 6l9 9-9-9ZM6 42l9-9M42 6l-9 9 9-9ZM24 29a5 5 0 1 0 0-10 5 5 0 0 0 0 10Z'/%3E%3C/svg%3E") no-repeat center;
}
.icon_user {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 48 48'%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M24 44a20 20 0 1 0 0-40 20 20 0 0 0 0 40Z' clip-rule='evenodd'/%3E%3Cpath stroke='%23333' stroke-linejoin='round' stroke-width='4' d='M24 23a5 5 0 1 0 0-10 5 5 0 0 0 0 10Z'/%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M10 38c0-5 5-9 10-9h8c5 0 10 4 10 9'/%3E%3C/svg%3E") no-repeat center;
}
.icon {
  display: inline-block;
  background-color: var(--main-color2);
  width: 22px;
  height: 22px;
  -webkit-mask-size: 22px;
  vertical-align: calc(1rem - 22px);
  transition: background-color 0.2s ease;
}
.icon:hover {background-color: var(--main-color1);}
a:hover > .icon {background-color: var(--main-color1);}
a svg path {transition: fill 0.2s ease;}
a:hover .icon path {fill: var(--main-color1);}
.circle_btn {
  width: 3rem;
  height: 3rem;
  border: 2px solid var(--text-inlight);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* menu */
#MMenuBtn {
  font-size: 20px;
  border: 0;
}
#navSide {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  transition: left 0.35s ease;
  z-index: 100;
  display: flex;
  flex-direction: column-reverse;
  background-color: var(--bs-body-bg);
  padding: 0 calc(var(--bs-gutter-x) * .5);
}
#navSide.open {
  left: 0%;
}
#navArea {
  background-color: var(--bs-body-bg);
  height: calc(100% - 100px);
  overflow: auto;
}
#subArea {
  background-color: var(--bs-body-bg);
  color: var(--text-inlight);
  height: 100px;
}
#SABtns {
  position: absolute;
  top: 0;
  right: 0;
}
#SASpuInfo {text-align: center;}
#classMenu {
  font-size: 1.25rem;
  align-self: flex-end;
  border: 0;
}
#classMenu > .icon {
  background-color: var(--text-inlight);
  width: 36px;
  height: 36px;
  -webkit-mask-size: 36px;
  vertical-align: calc(1.5rem - 36px);
}
#menuBottomArea {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  grid-column: 1/3;
  grid-row: 2/3;
}
#menuBottomArea > * {
  flex: 1 0 calc(33% - 2rem);
  position: relative;
  border-color: var(--gray);
}
#menuBottomArea > *::before {
  content: '';
  background-color: var(--gray);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
}
#menu-langMenu::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 48 48'%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M24 44a20 20 0 1 0 0-40 20 20 0 0 0 0 40Z' clip-rule='evenodd'/%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M4 24h40'/%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M24 44c4.4 0 8-9 8-20S28.4 4 24 4s-8 9-8 20 3.6 20 8 20Z' clip-rule='evenodd'/%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M9.9 10.1a20 20 0 0 0 28.2 0M38.1 37.9a20 20 0 0 0-28.2 0'/%3E%3C/svg%3E") no-repeat center;
}
#menu-cartbtn::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 48 48'%3E%3Cpath d='M39 32H13L8 12h36l-5 20Z'/%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M3 6h3.5L8 12m0 0 5 20h26l5-20H8Z'/%3E%3Ccircle cx='13' cy='39' r='3' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'/%3E%3Ccircle cx='39' cy='39' r='3' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'/%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M22 22h8M26 26v-8'/%3E%3C/svg%3E") no-repeat center;
}
@media (min-width: 768px) {
  #menuBottomArea {flex-direction: row;}
  #navSide {
    flex-direction: row;
    padding: 0;
  }
  #navArea {
    width: 66.67%;
    height: 100%;
    padding: 150px 7% 136px;
    gap: 1rem 6vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 60px;
  }
  #subArea {
    background-color: var(--main-color2);
    color: var(--text-indark);
    height: 100%;
    width: 33.33%;
    padding: 40px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  #classMenu > .icon {
    background-color: var(--text-indark);
  }
}

/* header */
#HEADER {
  background-color: #ffffff;
  border-bottom: 1px solid var(--gray);
  color: var(--text-inlight);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
#header-content {
  display: flex;
  height: var(--header-height);
  justify-content: space-between;
}
#header-content > div {
  display: flex;
  align-items: center;
}
#header-content .icon {
  width: 30px;
  height: 30px;
  -webkit-mask-size: 28px;
  vertical-align: -8px;
}
#header-content .icon_globe {margin-right: 2px;}
#toolbarWrap {
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem 0.75rem;
}
#toolbarWrap a {
  font-size: 16px;
}
#toolbarWrap li {
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  background-color: var(--bg-gray);
}
.header-btn {padding: 5px 30px;}
#cartbtn {cursor: pointer;}
#mkeyword {padding: 5px 5px 5px 35px}
#header-logo {justify-content: center;}
.supplier-logo {
  padding: 0 0.5rem;
}
.supplier-logo > img {
  max-height: 120px;
}
#header-langMenu {
  position: relative;
}
#languageCollapse,
#languageCollapse2 {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  background-color: var(--bs-body-bg);
  border: 1px solid var(--border);
  color: var(--text-inlight);
}
#languageCollapse2 {
  top: -1px;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  z-index: 1;
}
.langList a {
  padding: 0.25rem 2rem;
  display: block;
}
.langList a:hover {
  background-color: var(--main-color1);
  color: var(--text-inC1);
}
.iconList {
  margin: 0 6px;
}
.iconList > a {
  width: 22px;
  height: 22px;
  background-color: #fff;
  display: inline-block;
}

@media (min-width: 992px) {
  #toolbarWrap {
    flex-wrap: nowrap;
  }
  
  #header-content > div {
    gap: 0 1.5rem;
  }
}
@media (max-width: 767.98px) {
  #header-langMenu, #header-search {
    display: none;
  }
  .header-btn {padding: 5px 15px;}
  #cartbtn {display: none;}
  #headerBarInquiry {display: none;}
}

@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}
/* Search */
#headerSearch {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40%;
  padding: 1rem;
  transform: translate(-50%,-50%);
  background: var(--bg-gray);
}
.btn-search {
  width: 26px;
  height: 26px;
  background-color: #000;
  -webkit-mask: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512" %3E%3Cpath d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z" /%3E%3C/svg%3E') no-repeat center;
  
}
#ke {
  background-color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  box-shadow: 0px 1px 2px;
  width: 80%;
  height: 3.5rem;
  margin: 0 auto;
  border: 2px solid;
}
#ke input {
  border: none;background-color: #ffffff; flex: 1;
  height: 100%;
  font-size: 2rem;
}
#mke {
  position: relative;
}
#mke:before {
  content: '';
  -webkit-mask: var(--svg-search) no-repeat center;
  background-color: var(--border);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
}
#mkeyword {width: 100%; height: 100%;}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 999;
  cursor: pointer;
}

/* navbar */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.main-menu {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.main-menu .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.main-menu .dropdown-menu {
  position: static;
}
@media (max-width: 767.98px) {
  #SASpuInfo {display: none;}
}
.attrcart::after {
  content: "(" attr(data-cart) ")";
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: var(--text-inC1) 0 0 0 0.25rem
}
.navbar-toggler-text {
  display: inline-block;
  height: 1.5em;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 48 48'%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M8 12h32M8 24h32M8 36h32'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: 1.5em;
  background-color: var(--main-color2);
}

.main-menu-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
#menu-products {
  padding: 0;
}
/* #menu-products auto scroll */
#menuRight, #menu-productList-box, #menu-products {
  overflow: auto;
}
#menu-productList-box {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #menu-productList-box {
    margin-bottom: 3rem;
  }
}

.products-item {
  display: block;
  padding: 1rem 0.25rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}


.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
@keyframes scaleTIn {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
}
@-webkit-keyframes scaleTIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: scaleY(0);
    -webkit-opacity: 0;
  }
}
.scaleTIn {
  -webkit-animation-name: scaleTIn;
  animation-name: scaleTIn;
  transform-origin: top;
}

/* 套版特有風格 */
.heading, .subHeading {color: var(--main-color2);}
.heading {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0.75em;
}
.heading:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  background-color: var(--main-color1);
  border-radius: 50%;
}
main {overflow: hidden;} /* 防下層進場動畫產生 bug */
#home main {padding-top: 2rem;}
#menuLeft, #menuRight {
flex-grow: 1;
  justify-content: space-between;
}
.main-menu .nav-link {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem 0;
  border-bottom: 1px solid var(--gray);
  margin-bottom: 2rem;
  white-space: nowrap;
  display: block;
}
.main-menu .dropdown-toggle[aria-expanded=true] {margin-bottom: 0;}
.main-menu .dropdown-item {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 1rem;
  margin: 0.5rem 0;
}
.main-menu .nav-link:hover,
.main-menu .dropdown-item:hover {
  color: var(--main-color1);
}
#menuMore {border: 0; color: inherit;}
#the_bar {
	background-color: var(--main-color2);
	color: var(--text-inC2);
	text-align: right;
	padding: 0.5rem 0;
	margin-bottom: 2rem;
}
.page-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
html[lang=en] .page-header {
  align-items: flex-start;
  flex-direction: column;
}
.page-header .page-heading {margin: 0;}
.page-heading { }
.heading.icon {	padding-left: 1.5em; position: relative;}
.heading.icon::before {
	content: '';
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
}
.rect-btn {
  transition: 0.5s ease;
  transition-property: background-color, color;
}
.rect-btn:hover {
  background-color: var(--main-color1);
  color: var(--text-inC1);
}
#menuBottomArea > .rect-btn:hover:before {
  background-color: var(--text-inC1);
}
@media (max-width: 991.98px) {
  #HEADER {}
}

/**----------------------------
			頁尾
----------------------------**/

#page-footer {
  background-color: var(--main-color2);
  color: var(--text-inC2);
  padding: 6rem 7.8% 0;
}
#page-footer ul {
  padding: 0;
  list-style-type: none;
}
#page-footer > hr {
  margin: 48px 0;
  opacity: 1;
}
#footer-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#footer-container2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 2rem;
  align-items: flex-start;
}
#footer-logo {}
#footer-contactus {width: 100%; text-align: center;}
#footer-contactus h3 {margin-bottom: 1em; color: var(--text-indark)}
.ft-box {
    flex: 1 0 240px;
    display: flex;
    flex-direction: column;
}
#footer3 {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}

.footerCN {}
.menu-email-form {width: 100%;}
.email-btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid;
  background-color: transparent;
  color: var(--text-indark);
  transition: background-color 0.2s ease;
}
.email-btn:hover {background-color: var(--main-color1);}
.inquity-btn {
  padding: 1rem;
  width: 100%;
}

.inquity-btn::before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 12px;
  -webkit-mask: var(--svg-mail) no-repeat center;
  background-color: var(--text-inC2);
}
.footer-social-group {
  margin: 1rem 0;
}
.footer-social {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer-social-item {
  list-style-type: none;
}
.footer-social-item svg {
  margin-right: 0.5rem;
}
#copyright {
	font-size: 0.9rem;
	font-weight: 100;
  padding-bottom: 24px;
}
@media (min-width: 768px) {

  #footer-container {
    flex-direction: row-reverse;
  }
  #footer-contactus {width: auto; text-align-last: left;}
  #footer-contactus h3 {margin-bottom: 2em;}
  .footer-social {
    justify-content: flex-end;
  }
  #page-footer > hr {
    margin: 84px 0 48px;
  }
  #copyright {
    text-align: right;
  }
  .email-btn.inquity-btn {
    padding: 24px 84px;
  }
}

/**----------------------------
		  次頁開始
----------------------------**/

#suboBanner {
  background-image: url('https://www.cens.com/cens/rwd/049/img/subobanner.jpg');
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-indark);
  padding-top: 25%;
}
h1.page-heading {
  --min-size: 24;
  --max-size: 42;
  font-size: 2.5rem;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
    font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
  margin-bottom: 0.5em;
}
#bannerInfo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
/* 麵包屑 */
.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 1rem;
  flex-wrap: wrap;
  color: var(--gray);
}
.breadcrumb li a:hover {color: var(--main-color1);}
.breadcrumb li + li::before {
 content: '＞';
 margin: 0 0.25em;
}
@media (min-width: 992px) {
  .breadcrumb {font-size: 1.25rem;}
}

	/* bootstrap css */
	.collapse:not(.show) {
    display: none;
	}
	.collapsing {
		height: 0;
		overflow: hidden;
		transition: height .35s ease;
	}

/*----------------------------------
  			Back To Top
------------------------------------*/
#goTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  font-size: 1rem;
  text-align: center;
  border: none;
  outline: none;
  background: var(--main-color3);
  color: var(--text-inC3);
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#goTop:hover {
  background-color: rgba(130,130,130,1);
	color: #fff;}

@media (max-width: 450px){

	#goTop {
  	  width: 48px;
  	  height: 48px;	  
	  font-size: 0.5rem;
	  right: 20px;
	}

}
/*----------------------------------
  			不同頁，共同效果
------------------------------------*/

/* animate.css */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}