.giftBox .item .ImgBox {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
@media (max-width: 480px) {
  .giftBox .item .ImgBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
  }
}
.giftBox .item .ImgBox .Img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.giftBox .item .ImgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.giftBox .item .textEditor .ticketInfoBox {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .giftBox .item .textEditor .ticketInfoBox {
    margin-bottom: 40px;
  }
}
.giftBox .item .textEditor .ticketInfoBox:last-child {
  margin: 0;
}
.giftBox .item .textEditor .title {
  border-bottom: solid 1px #cfcfcf;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
}
.giftBox .item .textEditor .title .hashTag {
  font-style: normal;
  margin-bottom: -4px;
}
.giftBox .item .textEditor ul {
  margin-bottom: 20px;
}
.giftBox .item .textEditor ul:last-child {
  margin: 0;
}
.giftBox .item .textEditor ul li {
  margin-top: 10px;
}
.giftBox .item .textEditor ul li:first-child {
  margin: 0;
}
.giftBox .ticketSearchBox {
  background: #ffffff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  position: relative;
  z-index: 1;
  padding: 20px 40px;
  margin-top: 60px;
}
@media (max-width: 480px) {
  .giftBox .ticketSearchBox {
    padding: 20px;
    margin-top: 40px;
  }
}
.giftBox .ticketSearchBox .unit {
  margin-bottom: 20px;
  color: #231815;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(18 / 18 * 1.5);
  letter-spacing: calc(18 * 60 / 1000 * 1px);
  font-family: "PT Serif", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.giftBox .ticketSearchBox .inputBox {
  width: 100%;
  height: 45px;
  background: #fff1f5;
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.giftBox .ticketSearchBox .inputBox input {
  width: 100%;
  height: 100%;
  padding-left: 25px;
  color: #5e4d48;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(16 / 16 * 1.5);
  letter-spacing: calc(16 * 60 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.giftBox .ticketSearchBox .inputBox .searchBtn {
  width: 60px;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (min-width: 1181px) {
  .giftBox .ticketSearchBox .inputBox .searchBtn:hover {
    color: #dd006f;
  }
}
.giftBox .ticketSearchBox .inputBox .searchBtn svg {
  width: 24px;
  height: 24px;
}
.giftBox .deliveryResult {
  background: #ffffff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 25px 25px;
  padding: 60px 40px 40px;
  margin-top: -20px;
}
.giftBox .deliveryResult .status {
  font-size: 20px;
  font-weight: 700;
}
.giftBox .deliveryResult .resultBox {
  margin-top: 20px;
}
.giftBox .deliveryResult .resultTitle {
  margin-bottom: 10px;
  color: #231815;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(18 / 18 * 1.5);
  letter-spacing: calc(18 * 60 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.giftBox .deliveryResult .resultList {
  color: #231815;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(16 / 16 * 1.5);
  letter-spacing: calc(16 * 60 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.bg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.bg::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff1f5), to(transparent));
  background: linear-gradient(to top, #fff1f5 0%, transparent 100%);
  top: 0;
  left: 0;
}