@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;600;800&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a, input, select {
  -webkit-tap-highlight-color: transparent;
}

a:focus, input:focus, select:focus {
  outline: 0;
}

a:active, a:hover, input:active, input:hover, select:active, select:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
  background-color: transparent;
  border: none;
}

button, select {
  text-transform: none;
}

select, input {
  -webkit-appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
  display: block;
  cursor: pointer;
}

@font-face {
  font-family: "GothamRounded";
  src: url(../font/GothamRounded-Bold.otf);
  font-weight: bold;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
html,
body {
  font-family: "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  font-family: "Noto Sans TC";
  font-size: 100px;
  background-color: #9c1e22;
  width: 100%;
}

#wrapper #main {
  position: relative;
  font-size: 5.333vw;
  width: 100vw;
  margin: auto;
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: linear-gradient(248deg, #fff 94%, #eaeaea -8%);
  height: 3.5926em;
  width: 100%;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .container .menu-btn {
  background-color: #c92025;
  padding: 1.35em 1.0775em;
  margin-right: 0.7em;
}
header .container .menu-btn .pic {
  width: 1em;
}
header .container .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .container .user-info .left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10.5em;
}
header .container .user-info .left-box .user-photo {
  border-radius: 50%;
  width: 2.1645em;
  height: 2.1645em;
  border: 2px solid #ffffff;
  margin-right: 0.3em;
}
header .container .user-info .left-box .user-photo img {
  border-radius: 50%;
}
header .container .user-info .left-box .user-record .coin-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.2em;
}
header .container .user-info .left-box .user-record .coin-box .icon {
  width: 0.54em;
}
header .container .user-info .left-box .user-record .coin-box p {
  font-size: 0.54em;
  font-weight: 300;
  margin: 0 0.3em;
}
header .container .user-info .left-box .user-record .coin-box .num {
  font-weight: bold;
  font-size: 1.15em;
  color: #9c1e22;
}
header .container .user-info .left-box .user-record .record-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 99px;
  padding: 0.2578em 0.7294em;
  background-color: #9c1e22;
}
header .container .user-info .left-box .user-record .record-btn p {
  color: #ffffff;
  font-size: 0.58em;
  margin-right: 0.2em;
}
header .container .user-info .left-box .user-record .record-btn .icon {
  width: 0.4em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
header .container .user-info .right-box .user-rank {
  position: relative;
}
header .container .user-info .right-box .user-rank .pic {
  width: 4.3em;
}
header .container .user-info .right-box .user-rank .rank {
  font-size: 0.76em;
  color: #800004;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.loading {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgb(103, 0, 3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.loading .container {
  height: 100%;
  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;
}
.loading .container .dot {
  width: 0.2em;
  height: 0.2em;
  border-radius: 99999px;
  background-color: #fff;
  -webkit-animation-name: aniLoading;
          animation-name: aniLoading;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  margin: 0 0.05em;
}
.loading .container .dot:first-of-type {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.loading .container .dot:nth-of-type(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.loading .container .dot:last-of-type {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes aniLoading {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes aniLoading {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.final-loading {
  position: fixed;
  background-color: rgba(103, 0, 3, 0.75);
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  z-index: 998;
}
.final-loading .item {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 0.25em;
  height: 0.25em;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 0.8s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
input[name=zipcode],
.district,
.county {
  display: none;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  margin: auto;
  right: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1000;
  top: 0;
  background-image: linear-gradient(7deg, #800004 2%, #ac171c 97%);
  overflow-y: scroll;
  opacity: 0;
}
.menu.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.menu .close {
  width: 0.95em;
  height: 0.95em;
  position: absolute;
  top: 3%;
  left: 5%;
  z-index: 3;
}
.menu .title-box .pic {
  margin-top: -2em;
}
.menu .title-box .title {
  width: 16.8em;
  position: absolute;
  top: -1%;
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.menu .logo {
  width: 95%;
  margin: auto;
  margin-top: 2em;
  padding-bottom: 1em;
}
.menu .menu-list {
  margin-top: -3em;
  padding: 0em 5.7em;
  position: relative;
  z-index: 1;
}
.menu .menu-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
}
.menu .menu-list .item::after {
  content: "";
  display: block;
  position: absolute;
  left: -38%;
  bottom: 0;
  width: 13.6691em;
  height: 1px;
  border-bottom: 1px dashed #ffd9d9;
  opacity: 0.5;
}
.menu .menu-list .item:last-child::after {
  display: none;
}
.menu .menu-list .item::before {
  content: "";
  display: block;
  background-image: url(../images/go-menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.833em;
  height: 0.833em;
  position: absolute;
  top: 25%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu .menu-list .item p {
  font-size: 1em;
  color: #ffffff;
}
.menu .coin-bg {
  position: absolute;
  top: 3%;
  left: -7%;
  pointer-events: none;
  z-index: 2;
}

.Gotham {
  font-family: "GothamRounded";
}

.section.invoice {
  position: relative;
  z-index: 1;
  padding-top: 0.5em;
}
.section.invoice.hide {
  display: none;
}
.section.invoice.show {
  display: block;
}
.section.invoice .title-box {
  position: relative;
}
.section.invoice .title-box .pic {
  position: relative;
  z-index: -1;
}
.section.invoice .title-box .item {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.section.invoice .title-box .item h3 {
  font-size: 1.44em;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  margin: 0.15em 0;
}
.section.invoice .example {
  width: 92%;
  margin: auto;
  position: relative;
  margin-top: -6.5em;
}
.section.invoice .inv_btn {
  margin-bottom: 0.7em;
  position: relative;
}
.section.invoice .inv_btn::after {
  content: "";
  display: block;
  background-image: url(../images/icon/btn-go-R.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.7887em;
  height: 0.7887em;
  position: absolute;
  right: 8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section.invoice .inv_btn p {
  font-size: 0.84em;
  color: #9c1e22;
  font-weight: 500;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8%;
}
.section.invoice .container {
  padding: 1em 0 2em;
  width: 85%;
  margin: auto;
  border-top: 1px solid #b44545;
  margin-top: 0.5em;
}
.section.invoice .container .subtitle {
  font-size: 0.9em;
  color: #ffffff;
  margin-bottom: 1.5em;
  position: relative;
  padding-left: 0.3em;
}
.section.invoice .container .row {
  margin-bottom: 1.3em;
}
.section.invoice .container .row .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section.invoice .container .row .label p {
  color: #ffbf69;
  font-size: 0.71em;
  margin-bottom: 0.7em;
  font-weight: 400;
}
.section.invoice .container .row .input-block {
  border-radius: 10px;
  padding: 0.9094em 0.5em;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#690003), to(#690003));
  background-image: linear-gradient(to bottom, #690003, #690003);
}
.section.invoice .container .row .input-block input {
  width: 100%;
  color: #ffffff;
  font-size: 0.82em;
  font-family: "jinxuanlatte-m";
}
.section.invoice .container .row .input-block input::-webkit-input-placeholder {
  color: #c3c3c3;
  font-family: "jinxuanlatte-m";
}
.section.invoice .container .row .input-block input::-moz-placeholder {
  color: #c3c3c3;
  font-family: "jinxuanlatte-m";
}
.section.invoice .container .row .input-block input:-ms-input-placeholder {
  color: #c3c3c3;
  font-family: "jinxuanlatte-m";
}
.section.invoice .container .row .input-block input::-ms-input-placeholder {
  color: #c3c3c3;
  font-family: "jinxuanlatte-m";
}
.section.invoice .container .row .input-block input::placeholder {
  color: #c3c3c3;
  font-family: "jinxuanlatte-m";
}
.section.invoice .container .row .input-block.error {
  border: 2px solid #9c1e22;
}
.section.invoice .container .row .input-block.upload {
  padding: 0.68em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.section.invoice .container .row .input-block.upload label {
  background-color: #a05600;
  color: #ffffff;
  padding: 0.5956em 0;
  border-radius: 5px;
  margin-bottom: 0;
  margin-top: 0;
  width: 28.465%;
  font-size: 0.72em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 300;
}
.section.invoice .container .row .input-block.upload input {
  display: none;
}
.section.invoice .container .row .input-block.upload .min_preview {
  width: 3.3em;
}
.section.invoice .container .row .input-block.upload canvas {
  display: none;
}
.section.invoice .container .row .input-block.date::before {
  content: "";
  position: absolute;
  right: 4%;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.5em;
  height: 0.5em;
  pointer-events: none;
}
.section.invoice .container .row .error-alert::before {
  content: attr(data-alert);
  display: block;
  font-size: 0.56em;
  color: #9c1e22;
  margin-top: 0.75em;
}
.section.invoice .container .finish_block {
  margin-top: 2em;
}
.section.invoice .backBtn {
  color: #e58516;
  font-size: 0.76em;
  position: relative;
  margin-top: 1em;
  text-align: center;
  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;
}
.section.invoice .backBtn span {
  margin-right: 0.3em;
}
.section.invoice .backBtn::before {
  content: "";
  display: block;
  height: 0.1em;
  width: 5.4em;
  background-color: #e58516;
  position: absolute;
  bottom: -45%;
  left: 50.2%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section.invoiceHome .bottom {
  margin-top: -6em;
  position: relative;
  z-index: 1;
  padding-bottom: 1.5em;
}
.section.invoiceHome .bottom .topBg {
  position: absolute;
  width: 100%;
  top: -8%;
}
.section.invoiceHome .bottom .exampleAll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-bottom: 1.3em;
  border-bottom: 1px solid #b44545;
  width: 93%;
  margin: auto;
}
.section.invoiceHome .bottom .exampleAll .invoiceBlock p {
  font-size: 0.62em;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  margin-top: 0.5em;
}
.section.invoiceHome .bottom .chooseBox {
  margin-top: 1.2em;
  padding: 0 1.8em;
  text-align: left;
}
.section.invoiceHome .bottom .chooseBox .text {
  font-size: 0.84em;
  color: #ffffff;
  margin-bottom: 1.7em;
  position: relative;
  font-weight: 400;
}
.section.invoiceHome .bottom .mind {
  padding: 0 1em;
  margin-top: 1.5em;
}
.section.invoiceHome .bottom .mind ul {
  padding-left: 1.3em;
}
.section.invoiceHome .bottom .mind ul li {
  font-size: 0.64em;
  line-height: 1.7;
  position: relative;
  color: #e58516;
  list-style: disc;
  font-weight: 300;
}

.section.invoice1 .form-camera {
  position: relative;
}
.section.invoice1 .form-camera .subtitle {
  font-size: 0.68em;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  margin-top: -9.5em;
  color: #ffb11f;
}
.section.invoice1 .form-camera .camera-content {
  position: relative;
  text-align: center;
  margin-top: 1em;
  z-index: 1;
}
.section.invoice1 .form-camera .camera-content .video-block {
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  width: 13.1em;
  height: 16.4em;
  width: 13.275em;
  height: 12.2672em;
  margin: auto;
  position: relative;
}
.section.invoice1 .form-camera .camera-content .video-block .autoplay {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 99;
}
.section.invoice1 .form-camera .camera-content .video-block #invoiceCanvas {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section.invoice1 .form-camera .back {
  padding: 2em 0;
}
.section.invoice1 .form-camera .back .or-box {
  position: relative;
}
.section.invoice1 .form-camera .back .or-box .or {
  width: 1.3584em;
  position: absolute;
  top: -35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section.invoice1 .form-camera .back .inv_btn {
  width: 81.31%;
  margin: auto;
}
.section.invoice1 .form-camera .back .inv_btn::before {
  width: 0.9em;
  height: 0.9em;
  left: 20%;
}
.section.invoice1 .form-camera .back .backBtn::after {
  left: 37%;
}
.section.invoice1 .form-info {
  display: none;
  position: relative;
}
.section.invoice1 .form-info .inv_btn::after {
  width: 0.8106em;
  height: 0.8106em;
  right: 34%;
  top: 51%;
}
.section.invoice1 .form-info .inv_btn .bg {
  width: 7.667em;
  margin: auto;
}
.section.invoice1 .form-info .inv_btn p {
  font-size: 0.96em;
  font-weight: bold;
  left: 48%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.section.invoice2 .container .subtitle::after {
  width: 23%;
}
.section.invoice2 .container .subtitle::before {
  width: 9%;
}
.section.invoice2 .container .subtitle span {
  font-size: 0.74em;
}
.section.invoice2 .container .row p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section.invoice2 .container .row.rowbt2 {
  margin-bottom: 0.6em;
}
.section.invoice2 .container .row.rowbt2 .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section.invoice2 .container .row.rowbt2 .label a {
  color: #d5797c;
  font-size: 0.64em;
  text-align: right;
  font-weight: 300;
}
.section.invoice2 .container .notice {
  margin-bottom: 1.5em;
}
.section.invoice2 .container .notice p {
  color: #e58516;
  font-size: 0.64em;
  line-height: 1.4;
  position: relative;
  font-weight: 300;
}
.section.invoice2 .container .finish_block .inv_btn::after {
  width: 0.8106em;
  height: 0.8106em;
  right: 34%;
  top: 51%;
}
.section.invoice2 .container .finish_block .inv_btn .bg {
  width: 7.667em;
  margin: auto;
}
.section.invoice2 .container .finish_block .inv_btn p {
  font-size: 0.96em;
  font-weight: bold;
  left: 48%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.section.invoice3 .container .subtitle::after {
  width: 23%;
}
.section.invoice3 .container .subtitle::before {
  width: 9%;
}
.section.invoice3 .container .subtitle span {
  font-size: 0.78em;
}
.section.invoice3 .container .row p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section.invoice3 .container .finish_block .inv_btn::after {
  width: 0.8106em;
  height: 0.8106em;
  right: 34%;
  top: 51%;
}
.section.invoice3 .container .finish_block .inv_btn .bg {
  width: 7.667em;
  margin: auto;
}
.section.invoice3 .container .finish_block .inv_btn p {
  font-size: 0.96em;
  font-weight: bold;
  left: 48%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 997;
  display: none;
}
.popup.show {
  display: block;
}
.popup .container {
  text-align: center;
  background-color: #ffffff;
  padding: 3.2em 1em 1.3em;
  border-radius: 15px;
  width: 13.1591em;
  position: fixed;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.popup .container .icon-box {
  width: 3.1545em;
  height: 3.1545em;
  border-radius: 50%;
  background-color: #9c1e22;
  position: absolute;
  top: -5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 6px solid #ffffff;
}
.popup .container .icon-box .icon {
  width: 1.9675em;
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.popup .container h3 {
  color: #9c1e22;
  font-size: 1.78em;
  font-weight: bold;
  margin-bottom: 0.5em;
  letter-spacing: 2px;
}
.popup .container h3 span {
  display: inline-block;
  vertical-align: middle;
}
.popup .container h3 span:first-child {
  margin-right: 0.2em;
}
.popup .container h3 span:last-child {
  margin-left: 0.2em;
}
.popup .container .message p {
  color: #272727;
  font-size: 1em;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.popup .container .message p span {
  color: #9c1e22;
  font-size: 1.8em;
}
.popup .container .message .mark {
  color: #888888;
  font-size: 0.6em;
  border-radius: 99px;
  border: 1px solid #888888;
  padding: 0.34em 0.3em;
  text-align: center;
  width: 58.2%;
  margin: auto;
  font-weight: 400;
}
.popup .container .mind {
  border: 1px dashed #888888;
  padding: 0.6934em 0.5em;
  position: relative;
  border-radius: 10px;
  width: 10.2165em;
  margin: auto;
  margin-top: 1.5em;
}
.popup .container .mind .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -13%;
  left: 3%;
  background-color: #ffffff;
  padding: 0 0.2em;
}
.popup .container .mind .title .icon {
  width: 0.8em;
  margin-right: 0.2em;
}
.popup .container .mind .title p {
  font-size: 0.66em;
}
.popup .container .mind .text {
  font-size: 0.68em;
  line-height: 1.3;
  text-align: left;
}
.popup .container .mind .text span {
  color: #9c1e22;
  font-weight: 600;
}
.popup .container .button-box {
  margin-top: 1.2em;
}
.popup .container .button-box .btn {
  position: relative;
}
.popup .container .button-box .btn::after {
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.7887em;
  height: 0.7887em;
  position: absolute;
  right: 8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.popup .container .button-box .btn .bg {
  width: 97%;
  margin: auto;
}
.popup .container .button-box .btn p {
  font-size: 0.94em;
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12%;
  letter-spacing: 0.01em;
}
.popup .container .button-box .btn.yellow-btn {
  margin-bottom: 0.5em;
}
.popup .container .button-box .btn.yellow-btn::after {
  background-image: url(../images/icon/btn-go-R.svg);
}
.popup .container .button-box .btn.yellow-btn p {
  color: #b42b2f;
}
.popup .container .button-box .btn.red-btn::after {
  background-image: url(../images/icon/btn-go-O.svg);
}
.popup .container .button-box .btn.red-btn p {
  color: #ffbf69;
}
.popup.failPop01 .container, .popup.failPop02 .container {
  padding-top: 3.3em;
}
.popup.failPop01 .container .icon-box, .popup.failPop02 .container .icon-box {
  top: -12%;
}
.popup.failPop01 .container .icon-box .icon, .popup.failPop02 .container .icon-box .icon {
  width: 0.5em;
  left: 50%;
}
.popup.failPop01 .container .button-box, .popup.failPop02 .container .button-box {
  margin-top: 2.451em;
}
.popup.failPop02 .container .message p span {
  font-size: 0.96em;
  font-weight: bold;
}
.popup.failPop02 .container .button-box {
  margin-top: 1.5em;
}
.popup.sendInfoPop .container, .popup.getTicketPop .container {
  padding: 3.2em 0.6em 1.3em;
  width: 13.9594em;
}
.popup.sendInfoPop .container .icon-box .icon, .popup.getTicketPop .container .icon-box .icon {
  left: 50%;
}
.popup.sendInfoPop .container h3, .popup.getTicketPop .container h3 {
  font-size: 1.68em;
  margin-bottom: 1em;
}
.popup.sendInfoPop .container .message p, .popup.getTicketPop .container .message p {
  font-size: 0.86em;
  letter-spacing: 0.06em;
}
.popup.sendInfoPop .container .message p .red, .popup.getTicketPop .container .message p .red {
  color: #b42b2f;
  font-size: 1.1em;
}
.popup.sendInfoPop .container .button-box, .popup.getTicketPop .container .button-box {
  margin-top: 2.2em;
}
.popup.sendInfoPop .container .button-box .btn, .popup.getTicketPop .container .button-box .btn {
  margin-bottom: 0;
}
.popup.sendInfoPop .container .button-box .btn .bg, .popup.getTicketPop .container .button-box .btn .bg {
  width: 91.017%;
}
.popup.sendInfoPop .container .button-box .btn p, .popup.getTicketPop .container .button-box .btn p {
  left: 16%;
}
.popup.checkUsePop .container .icon-box {
  top: -8%;
}
.popup.checkUsePop .container .icon-box .icon {
  width: 0.5em;
  left: 50%;
}
.popup.checkUsePop .container .message {
  margin-top: 0.7em;
}
.popup.checkUsePop .container .message p {
  font-size: 0.86em;
  line-height: 1.2;
}
.popup.checkUsePop .container .message p span {
  font-size: 1.88em;
}
.popup.checkUsePop .container .button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup.checkUsePop .container .button-box .btn::after {
  right: 22%;
}
.popup.checkUsePop .container .button-box .btn p {
  top: 47%;
  left: 30%;
}
.popup.checkUsePop .container .button-box .yellow-btn {
  margin-left: 0.5em;
  margin-bottom: 0;
}
.popup.alert .container .icon-box {
  top: -8%;
}
.popup.alert .container .icon-box .icon {
  width: 0.5em;
  left: 50%;
}
.popup.alert .container .error-alert {
  margin-top: 1em;
  color: #272727;
  font-size: 1em;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.popup.alert .container .button-box .btn::after {
  right: 36%;
}
.popup.alert .container .button-box .btn .bg {
  width: 5.7596em;
  margin: auto;
}
.popup.alert .container .button-box .btn p {
  left: 41%;
}

.giftsHome {
  position: relative;
  padding-top: 0.5em;
}
.giftsHome .title-box {
  position: relative;
}
.giftsHome .title-box .pic {
  position: relative;
}
.giftsHome .title-box .item {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.giftsHome .title-box .item h3 {
  font-size: 1.44em;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  margin: 0.15em 0;
}
.giftsHome .title-box .giftBg {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.giftsHome .container {
  padding: 1.3em 1em;
  padding-bottom: 1.8em;
  position: relative;
  margin-top: -7em;
  z-index: 1;
}
.giftsHome .container h1 {
  color: #fbad22;
  font-size: 1.08em;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.giftsHome .container h1:last-of-type {
  margin-top: 2.7em;
}
.giftsHome .container h1 span.mark {
  display: inline-block;
  font-size: 0.46em;
  font-weight: 500;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.giftsHome .container .ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1em;
  position: relative;
  padding-bottom: 0.5em;
}
.giftsHome .container .ticket::after {
  content: "";
  display: block;
  width: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  height: 1px;
  position: absolute;
  bottom: -15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.giftsHome .container .ticket .box {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 0.6em 0 1.6em;
  margin-right: 0.4em;
  width: 33%;
  position: relative;
}
.giftsHome .container .ticket .box:nth-child(2) .title, .giftsHome .container .ticket .box:last-child .title {
  padding: 0 0.17em;
}
.giftsHome .container .ticket .box:nth-child(2) .title p span, .giftsHome .container .ticket .box:last-child .title p span {
  top: 160%;
}
.giftsHome .container .ticket .box:nth-child(2) .title p span.price, .giftsHome .container .ticket .box:last-child .title p span.price {
  top: 3.9em;
  top: 4.45em;
}
.giftsHome .container .ticket .box:last-child {
  margin-right: 0;
}
.giftsHome .container .ticket .box .title {
  text-align: center;
  height: 3.6em;
  padding: 0 0.46em;
}
.giftsHome .container .ticket .box .title p {
  font-size: 0.7em;
  color: #9c1e22;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
  width: 100%;
  position: relative;
}
.giftsHome .container .ticket .box .title p span {
  color: #4e4e4e;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.giftsHome .container .ticket .box .title p span.price {
  top: 4.5em;
  font-size: 0.9em;
}
.giftsHome .container .ticket .box .content {
  margin-top: 1em;
  position: relative;
  height: 5em;
  padding: 0 0.46em;
}
.giftsHome .container .ticket .box .content .coin {
  background-color: #800004;
  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;
  padding: 0.17em 0.2em;
  width: 57.575%;
  letter-spacing: 0.1em;
  margin: auto;
  position: absolute;
  top: -10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.giftsHome .container .ticket .box .content .coin .icon {
  width: 0.801em;
  margin-right: 0.2em;
}
.giftsHome .container .ticket .box .content .coin p {
  font-size: 0.5em;
  color: #fbac23;
}
.giftsHome .container .ticket .box .content .coin p span {
  font-size: 1.6em;
}
.giftsHome .container .ticket .box .btn {
  color: #9c1e22;
  background-color: #fbad22;
  border-radius: 99px;
  padding: 0.52em 0.2em;
  padding-left: 0.8em;
  font-weight: 500;
  font-size: 0.82em;
  width: 45%;
  margin: auto;
  position: absolute;
  bottom: -7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.giftsHome .container .ticket .box .btn::after {
  content: "";
  display: block;
  background-image: url(../images/icon/arrow-forward.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  top: 54%;
  right: 9%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.giftsHome .container .ticket .box .btn.lock {
  background-color: #909090;
  color: #cbcbcb;
}
.giftsHome .container .nestle-gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1em;
}
.giftsHome .container .nestle-gift .box {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 0.6em 0 2em;
  margin-right: 0.7em;
  width: 47.6%;
  margin-bottom: 1.7em;
  position: relative;
}
.giftsHome .container .nestle-gift .box:nth-child(even) {
  margin-right: 0;
}
.giftsHome .container .nestle-gift .box .title {
  text-align: center;
  height: 1.7em;
  position: relative;
  padding: 0 0.6em;
}
.giftsHome .container .nestle-gift .box .title p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 0.72em;
  color: #4e4e4e;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
  width: 100%;
}
.giftsHome .container .nestle-gift .box .title p span {
  display: block;
  margin-top: 0.2em;
  font-size: 0.9em;
}
.giftsHome .container .nestle-gift .box .content {
  padding: 0 0.6em;
  margin-top: 1em;
  position: relative;
  height: 5.9863em;
}
.giftsHome .container .nestle-gift .box .coin {
  background-color: #800004;
  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;
  padding: 0.1691em 0.2em;
  width: 38.4%;
  letter-spacing: 0.1em;
  margin: auto;
  z-index: 1;
  position: absolute;
  top: -7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.giftsHome .container .nestle-gift .box .coin .icon {
  width: 0.801em;
  margin-right: 0.2em;
}
.giftsHome .container .nestle-gift .box .coin p {
  font-size: 0.5em;
  color: #fbac23;
}
.giftsHome .container .nestle-gift .box .coin p span {
  font-size: 1.6em;
}
.giftsHome .container .nestle-gift .box .btn {
  color: #9c1e22;
  background-color: #fbad22;
  border-radius: 99px;
  padding: 0.5674em 0.2em;
  padding-left: 0.8em;
  font-weight: 500;
  font-size: 0.82em;
  width: 31.44%;
  margin: auto;
  position: absolute;
  bottom: -8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.giftsHome .container .nestle-gift .box .btn::after {
  content: "";
  display: block;
  background-image: url(../images/icon/arrow-forward.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  top: 54%;
  right: 11%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.giftsHome .container .nestle-gift .box .btn.lock {
  background-color: #909090;
  color: #cbcbcb;
  width: 56%;
}
.giftsHome .container .nestle-gift .box .btn.lock::after {
  background-image: url(../images/icon/arrow-forward-w.svg);
}
.giftsHome .container .mark {
  font-size: 0.68em;
  text-align: left;
  font-weight: 300;
  color: #e58516;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.giftsInfo .title-box {
  position: relative;
}
.giftsInfo .title-box .cancel {
  background-color: #e58516;
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.39em 0.1em;
  width: 28.7%;
  margin: auto;
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.giftsInfo .title-box .cancel p {
  color: #9c1e22;
  font-size: 0.8em;
  font-weight: 500;
  margin-left: 0.2em;
}
.giftsInfo .container {
  padding-bottom: 3.5em;
  margin-top: -6.5em;
}
.giftsInfo .container .content {
  padding: 0em 1.5em;
  position: relative;
}
.giftsInfo .container .content h1 {
  color: #fbad22;
  margin-top: 1.3em;
  font-size: 1.05em;
  margin-bottom: 1em;
  font-weight: 500;
}
.giftsInfo .container .content .info-Text {
  font-size: 0.78em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.7em;
}
.giftsInfo .container .content .info-Text:nth-child(3) span:last-child, .giftsInfo .container .content .info-Text:nth-child(4) span:last-child {
  margin-left: 0;
}
.giftsInfo .container .content .info-Text p {
  color: #ffffff;
  border-radius: 7px;
  padding: 0.273em 0.1391em;
  border: 1px solid #ffffff;
  width: 23%;
  text-align: center;
}
.giftsInfo .container .content .info-Text p.noborder {
  border: none;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #ffbcbc;
  border-radius: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.giftsInfo .container .content .info-Text p.noborder span {
  width: 70%;
  line-height: 1.3;
}
.giftsInfo .container .content .info-Text p.noborder:last-child {
  border-bottom: none;
}
.giftsInfo .container .content .info-Text.detail {
  display: block;
}
.giftsInfo .container .content .info-Text.detail p {
  width: 100%;
  text-align: left;
  margin-bottom: 0.8em;
}
.giftsInfo .container .content .info-Text.detail p:first-child {
  text-align: center;
  width: 23%;
}
.giftsInfo .container .content .info-Text span {
  color: #faf8bd;
  margin-left: 0.8em;
}
.giftsInfo .container .content .button {
  position: relative;
  margin-top: 1.5em;
}
.giftsInfo .container .content .button .bg {
  width: 49.61%;
  margin: auto;
}
.giftsInfo .container .content .button::after {
  content: "";
  display: block;
  background-image: url(../images/icon/btn-go-R.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  right: 33%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.giftsInfo .container .content .button.not-change {
  padding: 0.561em 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#909090), to(#cbcbcb));
  background-image: linear-gradient(to bottom, #909090, #cbcbcb);
  width: 48.615%;
  margin: auto;
  border-radius: 99px;
}
.giftsInfo .container .content .button.not-change::after {
  display: none;
}
.giftsInfo .container .content .button.not-change p {
  position: unset;
  -webkit-transform: unset;
          transform: unset;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
.giftsInfo .container .content .button p {
  font-size: 0.96em;
  color: #9c1e22;
  font-weight: 800;
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 47%;
}

.sendInfo .container {
  padding: 0 1.4896em;
  padding-bottom: 2.2em;
  margin-top: -8.5em;
}
.sendInfo .container .info-Text {
  font-size: 0.78em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.2em;
  margin-top: 1.8em;
}
.sendInfo .container .info-Text p {
  color: #ffffff;
  border-radius: 7px;
  padding: 0.3em 0.4em;
  border: 1px solid #ffffff;
  width: 20%;
  text-align: center;
}
.sendInfo .container h1 {
  color: #fbad22;
  font-size: 1.05em;
  margin-bottom: 1em;
  font-weight: 500;
}
.sendInfo .container .form .row {
  margin-bottom: 1.2em;
}
.sendInfo .container .form .row p {
  color: #faf8bd;
  font-size: 0.71em;
  margin-bottom: 1em;
}
.sendInfo .container .form .row .input-block {
  background-color: #761e1c;
  border-radius: 5px;
  padding: 0.9em 0.9em;
}
.sendInfo .container .form .row .input-block input {
  width: 100%;
  color: #ffffff;
  font-size: 0.82em;
}
.sendInfo .container .form .row .input-block input::-webkit-input-placeholder {
  opacity: 0.5;
  color: #ffffff;
}
.sendInfo .container .form .row .input-block input::-moz-placeholder {
  opacity: 0.5;
  color: #ffffff;
}
.sendInfo .container .form .row .input-block input:-ms-input-placeholder {
  opacity: 0.5;
  color: #ffffff;
}
.sendInfo .container .form .row .input-block input::-ms-input-placeholder {
  opacity: 0.5;
  color: #ffffff;
}
.sendInfo .container .form .row .input-block input::placeholder {
  opacity: 0.5;
  color: #ffffff;
}
.sendInfo .container .form .row .input-block.error {
  border: 1px solid #ff4148;
}
.sendInfo .container .form .row .error-alert::before {
  content: attr(data-alert);
  display: block;
  font-size: 0.58em;
  color: #ff4148;
  padding-top: 0.7em;
  font-weight: 300;
}
.sendInfo .container .form .row .address-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
.sendInfo .container .form .row .address-block .select-block {
  width: 50%;
  background-color: #761e1c;
  border-radius: 5px;
  padding: 0.812em 0.8em;
  position: relative;
}
.sendInfo .container .form .row .address-block .select-block::after {
  content: "";
  position: absolute;
  right: 10%;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6em;
  height: 0.6em;
  background-image: url(../images/icon/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.sendInfo .container .form .row .address-block .select-block:first-child {
  margin-right: 0.5em;
}
.sendInfo .container .form .row .address-block .select-block select {
  font-size: 0.8em;
  color: #ffffff;
  width: 100%;
}
.sendInfo .container .mark {
  color: #e58516;
  font-size: 0.7em;
  font-weight: 300;
  line-height: 1.6;
  padding-left: 0.8em;
  position: relative;
}
.sendInfo .container .mark::after {
  content: "*";
  display: block;
  position: absolute;
  top: 4%;
  left: 0%;
}
.sendInfo .container .button {
  padding: 0.758em 0.9em;
  width: 65.3%;
  position: relative;
  border-radius: 99px;
  font-weight: bold;
  margin: auto;
  margin-top: 1em;
  text-align: center;
  font-size: 1.15em;
}
.sendInfo .container .button::after {
  content: "";
  position: absolute;
  width: 0.705em;
  height: 0.705em;
  position: absolute;
  right: 28%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon/btn-go-R.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.sendInfo .container .button .bg {
  width: 6.667em;
  margin: auto;
}
.sendInfo .container .button p {
  font-size: 0.86em;
  color: #b42b2f;
  font-weight: bold;
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 47%;
}

.lotteryInfo .title-box {
  position: relative;
}
.lotteryInfo .title-box .cancel {
  background-color: #e58516;
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.3776em 0.0476em;
  width: 28.7%;
  margin: auto;
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lotteryInfo .title-box .cancel p {
  color: #9c1e22;
  font-size: 0.8em;
  font-weight: 500;
  margin-left: 0.2em;
}
.lotteryInfo .container {
  padding: 0 1.2em;
  padding-bottom: 2em;
  margin-top: -6em;
  position: relative;
}
.lotteryInfo .container .giftBox h1 {
  color: #fbad22;
  margin-top: 1.3em;
  font-size: 1.05em;
  margin-bottom: 1em;
  font-weight: 500;
  line-height: 1.4;
}
.lotteryInfo .container .giftBox .infoTxt {
  font-size: 0.78em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
.lotteryInfo .container .giftBox .infoTxt p {
  color: #ffffff;
  border-radius: 7px;
  padding: 0.3em 0.4em;
  border: 1px solid #ffffff;
  width: 23%;
  text-align: center;
}
.lotteryInfo .container .giftBox .infoTxt.prize {
  display: block;
}
.lotteryInfo .container .giftBox .infoTxt.prize p {
  width: 100%;
  text-align: left;
  margin-bottom: 0.3em;
}
.lotteryInfo .container .giftBox .infoTxt.prize p.noborder {
  border: none;
  margin-bottom: 0.3em;
  line-height: 1.4;
}
.lotteryInfo .container .giftBox .infoTxt.prize p:first-child {
  width: 23%;
  text-align: center;
}
.lotteryInfo .container .giftBox .infoTxt span {
  color: #faf8bd;
  margin-left: 0.8em;
}
.lotteryInfo .container .giftBox .mark {
  color: #e58516;
  font-size: 0.66em;
  font-weight: 300;
  line-height: 1.6;
  padding-left: 0.6em;
  position: relative;
}
.lotteryInfo .container .giftBox .mark::after {
  content: "*";
  display: block;
  position: absolute;
  top: 0;
  left: -1%;
}
.lotteryInfo .container .giftBox .button {
  width: 65.3%;
  position: relative;
  border-radius: 99px;
  font-weight: bold;
  margin: auto;
  margin-top: 1.5em;
  text-align: center;
  font-size: 1.15em;
}
.lotteryInfo .container .giftBox .button::after {
  content: "";
  position: absolute;
  width: 0.705em;
  height: 0.705em;
  position: absolute;
  right: 24%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon/btn-go-R.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.lotteryInfo .container .giftBox .button.not-change {
  padding: 0.561em 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#909090), to(#cbcbcb));
  background-image: linear-gradient(to bottom, #909090, #cbcbcb);
  width: 48.615%;
  margin: auto;
  border-radius: 99px;
}
.lotteryInfo .container .giftBox .button.not-change::after {
  display: none;
}
.lotteryInfo .container .giftBox .button.not-change p {
  position: unset;
  -webkit-transform: unset;
          transform: unset;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
.lotteryInfo .container .giftBox .button .bg {
  width: 6.667em;
  margin: auto;
}
.lotteryInfo .container .giftBox .button p {
  font-size: 0.86em;
  color: #b42b2f;
  font-weight: bold;
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 47%;
}

.record {
  margin-top: 0.5em;
  padding-bottom: 2em;
}
.record .title-box {
  position: relative;
}
.record .title-box .pic {
  position: relative;
}
.record .title-box .item {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.record .title-box .item h3 {
  font-size: 1.44em;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  margin: 0.15em 0;
}
.record .container {
  padding: 0 1em 1.5em;
  position: relative;
  margin-top: -8.5em;
}
.record .container h3 {
  font-size: 1.6em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 17px;
}
.record .container h3 span {
  position: relative;
}
.record .container h3 span::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 5px;
  border: 1px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 34%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.record .container .tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.1em;
  padding-bottom: 1em;
}
.record .container .tab-container .tab {
  font-size: 0.78em;
  border: 1px solid #fbad22;
  color: #fbad22;
  padding: 0.5114em 0.764em;
  border-radius: 99px;
  font-weight: 500;
}
.record .container .tab-container .tab.active {
  color: #800004;
  background-color: #fbad22;
}
.record .container .tab-container .tab:first-child {
  margin-right: 0.5em;
}
.record .container .record-info .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.86em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1em;
}
.record .container .record-info .title .item {
  border-bottom: 1px solid #faf8bd;
  padding: 0.2em 0;
}
.record .container .record-info .title .date {
  width: 5.5em;
}
.record .container .record-info .title .source {
  width: 8em;
}
.record .container .record-info .title .status {
  width: 4.8em;
}
.record .container .record-info .info-box {
  height: 20em;
  overflow-y: scroll;
}
.record .container .record-info .info-box .noData {
  text-align: center;
  color: #ffbcbc;
  font-size: 0.9em;
}
.record .container .record-info .info-box .box {
  background-color: #761e1c;
  padding: 1.03em 0.9em;
  border-radius: 5px;
  color: #ffbcbc;
  font-size: 0.69em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.6em;
  letter-spacing: 1px;
}
.record .container .record-info .info-box .box .date {
  width: 29%;
  font-weight: 300;
}
.record .container .record-info .info-box .box .invoice {
  width: 60%;
  text-align: center;
}
.record .container .record-info .info-box .box .statusTxt {
  width: 7em;
  color: #ffffff;
  text-align: center;
  font-size: 0.86em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.record .container .record-info .info-box .box .statusTxt .checkIcon {
  margin-right: 0.2em;
}
.record .container .record-info .info-box .box .statusTxt.noMatch, .record .container .record-info .info-box .box .statusTxt.usedTxt {
  color: #ff755c;
}
.record .container .record-info .info-box .box .use-item {
  width: 45%;
  text-align: left;
  font-weight: 300;
}
.record .container .record-info .info-box .box .use-item .gifts-source {
  padding-bottom: 0.5em;
  display: block;
}
.record .container .record-info .info-box .box .use-item .gifts-name {
  color: #faf8bd;
  font-size: 0.96em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.record .container .record-info .info-box .box .use-item .gifts-name span {
  margin-left: 2em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.record .container .record-info .info-box .box .use-item .gifts-name span.on {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.record .container .record-info .info-box .box .user-box {
  background-color: #621714;
  border-radius: 5px;
  padding: 0.6em 0.6em;
  margin-top: 0.5em;
  width: 15.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.record .container .record-info .info-box .box .user-box.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.record .container .record-info .info-box .box .user-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 500;
}
.record .container .record-info .info-box .box .user-box .list:first-child {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #5c070a;
}
.record .container .record-info .info-box .box .user-box .list:last-child {
  padding-top: 0.5em;
}
.record .container .record-info .info-box .box .user-box .list p {
  color: #ffffff;
  font-size: 0.91em;
  line-height: 1.6;
}
.record .container .record-info .info-box .box .user-box .list p:first-child {
  width: 6em;
}
.record .container .record-info .info-box .box .user-box .list p:last-child {
  width: 10em;
  font-weight: 300;
}
.record .container .record-info .info-box .box:nth-child(2n) {
  background-color: #832523;
}
.record .container .record-info.coin-info .info-box .box {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.record .container .record-info.coin-info .info-box .box .date {
  width: 33%;
}
.record .container .record-info.coin-info .info-box .box .use-item {
  width: 47%;
}
.record .container .record-info.coin-info .info-box .box .statusTxt {
  width: 20%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rule {
  background-color: #9c1e22;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(78%, #690003), to(rgba(105, 0, 3, 0)));
  background-image: linear-gradient(to bottom, #690003 78%, rgba(105, 0, 3, 0));
  position: relative;
  z-index: 999;
  padding-bottom: 1.5em;
}
.rule .to-top {
  position: fixed;
  bottom: 0;
  right: -4%;
  width: 4.3814em;
  z-index: 10;
}
.rule .title-box {
  position: relative;
  margin-top: -2.5em;
}
.rule .title-box .menu-btn {
  width: 2.1906em;
  height: 2.1906em;
  border-radius: 99px;
  -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.18);
  background-color: #c92025;
  position: absolute;
  top: 26%;
  left: 3%;
  z-index: 1;
}
.rule .title-box .menu-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 1em;
}
.rule .title-box .pic {
  position: relative;
}
.rule .title-box .item {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.rule .title-box .item h3 {
  font-size: 1.44em;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  margin: 0.15em 0;
}
.rule .container {
  padding: 0 1em;
  position: relative;
  z-index: 1;
  margin-top: -6em;
}
.rule .container.privacy ul {
  padding-left: 1.9em;
}
.rule .container.privacy ul li {
  list-style: cjk-ideographic;
}
.rule .container.privacy ul li ul {
  padding-left: 1.4em;
}
.rule .container.privacy ul li ul li {
  list-style: square;
}
.rule .container p {
  font-size: 0.78em;
  color: #ffffff;
  line-height: 1.6;
  font-weight: 300;
}
.rule .container ul {
  padding-left: 1.2em;
}
.rule .container ul li {
  font-size: 0.78em;
  line-height: 1.6;
  list-style: decimal;
  color: #ffffff;
  font-weight: 300;
}
.rule .container ul li .yellow {
  color: #ffd138;
}
.rule .container ul li .mark {
  font-size: 1.03em;
  color: #ff4148;
  position: relative;
  padding-left: 0.7em;
}
.rule .container ul li .mark::after {
  content: "*";
  display: block;
  position: absolute;
  top: 2%;
  left: 0;
}
.rule .container ul li a {
  color: #ffd138;
  display: inline;
  border-bottom: 1px solid #ffd138;
  font-weight: 400;
}
.rule .container ul li ul {
  padding-left: 1.3em;
}
.rule .container ul li ul li {
  font-size: 1em;
  list-style: upper-roman;
}
.rule .container ul li ul li ul {
  padding-left: 1.3em;
}
.rule .container ul li ul li ul li {
  list-style: square;
  font-size: 1.02em;
}
.rule .container ul li ul li table {
  margin-left: -1.2em;
  margin-top: 0.7em;
  margin-bottom: 0.4em;
  width: 19.5466em;
}
.rule .container ul li ul li table tr th {
  background-color: #fbad22;
  color: #9c1e22;
  vertical-align: middle;
  text-align: center;
  padding: 0.3265em 0em;
  font-weight: 500;
  line-height: 1.2;
  font-size: 0.92em;
}
.rule .container ul li ul li table tr th:first-child {
  width: 55.174%;
}
.rule .container ul li ul li table tr th:nth-child(2) {
  width: 22.414%;
  border-right: 1px solid #9c1e22;
  border-left: 1px solid #9c1e22;
}
.rule .container ul li ul li table tr th:last-child {
  width: 22.414%;
}
.rule .container ul li ul li table tr td {
  font-size: 0.88em;
  vertical-align: middle;
  padding: 0.8961em 0;
  line-height: 1.4;
  border-top: 1px solid #9c1e22;
}
.rule .container ul li ul li table tr td:first-child {
  padding: 0.8961em 0.7em;
}
.rule .container ul li ul li table tr td:nth-child(2), .rule .container ul li ul li table tr td:last-child {
  text-align: center;
}
.rule .container ul li ul li table tr td:nth-child(2) {
  border-right: 1px solid #9c1e22;
  border-left: 1px solid #9c1e22;
}
.rule .container ul li ul li table tr td span {
  font-weight: 500;
}
.rule .container ul li ul li table tr:nth-child(even) td {
  background-color: rgba(251, 173, 34, 0.4);
}
.rule .container ul li ul li table tr:nth-child(odd) td {
  background-color: rgba(224, 127, 16, 0.32);
}
.rule .container .note {
  font-size: 0.74em;
  color: #ffffff;
  margin-top: 0.3em;
  line-height: 1.6;
  font-weight: 300;
}
.rule .container .note a {
  color: #ffd138;
  display: inline;
  border-bottom: 1px solid #ffd138;
  font-weight: 400;
}

.store {
  background-color: #9c1e22;
  position: relative;
  z-index: 999;
  padding-bottom: 1.5em;
}
.store .title-box {
  position: relative;
  margin-top: -2.5em;
}
.store .title-box .menu-btn {
  width: 2.1906em;
  height: 2.1906em;
  border-radius: 99px;
  -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.18);
  background-color: #c92025;
  position: absolute;
  top: 24%;
  left: 3%;
  z-index: 1;
}
.store .title-box .menu-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 1em;
}
.store .title-box .pic {
  position: relative;
}
.store .title-box .item {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.store .title-box .item h3 {
  font-size: 1.44em;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  margin: 0.15em 0;
}
.store .container {
  padding: 0 1em;
  position: relative;
  margin-top: -5em;
}
.store .container .item {
  margin-bottom: 1em;
}
.store .container .item:nth-child(8) {
  margin-bottom: 0;
}
.store .container .item:nth-child(8) .store-name {
  height: 3.9em;
}
.store .container .item .store-name {
  height: 2.9792em;
  padding-left: 1em;
  padding-right: 1.5em;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd77e), color-stop(183%, #ff9d00));
  background-image: linear-gradient(to bottom, #ffd77e, #ff9d00 183%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.store .container .item .store-name.actived {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 0.3em;
}
.store .container .item .store-name.actived .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.store .container .item .store-name p {
  font-size: 0.98em;
  line-height: 1.1;
  color: #800004;
  font-weight: 600;
}
.store .container .item .store-name p span {
  font-weight: 400;
  font-size: 0.7em;
}
.store .container .item .store-name .icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 0.921em;
}
.store .container .item .info {
  overflow: hidden;
  position: relative;
  padding-left: 1.5em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: rgb(180, 43, 47);
  padding: 0.8em 0.8em;
  display: none;
  transition: 0.4s;
}
.store .container .item .info.actived {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.store .container .item .info .info-box {
  margin-bottom: 0.8em;
}
.store .container .item .info .info-box:last-child {
  margin-bottom: 0;
}
.store .container .item .info .info-box .title {
  color: #9c1e22;
  background-color: #fbad22;
  display: inline-block;
  padding: 0.3492em 0.519em;
  text-align: center;
  border-radius: 7px;
  font-size: 0.8em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.store .container .item .info .info-box .text {
  color: #f5faff;
  font-size: 0.8em;
  line-height: 1.4;
}
.store .container .item .info .info-box ul {
  padding-left: 1em;
}
.store .container .item .info .info-box ul li {
  font-size: 0.78em;
  color: #f5faff;
  line-height: 1.6;
  list-style: square;
  font-weight: 400;
  margin-bottom: 0.3em;
}
.store .container .item .info .info-box ul li:last-child {
  margin-bottom: 0;
}
.store .container .item .info .info-box ul li span {
  color: #ffd138;
}
.store .container .item .info .info-box .mark {
  color: #ffd138;
  font-size: 0.78em;
  line-height: 1.5;
}
.store .container .note-box {
  margin-top: 1.5em;
}
.store .container .note-box .note {
  margin-bottom: 0.5em;
}
.store .container .note-box .note .title {
  font-size: 0.76em;
  color: #ffffff;
  margin-bottom: 0.5em;
  font-weight: 300;
}
.store .container .note-box .note .text {
  padding-left: 1em;
  font-size: 0.74em;
  color: #ffffff;
  line-height: 1.6;
  font-weight: 300;
}