* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.content {
  max-width: 152.4rem;
  margin: 0px auto;
  position: relative;
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.bg_pc,
.bg_mobile {
  width: 100%;
  height: auto;
}
.bg_pc img,
.bg_mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.bg_pc {
  display: block;
}
.bg_mobile {
  display: none;
}
.head .desc {
  line-height: 1.5;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
section {
  position: relative;
  z-index: 8;
}
.product_banner {
  max-width: 2560px;
  margin: 0px auto;
  position: relative;
}
.product_banner .wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.product_banner .content {
  height: 100%;
  display: flex;
  align-items: center;
}
.product_banner .head {
  color: rgb(255, 255, 255);
}
.product_banner .head h1 {
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
}
.product_banner .head .desc {
  font-size: 2.4rem;
  margin: 3rem 0px;
}
.product_banner .head img {
  width: 26.6rem;
}
.product_banner .head .more {
  margin-top: 3.5rem;
}
.product_banner .head .more a {
  display: inline-block;
  vertical-align: top;
  padding: 0px 3rem;
  line-height: 4rem;
  font-size: 1.5rem;
  border-radius: 100px;
  background-color: rgb(17, 17, 17);
}
.product_banner .go_next {
  display: block;
  bottom: 5.5rem;
  position: absolute;
  left: calc(50% - 1.6rem);
  width: 3.2rem;
  animation: 2s linear 0s infinite normal none running arrow-top-bottom;
}
.product_banner .go_next img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 1220px) {
  .content {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 1172px) {
  .content,
  .swiper_content {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .head .desc {
    font-size: 13px;
  }
  .product_banner .head h1 {
    font-size: 34px;
  }
  .product_banner .head .desc {
    font-size: 17px;
    margin: 21px 0px;
  }
  .product_banner .head img {
    width: 186px;
  }
  .product_banner .head .more {
    margin-top: 25px;
  }
  .product_banner .head .more a {
    font-size: 14px;
    line-height: 34px;
    padding: 0px 20px;
  }
  .product_banner .go_next {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .bg_pc {
    display: none;
  }
  .bg_mobile {
    display: block;
  }
  .head .desc {
    font-size: 12px;
  }
  .product_banner .content {
    align-items: flex-start;
    justify-content: center;
  }
  .product_banner .head {
    padding: 3rem 0px;
    text-align: center;
  }
  .product_banner .head h1 {
    font-size: 20px;
  }
  .product_banner .head .desc {
    font-size: 0.9rem;
    margin: 18px 0px;
  }
  .product_banner .head img {
    width: 100px;
  }
  .product_banner .head .more {
    margin-top: 15px;
  }
}

@media screen and (max-width: 480px) {
  .content {
    padding: 0px 15px;
  }
}

@keyframes arrow-top-bottom {
  0% {
    transform: translateY(0px);
  }
  15% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
  85% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
ul {
  list-style: none;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.content {
  max-width: 152.4rem;
  margin: 0px auto;
  position: relative;
}
.flex {
  display: flex;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
section {
  position: relative;
  z-index: 8;
}
.product_tab {
  color: rgb(255, 255, 255);
  padding: 2rem;
  background-color: rgb(17, 17, 17);
  position: sticky;
  z-index: 99;
  top: -4rem;
}
.product_tab .flex {
  transition: 0.3s;
  border-bottom: 1px solid rgb(42, 42, 42);
}
.product_tab .title {
  font-size: 3.2rem;
  font-weight: 700;
}
.product_tab ul {
  flex: 1 1 0%;
  display: flex;
  justify-content: space-between;
  padding: 0px 18%;
}
.product_tab ul .active a {
  color: rgb(255, 255, 255);
}
.product_tab ul .active a::after {
  opacity: 1;
}
.product_tab ul a {
  display: block;
  font-size: 2rem;
  line-height: 6rem;
  transition: 0.3s;
  position: relative;
  color: rgb(168, 168, 168);
}
.product_tab ul a:hover {
  color: rgb(255, 255, 255);
}
.product_tab ul a::after {
  content: "";
  display: block;
  width: 90%;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  opacity: 0;
  background-color: rgb(255, 255, 255);
}
.product_tab .buy {
  display: inline-block;
  vertical-align: top;
  padding: 0px 3rem;
  line-height: 4rem;
  border-radius: 100px;
  background: rgb(255, 255, 255);
  transition: 0.5s;
  color: rgb(20, 20, 20);
}
.product_tab .buy:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(65, 65, 65);
}
@media screen and (max-width: 1220px) {
  .content {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 1172px) {
  .content,
  .swiper_content {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .product_tab ul {
    padding: 0px 12%;
  }
}

@media screen and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .product_tab ul {
    padding: 0px 8%;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .product_tab {
    top: 0px;
    padding: 10px 30px;
  }
  .product_tab .title,
  .product_tab .buy {
    display: none;
  }
  .product_tab ul {
    padding: 0px;
  }
  .product_tab ul a {
    font-size: 14px;
    line-height: 42px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .product_tab {
    padding: 10px 0px;
  }
  .product_tab ul a {
    font-size: 12px;
    line-height: 36px;
  }
}

@media screen and (max-width: 480px) {
  .content {
    padding: 0px 15px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
ul {
  list-style: none;
}
.content {
  max-width: 152.4rem;
  margin: 0px auto;
  position: relative;
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.bg_pc,
.bg_mobile {
  width: 100%;
  height: auto;
}
.bg_pc img,
.bg_mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.bg_pc {
  display: block;
}
.bg_mobile {
  display: none;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
section {
  position: relative;
  z-index: 8;
}
.product_features {
  padding: 9rem 0px;
  overflow: hidden;
}
.product_features .items {
  max-width: 141.6rem;
  margin: 0px auto;
}
.product_features ul {
  display: flex;
  flex-wrap: wrap;
}
.product_features li {
  padding: 8px;
  width: calc(33.3333%);
}
.product_features li:nth-child(5n + 1),
.product_features li:nth-child(5n + 2) {
  width: 50%;
}
.product_features .item {
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.product_features .item:hover img {
  transform: scale(1.05);
}
.product_features .item .img {
  height: 100%;
}
.product_features .item .text {
  position: absolute;
  inset: 0px;
  padding: 3rem 2rem;
  color: rgb(255, 255, 255);
}
.product_features .item .title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1220px) {
  .content {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 1172px) {
  .content,
  .swiper_content {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .product_features {
    padding: 4rem 0px;
  }
  .product_features .items {
    width: calc(100% + 16px);
    margin: 0px -8px;
  }
  .product_features .item .text {
    padding: 21px 14px;
  }
  .product_features .item .title {
    font-size: 17px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .bg_pc {
    display: none;
  }
  .bg_mobile {
    display: block;
  }
  .product_features {
    padding: 36px 0px;
  }
  .product_features .items {
    width: calc(100% + 10px);
    margin: 0px -5px;
  }
  .product_features .items ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .product_features .items li {
    width: 100%;
    padding: 5px;
  }
  .product_features .items li:nth-child(5n + 1) {
    grid-column: span 2;
  }
  .product_features .items li:nth-child(5n + 2) {
    grid-row: span 2;
  }
  .product_features .items li:nth-child(5n + 4) {
    order: 5;
    grid-column: span 2;
  }
  .product_features .item .text {
    padding: 18px 12px;
  }
  .product_features .item .title {
    font-size: 0.9rem;
    font-weight: 500;
  }
}

@media screen and (max-width: 480px) {
  .content {
    padding: 0px 15px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
.flex {
  display: flex;
}
.flex_center {
  justify-content: center;
}
.flex_middle {
  align-items: center;
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.head h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
.content_pd {
  margin: 0px auto;
  max-width: 140rem;
  position: relative;
}
section {
  position: relative;
  z-index: 8;
}
.product_details_title {
  margin-bottom: 7rem;
}
.product_details_title p {
  font-size: 2.4rem;
  padding-left: 3.5rem;
  margin-left: 3.5rem;
  border-left: 2px solid rgb(159, 159, 159);
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .head h2 {
    font-size: 26px;
  }
  .product_details_title {
    margin-bottom: 3rem;
  }
  .product_details_title p {
    font-size: 17px;
    margin-left: 25px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 576px) {
  .head h2 {
    font-size: 22px;
  }
  .content_pd,
  .content_pd_sm {
    padding: 0px 15px;
  }
  .product_details_title {
    margin-bottom: 30px;
  }
  .product_details_title .head {
    display: block;
    text-align: center;
  }
  .product_details_title .head p {
    margin: 15px 0px 0px;
    padding: 0px;
    border: none;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 1220px) {
  .content_pd,
  .content_pd_sm {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 1172px) {
  .content_pd,
  .content_pd_sm {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content_pd,
  .content_pd_sm {
    max-width: 896px;
  }
}

@media screen and (max-width: 896px) {
  .content_pd,
  .content_pd_sm {
    max-width: 768px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
.btn_video {
  cursor: url("https://www.naveetech.com/wp-content/plugins/sytech-fronteditor/sytpl/product5-product_video-btn_video/assets/img/btn-play.svg"), auto;
}
.btn_video * {
  cursor: url("https://www.naveetech.com/wp-content/plugins/sytech-fronteditor/sytpl/product5-product_video-btn_video/assets/img/btn-play.svg"), auto;
}
section {
  position: relative;
  z-index: 8;
}
.product_video {
  max-width: 2560px;
  margin: 0px auto;
  position: relative;
  cursor: pointer;
}
.product_video * {
  cursor: pointer;
}
.product_video img {
  display: block;
  width: 100%;
  height: 100%;
}
.product_video .btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  transition: 0.5s;
}
.product_video .btn_play:hover {
  transform: translate(-50%, -50%) scale(0.99);
}

.product_video.btn_video input {
  position: absolute;
  z-index: 9;
  right: 1rem;
  top: 1rem;
  padding: 8px;
  width: 50%;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.toplevel_page_sytech_fronteditor .product_video.btn_video input {
  display: block;
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .product_video .btn_play {
    width: 84px;
    height: 84px;
  }
}

@media screen and (max-width: 576px) {
  .product_video .btn_play {
    width: 72px;
    height: 72px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.bg_pc,
.bg_mobile {
  width: 100%;
  height: auto;
}
.bg_pc img,
.bg_mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.bg_pc {
  display: block;
}
.bg_mobile {
  display: none;
}
.head h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
.content_pd {
  margin: 0px auto;
  max-width: 140rem;
  position: relative;
}
section {
  position: relative;
  z-index: 8;
}
.product_intro {
  max-width: 2560px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
.product_intro .wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.product_intro .content_pd {
  height: 100%;
  display: flex;
  align-items: center;
}
.product_intro .content_pd .head {
  max-width: 62rem;
}
.product_intro .content_pd .head p {
  max-width: 60rem;
}
.product_intro .inner {
  padding: 6% 0px;
}
.product_intro .head {
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  line-height: 1.8;
  max-width: 56rem;
}
.product_intro .head h2 {
  line-height: normal;
}
.product_intro .head p {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .head h2 {
    font-size: 26px;
  }
  .product_intro .content_pd .head {
    max-width: unset;
  }
  .product_intro .content_pd .head p {
    max-width: 300px;
  }
  .product_intro .head {
    font-size: 13px;
  }
  .product_intro .head p {
    margin-top: 21px;
  }
}

@media screen and (max-width: 576px) {
  .bg_pc {
    display: none;
  }
  .bg_mobile {
    display: block;
  }
  .head h2 {
    font-size: 22px;
  }
  .content_pd,
  .content_pd_sm {
    padding: 0px 15px;
  }
  .product_intro .content_pd {
    align-items: flex-start;
  }
  .product_intro .inner {
    padding: 12% 0px;
  }
  .product_intro .head {
    font-size: 12px;
  }
  .product_intro .head p {
    margin-top: 18px;
  }
}

@media screen and (max-width: 1220px) {
  .content_pd,
  .content_pd_sm {
    padding: 0px 30px;
  }
  .product_intro .content_pd .head {
    max-width: 50rem;
  }
  .product_intro .content_pd .head p {
    max-width: 40rem;
  }
}

@media screen and (max-width: 1172px) {
  .content_pd,
  .content_pd_sm {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content_pd,
  .content_pd_sm {
    max-width: 896px;
  }
}

@media screen and (max-width: 896px) {
  .content_pd,
  .content_pd_sm {
    max-width: 768px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
i {
  font-style: normal;
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.bg_pc,
.bg_mobile {
  width: 100%;
  height: auto;
}
.bg_pc img,
.bg_mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.bg_pc {
  display: block;
}
.bg_mobile {
  display: none;
}
.head h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
.content_pd {
  margin: 0px auto;
  max-width: 140rem;
  position: relative;
}
section {
  position: relative;
  z-index: 8;
}
.product_intro {
  max-width: 2560px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
.product_intro .wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.product_intro .content_pd {
  height: 100%;
  display: flex;
  align-items: center;
}
.product_intro .content_pd .head {
  max-width: 62rem;
}
.product_intro .content_pd .head p {
  max-width: 60rem;
}
.product_intro .content_pd .nums {
  margin-top: 10rem;
}
.product_intro .inner {
  padding: 6% 0px;
}
.product_intro .head {
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  line-height: 1.8;
  max-width: 56rem;
}
.product_intro .head h2 {
  line-height: normal;
}
.product_intro .head p {
  margin-top: 3rem;
}
.product_intro .nums {
  margin-top: 10rem;
}
.product_intro .nums > div {
  gap: 5rem;
  display: flex;
}
.product_intro .nums span,
.product_intro .nums i {
  white-space: nowrap;
  color: rgb(255, 255, 255);
  background-image: -webkit-linear-gradient(
    top,
    rgb(245, 241, 237),
    rgb(203, 187, 164),
    rgb(162, 133, 91)
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product_intro .nums span {
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 1;
}
.product_intro .nums i {
  font-size: 2.8rem;
  margin-left: 1rem;
}
.product_intro .nums .label {
  color: rgb(204, 204, 204);
  font-size: 1.8rem;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .head h2 {
    font-size: 26px;
  }
  .product_intro .content_pd .head {
    max-width: unset;
  }
  .product_intro .content_pd .head p {
    max-width: 300px;
  }
  .product_intro .content_pd .nums {
    margin-top: 42px;
    max-width: 300px;
  }
  .product_intro .content_pd .nums > div {
    gap: 35px;
  }
  .product_intro .head {
    font-size: 13px;
  }
  .product_intro .head p {
    margin-top: 21px;
  }
  .product_intro .nums span {
    font-size: 36px;
  }
  .product_intro .nums .label {
    font-size: 13px;
  }
  .product_intro .nums i {
    font-size: 20px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 576px) {
  .bg_pc {
    display: none;
  }
  .bg_mobile {
    display: block;
  }
  .head h2 {
    font-size: 22px;
  }
  .content_pd,
  .content_pd_sm {
    padding: 0px 15px;
  }
  .product_intro .content_pd {
    align-items: flex-start;
  }
  .product_intro .content_pd .nums {
    margin-top: 18px;
  }
  .product_intro .content_pd .nums > div {
    gap: 15px;
  }
  .product_intro .content_pd .nums span {
    font-size: 32px;
  }
  .product_intro .content_pd .nums i {
    margin-left: 4px;
    font-size: 17px;
  }
  .product_intro .content_pd .nums .label {
    font-size: 12px;
    margin-top: 6px;
  }
  .product_intro .inner {
    padding: 12% 0px;
  }
  .product_intro .head {
    font-size: 12px;
  }
  .product_intro .head p {
    margin-top: 18px;
  }
}

@media screen and (max-width: 1220px) {
  .content_pd,
  .content_pd_sm {
    padding: 0px 30px;
  }
  .product_intro .content_pd .head {
    max-width: 50rem;
  }
  .product_intro .content_pd .head p {
    max-width: 40rem;
  }
  .product_intro .content_pd .nums {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 1172px) {
  .content_pd,
  .content_pd_sm {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content_pd,
  .content_pd_sm {
    max-width: 896px;
  }
}

@media screen and (max-width: 896px) {
  .content_pd,
  .content_pd_sm {
    max-width: 768px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
i {
  font-style: normal;
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.bg_pc,
.bg_mobile {
  width: 100%;
  height: auto;
}
.bg_pc img,
.bg_mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.bg_pc {
  display: block;
}
.bg_mobile {
  display: none;
}
.head h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
.content_pd {
  margin: 0px auto;
  max-width: 140rem;
  position: relative;
}
section {
  position: relative;
  z-index: 8;
}
.product_intro {
  max-width: 2560px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
.product_intro .wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.product_intro .content_pd {
  height: 100%;
  display: flex;
  align-items: center;
}
.product_intro .content_pd .head {
  max-width: 62rem;
}
.product_intro .content_pd .head p {
  max-width: 60rem;
}
.product_intro .content_pd .nums {
  margin-top: 10rem;
}
.product_intro .inner {
  padding: 6% 0px;
}
.product_intro .head {
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  line-height: 1.8;
  max-width: 56rem;
}
.product_intro .head h2 {
  line-height: normal;
}
.product_intro .head p {
  margin-top: 3rem;
}
.product_intro .nums {
  margin-top: 10rem;
}
.product_intro .nums > div {
  gap: 5rem;
  display: flex;
}
.product_intro .nums span,
.product_intro .nums i {
  white-space: nowrap;
  color: rgb(255, 255, 255);
  background-image: -webkit-linear-gradient(
    top,
    rgb(245, 241, 237),
    rgb(203, 187, 164),
    rgb(162, 133, 91)
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product_intro .nums span {
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 1;
}
.product_intro .nums i {
  font-size: 2.8rem;
  margin-left: 1rem;
}
.product_intro .nums .label {
  color: rgb(204, 204, 204);
  font-size: 1.8rem;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .head h2 {
    font-size: 26px;
  }
  .product_intro .content_pd .head {
    max-width: unset;
  }
  .product_intro .content_pd .head p {
    max-width: 300px;
  }
  .product_intro .content_pd .nums {
    margin-top: 42px;
    max-width: 300px;
  }
  .product_intro .content_pd .nums > div {
    gap: 35px;
  }
  .product_intro .head {
    font-size: 13px;
  }
  .product_intro .head p {
    margin-top: 21px;
  }
  .product_intro .nums span {
    font-size: 36px;
  }
  .product_intro .nums .label {
    font-size: 13px;
  }
  .product_intro .nums i {
    font-size: 20px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 576px) {
  .bg_pc {
    display: none;
  }
  .bg_mobile {
    display: block;
  }
  .head h2 {
    font-size: 22px;
  }
  .content_pd,
  .content_pd_sm {
    padding: 0px 15px;
  }
  .product_intro .content_pd {
    align-items: flex-start;
  }
  .product_intro .content_pd .nums {
    margin-top: 18px;
  }
  .product_intro .content_pd .nums > div {
    gap: 15px;
  }
  .product_intro .content_pd .nums span {
    font-size: 32px;
  }
  .product_intro .content_pd .nums i {
    margin-left: 4px;
    font-size: 17px;
  }
  .product_intro .content_pd .nums .label {
    font-size: 12px;
    margin-top: 6px;
  }
  .product_intro .inner {
    padding: 12% 0px;
  }
  .product_intro .head {
    font-size: 12px;
  }
  .product_intro .head p {
    margin-top: 18px;
  }
}

@media screen and (max-width: 1220px) {
  .content_pd,
  .content_pd_sm {
    padding: 0px 30px;
  }
  .product_intro .content_pd .head {
    max-width: 50rem;
  }
  .product_intro .content_pd .head p {
    max-width: 40rem;
  }
  .product_intro .content_pd .nums {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 1172px) {
  .content_pd,
  .content_pd_sm {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content_pd,
  .content_pd_sm {
    max-width: 896px;
  }
}

@media screen and (max-width: 896px) {
  .content_pd,
  .content_pd_sm {
    max-width: 768px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
i {
  font-style: normal;
}
.flex {
  display: flex;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.gap {
  gap: 2rem;
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.bg_pc,
.bg_mobile {
  width: 100%;
  height: auto;
}
.bg_pc img,
.bg_mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.bg_pc {
  display: block;
}
.bg_mobile {
  display: none;
}
.head h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
.content_pd {
  margin: 0px auto;
  max-width: 140rem;
  position: relative;
}
section {
  position: relative;
  z-index: 8;
}
.product_details {
  overflow: hidden;
  margin-top: 5rem;
}
.product_details .head {
  flex: 1 1 0%;
  max-width: 64.4rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
.product_details .head h2 {
  line-height: normal;
}
.product_details .head p {
  margin-top: 1rem;
}
.product_details .nums > div {
  gap: 5rem;
  display: flex;
}
.product_details .nums span,
.product_details .nums i {
  white-space: nowrap;
  color: rgb(255, 255, 255);
  background-image: -webkit-linear-gradient(
    top,
    rgb(245, 241, 237),
    rgb(203, 187, 164),
    rgb(162, 133, 91)
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product_details .nums span {
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 1;
}
.product_details .nums i {
  font-size: 2.8rem;
  margin-left: 1rem;
}
.product_details .nums .label {
  font-size: 1.8rem;
  margin-top: 1rem;
}
.product_details .img {
  margin: 6rem 0px 2.5rem;
}
.product_details .note {
  color: rgb(204, 204, 204);
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .gap {
    gap: 1rem;
  }
  .head h2 {
    font-size: 26px;
  }
  .product_details {
    margin-top: 35px;
  }
  .product_details .head {
    font-size: 13px;
    max-width: 326px;
  }
  .product_details .head p {
    margin-top: 10px;
  }
  .product_details .nums span {
    font-size: 36px;
  }
  .product_details .nums i {
    font-size: 20px;
    margin-left: 6px;
  }
  .product_details .nums .label {
    font-size: 13px;
    margin-top: 8px;
  }
  .product_details .img {
    margin: 42px 0px 18px;
  }
  .product_details .note {
    font-size: 13px;
  }
}

@media screen and (max-width: 576px) {
  .bg_pc {
    display: none;
  }
  .bg_mobile {
    display: block;
  }
  .head h2 {
    font-size: 22px;
  }
  .content_pd,
  .content_pd_sm {
    padding: 0px 15px;
  }
  .product_details .flex {
    gap: 24px;
    flex-direction: column;
  }
  .product_details .head {
    width: 100%;
    font-size: 12px;
    max-width: unset;
  }
  .product_details .nums {
    width: 100%;
  }
  .product_details .nums > div {
    gap: 15px;
  }
  .product_details .nums span {
    font-size: 32px;
  }
  .product_details .nums i {
    margin-left: 4px;
    font-size: 17px;
  }
  .product_details .nums .label {
    font-size: 12px;
    margin-top: 6px;
  }
  .product_details .img {
    margin: 24px 0px;
  }
  .product_details .note {
    font-size: 12px;
  }
}

@media screen and (max-width: 1220px) {
  .content_pd,
  .content_pd_sm {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 1172px) {
  .content_pd,
  .content_pd_sm {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content_pd,
  .content_pd_sm {
    max-width: 896px;
  }
}

@media screen and (max-width: 896px) {
  .content_pd,
  .content_pd_sm {
    max-width: 768px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.bg_pc,
.bg_mobile {
  width: 100%;
  height: auto;
}
.bg_pc img,
.bg_mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.bg_pc {
  display: block;
}
.bg_mobile {
  display: none;
}
.head h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
.content_pd {
  margin: 0px auto;
  max-width: 140rem;
  position: relative;
}
section {
  position: relative;
  z-index: 8;
}
.product_intro {
  max-width: 2560px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
.product_intro .wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.product_intro .content_pd {
  height: 100%;
  display: flex;
  align-items: center;
}
.product_intro .content_pd .head {
  max-width: 62rem;
}
.product_intro .content_pd .head p {
  max-width: 60rem;
}
.product_intro .inner {
  padding: 6% 0px;
}
.product_intro .head {
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  line-height: 1.8;
  max-width: 56rem;
}
.product_intro .head h2 {
  line-height: normal;
}
.product_intro .head p {
  margin-top: 3rem;
}
.product_intro.right_top .content_pd {
  align-items: flex-start;
  justify-content: flex-end;
}
.product_intro.right_top .head {
  text-align: right;
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .head h2 {
    font-size: 26px;
  }
  .product_intro .content_pd .head {
    max-width: unset;
  }
  .product_intro .content_pd .head p {
    max-width: 300px;
  }
  .product_intro .head {
    font-size: 13px;
  }
  .product_intro .head p {
    margin-top: 21px;
  }
}

@media screen and (max-width: 576px) {
  .bg_pc {
    display: none;
  }
  .bg_mobile {
    display: block;
  }
  .head h2 {
    font-size: 22px;
  }
  .content_pd,
  .content_pd_sm {
    padding: 0px 15px;
  }
  .product_intro .content_pd {
    align-items: flex-start;
  }
  .product_intro .inner {
    padding: 12% 0px;
  }
  .product_intro .head {
    font-size: 12px;
  }
  .product_intro .head p {
    margin-top: 18px;
  }
}

@media screen and (max-width: 1220px) {
  .content_pd,
  .content_pd_sm {
    padding: 0px 30px;
  }
  .product_intro .content_pd .head {
    max-width: 50rem;
  }
  .product_intro .content_pd .head p {
    max-width: 40rem;
  }
}

@media screen and (max-width: 1172px) {
  .content_pd,
  .content_pd_sm {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content_pd,
  .content_pd_sm {
    max-width: 896px;
  }
}

@media screen and (max-width: 896px) {
  .content_pd,
  .content_pd_sm {
    max-width: 768px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
.center {
  text-align: center;
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.bg_pc,
.bg_mobile {
  width: 100%;
  height: auto;
}
.bg_pc img,
.bg_mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.bg_pc {
  display: block;
}
.bg_mobile {
  display: none;
}
.head h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
.content_pd {
  margin: 0px auto;
  max-width: 140rem;
  position: relative;
}
section {
  position: relative;
  z-index: 8;
}
.product_details1 {
  margin-top: 3rem;
}
.product_details1 .head {
  max-width: 72rem;
  margin: 0px auto;
  font-size: 1.8rem;
  line-height: 1.8;
}
.product_details1 .head h2 {
  line-height: normal;
}
.product_details1 .head p {
  margin-top: 2rem;
}
.product_details1 .imgs {
  max-width: 120rem;
  margin: 4rem auto 0px;
}
.product_details1 .imgs > div {
  gap: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product_details1 .imgs .img {
  width: 40%;
}
.product_details1 .imgs .img:hover img {
  transform: scale(1.03);
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .head h2 {
    font-size: 26px;
  }
  .product_details1 {
    margin-top: 21px;
  }
  .product_details1 .head {
    font-size: 13px;
    max-width: 426px;
  }
  .product_details1 .head p {
    margin-top: 14px;
  }
  .product_details1 .imgs {
    margin-top: 28px;
  }
  .product_details1 .imgs > div {
    gap: 14px;
  }
}

@media screen and (max-width: 576px) {
  .bg_pc {
    display: none;
  }
  .bg_mobile {
    display: block;
  }
  .head h2 {
    font-size: 22px;
  }
  .content_pd,
  .content_pd_sm {
    padding: 0px 15px;
  }
  .product_details1 .head {
    font-size: 12px;
  }
  .product_details1 .head p {
    margin-top: 12px;
  }
  .product_details1 .imgs {
    margin-top: 24px;
  }
  .product_details1 .imgs > div {
    gap: 8px;
  }
}

@media screen and (max-width: 1220px) {
  .content_pd,
  .content_pd_sm {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 1172px) {
  .content_pd,
  .content_pd_sm {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content_pd,
  .content_pd_sm {
    max-width: 896px;
  }
}

@media screen and (max-width: 896px) {
  .content_pd,
  .content_pd_sm {
    max-width: 768px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.bg_pc,
.bg_mobile {
  width: 100%;
  height: auto;
}
.bg_pc img,
.bg_mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.bg_pc {
  display: block;
}
.bg_mobile {
  display: none;
}
.head h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
.content_pd {
  margin: 0px auto;
  max-width: 140rem;
  position: relative;
}
section {
  position: relative;
  z-index: 8;
}
.product_intro1 {
  margin-top: 5rem;
}
.product_intro1 .wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.product_intro1 .inner {
  padding: 10% 0px;
}
.product_intro1 .head {
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  line-height: 1.8;
  max-width: 55.4rem;
}
.product_intro1 .head h2 {
  line-height: normal;
}
.product_intro1 .head p {
  margin-top: 3rem;
}
.product_intro1 .nums {
  margin-top: 8rem;
  padding-top: 6rem;
  max-width: 69.2rem;
  border-top: 1px solid rgb(47, 49, 55);
}
.product_intro1 .nums > div {
  gap: 5rem;
  display: flex;
}
.product_intro1 .nums span,
.product_intro1 .nums i {
  white-space: nowrap;
  color: rgb(255, 255, 255);
  background-image: -webkit-linear-gradient(
    top,
    rgb(245, 241, 237),
    rgb(203, 187, 164),
    rgb(162, 133, 91)
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product_intro1 .nums span {
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 1;
}
.product_intro1 .nums .label {
  color: rgb(204, 204, 204);
  font-size: 1.8rem;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .head h2 {
    font-size: 26px;
  }
  .product_intro1 {
    margin-top: 35px;
  }
  .product_intro1 .inner {
    padding: 6% 30px;
  }
  .product_intro1 .head {
    font-size: 13px;
    max-width: 388px;
  }
  .product_intro1 .head p {
    margin-top: 21px;
  }
  .product_intro1 .nums {
    margin-top: 56px;
    padding-top: 42px;
  }
  .product_intro1 .nums span {
    font-size: 36px;
  }
  .product_intro1 .nums .label {
    font-size: 13px;
  }
}

@media screen and (max-width: 576px) {
  .bg_pc {
    display: none;
  }
  .bg_mobile {
    display: block;
  }
  .head h2 {
    font-size: 22px;
  }
  .content_pd,
  .content_pd_sm {
    padding: 0px 15px;
  }
  .product_intro1 {
    margin-top: 30px;
  }
  .product_intro1 .inner {
    height: 100%;
    padding: 6% 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .product_intro1 .head {
    font-size: 12px;
  }
  .product_intro1 .head p {
    margin-top: 18px;
  }
  .product_intro1 .nums {
    margin-top: 18px;
    padding-top: 18px;
    max-width: max-content;
  }
}

@media screen and (max-width: 1220px) {
  .content_pd,
  .content_pd_sm {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 1172px) {
  .content_pd,
  .content_pd_sm {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content_pd,
  .content_pd_sm {
    max-width: 896px;
  }
}

@media screen and (max-width: 896px) {
  .content_pd,
  .content_pd_sm {
    max-width: 768px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
.flex {
  display: flex;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.gap {
  gap: 2rem;
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.bg_pc,
.bg_mobile {
  width: 100%;
  height: auto;
}
.bg_pc img,
.bg_mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.bg_pc {
  display: block;
}
.head h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
.content_pd {
  margin: 0px auto;
  max-width: 140rem;
  position: relative;
}
section {
  position: relative;
  z-index: 8;
}
.product_image {
  max-width: 2560px;
  margin: 0 auto;
}
.product_image .head {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
.product_image .head h2 {
  line-height: normal;
}
.product_image .head p {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .gap {
    gap: 1rem;
  }
  .head h2 {
    font-size: 26px;
  }
  .product_image {
    padding-top: 35px;
  }
  .product_image .head {
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 576px) {
  .head h2 {
    font-size: 22px;
  }
  .content_pd,
  .content_pd_sm {
    padding: 0px 15px;
  }
  .product_image {
    padding-top: 30px;
  }
  .product_image .head {
    max-width: 282px;
    margin: 0 auto 18px;
  }
}

@media screen and (max-width: 1220px) {
  .content_pd,
  .content_pd_sm {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 1172px) {
  .content_pd,
  .content_pd_sm {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content_pd,
  .content_pd_sm {
    max-width: 896px;
  }
}

@media screen and (max-width: 896px) {
  .content_pd,
  .content_pd_sm {
    max-width: 768px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.bg_pc,
.bg_mobile {
  width: 100%;
  height: auto;
}
.bg_pc img,
.bg_mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.bg_pc {
  display: block;
}
.bg_mobile {
  display: none;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
.content_pd {
  margin: 0px auto;
  max-width: 140rem;
  position: relative;
}
section {
  position: relative;
  z-index: 8;
}
.product_intro {
  max-width: 2560px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
.product_intro .wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.product_intro .content_pd {
  height: 100%;
  display: flex;
  align-items: center;
}
.product_intro .content_pd .head {
  max-width: 62rem;
}
.product_intro .content_pd .head p {
  max-width: 60rem;
}
.product_intro .inner {
  padding: 6% 0px;
}
.product_intro .head {
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  line-height: 1.8;
  max-width: 56rem;
}
.product_intro .head img {
  max-width: 28rem;
  margin-bottom: 5rem;
}
.product_intro .head p {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .product_intro .content_pd .head {
    max-width: unset;
  }
  .product_intro .content_pd .head p {
    max-width: 300px;
  }
  .product_intro .head {
    font-size: 13px;
  }
  .product_intro .head p {
    margin-top: 21px;
  }
  .product_intro .head img {
    max-width: 196px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 576px) {
  .bg_pc {
    display: none;
  }
  .bg_mobile {
    display: block;
  }
  .content_pd,
  .content_pd_sm {
    padding: 0px 15px;
  }
  .product_intro .content_pd {
    align-items: flex-start;
  }
  .product_intro .inner {
    padding: 12% 0px;
  }
  .product_intro .head {
    font-size: 12px;
  }
  .product_intro .head p {
    margin-top: 18px;
  }
  .product_intro .head img {
    width: 180px;
    margin: 0px;
  }
}

@media screen and (max-width: 1220px) {
  .content_pd,
  .content_pd_sm {
    padding: 0px 30px;
  }
  .product_intro .content_pd .head {
    max-width: 50rem;
  }
  .product_intro .content_pd .head p {
    max-width: 40rem;
  }
}

@media screen and (max-width: 1172px) {
  .content_pd,
  .content_pd_sm {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content_pd,
  .content_pd_sm {
    max-width: 896px;
  }
}

@media screen and (max-width: 896px) {
  .content_pd,
  .content_pd_sm {
    max-width: 768px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
i {
  font-style: normal;
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.bg_pc,
.bg_mobile {
  width: 100%;
  height: auto;
}
.bg_pc img,
.bg_mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.bg_pc {
  display: block;
}
.bg_mobile {
  display: none;
}
.head h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
.content_pd {
  margin: 0px auto;
  max-width: 140rem;
  position: relative;
}
section {
  position: relative;
  z-index: 8;
}
.product_intro2 {
  max-width: 2560px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
.product_intro2 .wrap {
  position: absolute;
  inset: 10rem 0px 5rem;
}
.product_intro2 .content_pd {
  height: 100%;
  display: flex;
  align-items: center;
}
.product_intro2 .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product_intro2 .head {
  color: rgb(255, 255, 255);
  max-width: 84rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
.product_intro2 .head h2 {
  line-height: normal;
}
.product_intro2 .head p {
  margin-top: 1rem;
}
.product_intro2 .nums {
  color: rgb(255, 255, 255);
  margin-top: 10rem;
}
.product_intro2 .nums > div {
  gap: 10rem;
  display: flex;
}
.product_intro2 .nums span,
.product_intro2 .nums i {
  white-space: nowrap;
  background-image: -webkit-linear-gradient(
    top,
    rgb(245, 241, 237),
    rgb(203, 187, 164),
    rgb(162, 133, 91)
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product_intro2 .nums span {
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 1;
}
.product_intro2 .nums i {
  font-size: 2.8rem;
  margin-left: 1rem;
}
.product_intro2 .nums .label {
  font-size: 1.8rem;
  margin-top: 1rem;
}
.product_intro2 .note {
  color: rgb(158, 157, 157);
  max-width: 84rem;
  margin-top: auto;
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .head h2 {
    font-size: 26px;
  }
  .product_intro2 .wrap {
    top: 35px;
    bottom: 35px;
  }
  .product_intro2 .head {
    font-size: 13px;
    max-width: 532px;
  }
  .product_intro2 .head p {
    margin-top: 8px;
  }
  .product_intro2 .nums {
    margin-top: 3rem;
  }
  .product_intro2 .nums > div {
    gap: 3rem;
  }
  .product_intro2 .nums span {
    font-size: 36px;
  }
  .product_intro2 .nums i {
    font-size: 20px;
    margin-left: 6px;
  }
  .product_intro2 .nums .label {
    font-size: 13px;
    margin-top: 8px;
  }
  .product_intro2 .note {
    font-size: 13px;
    max-width: 532px;
  }
}

@media screen and (max-width: 576px) {
  .bg_pc {
    display: none;
  }
  .bg_mobile {
    display: block;
  }
  .head h2 {
    font-size: 22px;
  }
  .content_pd,
  .content_pd_sm {
    padding: 0px 15px;
  }
  .product_intro2 .head {
    font-size: 12px;
  }
  .product_intro2 .head p {
    margin-top: 6px;
  }
  .product_intro2 .nums {
    margin-top: 18px;
  }
  .product_intro2 .nums > div {
    gap: 15px;
  }
  .product_intro2 .nums span {
    font-size: 32px;
  }
  .product_intro2 .nums i {
    margin-left: 4px;
    font-size: 17px;
  }
  .product_intro2 .nums .label {
    font-size: 12px;
    margin-top: 6px;
  }
  .product_intro2 .note {
    font-size: 12px;
  }
}

@media screen and (max-width: 1220px) {
  .content_pd,
  .content_pd_sm {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 1172px) {
  .content_pd,
  .content_pd_sm {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content_pd,
  .content_pd_sm {
    max-width: 896px;
  }
  .product_intro2 .head {
    max-width: 60rem;
  }
  .product_intro2 .nums > div {
    gap: 6rem;
  }
}

@media screen and (max-width: 896px) {
  .content_pd,
  .content_pd_sm {
    max-width: 768px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.bg_pc,
.bg_mobile {
  width: 100%;
  height: auto;
}
.bg_pc img,
.bg_mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.bg_pc {
  display: block;
}
.bg_mobile {
  display: none;
}
.head h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
.content_pd {
  margin: 0px auto;
  max-width: 140rem;
  position: relative;
}
section {
  position: relative;
  z-index: 8;
}
.product_icons {
  max-width: 2560px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  color: rgb(255, 255, 255);
}
.product_icons .wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.product_icons .content_pd {
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: all;
}
.product_icons .inner {
  padding: 10% 0px;
  max-width: 67.2rem;
}
.product_icons .head {
  font-size: 1.8rem;
  line-height: 1.8;
}
.product_icons .head h2 {
  line-height: normal;
}
.product_icons .head p {
  margin-top: 3rem;
}
.product_icons .items > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.product_icons .items .item {
  margin-top: 5rem;
  padding-right: 10px;
}
.product_icons .items .item .img {
  max-width: 8rem;
}
.product_icons .items .item .label {
  font-size: 1.8rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .head h2 {
    font-size: 26px;
  }
  .product_icons .inner {
    width: 100%;
    max-width: unset;
  }
  .product_icons .bg_pc {
    margin: 3rem 0px;
  }
  .product_icons .head {
    font-size: 13px;
  }
  .product_icons .head p {
    margin-top: 16px;
    max-width: 400px;
  }
  .product_icons .items {
    max-width: 400px;
  }
  .product_icons .items .item {
    margin-top: 2rem;
  }
  .product_icons .items .item .img {
    max-width: 56px;
  }
  .product_icons .items .item .label {
    font-size: 13px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 576px) {
  .bg_pc {
    display: none;
  }
  .bg_mobile {
    display: block;
  }
  .head h2 {
    font-size: 22px;
  }
  .content_pd,
  .content_pd_sm {
    padding: 0px 15px;
  }
  .product_icons .content_pd {
    align-items: flex-start;
  }
  .product_icons .inner {
    padding: 12% 0px;
  }
  .product_icons .head {
    font-size: 12px;
  }
  .product_icons .items {
    margin-top: 18px;
    max-width: 190px;
  }
  .product_icons .items .item {
    margin-top: 12px;
    padding-right: 5px;
  }
  .product_icons .items .item .img {
    max-width: 3rem;
  }
  .product_icons .items .item .label {
    opacity: 0.8;
    font-size: 12px;
    margin-top: 6px;
  }
}

@media screen and (max-width: 1220px) {
  .content_pd,
  .content_pd_sm {
    padding: 0px 30px;
  }
  .product_icons .bg_pc {
    margin: 5rem 0px 12rem;
  }
}

@media screen and (max-width: 1172px) {
  .content_pd,
  .content_pd_sm {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content_pd,
  .content_pd_sm {
    max-width: 896px;
  }
  .product_icons .inner {
    max-width: 50rem;
  }
  .product_icons .items .item {
    margin-top: 3rem;
  }
  .product_icons .items .item .img {
    max-width: 6rem;
  }
}

@media screen and (max-width: 896px) {
  .content_pd,
  .content_pd_sm {
    max-width: 768px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
.center {
  text-align: center;
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.bg_pc,
.bg_mobile {
  width: 100%;
  height: auto;
}
.bg_pc img,
.bg_mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.bg_pc {
  display: block;
}
.bg_mobile {
  display: none;
}
.head h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
.content_pd {
  margin: 0px auto;
  max-width: 140rem;
  position: relative;
}
section {
  position: relative;
  z-index: 8;
}
.product_intro3 {
  max-width: 2560px;
  margin: 8rem auto 0px;
  overflow: hidden;
}
.product_intro3 .head {
  font-size: 1.8rem;
  line-height: 1.8;
}
.product_intro3 .head h2 {
  line-height: normal;
}
.product_intro3 .head p {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .head h2 {
    font-size: 26px;
  }
  .product_intro3 {
    margin-top: 56px;
  }
  .product_intro3 .head {
    font-size: 13px;
    max-width: 460px;
    margin: 0px auto;
  }
  .product_intro3 .head p {
    margin-top: 14px;
  }
}

@media screen and (max-width: 576px) {
  .bg_pc {
    display: none;
  }
  .bg_mobile {
    display: block;
  }
  .head h2 {
    font-size: 22px;
  }
  .content_pd,
  .content_pd_sm {
    padding: 0px 15px;
  }
  .product_intro3 .head {
    font-size: 12px;
  }
  .product_intro3 .head p {
    margin-top: 12px;
  }
}

@media screen and (max-width: 1220px) {
  .content_pd,
  .content_pd_sm {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 1172px) {
  .content_pd,
  .content_pd_sm {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content_pd,
  .content_pd_sm {
    max-width: 896px;
  }
}

@media screen and (max-width: 896px) {
  .content_pd,
  .content_pd_sm {
    max-width: 768px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.head h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
.content_pd {
  margin: 0px auto;
  max-width: 140rem;
  position: relative;
}
section {
  position: relative;
  z-index: 8;
}
.product_details2 {
  padding: 10rem 0px;
}
.product_details2 .item {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_details2 .item + .item {
  margin-top: 10rem;
}
.product_details2 .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.product_details2 .img {
  width: 50%;
  border-radius: 8px;
}
.product_details2 .img:hover img {
  transform: scale(1.03);
}
.product_details2 .img img {
  width: auto;
  max-width: 100%;
}
.product_details2 .head {
  flex: 1 1 0%;
  max-width: 55rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
.product_details2 .head h2 {
  line-height: normal;
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .head h2 {
    font-size: 26px;
  }
  .product_details2 {
    padding: 70px 0px;
  }
  .product_details2 .item + .item {
    margin-top: 70px;
  }
}

@media screen and (max-width: 576px) {
  .head h2 {
    font-size: 22px;
  }
  .content_pd,
  .content_pd_sm {
    padding: 0px 15px;
  }
  .product_details2 {
    padding: 60px 0px;
  }
  .product_details2 .item {
    gap: 18px;
    flex-direction: column-reverse;
  }
  .product_details2 .item:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .product_details2 .item .img {
    width: 100%;
  }
  .product_details2 .item + .item {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1220px) {
  .content_pd,
  .content_pd_sm {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 1172px) {
  .content_pd,
  .content_pd_sm {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content_pd,
  .content_pd_sm {
    max-width: 896px;
  }
}

@media screen and (max-width: 896px) {
  .content_pd,
  .content_pd_sm {
    max-width: 768px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
.flex {
  display: flex;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
.center {
  text-align: center;
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.gap {
  gap: 2rem;
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.bg_pc,
.bg_mobile {
  width: 100%;
  height: auto;
}
.bg_pc img,
.bg_mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.bg_pc {
  display: block;
}
.head h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
.content_pd {
  margin: 0px auto;
  max-width: 140rem;
  position: relative;
}
section {
  position: relative;
  z-index: 8;
}
.product_image {
  max-width: 2560px;
  margin: 0 auto;
}
.product_image .head {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
.product_image .head h2 {
  line-height: normal;
}
.product_image .head p {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .gap {
    gap: 1rem;
  }
  .head h2 {
    font-size: 26px;
  }
  .product_image {
    padding-top: 35px;
  }
  .product_image .head {
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 576px) {
  .head h2 {
    font-size: 22px;
  }
  .content_pd,
  .content_pd_sm {
    padding: 0px 15px;
  }
  .product_image {
    padding-top: 30px;
  }
  .product_image .head {
    max-width: 282px;
    margin: 0 auto 18px;
  }
}

@media screen and (max-width: 1220px) {
  .content_pd,
  .content_pd_sm {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 1172px) {
  .content_pd,
  .content_pd_sm {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content_pd,
  .content_pd_sm {
    max-width: 896px;
  }
}

@media screen and (max-width: 896px) {
  .content_pd,
  .content_pd_sm {
    max-width: 768px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.bg_pc,
.bg_mobile {
  width: 100%;
  height: auto;
}
.bg_pc img,
.bg_mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.bg_pc {
  display: block;
}
.bg_mobile {
  display: none;
}
.head h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
.content_pd {
  margin: 0px auto;
  max-width: 140rem;
  position: relative;
}
section {
  position: relative;
  z-index: 8;
}
.product_icons {
  max-width: 2560px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  color: rgb(255, 255, 255);
}
.product_icons .wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.product_icons .content_pd {
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: all;
}
.product_icons .inner {
  padding: 10% 0px;
  max-width: 67.2rem;
}
.product_icons .head {
  font-size: 1.8rem;
  line-height: 1.8;
}
.product_icons .head h2 {
  line-height: normal;
}
.product_icons .head p {
  margin-top: 3rem;
}
.product_icons .items > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.product_icons .items .item {
  margin-top: 5rem;
  padding-right: 10px;
}
.product_icons .items .item .img {
  max-width: 8rem;
}
.product_icons .items .item .label {
  font-size: 1.8rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .head h2 {
    font-size: 26px;
  }
  .product_icons .inner {
    width: 100%;
    max-width: unset;
  }
  .product_icons .bg_pc {
    margin: 3rem 0px;
  }
  .product_icons .head {
    font-size: 13px;
  }
  .product_icons .head h2 br {
    display: none;
  }
  .product_icons .head p {
    margin-top: 16px;
    max-width: 400px;
  }
  .product_icons .items {
    max-width: 400px;
  }
  .product_icons .items .item {
    margin-top: 2rem;
  }
  .product_icons .items .item .img {
    max-width: 56px;
  }
  .product_icons .items .item .label {
    font-size: 13px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 576px) {
  .bg_pc {
    display: none;
  }
  .bg_mobile {
    display: block;
  }
  .head h2 {
    font-size: 22px;
  }
  .content_pd,
  .content_pd_sm {
    padding: 0px 15px;
  }
  .product_icons.bottom .bg_mobile {
    margin: 30px 0px 56px;
  }
  .product_icons.bottom .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .product_icons.bottom .items {
    max-width: unset;
  }
  .product_icons.bottom .items .item {
    text-align: center;
  }
  .product_icons.bottom .items .item .img {
    margin: 0px auto;
  }
  .product_icons.bottom .items .item .label {
    opacity: 1;
  }
  .product_icons .content_pd {
    align-items: flex-start;
  }
  .product_icons .inner {
    padding: 12% 0px;
  }
  .product_icons .head {
    font-size: 12px;
  }
  .product_icons .items {
    margin-top: 18px;
    max-width: 190px;
  }
  .product_icons .items .item {
    margin-top: 12px;
    padding-right: 5px;
  }
  .product_icons .items .item .img {
    max-width: 3rem;
  }
  .product_icons .items .item .label {
    opacity: 0.8;
    font-size: 12px;
    margin-top: 6px;
  }
}

@media screen and (max-width: 1220px) {
  .content_pd,
  .content_pd_sm {
    padding: 0px 30px;
  }
  .product_icons .bg_pc {
    margin: 5rem 0px 12rem;
  }
}

@media screen and (max-width: 1172px) {
  .content_pd,
  .content_pd_sm {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content_pd,
  .content_pd_sm {
    max-width: 896px;
  }
  .product_icons .inner {
    max-width: 50rem;
  }
  .product_icons .items .item {
    margin-top: 3rem;
  }
  .product_icons .items .item .img {
    max-width: 6rem;
  }
}

@media screen and (max-width: 896px) {
  .content_pd,
  .content_pd_sm {
    max-width: 768px;
  }
}
