/*order-option*/
/*order-option*/
.byd-other-page {
  width: 100vw;
  padding: 0 0 80px 0;
}
.byd-other-page .container {
  width: 1120px;
  margin: 0 auto;
  max-width: 1120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 80px 0 40px 0;
}
.byd-other-page .container .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 39.01px;
  text-align: left;
  color: rgb(37, 39, 40);
}
.byd-other-page .container .page-container {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-row-gap: 20px;
}
.byd-other-page .container .page-container .page-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px 20px 20px 10px;
  margin-right: 10px;
  border-radius: 20px;
  background: rgb(255, 255, 255);
}
.byd-other-page .container .page-container .page-item .item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: rgb(0, 0, 0);
}
.byd-other-page .container .page-container .page-item .go-icon {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.byd-other-page .container .page-container .page-item:hover {
  background: rgb(247, 247, 247);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 20px;
  margin-right: 0;
}

@media screen and (max-width: 1440px) {
  .byd-other-page .container {
    width: 85%;
  }
}
@media screen and (max-width: 767.98px) {
  .byd-other-page .container {
    gap: 20px;
    padding: 40px 0 40px 0;
  }
  .byd-other-page .container .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
  }
  .byd-other-page .container .page-container {
    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;
    gap: 20px;
    margin-right: 0;
    border-radius: 16px;
  }
  .byd-other-page .container .page-container .page-item {
    width: 100%;
    padding: 16px;
    background: rgb(247, 247, 247);
  }
  .byd-other-page .container .page-container .page-item .item-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .byd-other-page .container {
    width: 90%;
  }
}