/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a:hover,
a:link {
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

p {
  margin-bottom: 0;
}

button {
  background: none;
  border: 0;
  outline: none;
}

input {
  border: 0px;
  outline: none;
}
input:focus {
  outline: none;
}

*,
body {
  letter-spacing: 1px;
  box-sizing: border-box;
  font-family: "Noto Sans TC", sans-serif;
}

body {
  overflow-x: hidden;
}

.mainbg {
  background: url(../images/bg.jpg);
  background-repeat: repeat-y;
}

.max-wid {
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
}

.img-fluid {
  width: 100%;
}

.header {
  z-index: 9999;
  width: 90%;
  max-width: 1500px;
  margin: auto;
}
.header-container {
  width: 100%;
  background-color: #1C1C1C;
  position: fixed;
  z-index: 9999;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.header-wrap .header-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  background-color: #1C1C1C;
}
@media (max-width: 768px) {
  .header-wrap .header-cont {
    padding: 20px 0;
  }
}
.header-wrap .header-cont .logo {
  width: 270px;
}
@media (max-width: 768px) {
  .header-wrap .header-cont .logo {
    width: 220px;
  }
}
@media (max-width: 450px) {
  .header-wrap .header-cont .logo {
    width: 170px;
  }
}
.header-wrap .header-cont .lang-cont {
  display: flex;
  align-items: center;
}
.header-wrap .header-cont .lang {
  width: 50px;
  height: 50px;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .header-wrap .header-cont .lang {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 450px) {
  .header-wrap .header-cont .lang {
    width: 30px;
    height: 30px;
  }
}
.header-wrap .header-cont .lang a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  font-weight: 400;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #1c1c1c;
}
.header-wrap .header-cont .lang a:hover {
  border-radius: 50%;
  border: 1px solid white;
}
@media (max-width: 768px) {
  .header-wrap .header-cont .lang a {
    font-size: 16px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .header-wrap .header-cont .lang a {
    font-size: 14px;
    line-height: 30px;
  }
}
.header-wrap .header-cont .lang.active {
  border-radius: 50%;
  border: 1px solid white;
}
.header-wrap .header-cont .lang.active a {
  color: #fff;
}

.footer {
  width: 100%;
  background-color: #1c1c1c;
}
.footer .wrap {
  width: 90%;
  max-width: 1500px;
  margin: auto;
}
.footer .logo {
  padding: 50px 0;
}
.footer .footerlogoimg {
  width: 100%;
  max-width: 200px;
}
.footer .divd {
  border-bottom: 1px solid rgb(54, 54, 54);
}
.footer .footerlinks {
  padding-top: 50px;
  color: white;
  font-weight: 300;
}
.footer .footerlinks a {
  color: white;
  font-weight: 300;
  padding-right: 20px;
}
.footer .footerlinks .copyright {
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 40px;
}
.footer .intips {
  padding: 50px 0 15px 0;
  font-size: 12px;
  font-weight: 300;
}

.rules {
  padding: 0px 0;
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  padding: 0 0 50px 0;
  text-align: center;
}
@media (max-width: 576px) {
  .rules {
    padding: 100px 0 50px 0;
  }
}
.rules .list-title {
  font-size: 22px;
  margin-bottom: 50px;
  display: inline-block;
  text-align: center;
  font-weight: 300;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .rules .list-title {
    font-size: 18px;
  }
}
.rules .list-cont {
  padding-left: 20px;
}
.rules .list-cont-txt {
  color: #fff;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.36px;
  text-align: left;
  list-style-type: decimal;
}
@media (max-width: 576px) {
  .rules .list-cont-txt {
    font-size: 14px;
    font-weight: 300;
  }
}

.footerimg {
  width: 100%;
}

button:focus {
  outline: none;
}

.loader {
  z-index: 100;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 30%;
}
.loader img {
  width: 35%;
}
@media (max-width: 455px) {
  .loader img {
    width: 35%;
  }
}

.loading-text {
  color: #F29794;
  font-size: 18px;
  font-weight: 500;
}

.mask {
  height: 100%;
  width: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.596);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

body {
  position: relative;
}

.btn-disable {
  cursor: default;
}

.container-main {
  width: 100%;
  background-color: #fff0f0;
}
@media (max-width: 992px) {
  .container-main {
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .container-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.container-wrap {
  position: absolute;
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1607843137);
  top: 770px;
  z-index: 999;
  left: calc(50vw - 332px);
}
@media (max-width: 1800px) {
  .container-wrap {
    top: 690px;
  }
}
@media (max-width: 1650px) {
  .container-wrap {
    top: 600px;
  }
}
@media (max-width: 1500px) {
  .container-wrap {
    top: 500px;
  }
}
@media (max-width: 1350px) {
  .container-wrap {
    top: 460px;
  }
}
@media (max-width: 1230px) {
  .container-wrap {
    top: 400px;
  }
}
@media (max-width: 1110px) {
  .container-wrap {
    top: 360px;
  }
}
@media (max-width: 1030px) {
  .container-wrap {
    top: 330px;
  }
}
@media (max-width: 920px) {
  .container-wrap {
    top: 300px;
  }
}
@media (max-width: 860px) {
  .container-wrap {
    top: 300px;
  }
}
@media (max-width: 830px) {
  .container-wrap {
    top: 260px;
  }
}
@media (max-width: 768px) {
  .container-wrap {
    position: initial;
    width: 92%;
    margin: auto;
  }
}
.container-wrap .img {
  width: 70%;
  max-width: 380px;
}
.container-wrap .title {
  width: 100%;
  text-align: center;
  padding: 30px 0 10px 0;
}
.container-wrap .content {
  padding: 0px 60px;
}
.container-wrap .content ol {
  list-style: decimal;
}
.container-wrap .content li {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  list-style-type: decimal;
}
.container-wrap .remark {
  color: #F48DB4;
  font-size: 13px;
  font-weight: 300;
  list-style-type: decimal;
  padding-left: 45px;
  padding-bottom: 50px;
  font-family: sans-serif;
}
@media (max-width: 768px) {
  .container-wrap .remark {
    padding-bottom: 30px;
  }
}

.container-wrap.rules {
  position: relative;
  width: 90%;
  max-width: 1200px;
}

.middle {
  width: 100%;
}
.middle .contentbox {
  padding-top: 40px;
  width: 80%;
  max-width: 900px;
  margin: auto;
  color: white;
  border: 0px solid salmon;
  text-align: center;
}
.middle .t1 {
  margin: auto;
  text-align: center;
  font-weight: 300;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 2px;
}
@media (max-width: 576px) {
  .middle .t1 {
    width: 90%;
  }
}
.middle .t1 .highlight {
  color: #FFD800;
}
.middle .t1img {
  width: 100%;
}
.middle .t1pad {
  padding: 50px 0;
}
@media (max-width: 576px) {
  .middle .t1pad {
    padding: 50px 0 0 0;
  }
}
.middle .t1remarks {
  font-size: 13px;
  margin-top: 10px;
}
.middle .t2 {
  margin: auto;
  text-align: center;
  font-weight: 300;
  font-size: 19px;
  line-height: 40px;
  letter-spacing: 5px;
  margin-top: 100px;
}
@media (max-width: 576px) {
  .middle .t2 {
    width: 90%;
    font-size: 18px;
    letter-spacing: 4px;
  }
}
.middle .t2 .pop {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 6px;
  color: #FFD800;
}
.middle .t2img {
  width: 100%;
}

@media (max-width: 576px) {
  .desktop {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 576px) {
  .mob {
    display: block;
  }
}

.calltoaction {
  width: 100%;
  text-align: center;
  margin: 50px 0 100px 0;
}
@media (max-width: 576px) {
  .calltoaction {
    margin: 50px 0 10px 0;
  }
}
.calltoaction .cta {
  padding: 15px 50px;
  border-radius: 42px;
  color: #170536;
  background-color: white;
  font-size: 22px;
  font-weight: 500;
  transition: 0.3s;
}
.calltoaction .cta:hover {
  color: white;
  background: rgb(166, 207, 233);
  background: linear-gradient(177deg, rgb(166, 207, 233) 0%, rgb(155, 192, 225) 50%, rgb(134, 162, 217) 100%);
  box-shadow: 0px 7px white;
}

.success-btn {
  padding: 14px 100px;
}
@media (max-width: 576px) {
  .success-btn {
    padding: 14px 80px;
  }
}
@media (max-width: 351px) {
  .success-btn {
    padding: 14px 60px;
  }
}

.rules-bg {
  width: 100%;
  color: white;
}

.solgan {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}
@media (max-width: 1600px) {
  .solgan {
    top: 35%;
  }
}
@media (max-width: 1200px) {
  .solgan {
    top: 40%;
  }
}
@media (max-width: 900px) {
  .solgan {
    top: 40%;
  }
}
@media (max-width: 576px) {
  .solgan {
    top: 36%;
  }
}

.kvtitle-top {
  width: 50vw;
  max-width: 600px !important;
}
@media (max-width: 576px) {
  .kvtitle-top {
    width: 80vw;
  }
}

.imgkvbg {
  padding-top: 5px;
  width: 100%;
}
@media (max-width: 1600px) {
  .imgkvbg {
    padding-top: 80px;
  }
}
@media (max-width: 1200px) {
  .imgkvbg {
    padding-top: 170px;
  }
}
@media (max-width: 1000px) {
  .imgkvbg {
    padding-top: 220px;
  }
}
@media (max-width: 576px) {
  .imgkvbg {
    padding-top: 180px;
  }
}

.kvcon {
  background: #fff;
}

.topkv {
  position: relative;
}

.campaign-title {
  width: 70%;
}

@font-face {
  font-family: "Genwan";
  src: url("../font/GenWanMin-EL.ttc") format("opentype");
}
.container > div {
  text-align: center !important;
  margin: auto;
}
@media (max-width: 576px) {
  .container > div {
    width: 100%;
  }
}
.container p {
  text-align: center !important;
  line-height: 20px;
}

.prize-grid {
  position: relative;
}
@media (max-width: 576px) {
  .prize-grid {
    margin-bottom: 60px;
  }
}
.prize-remark {
  padding: 20px 0 0px 0;
  font-size: 11px;
  color: #000 !important;
}
.prize-remark .pink {
  color: #F29794;
}
.prize-remark-wrap {
  width: 80%;
  text-align: center;
  margin: auto;
}
.prize-date {
  background-color: #F29794;
  color: #fff;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  font-size: 14px;
  line-height: 3.5;
  font-family: sans-serif;
  position: absolute;
  left: 15%;
}
.prize-title {
  font-size: 16px !important;
  color: black !important;
}
.prize-content {
  font-size: 13px !important;
  color: #F29794 !important;
}
.prize-img {
  width: 70%;
  max-width: 237px;
}

.discount-box {
  display: flex;
  align-items: center;
  color: #E3101B;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 20px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .discount-box {
    padding-top: 0px;
  }
}
.discount-img {
  width: 30px;
}
.discount-cross {
  padding-left: 8px;
  text-decoration: line-through;
}
.discount-f {
  padding-left: 5px;
}

.pad {
  padding: 40px 0 0 0;
}
@media (max-width: 576px) {
  .pad {
    padding: 20px 0 0 0;
  }
}

.w100 {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.dlong {
  width: 115px;
  height: 40px;
  line-height: 2.8;
}

.dlast {
  left: 25%;
}

.ndbox {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .ndbox {
    margin-top: 30px;
  }
}

.mauto {
  margin: auto;
  margin-top: 0px;
}
@media (max-width: 576px) {
  .mauto {
    margin-top: 50px;
  }
}

.hqr {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  padding: 6px;
  background-color: #373B3C;
  color: white;
  text-align: center;
  font-size: 10px;
}
.hqr .img {
  width: 120px;
}
.hqr .txt {
  padding-top: 5px;
}

.kvtxt {
  color: #39485F;
  font-size: 14px;
}

.kvtxt-lg {
  font-size: 28px;
  font-weight: 600;
  color: #3358A3;
  margin-top: 40px;
  margin-bottom: 5px;
}
@media (max-width: 1000px) {
  .kvtxt-lg {
    margin-top: 20px;
  }
}

.kvbb {
  width: 100%;
  text-align: center;
  position: relative;
}

.kkcta {
  padding: 15px 50px;
  border-radius: 42px;
  color: #170536;
  background-color: white;
  font-size: 22px;
  font-weight: 500;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .kkcta {
    font-size: 22px;
    padding: 15px 30px;
  }
}
.kkcta:hover {
  color: white;
  background: rgb(166, 207, 233);
  background: linear-gradient(177deg, rgb(166, 207, 233) 0%, rgb(155, 192, 225) 50%, rgb(134, 162, 217) 100%);
  box-shadow: 0px 7px white;
}

.kvmain {
  width: 50%;
}
@media (max-width: 576px) {
  .kvmain {
    width: 90%;
  }
}

.kv-cta {
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
@media (max-width: 576px) {
  .kv-cta {
    top: 78%;
  }
}

.kv-mid {
  background: url("../images/kv_02.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.kv-mid .conn {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 14px;
}
.kv-mid .mid-remark {
  text-align: left;
  padding-left: 30px;
  font-size: 13px;
  margin-bottom: 40px;
}
.kv-mid .mid-divider {
  border-bottom: white 1px solid;
}
.kv-mid .mid-2nd {
  margin-top: 40px;
}
.kv-mid .mid-2nd .bold {
  font-weight: bold;
}

.tabm {
  width: 95% !important;
  margin: auto;
}

.ctabtn {
  width: 200px;
  transition: 0.5s ease-in;
}
.ctabtn:hover {
  scale: 1.2;
}

.banner-cta {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .banner-cta {
    margin-top: 10px;
  }
}

/*# sourceMappingURL=main.css.map */
