/*order-option*/
/*order-option*/
.euGuide-banner .banner-bgImg-pc,
.euGuide-banner .banner-bgImg-mob {
  display: none;
}
.euGuide-banner .banner-container {
  width: 100%;
  height: 464px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.euGuide-banner .banner-container .banner-txt {
  width: 1120px;
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 216px;
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.euGuide-banner .banner-container .banner-txt.black-txt {
  color: #000000;
}

@media screen and (max-width: 1440px) {
  .euGuide-banner .banner-container .banner-txt {
    width: 85%;
  }
}
@media screen and (max-width: 991px) {
  .euGuide-banner .banner-container {
    height: 360px;
  }
  .euGuide-banner .banner-container .banner-txt {
    width: 85%;
    padding-top: 162px;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }
}
@media screen and (max-width: 430px) {
  .euGuide-banner .banner-container .banner-txt {
    width: 90%;
  }
}