.specials_text span {
  font-size: 1.375rem;
  color: #ce9261;
}
.specials_text h1 {
  font-size: 3.25rem;
  font-weight: 600;
  color: #333333;
}
.specials_text p {
  font-size: 1.0625rem;
  color: #7f7f7f;
  line-height: 28px;
}
.specials_text h2 {
  font-size: 2.625rem;
  font-weight: 600;
  color: #333333;
}
.gallery {
  padding-top: 70px;
}
.gallery .top ul {
  padding-bottom: 38px;
}
.gallery .top .breadcrumbs{
  padding-bottom: 38px;
}
.gallery .top ul li {
  font-size: 1rem;
  color: #7c7c7c;
}
.gallery .top ul li.break {
  margin: 0 3px;
}
.gallery .top ul li:last-child a {
  color: #242424;
}
.gallery .top ul li a {
  font-size: 1rem;
  color: #7c7c7c;
}
.gallery .left {
  width: 584px;
  height: auto;
  padding: 72px 20px;
  background: url(../img/specials-d-img1.jpg) no-repeat center / cover;
}
.gallery .left h1 {
  font-size: 3.375rem;
  color: #242424;
  font-weight: 600;
  max-width: 300px;
}
.gallery .left strong {
  font-size: 5.1875rem;
  color: #d59961;
  font-weight: 600;
  border-top: 1px solid #ac9585;
  border-bottom: 1px solid #ac9585;
  display: inline-block;
  margin: 28px 0 12px;
}
.gallery .left strong i {
  font-style: normal;
}
.gallery .left strong i:nth-of-type(2) {
  font-size: 1.9375rem;
  padding-left: 10px;
  opacity: 0.7;
  text-decoration: line-through;
}
.gallery .left strong span:nth-of-type(2) {
  font-size: 1.9375rem;
  font-weight: normal;
  text-decoration: line-through;
  opacity: 0.7;
}
.gallery .left p {
  font-size: 0.9375rem;
  line-height: 28px;
  color: #606060;
  margin-bottom: 38px;
}
.gallery .left div ul li {
  font-size: 1.0625rem;
  color: #5b5b5b;
  padding-left: 30px;
  line-height: 30px;
  position: relative;
  max-width: 230px;
}
.gallery .left div ul{
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* .gallery .left div ul li:last-child::before {
  display: none;
} */
.gallery .left div ul li::before {
  content: '';
  display: block;
  width: 15px;
  height: 10px;
  background: url(../img/gou.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.gallery .right {
  flex: 1;
  margin-left: 110px;
}
.gallery .right strong {
  font-size: 2.625rem;
  color: #242424;
  font-weight: 600;
  display: inline-block;
  line-height: 63px;
  margin-bottom: 1rem;
}
.gallery .right p {
  font-size: 1.0625rem;
  color: #5b5b5b;
  line-height: 28px;
  padding-top: 40px;
  position: relative;
}
.gallery .right p::before {
  content: '“';
  font-size: 3.4569rem;
  color: #cccccc;
  position: absolute;
  top: 25px;
  left: 0;
}
.gallery .right ul {
  padding-top: 20px;
}
.gallery .right ul li {
  font-size: 1.125rem;
  color: #353535;
  line-height: 50px;
  margin-bottom: 10px;
  border-bottom: 1.5px solid #ededed;
}
.gallery .right ul li:last-child {
  border: none;
}
.gallery .right ul li i,
.gallery .right ul li span {
  float: right;
  font-size: 1.25rem;
  font-weight: 500;
}
.gallery .right select {
  width: 520px;
  height: 58px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 40px 0;
  appearance: none;
  background: url(../img/select.svg) no-repeat right 30px center / 3.5%;
  cursor: pointer;
  padding-left: 30px;
  font-size: 1.125rem;
  color: #353535;
}
.gallery .right .button {
  font-size: 1.25rem;
  font-weight: 600;
  width: 100%;
  height: 58px;
  line-height: 60px;
}
.specials_nav {
  padding-top: 115px;
}
.specials_nav ul {
  justify-content: center;
  border-bottom: 1px solid #dbdbdb;
}
.specials_nav ul li {
  margin: 0 24px;
}
.specials_nav ul li.active a,
.specials_nav ul li:hover a {
  color: #282828;
}
.specials_nav ul li.active a::after,
.specials_nav ul li:hover a::after {
  width: 100%;
}
.specials_nav ul li a {
  display: block;
  line-height: 80px;
  font-size: 1.375rem;
  color: #979797;
  transition: all 0.3s;
  position: relative;
}
.specials_nav ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background-color: #ce9260;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.3s;
}
.specials_detail {
  padding-top: 85px;
}
.specials_detail .detail_part {
  margin-bottom: 110px;
}
.specials_detail .detail_part:nth-child(even) .part_text {
  padding-left: 90px;
}
.specials_detail .wp-block-columns{
  margin-bottom: 110px;
}
.specials_detail .wp-block-columns:nth-child(even) div.wp-block-column:nth-of-type(2){
  padding-left: 90px;
}
.specials_detail .wp-block-columns:nth-child(even) div.wp-block-column:nth-of-type(2) h2, .specials_detail .wp-block-columns:nth-child(even) div.wp-block-column:nth-of-type(2) p{
  max-width: 100%;
}
.specials_detail .detail_part:nth-child(even) .part_text p,
.specials_detail .detail_part:nth-child(even) .part_text h2 {
  max-width: 82%;
}
.specials_detail .detail_part .part_text {
  flex: 1;
}
body .is-layout-flex{
  gap: 0;
}
.specials_detail .detail_part .part_text h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #242424;
  line-height: 3.6rem;
  padding-top: 95px;
  max-width: 70%;
}
.wp-block-columns h2{
  font-size: 2.5rem;
  font-weight: 500;
  color: #242424;
  line-height: 3.6rem;
  padding-top: 95px;
  max-width: 75%;
}
.wp-block-columns .wp-block-column p{
  font-size: 1.0625rem;
  line-height: 30px;
  color: #5b5b5b;
  max-width: 70%;
  padding-top: 25px;
}
.wp-block-columns .wp-block-column{
  width: 50%;
  flex-grow: unset !important;
  flex-basis: unset !important;
}
.wp-block-columns .wp-block-column img{
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.specials_detail .detail_part .part_text p {
  font-size: 1.0625rem;
  line-height: 30px;
  color: #5b5b5b;
  max-width: 70%;
  padding-top: 25px;
}
.specials_detail .detail_part .part_img {
  width: 608px;
  height: 446px;
}
.specials_detail .detail_part .part_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.specials_detail .advantages h2 {
  font-size: 2.5rem;
  color: #242424;
  font-weight: 500;
  text-align: center;
  padding: 70px 0 65px;
}
.specials_detail .advantages div:nth-child(2) {
  width: 100%;
  height: 446px;
  overflow: hidden;
  border-radius: 10px;
}
.specials_detail .advantages div:nth-child(2) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.specials_detail .advantages ul {
  padding: 55px 0 175px;
}
.specials_detail .advantages ul li {
  width: 50%;
  line-height: 35px;
  padding-left: 35px;
  font-size: 1.125rem;
  color: #5b5b5b;
  position: relative;
}
.specials_detail .advantages ul{
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.specials_detail .advantages ul li::before {
  content: '';
  display: block;
  width: 18px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/gou.svg) no-repeat center / contain;
}
.product_detail_main_questions {
  padding-top: 180px;
}
.product_detail_main_questions h3 {
  text-align: center;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 3.4rem;
  color: #333333;
  margin-bottom: 80px;
}
.product_detail_main_questions .navigation {
  min-width: 215px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.product_detail_main_questions .navigation li {
  font-size: 1.125rem;
  color: #56595b;
  line-height: 30px;
  margin-bottom: 40px;
  padding-left: 25px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.product_detail_main_questions .navigation li.active,
.product_detail_main_questions .navigation li:hover {
  color: #d59961;
}
.product_detail_main_questions .navigation li.active::before,
.product_detail_main_questions .navigation li:hover::before {
  height: 30px;
}
.product_detail_main_questions .navigation li::before {
  content: '';
  display: block;
  width: 3px;
  height: 0;
  background-color: #d59961;
  position: absolute;
  top: 0;
  left: -2px;
  border-radius: 6px;
  transition: all 0.3s;
}
.product_detail_main_questions .product_detail_main_questions_main {
  flex: 1;
}
.product_detail_main_questions .product_detail_main_questions_main ul {
  display: none;
}
.product_detail_main_questions .product_detail_main_questions_main ul.active {
  display: block;
}
.product_detail_main_questions .product_detail_main_questions_main strong {
  display: block;
  font-size: 1.125rem;
  color: #494949;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.product_detail_main_questions .product_detail_main_questions_main strong::after {
  content: '';
  display: block;
  width: 15px;
  height: 8px;
  position: absolute;
  top: 11px;
  right: 0;
  background: url(../img/select.svg) no-repeat center;
}
.product_detail_main_questions .product_detail_main_questions_main p {
  font-size: 1rem;
  color: #808080;
  line-height: 35px;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s;
}
.product_detail_main_questions .product_detail_main_questions_main li {
  padding-bottom: 25px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.product_detail_main_questions .product_detail_main_questions_main li.active strong {
  padding-bottom: 20px;
}
.product_detail_main_questions .product_detail_main_questions_main li.active p {
  max-height: 500px;
}
