/*order-option*/
/*order-option*/
.euLanding-anchor {
  width: 100vw;
  padding: 80px 0;
}
.euLanding-anchor.exchangeBgColor {
  background-color: #F7F7F7;
}
.euLanding-anchor .euLanding-anchor-container {
  width: 1120px;
  max-width: 1120px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.euLanding-anchor .anchor-left {
  width: 48%;
}
.euLanding-anchor .anchor-left .anchor-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  margin-bottom: 20px;
}
.euLanding-anchor .anchor-left .anchor-sub-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  margin-bottom: 6px;
}
.euLanding-anchor .anchor-left .anchor-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
.euLanding-anchor .anchor-content {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.euLanding-anchor .anchor-content .anchor-content-container .eu-anchor-button {
  margin-bottom: 10px;
}
.euLanding-anchor .anchor-content .anchor-content-container .eu-anchor-button .btn {
  min-width: 180px;
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .euLanding-anchor .euLanding-anchor-container {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .euLanding-anchor {
    padding: 40px 0;
  }
  .euLanding-anchor .euLanding-anchor-container {
    width: 90%;
    max-width: 90%;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .euLanding-anchor .anchor-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .euLanding-anchor .anchor-left .anchor-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    margin-bottom: 16px;
  }
  .euLanding-anchor .anchor-left .anchor-sub-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    margin-bottom: 6px;
  }
  .euLanding-anchor .anchor-left .anchor-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
  }
  .euLanding-anchor .anchor-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .euLanding-anchor .anchor-content .anchor-content-container {
    width: 100%;
  }
  .euLanding-anchor .anchor-content .anchor-content-container .eu-anchor-button {
    margin-bottom: 10px;
    width: 100%;
  }
  .euLanding-anchor .anchor-content .anchor-content-container .eu-anchor-button .btn {
    min-width: 180px;
    width: 100%;
  }
}