.hero_promo {
  width: 1267px;
  height: 562px;
  margin: auto;
  margin-top: 105px;
  background: url("../../images/promo_hero.webp") no-repeat center center/contain;
  border-radius: 20px;
  margin-bottom: 18px;
}

.recommend_box {
  width: 1267px;
  height: 670px;
  margin: auto;
  padding-top: 35px;
}

.recommend_box_cont {
  width: 1267px;
  height: 582px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.recommend_box_list {
  width: 405px;
  height: 544px;
  border-radius: 20px;
  border: solid 1px #1e1e1ea8;
  text-align: center;
}
.recommend_box_list_t1 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 30px;
  margin-top: 23px;
  color: #1e1e1e;
}
.recommend_box_list img {
  width: 285px;
  height: 285px;
  border-radius: 10px;
}

.recommend_box_list_t2 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-top: 22px;
  color: #1e1e1e;
}

.recommend_box_title {
  width: 260px;
  height: 60px;
  margin: auto;
  z-index: 300px;

  position: relative;
  top: -620px;
}

.recommend_box_title img {
  width: 260px;
  height: 60px;
  z-index: 400px;
  object-fit: cover;
}
.recommend_box_text {
  width: 100%;
  text-align: center;

  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #626262;

  position: relative;
  top: -65px;
  display: block;
}
.recommend_box_text2 {
  width: 100%;
  text-align: center;

  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #626262;

  position: relative;
  top: -65px;
  display: none;
}

.promo_qr {
    width: 550px;
    height:250px;
    margin: auto;
    clear: right;
    display: block;
}

@media (max-width: 768px) {
  .hero_promo {
    width: 386px;
    height: 171px;
    border-radius: 10px;
    margin: auto;
    margin-top: 60px;
    background: url("../../images/promo_hero.webp") no-repeat center
      center/contain;
    margin-bottom: 26px;
  }

.recommend_box {
  width: 100%;
  height: 480px;
  margin: auto;
  padding-top: 0px;
  padding: 0px;
  position: relative; 
}

.recommend_box_cont {
  width: 100%;
  height: 414px;
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  align-items: center;

}

.recommend_box_list {
  width:96%;
  height: 133px;
  border-radius: 8px;
  border: solid 1px #1e1e1ea8;
  padding: 10px 10px;

   position: relative; 
}
.recommend_box_list_t1 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1e1e1e;
  float: left;
  width: 245px;
  text-align: center;
 
margin-top: 0px;
}
.recommend_box_list img {
  width: 109px;
  height: 109px;
  border-radius: 5px;
position:absolute;
right: 10px;
}

.recommend_box_list_t2 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 12px;

  color: #1e1e1e;
    float: left;
    clear: both;
      margin-top: -10px;
       width: 245px;
  text-align: center;

}

.recommend_box_title {
  width: 132px;
  height: 30px;
  z-index: 300px;
margin-left: 10px;
position: absolute;
left: 10px;
top: -16px;
}

.recommend_box_title img {
  width: 132px;
  height: 30px;
  z-index: 400px;
  object-fit: cover;
}
.recommend_box_text {
  width: 100%;
  text-align: center;

  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 8px;
  color: #626262;

  position: relative;
  top: -65px;
  display: none;
}
.recommend_box_text2 {
  width: 100%;
  text-align: center;

  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 8px;
  color: #626262;

  position: relative;
  top: 15px;
  display: block;
}

.promo_qr {
    width: 550px;
    height:250px;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    clear: right;
    display: none;
}

.hero_respond2 {
    margin-top: -15px;
}

}

@media (max-width: 401px) {
  .hero_promo {
    width: 370px;
    height: 171px;
    border-radius: 10px;
    margin: auto;
    margin-top: 60px;
    background: url("../../images/promo_hero.webp") no-repeat center
      center/contain;
    margin-bottom: 26px;
  }
}