@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&family=Noto+Serif+TC:wght@300;400;500;700;900&display=swap");
@import '../slick/slick.css';
@import '../slick/slick-theme.css';
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-style: inherit;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  font-style: inherit;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: 700;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Noto Serif TC", serif;
  background: #0d1225;
  color: #e9ca78;
  line-height: 1.75;
}

img {
  max-width: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container {
  max-width: 1240px;
  margin: auto;
  padding: 0 1rem;
}

.word-gold {
  font-weight: 700;
}
.word-gold span {
  display: inline-block;
  background: linear-gradient(145deg, rgb(184, 152, 111) 0%, rgb(184, 152, 111) 21%, rgb(233, 231, 210) 71%, rgb(184, 152, 111) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.btn {
  border: 0;
  outline: 0;
  padding: 0.75em 1.5em;
  border-radius: 2em;
  color: #16aaea;
  font-weight: 700;
  text-align: center;
  background: url(../images/bg_btn.png) no-repeat center;
  background-size: 100% 100%;
}
.btn span {
  display: inline-block;
}

.center {
  text-align: center;
}

header {
  z-index: 2;
  position: sticky;
  top: 0;
  background: #1b2442;
  width: 100%;
  padding: 1em;
  text-align: center;
  border-bottom: 20px solid #121933;
}
header img {
  height: 30px;
  display: block;
  margin: auto;
}

.wrap {
  overflow-x: hidden;
  background: url(../images/bg.jpg) bottom;
  background-size: 100% auto;
}

.img-block {
  display: block;
  width: 100%;
}

.title {
  margin-bottom: 2rem;
}
.title h1 {
  font-size: 3em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}

#kv {
  height: 56.25vw;
}

.wording {
  text-align: center;
  font-size: 1.4em;
  letter-spacing: 0.1em;
}

#s3 {
  padding: 6em 0;
  background: url(../images/bg_s3.jpg) bottom no-repeat;
  background-size: 100% auto;
}
#s3 .pd-img {
  margin: 4em auto 0;
  width: 79.4%;
  position: relative;
}
#s3 .pd-img .price {
  position: absolute;
  bottom: 25%;
  right: 0;
  width: auto;
}
#s3 .wording {
  margin-top: -8%;
}
#s3 .center {
  margin-top: 2em;
}

#s4 {
  padding: 6em 0;
}
#s4 .s4-video {
  width: 65.46%;
  height: 36.7vw;
  margin: 4em auto;
  margin: 4em auto;
  border: 10px solid #1b2442;
  border-radius: 10px;
}
#s4 .video-btns {
  text-align: right;
  margin-top: 1em;
  visibility: hidden;
}
#s4 .video-btns a {
  display: inline-block;
  margin-left: 0.5em;
}
#s4 .video-btns img {
  height: 1.6em;
}
#s4 .s4-slider {
  padding-top: 6em;
  margin-bottom: 6em;
}
#s4 .s4-slider .item {
  margin: 2em 5vw;
  background: #0d1225;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
#s4 .s4-slider .item img {
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#s4 .slick-list {
  overflow: inherit;
}
#s4 .s4-slider .slick-current {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#s4 .s4-slider .slick-current img {
  opacity: 1;
}

#s5 {
  padding: 6em 0;
  background: url(../images/bg_s5.jpg) center top;
  background-size: cover;
}
#s5 .btn {
  font-size: 1.4em;
}

.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5%;
  margin: 2em auto;
}
.card-list .item {
  width: 20%;
  padding: 1em;
}
.card-list .item img {
  display: block;
  border: 2px solid #00bbf9;
  -webkit-box-shadow: 0 0 10px rgba(0, 187, 249, 0.8);
          box-shadow: 0 0 10px rgba(0, 187, 249, 0.8);
}

.card-qr img {
  max-width: 80%;
  display: block;
  margin: 3em auto;
  border: 10px solid white;
}

.gold-line {
  background: url(../images/img_line.png) no-repeat center;
  background-size: 100% auto;
  height: 3px;
  margin: auto;
}

.warning {
  position: sticky;
  bottom: 0;
  width: 100%;
  max-width: 1920px;
  z-index: 98;
  text-align: center;
  height: 10vh;
  background: #020303;
  padding: 6px 5px 4px;
}
.warning:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.warning img {
  max-width: 98%;
  display: inline-block;
  vertical-align: middle;
}
.warning .brand-warning {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 18px;
  width: 100%;
  max-width: 1440px;
  text-align: right;
  padding: 0 0.5em;
}
.warning .brand-warning img {
  height: 100%;
}

#dg_footer_wrapper {
  background: none;
  padding-bottom: 30px;
  padding-top: 30px;
}

#dg_footer_wrapper_inner ul li span,
#dg_footer_wrapper_inner .dg_footer_row_0 a, #dg_footer_wrapper_inner .dg_footer_row_0 a:hover {
  color: #3852a0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

#age_gate {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

#age_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#age_content {
  background: #121933;
  border: 2px solid #3852a0;
  width: 90%;
  max-width: 522px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 5%;
}
#age_content form {
  text-align: center;
}
#age_content .age_header_title {
  font-weight: 500;
  font-size: 1.5em;
}
#age_content .age-field-con {
  text-align: left;
  width: 80%;
  margin: 1em auto;
}
#age_content .age-input-field-label {
  font-size: 0.8em;
}
#age_content #age_select_year_of_birth {
  width: 100%;
  padding: 0.5em;
}
#age_content #age_confirm_btn {
  padding: 0.5em 1em;
  border: 0;
  outline: 0;
  background: #3852a0;
  color: #fff;
}
#age_content #age_remember_me_row {
  margin: 1em auto 2em;
}
#age_content #age_remember_label .checkbox {
  display: inline-block;
}

#age_content .age_conditions_of_user a,
#age_content .age_drinkiq .age_drinkiq_message,
#age_content #age_remember_label .age_remember_me_basic {
  color: #fff !important;
}

@media screen and (max-width: 576px) {
  body {
    font-size: 14px;
  }
  .title h1 {
    font-size: 2em;
  }
  .wording {
    font-size: 1em;
  }
  .mb-br {
    display: block;
  }
  #s3 {
    padding: 4em 0;
    background-size: auto 100%;
  }
  #s3 .pd-img {
    margin: 2em auto 0;
  }
  #s3 .pd-img .price {
    bottom: 10%;
  }
  #s3 .wording {
    margin-top: 0;
  }
  #s4 {
    padding: 4em 0;
    background: url(../images/bg_s4.png) left top no-repeat;
    background-size: 100% auto;
  }
  #s4 .s4-video {
    width: 90%;
    height: 60vw;
    margin: 2em auto;
  }
  #s4 .s4-slider {
    padding-top: 4em;
    margin-bottom: 2em;
  }
  .card-list .item {
    width: 33.33%;
  }
  #dg_footer_wrapper_inner ul li span,
  #dg_footer_wrapper_inner .dg_footer_row_0 a, #dg_footer_wrapper_inner .dg_footer_row_0 a:hover {
    font-size: 12px;
  }
  #dg_footer_wrapper_inner ul li {
    line-height: 1.2;
    float: none;
  }
  #dg_footer_wrapper_inner .dg_footer_item_last {
    float: none;
  }
  .warning .brand-warning {
    top: -28px;
    height: 14px;
  }
}