:root {
  --nav-height: 100px;
  --common-padding: 143px;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/HubotSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* @font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/字魂57号-创细黑.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/字魂58号-创中黑.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/字魂59号-创粗黑.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
} */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  color: #000000;
  font-family: 'icomoon', sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

:focus {
  outline: medium;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.container {
  margin: 0 auto;
  padding: 0 var(--common-padding);
}

/* å¤´éƒ¨å¯¼èˆª */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #000;
  background: #fff;
  z-index: 999;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
}

.header-hover {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: transparent;
}

.nav-container {
  display: flex;
  align-items: center;
  height: var(--nav-height);
  padding: 0 var(--common-padding);
}

.logo {
  font-size: 20px;
  font-weight: bold;
}

.logo img {
  width: 190px;
}

.nav-menu {
  display: flex;
  list-style: none;
  margin-left: auto;
}

.nav-menu>li>a {
  display: block;
  height: var(--nav-height);
  line-height: var(--nav-height);
  font-size: 14px;
  padding: 0 25px;
  white-space: nowrap;
  cursor: pointer;
}

.nav-menu>li>a .icon-arrow {
  display: none;
}

.nav-menu .active {
  color: #f15a24;
  text-decoration: underline;
}

.nav-menu .language {
  text-decoration: underline;
}

.nav-menu>li>a:hover {
  color: #f15a24;
  text-decoration: underline;
}

.nav-menu .menu-dropdown {
  background: rgba(255, 255, 255, 1);
  position: absolute;
  top: var(--nav-height);
  left: 0;
  width: 100%;
  height: calc(100vh - var(--nav-height));
  /* padding: 50px; */
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  /* transition: all 0.3s; */
  border-top: 1px solid #d9d8d8;
  z-index: 100;
}

.nav-menu li:hover .menu-dropdown {
  opacity: 1;
  visibility: visible;
}

.nav-menu .menu-dropdown .product-menu {
  display: flex;
  align-items: flex-start;
  /* gap: 70px; */
  color: #000;
  padding: 50px var(--common-padding) 50px 0;
}

.nav-menu .menu-dropdown .product-menu .pm-left {
  flex: 1;
}

.nav-menu .menu-dropdown .product-menu .pm-right {
  width: 25%;
}

.nav-menu .menu-dropdown .product-menu .pm-right img {}

.nav-menu .menu-dropdown .aboutus-menu {
  padding: 30px 0;
}

.nav-menu .menu-dropdown .aboutus-menu li {
  padding: 40px 50px 40px var(--common-padding);
}

.nav-menu .menu-dropdown .aboutus-menu li+li {
  border-top: 1px solid #ccc;
}

.nav-menu .menu-dropdown .aboutus-menu li a:hover {
  color: #f15a24;
  text-decoration: underline;
}

.nav-icons {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-left: 25px;
}

.nav-icons .favorite {
  width: 15px;
  height: 15px;
}

.nav-icons .favorite svg {
  width: 100%;
  height: 100%;
  stroke-width: 2px;
  fill: #fff;
  stroke: #000;
}

.header-hover .nav-icons .favorite svg {
  fill: transparent;
  stroke: #fff;
}

/* .header-top {
  padding: 0 40px;
} */

.menu-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

.language-item {
  position: relative;
}

.language-dropdown {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #000;
  border-radius: 6px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, .12);
  min-width: 120px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 1000;
}

.language-item:hover .language-dropdown {
  opacity: 1;
  visibility: visible;
}

.language-dropdown ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.language-dropdown li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.language-dropdown li a:hover {
  color: #f15a24;
  background: #f5f5f5;
}

.banner-video {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-video video {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.banner-video .banner-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 1;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.banner-text h1 {
  font-size: 68px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px;
}

.banner-text p {
  font-size: 20px;
}

.swiper {
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  overflow: hidden;
  margin-top: auto;
  transform: translateY(-50%);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0;
}

.case-swiper .swiper-button-next,
.case-swiper .swiper-button-prev {
  width: 56px;
  height: 56px;
  /* bottom: 35px; */
  /* margin-top: auto; */
  background-size: 100%;
  background-repeat: no-repeat;
}

.case-swiper .swiper-button-prev {
  background-image: url('../img/icon_arrow_left.png') !important;
  left: 45px;
}

.case-swiper .swiper-button-next {
  background-image: url('../img/icon_arrow_right.png') !important;
  right: 45px;
}

.product-swiper .swiper-button-next,
.product-swiper .swiper-button-prev {
  width: 86px;
  height: 86px;
  margin-top: -36px;
  background-size: 100%;
}

.product-swiper .swiper-button-prev {
  background-image: url('../img/icon_arrow_left.png') !important;
  left: 45px;
}

.product-swiper .swiper-button-next {
  background-image: url('../img/icon_arrow_right.png') !important;
  right: 45px;
}

.product-detail-swiper {
  margin-bottom: 100px;
}

.product-detail-swiper .swiper-button-next,
.product-detail-swiper .swiper-button-prev {
  width: 56px;
  height: 56px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.product-detail-swiper .swiper-button-prev {
  background-image: url('../img/icon_arrow_left.png') !important;
  left: 45px;
}

.product-detail-swiper .swiper-button-next {
  background-image: url('../img/icon_arrow_right.png') !important;
  right: 35px;
}

.section {
  padding: 60px 0 0;
}

.section-title {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}

.swiper-slide img {
  cursor: pointer;
}

.case-slide {
  position: relative;
  overflow: hidden;
  height: auto;
}

.case-slide img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
  object-fit: cover;
}

.case-slide img:hover {
  transform: scale(1.05);
}

.case-label {
  position: absolute;
  bottom: 50px;
  left: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  padding: 0 20px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.product-slide {
  position: relative;
  height: auto;
}

.product-img {
  overflow: hidden;
  /* aspect-ratio: 600 / 675; */
}

.product-slide img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
  object-fit: contain;
}

.product-slide img:hover {
  transform: scale(1.05);
}


.product-info {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
}

.factory-video {
  position: relative;
  overflow: hidden;
}

.factory-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.factory-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.play-btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  z-index: 10;
}

.service-area {
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
}

.service-item {
  position: relative;
  flex: 1;
}

.service-item img {
  width: 100%;
  object-fit: cover;
}

.service-label {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #fff;
  font-size: 24px;
  text-align: center;
  z-index: 10;
}

.service-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}

.service-play img {
  width: 60px;
}

.model-area {
  font-size: 44px;
  margin: 60px 0 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.model-area li {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 90px;
}

.model-area li .icon-img {
  height: 42px;
  transition: all 0.3s ease-out;
}

.model-area li .model-img {
  margin: 0 8px;
  width: 0;
  height: 90px;
  overflow: hidden;
  transition: all 0.5s ease-out;
  position: relative;
}

.model-area li .model-img img {
  max-width: none;
  width: 160px;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
  position: absolute;
  left: 50%;
  transform: scale(1.25) translateX(-50%);
}

.model-area li:hover .model-img {
  width: 160px;
}

.model-area li:hover .model-img img {
  transform: scale(1) translateX(-50%);
}

.model-area li:hover .icon-img {
  transform: scale(1.25);
}

.download-area {
  display: flex;
}

.download-item {
  flex: 1;
  position: relative;
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
}

.download-item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.3;
}

.download-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.download-info {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 25px;
  z-index: 10;
}

.download-ttl {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}

.download-btn {
  width: 88px;
  height: 25px;
  background: #fff;
  border-radius: 20px;
  font-size: 10px;
  font-weight: bold;
  margin: 35% 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  cursor: pointer;
}

.download-btn img {
  width: 10px;
  height: auto;
}

.download-text {
  font-size: 10px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}

.category-area {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.category-area li {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.category-area li img {
  width: 100%;
}

.category-area li .name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-area.columns-4 li {
  width: calc((100% - 60px) / 4);
}

.category-area.columns-3 {
  justify-content: space-evenly;
}

.category-area.columns-3 li {
  width: calc((100% - 160px) / 3);
  padding: 0 20px;
}

.page-banner {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.page-banner img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 2.35 / 1;
}

.page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.page-banner h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.page-container {
  /* display: flex; */
  margin: 0 auto;
  /* gap: 60px; */
  overflow: hidden;
  position: relative;
}

.sidebar-flex {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 60px;
  float: left;
  position: relative;
  z-index: 1;
  padding-right: 8px;
  border-top: 20px solid #fff;
  overflow-y: auto;
  overflow-x: hidden;
}

.sidebar-breadcrumb {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  cursor: pointer;
}

.sidebar-breadcrumb.active span {
  transform: rotate(90deg);
}

.sidebar {
  width: 200px;
  flex-shrink: 0;
}

.sidebar>ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sidebar>ul+ul {
  margin-top: 30px;
}

.sidebar>ul li {
  font-size: 18px;
  color: #666767;
  cursor: pointer;
  transition: color 0.2s;
  width: 100%;
}

.sidebar>ul li.active {
  color: #f15a24;
}

.sidebar>ul li:hover {
  color: #f25a38;
}

.sidebar>ul li .sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar>ul li .sidebar-link .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sidebar>ul li .sidebar-link .icon {
  transition: transform 0.2s;
}

.sidebar>ul li .sidebar-link.active .icon {
  transform: rotate(90deg);
}

.sidebar>ul li .sidebar-submenu {
  padding: 20px 0 0 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sidebar>ul li .sidebar-submenu li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-container .content {
  flex: 1;
  position: relative;
  padding-left: 260px;
}

.page-container .content-header {
  margin-bottom: 60px;
}

.page-container .content-header h2 {
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 40px;
}

.page-container .content-tag {
  font-size: 24px;
}

.page-container .content .big-a {
  position: absolute;
  top: -60px;
  right: 0;
  font-size: 290px;
  line-height: 1;
  font-weight: 500;
  color: #f7f7f7;
  z-index: -1;
}

.color-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 30px;
  background: #eeecea;
  padding: 70px 60px;
}

.color-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
}

.color-block {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.color-name {
  font-size: 12px;
}

.color-code {
  font-size: 10px;
}


.product-furniture {
  margin-bottom: 45px;
  padding-left: var(--common-padding);
}

.product-furniture+.product-furniture {}

.product-furniture-title {
  font-size: 24px;
  font-weight: 400;
  color: #e55927;
  margin-bottom: 30px;
}

.product-furniture-area {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}

.product-furniture-col {
  width: 25%;
  padding-right: 10px;
}

.product-furniture-col:last-child {
  border-right: none;
  padding-right: 0;
}

.cabinet-system .product-furniture-col {
  width: 254px;
}

.product-furniture-ttl {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
  white-space: nowrap;
  width: fit-content;
}

.product-furniture-list {
  list-style: none;
}

.product-furniture-list li {
  font-size: 12px;
  margin-bottom: 10px;
  word-break: break-word;
}

.product-furniture-list li a:hover {
  color: #f15a24;
  text-decoration: underline;
}

.page-head {
  display: flex;
  align-items: center;
  position: relative;
}

.page-title {
  font-size: 40px;
}

.page-title .name {
  font-size: 46px;
  font-weight: 400;
  margin-bottom: 20px;
}

.page-title .subname {
  font-size: 34px;
}

.back-link {
  font-size: 12px;
  position: absolute;
  left: 0;
}


.page-sub-title {
  font-size: 28px;
  font-weight: 400;
  line-height: 44px;
  position: relative;
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.case-card {
  max-width: 1200px;
  margin: 0 auto 60px;
  background-color: rgba(232, 231, 228, 0.4);
  border-radius: 20px;
  padding: 75px 50px 50px 50px;
}

.case-title {
  margin-bottom: 30px;
}

.case-title-en {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 35px;
}

.case-title-cn {
  font-size: 40px;
}

.case-divider {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin: 45px 0 70px;
}

.case-content {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 160px;
  margin-bottom: 120px;
  font-size: 16px;
  line-height: 1.6;
}

.case-content-text p {
  margin-bottom: 16px;
}

.case-content-info h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

.case-content-info p {
  margin-bottom: 30px;
}

.case-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 8px;
  margin-bottom: 40px;
}

.case-images-item {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.case-images-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-viewall {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.case-viewall-icon img {
  width: 30px;
}

.product-category-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-left: auto;
}

.product-category-nav a {
  font-size: 14px;
  color: #040000;
}

.product-category-nav a:hover {
  color: #f15a24;
  text-decoration: underline;
}

.product-list {
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); */
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.product-item {
  background: #fff;
  overflow: hidden;
}

.product-item .image-wrapper {
  position: relative;
  padding-top: 100%;
  background-color: #f0f0f0;
  display: block;
}

.product-item .product-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  transition: all 0.3s ease;
}

.product-item .product-hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: all 0.3s ease;
}

.product-item .image-wrapper:hover .product-image {
  opacity: 0;
}

.product-item .image-wrapper:hover .product-hover-image {
  opacity: 1;
}

.product-item .wishlist-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  /* background: #7f8080; */
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  background: url(../img/icon_heart.png);
  background-size: 100%;
}

.product-item .wishlist-btn.active {
  background: url(../img/icon_heart_active.png);
  background-size: 100%;
}

.product-item .wishlist-btn svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  transition: fill 0.2s ease;
  display: none;
}

.product-item .wishlist-btn.active svg {
  fill: #f00;
}

.product-item .image-wrapper:hover .wishlist-btn {
  display: flex;
}

.product-item .info {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 16px;
}

.product-detail-text {
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  margin: 100px 0;
}


.product-detail-info {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 80px 0;
}

.product-detail-info .item {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background: #f7f5f4;
  padding: 25px 10px;
  flex: 1;
  min-width: 0;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}

.product-detail-info .item img {
  width: 16px;
}

.product-detail-other .page-sub-title {
  margin: 80px 0;
}

.product-detail-other .product-info {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-top: 20px;
}

.product-detail-other .product-swiper .swiper-button-next,
.product-detail-other .product-swiper .swiper-button-prev {
  width: 56px;
  height: 56px;
  margin-top: -32px
}

.product-detail-other .product-swiper .swiper-button-prev {
  left: 36px;
}

.product-detail-other .product-swiper .swiper-button-next {
  right: 36px;
}

.product-detail-other .product-slide img {
  object-fit: contain;
}

.tab-area {
  margin-top: 50px;
}

.tab-area .tab-nav {
  display: flex;
  gap: 10px;
  margin-bottom: 80px;
  background: #eeecea;
  border-radius: 8px;
}

.tab-area .tab-nav-item {
  padding: 18px 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border: none;
  background: transparent;
}

.tab-area .tab-nav-item.active {
  position: relative;
}

.tab-area .tab-nav button.active {
  text-decoration: underline;
}

.tab-area .tab-content {}

.tab-area .tab-content .tab-content-item {
  display: none;
}

.tab-area .tab-content .tab-content-item.active {
  display: block;
}

.dimensions-area {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background: #fff;
  padding: 10px;
}

.dimensions-card-header {
  background: #e6e6e5;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 20px;
}

.dimensions-card-size {
  color: #e71f19;
  font-weight: bold;
}

.dimensions-card-name {
  border-left: 1px solid #000;
  padding-left: 15px;
  margin-left: 15px;
}

.dimensions-card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.dimensions-card-body img {
  cursor: pointer;
}

.product-model-area {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.product-model-item {
  background: #eeecea;
  border-radius: 10px;
  padding: 35px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-model-item .name {
  font-size: 15px;
}

.product-model-item .size {
  font-size: 11px;
  margin: 5px 0 30px;
}

.product-model-item button {
  border: none;
}

.product-model-other {
  border-top: 1px solid #ccc;
  margin-top: 80px;
}

.product-model-other .page-sub-title {
  margin: 80px 0;
}

.other-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 80px;
}

.other-inner-item {}

.other-inner-item .product-img {}

.other-inner-item .product-img img {}

.other-inner-item .product-info {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-top: 25px;
}

.product-information {}

.product-information .information-top {
  display: flex;
  align-items: center;
}

.product-information .information-top img {
  width: 50%;
}

.product-information .information-top .information-bar {
  width: 50%;
  padding: 0 30px 0 80px;
}

.product-information .information-top .information-bar .information-list {
  line-height: 36px;
  margin-top: 80px;
}

.product-information .information-content {
  margin: 80px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 80px 0;
  font-size: 14px;
  display: flex;
  gap: 100px;
  line-height: 23px;
}

.product-information .information-content .ic-box {
  flex: 1;
  min-width: 0;
}

.services-banner {
  margin-top: 60px;
}

.solutions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 50px 0 70px;
}

.solution-card {
  background-color: #f7f5f5;
  padding: 160px 10px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.solution-icon {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a8a8a8;
  transition: all 0.3s ease;
}

.solution-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 150px;
  transition: all 0.3s ease;
}

.solution-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f5f4;
  padding: 60px 30px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.solution-detail h3 {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  margin: auto 0 30px;
}

.solution-detail p {
  font-size: 14px;
  line-height: 26px;
}

.solution-card:hover .solution-title {
  opacity: 0;
  visibility: hidden;
}

.solution-card:hover .solution-detail {
  opacity: 1;
  visibility: visible;
}

.case-category {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
  margin-top: 70px;
}

.case-category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.case-category-card .c-img {}

.case-category-card .c-ttl {
  font-size: 20px;
  margin-top: 30px;
  text-align: center;
}

.case-category-card .c-text {
  font-size: 14px;
  margin-top: 30px;
}

.case-category-card .c-discover {
  margin-top: 40px;
}

.case-banner {
  margin-top: 60px;
}

.case-information {
  margin: 80px 0;
  border-bottom: 1px solid #ccc;
  padding: 0 40px 80px;
  font-size: 18px;
  display: flex;
  gap: 100px;
}

.case-information .ci-box {
  flex: 1;
  min-width: 0;
}

.case-information .ci-text1 {
  font-size: 28px;
  line-height: 48px;
}

.case-information .ci-text2 {
  font-size: 16px;
  line-height: 48px;
}

.case-information .ci-text3 {
  margin-top: 150px;
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
}

.case-picture .page-sub-title {
  margin-bottom: 80px;
}

.case-picture-link {
  cursor: pointer;
}

.modal-picture {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 8px;
  background: #fff;
}


.material-title {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
}


.material-text {
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  max-width: 1200px;
  margin: 60px auto 0;
}

.material-text-wrap {
  max-width: 1360px;
  margin: auto;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}

.material-text-wrap .material-text {
  width: 50%;
  padding: 0 40px;
}


.material-section {
  margin-top: 80px;
}

.material-imgwrap {
  margin-top: 80px;
}

.material-imgwrap img {
  width: 100%;
  margin: auto;
}

.material-imgwrap video {
  width: 100%;
}

.hardware-accessories {
  background: #f7f5f4;
  border-radius: 25px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 80px 50px;
  padding: 80px;
  margin-top: 80px;
}

.hardware-accessories .accessories {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hardware-accessories .accessories img {}

.hardware-picture {
  margin-top: 80px;
}

.material-foaming {
  display: flex;
  gap: 40px;
  max-width: 900px;
  margin: 80px auto 0;
}

.material-foaming .foaming-img {
  flex: 1;
}

.material-foaming .foaming-img img {
  width: 100%;
}

.material-foaming .foaming-process {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.material-foaming .foaming-process .text {
  font-size: 24px;
  line-height: 28px;
  white-space: nowrap;
}

.stats-section {
  display: flex;
  justify-content: space-between;
  background-color: #f7f5f4;
  padding: 70px 20px;
  margin: 80px 0 50px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 30px;
  border-right: 1px solid #ccc;
  flex: auto;
}

.stat-item:last-child {
  border-right: none;
}

.stat-number {
  font-size: 40px;
  font-weight: 500;
  color: #ef8201;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 14px;
  text-align: center;
}

.philosophy-picture {
  margin-top: 30px;
}

.icon-menu {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.icon-menu img {
  width: 26px;
}

.activity-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.gallery-item-full {
  grid-column: 1 / -1;
}

.gallery-item {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.store-locations {
  max-width: 900px;
  margin: 80px auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 80px 80px;
}

.store-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.store-city {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 24px;
  font-weight: 500;
}

.location-icon {}

.location-icon img {
  width: 24px;
}

.store-details {
  font-size: 12px;
  line-height: 20px;
  padding-left: 35px;
}

.about-line {
  margin-top: 80px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 120px;
  padding: 0 70px;
}

.form-group {
  margin-bottom: 80px;
}

.form-label {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.form-input,
.form-textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #333;
  padding: 0 0 13px 0;
  font-size: 16px;
  background-color: transparent;
  display: block;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #aaa;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-bottom-color: #000;
}

.form-textarea {
  min-height: 191px;
  resize: none;
}

.form-checkbox-group {
  display: flex;
  align-items: center;
  padding-top: 26px;
}

.form-checkbox-btn {
  font-size: 16px;
  color: #7f8080;
  padding: 15px 20px;
  border: 1px solid #333;
  background: transparent;
  cursor: pointer;
}

.top-search-bar {
  background: #eeecea;
  max-width: 600px;
  border-radius: 8px;
  margin: 50px auto 80px;
  display: flex;
  gap: 10px;
  padding: 15px;
}

.search-input {
  flex: 1;
  min-width: 0;
  padding: 5px;
  border: 0;
  font-size: 18px;
  background: transparent;
}

.search-btn {
  padding: 10px 24px;
  background-color: #ef8201;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.filter-bar {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  margin-bottom: 20px;
  flex-wrap: wrap;
  background: #fff;
}

.filter-bar .breadcrumb {
  font-size: 22px;
}

.file-type-tabs {
  display: flex;
  gap: 20px;
  margin-left: auto;
}

.file-type-tab {
  padding: 10px 16px;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  background-color: #b2b2b2;
  color: #fff;
  min-width: 100px;
}

.file-type-tab.active {
  background-color: #ef8201;
  color: white;
  border-color: #ef8201;
}

.commons-product-wrap {
  border: 1px solid #999;
  padding: 50px 30px;
}

.commons-product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
  max-height: 800px;
  overflow-y: auto;
  padding: 0 20px;
}

.commons-product-card {}

.cp-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background-color: #f8f8f8;
}

.cp-info {
  padding: 10px 0 0;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cp-name {
  font-weight: 500;
}

.cp-icon {
  cursor: pointer;
  width: 16px;
}


.commons-sidebar .sidebar>ul {
  gap: 10px;
}

.commons-sidebar .sidebar>ul li {
  font-size: 14px;
  /* color: #040000; */
}

.commons-sidebar .sidebar>ul li .sidebar-submenu {
  padding: 10px 0 5px 10px;
  gap: 10px;
}

.sidebar-nav::-webkit-scrollbar {
  width: 4px;
}

.sidebar-nav::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

.product-btn-inner {
  margin: 100px 0;
  display: flex;
  justify-content: center;
}

.btn-next-page {
  font-size: 16px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
  display: block;
  cursor: pointer;
  color: #000;
}

.divider {
  height: 1px;
  background-color: #ccc;
  margin-bottom: 80px;
}


.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}

.modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.modal-overlay .modal-content {
  position: relative;
  /* width: 100%; */
  /* max-width: 90%; */
  max-height: 90vh;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.modal-overlay.show .modal-content {
  transform: scale(1);
}

.modal-overlay .modal-video {
  width: 100%;
  /* max-width: 1200px; */
  max-height: 90vh;
}

.modal-overlay .close-modal {
  position: absolute;
  top: -35px;
  right: 5px;
  color: #fff;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
}

.modal-download {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 760px;
  padding: 45px;
  background: #fff;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
}

.modal-download .left {
  width: 50%;
  color: #fff;
  padding: 70px 45px 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(../img/bg-download.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.modal-download .left .dl-logo img {
  height: 16px;
}

.modal-download .left .dl-ttl {
  font-weight: bold;
  font-size: 36px;
}

.modal-download .left .dl-txt {
  font-size: 14px;
  line-height: 1.4;
}

.modal-download .right {
  width: 50%;
  background: #fff;
  padding: 90px 60px 45px;
}

.modal-download .right .dr-ttl {
  font-size: 18px;
  padding: 0 15px;
}

.modal-download .right .dr-cont {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

.modal-download .right .input-group {
  background: #f6f6f6;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  min-height: 40px;
  padding: 10px 15px;
}

.modal-download .right .input-group .name {
  font-size: 14px;
}

.modal-download .right .input-group .name .required {
  color: #f15a24;
}

.modal-download .right .input-group .form-control {
  border: none;
  padding: 0 5px;
  background: transparent;
  line-height: 20px;
}

.modal-download .right .input-group .input-control {
  flex: 1;
}

.modal-download .right .input-group .textarea-control {
  width: 100%;
}

.modal-download .md-ttl {
  font-size: 30px;
}

.modal-download .md-input {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 0 20px 0 35px;
}

.modal-download .md-input img {
  width: 22px;
}

.modal-download .md-input input {
  height: 80px;
  border: 0;
  border-left: 1px solid #ccc;
  margin: 0 0 0 35px;
  padding: 10px 30px;
  font-size: 18px;
  flex: 1;
  width: 0;
}

.modal-download .md-input .btn-key {
  background: #be7c26;
  border: none;
  border-radius: 10px;
  font-size: 26px;
  color: #fff;
  padding: 7px 12px;
  cursor: pointer;
}

.modal-download .md-text {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.modal-download .md-contact {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  gap: 40px;
}

.btn-confirm {
  background: #ef8201;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  width: fit-content;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  padding: 0 30px;
  border: none;
  cursor: pointer;
}

.modal-DSMax {
  width: 960px;
  height: 680px;
  margin: auto;
  background: #fff;
  border-radius: 20px;
  padding: 80px 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal-DSMax .DSMax-ttl {
  font-size: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.modal-DSMax .DSMax-ttl img {
  width: 66px;
}

.modal-DSMax .DSMax-file {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 80px 100px;
  margin: 60px 0;
  overflow: auto;
  flex: 1;
}

.modal-DSMax .DSMax-file li {
  width: calc((100% - 300px) / 4);
}

.modal-DSMax .DSMax-file li img {}

.modal-DSMax .btn-3DSMax-download {
  background: #ef8201;
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  width: fit-content;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  padding: 0 30px;
  border: none;
  cursor: pointer;
}

.modal-DSMax .btn-3DSMax-download img {
  width: 20px;
}


footer {
  background: #000;
  color: #fff;
  padding: 60px 150px;
  margin-top: 60px;
  position: relative;
  z-index: 10;
}

.footer-container {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.footer-logo-area {
  flex: 1;
}

.footer-logo {
  font-size: 20px;
  font-weight: bold;
}

.footer-logo img {
  height: 18px;
}

.footer-info {
  width: 68%;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

.footer-info .info {
  line-height: 1.8;
}

.footer-info .info h4 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 20px;
}

.footer-info .info p {
  font-size: 12px;
}

.footer-social {
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.footer-slogan {
  font-size: 26px;
  flex: 1;
}

.footer-social .social {
  width: 68%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding: 50px 0;
}

.footer-social .social-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footer-social .social-item .icon-qr {
  max-width: 100px;
  width: 100%;
  cursor: pointer;
}

.footer-social .social-item .icon-qr-popup {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.footer-social .social-item:hover .icon-qr-popup {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 10px);
}

.footer-social .social-item .icon-qr-popup img {
  width: 100px;
  max-width: none;
  max-height: none;
}

.footer-social .social-item .icon-qr-popup p {
  font-size: 8px;
  text-align: center;
  margin-top: 10px;
}

.footer-social .social-item .icon-logo {
  height: 30px;
  transition: all 0.3s ease-out;
}

.footer-social .social-item .icon-logo:hover {
  transform: scale(1.25);
}

.footer-social .social-item .social-text {
  width: 230px;
  font-size: 12px;
}

.footer-social .social-item .social-text span {
  display: block;
  font-size: 8px;
  margin-top: 10px;
}

.footer-copyright {
  text-align: center;
  font-size: 14px;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}

.common-top-line {
  margin-top: calc(var(--nav-height));
}

.common-top {
  margin-top: calc(var(--nav-height) + 50px);
}

.justify-content-center {
  justify-content: center;
}

.hidden {
  overflow: hidden;
}

.w-33 {
  width: calc((100% - 60px) / 3);
}

.w-66 {
  width: calc((100% - 60px) / 3 * 2 + 30px);
}

.w-50 {
  width: calc(50% - 20px);
}

.w-100 {
  width: calc(100%);
}

.radio-vertical {
  display: block;
  width: 100%;
  height: 100%;
}

.radio-horizontal {
  aspect-ratio: 16 / 9;
  display: block;
  height: 100%;
  width: 100%;
}

.ratio-16x9 {
  aspect-ratio: 16 / 9;
}

.product-swiper .radio-vertical {
  display: block;
  width: 100%;
  height: calc(100% - 72px);
}

.product-swiper .radio-horizontal {
  aspect-ratio: 16 / 9;
  display: block;
  width: 100%;
  height: calc(100% - 72px);
}

/* loading */
.common-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.common-loading.fullscreen {
  position: fixed;
}

.common-loading.show {
  visibility: visible;
  opacity: 1;
}

.sp-sidebar-menu {
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.sp-language {
  display: none;
}

@media (max-width: 1400px) {
  :root {
    --common-padding: 100px;
  }

  .solution-card {
    padding: 100px 10px 40px;
  }

  .solution-title {
    margin-top: 100px;
  }

  .solution-icon {
    height: 70px;
  }

  .solution-detail {
    padding: 20px 20px 20px;
  }

  .solution-detail .solution-icon {
    height: 50px;
  }

  .solution-detail h3 {
    font-size: 18px;
    margin: auto 0 10px;
  }

  .solution-detail p {
    font-size: 12px;
    line-height: 20px;
  }

  .stats-section {
    padding: 50px 10px;
  }

  .stat-item {
    padding: 0 20px;
  }

  .stat-number {
    font-size: 32px;
  }

  footer {
    padding: 60px 50px;
  }

  .footer-info {
    gap: 40px;
  }

  .nav-menu>li>a {
    padding: 0 18px;
  }

  .nav-icons {
    margin-left: 18px;
  }

}

@media (max-width: 1120px) {
  :root {
    --common-padding: 30px;
  }

  .nav-menu .menu-dropdown .aboutus-menu li {
    padding: 30px 30px 30px var(--common-padding);
  }

  .nav-menu>li>a {
    padding: 0 15px;
  }

  .nav-icons {
    margin-left: 15px;
  }

  .product-furniture-area {
    /* grid-template-columns: repeat(4, 1fr); */
  }

  .product-furniture-col:nth-child(4n) {
    border-right: none;
  }

  .other-inner {
    gap: 40px;
  }

  .stats-section {
    padding: 40px 0;
    margin: 40px 0 40px;
  }

  .stat-item {
    padding: 0 10px;
  }

  .stat-number {
    font-size: 26px;
  }

  .stat-label {
    font-size: 12px;
  }

  .color-grid {
    gap: 30px;
    padding: 50px 40px;
  }
}

@media (max-width: 960px) {
  :root {
    --common-padding: 20px;
  }

  .nav-menu .menu-dropdown .aboutus-menu {
    padding: 0;
  }

  .nav-menu .menu-dropdown .aboutus-menu li {
    padding: 25px 30px 25px var(--common-padding);
  }

  .nav-menu>li>a {
    padding: 0 10px;
    font-size: 12px;
  }

  .nav-icons {
    margin-left: 10px;
  }

  .color-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  footer {
    padding: 60px 20px;
    margin-top: 40px;
  }

  .footer-info {
    gap: 20px;
  }

  .model-area li {
    height: 70px;
  }

  .model-area li .icon-img {
    height: 35px;
  }


}

@media (max-width: 768px) {
  :root {
    --nav-height: 60px;
  }

  body,
  .tab-area .tab-nav-item,
  .btn-next-page {
    font-family: 'icomoon', sans-serif;
  }

  .common-top {
    margin-top: calc(var(--nav-height) + 20px);
  }

  .nav-icons {
    margin-left: auto;
  }

  .nav-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    flex-direction: column;
    padding: 20px;
    overflow: auto;
    border-top: 60px solid transparent;
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-menu.active+.nav-icons .menu-toggle {
    color: #fff;
  }

  .nav-menu>li>a {
    line-height: 35px;
    height: 35px;
    padding: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
  }

  .nav-menu>li>a .icon-arrow {
    display: block;
    margin-left: auto;
    width: 14px;
  }

  .nav-menu>li>a .icon-arrow.rotate {
    transform: rotate(90deg);
  }

  .nav-menu>li:last-child.language-item {
    display: none;
  }

  .nav-menu .menu-dropdown {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: 0;
    border-top: 0;
    padding: 10px;
    height: auto;
    display: none;
    background: transparent;
  }

  .nav-menu .menu-dropdown .product-menu .pm-right {
    display: none;
  }

  .menu-toggle {
    display: block;
    z-index: 99;
  }

  .nav-menu .menu-dropdown .product-menu {
    padding: 0;
    color: #fff;
  }

  .logo {
    z-index: 10;
  }

  .banner-text h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .banner-text p {
    font-size: 14px;
  }

  .factory-text {
    font-size: 60px;
  }

  .model-title {
    font-size: 28px;
  }

  .download-area {
    flex-direction: column;
  }

  .service-area {
    flex-direction: column;
    gap: 20px;
  }

  .page-banner {
    /* margin-top: var(--nav-height); */
  }

  .page-banner h1 {
    font-size: 30px;
  }

  .page-banner.spbanner img {
    aspect-ratio: 3 / 4;
  }

  .page-container {
    flex-direction: column;
    gap: 40px;
  }

  .sidebar {
    width: 100%;
  }

  .sidebar>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .sidebar>ul li {
    margin: 0;
    font-size: 14px;
  }

  .page-container .content-header {
    margin-bottom: 30px;
  }

  .page-container .content .big-a {
    font-size: 10rem;
    top: -10px;
  }

  .color-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    padding: 20px 20px;
  }

  .product-furniture-title {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .product-furniture-area {
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 20px;
    padding-bottom: 20px;
    flex-direction: column;
  }

  .product-furniture-col {
    border-right: none !important;
    padding-right: 0;
    width: auto !important;
  }

  .product-furniture-ttl {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: normal;
  }

  .product-furniture-list li {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .case-card {
    padding: 25px;
  }

  .case-title-en {
    font-size: 18px;
  }

  .case-title-cn {
    font-size: 22px;
  }

  .case-content {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .case-images {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .product-detail-info {
    gap: 10px;
    margin: 40px 0;
  }

  .product-detail-info .item {
    padding: 15px 10px;
    font-size: 12px;
    flex: 0 0 calc(50% - 5px);
    gap: 10px;
  }

  .other-inner {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }

  .solutions {
    grid-template-columns: 1fr;
    margin: 40px 0;
  }

  .case-category {
    grid-template-columns: 1fr;
    margin-top: 40px;
    gap: 30px;
  }

  .case-category-card .c-ttl {
    font-size: 16px;
    margin-top: 20px;
  }

  .case-category-card .c-text {
    margin-top: 20px;
  }

  .case-category-card .c-discover {
    margin-top: 20px;
  }

  .case-information {
    margin: 40px 0;
    flex-direction: column;
    gap: 40px;
    padding: 0 0 40px 0;
  }

  .case-information .ci-text1 {
    font-size: 14px;
    line-height: 1.6;
  }

  .case-information .ci-text2 {
    font-size: 12px;
    line-height: 1.6;
  }

  .case-information .ci-text3 {
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.8;
  }

  .color-item {
    font-size: 14px;
    gap: 6px;
  }

  .activity-gallery {
    /* grid-template-columns: 1fr; */
    gap: 10px;
  }

  .gallery-item-full {
    /* grid-column: auto; */
  }

  .store-locations {
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 40px auto;
  }

  .store-item {
    gap: 20px;
  }

  .store-city {
    font-size: 16px;
    gap: 10px;
  }

  .store-details {
    font-size: 12px;
    line-height: 32px;
    padding-left: 30px;
  }

  .page-sub-title {
    font-size: 20px;
    line-height: 1.4;
  }

  .section {
    padding: 40px 0 0;
  }

  .service-label {
    font-size: 20px;
  }

  .section-title {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .product-info {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .model-area {
    margin: 50px 0 50px;
    gap: 20px;
  }

  .model-area li {
    height: 62px;
  }

  .model-area li .icon-img {
    height: 32px;
  }

  .modal-download {
    padding: 30px 20px;
    gap: 20px;
    margin: 0 20px;
  }

  .modal-download .md-ttl {
    font-size: 26px;
  }

  .modal-download .md-input input {
    height: 50px;
    margin: 0 0 0 20px;
    padding: 10px 20px;
  }

  .modal-download .md-input {
    padding: 0 10px 0 20px;
  }

  .modal-download .md-input .btn-key {
    font-size: 16px;
  }

  .modal-download .md-text {
    font-size: 14px;
  }

  .modal-download .md-contact {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .product-item .info {
    font-size: 12px;
    margin-top: 10px;
  }

  .product-item .image-wrapper:hover .product-image {
    opacity: 1;
  }

  .product-item .image-wrapper:hover .product-hover-image {
    opacity: 0;
  }

  .product-item .image-wrapper:hover .wishlist-btn {
    display: none;
  }

  .product-btn-inner {
    margin: 50px 0;
  }

  .page-head {
    flex-direction: column;
    gap: 20px;
  }

  .page-title {
    font-size: 30px;
  }

  .product-category-nav {
    gap: 10px 20px;
    margin-left: 0;
  }

  .product-detail-text {
    margin: 40px 0;
    font-size: 12px;
    line-height: 20px;
  }

  .product-detail-swiper {
    margin-bottom: 40px;
  }

  .product-detail-other .page-sub-title {
    margin: 40px 0;
  }

  .product-detail-other .product-info {
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px;
  }

  .divider {
    margin-bottom: 40px;
  }

  .product-information .information-top {
    flex-direction: column;
  }

  .product-information .information-top img {
    width: 100%;
  }

  .product-information .information-top .information-bar {
    width: 100%;
    padding: 40px 0 0 0;
  }

  .product-information .information-top .information-bar .information-list {
    line-height: 23px;
    margin-top: 20px;
    font-size: 12px;
  }

  .product-information .information-content {
    margin: 40px 0;
    padding: 40px 0;
    font-size: 12px;
    gap: 40px;
    flex-direction: column;
    line-height: 23px;
  }

  .case-banner {
    margin-top: 40px;
  }

  .case-picture .page-sub-title {
    margin-bottom: 40px;
  }

  .top-search-bar {
    margin: 30px auto 20px;
    padding: 10px;
  }

  .search-input {
    font-size: 14px;
  }

  .search-btn {
    font-size: 14px;
    padding: 8px 20px;
  }

  .file-type-tabs {
    gap: 10px;
  }

  .file-type-tab {
    min-width: auto;
    font-size: 12px;
    padding: 8px 15px;
  }

  .commons-product-wrap {
    padding: 20px;
  }

  .commons-product {
    padding: 0;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .sidebar-nav {
    gap: 20px;
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    max-height: 70vh;
    overflow: auto;
    padding: 0 10px 20px 0;
    left: 0;
    top: 34px;
    z-index: 100;
  }

  .sidebar-flex+.sidebar-flex {
    margin-top: 20px;
  }

  .sidebar-breadcrumb {
    font-size: 16px;
  }

  .sp-sidebar-menu {
    display: block;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 6px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .sp-sidebar-menu img {
    width: 20px;
    transition: all 0.3s;
  }


  .sp-sidebar-menu.active img {
    transform: rotate(180deg);
  }

  .filter-bar .breadcrumb {
    font-size: 16px;
  }

  .services-banner {
    margin-top: 40px;
  }

  .material-section {
    margin-top: 40px;
  }

  .material-text {
    font-size: 12px;
    line-height: 20px;
    max-width: 1200px;
    margin: 20px auto 0;
  }

  .material-text .ttl {
    font-weight: bold;
    display: block;
  }

  .hardware-accessories {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    gap: 20px;
    padding: 20px;
  }

  .hardware-picture {
    margin-top: 40px;
  }

  .material-imgwrap {
    margin-top: 40px;
    gap: 20px;
  }

  .material-foaming .foaming-process .text {
    font-size: 10px;
    line-height: 1.6;
  }

  .stats-section {
    overflow-x: auto;
    flex-wrap: wrap;
    gap: 20px 0;
    padding: 25px 0;
  }

  .stat-item {
    flex: 1 1 33%;
    padding: 0 5px;
  }

  .stat-item:nth-child(3n) {
    border-right: 0;
  }

  .stat-number {
    font-size: 20px;
  }

  .stat-label {
    font-size: 10px;
  }

  .material-text-wrap {
    gap: 0;
    padding: 10px 0;
  }

  .material-text-wrap .material-text {
    width: 100%;
    padding: 0;
    text-align: left;
  }

  .tab-area {
    margin-top: 40px;
  }

  .tab-area .tab-nav {
    gap: 0;
    margin-bottom: 40px;
  }

  .tab-area .tab-nav-item {
    padding: 10px 10px;
    font-size: 12px;
  }

  .dimensions-area {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .dimensions-card-header {
    font-size: 12px;
    padding: 10px 10px;
    border-radius: 10px;
  }

  .dimensions-card-name {
    padding-left: 6px;
    margin-left: 6px;
  }

  .dimensions-card-body {
    padding: 10px;
  }

  .material-title {
    font-size: 18px;
    line-height: 1.4;
  }

  .contact-form {
    margin-top: 40px;
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .form-label {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .form-input,
  .form-textarea {
    font-size: 14px;
    padding: 0 0 10px 0;
  }

  .form-textarea {
    min-height: 160px;
  }

  .form-checkbox-btn {
    font-size: 14px;
    margin: auto;
  }

  .about-line {
    margin-top: 60px;
  }

  .location-icon img {
    width: 16px;
  }

  .footer-container {
    flex-direction: column;
    gap: 30px;
  }

  .footer-info {
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }

  .footer-info .info h4 {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .footer-social {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }

  .footer-slogan {
    font-size: 18px;
  }

  .footer-social .social {
    width: 100%;
    gap: 8px;
    padding: 20px 0;
  }

  .footer-social .social-item .icon-logo {
    height: 20px;
  }

  .footer-copyright {
    padding-top: 30px;
    font-size: 10px;
  }

  .case-swiper .swiper-button-next,
  .case-swiper .swiper-button-prev {
    width: 26px;
    height: 26px;
  }

  .case-swiper .swiper-button-prev {
    left: 12px;
  }

  .case-swiper .swiper-button-next {
    right: 12px;
  }

  .product-swiper .swiper-button-next,
  .product-swiper .swiper-button-prev {
    width: 26px;
    height: 26px;
    margin-top: -25px;
  }

  .product-swiper .swiper-button-prev {
    left: 12px;
  }

  .product-swiper .swiper-button-next {
    right: 12px;
  }

  .product-detail-swiper .swiper-button-next,
  .product-detail-swiper .swiper-button-prev {
    width: 26px;
    height: 26px;
  }

  .product-detail-swiper .swiper-button-prev {
    left: 12px;
  }

  .product-detail-swiper .swiper-button-next {
    right: 12px;
  }

  .product-detail-other .product-swiper .swiper-button-next,
  .product-detail-other .product-swiper .swiper-button-prev {
    width: 26px;
    height: 26px;
  }

  .product-detail-other .product-swiper .swiper-button-prev {
    left: 12px;
  }

  .product-detail-other .product-swiper .swiper-button-next {
    right: 12px;
  }

  .case-label {
    font-size: 12px;
    line-height: 1.4;
    bottom: 20px;
  }

  .product-swiper .radio-vertical {
    height: calc(100% - 50px);
  }

  .w-33 {
    width: calc((100% - 40px) / 3);
  }

  .w-66 {
    width: calc((100% - 4px) / 3 * 2 + 20px);
  }

  .w-50 {
    width: calc(50% - 10px);
  }

  .page-container .content {
    padding-left: 0;
  }

  .common-loading .loader {
    width: 200px;
  }

  .product-furniture {
    padding-left: 0;
    margin-bottom: 0;
  }

  .nav-menu .menu-dropdown .aboutus-menu li {
    padding: 10px 0;
  }

  .nav-menu .menu-dropdown .aboutus-menu li+li {
    border-top: 0;
  }

  .sp-language {
    display: block;
  }

  .language-dropdown {
    display: none;
    opacity: 1;
    visibility: visible;
    position: relative;
    top: 0;
    background: transparent;
    color: #fff;
  }

  .sp-language .language-dropdown {
    position: absolute;
    top: 30px;
    background: #fff;
    color: #000;
  }

  .language-dropdown ul {
    padding: 8px 0;
  }

  .language-dropdown li a {
    padding: 8px 10px;
    font-size: 12px;
  }

  .language-dropdown li a:hover {
    color: #f15a24;
    background: transparent;
    text-decoration: underline;
  }

  .footer-social .social-item:first-child .icon-qr-popup {
    left: 0;
    transform: translateX(0);
  }

  .product-model-area {
    gap: 20px;
  }

  .product-model-item {
    padding: 20px 10px;
  }

  .product-model-item .name {
    font-size: 12px;
  }

  .product-model-item button img {
    width: 16px;
  }

  .product-category-nav {
    display: none;
  }

  .btn-next-page {
    font-size: 12px;
  }

  .solution-title{
    font-size: 16px;
  }

}