@charset "UTF-8";
@import "../bootstrap.css";
@import "../fancybox.css";
@import "../swiper-bundle.min.css";
@import "../owl.carousel.min.css";
@import "../owl.theme.default.css";
@import "../reset.css";
.main-header {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
}

.top-navbar {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 3vw 29px 9vw;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.top-navbar .top-logo {
  max-width: 256px;
  width: 13.3333vw;
  min-width: 200px;
  margin-right: 5vw;
}
.top-navbar .top-logo img {
  width: 100%;
  vertical-align: middle;
}
.top-navbar .navbar-menu {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}
.top-navbar .navbar-menu > li {
  margin-right: 16px;
}
.top-navbar .navbar-menu > li:hover > a {
  color: #bb9453;
}
.top-navbar .navbar-menu > li i {
  width: 11px;
  margin-left: 8px;
}
.top-navbar .navbar-menu > li:last-child {
  margin-right: 0;
}
.top-navbar .navbar-menu > li + li {
  margin-left: 16px;
}
.top-navbar .navbar-menu > li > a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #323232;
}
@media (max-width: 1460px) {
  .top-navbar .navbar-menu > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .top-navbar .navbar-menu > li > a {
    font-size: 14px;
  }
}

.dropdown-toggle::after {
  display: none;
}

.top-search {
  display: flex;
  flex-shrink: 0;
  max-width: 300px;
  width: 15.625vw;
  min-width: 200px;
  margin-left: 4.6875vw;
}
.top-search > input {
  border: none;
  flex-grow: 1;
  height: 41px;
  border-radius: 6px 0 0 6px;
  background-color: #f4f4f4;
  text-indent: 1em;
}
.top-search > input:focus-visible {
  outline: none;
}
.top-search > input::-moz-placeholder {
  text-indent: 1em;
}
.top-search > input::placeholder {
  text-indent: 1em;
}
.top-search > button {
  width: 63px;
  height: 41px;
  border: none;
  background-color: #af9d87;
  border-radius: 0 6px 6px 0;
}
.top-search > button:hover {
  background-color: #a89072;
}

.dropdown-item {
  padding: 16px 24px;
  width: 225px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #565656;
}
.dropdown-item:hover {
  background-color: #f4f4f4;
  color: #565656;
}
.dropdown-item:focus {
  background-color: #fff;
}

.dropdown-menu {
  --bs-dropdown-box-shadow: none;
  --bs-dropdown-border-color: none;
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-link-active-color: #565656;
  transform: translateY(59px) !important;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.dropdown-menu.show {
  display: block;
  padding: 0;
}

@media (max-width: 1680px) {
  .top-navbar {
    padding: 30px 3vw 29px 3vw;
  }
  .top-search {
    margin-left: 30px;
  }
}
@media (max-width: 1451px) {
  .top-search {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .top-navbar {
    padding: 20px 36px;
  }
  .top-navbar .top-logo {
    width: 208px;
    margin-right: 0;
  }
  .top-navbar .navbar-menu {
    z-index: 9999;
    display: none;
    background-color: #f2edea;
    position: absolute;
    flex-direction: column;
    align-items: start;
    top: 73.38px;
    left: 0;
    right: 0;
    padding: 32px 36px;
  }
  .top-navbar .navbar-menu > li {
    width: 100%;
    padding: 16px 0;
  }
  .top-navbar .navbar-menu > li > a i {
    margin-left: auto;
  }
  .top-navbar .navbar-menu > li:last-child {
    margin-right: 0;
  }
  .top-navbar .navbar-menu > li + li {
    margin-left: 0px;
  }
  .top-navbar .navbar-menu > li > a {
    font-size: 16px;
    display: flex;
  }
  .top-search {
    display: flex;
    margin-left: 0px;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    height: 44px;
    margin-bottom: 2rem;
  }
  .top-search input {
    background-color: #ffffff;
  }
  .top-search button {
    width: 62px;
  }
  .dropdown-item {
    padding: 16px 0;
    font-size: 16px;
  }
  .dropdown-item:hover {
    background-color: #f2edea;
  }
  .dropdown-item:focus {
    background-color: #fff;
  }
  .dropdown-menu {
    background-color: #f2edea;
    box-shadow: none;
    transform: translateY(0px) !important;
  }
  .dropdown-menu.show {
    display: block;
    position: relative !important;
    transform: translateY(15px) !important;
    padding: 0;
  }
}
.index-banner {
  width: 100%;
}
.index-banner .swiper {
  width: 100%;
  height: 100%;
}
.index-banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner .swiper-button-next:after,
.index-banner .swiper-button-prev:after {
  opacity: 0;
}
.index-banner .swiper-pagination-bullet {
  width: 32px;
  height: 8px;
  border-radius: 6px;
  background-color: #f4f4f4;
  opacity: 0.8;
}
.index-banner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.index-banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.index-banner .swiper-pagination-bullet-active {
  background-color: #bb9453;
}

.index-about {
  padding: 80px 0;
}
.index-about .index-about-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: auto;
  text-align: center;
}
.index-about .index-about-main > h1 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #bb9453;
  margin-bottom: 2rem;
}
.index-about .index-about-main > span {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
.index-about .index-about-main > h2,
.index-about .index-about-main > h3 {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #a9a9a9;
  margin-bottom: 20px;
}
.index-about .index-about-main > h3 {
  font-weight: 500;
  color: #bb9453;
  margin-top: 48px;
}
.index-about .index-about-main > p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #323232;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.index-about-btn {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: none;
  background: linear-gradient(90deg, #a37a42 0%, #dbb76b 50%, #a37a42 100%);
  background-size: 200% 100%;
  background-position: center;
  color: #fff;
  padding: 22.5px 0;
  width: 263px;
  border-radius: 50px;
  transition: background-position 0.4s ease-in-out;
}
.index-about-btn:hover {
  background-position: left;
}
.index-about-btn i {
  margin-left: 10px;
}

.index-middle-pic {
  width: 100%;
}
.index-middle-pic img {
  width: 100%;
  vertical-align: middle;
}

.product-step-list {
  width: 100%;
}

.index-product-step {
  padding: 96px 0;
  background-color: #f2edea;
}
.index-product-step .product-step-main {
  width: 66.25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.index-product-step .product-step-main > h2 {
  font-size: 50px;
  font-weight: 500;
  color: #bb9453;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.4;
}
.index-product-step .product-step-main > span {
  font-size: 64px;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-weight: 600;
  order: -1;
  margin-bottom: 46px;
}
.index-product-step .product-step-main > p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #323232;
  margin-bottom: 96px;
  text-align: center;
}

.product-step-item {
  text-decoration: none;
  position: relative;
  width: 100%;
  min-height: 362px;
  padding: 30px 32px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 65px;
}
.product-step-item:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.product-step-item.item01 .product-step-content .step-content-pic {
  transform: translate(-10%, -69%);
}
.product-step-item.item02 .product-step-content .step-content-pic {
  transform: translate(-15%, -69%);
}
.product-step-item.item03 .product-step-content .step-content-pic {
  transform: translate(-25%, -69%);
}
.product-step-item.item03 .product-step-content .step-content-pic {
  transform: translate(-25%, -69%);
}
.product-step-item.item04 .product-step-content .step-content-pic {
  transform: translate(-25%, -69%);
}

.product-step-title {
  margin-top: 42px;
  margin-left: 32px;
}
.product-step-title > h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000000;
  margin-bottom: 10px;
}
.product-step-title > span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #c6c6c6;
  margin-bottom: 16px;
  line-height: 1.2;
}
.product-step-title > p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #323232;
}

.product-step-content {
  background: linear-gradient(90deg, #af9d87 0%, #eee4e3 100%);
  border-radius: 16px;
  padding: 32px;
  margin-top: auto;
}
.product-step-content p {
  width: 75%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.4;
}

.step-content-pic {
  top: 0;
  right: 0;
  transform: translate(0, -69%);
  width: 139px;
}
.step-content-pic img {
  width: 100%;
  vertical-align: middle;
}

.step-num {
  transform: translateY(-42%);
  position: absolute;
  top: 0;
  left: 64px;
  display: flex;
  align-items: flex-end;
}
.step-num span {
  position: relative;
  color: #af9d87;
  font-size: 96px;
  z-index: 10;
  text-align: center;
  padding: 5px;
  font-weight: 600;
  border-radius: 10px;
}
.step-num span::before {
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 12px #fff;
  content: attr(data-stroke);
}
.step-num .step-num-pic {
  width: 19.8px;
  transform: translate(13px, -15px);
}
.step-num .step-num-pic img {
  width: 100%;
  vertical-align: middle;
}

.index-drs {
  padding: 120px 0;
  background-image: url(../../src/web/index/index-img-02.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.index-drs .drs-main {
  width: 53.541666%;
  margin: auto;
}
.index-drs .drs-main .drs-content {
  width: 55%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.index-drs .drs-main .drs-content .drs-logo {
  width: 78px;
  margin-bottom: 28px;
  order: -2;
}
.index-drs .drs-main .drs-content .drs-logo img {
  width: 100%;
  vertical-align: middle;
}
.index-drs .drs-main .drs-content span {
  order: -1;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
.index-drs .drs-main .drs-content h2 {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  font-size: 40px;
  text-align: center;
  padding: 12px 80px;
  background: linear-gradient(90deg, #d1b17f 0%, #f8e1bd 29.5%, #906e35 70.5%, #ac8a52 100%);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.index-drs .drs-main .drs-content h3 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 2rem;
}
.index-drs .drs-main .drs-content p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #323232;
  line-height: 1.6;
}
.index-drs .drs-main .drs-cards {
  padding-top: 92px;
  display: flex;
  flex-wrap: wrap;
}
.index-drs .drs-main .drs-cards .drs-cards-item {
  width: 33.33333%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.index-drs .drs-main .drs-cards .drs-cards-item .drs-cards-pic {
  box-sizing: border-box;
  width: 210px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  outline: 12px solid rgba(255, 255, 255, 0.6980392157);
  margin-bottom: 1.5rem;
  transition: 0.3s ease-in-out;
}
.index-drs .drs-main .drs-cards .drs-cards-item .drs-cards-pic:hover {
  outline: 20px solid rgba(255, 255, 255, 0.6980392157);
}
.index-drs .drs-main .drs-cards .drs-cards-item .drs-cards-pic img {
  width: 100%;
  vertical-align: middle;
}
.index-drs .drs-main .drs-cards .drs-cards-item p {
  font-size: 20px;
  color: #323232;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.index-drsplan {
  padding: 96px 0 120px;
}
.index-drsplan .drsplan-main {
  width: 74.6875%;
  margin: auto;
}
.index-drsplan .drsplan-main .drsplan-album {
  width: 50%;
}
.index-drsplan .drsplan-main .drsplan-album .drsplan-pic + .drsplan-pic {
  margin-top: 8px;
}
.index-drsplan .drsplan-main .drsplan-album .drsplan-pic img {
  width: 100%;
  vertical-align: middle;
}
.index-drsplan .drsplan-main .drsplan-content {
  width: 50%;
  padding-top: 159px;
  padding-left: 132px;
}
.index-drsplan .drsplan-main .drsplan-content > h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #bb9453;
  margin-bottom: 28px;
  text-align: center;
}
.index-drsplan .drsplan-main .drsplan-content > h3 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000000;
  margin-bottom: 4rem;
  text-align: center;
}
.index-drsplan .drsplan-main .drsplan-content > p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #323232;
  text-align: center;
}
.index-drsplan .drsplan-main .drsplan-content .drsplan-slogan {
  margin-top: 3rem;
  text-align: center;
}
.index-drsplan .drsplan-main .drsplan-content .drsplan-slogan .drsplan-slogan-name {
  margin-bottom: 1rem;
}
.index-drsplan .drsplan-main .drsplan-content .drsplan-slogan .drsplan-slogan-name h3 {
  font-size: 22px;
  font-weight: 500;
  color: #323232;
  letter-spacing: 0.1em;
}
.index-drsplan .drsplan-main .drsplan-content .drsplan-slogan .drsplan-slogan-name span {
  font-size: 24px;
  color: #a9a9a9;
  display: flex;
  align-items: center;
}
.index-drsplan .drsplan-main .drsplan-content .drsplan-slogan .drsplan-slogan-name span::before {
  content: "";
  display: block;
  width: 1px;
  height: 18.38px;
  transform: rotate(45deg);
  background-color: #a9a9a9;
  margin: 0 11px;
}
.index-drsplan .drsplan-main .drsplan-content .drsplan-slogan p {
  font-size: 20px;
  font-weight: 500;
  color: #323232;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.index-drsplan .drsplan-main .drsplan-content .drsplan-slogan h4 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
  color: #bb9453;
}

.drsplan-album {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.drsplan-album .drsplan-pic {
  width: 100%;
}
.drsplan-album .drsplan-pic img {
  width: 100%;
  vertical-align: middle;
}

.index-hot-product {
  padding: 120px 0;
}
.index-hot-product .hot-product-title {
  width: 74.583333%;
  margin: auto;
  text-align: center;
}
.index-hot-product .hot-product-title > h2 {
  font-size: 50px;
  color: #bb9453;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.index-hot-product .hot-product-title > p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #323232;
}
.index-hot-product .hot-product-carousel {
  width: 74.583333%;
  margin: auto;
}

.owl-product {
  padding: 80px 0;
}
.owl-product .item {
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.owl-product .item:hover .hot-product-pic::after {
  opacity: 0.2;
}
.owl-product .item .hot-product-pic {
  border-radius: 16px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
}
.owl-product .item .hot-product-pic::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
}
.owl-product .item .hot-product-pic img {
  width: 100%;
}
.owl-product .item p {
  font-size: 20px;
  margin-bottom: 1rem;
  color: #000;
}
.owl-product .item span {
  font-size: 18px;
  color: #565656;
}

.owl-dots {
  display: none;
}

.owl-prev,
.owl-next {
  width: 65px;
  position: absolute;
}
.owl-prev img,
.owl-next img {
  width: 100%;
  vertical-align: middle;
}

.owl-prev {
  top: 50%;
  left: -88px;
}

.owl-next {
  top: 50%;
  right: -88px;
}

.index-shopstore {
  display: flex;
  flex-wrap: wrap;
}

.shopstore-map {
  width: 50%;
  position: relative;
}
.shopstore-map::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 55.59071%;
}
.shopstore-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.shopstore-address {
  width: 50%;
  padding: 80px;
  background-color: #f2edea;
}
.shopstore-address h2 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #bb9453;
  margin-bottom: 2rem;
}
.shopstore-address p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #323232;
}
.shopstore-address .address-form {
  padding: 3rem 0;
}
.shopstore-address .address-form .form-select {
  width: 70%;
  height: 53px;
  border: none;
}
.shopstore-address .address-form .form-select:focus {
  box-shadow: none;
}
.shopstore-address .address-form .form-select + .form-select {
  margin-top: 1rem;
}

@media (max-width: 1400px) {
  .product-step-list {
    width: 100%;
  }
  .index-product-step {
    padding: 31px 0;
  }
  .index-product-step .product-step-main {
    width: 91.304347%;
  }
  .index-product-step .product-step-main > h2 {
    font-size: 25px;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
  .index-product-step .product-step-main > span {
    font-size: 30px;
    margin-bottom: 28px;
  }
  .index-product-step .product-step-main > p {
    font-size: 15px;
    margin-bottom: 78px;
  }
  .product-step-item {
    min-height: 305px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 65px;
  }
  .product-step-item.item01 .product-step-content .step-content-pic {
    transform: translate(-10%, -58%);
  }
  .product-step-item.item02 .product-step-content .step-content-pic {
    transform: translate(-10%, -69%);
  }
  .product-step-item.item03 .product-step-content .step-content-pic {
    transform: translate(-25%, -69%);
  }
  .product-step-item.item03 .product-step-content .step-content-pic {
    width: 83px;
    transform: translate(-25%, -43%);
  }
  .product-step-item.item04 .product-step-content .step-content-pic {
    transform: translate(-8%, -55%);
  }
  .product-step-title {
    margin-top: 35px;
    margin-left: 17px;
  }
  .product-step-title > h3 {
    font-size: 20px;
  }
  .product-step-title > span {
    font-size: 15px;
  }
  .product-step-title > p {
    font-size: 14px;
  }
  .product-step-content {
    padding: 20px;
  }
  .product-step-content p {
    font-size: 14px;
  }
  .step-content-pic {
    top: 0;
    right: 0;
    transform: translate(0, -69%);
    width: 98px;
  }
  .step-num {
    transform: translateY(-42%);
    left: 34px;
  }
  .step-num span {
    font-size: 64px;
  }
  .step-num span::before {
    position: absolute;
    z-index: -1;
    -webkit-text-stroke: 12px #fff;
    content: attr(data-stroke);
  }
  .step-num .step-num-pic {
    width: 11.31px;
    transform: translate(13px, -15px);
  }
}
@media (max-width: 992px) {
  .index-banner {
    width: 100%;
  }
  .index-banner .swiper-pagination-bullet {
    width: 24px;
    height: 6px;
  }
  .index-banner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .index-banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }
  .index-about {
    padding: 64px 0;
  }
  .index-about .index-about-main {
    width: 90%;
  }
  .index-about .index-about-main > h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .index-about .index-about-main > span {
    font-size: 18px;
    width: 71%;
    margin: auto;
    margin-bottom: 3rem;
  }
  .index-about .index-about-main > h2,
  .index-about .index-about-main > h3 {
    font-size: 16px;
    margin-bottom: 1rem;
  }
  .index-about .index-about-main > h3 {
    font-size: 17px;
    margin-top: 2rem;
  }
  .index-about .index-about-main > p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 28px;
  }
  .index-about-btn {
    font-size: 16px;
    padding: 16.5px 0;
    width: 186px;
  }
  .product-step-list {
    width: 100%;
  }
  .index-product-step {
    padding: 31px 0;
  }
  .index-product-step .product-step-main {
    width: 91.304347%;
  }
  .index-product-step .product-step-main > h2 {
    font-size: 25px;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
  .index-product-step .product-step-main > span {
    font-size: 30px;
    margin-bottom: 28px;
  }
  .index-product-step .product-step-main > p {
    font-size: 15px;
    margin-bottom: 78px;
  }
  .product-step-item {
    min-height: 305px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 65px;
  }
  .product-step-item.item01 .product-step-content .step-content-pic {
    transform: translate(-10%, -58%);
  }
  .product-step-item.item02 .product-step-content .step-content-pic {
    transform: translate(-10%, -69%);
  }
  .product-step-item.item03 .product-step-content .step-content-pic {
    transform: translate(-25%, -69%);
  }
  .product-step-item.item03 .product-step-content .step-content-pic {
    width: 83px;
    transform: translate(-25%, -43%);
  }
  .product-step-item.item04 .product-step-content .step-content-pic {
    transform: translate(-8%, -55%);
  }
  .product-step-title {
    margin-top: 35px;
    margin-left: 17px;
  }
  .product-step-title > h3 {
    font-size: 20px;
  }
  .product-step-title > span {
    font-size: 15px;
  }
  .product-step-title > p {
    font-size: 14px;
  }
  .product-step-content {
    padding: 20px;
  }
  .product-step-content p {
    font-size: 14px;
  }
  .step-content-pic {
    top: 0;
    right: 0;
    transform: translate(0, -69%);
    width: 98px;
  }
  .step-num {
    transform: translateY(-42%);
    left: 34px;
  }
  .step-num span {
    font-size: 64px;
  }
  .step-num span::before {
    position: absolute;
    z-index: -1;
    -webkit-text-stroke: 12px #fff;
    content: attr(data-stroke);
  }
  .step-num .step-num-pic {
    width: 11.31px;
    transform: translate(13px, -15px);
  }
  .index-drs {
    padding: 48px 0;
    background-position: center bottom;
  }
  .index-drs .drs-main {
    width: 82.6086956%;
  }
  .index-drs .drs-main .drs-content {
    width: 100%;
  }
  .index-drs .drs-main .drs-content .drs-logo {
    width: 55px;
    margin-bottom: 1rem;
  }
  .index-drs .drs-main .drs-content span {
    font-size: 18px;
    margin-bottom: 1.5rem;
  }
  .index-drs .drs-main .drs-content h2 {
    font-size: 22px;
    padding: 7px 0px;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .index-drs .drs-main .drs-content h3 {
    font-size: 22px;
    margin-bottom: 1.5rem;
  }
  .index-drs .drs-main .drs-content p {
    font-size: 15px;
  }
  .index-drs .drs-main .drs-cards {
    padding-top: 48px;
  }
  .index-drs .drs-main .drs-cards .drs-cards-item {
    width: 100%;
  }
  .index-drs .drs-main .drs-cards .drs-cards-item + .drs-cards-item {
    margin-top: 2rem;
  }
  .index-drs .drs-main .drs-cards .drs-cards-item .drs-cards-pic {
    width: 149px;
    outline: 8px solid rgba(255, 255, 255, 0.6980392157);
    margin-bottom: 1rem;
  }
  .index-drs .drs-main .drs-cards .drs-cards-item p {
    font-size: 16px;
  }
  .index-drsplan {
    padding: 60px 0 80px;
  }
  .index-drsplan .drsplan-main {
    width: 82.608695%;
  }
  .index-drsplan .drsplan-main .drsplan-album {
    width: 100%;
    margin-bottom: 3rem;
  }
  .index-drsplan .drsplan-main .drsplan-album .drsplan-pic + .drsplan-pic {
    margin-top: 8px;
  }
  .index-drsplan .drsplan-main .drsplan-content {
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
  }
  .index-drsplan .drsplan-main .drsplan-content > h2 {
    font-size: 25px;
    margin-bottom: 16px;
  }
  .index-drsplan .drsplan-main .drsplan-content > h3 {
    font-size: 18px;
    margin-bottom: 3rem;
  }
  .index-drsplan .drsplan-main .drsplan-content > p {
    font-size: 15px;
  }
  .index-drsplan .drsplan-main .drsplan-content .drsplan-slogan {
    margin-top: 3rem;
    text-align: center;
  }
  .index-drsplan .drsplan-main .drsplan-content .drsplan-slogan .drsplan-slogan-name {
    margin-bottom: 1rem;
  }
  .index-drsplan .drsplan-main .drsplan-content .drsplan-slogan .drsplan-slogan-name h3 {
    font-size: 16px;
  }
  .index-drsplan .drsplan-main .drsplan-content .drsplan-slogan .drsplan-slogan-name span {
    font-size: 17px;
  }
  .index-drsplan .drsplan-main .drsplan-content .drsplan-slogan p {
    font-size: 15px;
    margin-bottom: 1rem;
  }
  .index-drsplan .drsplan-main .drsplan-content .drsplan-slogan h4 {
    font-size: 17px;
    width: 71%;
    margin: auto;
    margin-bottom: 3rem;
  }
  .drsplan-album {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .drsplan-album .drsplan-pic {
    width: 100%;
  }
  .drsplan-album .drsplan-pic img {
    width: 100%;
    vertical-align: middle;
  }
  .index-hot-product {
    padding: 0px 0 56px;
  }
  .index-hot-product .hot-product-title {
    width: 82.608695%;
  }
  .index-hot-product .hot-product-title > h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .index-hot-product .hot-product-title > p {
    font-size: 15px;
  }
  .index-hot-product .hot-product-carousel {
    width: 56.521739%;
    margin: auto;
  }
  .owl-product {
    padding: 48px 0 56px;
  }
  .owl-product .item .hot-product-pic {
    margin-bottom: 20px;
  }
  .owl-product .item p {
    font-size: 16px;
    margin-bottom: 1rem;
  }
  .owl-product .item span {
    font-size: 15px;
  }
  .owl-prev,
  .owl-next {
    width: 34px;
  }
  .owl-prev {
    top: 40%;
    left: -54px;
  }
  .owl-next {
    top: 40%;
    right: -54px;
  }
  .shopstore-map {
    width: 100%;
    order: 1;
  }
  .shopstore-address {
    width: 100%;
    padding: 56px 56px;
    text-align: center;
  }
  .shopstore-address h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .shopstore-address p {
    font-size: 15px;
  }
  .shopstore-address .address-form {
    padding: 2rem 0;
  }
  .shopstore-address .address-form .form-select {
    width: 100%;
    height: 50px;
    border: none;
  }
  .shopstore-address .address-form .form-select + .form-select {
    margin-top: 12px;
  }
  .shopstore-address .index-about-btn {
    margin: auto;
  }
}
.main-footer {
  width: 100%;
  background-color: #af9d87;
  padding: 96px 0;
}

.footer-content {
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.footer-content .footer-item + .footer-item {
  margin-left: 2.7vw;
}
.footer-content .section-logo {
  width: 14.883401%;
}
.footer-content .section-profile {
  width: 41%;
}
.footer-content .section-copyright {
  width: 0%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.footer-content .section-copyright p {
  letter-spacing: 0.1em;
  margin-top: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: 400;
  left: 0.1em;
  color: #fff;
}
.footer-content .section-copyright p > a {
  text-decoration: none;
  color: #fff;
}

.social-media-box {
  margin-left: auto;
}
.social-media-box .social-media-item {
  width: 52px;
  height: 52px;
  background-size: cover;
  background-repeat: no-repeat;
}
.social-media-box .social-media-item + .social-media-item {
  margin-left: 12px;
}
.social-media-box .social-media-item.fb {
  background-image: url(../../src/web/icon/fb.png);
}
.social-media-box .social-media-item.fb:hover {
  background-image: url(../../src/web/icon/fb-hover.png);
}
.social-media-box .social-media-item.line {
  background-image: url(../../src/web/icon/line.png);
}
.social-media-box .social-media-item.line:hover {
  background-image: url(../../src/web/icon/line-hover.png);
}
.social-media-box .social-media-item.ig {
  background-image: url(../../src/web/icon/ig.png);
}
.social-media-box .social-media-item.ig:hover {
  background-image: url(../../src/web/icon/ig-hover.png);
}

.footer-logo-pic {
  width: 100%;
}
.footer-logo-pic img {
  width: 100%;
  vertical-align: middle;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  width: 79%;
}
.footer-menu li {
  margin-right: 16px;
}
.footer-menu li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.8;
}

.profile-lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.profile-lists li {
  margin-right: 16px;
}
.profile-lists li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.8;
}

@media (max-width: 992px) {
  .main-footer {
    padding: 55px 0;
  }
  .footer-content {
    width: 82.6086%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-content .footer-item + .footer-item {
    margin-left: 0;
  }
  .footer-content .section-logo {
    width: 100%;
    margin-bottom: 56px;
  }
  .footer-content .section-profile {
    width: 100%;
  }
  .footer-content .section-copyright {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }
  .footer-content .section-copyright p {
    margin-top: auto;
    margin-left: 0;
    margin-right: auto;
    font-size: 14px;
    left: 0.05em;
    color: #fff;
    line-height: 1.6;
  }
  .footer-content .section-copyright p > a {
    text-decoration: none;
    color: #fff;
  }
  .social-media-box {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 32px;
  }
  .social-media-box .social-media-item {
    width: 44px;
    height: 44px;
  }
  .social-media-box .social-media-item + .social-media-item {
    margin-left: 12px;
  }
  .footer-logo-pic {
    width: 166px;
    margin: auto;
  }
  .footer-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-menu li {
    margin-right: 60px;
  }
  .footer-menu li a {
    font-size: 15px;
  }
  .profile-lists {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
  }
  .profile-lists li {
    margin-right: 50px;
  }
  .profile-lists li a {
    font-size: 15px;
  }
}
.section-pages-banner {
  width: 100%;
}
.section-pages-banner img {
  width: 100%;
  vertical-align: middle;
}

.section-bread {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-top: 48px;
}
.section-bread ol {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section-bread ol li {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: 400;
  color: #a9a9a9;
}
.section-bread ol li + li {
  margin-left: 8px;
}
.section-bread ol li .bread-home {
  width: 15px;
  margin-right: 8px;
  transform: translateY(-3px);
}
.section-bread ol li .bread-home img {
  width: 100%;
  vertical-align: middle;
}
.section-bread ol li > a {
  text-decoration: none;
  color: #a9a9a9;
}

@media (max-width: 992px) {
  .section-bread {
    padding-top: 32px;
    width: 82.60869%;
    margin: auto;
  }
  .section-bread ol li {
    font-size: 14px;
    line-height: 1.4;
  }
  .section-bread ol li + li {
    margin-left: 6px;
  }
  .section-bread ol li .bread-home {
    width: 13.33px;
    margin-right: 2.5px;
    transform: translateY(-3px);
  }
}
.section-pages-about {
  padding: 16px 0 96px;
}
.section-pages-about .pages-about-main {
  width: 66.25%;
  margin: auto;
}

.pages-about-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
}
.pages-about-item > h1 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #bb9453;
  margin-bottom: 1rem;
}
.pages-about-item > h2 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #bb9453;
  margin-bottom: 4rem;
}
.pages-about-item > p {
  width: 76%;
  margin: auto;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #323232;
  line-height: 1.6;
  text-align: center;
}
.pages-about-item > aside {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
.pages-about-item .pages-about-slogn {
  margin-bottom: 3rem;
  text-align: center;
}
.pages-about-item .pages-about-slogn .slogn-item + .slogn-item {
  margin-top: 36px;
}
.pages-about-item .pages-about-slogn .slogn-item h3 {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #a9a9a9;
  margin-bottom: 20px;
  align-items: center;
}
.pages-about-item .pages-about-slogn .slogn-item p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #323232;
  align-items: center;
}
.pages-about-item .pages-about-article {
  text-align: center;
}
.pages-about-item .pages-about-article h4 {
  font-size: 34px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #bb9453;
  margin-bottom: 24px;
}
.pages-about-item .pages-about-article p {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #323232;
  line-height: 1.6;
}
.pages-about-item .about-item-pic {
  margin-top: 80px;
}
.pages-about-item .about-item-pic img {
  width: 100%;
  vertical-align: middle;
}
.pages-about-item .about-item-logo {
  width: 78px;
  margin-bottom: 28px;
  order: -2;
}
.pages-about-item .about-item-logo img {
  width: 100%;
  vertical-align: middle;
}
.pages-about-item span {
  order: -1;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000000;
  margin-bottom: 2rem;
}
.pages-about-item .about-history-article {
  margin-bottom: 4rem;
}
.pages-about-item .about-history-article p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #323232;
  line-height: 1.8;
  text-align: center;
}
.pages-about-item .about-history-article p span {
  font-size: 28px;
  color: #bb9453;
}
.pages-about-item .about-item-good {
  margin-top: 64px;
}
.pages-about-item .about-item-good h3 {
  line-height: 1.4;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #bb9453;
  margin-bottom: 2rem;
}
.pages-about-item .about-item-good p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #323232;
  line-height: 1.8;
  text-align: center;
}

.about-team-content {
  width: 74.5283%;
  margin: auto;
  padding-top: 80px;
}
.about-team-content.contact {
  width: 100%;
}
.about-team-content.contact p {
  text-align: start;
}
.about-team-content h1 {
  line-height: 1;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #bb9453;
  margin-bottom: 6rem;
  text-align: center;
}
.about-team-content p {
  font-size: 20px;
  font-weight: 500;
  color: #323232;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
.about-team-content .team-content-logos {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.about-team-content .team-content-logos a {
  width: 100%;
  display: block;
}
.about-team-content .team-content-logos a img {
  width: 100%;
}
@media (max-width: 992px) {
  .about-team-content .team-content-logos {
    grid-template-columns: repeat(1, 1fr);
  }
}

.about-team-member {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 80px;
}
.about-team-member > h2 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #bb9453;
}
.about-team-member > span {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000000;
  margin-bottom: 2rem;
  order: -1;
}
.about-team-member .team-member-logo {
  width: 78px;
  margin-bottom: 28px;
  order: -2;
}
.about-team-member .team-member-logo img {
  width: 100%;
  vertical-align: middle;
}
.about-team-member .team-member-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  padding: 64px 0 96px;
}
.about-team-member .team-member-item {
  text-align: center;
}
.about-team-member .team-member-item:hover .team-member-pic {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  aspect-ratio: 1/1;
}
.about-team-member .team-member-item .team-member-pic {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 40px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0;
  transition: 0.3s;
}
.about-team-member .team-member-item .team-member-pic img {
  width: 100%;
  vertical-align: middle;
}
.about-team-member .team-member-item > p {
  font-size: 22px;
  font-weight: 500;
  color: #bb9453;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.about-team-member .team-member-item > span {
  font-size: 20px;
  font-weight: 500;
  color: #323232;
  letter-spacing: 0.1em;
}

@media (max-width: 992px) {
  .section-pages-about {
    padding: 8px 0 64px;
  }
  .section-pages-about .pages-about-main {
    width: 82.60869%;
  }
  .pages-about-item {
    padding-top: 56px;
  }
  .pages-about-item > h1 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
  }
  .pages-about-item > h2 {
    font-size: 25px;
    margin-bottom: 3rem;
  }
  .pages-about-item > p {
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
  }
  .pages-about-item > aside {
    font-size: 18px;
    margin-bottom: 3rem;
    text-align: center;
    line-height: 1.4;
  }
  .pages-about-item .pages-about-slogn .slogn-item + .slogn-item {
    margin-top: 26px;
  }
  .pages-about-item .pages-about-slogn .slogn-item h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .pages-about-item .pages-about-slogn .slogn-item p {
    font-size: 15px;
    line-height: 1.6;
  }
  .pages-about-item .pages-about-article h4 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .pages-about-item .pages-about-article p {
    font-size: 15px;
  }
  .pages-about-item .about-item-pic {
    margin-top: 48px;
  }
  .pages-about-item .about-item-logo {
    width: 55px;
    margin-bottom: 16px;
  }
  .pages-about-item span {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .pages-about-item .about-history-article {
    margin-bottom: 3rem;
  }
  .pages-about-item .about-history-article p {
    font-size: 15px;
  }
  .pages-about-item .about-history-article p span {
    font-size: 18px;
  }
  .pages-about-item .about-item-good {
    margin-top: 48px;
  }
  .pages-about-item .about-item-good h3 {
    font-size: 18px;
  }
  .pages-about-item .about-item-good p {
    font-size: 15px;
  }
  .about-team-content {
    width: 100%;
    padding-top: 64px;
  }
  .about-team-content h1 {
    font-size: 25px;
    margin-bottom: 3rem;
  }
  .about-team-content p {
    font-size: 15px;
  }
  .about-team-content .team-content-logos {
    width: 74.269005%;
    margin: auto;
    margin-top: 64px;
    gap: 20px;
  }
  .about-team-member {
    padding-top: 60px;
  }
  .about-team-member > h2 {
    font-size: 25px;
  }
  .about-team-member > span {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .about-team-member .team-member-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 10px;
    padding: 48px 0;
  }
  .about-team-member .team-member-item .team-member-pic {
    margin-bottom: 16px;
  }
  .about-team-member .team-member-item > p {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .about-team-member .team-member-item > span {
    font-size: 15px;
  }
  .about-team-member .team-member-logo {
    width: 55px;
  }
}
.member-modal-card {
  width: 57.8125vw;
  z-index: 99999;
  margin: auto;
  max-width: 1110px;
  min-width: 342px;
  background-color: #fff;
  width: 57.8125vw;
  padding: 48px 48px 30px;
  border-radius: 32px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.member-modal-card > i {
  top: 51px;
  right: 48px;
  font-size: 26px;
}
.member-modal-card .modal-card-pic {
  width: 345px;
  margin-right: 48px;
}
.member-modal-card .modal-card-pic img {
  width: 100%;
  vertical-align: middle;
}
.member-modal-card .modal-card-profile .profile-name h2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #bb9453;
  flex-shrink: 0;
}
.member-modal-card .modal-card-profile .profile-name span {
  margin-left: 24px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.member-modal-card .modal-card-profile .modal-card-content {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #c6c6c6;
}
.member-modal-card .modal-card-profile .modal-card-content h3 {
  font-size: 16px;
  color: #fff;
  padding: 6.5px 16px;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(90deg, #a37a42 0%, #dbb76b 50%, #a37a42 100%);
  border-radius: 30px;
  margin-bottom: 1rem;
}
.member-modal-card .modal-card-profile .modal-card-content ul {
  margin-bottom: 20px;
}
.member-modal-card .modal-card-profile .modal-card-content ul li {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #323232;
  line-height: 1.8;
}

.modal {
  margin: auto;
  --bs-modal-width: fit-content;
  --bs-modal-bg: transparent;
}

@media (max-width: 992px) {
  .member-modal-card {
    padding: 56px 24px 41px;
    border-radius: 16px;
    max-width: 342px;
    width: 82.6086vw;
    min-width: 200px;
  }
  .member-modal-card .modal-card-main {
    max-height: 554px;
    overflow: hidden;
    overflow-y: scroll;
  }
  .member-modal-card > i {
    top: 24px;
    right: 24px;
    font-size: 26px;
  }
  .member-modal-card .modal-card-pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .member-modal-card .modal-card-profile .profile-name h2 {
    font-size: 20px;
  }
  .member-modal-card .modal-card-profile .profile-name span {
    font-size: 15px;
    margin-left: 16px;
  }
  .member-modal-card .modal-card-profile .modal-card-content {
    padding-top: 24px;
    margin-top: 22px;
  }
  .member-modal-card .modal-card-profile .modal-card-content h3 {
    font-size: 14px;
  }
  .member-modal-card .modal-card-profile .modal-card-content ul {
    margin-bottom: 20px;
  }
  .member-modal-card .modal-card-profile .modal-card-content ul li {
    font-size: 14px;
  }
}
.modal-content {
  border: none;
}

.news-pages-main {
  width: 74.583333%;
  margin: auto;
  padding: 96px 0;
}

.news-pages-title {
  padding-bottom: 141px;
}
.news-pages-title h1 {
  font-size: 50px;
  font-weight: 500;
  color: #bb9453;
  text-align: center;
}
.news-pages-title span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #323232;
  text-align: center;
  margin-top: 34px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.news-side-content {
  width: 68%;
}

.news-sidebar {
  width: 21%;
}
.news-sidebar .news-side-menu {
  width: 100%;
}
.news-sidebar .news-side-menu .news-side-item {
  display: block;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 24px;
  background-color: #fff;
}
.news-sidebar .news-side-menu .news-side-item:hover {
  background-color: #f2edea;
}
.news-sidebar .news-side-menu .news-side-item.title {
  background-color: #af9d87;
}
.news-sidebar .news-side-menu .news-side-item.title > a {
  color: #fff;
}
.news-sidebar .news-side-menu .news-side-item.active {
  background-color: #f2edea;
}
.news-sidebar .news-side-menu .news-side-item a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #323232;
}

.mobile-menu-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-menu-content li {
  width: 100%;
}

.mobile-menu-item {
  width: 100%;
  text-align: left;
  border: none;
  display: block;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #323232;
}
.mobile-menu-item.title {
  background-color: #af9d87;
  color: #fff;
}
.mobile-menu-item.active {
  background-color: #f2edea;
}

.news-mobile-menu {
  margin-bottom: 3rem;
}

.news-main-content {
  width: 79%;
  padding-left: 4rem;
}
.news-main-content p {
  font-size: 20px;
  font-weight: 500;
  color: #323232;
  text-align: start;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 500px) {
  .news-main-content p {
    font-size: 15px;
  }
}
.news-main-content > span {
  font-size: 18px;
  letter-spacing: 0.1em;
  position: absolute;
  right: 0;
  top: 0;
  color: #a9a9a9;
  transform: translateY(-50px);
}
.news-main-content .news-content-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 33px;
}
@media (max-width: 762px) {
  .news-main-content .news-content-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.news-content-item {
  text-decoration: none;
  width: 100%;
}
.news-content-item:hover .news-content-pic::after {
  opacity: 0.2;
}
.news-content-item:first-child .news-content-pic {
  border-radius: 0px;
}
.news-content-item .news-content-pic {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  border-radius: 16px;
  overflow: hidden;
}
.news-content-item .news-content-pic::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0;
  transition: 0.2s;
}
.news-content-item .news-content-pic img {
  width: 100%;
  vertical-align: middle;
}

.news-content-main {
  display: flex;
  align-items: end;
}

.news-content-date .day {
  font-size: 80px;
  font-weight: 600;
  color: #af9d87;
  margin-bottom: 5px;
}
.news-content-date .news-date-bottem {
  font-size: 18px;
  font-weight: 500;
  gap: 8px;
  color: #af9d87;
}

.news-content-line {
  width: 1px;
  margin: 0 20px;
  flex-shrink: 0;
}

.content-container .content-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 17px;
}
.content-container .content-title h3 {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
}
.content-container .content-article {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content-container .content-article p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #565656;
}

.page-nav {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 123px;
  display: flex;
  align-items: center;
}
.page-nav .prev-btn,
.page-nav .next-btn {
  border: none;
  background-color: transparent;
  padding: 0;
}
.page-nav .prev-btn i,
.page-nav .next-btn i {
  font-size: 16px;
}
.page-nav .prev-btn {
  margin-right: 72px;
}
.page-nav .next-btn {
  margin-left: 72px;
}
.page-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page-nav ul .page-nav-item.active a {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-nav ul .page-nav-item.active a::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #000;
  transform: translateY(5px);
}
.page-nav ul .page-nav-item + .page-nav-item {
  margin-left: 48px;
}
.page-nav ul .page-nav-item a {
  text-decoration: none;
  color: #a9a9a9;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
}

@media (max-width: 992px) {
  .news-pages-main {
    padding: 64px 0;
    width: 82.608695%;
    margin: auto;
  }
  .news-pages-title {
    padding-bottom: 48px;
  }
  .news-pages-title h1 {
    font-size: 25px;
  }
  .news-pages-title span {
    font-size: 15px;
    margin-top: 20px;
  }
  .news-sidebar {
    width: 100%;
  }
  .news-main-content {
    width: 100%;
    padding-left: 0;
  }
  .news-main-content > span {
    display: block;
    text-align: end;
    font-size: 14px;
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0);
    margin-bottom: 24px;
  }
  .news-main-content .news-content-list {
    gap: 40px;
  }
  .news-content-item .news-content-pic {
    margin-bottom: 20px;
  }
  .news-content-main .content-container .content-title {
    margin-bottom: 9px;
  }
  .news-content-main .content-container .content-title h3 {
    font-size: 18px;
  }
  .news-content-main .content-container .content-article p {
    font-size: 15px;
  }
  .news-content-date .day {
    font-size: 50px;
    margin-bottom: 3px;
  }
  .news-content-date .news-date-bottem {
    font-size: 14px;
    gap: 6px;
  }
  .news-content-line {
    width: 1px;
    margin: 0 12px;
    background-color: #bb9453;
  }
  .page-nav {
    margin-top: 64px;
  }
  .page-nav .prev-btn i,
  .page-nav .next-btn i {
    font-size: 14px;
  }
  .page-nav .prev-btn {
    margin-right: 48px;
  }
  .page-nav .next-btn {
    margin-left: 48px;
  }
  .page-nav ul .page-nav-item.active a::after {
    width: 12px;
    transform: translateY(12px);
  }
  .page-nav ul .page-nav-item + .page-nav-item {
    margin-left: 32px;
  }
  .page-nav ul .page-nav-item a {
    font-size: 16px;
  }
}
.section-news-inner {
  padding: 96px 0;
}

.news-inner-main {
  width: 66.25%;
  margin: auto;
}
.news-inner-main h1 {
  font-size: 50px;
  font-weight: 500;
  color: #bb9453;
  margin-bottom: 6rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.news-inner-main .news-inner-title {
  margin-bottom: 3rem;
}
.news-inner-main .news-inner-title h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.news-inner-main .news-inner-share {
  margin-bottom: 3rem;
}
.news-inner-main .news-inner-share > span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-right: 5px;
}
.news-inner-main .news-inner-share a {
  display: block;
  width: 28px;
}
.news-inner-main .news-inner-share a img {
  width: 100%;
  vertical-align: middle;
}
.news-inner-main .news-inner-share a + a {
  margin-left: 12px;
}
.news-inner-main p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #323232;
  line-height: 1.6;
}
.news-inner-main .news-inner-pic {
  margin-top: 4rem;
}
.news-inner-main .news-inner-pic img {
  width: 100%;
  vertical-align: middle;
}
.news-inner-main .index-about-btn {
  margin: auto;
  margin-top: 96px;
}

@media (max-width: 992px) {
  .section-news-inner {
    padding: 64px 0;
  }
  .news-inner-main {
    width: 82.60869%;
  }
  .news-inner-main h1 {
    font-size: 25px;
    margin-bottom: 3rem;
  }
  .news-inner-main .news-inner-title {
    margin-bottom: 3rem;
  }
  .news-inner-main .news-inner-title h2 {
    font-size: 20px;
    margin-left: 0px;
    line-height: 1.2;
  }
  .news-inner-main .news-inner-share {
    margin-bottom: 3rem;
  }
  .news-inner-main .news-inner-share > span {
    font-size: 15px;
    margin-right: 6px;
  }
  .news-inner-main .news-inner-share a {
    display: block;
    width: 26px;
  }
  .news-inner-main .news-inner-share a + a {
    margin-left: 10px;
  }
  .news-inner-main p {
    font-size: 15px;
  }
  .news-inner-main .news-inner-pic {
    margin-top: 2rem;
  }
  .news-inner-main .index-about-btn {
    margin: auto;
    margin-top: 64px;
  }
}
.technology-item {
  display: flex;
  flex-wrap: wrap;
}
.technology-item .technology-pic {
  width: 50%;
  aspect-ratio: 1/1;
}
.technology-item .technology-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.technology-item:nth-child(1) .technology-content .technology-main .technology-title {
  margin-bottom: 80px;
}
.technology-item:nth-child(2) .technology-content .technology-main .technology-title {
  margin-bottom: 48px;
}
.technology-item:nth-child(3) .technology-content .technology-main .technology-title {
  margin-bottom: 4rem;
}
.technology-item:nth-child(4) .technology-content .technology-main .technology-title {
  margin-bottom: 4rem;
}
.technology-item:nth-child(5) .technology-content .technology-main .technology-title {
  margin-bottom: 4rem;
}
.technology-item:nth-child(6) .technology-content .technology-main .technology-title {
  margin-bottom: 2rem;
}
.technology-item:nth-child(even) {
  background-color: #f2edea;
  flex-direction: row-reverse;
}
.technology-item:nth-child(even) .technology-content .technology-main .technology-title .news-inner-number > span {
  color: #af9d87;
}

.technology-content {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.technology-content .technology-main {
  width: 65%;
  margin: auto;
}
.technology-content .technology-main .technology-title {
  display: flex;
  align-items: center;
}
.technology-content .technology-main .technology-title .news-inner-number > span {
  font-size: 96px;
  font-weight: 600;
  color: #bb9453;
  display: flex;
  align-items: end;
}
.technology-content .technology-main .technology-title .news-inner-number > span::after {
  content: "";
  display: block;
  margin: 0 20px;
  width: 19.8px;
  height: 25.8px;
  background-image: url(../../src/web/icon/new-line2.png);
  background-size: contain;
  transform: translateY(-12px);
}
.technology-content .technology-main .technology-title .technology-title-txt > h2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  color: #000000;
}
.technology-content .technology-main .technology-title .technology-title-txt > span {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #565656;
  line-height: 1.4;
}
.technology-content .technology-main p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #323232;
  line-height: 1.6;
}
.technology-content .technology-main .tech-article + .tech-article {
  margin-top: 38px;
}
.technology-content .technology-main .tech-article > h3 {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  padding: 7.5px 23px;
  letter-spacing: 0.1em;
  background-color: #af9d87;
  color: #fff;
  margin-bottom: 14px;
}
.technology-content .technology-main .tech-content-pic {
  width: 100%;
  margin-top: 2rem;
}
.technology-content .technology-main .tech-content-pic img {
  width: 100%;
  vertical-align: middle;
}
.technology-content .technology-main .tech-ph-circles {
  display: flex;
  justify-content: space-between;
}
.technology-content .technology-main .tech-ph-circles .ph-circle-item {
  width: 33.333%;
}
.technology-content .technology-main .tech-ph-circles .ph-circle-item .ph-circle {
  margin: auto;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  border: 1px solid #af9d87;
  outline: 4px solid #fff;
  display: flex;
  background-color: #fff;
}
.technology-content .technology-main .tech-ph-circles .ph-circle-item .ph-circle-txt {
  margin: auto;
  text-align: center;
}
.technology-content .technology-main .tech-ph-circles .ph-circle-item .ph-circle-txt > p {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #000;
}
.technology-content .technology-main .tech-ph-circles .ph-circle-item .ph-circle-txt > span {
  display: block;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #af9d87;
}
.technology-content .technology-main .tech-ph-circles .ph-circle-item > p {
  font-size: 18px;
  color: #565656;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 12px;
  text-align: center;
}

.tech-foem-02 {
  width: 100%;
  margin: 48px 0;
  background-color: #fff;
}
.tech-foem-02 thead {
  background-color: #af9d87;
}
.tech-foem-02 thead tr td {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 16px 48px;
}
.tech-foem-02 td,
.tech-foem-02 th {
  border: 1px solid #af9d87;
}
.tech-foem-02 tbody tr td {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #323232;
  padding: 16px 48px;
}
.tech-foem-02 tbody tr td.body {
  padding: 20px 48px;
}
.tech-foem-02 tbody tr td ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #323232;
  display: flex;
}
.tech-foem-02 tbody tr td ul li > i {
  font-size: 17px;
  margin-right: 0.5rem;
  color: #af9d87;
}
.tech-foem-02 tbody tr td ul li + li {
  margin-top: 10px;
}

.technology04-box {
  margin-bottom: 3rem;
}
.technology04-box .tech04-box-top {
  padding: 32px 56px;
  background-color: #af9d87;
}
.technology04-box .tech04-box-top p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.technology04-box .tech04-box-bottem {
  padding: 40px 38px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0px;
}
.technology04-box .tech04-box-bottem li {
  width: 50%;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.technology04-box .tech04-box-bottem li i {
  margin-right: 8px;
  color: #af9d87;
}

.technology-design {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0;
  margin-bottom: 2rem;
}
.technology-design .technology-design-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.technology-design .technology-design-item h3 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #af9d87;
  width: 300px;
  text-align: center;
  padding: 7.5px 18px;
  border-radius: 50px;
  margin-bottom: 1rem;
}
.technology-design .technology-design-item p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #323232;
  line-height: 1.6;
}

.technology-design-article {
  width: 100%;
  padding-top: 2rem;
  border-top: 1px solid #c6c6c6;
}
.technology-design-article h3 {
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  color: #bb9453;
}
.technology-design-article ul li {
  display: flex;
}
.technology-design-article ul li + li {
  margin-top: 2rem;
}
.technology-design-article ul li > i {
  color: #bb9453;
  margin-right: 8px;
  transform: translateY(5px);
  font-size: 17px;
}
.technology-design-article ul li p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.technology-design-article ul li p + p {
  margin-top: 2rem;
}

.technology-ncl {
  margin-top: 48px;
}
.technology-ncl h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  padding: 20px 43px;
  color: #fff;
  background-color: #af9d87;
}
.technology-ncl ul {
  background-color: #fff;
  padding: 24px 39px;
}
.technology-ncl ul li {
  display: flex;
}
.technology-ncl ul li + li {
  margin-top: 10px;
}
.technology-ncl ul li > i {
  color: #bb9453;
  margin-right: 8px;
  transform: translateY(5px);
  font-size: 17px;
}
.technology-ncl ul li p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.technology-ncl ul li p + p {
  margin-top: 2rem;
}

.technology-ncl-menu {
  margin-top: 3rem;
}
.technology-ncl-menu h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #bb9453;
}
.technology-ncl-menu .technology-ncl-list {
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.technology-ncl-menu .technology-ncl-list ul {
  width: calc(50% - 12px);
}
.technology-ncl-menu .technology-ncl-list ul li {
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  letter-spacing: 0.1em;
}
.technology-ncl-menu .technology-ncl-list ul li + li {
  margin-top: 1em;
}

@media (max-width: 992px) {
  .technology-item .technology-pic {
    width: 100%;
    aspect-ratio: none;
  }
  .technology-item .technology-pic img {
    width: 100%;
    height: auto;
  }
  .technology-item:nth-child(1) .technology-content .technology-main .technology-title {
    margin-bottom: 3rem;
  }
  .technology-item:nth-child(2) .technology-content .technology-main .technology-title {
    margin-bottom: 2rem;
  }
  .technology-item:nth-child(3) .technology-content .technology-main .technology-title {
    margin-bottom: 3rem;
  }
  .technology-item:nth-child(4) .technology-content .technology-main .technology-title {
    margin-bottom: 3rem;
  }
  .technology-item:nth-child(5) .technology-content .technology-main .technology-title {
    margin-bottom: 3rem;
  }
  .technology-item:nth-child(6) .technology-content .technology-main .technology-title {
    margin-bottom: 2rem;
  }
  .technology-item:nth-child(even) {
    flex-direction: row;
  }
  .technology-content {
    width: 100%;
    padding: 64px 0;
  }
  .technology-content .technology-main {
    width: 82.60869%;
  }
  .technology-content .technology-main .technology-title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .technology-content .technology-main .technology-title .news-inner-number > span {
    font-size: 64px;
    display: flex;
    align-items: end;
    margin-bottom: 24px;
  }
  .technology-content .technology-main .technology-title .news-inner-number > span::after {
    margin: 0 12px;
    width: 11px;
    height: 15px;
    transform: translateY(-16px);
  }
  .technology-content .technology-main .technology-title .technology-title-txt > h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .technology-content .technology-main .technology-title .technology-title-txt > span {
    font-size: 15px;
  }
  .technology-content .technology-main p {
    font-size: 14px;
    line-height: 1.5;
  }
  .technology-content .technology-main .tech-article + .tech-article {
    margin-top: 2rem;
  }
  .technology-content .technology-main .tech-article > h3 {
    font-size: 15px;
    padding: 7.5px 23px;
  }
  .technology-content .technology-main .tech-content-pic {
    width: 100%;
    margin-top: 2rem;
  }
  .technology-content .technology-main .tech-ph-circles {
    display: flex;
    justify-content: space-between;
  }
  .technology-content .technology-main .tech-ph-circles .ph-circle-item {
    width: 30%;
  }
  .technology-content .technology-main .tech-ph-circles .ph-circle-item .ph-circle {
    width: 91px;
    height: 91px;
    border: 1px solid #af9d87;
    outline: 6px solid #fff;
  }
  .technology-content .technology-main .tech-ph-circles .ph-circle-item .ph-circle-txt {
    margin: auto;
    text-align: center;
  }
  .technology-content .technology-main .tech-ph-circles .ph-circle-item .ph-circle-txt > p {
    font-size: 15px;
  }
  .technology-content .technology-main .tech-ph-circles .ph-circle-item .ph-circle-txt > span {
    font-size: 18px;
  }
  .technology-content .technology-main .tech-ph-circles .ph-circle-item > p {
    font-size: 15px;
    margin-top: 12px;
  }
  .tech-foem-02 {
    margin: 36px 0;
  }
  .tech-foem-02 thead tr td {
    font-size: 14px;
    padding: 16px 48px;
  }
  .tech-foem-02 tbody tr td {
    font-size: 14px;
    padding: 16px 20px;
  }
  .tech-foem-02 tbody tr td.body {
    padding: 20px 20px;
  }
  .tech-foem-02 tbody tr td ul li {
    font-size: 14px;
  }
  .tech-foem-02 tbody tr td ul li > i {
    font-size: 14px;
    margin-right: 6px;
  }
  .tech-foem-02 tbody tr td ul li + li {
    margin-top: 1rem;
  }
  .technology04-box {
    margin-bottom: 3rem;
  }
  .technology04-box .tech04-box-top {
    padding: 30px 20px;
  }
  .technology04-box .tech04-box-top p {
    font-size: 15px;
  }
  .technology04-box .tech04-box-bottem {
    padding: 16px 20px;
  }
  .technology04-box .tech04-box-bottem li {
    display: flex;
    width: 100%;
    font-size: 14px;
  }
  .technology04-box .tech04-box-bottem li i {
    margin-right: 6px;
  }
  .technology-design {
    gap: 32px 0;
    margin-bottom: 2rem;
  }
  .technology-design .technology-design-item {
    width: 100%;
    align-items: self-start;
  }
  .technology-design .technology-design-item h3 {
    font-size: 15px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8.5px 18px;
  }
  .technology-design .technology-design-item p {
    font-size: 14px;
  }
  .technology-design-article {
    width: 100%;
    padding-top: 2rem;
  }
  .technology-design-article h3 {
    font-size: 18px;
    margin-bottom: 2rem;
  }
  .technology-design-article ul li > i {
    margin-right: 8px;
    transform: translateY(5px);
    font-size: 14px;
  }
  .technology-design-article ul li p {
    font-size: 14px;
  }
  .technology-design-article ul li p + p {
    margin-top: 2rem;
  }
  .technology-ncl {
    margin-top: 48px;
  }
  .technology-ncl h3 {
    font-size: 15px;
    padding: 20px;
  }
  .technology-ncl ul {
    padding: 24px 20px;
  }
  .technology-ncl ul li {
    display: flex;
  }
  .technology-ncl ul li + li {
    margin-top: 1rem;
  }
  .technology-ncl ul li > i {
    margin-right: 6px;
    transform: translateY(5px);
    font-size: 14px;
  }
  .technology-ncl ul li p {
    font-size: 14px;
  }
  .technology-ncl ul li p + p {
    margin-top: 2rem;
  }
  .technology-ncl-menu {
    margin-top: 3rem;
  }
  .technology-ncl-menu h3 {
    font-size: 18px;
  }
  .technology-ncl-menu .technology-ncl-list {
    padding-top: 2rem;
  }
  .technology-ncl-menu .technology-ncl-list ul {
    width: 100%;
  }
  .technology-ncl-menu .technology-ncl-list ul + ul {
    margin-top: 1em;
  }
  .technology-ncl-menu .technology-ncl-list ul li {
    font-size: 14px;
  }
  .technology-ncl-menu .technology-ncl-list ul li + li {
    margin-top: 1em;
  }
}
.section-eco-main {
  width: 66.25%;
  margin: auto;
}
.section-eco-main .eco-slogn {
  text-align: center;
}
.section-eco-main .eco-slogn h2 {
  font-size: 22px;
  font-weight: 500;
  color: #bb9453;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
}
.section-eco-main .eco-slogn p {
  font-size: 20px;
  font-weight: 500;
  color: #323232;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.section-eco-main .eco-slogn .eco-slogn-pic {
  width: 100%;
  margin-top: 80px;
}
.section-eco-main .eco-slogn .eco-slogn-pic img {
  width: 100%;
  vertical-align: middle;
}
.section-eco-main .eco-article {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
}
.section-eco-main .eco-article .eco-article-logo {
  width: 78px;
  margin: auto;
  margin-bottom: 2rem;
}
.section-eco-main .eco-article .eco-article-logo img {
  width: 100%;
  vertical-align: middle;
}
.section-eco-main .eco-article h2 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #bb9453;
  margin-bottom: 20px;
  line-height: 1;
}
.section-eco-main .eco-article span {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #565656;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 64px;
}
.section-eco-main .eco-article .eco-article-item {
  display: flex;
  align-items: center;
  padding-bottom: 72px;
  width: 75%;
  margin: auto;
}
.section-eco-main .eco-article .eco-article-item + .eco-article-item {
  border-top: 1px solid #c6c6c6;
  padding-top: 3rem;
  padding-bottom: 0;
}
.section-eco-main .eco-article .eco-article-item .article-item-title {
  display: flex;
  flex-shrink: 0;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background-color: #af9d87;
}
.section-eco-main .eco-article .eco-article-item .article-item-title h3 {
  margin: auto;
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
}
.section-eco-main .eco-article .eco-article-item p {
  margin-left: 2rem;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #323232;
  line-height: 1.5;
}
.section-eco-main .eco-last-article {
  padding-top: 112px;
}
.section-eco-main .eco-last-article h2 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #bb9453;
  margin-bottom: 4rem;
}
.section-eco-main .eco-last-article p {
  width: 74.528301%;
  margin: auto;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #323232;
  line-height: 1.6;
}
.section-eco-main .eco-last-article .eco-last-album {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 112px;
}
.section-eco-main .eco-last-article .eco-last-album .last-album-pic:first-child {
  aspect-ratio: 786/720;
}
.section-eco-main .eco-last-article .eco-last-album .last-album-pic:last-child {
  aspect-ratio: 462/720;
}
.section-eco-main .eco-last-article .eco-last-album .last-album-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.eco-article-album {
  padding: 80px 0 160px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.eco-article-album .eco-album-pic {
  width: 100%;
}
.eco-article-album .eco-album-pic img {
  width: 100%;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .section-eco-main {
    width: 82.60869%;
  }
  .section-eco-main .eco-slogn h2 {
    font-size: 18px;
  }
  .section-eco-main .eco-slogn p {
    font-size: 15px;
  }
  .section-eco-main .eco-slogn .eco-slogn-pic {
    width: 100%;
    margin-top: 48px;
  }
  .section-eco-main .eco-article {
    padding-top: 56px;
  }
  .section-eco-main .eco-article .eco-article-logo {
    width: 55px;
    margin-bottom: 20px;
  }
  .section-eco-main .eco-article h2 {
    font-size: 25px;
    margin-bottom: 18px;
  }
  .section-eco-main .eco-article span {
    font-size: 15px;
    margin-bottom: 48px;
  }
  .section-eco-main .eco-article .eco-article-item {
    width: 100%;
    padding-bottom: 20px;
    align-items: flex-start;
  }
  .section-eco-main .eco-article .eco-article-item + .eco-article-item {
    border-top: 1px solid #c6c6c6;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .section-eco-main .eco-article .eco-article-item .article-item-title {
    width: 82px;
    height: 82px;
  }
  .section-eco-main .eco-article .eco-article-item .article-item-title h3 {
    font-size: 18px;
  }
  .section-eco-main .eco-article .eco-article-item p {
    margin-left: 24px;
    font-size: 15px;
  }
  .section-eco-main .eco-last-article {
    padding-top: 56px;
  }
  .section-eco-main .eco-last-article h2 {
    font-size: 25px;
    margin-bottom: 3rem;
  }
  .section-eco-main .eco-last-article p {
    width: 100%;
    font-size: 15px;
  }
  .section-eco-main .eco-last-article .eco-last-album {
    margin-top: 48px;
    gap: 6px;
  }
  .section-eco-main .eco-last-article .eco-last-album .last-album-pic:first-child {
    aspect-ratio: 212/194;
  }
  .section-eco-main .eco-last-article .eco-last-album .last-album-pic:last-child {
    aspect-ratio: 124/194;
  }
  .eco-article-album {
    padding: 48px 0 80px;
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-products-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 20px;
}
@media (max-width: 992px) {
  .page-products-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 10px;
  }
}

.page-products-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page-products-item .page-products-pic {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 16px;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}
.page-products-item .page-products-pic:hover::after {
  opacity: 0.1;
}
.page-products-item .page-products-pic::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000000;
  inset: 0;
  opacity: 0;
  transition: 0.2s ease-in;
}
.page-products-item .page-products-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.page-products-item > p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 10px;
}
.page-products-item > span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #565656;
  line-height: 1.3;
}

@media (max-width: 992px) {
  .page-products-item .page-products-pic {
    margin-bottom: 20px;
  }
  .page-products-item > p {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .page-products-item > span {
    font-size: 14px;
  }
}
.product-inner-main {
  width: 66.25%;
  margin: auto;
  padding: 96px 0;
}

.product-carousel .swiper {
  width: 100%;
  height: 100%;
}
.product-carousel .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-carousel .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-carousel .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.product-carousel .swiper-slide {
  background-size: cover;
  background-position: center;
}
.product-carousel .productSwiper2 {
  height: 80%;
  width: 100%;
}
.product-carousel .productSwiper1 {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.product-carousel .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.product-carousel .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.product-carousel .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  width: 65px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}
.swiper-button-next img,
.swiper-button-prev img {
  width: 100%;
  vertical-align: middle;
}

.swiper-button-prev {
  left: -3vw;
  right: auto;
}

.swiper-button-next {
  right: -3vw;
  left: auto;
}

.product-inner-detail {
  width: 83%;
  margin-left: auto;
}
.product-inner-detail h1 {
  font-size: 40px;
  font-weight: 500;
  color: #bb9453;
  letter-spacing: 0.1em;
}
.product-inner-detail h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c6c6c6;
  margin: 2rem 0;
}
.product-inner-detail p {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #323232;
  font-weight: 500;
  line-height: 1.6;
}
.product-inner-detail .product-inner-share {
  display: flex;
  align-items: center;
  margin: 32px 0 80px;
}
.product-inner-detail .product-inner-share span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
}
.product-inner-detail .product-inner-share a {
  display: block;
  width: 28px;
  font-weight: 500;
  margin: 0 6px;
}
.product-inner-detail .product-inner-share a img {
  width: 100%;
  vertical-align: middle;
}

.product-inner-location h3 {
  font-size: 22px;
  font-weight: 500;
  color: #bb9453;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
.product-inner-location form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
.product-inner-location form .form-select {
  width: 48.6666%;
  height: 53px;
  border: 1px solid #d9d9d9;
}
.product-inner-location form .form-select:focus {
  box-shadow: none;
}

.product-profile-main {
  padding-top: 120px;
}
.product-profile-main .nav-pills {
  border-bottom: 1px solid #af9d87;
}
.product-profile-main .nav-pills .nav-item {
  width: 23.5849%;
  height: 63px;
}
.product-profile-main .nav-pills .nav-item + .nav-item {
  margin-left: 8px;
}
.product-profile-main .nav-pills .nav-link {
  font-size: 20px;
  font-weight: 500;
  color: #323232;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0 0;
  background-color: #f2edea;
}
.product-profile-main .nav-pills .nav-link.active {
  background-color: #af9d87;
  color: #fff;
}
.product-profile-main .tab-content {
  padding-top: 48px;
}
.product-profile-main .tab-content p {
  font-size: 20px;
  font-weight: 500;
  color: #323232;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.product-profile-main .tab-content img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.product-profile-main .product-profile-pic {
  width: 74.5283%;
  max-width: 942px;
  margin-top: 64px;
}
.product-profile-main .product-profile-pic > img {
  width: 100%;
  vertical-align: middle;
}

.product-suggest {
  margin-top: 120px;
}
.product-suggest h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 3rem;
}
.product-suggest h3 a {
  text-decoration: none;
  font-size: 20px;
  color: #565656;
  margin-left: 2rem;
}
.product-suggest .product-suggest-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .product-suggest .product-suggest-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .product-carousel {
    margin-bottom: 56px;
  }
  .product-inner-main {
    width: 82.60869%;
    margin: auto;
    padding: 64px 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 34px;
  }
  .swiper-button-prev {
    left: 0;
    right: auto;
  }
  .swiper-button-next {
    right: 0;
    left: auto;
  }
  .product-inner-detail {
    width: 100%;
    margin-left: auto;
  }
  .product-inner-detail h1 {
    font-size: 22px;
  }
  .product-inner-detail h1::after {
    margin: 1rem 0 2rem;
  }
  .product-inner-detail p {
    font-size: 15px;
  }
  .product-inner-detail .product-inner-share {
    margin: 40px 0 56px;
  }
  .product-inner-detail .product-inner-share span {
    font-size: 15px;
  }
  .product-inner-detail .product-inner-share a {
    width: 26px;
    margin: 0 5px;
  }
  .product-inner-location h3 {
    font-size: 18px;
    margin-bottom: 1.5rem;
  }
  .product-inner-location form {
    margin-bottom: 24px;
  }
  .product-inner-location form .form-select {
    width: 100%;
    height: 50px;
  }
  .product-inner-location form .form-select + .form-select {
    margin-top: 12px;
  }
  .product-profile-main {
    padding-top: 80px;
  }
  .product-profile-main .nav-pills {
    justify-content: space-between;
  }
  .product-profile-main .nav-pills .nav-item {
    width: 32.1637%;
    height: 43px;
  }
  .product-profile-main .nav-pills .nav-item + .nav-item {
    margin-left: 0px;
  }
  .product-profile-main .nav-pills .nav-link {
    font-size: 15px;
    border-radius: 12px 12px 0 0;
  }
  .product-profile-main .tab-content p {
    font-size: 15px;
  }
  .product-profile-main .product-profile-pic {
    width: 100%;
    margin-top: 32px;
  }
  .product-suggest {
    margin-top: 80px;
  }
  .product-suggest h3 {
    font-size: 20px;
  }
  .product-suggest h3 a {
    font-size: 14px;
    margin-left: 1.5rem;
  }
  .product-suggest .product-suggest-list {
    gap: 30px 10px;
  }
}
.section-loction {
  padding: 64px 0 96px;
}
.section-loction .pages-loction-main {
  width: 66.25%;
  margin: auto;
}
.section-loction .pages-loction-main h1 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #bb9453;
  margin-bottom: 34px;
  text-align: center;
}
.section-loction .pages-loction-main > span {
  font-size: 20px;
  color: #323232;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: block;
  text-align: center;
}

.pages-loction-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 64px;
}
.pages-loction-item + .pages-loction-item {
  margin-top: 16px;
}
.pages-loction-item .form-select {
  width: 49.056603%;
  height: 53px;
}
.pages-loction-item .form-select:focus {
  box-shadow: none;
}
.pages-loction-item input {
  border-radius: 6px 0 0 6px;
  width: 0;
  flex-grow: 1;
  height: 53px;
  border: 1px solid #d9d9d9;
  border-right: none;
  text-indent: 1em;
}
.pages-loction-item input:focus {
  outline: none;
}
.pages-loction-item input ::-moz-placeholder {
  color: #a9a9a9;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 5%;
}
.pages-loction-item input ::placeholder {
  color: #a9a9a9;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 5%;
}
.pages-loction-item button {
  border-radius: 0 6px 6px 0;
  border: 1px solid #d9d9d9;
  border-left: none;
  width: 73px;
  height: 53px;
  background-color: transparent;
}
.pages-loction-item button img {
  width: 17px;
}

.pages-loction-stores {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}
.pages-loction-stores .pages-loction-address {
  width: 43.632075%;
}
.pages-loction-stores .pages-loction-map {
  width: 55%;
  max-width: 701px;
  position: relative;
}
.pages-loction-stores .pages-loction-map::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.pages-loction-stores .pages-loction-map > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.pages-loction-address {
  padding: 61px 25px 32px;
  background-color: #f2edea;
  max-height: 701px;
  position: relative;
}
.pages-loction-address > span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: absolute;
  left: 32px;
  top: 32px;
  color: #a9a9a9;
}
.pages-loction-address .loction-address-menu {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.pages-loction-address .address-menu-item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 16px;
  padding: 35px 32px;
  box-shadow: none;
  transition: 0.2s;
}
.pages-loction-address .address-menu-item:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.pages-loction-address .address-menu-item + .address-menu-item {
  margin-top: 1rem;
}
.pages-loction-address .address-menu-item h4 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 10%;
  color: #bb9453;
  margin-bottom: 20px;
}
.pages-loction-address .address-menu-item ul li {
  display: flex;
  align-items: center;
}
.pages-loction-address .address-menu-item ul li + li {
  margin-top: 10px;
}
.pages-loction-address .address-menu-item ul li i {
  color: #c6c6c6;
  margin-right: 10px;
}
.pages-loction-address .address-menu-item ul li a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #323232;
  text-decoration: none;
}

@media (max-width: 922px) {
  .section-loction {
    padding: 64px 0 0px;
  }
  .section-loction.section-sitemap {
    padding: 64px 0 64px;
  }
  .section-loction .pages-loction-main {
    width: 100%;
  }
  .section-loction .pages-loction-main.sitemap {
    width: 83.3333%;
  }
  .section-loction .pages-loction-main h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .section-loction .pages-loction-main > span {
    font-size: 15px;
  }
  .pages-loction-form {
    padding-top: 48px;
  }
  .pages-loction-item {
    margin-top: 48px;
    width: 82.850241%;
    margin: auto;
  }
  .pages-loction-item + .pages-loction-item {
    margin-top: 12px;
  }
  .pages-loction-item .form-select {
    width: 100%;
    height: 50px;
  }
  .pages-loction-item .form-select + .form-select {
    margin-top: 12px;
  }
  .pages-loction-item input {
    width: 100%;
    height: 50px;
  }
  .pages-loction-item input ::-moz-placeholder {
    font-size: 14px;
  }
  .pages-loction-item input ::placeholder {
    font-size: 14px;
  }
  .pages-loction-item button {
    width: 72px;
    height: 50px;
  }
  .pages-loction-stores {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2rem;
  }
  .pages-loction-stores .pages-loction-address {
    width: 100%;
  }
  .pages-loction-address {
    padding: 57px 35px 32px;
    max-height: none;
  }
  .pages-loction-address > span {
    font-size: 14px;
    left: 32px;
    top: 32px;
  }
  .pages-loction-address .loction-address-menu {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  .pages-loction-address .address-menu-item {
    background-color: #fff;
    border-radius: 16px;
    padding: 28px;
  }
  .pages-loction-address .address-menu-item + .address-menu-item {
    margin-top: 1rem;
  }
  .pages-loction-address .address-menu-item h4 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .pages-loction-address .address-menu-item ul li {
    display: flex;
    align-items: center;
  }
  .pages-loction-address .address-menu-item ul li + li {
    margin-top: 10px;
  }
  .pages-loction-address .address-menu-item ul li i {
    margin-right: 6px;
  }
  .pages-loction-address .address-menu-item ul li a {
    font-size: 14px;
  }
}
.contact-us-main {
  width: 100%;
  margin-top: 64px;
}
.contact-us-main .index-about-btn {
  margin-top: 80px;
}

.contact-us-dubble {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact-us-dubble + .contact-us-dubble {
  margin-top: 24px;
}

.contact-us-item {
  width: 49%;
  display: flex;
  flex-direction: column;
}
.contact-us-item > label {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  color: #323232;
}
.contact-us-item > label > span {
  color: red;
}
.contact-us-item > input {
  width: 100%;
  height: 53px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background-color: #f4f4f4;
  text-indent: 1em;
}
.contact-us-item > input:focus-visible {
  outline: 1px solid #d9d9d9;
  background-color: #fff;
}

.contact-us-area {
  width: 100%;
  margin-top: 24px;
}
.contact-us-area > label {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  color: #323232;
}
.contact-us-area > label > span {
  color: red;
}
.contact-us-area textarea {
  height: 272px;
  text-indent: 1em;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  background-color: #f4f4f4;
}
.contact-us-area textarea:focus {
  box-shadow: none;
  border-color: #d9d9d9;
  background-color: #f4f4f4;
}
.contact-us-area textarea:focus-visible {
  background-color: #fff;
}

.contact-profile {
  display: flex;
  flex-wrap: wrap;
}
.contact-profile .contact-profile-map {
  width: 50%;
  position: relative;
}
.contact-profile .contact-profile-map::after {
  display: block;
  content: "";
  padding-bottom: 55.59071%;
}
.contact-profile .contact-profile-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.contact-profile-content {
  width: 50%;
  background-color: #f2edea;
  padding: 122px 324px 111px 80px;
}
.contact-profile-content ul li {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
}
.contact-profile-content ul li + li {
  margin-top: 23px;
}
.contact-profile-content ul li .contact-pic {
  width: 22px;
  margin-right: 12px;
}
.contact-profile-content ul li .contact-pic img {
  width: 100%;
  vertical-align: bottom;
}
.contact-profile-content h3 {
  font-size: 50px;
  font-weight: 500;
  color: #bb9453;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.contact-profile-content > span {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #323232;
}
.contact-profile-content > span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c6c6c6;
  display: block;
  margin: 2rem 0;
}

@media (max-width: 992px) {
  .contact-us-main {
    margin-top: 46px;
  }
  .contact-us-main .index-about-btn {
    margin-top: 48px;
  }
  .contact-us-dubble + .contact-us-dubble {
    margin-top: 20px;
  }
  .contact-us-item {
    width: 100%;
  }
  .contact-us-item + .contact-us-item {
    margin-top: 20px;
  }
  .contact-us-item > label {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .contact-us-item > input {
    width: 100%;
    height: 50px;
  }
  .contact-us-area {
    width: 100%;
    margin-top: 24px;
  }
  .contact-us-area > label {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .contact-us-area textarea {
    height: 160px;
  }
  .contact-profile-content {
    width: 100%;
    padding: 56px 36px;
  }
  .contact-profile-content ul li {
    font-size: 15px;
  }
  .contact-profile-content ul li + li {
    margin-top: 16px;
  }
  .contact-profile-content ul li .contact-pic {
    width: 18px;
    margin-right: 10px;
  }
  .contact-profile-content h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .contact-profile-content > span {
    font-size: 15px;
  }
  .contact-profile-content > span::after {
    margin: 28px 0;
  }
}
.sitemap-main .accordion-item + .accordion-item {
  margin-top: 1rem;
}

.sitemap-item {
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 20px 32px;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: start;
}
.sitemap-item:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.section-sitemap .accordion {
  --bs-accordion-border-color: transparent;
  --bs-accordion-active-bg: #f4f4f4;
}
.section-sitemap .accordion-button:not(.collapsed) {
  color: #000;
}
.section-sitemap .accordion-button:focus {
  box-shadow: none;
}
.section-sitemap .accordion-body {
  padding: 16px 0 0;
}
.section-sitemap .accordion-body > .sitemap-item + .sitemap-item {
  margin-top: 16px;
}

@media (max-width: 992px) {
  .sitemap-main .accordion-item + .accordion-item {
    margin-top: 12px;
  }
  .sitemap-item {
    width: 100%;
    padding: 20px 32px;
    font-size: 15px;
  }
  .section-sitemap .accordion-body {
    padding: 12px 0 0;
  }
  .section-sitemap .accordion-body > .sitemap-item + .sitemap-item {
    margin-top: 12px;
  }
}
.section-right-bar {
  position: fixed;
  display: flex;
  flex-direction: column;
  right: 40px;
  top: 55vh;
  z-index: 20;
}
.section-right-bar .right-bar-item {
  width: 58px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.section-right-bar .right-bar-item + .right-bar-item {
  margin-top: 12px;
}
.section-right-bar .right-bar-item img {
  width: 100%;
  vertical-align: middle;
}

@media (max-width: 500px) {
  .section-right-bar {
    right: 13px;
    top: 85vh;
  }
  .section-right-bar .right-bar-item {
    width: 43px;
  }
}
* body {
  font-family: "Poppins", "Noto Sans TC", serif;
}

.wrap {
  position: relative;
  max-width: 1920px;
}

.sr-only {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
}

/* hb.icon */
.menu-button-container {
  transform: rotateY(180deg);
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #af9d87;
  position: absolute;
  height: 2px;
  width: 32px;
  border-radius: 3px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  width: 16px;
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  width: 22px;
  transform: rotate(45deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  width: 22px;
  margin-top: 0px;
  transform: rotate(-45deg);
}

/* FOR漢堡圖示show/hide */
@media (max-width: 992px) {
  .menu-button-container {
    display: flex;
  }
}
/* bs漢堡相關設定 */
.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.nav-link:focus-visible {
  box-shadow: none;
}/*# sourceMappingURL=all.css.map */