@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Roboto&family=Noto+Serif+TC:wght@400;500;600&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&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;
}

html,
body {
  font-family: "Noto Sans TC";
  font-family: "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  font-size: 100px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  html,
  body {
    background-color: #00963f;
  }
}

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

.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
}

.phone {
  display: none;
}

header {
  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: 0.8em;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 91%;
}

header .menuBtn {
  width: 1.9716em;
}

header .logo {
  width: 7.01em;
}

.warn {
  width: 100%;
  margin-top: -0.79em;
  z-index: 4;
  position: relative;
}

@media screen and (max-width: 768px) {
  .warn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    margin-top: 0;
  }
}

.loading {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(18, 94, 46, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.loading.hidden {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.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.8em;
  height: 0.8em;
  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.2em;
}

.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(18, 94, 46, 0.9);
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  z-index: 9999999;
  display: none;
}

.final_loading .item {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 2.5em;
  height: 2.5em;
  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;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}

.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(0%);
          transform: translateX(0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
  top: 0;
  background-image: linear-gradient(147deg, #105f21 0%, #29711c 100%);
  overflow-y: scroll;
}

.menu.hide {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu .close {
  width: 1.9716em;
  position: absolute;
  top: 3%;
  left: 5%;
}

.menu .title {
  width: 12.19em;
  position: absolute;
  top: 2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.menu .menu-list {
  margin-top: 4.5em;
}

.menu .menu-list .item {
  width: 78%;
  margin: auto;
  margin-bottom: 0.7em;
  position: relative;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 94, 46, 0.9);
  z-index: 999;
  display: none;
}

.popup .container {
  text-align: center;
  background-color: #ffffff;
  padding: 1.54em 1em 1.3em 1em;
  border-radius: 15px;
  width: 12em;
  position: fixed;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.popup .container .error-alert {
  font-size: 0.96em;
  color: #626262;
}

.popup .container .error-alert::before {
  content: attr(data-alert);
  display: block;
}

.popup .container .close {
  font-size: 0.8em;
  font-weight: 500;
  padding: 0.55em 0.65em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#950710), to(#6f0406));
  background-image: linear-gradient(to bottom, #950710, #6f0406);
  color: #f2ab1c;
  border-radius: 99px;
  width: 35%;
  margin: auto;
  margin-top: 1.2em;
  cursor: pointer;
}

.popup .container .icon {
  width: 19%;
  margin: auto;
  margin-bottom: 0.7em;
}

.popup .container h3 {
  color: #d00800;
  font-size: 1.7em;
  font-weight: 600;
  margin-bottom: 0.7em;
  letter-spacing: 2px;
}

.popup .container p {
  font-size: 0.86em;
  color: #626262;
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: 300;
}

.popup .container p span {
  color: #d00800;
}

.popup .container .button {
  margin-top: 2.2em;
}

.popup .container .button a {
  color: #d00800;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe7ac), to(#eaae3c));
  background-image: linear-gradient(to bottom, #ffe7ac, #eaae3c);
  padding: 0.82em 0.9em;
  width: 79.2%;
  position: relative;
  border-radius: 99px;
  font-weight: bold;
  margin: auto;
  text-align: center;
  font-size: 1.1em;
}

.popup .container .button a::after {
  content: "";
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6em;
  height: 0.6em;
  background-image: url(../images/right-arrow-r.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.popup.alert .container {
  width: 13em;
  margin-top: 0;
}

.popup.alert .container .icon {
  width: 23%;
}

.popup.alert .container .error-alert {
  margin-top: 1em;
}

.popup.alert .container .error-alert::before {
  content: attr(data-alert);
  display: block;
  font-size: 0.88em;
  color: #575757;
  text-align: center;
  line-height: 1.6;
}

.popup.alert .container .button {
  margin-top: 1.5em;
}

.popup.alert .container .button a {
  color: #006824;
  border-radius: 99px;
  -webkit-box-shadow: 3px 3px 26px 0 rgba(18, 87, 17, 0.41);
          box-shadow: 3px 3px 26px 0 rgba(18, 87, 17, 0.41);
  background-image: linear-gradient(100deg, #fff 1%, #e8e8e8 71%, #d8d6d6 79%, #fff 100%);
  padding: 0.82em 0.9em;
  width: 42.2%;
  position: relative;
  font-weight: bold;
  margin: auto;
  text-align: center;
  font-size: 0.86em;
}

.popup.inFinish .container {
  width: 13.63em;
}

.popup.inFinish .container p span {
  font-size: 2em;
  font-family: "GothamRounded", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
}

.popup.inFinish .container .coin {
  width: 9.7em;
  margin: auto;
}

.popup.inFinish .container .button {
  margin-top: 1.34em;
}

.popup.successPop .container .button a:last-child, .popup.checkPop .container .button a:last-child {
  margin-top: 0.5em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#950710), to(#6f0406));
  background-image: linear-gradient(to bottom, #950710, #6f0406);
  color: #fbad22;
}

.popup.successPop .container .button a:last-child::after, .popup.checkPop .container .button a:last-child::after {
  background-image: url(../images/invoice/right-arrow-y.png);
}

.popup.failPop .container {
  padding-bottom: 2em;
}

.popup.sampleL .container {
  width: 12em;
}

.popup.sampleL .container .closeBtn {
  width: 2em;
  height: 2em;
  position: absolute;
  top: 3%;
  right: 3%;
}

.popup.sampleL .container .closeBtn:after, .popup.sampleL .container .closeBtn::before {
  content: "";
  display: block;
  width: 1.4em;
  height: 0.15em;
  border-radius: 99px;
  background-color: #4d4d4d;
  position: absolute;
  top: 35%;
  right: 10%;
}

.popup.sampleL .container .closeBtn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup.sampleL .container .closeBtn::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pcPage {
  position: relative;
  z-index: 4;
  display: none;
}

.pcPage .block {
  position: absolute;
  top: 9.5%;
  right: 20%;
}

.pcPage .block .logoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pcPage .block .logoBox .logo {
  width: 2.35em;
  margin-bottom: 0.15em;
}

.pcPage .block .elogo {
  position: absolute;
  right: 5%;
  top: 40.5%;
  width: 0.59em;
}

.pcPage .block .title {
  width: 5.138em;
}

.pcPage .block .box .qrcode {
  background-color: #ffffff;
  padding: 0.2em;
  border-radius: 12px;
  width: 2.25em;
  margin: auto;
  margin-top: 0.42em;
}

.pcPage .block .box .text {
  width: 2.66em;
  margin: auto;
  margin-top: 0.2em;
}

.section.home {
  position: relative;
}

.section.home.testHome {
  display: none;
}

.section.home .kv {
  position: relative;
}

.section.home .kv .logo {
  position: absolute;
  right: 9%;
  top: 24%;
}

.section.home .kv .title {
  position: absolute;
  width: 93%;
  top: 7.3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section.home .kv .btnBox {
  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;
  position: absolute;
  left: 50%;
  bottom: 33%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  z-index: 1;
}

.section.home .kv .btnBox a:first-child {
  margin-right: 0.3em;
}

.section.home .kv .bgColor {
  opacity: 0.19;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  width: 100%;
  height: 10em;
  position: absolute;
  left: 0;
  bottom: 24%;
}

.section.home .rule {
  position: relative;
  z-index: 2;
  padding-top: 2em;
  margin-top: -10em;
  background-color: #126021;
}

.section.home .rule .container {
  position: relative;
  overflow: hidden;
  padding: 0 1em 5em 1em;
}

.section.home .rule .container .block .title {
  color: #006824;
  font-size: 1.05em;
  padding-bottom: 0.4em;
  position: relative;
  margin-bottom: 0.3em;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px dashed #ffffff;
  font-weight: bold;
}

.section.home .rule .container .block .title::after {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 0.23em #fff;
  left: 0;
  top: 0;
  z-index: -1;
}

.section.home .rule .container .block .title span {
  font-size: 0.7em;
  color: #ffffff;
  font-weight: 400;
}

.section.home .rule .container .block .item {
  margin-bottom: 1.5em;
  line-height: 1.6;
}

.section.home .rule .container .block .item.campGift {
  margin-bottom: 0;
}

.section.home .rule .container .block .item.campGift .pic {
  width: 60%;
  margin-top: 0;
}

.section.home .rule .container .block .item.gift {
  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;
}

.section.home .rule .container .block .item.gift .pic {
  margin: 0;
  width: 45%;
}

.section.home .rule .container .block .item.nobtm {
  margin-bottom: 0;
}

.section.home .rule .container .block .item h2 {
  font-weight: 500;
  color: #f2ab1c;
  font-size: 1em;
  margin-bottom: 0.2em;
}

.section.home .rule .container .block .item h4 {
  font-size: 0.78em;
  color: #adffbc;
  font-weight: 300;
}

.section.home .rule .container .block .item p {
  color: #ffffff;
  font-size: 0.78em;
  font-weight: 300;
}

.section.home .rule .container .block .item p.bold {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0.2em;
}

.section.home .rule .container .block .item p a {
  display: inline-block;
}

.section.home .rule .container .block .item .camp {
  margin: 0.3em auto 0.5em auto;
}

.section.home .rule .container .block .item .pic {
  width: 72%;
  margin: auto;
  margin-top: 1.5em;
}

.section.home .rule .container .block .item ul {
  padding-left: 1em;
}

.section.home .rule .container .block .item ul.smList {
  padding-left: 1.5em;
}

.section.home .rule .container .block .item ul li {
  list-style: decimal;
  font-size: 0.78em;
  color: #ffffff;
  font-weight: 300;
}

.section.home .rule .container .block .item ul li .smItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section.home .rule .container .block .item ul li .smItem p {
  font-size: 0.86em;
}

.section.home .rule .container .block .item ul li .smItem p:first-child {
  margin-right: 0.5em;
}

.section.home .rule .container .block .item ul li .smItem .text {
  font-size: 1em;
  color: #ffffff;
}

.section.home .rule .container .block .item ul li .smItem .text .xsItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section.home .rule .container .block .item ul li .bold {
  font-weight: bold;
}

.section.home .rule .container .block .item ul li .greenMark {
  color: #adffbc;
}

.section.home .rule .container .block .item ul li .yellowMark {
  color: #f2ab1c;
}

.section.home .rule .container .block .item ul li .btn {
  margin-top: 0.8em;
  margin-bottom: 1em;
}

.section.home .rule .container .block .item ul li ul {
  padding-left: 1.1em;
}

.section.home .rule .container .block .item ul li ul li {
  font-size: 1.01em;
}

.section.userInfo {
  background-image: linear-gradient(147deg, #105f21 0%, #29711c 100%);
  padding: 1em;
  position: relative;
  z-index: 1;
  padding-bottom: 4em;
  display: none;
}

.section.userInfo.testUser {
  display: block;
}

.section.userInfo .personal {
  padding-right: 0.9em;
  position: relative;
  padding-bottom: 6em;
}

.section.userInfo .personal .title {
  font-size: 1.36em;
  color: #ffffff;
  margin-bottom: 1em;
  margin-top: 0.5em;
  font-weight: bold;
}

.section.userInfo .personal ul {
  padding-left: 1em;
}

.section.userInfo .personal ul li {
  list-style: decimal;
  font-size: 0.62em;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.07em;
}

.section.userInfo .personal ul li .smItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.7em;
}

.section.userInfo .personal ul li .smItem p {
  font-size: 1em;
}

.section.userInfo .personal ul li .smItem p:first-child {
  margin-right: 0.5em;
}

.section.userInfo .personal ul li .smItem .text {
  font-size: 1em;
  color: #ffffff;
}

.section.userInfo .personal ul li .smItem .text .xsItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section.userInfo .personal ul li ul {
  padding-left: 1.1em;
}

.section.userInfo .personal ul li ul li {
  font-size: 1.01em;
}

.section.userInfo .personal .agree {
  position: fixed;
  bottom: 7%;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 106, 30, 0)), color-stop(36%, #206a1e));
  background-image: linear-gradient(to bottom, rgba(32, 106, 30, 0), #206a1e 36%);
  padding: 2em 0;
}

.section.userInfo .personal .agree .btn {
  width: 93%;
  margin: auto;
}

.section.userInfo .userForm {
  display: none;
}

.section.userInfo .userForm .title {
  width: 96.6%;
  margin: auto;
  margin-bottom: 1em;
}

.section.userInfo .userForm p {
  font-size: 0.76em;
  text-align: center;
  color: #ffffff;
}

.section.userInfo .userForm p.subtitle {
  position: relative;
  font-weight: 600;
  font-size: 0.98em;
  line-height: 1.3;
}

.section.userInfo .userForm .info {
  margin-top: 1.5em;
}

.section.userInfo .userForm .info .row p {
  position: relative;
  font-size: 0.72em;
  margin-bottom: 1.7em;
}

.section.userInfo .userForm .info .row p::after, .section.userInfo .userForm .info .row p::before {
  content: "";
  display: block;
  width: 37%;
  height: 0.01em;
  border-top: 1px solid #114814;
  border-bottom: 1px solid #468444;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section.userInfo .userForm .info .row:first-child p::after {
  left: 0;
}

.section.userInfo .userForm .info .row:first-child p::before {
  right: 0;
}

.section.userInfo .userForm .info .row:nth-child(2) {
  margin-top: 1.5em;
}

.section.userInfo .userForm .info .row:nth-child(2) p::after, .section.userInfo .userForm .info .row:nth-child(2) p::before {
  width: 45%;
}

.section.userInfo .userForm .info .row:nth-child(2) p::after {
  left: -2%;
}

.section.userInfo .userForm .info .row:nth-child(2) p::before {
  right: -2%;
}

.section.userInfo .userForm .info .row:nth-child(3) {
  margin-top: 1.5em;
}

.section.userInfo .userForm .info .row:nth-child(3) p::after {
  left: 0;
}

.section.userInfo .userForm .info .row:nth-child(3) p::before {
  right: 0;
}

.section.userInfo .userForm .info .row .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;
  width: 75%;
}

@media screen and (max-width: 768px) {
  .section.userInfo .userForm .info .row .box {
    width: 100%;
  }
}

.section.userInfo .userForm .info .row .box .inputBlock {
  width: 25.9%;
  margin-right: 0.5em;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 6px;
}

.section.userInfo .userForm .info .row .box .inputBlock:after {
  content: "";
  display: block;
  position: absolute;
  height: 0.35em;
  width: 0.35em;
  background: url("../images/icon05.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.section.userInfo .userForm .info .row .box .inputBlock:first-child {
  width: 40%;
}

.section.userInfo .userForm .info .row .box .inputBlock:last-child {
  margin-right: 0;
}

.section.userInfo .userForm .info .row .box .inputBlock select {
  padding: 0.8687em 1em;
  cursor: pointer;
  opacity: 0.48;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  font-size: 0.72em;
}

.section.userInfo .userForm .info .row .box .inputBlock.date {
  margin-right: 0;
}

.section.userInfo .userForm .info .row .box .inputBlock.gender {
  width: 100%;
}

.section.userInfo .userForm .info .row .box .inputBlock.gender::after {
  right: 5%;
}

.section.userInfo .userForm .info .row .box .inputBlock.phone {
  width: 100%;
}

.section.userInfo .userForm .info .row .box .inputBlock.phone::after {
  display: none;
}

.section.userInfo .userForm .info .row .box .inputBlock.phone input {
  padding: 0.8687em 1em;
  cursor: pointer;
  opacity: 0.48;
  width: 91%;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  font-size: 0.72em;
}

.section.userInfo .userForm .info .row .box .inputBlock.phone input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.section.userInfo .userForm .info .row .box .inputBlock.phone input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.section.userInfo .userForm .info .row .box .inputBlock.phone input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.section.userInfo .userForm .info .row .box .inputBlock.phone input::placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.section.userInfo .userForm .info .btn {
  width: 100%;
  margin: auto;
  margin-top: 1.5em;
}

.section.invoice {
  padding-bottom: 5.5em;
  position: relative;
  z-index: 1;
  display: none;
  background-image: url(../images/bg-result.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top -6.3em;
  padding-top: 1em;
  background-color: #00963f;
}

.section.invoice.hide {
  display: none;
}

.section.invoice.show {
  display: block;
}

.section.invoice .logo {
  position: absolute;
  right: 5%;
}

.section.invoice h3 {
  font-size: 1.55em;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

.section.invoice h3 span {
  position: relative;
}

.section.invoice 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);
}

.section.invoice .example {
  padding: 0 1.2em;
  padding-top: 0.5em;
}

.section.invoice .inv_btn {
  margin-top: 0.4em;
}

.section.invoice .container {
  padding: 0 1.5em;
}

.section.invoice .container .row {
  margin-bottom: 0.8em;
}

.section.invoice .container .row p {
  color: #ffffff;
  font-size: 0.71em;
  margin-bottom: 0.8em;
}

.section.invoice .container .row .inputBlock {
  border-radius: 5px;
  padding: 0.86em 0.86em;
  position: relative;
  border: 1px solid #ffffff;
}

.section.invoice .container .row .inputBlock input {
  width: 100%;
  color: #ffffff;
  font-size: 0.82em;
}

.section.invoice .container .row .inputBlock input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.section.invoice .container .row .inputBlock input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.section.invoice .container .row .inputBlock input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.section.invoice .container .row .inputBlock input::placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.section.invoice .container .row .inputBlock.error {
  border: 1px solid #d00800;
}

.section.invoice .container .row .inputBlock.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 .inputBlock.upload label {
  background-color: #333333;
  color: #ffffff;
  padding: 0.64em 0;
  border-radius: 5px;
  margin-bottom: 0;
  margin-top: 0;
  width: 35%;
  font-size: 0.72em;
  text-align: center;
}

.section.invoice .container .row .inputBlock.upload input {
  display: none;
}

.section.invoice .container .row .inputBlock.upload .min_preview {
  width: 3.3em;
}

.section.invoice .container .row .inputBlock.upload canvas {
  display: none;
}

.section.invoice .container .row .inputBlock.date::before {
  content: "";
  position: absolute;
  right: 4%;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background-image: url(../images/icon01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 0.5em;
  pointer-events: none;
}

.section.invoice .container .row .error-alert::before {
  content: attr(data-alert);
  display: block;
  font-size: 0.56em;
  color: #f2ab1c;
  padding-top: 0.75em;
}

.section.invoice .container .back_btn {
  color: #ffffff;
  font-size: 0.8em;
  position: relative;
  margin-top: 1.5em;
  text-align: center;
}

.section.invoice .container .back_btn::after {
  content: "";
  display: block;
  height: 1px;
  width: 20%;
  position: absolute;
  background-color: #ffffff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -35%;
}

.section.invoiceHome .logo {
  top: 3%;
}

.section.invoiceHome .exampleAll {
  margin-top: 1.2em;
  padding: 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.section.invoiceHome .exampleAll .invoice {
  width: 33%;
}

.section.invoiceHome .exampleAll .invoice .invoicePic {
  margin-bottom: 0.1em;
}

.section.invoiceHome .exampleAll .invoice p {
  font-size: 0.68em;
  color: #ffffff;
  text-align: center;
}

.section.invoiceHome .chooseBox {
  padding: 0 1.5em;
  text-align: left;
  margin-top: 1.5em;
}

.section.invoiceHome .chooseBox p {
  font-size: 0.86em;
  color: #ffffff;
}

.section.invoice1.changeBg {
  background-size: contain;
}

.section.invoice1 .form-camera {
  position: relative;
}

.section.invoice1 .form-camera .logo {
  top: 0;
}

.section.invoice1 .form-camera .subtitle {
  font-size: 0.72em;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
  margin-top: 1em;
}

.section.invoice1 .form-camera .camera-content {
  position: relative;
  text-align: center;
  margin-top: 1em;
}

.section.invoice1 .form-camera .camera-content .video-block {
  -webkit-box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  width: 13.1em;
  height: 16.4em;
  margin: auto;
  position: relative;
}

.section.invoice1 .form-camera .camera-content .video-block .autoplay {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -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 {
  margin-top: 1.5em;
}

.section.invoice1 .form-camera .back p {
  text-align: center;
  color: #00ad3c;
  font-size: 0.6em;
  height: 2.3em;
  width: 2.3em;
  background-color: #ffffff;
  border-radius: 50%;
  margin: auto;
  margin-bottom: -1em;
  position: relative;
  z-index: 5;
  line-height: 2.2;
  font-weight: bold;
}

.section.invoice1 .form-camera .back .inv_btn {
  width: 77%;
  margin: auto;
}

.section.invoice1 .form-camera .back .back_btn {
  color: #ffffff;
  font-size: 0.8em;
  position: relative;
  margin-top: 1.5em;
  text-align: center;
}

.section.invoice1 .form-camera .back .back_btn::after {
  content: "";
  display: block;
  height: 1px;
  width: 17%;
  position: absolute;
  background-color: #ffffff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -15%;
}

.section.invoice1 .form-info {
  display: none;
  position: relative;
}

.section.invoice1 .form-info .logo {
  top: 0;
}

.section.invoice1 .form-info .container {
  margin-top: 0.3em;
}

.section.invoice1 .form-info .container .subtitle {
  font-size: 0.85em;
  color: #ffffff;
  margin-bottom: 1em;
}

.section.invoice2 {
  background-size: contain;
}

.section.invoice2 .logo {
  top: 1.5%;
}

.section.invoice2 .container {
  margin-top: 0.3em;
}

.section.invoice2 .container .subtitle {
  font-size: 0.85em;
  color: #ffffff;
  margin-bottom: 1em;
}

.section.invoice2 .container .subtitle span {
  font-size: 0.78em;
}

.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 p a {
  color: #ffffff;
  font-size: 0.82em;
}

.section.invoice2 .container .notice {
  margin-bottom: 1.5em;
}

.section.invoice2 .container .notice p {
  color: #ffffff;
  font-weight: 300;
  font-size: 0.62em;
  line-height: 1.6;
}

.section.invoice3 {
  background-size: contain;
}

.section.invoice3 .logo {
  top: 2%;
}

.section.invoice3 .container {
  margin-top: 0.3em;
}

.section.invoice3 .container .subtitle {
  font-size: 0.85em;
  color: #ffffff;
  margin-bottom: 1em;
}

.section.invoice3 .container .subtitle span {
  font-size: 0.72em;
}

.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 .row p a {
  color: #d5797c;
  font-size: 0.82em;
}

.section.invoice3 .container .warn {
  margin-bottom: 1.5em;
}

.section.invoice3 .container .warn p {
  color: #ffbcbc;
  font-weight: 300;
  font-size: 0.64em;
  line-height: 1.6;
}

.section.win {
  background-image: url(../images/bg-result.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top -6.3em;
  padding-top: 4em;
  display: none;
}

.section.win.wintest {
  display: block;
}

.section.win h3 {
  color: #ffffff;
  text-align: center;
  font-size: 2.18em;
  font-weight: bold;
  margin-bottom: 0.3em;
}

.section.win h3 span {
  font-size: 1.2em;
  font-weight: 900;
  margin-left: -0.25em;
}

.section.win h4 {
  color: #ffffff;
  text-align: center;
  font-size: 0.95em;
  font-weight: 500;
}

.section.win .gift {
  width: 58%;
  margin: auto;
}

.section.win .notice {
  padding: 0 0.2em;
  padding-bottom: 4em;
  margin-top: 0.25em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 148, 49, 0)), to(#003e0d));
  background-image: linear-gradient(to bottom, rgba(28, 148, 49, 0), #003e0d);
  height: 40vh;
}

.section.win .notice .title {
  font-size: 0.7em;
  color: #299c35;
  background-color: #ffffff;
  border-radius: 99px;
  padding: 0.3em;
  position: relative;
  width: 16%;
  margin: auto;
  line-height: 1;
  margin-bottom: 0.5em;
}

.section.win .notice .title::after, .section.win .notice .title::before {
  content: "";
  display: block;
  width: 9em;
  height: 0.05em;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section.win .notice .title::after {
  left: 100%;
}

.section.win .notice .title::before {
  right: 100%;
}

.section.win .notice p {
  color: #ffffff;
  font-size: 0.7em;
  text-align: center;
  line-height: 1.6;
}

.section.win .notice .btn {
  width: 90%;
  margin: auto;
  margin-top: 0.8em;
}

.section.fail {
  background-image: url(../images/bg-result.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top -6.3em;
  padding-top: 4.5em;
  display: none;
}

.section.fail.failtest {
  display: block;
}

.section.fail h3 {
  color: #ffffff;
  text-align: center;
  font-size: 1.65em;
  font-weight: bold;
  margin-bottom: 0.4em;
}

.section.fail h3 span {
  font-size: 1.2em;
  font-weight: 900;
  margin-left: -0.25em;
}

.section.fail .gift {
  width: 58%;
  margin: auto;
}

.section.fail .notice {
  padding: 0 0.2em;
  padding-bottom: 4em;
  margin-top: 0.25em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 148, 49, 0)), to(#003e0d));
  background-image: linear-gradient(to bottom, rgba(28, 148, 49, 0), #003e0d);
  height: 40vh;
}

.section.fail .notice h4 {
  color: #ffffff;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
}

.section.fail .notice .btn {
  width: 90%;
  margin: auto;
  margin-top: 1.5em;
}

.section.record {
  display: none;
  background-image: url(../images/bg-prize.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6.8em;
  position: relative;
}

.section.record .stitle {
  position: absolute;
  right: 5%;
  top: 12%;
}

.section.record .container {
  padding: 1.4em 1em;
  padding-bottom: 4em;
}

.section.record .container .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;
}

.section.record .container .title .item {
  border-bottom: 1px solid #ffffff;
  padding: 0.55em 0;
}

.section.record .container .title .date {
  width: 5.5em;
}

.section.record .container .title .source {
  width: 7.5em;
}

.section.record .container .title .status {
  width: 4.8em;
}

.section.record .container .infoBox {
  height: 70vh;
  overflow-y: scroll;
}

.section.record .container .infoBox .noData {
  text-align: center;
  color: #575757;
  font-size: 0.9em;
}

.section.record .container .infoBox .box {
  display: none;
  background-color: #ffffff;
  padding: 1.03em 0.9em;
  border-radius: 6px;
  color: #575757;
  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;
}

.section.record .container .infoBox .box .date {
  width: 40%;
}

.section.record .container .infoBox .box .invoice {
  width: 80%;
  text-align: center;
}

.section.record .container .infoBox .box .statusTxt {
  width: 7em;
  color: #575757;
  text-align: center;
  font-size: 1em;
  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.record .container .infoBox .box .statusTxt.noMatch {
  color: #d00800;
}

.section.record .container .infoBox .box .statusTxt.usedTxt {
  color: #00ad3c;
}

.section.record .container .infoBox .box:nth-child(2n) {
  background-color: #dbf2e0;
}

.section.prizeList {
  display: none;
  background-image: url(../images/bg-prize.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 8.5em;
  position: relative;
}

.section.prizeList .title {
  position: absolute;
  right: 5%;
  top: 11.8%;
}

.section.prizeList a {
  color: #f2ab1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 5%;
  top: 17.8%;
  font-weight: 500;
  font-size: 0.92em;
  border-bottom: 1px solid #f2ab1c;
  padding-bottom: 0.25em;
}

.section.prizeList a span {
  width: 0.75em;
  margin-left: 0.1em;
}

.section.prizeList .container .weekTab {
  padding-left: 1em;
  overflow-x: scroll;
}

.section.prizeList .container .weekTab .week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 37em;
}

.section.prizeList .container .weekTab .week .item {
  color: #006205;
  font-size: 0.7em;
  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: 3px;
  -webkit-box-shadow: 3px 3px 26px 0 rgba(18, 87, 17, 0.41);
          box-shadow: 3px 3px 26px 0 rgba(18, 87, 17, 0.41);
  background-image: linear-gradient(110deg, #fff 1%, #e8e8e8 70%, #d8d6d6 79%, #fff 99%);
  margin-right: 0.55em;
  padding: 0.51em 0.8em;
  font-weight: 500;
}

.section.prizeList .container .weekTab .week .item:last-child {
  margin-right: 0;
}

.section.prizeList .container .weekTab .week .item span {
  margin-left: 0.35em;
  width: 0.25em;
}

.section.prizeList .container .weekTab .week .item .whiteIcon {
  display: none;
}

.section.prizeList .container .weekTab .week .item.active {
  background-color: #006205;
  background-image: none;
  color: #ffffff;
}

.section.prizeList .container .weekTab .week .item.active .whiteIcon {
  display: block;
}

.section.prizeList .container .weekTab .week .item.active .greenIcon {
  display: none;
}

.section.prizeList .container .info {
  height: 70vh;
  margin-top: 1em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 148, 49, 0)), to(#003e0d));
  background-image: linear-gradient(to bottom, rgba(28, 148, 49, 0), #003e0d);
}

.section.prizeList .container .info.WhiteDay {
  margin-top: 1.8em;
}

.section.prizeList .container .info.WhiteDay .giftItem {
  width: 55%;
}

.section.prizeList .container .info.WhiteDay .itemBox {
  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: -1.1em;
}

.section.prizeList .container .info.WhiteDay .itemBox .profile {
  margin-top: 0;
  margin: 0;
  margin-right: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: unset;
  -webkit-transform: unset;
          transform: unset;
}

.section.prizeList .container .info.WhiteDay .itemBox .profile:last-child {
  margin-right: 0;
}

.section.prizeList .container .info.WhiteDay .itemBox .profile .photo {
  width: 1.27em;
  margin-right: 0.2em;
}

.section.prizeList .container .info.WhiteDay .itemBox .profile .photo img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.section.prizeList .container .info.WhiteDay .itemBox .profile p {
  font-size: 0.86em;
  color: #505050;
  font-weight: 500;
}

.section.prizeList .container .info.WhiteDay h3 {
  margin-top: 1em;
}

.section.prizeList .container .info p {
  color: #ffffff;
  font-size: 1.15em;
  font-weight: 500;
  text-align: center;
}

.section.prizeList .container .info .giftItem {
  width: 70%;
  margin: auto;
}

.section.prizeList .container .info .profile {
  background-color: #ffffff;
  border-radius: 99px;
  padding: 0.3624em 0.5em;
  margin: auto;
  margin-top: -2em;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: text-top;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

.section.prizeList .container .info .profile .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;
}

.section.prizeList .container .info .profile .box .photo {
  width: 1.27em;
  margin-right: 0.2em;
}

.section.prizeList .container .info .profile .box .photo img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.section.prizeList .container .info .profile .box p {
  color: #505050;
  font-size: 1.15em;
  font-weight: 500;
}

.section.prizeList .container .info h3 {
  font-size: 1.25em;
  text-align: center;
  color: #ffffff;
  font-weight: 200;
  line-height: 0.86;
  margin-top: -0.5em;
}

.section.prizeList .container .info h3 span {
  color: #f2ab1c;
  font-size: 0.55em;
  font-weight: 500;
}

.section.how {
  display: none;
  background-image: url(../images/bg-prize.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 8.5em;
  position: relative;
}

.section.how h4 {
  position: absolute;
  right: 5%;
  top: 9.5%;
  font-size: 0.62em;
  font-weight: 500;
  color: #ffffff;
  background-color: #125c39;
  padding: 0.245em 0.42em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 390px) {
  .section.how h4 {
    top: 8%;
  }
}

.section.how .title {
  position: absolute;
  right: 5%;
  top: 13%;
}

@media screen and (max-width: 390px) {
  .section.how .title {
    top: 11.5%;
    width: 5.5em;
  }
}

.section.how .download {
  color: #f2ab1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 5%;
  top: 17.5%;
  font-weight: 500;
  font-size: 0.9em;
  border-bottom: 1px solid #f2ab1c;
  padding-bottom: 0.25em;
}

@media screen and (max-width: 390px) {
  .section.how .download {
    top: 15.7%;
    font-size: 0.88em;
  }
}

.section.how .download span {
  margin-left: 0.15em;
  color: #1b7d26;
  border-radius: 50%;
  padding: 0.2em;
  background-color: #f2ab1c;
  width: 0.35em;
  height: 0.35em;
  font-weight: 500;
}

.section.how .download span img {
  margin-top: -0.05em;
}

@media screen and (max-width: 390px) {
  .section.how .download span img {
    margin-top: -0.08em;
  }
}

@media screen and (max-width: 390px) {
  .section.how .download span {
    padding: 0.3em;
    width: 0.45em;
    height: 0.45em;
  }
}

.section.how .container {
  height: 80vh;
  padding: 0 0.8em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 148, 49, 0)), to(#003e0d));
  background-image: linear-gradient(to bottom, rgba(28, 148, 49, 0), #003e0d);
}

.section.how .container p {
  color: #ffffff;
  font-size: 0.65em;
  letter-spacing: 0.01em;
  line-height: 1.6;
  font-weight: 400;
}

.section.how .container .btn {
  margin-top: 0.8em;
}
/*# sourceMappingURL=main.css.map */