.main {
  /* max-width: 1920px;
  margin: auto; */
}

.banner .bannerTxt button {
  color: #fff;
  font-size: 18px;
  padding: 12px;
  border: none;
  background-color: #7F664D;
  border-radius: 12px;
  cursor: pointer;
  line-height: 20px;
}

.banner .bannerImg img {
  width: 100%;
}

.banner .bannerImg {
  position: relative;
}

.banner .bannerTxt {
  position: absolute;
  top: 0;
  left: 120px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.banner .bannerTxt .title {
  font-size: 72px;
  color: #fff;
  font-weight: 700;
  line-height: 90px;
}

.banner .bannerTxt p {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 22px;
}

.sysetms .sysetmsImg img {
  width: 100%;
}

.sysetms {
  position: relative;
}

.sysetms .sysetmsTxt {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.sysetms .sysetmsTxt button {
  color: #fff;
  font-size: 18px;
  padding: 12px;
  border: none;
  background-color: #7F664D;
  border-radius: 12px;
  cursor: pointer;
  line-height: 20px;
}

.sysetms .sysetmsTxt .title {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 30px;
}

.sysetms .sysetmsTxt p {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 20px;
  padding: 0 120px;
  margin-bottom: 30px;
}

.thickness {
  padding: 100px 0 0;
}

.thickness .container {
  max-width: 1240px;
  padding: 0;
}

.thickness .title {
  font-size: 32px;
  color: #150B00;
  font-weight: 600;
  line-height: 36px;
  padding-bottom: 30px;
}

.thickness .tab-group .title {
  font-size: 24px;
  padding-bottom: 20px;
}

.thickness .tab-group {
  margin-bottom: 30px;
}

.thickness .allTitle {
  padding: 50px 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thickness .allTitle p {
  font-size: 32px;
  color: #150B00;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 0;
  padding: 0 20px;
}

.thickness .allTitle div {
  background-color: #150B00;
  height: 2px;
  width: 290px;
}

.thickness .tab-groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.thickness .tab-groups button {
  margin: 0;
  padding: 20px;
  text-align: start;
  color: #150B00;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.thickness .tab-groups button.active {
  background-color: #150B00;
  color: #fff;
}

.thickness .tab-groups button>span {
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.thickness .tab-groups button>img {
  display: none;
}

.thickness .tab-groups button.active>span {
  display: inline-block;
}

.thickness .tab-groups button.active>img {
  display: inline-block;
  float: right;
}

.thickness .tab-group button {
  color: #150B00;
  margin: 0;
  padding: 5px 20px;
  line-height: 1.2em;
  border-radius: 20px;
  border: 1px solid;
}

.thickness .tab-group button.active {
  background-color: #150B00;
  color: #fff;
}

.product-container {
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
  width: 100%;
}

.product-container .product {
  width: 300px;
  margin: 0px 5px;
}

.qualities {
  margin-top: 30px;
}

.qualities .container {
  max-width: 1200px;
}

.qualities .title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  color: #150B00;
  margin-bottom: 30px;
}

.qualities .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}

.qualities .items .item {
  background-color: #443C33;
}

.qualities .items .item .itemTxt {
  padding: 20px;
}

.qualities .items .item .itemTxt div {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  margin-bottom: 10px;
}

.qualities .items .item .itemTxt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0;
}

.introduction .container {
  max-width: 1920px;
  padding: 0;
}

.introduction .item {
  display: grid;
  grid-template-columns: 43% 57%;
  background: linear-gradient(to bottom, transparent 55%, #443C33 55%);
  padding: 0 360px 60px;
  margin-top: 100px;
}

.introduction .item .leftBox {
  width: 100%;
  position: relative;
}

.introduction .item .leftBox p {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  position: absolute;
  left: 20px;
  bottom: -75px;
}

.introduction .item .leftBox img {
  width: 520px;
}

.introduction .item .rightBox {
  padding-left: 30px;
}

.introduction .item .rightBox .rightTxt div {
  font-size: 32px;
  color: #150B00;
  font-weight: 600;
  line-height: 36px;
}

.introduction .item .rightBox .rightTxt p {
  font-size: 16px;
  color: #150B00;
  font-weight: 400;
  line-height: 20px;
  margin: 30px 0 50px;
}

.about {
  background-color: #150b00;
  position: relative;
}

.about .content h2 {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.about .content .horizontal {
  margin: initial;
  margin-bottom: 40px;
}

.about .content {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 100px 0;
}

.about .content .icon1 {
  position: absolute;
  top: 160px;
  left: -90px;
}

.about .content>p {
  font-size: 14px;
  color: #fff;
  z-index: 1;
  position: relative;
}

.about .icon2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about form.wpcf7-form {
  position: relative;
  z-index: 3;
}

.about form.wpcf7-form label {
  font-size: 16px;
  color: #fff;
}

.about form.wpcf7-form label textarea,
.about form.wpcf7-form label input,
.about form.wpcf7-form input[type='text'] {
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
}

.about form.wpcf7-form .countyfieldcls input {
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 71px;
}

.about form.wpcf7-form select.wpcf7-select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
}

.about form.wpcf7-form label input::-webkit-input-placeholder,
.about form.wpcf7-form label textarea::-webkit-input-placeholder {
  color: #8B8D90;
}

.about form.wpcf7-form label textarea {
  min-height: 50px;
  overflow-y: hidden;
}

.about form.wpcf7-form .subcls001 {
  text-align: center !important;
  margin-top: 20px;
}

.about form.wpcf7-form .subcls001 .subcls001 {
  background-color: #7F664D;
  border-radius: 12px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border: none;
  margin: 0;
  width: 20%;
}

.about .countyfieldcls .country-name {
  color: #000;
}

.faq {
  background-color: #F4F4F4;
  padding: 50px 0;
}

.faq .container {
  max-width: 1440px;
}

.faq .title {
  font-size: 24px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.faq .accordion h2 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

.faq .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 4px;
  border-bottom: 1px solid #DADADA;
  border-top: none;
}

.faq .accordion-inner {
  padding: 9px 0 6px;
}

.faq .accordion-item .accordion-title.active h2 {
  color: #7f664d;
}

.faq .accordion-item .accordion-title.active {
  background-color: #F4F4F4;
}

.faq .accordion-item .accordion-title .toggle {
  position: unset;
}

.shop-page-title.category-page-title.page-title {
  display: none !important;
}

.displayPc {
  display: block;
}

.displayPh {
  display: none;
}

.expand-btn {
  display: none;
}

@media screen and (min-width: 1921px) {
  /* .banner {
    max-width: 1920px;
    margin: 0 auto;
  }

  .sysetms {
    max-width: 1920px;
    margin: 0 auto;
  }

  .about {
    max-width: 1920px;
    margin: 0 auto;
  } */
}

@media screen and (min-width: 1335px) {
  .itemsBtn {
    position: relative;
    width: 300px;
  }

  .sysetms .itemsBtn {
    margin: 0 auto;
  }

  .itemsBtn button {
    z-index: 2;
    width: 300px;
    margin: 0;
  }

  .itemsBtn button:hover {
    background-color: #998571;
  }

  .thickness .tab-groups button:hover {
    background-color: #150B00;
    color: #fff;
  }

  .thickness .tab-groups button:hover span {
    display: inline-block;
  }

  .thickness .tab-groups button:hover img {
    display: inline-block;
    float: right;
  }

  .thickness .tab-group button:hover {
    background-color: #150B00;
    color: #fff;
  }
}

@media screen and (max-width: 1440px) {
  .thickness {
    padding: 50px 0 0;
  }

  .thickness .container {
    max-width: 96%;
  }

  .thickness .tab-groups button {
    font-size: 16px;
    line-height: 20px;
  }

  .thickness .tab-groups button>span {
    font-size: 12px;
    line-height: 14px;
  }

  .introduction .item .rightBox .rightTxt div {
    font-size: 3vw;
    line-height: 3.1vw;
  }

  .introduction .item .rightBox .rightTxt p {
    margin: 2vw 0 4vw;
  }

  .introduction .item {
    padding: 0 4vw 60px;
  }
}

@media screen and (max-width: 1025px) {
  .thickness .tab-groups {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .banner .bannerTxt .title {
    font-size: 64px;
    line-height: 1.2em;
  }

  .introduction .item .rightBox .rightTxt div {
    font-size: 24px;
    line-height: 1.2em;
  }

  .sysetms .sysetmsTxt p {
    font-size: 14px;
    padding: 0 5vw;
  }

  .thickness .tab-groups button {
    font-size: 26px;
    line-height: 1.2em;
  }

  .thickness .tab-groups button>span {
    font-size: 18px;
    line-height: 1.2em;
  }

  .introduction .item .rightBox .rightTxt p {
    margin: 10px 0 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about .content {
    max-width: 92vw;
  }

  .about .content .icon1 {
    top: 170px;
    left: 0;
    width: 15%;
  }

  .about .icon2 {
    width: 20%;
  }
}

@media screen and (max-width: 850px) {
  .shop-page-title.category-page-title.page-title {
    display: block !important;
  }

  .category-term-description {
    display: none !important;
  }
}

@media screen and (max-width: 820px) {
  .banner .bannerTxt {
    left: 40px;
  }

  .introduction .item .rightBox .rightTxt div {
    font-size: 20px;
    line-height: 1.2em;
  }

  .introduction .item .rightBox .rightTxt p {
    font-size: 15px;
  }

  .qualities .items .item .itemTxt p {
    font-size: 14px;
  }

  .qualities .items .item .itemTxt div {
    font-size: 18px;
  }

  .qualities .items .item .itemTxt {
    padding: 10px;
  }

  .sysetms .sysetmsTxt .title {
    font-size: 24px;
    line-height: 1.1em;
    margin-bottom: 10px;
  }

  .sysetms .sysetmsTxt p {
    font-size: 14px;
    line-height: 1.1;
    padding: 0 20px;
    margin-bottom: 10px;
  }

  .thickness .allTitle div {
    width: 27vw;
  }

  .introduction .item {
    grid-template-columns: 46% 54%;
  }

  .introduction .item .leftBox p {
    font-size: 24px;
    line-height: 1.2em;
    bottom: -5.2vh;
  }

  .thickness .tab-group button {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .about .content {
    max-width: 92vw;
  }

  .about .content .icon1 {
    top: 185px;
    left: 0;
    width: 35%;
  }

  .about .icon2 {
    width: 30%;
  }

  .about .subcls017 .subcls017 {
    width: 100%;
  }

  .banner .bannerTxt .title {
    font-size: 58px;
  }

  .sysetms .sysetmsTxt button {
    margin-bottom: 0;
  }

  .introduction .item .rightBox .rightTxt p {
    font-size: 14px;
  }

  .introduction .item {
    grid-template-columns: 46.5% 53.5%;
  }

  .introduction .item .leftBox p {
    font-size: 22px;
  }

  .qualities .items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }

  .qualities .items .item img {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .about form.wpcf7-form .subcls017 .subcls017 {
    width: 98%;
  }

  .introduction {
    margin-top: 60px;
  }

  .sysetms .sysetmsTxt p {
    padding: 0 15px;
  }

  .introduction .item .rightBox {
    display: flex;
    flex-direction: column-reverse;
  }

  .introduction .item .rightBox {
    padding: 15px 15px 0;
    display: flex;
    flex-direction: column-reverse;
    margin-top: -110px;
    z-index: 1;
  }

  .introduction .item .rightBox .rightTxt p {
    font-size: 14px;
    margin: 10px 0 0;
    color: #fff;
  }

  .introduction .item .rightBox .rightTxt div {
    font-size: 5.6vw;
    color: #fff;
  }

  .sysetms .sysetmsTxt button {
    margin-bottom: 0;
    margin-right: 0;
    padding: 10px 30px;
  }

  .about .content h2 {
    font-size: 6vw;
  }

  .introduction .item .rightBox .rightTxt {
    padding-top: 30px;
  }

  .introduction .item {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 0 30px;
    margin-top: 0;
  }

  .thickness .title {
    font-size: 5.5vw;
    text-align: center;
  }

  .thickness .tab-group .title {
    font-size: 16px;
    text-align: left;
  }

  .thickness .tab-group {
    padding: 0 10px;
  }

  .thickness .tab-groups button {
    font-size: 16px;
    padding: 15px;
  }

  .thickness .tab-groups button>span {
    font-size: 12px;
    display: inline-block !important;
  }

  .thickness .container {
    max-width: 100%;
  }

  .thickness .allTitle p {
    font-size: 5vw;
  }

  .introduction .item .rightBox {
    padding: 15px;
  }

  .thickness .tab-groups button.active>img {
    margin-top: -13px;
  }

  .introduction .item .leftBox p {
    font-size: 5vw;
    bottom: 11.8vh;
    left: 10px;
    margin-bottom: 0;
  }

  .banner .bannerTxt .title {
    font-size: 8.5vw;
  }

  .banner .bannerTxt p {
    font-size: 3.8vw;
    width: 80%;
  }

  .banner .bannerTxt {
    left: 0;
    padding: 15px 15px 25px;
    justify-content: flex-end;
  }

  .banner .bannerTxt button {
    margin-bottom: 0;
    margin-right: 0;
    padding: 10px 30px;
  }

  .sysetms .sysetmsTxt p {
    margin: 40px 0 10px;
  }

  .sysetms .sysetmsTxt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .sysetms .sysetmsTxt .expand-btn {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: underline;
    margin-bottom: 30px;
  }

  .expand-btn {
    display: block;
  }

  .thickness .allTitle {
    padding: 50px 0 0;
  }

  .displayPc {
    display: none;
  }

  .pc {
    display: none;
  }

  .displayPh {
    display: block;
  }
}

@media screen and (max-width: 380px) {
  .introduction .item .leftBox p {
    bottom: 15vh;
  }
}