@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
menu,
nav,
main,
aside,
article,
p,
a,
ul,
ol,
li,
table,
tr,
td,
th,
input,
button,
form,
img,
div,
span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  list-style: none;
  text-decoration: none;
  font-family: "Red Hat Text", "Noto Sans TC", "微軟正黑體";
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  /* 標準屬性 */
  -webkit-text-size-adjust: 100%;
  /* Safari/Chrome */
  -moz-text-size-adjust: 100%;
  /* Firefox Android */
  -ms-text-size-adjust: 100%;
  /* 舊 IE/Edge */
}

html,
body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  /* iOS、Android 禁止自動字體縮放 */
}

.blank {
  min-height: 100vh;
  /* 滿版高度 */
  display: flex;
  flex-direction: column;
}

img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

main,
section {
  width: 100%;
  flex: 1;
  /* 撐開內容區 */
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
  line-height: 1.5;
}

h6 {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 5px;
}

p {
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  overflow-wrap: break-word;
  margin-bottom: 5px;
  margin: 0;
}

a.line {
  text-decoration: underline;
  font-weight: 700;
}

a {
  text-decoration: none;
  font-weight: normal;
  color: inherit;
}

a:hover {
  color: #708293;
}

:root {
  --color1: #aad2bc;
  --color2: #4d4d4d;
  --color3: #303030;
  --color4: #667e70;
}

.title-center {
  margin: 30px 0;
  text-align: center;
  padding: 0 10px;
}
.title-center img {
  width: auto;
  align-items: center;
  max-height: 40px;
}
.title-center h3,
.title-center h4,
.title-center h5 {
  margin: 10px 0;
}
.title-center p {
  margin: 10px 0;
}

.link-btn {
  width: 10em;
  height: auto;
  font-size: 14px;
  display: flex;
  padding: 15px 0;
  margin: 10px 0;
  justify-content: center;
  text-align: center;
  gap: 10px;
  white-space: nowrap;
  line-height: 1;
  cursor: pointer;
}

.link-btn-left {
  text-align: left;
  justify-content: start;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: 30px auto;
  text-align: center;
  padding: 20px 0;
}
.pagination ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.pagination ul li {
  display: inline;
}
.pagination ul a {
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #303030;
  float: left;
  padding: 8px 10px;
  text-decoration: none;
  line-height: 1.5;
}
.pagination ul a.active {
  background-color: #aad2bc;
  color: #fff;
  font-weight: 700;
}
.pagination ul li:hover a {
  background-color: #aad2bc;
  color: #fff;
  font-weight: 700;
}

.topBox {
  background-image: url(../images/store-bg.jpg);
  background-size: cover;
  background-position: 50% center;
  width: 100%;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 30px 0;
  row-gap: 20px;
}
.topBox h3 {
  color: #667e70;
  font-weight: 700;
}
.topBox section {
  flex: none;
}

.container nav {
  text-align: center;
}
.container nav .breadcrumb {
  justify-content: center;
  margin: 0;
  color: #979797;
}
.container nav .breadcrumb .breadcrumb-item a {
  font-size: 14px;
}
.container nav .breadcrumb .breadcrumb-item.active a {
  color: #979797;
}

.breadcrumbRight {
  padding: 0 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  border-bottom: 1px solid #00a3ad;
}
.breadcrumbRight .breadcrumb {
  margin: 0;
  text-align: end;
}

hr {
  opacity: 1;
  border: 1px solid #708293;
}

.articlecontent {
  margin: 0 auto;
  padding: 20px 20px 35px;
  max-width: 900px;
}
.articlecontent img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.articlecontent iframe {
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 992px) {
  .articlecontent {
    padding: 40px;
  }
  .articlecontent img {
    max-width: 1000px !important;
    max-height: 100% !important;
  }
  .articlecontent iframe {
    width: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (max-width: 360px) {
  body {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 361px) {
  body {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .grid-sm-1 {
    width: 8.3333333333%;
  }
  .grid-sm-2 {
    width: 16.6666666667%;
  }
  .grid-sm-3 {
    width: 25%;
  }
  .grid-sm-4 {
    width: 33.3333333333%;
  }
  .grid-sm-5 {
    width: 41.6666666667%;
  }
  .grid-sm-6 {
    width: 50%;
  }
  .grid-sm-7 {
    width: 58.3333333333%;
  }
  .grid-sm-8 {
    width: 66.6666666667%;
  }
  .grid-sm-9 {
    width: 75%;
  }
  .grid-sm-10 {
    width: 83.3333333333%;
  }
  .grid-sm-11 {
    width: 91.6666666667%;
  }
  .grid-sm-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-1 {
    width: 8.3333333333%;
  }
  .grid-2 {
    width: 16.6666666667%;
  }
  .grid-3 {
    width: 25%;
  }
  .grid-4 {
    width: 33.3333333333%;
  }
  .grid-5 {
    width: 41.6666666667%;
  }
  .grid-6 {
    width: 50%;
  }
  .grid-7 {
    width: 58.3333333333%;
  }
  .grid-8 {
    width: 66.6666666667%;
  }
  .grid-9 {
    width: 75%;
  }
  .grid-10 {
    width: 83.3333333333%;
  }
  .grid-11 {
    width: 91.6666666667%;
  }
  .grid-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .grid-md-1 {
    width: 8.3333333333%;
  }
  .grid-md-2 {
    width: 16.6666666667%;
  }
  .grid-md-3 {
    width: 25%;
  }
  .grid-md-4 {
    width: 33.3333333333%;
  }
  .grid-md-5 {
    width: 41.6666666667%;
  }
  .grid-md-6 {
    width: 50%;
  }
  .grid-md-7 {
    width: 58.3333333333%;
  }
  .grid-md-8 {
    width: 66.6666666667%;
  }
  .grid-md-9 {
    width: 75%;
  }
  .grid-md-10 {
    width: 83.3333333333%;
  }
  .grid-md-11 {
    width: 91.6666666667%;
  }
  .grid-md-12 {
    width: 100%;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
  .title-center img {
    max-height: 50px;
  }
  .link-btn-left {
    font-size: 16px;
  }
  .breadcrumbRight {
    justify-content: space-around;
  }
  .topBox {
    height: 250px;
  }
  .topBox h2 {
    font-size: 35px;
  }
  body {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .grid-lg-1 {
    width: 8.3333333333%;
  }
  .grid-lg-2 {
    width: 16.6666666667%;
  }
  .grid-lg-3 {
    width: 25%;
  }
  .grid-lg-4 {
    width: 33.3333333333%;
  }
  .grid-lg-5 {
    width: 41.6666666667%;
  }
  .grid-lg-6 {
    width: 50%;
  }
  .grid-lg-7 {
    width: 58.3333333333%;
  }
  .grid-lg-8 {
    width: 66.6666666667%;
  }
  .grid-lg-9 {
    width: 75%;
  }
  .grid-lg-10 {
    width: 83.3333333333%;
  }
  .grid-lg-11 {
    width: 91.6666666667%;
  }
  .grid-lg-12 {
    width: 100%;
  }
  .breadcrumbRight {
    margin-left: 0;
  }
  .breadcrumbRight .breadcrumb {
    padding-left: 0;
  }
  .link-btn {
    font-size: 18px;
  }
  .topBox h3 {
    font-size: 30px;
  }
  body {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .grid-xl-1 {
    width: 8.3333333333%;
  }
  .grid-xl-2 {
    width: 16.6666666667%;
  }
  .grid-xl-3 {
    width: 25%;
  }
  .grid-xl-4 {
    width: 33.3333333333%;
  }
  .grid-xl-5 {
    width: 41.6666666667%;
  }
  .grid-xl-6 {
    width: 50%;
  }
  .grid-xl-7 {
    width: 58.3333333333%;
  }
  .grid-xl-8 {
    width: 66.6666666667%;
  }
  .grid-xl-9 {
    width: 75%;
  }
  .grid-xl-10 {
    width: 83.3333333333%;
  }
  .grid-xl-11 {
    width: 91.6666666667%;
  }
  .grid-xl-12 {
    width: 100%;
  }
  .breadcrumbRight {
    margin-left: 0;
  }
  body {
    padding-top: 80px;
  }
  .title-center img {
    max-height: 65px;
  }
}
@media only screen and (min-width: 1700px) {
  body {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1900px) {
  .grid-xxl-1 {
    width: 8.3333333333%;
  }
  .grid-xxl-2 {
    width: 16.6666666667%;
  }
  .grid-xxl-3 {
    width: 25%;
  }
  .grid-xxl-4 {
    width: 33.3333333333%;
  }
  .grid-xxl-5 {
    width: 41.6666666667%;
  }
  .grid-xxl-6 {
    width: 50%;
  }
  .grid-xxl-7 {
    width: 58.3333333333%;
  }
  .grid-xxl-8 {
    width: 66.6666666667%;
  }
  .grid-xxl-9 {
    width: 75%;
  }
  .grid-xxl-10 {
    width: 83.3333333333%;
  }
  .grid-xxl-11 {
    width: 91.6666666667%;
  }
  .grid-xxl-12 {
    width: 100%;
  }
}
div.carouselSlide .carousel-indicators {
  margin-bottom: 0;
}
div.carouselSlide .carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
div.carouselSlide .carousel-control-prev-icon,
div.carouselSlide .carousel-control-next-icon {
  background-color: #fff;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
}
div.carouselSlide .carousel {
  position: relative;
}
div.carouselSlide .carousel-text {
  width: 100%;
  position: absolute;
  display: flex;
  text-align: center;
  justify-content: center;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
div.carouselSlide .carousel-text .link-btn {
  width: 8em;
  border-radius: 30px;
  border: 1px solid #c586a4;
  background-color: #fff;
  color: #c586a4;
  padding: 8px 0;
  margin-bottom: 0;
}
div.carouselSlide .carousel-text .link-btn:hover {
  color: #fff;
  background-color: #c586a4;
}

main .productSec .flexBox {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: flex-start;
  align-items: end;
  row-gap: 10px;
}
main .productSec .flexBox .contentBox {
  padding: 0 0 10px;
}
main .productSec .flexBox .contentBox img {
  width: auto;
  margin-bottom: 10px;
  max-width: 70px;
  max-height: 60px;
}
main .productSec .flexBox .contentBox .textBox {
  padding: 0 10px;
  text-align: center;
}
main .productSec .flexBox .contentBox .textBox h5 {
  padding: 10px 0;
  color: #303030;
  margin-bottom: 10px;
}
main .productSec .flexBox .contentBox:hover img {
  transition: all 1s ease;
}
main .productSec .flexBox .contentBox:hover h5 {
  color: #aad2bc;
  background-color: #f5f4f4;
  border-radius: 0 20px;
  font-weight: 700;
}
main .productSec .flexBox .contentBox:nth-of-type(1):hover img {
  content: url(../images/product-icon1-b.png);
}
main .productSec .flexBox .contentBox:nth-of-type(2):hover img {
  content: url(../images/product-icon2-b.png);
}
main .productSec .flexBox .contentBox:nth-of-type(3):hover img {
  content: url(../images/product-icon3-b.png);
}
main .productSec .flexBox .contentBox:nth-of-type(4):hover img {
  content: url(../images/product-icon4-b.png);
}
main .productSec .flexBox .contentBox:nth-of-type(5):hover img {
  content: url(../images/product-icon5-b.png);
}
main .aboutSec {
  width: 100%;
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
}
main .aboutSec .contentBox {
  padding: 20px 0 0;
}
main .aboutSec .contentBox .content {
  padding: 40px 0;
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
main .aboutSec .contentBox .content .text {
  margin: 0 auto;
}
main .aboutSec .contentBox .content .text img {
  width: 60%;
  max-width: 120px;
}
main .aboutSec .contentBox .content .text h3 {
  margin: 15px 0;
}
main .aboutSec .contentBox .content .text p {
  margin: 8px 0;
}
main .aboutSec .contentBox .content .text .link-button {
  margin: 10px 0;
  gap: 5px;
}
main .aboutSec .contentBox .content .text .link-button img {
  width: 40%;
  max-width: 120px;
  margin: 0;
}
main .aboutSec .contentBox .content .text .link-button:hover img {
  content: url(../images/about-more-w.png);
  transform: translateX(10px);
  transition: all 0.5s ease-in;
}
main .storeSec {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
main .storeSec .contentBox {
  background-image: url(../images/store-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
main .storeSec .contentBox .content {
  margin: 0 auto;
  padding: 20px 0;
}
main .storeSec .contentBox .content img {
  width: 85%;
  max-width: 350px;
  margin: 30px 0 15px;
}
main .storeSec .contentBox .content h5 {
  font-weight: normal;
  margin: 5px 0;
}
main .storeSec .contentBox .content .link-button {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin: 10px 0;
  gap: 5px;
  padding: 15px 0;
}
main .storeSec .contentBox .content .link-button .link-btn {
  padding: 8px 0;
  margin: 0;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 11em;
  gap: 10px;
  font-size: 13px;
  color: #4d4d4d;
  background-color: #aad2bc;
}
main .storeSec .contentBox .content .link-button .arrow {
  position: relative;
  display: inline-block;
  /* 讓圓點能定位 */
  z-index: 1;
  font-style: normal;
  background-color: #fff;
  border-radius: 50%;
  padding: 2px;
  line-height: 1;
}
main .storeSec .contentBox .content .link-button .link-btn:hover {
  color: #000;
  background: #fff;
}
main .storeSec .contentBox .content .link-button .link-btn:hover .arrow {
  color: #fff;
  background-color: #aad2bc;
}
main .furnitureSec {
  width: 100%;
  padding: 50px 0;
}
main .furnitureSec .title-center {
  margin: 0 auto;
}
main .furnitureSec .title-center img {
  max-width: 350px;
  max-height: 60px;
  margin-bottom: 20px;
}
main .furnitureSec .title-center p {
  color: #4c4c4c;
}
main .furnitureSec .flexBox {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: flex-start;
  row-gap: 10px;
}
main .furnitureSec .flexBox .contentBox {
  padding: 0;
  border: 1px solid #aad2bc;
  margin: 5px;
  flex: 0 0 calc(50% - 10px);
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
}
main .furnitureSec .flexBox .contentBox .picBox {
  width: 100%;
}
main .furnitureSec .flexBox .contentBox .picBox img {
  border-radius: 15px 15px 0 0;
}
main .furnitureSec .flexBox .contentBox .textBox {
  text-align: center;
  padding: 20px 3px 20px;
}
main .furnitureSec .flexBox .contentBox .textBox h5 {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
  font-weight: 300;
}
main .furnitureSec .flexBox .contentBox .textBox p {
  padding: 0;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 1.5;
  font-weight: 600;
}
main .furnitureSec .flexBox .contentBox:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
main .furnitureSec .flexBox .contentBox:hover a {
  color: #000;
}
main .serviceSec {
  width: 100%;
  padding: 70px 0;
  background-image: url(../images/service-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
main .serviceSec .title-center h4 {
  font-weight: normal;
}
main .serviceSec .title-center p {
  color: #939393;
}
main .serviceSec .flexBox {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 20px;
}
main .serviceSec .flexBox .contentBox {
  padding: 0 0 10px;
}
main .serviceSec .flexBox .contentBox img {
  width: 80%;
  margin-bottom: 10px;
  max-width: 200px;
}
main .serviceSec .flexBox .contentBox .textBox {
  padding: 0 10px;
  text-align: center;
}
main .serviceSec .flexBox .contentBox .textBox h5 {
  color: #667e70;
  margin-bottom: 5px;
}
main .serviceSec .flexBox .contentBox .textBox p {
  color: #4d4d4d;
  height: 5em;
}

.contactBottom {
  padding: 60px 0 0;
  background-image: url(../images/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contactBottom .contactBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
}
.contactBottom .contactBox .contLeft {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 30px;
}
.contactBottom .contactBox .contLeft img {
  width: 50%;
  max-width: 250px;
  height: auto;
}
.contactBottom .contactBox .contLeft .iconBox {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  text-align: right;
}
.contactBottom .contactBox .contLeft .iconBox img {
  width: 60%;
}
.contactBottom .contactBox .contLeft .iconBox a:nth-of-type(2) {
  text-align: left;
}
.contactBottom .contactBox .contCenter {
  padding: 0 5px;
}
.contactBottom .contactBox .contCenter img {
  margin: 10px 0;
}
.contactBottom .contactBox .contCenter h6 {
  margin-bottom: 15px;
}
.contactBottom .contactBox .contCenter p {
  margin-bottom: 6px;
  display: flex;
  white-space: nowrap;
}
.contactBottom .contactBox .contCenter p span {
  display: inline-flex;
  align-items: center;
  width: 2em;
  white-space: nowrap;
}
.contactBottom .contactBox .contCenter p span i {
  text-align: center;
  width: 1.5em;
  color: #d2be82;
}
.contactBottom .contactBox .contRight {
  padding: 10px 15px;
  text-align: center;
}
.contactBottom .contactBox .contRight img {
  width: 90%;
}
.contactBottom .contactBox .contRight h6 {
  color: #d2be82;
}
.contactBottom .contactBox .contRight p {
  color: #fff;
}

footer {
  border-top: 1px solid #fff;
  line-height: 3;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}

aside {
  display: flex;
  position: fixed;
  flex-direction: column;
  right: 0;
  bottom: 15px;
  text-align: center;
  align-items: center;
  overflow: hidden;
  padding: 0.5em 0;
  width: 50px;
  border-radius: 10px;
  transform: scale(0.8);
  z-index: 999;
}
aside a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin: 10px 0;
}
aside .asideBottom {
  margin-top: 5px;
  transition: opacity 0.3s ease;
  opacity: 1;
}
aside .asideBottom a {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}
aside .asideBottom.hidden {
  opacity: 0;
  pointer-events: none;
}

main .aboutPage .contentBox .about-content {
  padding: 50px 0;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
main .aboutPage .contentBox .about-content .textBox {
  margin: 30px auto 20px;
  padding: 10px;
  text-align: center;
  position: relative;
}
main .aboutPage .contentBox .about-content .textBox img.aboutPage-title {
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: -1;
  opacity: 0.3;
  transform: translateX(-50%);
}
main .aboutPage .contentBox .about-content .textBox h4 {
  background-color: #d9e9df;
  width: auto;
  text-align: center;
  padding: 20px 5px;
  border-radius: 0 40px;
  margin: 0 auto 20px;
  color: #4d4d4d;
  line-height: 1.5;
}
main .aboutPage .contentBox .about-content .textBox h6 {
  font-weight: 300;
}
main .aboutPage .contentBox .about-content .textBox ul {
  padding-left: 10px;
}
main .aboutPage .contentBox .about-content .textBox ul li {
  margin-bottom: 5px;
}
main .aboutPage .contentBox .about-content .rowBox {
  margin: 0 auto;
}
main .aboutPage .contentBox .about-content .rowBox .textBox {
  position: relative;
  margin: 30px auto 40px;
}
main .aboutPage .contentBox .about-content .rowBox .textBox .link-btn {
  margin: 0 auto;
}
main .aboutPage .contentBox .about-content .rowBox .textBox .link-btn img {
  max-width: 100px;
}
main .aboutPage .contentBox .about-content .rowBox .textBox .link-btn:hover img {
  content: url(../images/about-more-dg.png);
  transform: translateX(10px);
  transition: all 0.5s ease-in;
}
main .aboutPage .contentBox .about-content .rowBox .icon {
  position: absolute;
  left: 10px;
  bottom: -70px;
  width: auto;
  height: 80px;
  opacity: 0.3;
  z-index: -1;
}
main .aboutPage .contentBox .about-content .row2Box {
  margin: 50px auto 20px;
}
main .aboutPage .contentBox .about-content .row2Box .picBox {
  margin-bottom: 30px;
}
main .aboutPage .contentBox .about-content .row2Box .textBox {
  margin-bottom: 30px;
}
main .aboutPage .contentBox .about-content .row2Box .textBox a {
  font-weight: 300;
}
main .aboutPage .rowPic .nonePic1,
main .aboutPage .rowPic .nonePic2 {
  display: none;
}

main .productPage .product-container {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  /* 不讓子元素等高 */
}
main .productPage .product-container .product-sidebar {
  margin: 1em auto;
  padding: 10px;
  padding-left: 0;
  max-width: 600px;
}
main .productPage .product-container .product-sidebar hr {
  width: 9em;
  border: 1px solid #4974a5;
  opacity: 1;
}
main .productPage .product-container .product-sidebar h6 {
  margin: 0.5em 0;
  color: #333;
  text-align: center;
}
main .productPage .product-container .product-sidebar ul li {
  line-height: 2;
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
  color: #4d4d4d;
  border-radius: 15px;
  flex: 1;
  /* 占滿剩餘空間 */
  white-space: nowrap;
  /* 不換行 */
  overflow: hidden;
  /* 超出隱藏 */
  text-overflow: ellipsis;
  /* 出現 ... */
}
main .productPage .product-container .product-sidebar ul li .dropdown-content {
  display: none;
}
main .productPage .product-container .product-sidebar ul li:last-child {
  border-bottom: none;
}
main .productPage .product-container .product-sidebar ul .aside-dropdown {
  padding: 0;
  padding-bottom: 10px;
}
main .productPage .product-container .product-sidebar ul .aside-dropdown div {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  border-bottom: 1px solid #b1b1b1;
  /* 垂直置中 */
}
main .productPage .product-container .product-sidebar ul .aside-dropdown div a {
  color: #667e70;
  flex: 1;
  /* 占滿剩餘空間 */
  white-space: nowrap;
  /* 不換行 */
  overflow: hidden;
  /* 超出隱藏 */
  text-overflow: ellipsis;
  /* 出現 ... */
  display: block;
  max-width: calc(100% - 50px);
  /* 控制大約 10 字寬度，可依需求調整 */
}
main .productPage .product-container .product-sidebar ul .aside-dropdown div .toggle-btn {
  flex-shrink: 0;
  /* 不被壓縮，保持位置 */
  margin-left: 20px;
  vertical-align: bottom;
}
main .productPage .product-container .product-sidebar ul .aside-dropdown .submenu {
  display: none;
  border: none;
  padding-top: 8px;
  padding-left: 5px;
}
main .productPage .product-container .product-sidebar ul .aside-dropdown .submenu li {
  flex: 0 0 auto;
  padding: 0 10px;
}
main .productPage .product-container .product-sidebar ul .aside-dropdown .submenu li:last-child {
  border-bottom: none;
}
main .productPage .product-container .product-sidebar ul .aside-dropdown .submenu a {
  font-size: 14px;
  color: #333;
}
main .productPage .product-container .product-sidebar ul .aside-dropdown .submenu.active {
  display: block;
  display: flex;
  flex-wrap: wrap;
}
main .productPage .product-container .product-sidebar ul li.filter-btn:hover,
main .productPage .product-container .product-sidebar ul li.filter-btn:hover a,
main .productPage .product-container .product-sidebar ul li.filter-btn.active a,
main .productPage .product-container .product-sidebar ul .aside-dropdown.active div > a,
main .productPage .product-container .product-sidebar ul .aside-dropdown div:hover,
main .productPage .product-container .product-sidebar ul .aside-dropdown div:hover > a,
main .productPage .product-container .product-sidebar ul .submenu li:hover,
main .productPage .product-container .product-sidebar ul .submenu li:hover > a {
  color: #667e70;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}
main .productPage .product-container .product-sidebar ul li.filter-btn.active,
main .productPage .product-container .product-sidebar ul .aside-dropdown.active div,
main .productPage .product-container .product-sidebar ul .submenu li.active {
  background-color: rgba(170, 210, 188, 0.5764705882);
  font-weight: 700;
  color: #667e70;
}
main .productPage .product-container .product-sidebar ul .dropdown-toggle:hover ul {
  display: block;
}
main .productPage .product-container .product-sidebar ul li.dropdown-toggle::after {
  content: none;
  /* 或刪除整個這段 */
}
main .productPage .product-container .product-sidebar .filter-btn {
  color: #667e70;
}
main .productPage .product-container .row {
  display: flex;
  justify-content: start;
  margin: 0 auto;
  align-items: flex-start;
  padding-bottom: 20px;
}
main .productPage .product-container .row .product-item {
  margin: 0;
  padding: 0 5px;
  cursor: pointer;
  height: auto !important;
}
main .productPage .product-container .row .product-item .card-p {
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  border-radius: 15px;
  padding-bottom: 15px;
  border: 1px solid #aad2bc;
}
main .productPage .product-container .row .card-p:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
main .productPage .product-container .row .product-card:hover {
  background-color: transparent;
}
main .productPage .product-container .row .product-card:hover h5,
main .productPage .product-container .row .product-card:hover p {
  color: #4974a5;
}
main .productPage .product-container .row .content {
  padding: 20px 3px;
}
main .productPage .product-container .row .title {
  padding: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  width: 100%;
  font-size: 18px;
  color: #000;
  font-weight: 300;
  font-family: "Times New Roman", Times, serif;
}
main .productPage .product-container .row .card-des {
  padding: 0;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  color: #666666;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  margin-bottom: 3px;
}
main .productPage .product-container .row .product-item:nth-of-type(2n) .card-des {
  padding: 0;
  padding-right: 3px;
}
main .productPage .product-container .row .price {
  font-weight: normal;
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 17px;
  line-height: 1.5;
}
main .productPage .product-container .row .price span {
  font-size: 15px;
}
main .productPage .product-container .row .price .onSale {
  color: #f11717;
}
main .productPage .product-container .row .price:has(.onSale:not(:empty)) .default {
  text-decoration: line-through;
}
main .productPage .product-container .row-gap-5 {
  row-gap: 3rem;
}

main .productdetailPage .shopdetail .default-padding-md {
  padding-top: 48px;
  padding-bottom: 48px;
  margin: 0 auto;
}
main .productdetailPage .shopdetail .default-padding-md .list-unstyle {
  padding: 0;
  margin: 0;
  list-style: none;
}
main .productdetailPage .shopdetail .default-padding-md .list-unstyle .zoomIn a {
  position: relative;
  display: inline-block;
  width: 100%;
}
main .productdetailPage .shopdetail .default-padding-md .list-unstyle .zoomIn a .img-wrapper {
  display: none;
}
main .productdetailPage .shopdetail .default-padding-md .list-unstyle .zoomIn a:hover .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .productdetailPage .shopdetail .default-padding-md .list-unstyle .zoomIn a:hover .img-wrapper i {
  color: #fff;
  font-size: 2rem;
}
main .productdetailPage .shopdetail .default-padding-md .lSSlideOuter .lSPager.lSGallery li {
  aspect-ratio: 1/1;
  overflow: hidden;
}
main .productdetailPage .shopdetail .default-padding-md .lSSlideOuter .lSPager.lSGallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* 保持比例，超出裁切 */
  display: block;
}
main .productdetailPage .shopdetail a {
  text-decoration: none;
  color: var(--bs-body-color);
}
main .productdetailPage .shopdetail a:hover {
  color: #034D91;
}
main .productdetailPage .shopdetail .product-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 1.25rem;
}
main .productdetailPage .shopdetail .product-info .type {
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.25rem 1.25rem;
  background-color: #036EAE;
  color: #fff;
  margin-bottom: 0.75rem;
}
main .productdetailPage .shopdetail .product-info h4 {
  font-family: "Times New Roman", Times, serif;
}
main .productdetailPage .shopdetail .product-info h5 {
  line-height: 1;
}
main .productdetailPage .shopdetail .product-info p {
  color: #666;
  margin-top: 10px;
  font-weight: 600;
}
main .productdetailPage .shopdetail .product-info p:nth-of-type(2) {
  margin-top: 0;
}
main .productdetailPage .shopdetail .product-info .price {
  font-weight: normal;
  width: 100%;
  margin: 10px 0;
}
main .productdetailPage .shopdetail .product-info .price .onSale {
  padding-left: 0;
  color: #f11717;
}
main .productdetailPage .shopdetail .product-info .price:has(.onSale:not(:empty)) .default {
  text-decoration: line-through;
}
main .productdetailPage .shopdetail .product-info hr {
  border-top: 1px solid #f0f0f0;
  width: 100%;
}
main .productdetailPage .shopdetail .product-info .product-content {
  flex-grow: 1;
  padding: 1.25rem 0;
  min-height: 120px;
}
main .productdetailPage .shopdetail .product-info .spec {
  margin: 0.5rem 0;
  width: 100%;
}
main .productdetailPage .shopdetail .product-info .spec select {
  width: 100%;
  padding: 0.5rem;
}
main .productdetailPage .shopdetail .product-info .add-number {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 50%;
}
main .productdetailPage .shopdetail .product-info .add-number label {
  margin: 0;
  padding-right: 0.5rem;
  flex-shrink: 0;
}
main .productdetailPage .shopdetail .product-info .add-number input {
  min-height: 2rem;
  padding: 0;
  flex: 1 0 auto;
}
main .productdetailPage .shopdetail .product-info .align-items-center {
  height: 2em;
}
main .productdetailPage .shopdetail .product-info .align-items-center .fa-line {
  transform: scale(0.9);
}
main .productdetailPage .shopdetail .product-info .link-btn {
  color: #4d4d4d;
  background-color: #aad2bc;
}
main .productdetailPage .shopdetail .product-info .link-btn:hover {
  color: #000;
  background-color: #f0f0f0;
}
main .productdetailPage .shopdetail .product-more-item {
  text-align: left;
  width: 100%;
}
main .productdetailPage .shopdetail .product-more-item .more-item-wrape {
  border: 1px solid #e2e2e2;
  border-radius: 15px;
  padding: 10px 20px;
  overflow-y: auto;
  min-height: 300px;
  margin-top: 20px;
}
main .productdetailPage .shopdetail .product-more-item .more-item-wrape h6 {
  margin-bottom: 5px;
  font-size: 16px;
}
main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}
main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label {
  display: flex;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  align-items: flex-start;
  flex-direction: column;
}
main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-start;
}
main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left input {
  margin-right: 10px;
}
main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left input[type=checkbox][disabled] {
  cursor: not-allowed;
}
main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left input[type=radio],
main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
  box-sizing: border-box;
  padding: 0;
}
main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left .more-item-box-img {
  width: 80px;
  border-radius: 10px;
  align-items: center;
}
main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left .more-item-box-img a {
  width: 100%;
}
main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left h6 {
  width: 50%;
  text-align: right;
}
main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right {
  position: relative;
  width: 100%;
}
main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right p {
  text-align: right;
  font-weight: 500;
}
main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block:last-child {
  border-bottom: unset !important;
  padding-bottom: unset !important;
}
main .productdetailPage .shopdetail .d-flex {
  justify-content: center;
  margin-top: 20px;
}
main .productdetailPage .shopdetail .d-flex .btn {
  width: 7.5em;
  height: 3.5em;
  color: #000;
  border: 2px solid #b1b1b1;
  background-color: #fff;
  white-space: nowrap;
  align-items: center;
}
main .productdetailPage .shopdetail .d-flex .btn:hover,
main .productdetailPage .shopdetail .d-flex .btn.active {
  background-color: #000;
  color: #fff;
}
main .productdetailPage .shopdetail .col-lg-12 .area-title {
  border-bottom: 1px solid #667e70;
  padding: 8px;
  font-size: 18px;
  margin-top: 20px;
  color: #667e70;
}
main .productdetailPage .shopdetail .col-lg-12 .product-detail {
  margin-top: 1.5rem;
  padding: 0;
}
main .productdetailPage .shopdetail .col-lg-12 .product-detail img {
  display: block;
  margin: 1rem auto;
}

main .photoPage .contentBox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
main .photoPage .contentBox .title {
  margin: 0 auto 20px;
  padding-bottom: 30px;
  max-width: 900px;
  padding: 10px;
}
main .photoPage .contentBox .title h3 {
  margin: 15px 0;
}
main .photoPage .contentBox .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: start;
  max-width: 1100px;
  margin: 10px auto 30px;
  /* hover / focus 狀態顯示效果（鍵盤或手機點擊一樣會觸發 focus-within） */
  /* 圖片可加一點亮度變化（不動 transform 就不會壓過你的置中） */
}
main .photoPage .contentBox .content .picBox {
  padding: 10px;
  position: relative;
  /* 讓遮罩能定位 */
  overflow: hidden;
  /* 黑色透明遮罩 */
  /* 右上角「+」 */
}
main .photoPage .contentBox .content .picBox h6 {
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  margin: 0;
}
main .photoPage .contentBox .content .picBox p {
  padding: 0px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.5;
}
main .photoPage .contentBox .content .picBox .boximg1x1 img {
  transition: transform 1s ease;
  /* 變慢：1秒 */
}
main .photoPage .contentBox .content .picBox .boximg1x1::after {
  content: "";
  position: absolute;
  inset: 0;
  /* 等同 top/right/bottom/left 全為 0 */
  background: rgba(255, 255, 255, 0.45);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  /* 不擋連結點擊 */
  z-index: 1;
}
main .photoPage .contentBox .content .picBox .boximg1x1::before {
  content: "+";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background-color: #aad2bc;
  font-weight: 700;
  font-size: 30px;
  opacity: 0;
  transform: translateY(-8px) scale(0.9);
  transition: opacity 0.3s ease, transform 0.5s ease;
  pointer-events: none;
  /* 點 + 一樣會觸發 a（fancybox） */
  z-index: 2;
}
main .photoPage .contentBox .content .picBox:hover .boximg1x1::after,
main .photoPage .contentBox .content .picBox:focus-within .boximg1x1::after {
  opacity: 1;
}
main .photoPage .contentBox .content .picBox:hover .boximg1x1::before,
main .photoPage .contentBox .content .picBox:focus-within .boximg1x1::before {
  opacity: 1;
  transform: none;
}
main .photoPage .contentBox .content .picBox:hover .boximg1x1 img,
main .photoPage .contentBox .content .picBox:focus-within .boximg1x1 img {
  filter: brightness(0.85);
}
main .photoPage .contentBox .content .picBox:hover .boximg1x1 img,
main .photoPage .contentBox .content .picBox:focus-within .boximg1x1 img {
  transform: translate(-50%, -50%) scale(1.2);
  /* 注意：合併在一起 */
}

@media only screen and (min-width: 768px) {
  div.carouselSlide .carousel-indicators {
    margin-bottom: 20px;
  }
  div.carouselSlide .carousel-indicators button {
    width: 10px;
    height: 10px;
  }
  div.carouselSlide .carousel-control-prev-icon,
  div.carouselSlide .carousel-control-next-icon {
    width: 50px;
    height: 50px;
  }
  div.carouselSlide .carousel-text {
    left: 65%;
    bottom: 20%;
  }
  main .productSec {
    padding: 70px 0;
  }
  main .productSec .flexBox {
    max-width: 800px;
    margin: 0 auto;
  }
  main .productSec .flexBox .contentBox img {
    max-width: 120px;
    max-height: 80px;
  }
  main .productSec .flexBox .contentBox .textBox {
    padding: 0 20px;
  }
  main .aboutSec .contentBox .content {
    padding: 60px 0;
  }
  main .storeSec .contentBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  main .storeSec .contentBox .content .link-button {
    gap: 20px;
  }
  main .storeSec .contentBox .content .link-button .link-btn {
    gap: 10px;
    font-size: 15px;
  }
  main .furnitureSec {
    padding: 70px 0;
  }
  main .furnitureSec .flexBox {
    max-width: 800px;
    margin: 50px auto 20px;
  }
  main .furnitureSec .flexBox .contentBox {
    flex: 0 0 calc(33.3333% - 10px);
  }
  main .serviceSec .flexBox {
    max-width: 800px;
    margin: 0 auto;
  }
  main .serviceSec .flexBox .contentBox .textBox {
    padding: 0 20px;
  }
  main .serviceSec .flexBox .contentBox .textBox h5 {
    height: 1.7em;
  }
  main .serviceSec .flexBox .contentBox .textBox p {
    height: 3.5em;
  }
  footer {
    font-size: 16px;
  }
  aside {
    right: 10px;
    transform: scale(1);
  }
  main .aboutPage .contentBox .about-content {
    padding: 80px 0;
  }
  main .aboutPage .contentBox .about-content .textBox {
    margin: 0 auto;
  }
  main .aboutPage .contentBox .about-content .textBox img.aboutPage-title {
    top: -50px;
  }
  main .aboutPage .contentBox .about-content .textBox ul li {
    margin-bottom: 10px;
  }
  main .productPage .product-container {
    display: block;
  }
  main .productPage .product-container .product-sidebar {
    margin: 1em auto;
  }
  main .productPage .product-container .product-sidebar li {
    font-size: 18px;
  }
  main .productPage .product-container .row {
    justify-content: space-between;
  }
  main .productPage .product-container .row .product-item {
    padding: 0 10px;
  }
  main .productPage .product-container .row .title {
    font-size: 18px;
  }
  main .productPage .product-container .row .card-des {
    font-size: 14px;
  }
  main .productPage .product-container .row .price {
    line-height: 1.5;
  }
  main .productPage .product-container .row .price span {
    font-size: 18px;
  }
  main .productdetailPage .shopdetail .product-info h4 {
    font-size: 30px;
  }
  main .productdetailPage .shopdetail .product-info .price span {
    font-size: 20px;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape {
    padding: 20px;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape h6 {
    margin-bottom: 15px;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label {
    align-items: center;
    width: 100%;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left {
    width: 70%;
    margin-bottom: 30px;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left .more-item-box-img {
    width: 100px;
    margin-right: 10px;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left h6 {
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right {
    width: 30%;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) {
  div.carouselSlide .carousel-text .link-btn {
    padding: 15px 0;
    width: 10em;
  }
  main .productSec {
    padding: 90px 0 50px;
  }
  main .productSec .flexBox {
    max-width: 900px;
    row-gap: 20px;
  }
  main .productSec .flexBox .contentBox {
    max-width: 400px;
  }
  main .productSec .flexBox .contentBox .textBox p {
    padding: 0 10px;
  }
  main .aboutSec {
    flex-direction: row;
    padding: 60px 0;
  }
  main .aboutSec .picBox {
    align-items: flex-start;
    display: flex;
    z-index: 2;
  }
  main .aboutSec .contentBox {
    margin: 0;
    padding: 0;
    margin-top: 50px;
    margin-left: -60px;
    /* 讓背景和圖片重疊 (可調整) */
    z-index: 0;
  }
  main .aboutSec .contentBox .content .text {
    padding-left: 15px;
  }
  main .storeSec {
    flex-direction: row;
    background-image: url(../images/store-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
  }
  main .storeSec .picBox {
    align-items: center;
    display: flex;
  }
  main .storeSec .picBox img {
    border-radius: 50px;
  }
  main .storeSec .contentBox {
    margin: 0;
    padding: 0;
    padding-left: 70px;
    background-image: none;
  }
  main .storeSec .contentBox .content .link-button {
    justify-content: start;
    gap: 20px;
    margin-top: 30px;
  }
  main .storeSec .contentBox .content .link-button .link-btn {
    font-size: 17px;
    padding: 13px 0;
  }
  main .furnitureSec {
    padding: 90px 0;
  }
  main .furnitureSec .title-center img {
    max-height: 70px;
  }
  main .furnitureSec .flexBox {
    max-width: 1300px;
  }
  main .furnitureSec .flexBox .contentBox {
    margin: 5px 10px;
    flex: 0 0 calc(25% - 20px);
  }
  main .serviceSec {
    padding: 100px 0;
  }
  main .serviceSec .title-center br {
    display: none;
  }
  main .serviceSec .flexBox {
    max-width: 1300px;
  }
  main .serviceSec .flexBox .contentBox {
    max-width: 450px;
  }
  main .serviceSec .flexBox .contentBox .textBox h5 {
    font-size: 22px;
  }
  .contactBottom {
    padding-top: 100px;
  }
  .contactBottom .contactBox {
    gap: 0;
    max-width: 1700px;
    margin: 0 auto;
  }
  .contactBottom .contactBox .contLeft img {
    width: 70%;
  }
  .contactBottom .contactBox .contCenter {
    padding: 0 15px;
    max-width: 330px;
  }
  .contactBottom .contactBox .contRight {
    max-width: 500px;
  }
  footer {
    margin-top: 60px;
  }
  main .aboutPage .contentBox .about-content .textBox {
    max-width: 1300px;
    padding: 10px 20px;
  }
  main .aboutPage .contentBox .about-content .textBox h4 {
    width: 100%;
  }
  main .aboutPage .contentBox .about-content .rowBox {
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
  }
  main .aboutPage .contentBox .about-content .rowBox .textBox {
    margin: 0;
  }
  main .aboutPage .contentBox .about-content .rowBox .textBox h4 {
    width: auto;
  }
  main .aboutPage .contentBox .about-content .rowBox .textBox .icon {
    bottom: -40px;
    height: 150px;
  }
  main .aboutPage .contentBox .about-content .row2Box {
    max-width: 1300px;
    display: flex;
    padding: 0 20px;
  }
  main .aboutPage .contentBox .about-content .row2Box .textBox {
    padding: 10px 0;
    margin-bottom: 40px;
  }
  main .aboutPage .rowPic {
    display: flex;
    flex-wrap: nowrap;
  }
  main .aboutPage .rowPic img {
    width: 50vw;
  }
  main .aboutPage .rowPic img.nonePic1 {
    display: inline;
    width: 50vw;
  }
  main .productPage .product-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  main .productPage .product-container .product-sidebar {
    max-width: 250px;
    margin: 0;
  }
  main .productPage .product-container .product-sidebar ul .aside-dropdown .submenu {
    display: none;
  }
  main .productPage .product-container .product-sidebar ul .aside-dropdown .submenu li {
    padding: 5px 10px;
  }
  main .productPage .product-container .product-sidebar ul .aside-dropdown .submenu li a {
    font-size: 15px;
  }
  main .productPage .product-container .product-sidebar ul .aside-dropdown .submenu.active {
    display: block;
  }
  main .productPage .product-container .row {
    justify-content: start;
    margin: 0;
  }
  main .productPage .product-container .row .price br {
    display: none;
  }
  main .productdetailPage .shopdetail .product-info .add-number {
    width: 50%;
  }
  main .productdetailPage .shopdetail .product-more-item {
    width: 80%;
    margin: 0 auto;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left {
    align-items: center;
    justify-content: start;
    width: 80%;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left .more-item-box-img {
    margin: 0 15px;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left h6 {
    width: 70%;
    text-align: left;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right {
    position: relative;
    width: 20%;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right p {
    position: absolute;
    top: 35px;
    right: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  div.carouselSlide .carousel-text {
    left: 65%;
    bottom: 25%;
  }
  div.carouselSlide .carousel-text .link-btn {
    padding: 20px 0;
    width: 12em;
  }
  main .productSec .flexBox {
    max-width: 1200px;
  }
  main .productSec .flexBox .contentBox {
    margin: 0 10px;
    flex: 0 0 calc(20% - 20px);
  }
  main .aboutSec {
    max-width: 1500px;
    margin: 0 auto;
  }
  main .aboutSec .contentBox {
    margin-top: 80px;
    margin-left: -150px;
  }
  main .aboutSec .contentBox .content {
    min-width: 950px;
    padding: 80px 0;
    background-size: contain;
  }
  main .aboutSec .contentBox .content .text {
    padding-left: 20px;
  }
  main .aboutSec .contentBox .content .text h3 {
    font-size: 26px;
  }
  main .aboutSec .contentBox .content .text p {
    margin: 13px 0;
  }
  main .storeSec .picBox img {
    max-width: 800px;
  }
  main .storeSec .contentBox {
    margin-left: 50px;
    align-items: flex-end;
  }
  main .storeSec .contentBox .content {
    margin: 0;
    padding-right: 40px;
    align-items: flex-end;
  }
  main .contactSec {
    background-size: cover;
  }
  main .aboutPage .contentBox .about-content .textBox ul li {
    font-size: 18px;
  }
  main .aboutPage .rowPic img,
  main .aboutPage .rowPic img.nonePic1 {
    width: 33.3333333333vw;
  }
  main .aboutPage .rowPic img.nonePic2 {
    display: inline;
    width: 33.3333333333vw;
  }
  main .productdetailPage .shopdetail .container {
    max-width: 1250px;
  }
}
@media only screen and (min-width: 1920px) {
  main .aboutSec .contentBox {
    margin-left: -200px;
  }
  main .aboutSec .contentBox .content .text {
    padding-left: 60px;
  }
  main .aboutSec .contentBox .content .text h3 {
    margin-bottom: 25px;
  }
  main .storeSec .contentBox {
    margin-left: 80px;
  }
  main .serviceSec .flexBox .contentBox .textBox p {
    padding: 0 20px;
  }
  main .productPage .product-container .row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 0;
    align-items: flex-start;
    vertical-align: top;
  }
  main .productPage .product-container .row .product-item {
    margin: 0;
    flex: 0 0 25%;
  }
}/*# sourceMappingURL=style.css.map */