@font-face {
  font-family: "AdobeHeitiStd-Regular";
  src: url("../font/AdobeHeitiStd-Regular.otf");
}
.embroidery .content .banner {
  background-image: url("../img/embroidery/bg_mobile.jpg");
  background-size: auto 100%;
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 750px) {
  .embroidery .content .banner {
    background-image: url("../img/embroidery/bg_pc.jpg");
  }
}
@media screen and (min-width: 992px) {
  .embroidery .content .banner {
    margin-top: 82px;
    background-image: url("../img/embroidery/bg_pc.jpg");
    background-size: auto 100%;
  }
}
.embroidery .content .banner .text {
  color: #ffffff;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  position: absolute;
  top: 30%;
  left: 50%;
  width: 80%;
  max-width: 1266px;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .embroidery .content .banner .text {
    top: 50%;
    transform: translateY(-50%);
    left: 17%;
  }
}
.embroidery .content .banner .text h2 {
  font-family: "BerlinSansFBDemi-Bold";
  font-size: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .embroidery .content .banner .text h2 {
    font-size: 60px;
  }
}
.embroidery .content .banner .text p {
  font-family: "Poppins-Regular";
  letter-spacing: 2px;
  margin-bottom: 30px;
  width: 580px;
}
@media screen and (max-width: 992px) {
  .embroidery .content .banner .text p {
    width: 100%;
  }
}
.embroidery .content .banner .text div {
  width: 100%;
}
.embroidery .content .banner .text div > button {
  width: 258px;
  height: 50px;
  background-color: #f6821f;
  border-radius: 5px;
  font-family: "Poppins-SemiBold";
  font-size: 20px;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .embroidery .content .banner .text div > button {
    width: 100%;
  }
}
.embroidery .content .mainContent {
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
  position: relative;
  margin-top: -100px;
  margin-bottom: 100px;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .embroidery .content .mainContent {
    display: flex;
  }
}
@media screen and (max-width: 1280px) {
  .embroidery .content .mainContent {
    width: 900px;
  }
}
@media screen and (max-width: 991px) {
  .embroidery .content .mainContent {
    width: 100%;
    margin-bottom: 50px;
  }
}
.embroidery .content .mainContent div {
  font-weight: normal;
}
.embroidery .content .mainContent div.text {
  width: 50%;
  padding-top: 180px;
  font-family: "Poppins-Regular";
  list-style: none;
  letter-spacing: 2px;
  max-width: 570px;
  line-height: 52px;
}
@media screen and (max-width: 1280px) {
  .embroidery .content .mainContent div.text {
    line-height: 32px;
    width: 54%;
    padding-top: 140px;
  }
}
@media screen and (max-width: 991px) {
  .embroidery .content .mainContent div.text {
    width: 90%;
    max-width: 990px;
    margin: 0 auto;
    margin-bottom: 60px;
    line-height: 42px;
  }
}
.embroidery .content .mainContent div.text span {
  color: #f6821f;
  font-size: 20px;
  font-family: "Poppins-SemiBold";
  letter-spacing: 3px;
}
.embroidery .content .mainContent div.image {
  width: 40%;
  position: relative;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .embroidery .content .mainContent div.image {
    width: 90%;
    margin: 0 auto;
  }
}
.embroidery .content .mainContent div.image .c_mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .embroidery .content .mainContent div.image .c_pc {
    display: none;
  }
  .embroidery .content .mainContent div.image .c_mobile {
    display: block;
  }
}
.embroidery .content .mainContent div.image img {
  width: 100%;
  margin-left: -23px;
  margin-top: 27px;
}
@media screen and (max-width: 991px) {
  .embroidery .content .mainContent div.image img {
    margin: 0;
  }
}
