@charset "UTF-8";

/* CSS Document */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

body,
div,
dl,
dt,
dd,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

iframe {
  width: 100%;
}

iframe,
img {
  border: 0;
}

ul {
  list-style: none;
}

.clear {
  clear: both;
}

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

.clearfix:after {
  clear: both;
}

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

a {
  text-decoration: none;
}

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

.block {
  display: block;
}

.t-align-center {
  text-align: center;
}

.t-align-left {
  text-align: left;
}

.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w55 {
  width: 55%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.w30 {
  width: 30%;
}

.w25 {
  width: 25%;
}

.w20 {
  width: 20%;
}

.w15 {
  width: 15%;
}

.w10 {
  width: 10%;
}

.w9 {
  width: 9%;
}

.w8 {
  width: 8%;
}

.w7 {
  width: 7%;
}

.w6 {
  width: 6%;
}

.w5 {
  width: 5%;
}

.w4 {
  width: 4%;
}

.m_10 {
  margin-bottom: 10px;
}

.m_20 {
  margin-bottom: 20px;
}

.m_30 {
  margin-bottom: 30px;
}

.m_40 {
  margin-bottom: 40px;
}

.m_50 {
  margin-bottom: 50px;
}

.m_60 {
  margin-bottom: 60px;
}

.m_70 {
  margin-bottom: 70px;
}

.m_80 {
  margin-bottom: 80px;
}

.m_90 {
  margin-bottom: 90px;
}

.m_170 {
  margin-bottom: 170px;
}

.m_180 {
  margin-bottom: 180px;
}

.m_250 {
  margin-bottom: 250px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1>* {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2>* {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3>* {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-md-4>* {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5>* {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6>* {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1>* {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2>* {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3>* {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-lg-4>* {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5>* {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6>* {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ==============================
   Extra large devices (≥1200px)
   ============================== */
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1>* {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2>* {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3>* {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-xl-4>* {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5>* {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6>* {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-VariableFont_wght.ttf") format("woff");
}

.d_no {
  display: none;
}

.d_block {
  display: block;
}

body a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;

}


html {
  overflow-x: hidden;
  width: 100%;
}
body {
  color: #fff;
  font-family: "Figtree", Arial, Helvetica, sans-serif;
  font-size: 100%;
  position: relative;
  overflow-x: hidden;
  background: #1B1B1B;
  min-width: 300px;

}

body.lang-th {
  font-size: 0.95em;
}

body.lang-th .title {
  font-size: 3em;
}

body.lang-my {
  font-size: 0.8em;
}

body.lang-my .title {
  font-size: 3em;
}


.lh-15 {
  line-height: 1.5em;
}

body.lang-my .lh-15 {
  line-height: 2em;
}

.container {
  max-width: 1600px;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
  position: relative;
}

.md .md-modal {
  max-width: 900px;
  width: calc(100vw - 100px);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.3);
}

.md .md-modal .md-content {
  position: relative;
  margin: auto;
}

.md .md-modal .md-content video {
  width: 100%;
  height: 100%;
}

.md .md-close {
  border: 0;
  border-radius: 50%;
  background: #000;
  width: 35px;
  height: 35px;
  color: #fff;
  padding: 0;
  position: absolute;
  top: -38px;
  right: 0;
  font-size: 35px;
  line-height: 35px;
  visibility: hidden;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.md.active .md-modal {
  visibility: visible;
}

.md.active .md-overlay {
  opacity: 1;
  visibility: visible;
}

.md.active .md-close {
  visibility: visible;
  right: 1px;
}

.rule .md-content {
  height: calc(100vh - 200px);
  color: #fff;
  padding: 20px;
  overflow: auto;
  line-height: 1.75em;
  font-size: 1.25em;
  background-color: #212121;
  padding: 20px 20px;
  border-radius: 10px;
  border: 1px solid #000;
}

.rule2 .md-content {
  height: calc(100vh - 200px);
  color: #fff;
  padding: 20px;
  overflow: auto;
  line-height: 1.75em;
  font-size: 1.25em;
  background-color: #212121;
  padding: 20px 20px;
  border-radius: 10px;
  border: 1px solid #000;
}


.send-box .md-content {
  height: 320px;
  color: #fff;
  padding: 10px;
  overflow: auto;
  line-height: 1.75em;
  font-size: 1.25em;
  background-color: #212121;
  border-radius: 10px;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;

}


.send-box .md-modal {
  max-width: 450px;
  width: calc(100vw - 100px);
}

.send-box a {
  -webkit-transition: 0s;
  transition: all 0s;
}

.cm {
  position: absolute;
  top: 300px;
  left: 0;
  z-index: 9;
}

.cm a {
  display: block;
}

.img-change img:last-of-type {
  display: none;
}

@media (max-width: 500px) {
  .img-change img:first-of-type {
    display: none;
  }

  .img-change img:last-of-type {
    display: inline-block;
  }
}

.gotop {
  position: fixed;
  bottom: 15%;
  right: 20px;
  z-index: 9;
  display: none;
}

.gotop a {
  border-radius: 60px;
  border: 0.5px solid rgba(255, 255, 255, 0.30);
  background: radial-gradient(70.71% 70.71% at 100% 0%, #DBB980 0%, rgba(132, 100, 69, 0.50) 51.44%, rgba(42, 42, 42, 0.17) 100%);
  backdrop-filter: blur(15px);
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;

}



.gotop a:hover {
  background: radial-gradient(70.71% 70.71% at 100% 0%, #DBB980 0%, rgba(132, 100, 69, 0.50) 51.44%, rgba(42, 42, 42, 0.17) 100%);
  backdrop-filter: blur(15px);
  transform: scale(1.15);
  animation: glowPulse 1.2s infinite ease-in-out;
}


.carousel {
  height: 400px;
}

.carousel .swiper-slide {
  background: #d2d2d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

#main-header {

  width: 100%;
  position: fixed;
  z-index: 998;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

#main-header.scrolled {
  background-color: rgba(23, 23, 23, 0.9);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

#main-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  z-index: 100;
  padding: 15px;
}

#main-header .container .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

#main-header .container .menu ul li a {
  color: #fff;
  display: block;
  padding: 5px 0;

  font-weight: bold;
  font-size: 1.25em;
}

#main-header .container .menu ul li a:hover {
  color: #DBB980;

}

#main-header .container .menu ul li a.active {
  color: #DBB980;


}


.header-btn {
  color: #fff;
  font-weight: bold;
  padding: 5px 2%;
  border: 1px solid #fff;
  font-size: 1.25em;
}

.header-btn:hover {
  color: #fff;
  font-weight: bold;
  padding: 5px 2%;
  background: #D91023;
  border: 1px solid #D91023;
}


.i18n-selector-wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.25em;
  height: 2.25em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.i18n-selector-wrap:hover .i18n-selector-icon {
  opacity: 0.88;
  -webkit-filter: brightness(1.12);
  filter: brightness(1.12);
}

.i18n-selector-icon {
  position: absolute;
  pointer-events: none;
  width: 20px;
  height: 20px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

#i18n-selector.i18n-selector-select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 1.25em;
  font-weight: bold;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  outline: none;
}

#i18n-selector option {
  background-color: #444;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
}


#main-header .menu_mob {
  width: 100%;
  position: absolute;
  z-index: 100;
  display: none;
}

#main-header .menu_mob ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: column;
  flex-direction: column;
}

#main-header .menu_mob ul li {
  width: 70%;
  text-align: center;
}

#main-header .menu_mob ul li a {

  color: #fff;
  font-size: 1.5em;
  display: block;
  padding: 10px;
  margin-bottom: 10px;
}

#main-header .md-overlay {
  z-index: 99;
}

.btn {
  display: inline-block;
  text-decoration: none;
  font-family: "Arvo", courier, serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 5px 15px;
  margin: 0 5px 5px 0;
  background: #4e443c;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
}

.btn:hover {
  background-color: #9a9994;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0, rgba(0, 0, 0, 0.15) 0 1px 3px inset;
  box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0, rgba(0, 0, 0, 0.15) 0 1px 3px inset;
}

.menu_button {
  display: inline-block;
  position: relative;
  padding: 0.7rem 0.5rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}

.menu_button .menuicon {
  position: relative;
  width: 2rem;
  height: 0.2rem;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 2.5rem;
}

.menu_button .menuicon:before,
.menu_button .menuicon:after {
  display: block;
  content: "";
  height: 0.2rem;
  width: 2rem;
  background: #fff;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 1rem;
}

.menu_button .menuicon:before {
  top: 0.5rem;
}

.menu_button .menuicon:after {
  top: -0.5rem;
}


.dropdown-menu {
  display: none !important;
  position: absolute;
  padding: 15px;
  margin: 0 -15px;
  list-style: none;
  min-width: 100px;
  background: #000000bb;
  border-radius: 15px;
}

.dropdown-menu li a {
  display: block;
  padding: 8px;
  white-space: nowrap;
}

.dropdown:hover .dropdown-menu {
  display: block !important;
}

.card .card_main {
  width: 100%;
  height: 100px;
  line-height: 100px;
  background: #d2d2d2;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-size: 2em;
  font-weight: bold;
}

.card .card_text {
  padding: 15px;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex-container li {
  width: calc(100% / 4 - 20px);
  background: #d2d2d2;
  color: #000;
  margin-right: calc(20px * 4 / 3);
  margin-bottom: 20px;
  line-height: 100px;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
}

.flex-container li:nth-child(4n) {
  margin-right: 0;
}



footer {

  font-size: 1.25em;
  padding: 20px 0;


}

.app-icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

}

.app-icon a {
  margin: 0 5px;
}

.responsible-gaming {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.responsible-gaming img {
  margin: 0 5px 10px 5px;
}

.footer-title {
  font-weight: bold;
}

@media (max-width: 768px) {
  .responsible-gaming {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .app-icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (min-width: 1200px) {
  .menu {
    display: block !important;
    width: 70%;
  }

  .menu_mob {
    display: none !important;
  }
}

@media (max-width: 1200px) {

  .menu,
  .cm {
    display: none;
  }

  .menu_button {
    display: block;
  }

  

  #main-header {
    width: 100%;
    position: fixed;
    z-index: 9999;

  }

  #main-header.active .menu_button .menuicon {
    background: transparent;
  }

  #main-header.active .menu_button .menuicon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #main-header.active .menu_button .menuicon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #main-header.active .md-overlay {
    opacity: 1;
    visibility: visible;
  }

  .banner {
    padding-top: 90px;
  }
}



@media (max-width: 500px) {

  .h-item:nth-child(1) {
    order: 0
  }

  .h-item:nth-child(2) {
    order: 2
  }

  .h-item:nth-child(3) {
    order: 1
  }

  .md .md-modal {
    width: calc(100vw - 15px);
  }

  .md .md-modal .md-content {
    padding: 15px;
  }

  .flex-container li {
    width: 100%;
    margin-right: 0;
  }

  .ranking .ranking_table table td {
    font-size: 0.8em;
  }
}

.welcome {
  position: relative;
  overflow: hidden;
}
.welcome::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: min(55vh, 150px);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.45) 42%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  z-index: 0;
}
.welcome > .container {
  position: relative;
  z-index: 1;
}

@keyframes depthEffect {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}


.welcome-inner {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 80px;
  transform: translate(-50%);

}

.welcome-inner p {
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  text-shadow: 2px 3px 5px #1f1f1fac;
}

.welcome-inner .title {
  font-size: 3em;
}

@media (max-width: 768px) {
  .welcome-inner p[data-i18n="home.welcome.subtitle"] {
    display: none;
  }
}


.promotion-inner p {
  font-size: 1.2em;
}

.welcome video {
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
  margin-left: 50vw;
  transform: translate(-50%);
}

.promotion-inner {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 390px;
  transform: translate(-50%);

}

@media (max-width: 2680px) {
  .welcome video {
    width: auto;
    min-width: 100%;
    height: 1200px;
    top: 0;
    z-index: -1;
    margin-left: 50vw;
    transform: translate(-50%);
  }

  .promotion-inner {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 700px;
    transform: translate(-50%);

  }
}

@media (max-width: 1920px) {
  .welcome video {
    width: auto;
    min-width: 100%;
    height: 800px;
    top: 0;
    z-index: -1;
    margin-left: 50vw;
    transform: translate(-50%);
  }

  .promotion-inner {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 480px;
    transform: translate(-50%);

  }
}

@media (max-width: 1200px) {
  .welcome video {
    width: auto;
    min-width: 100%;
    height: 680px;
    top: 0;
    z-index: -1;
    margin-left: 50vw;
    transform: translate(-50%);
  }

  .promotion-inner {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 360px;
    width: 320px;
    transform: translate(-50%);

  }

  .welcome-inner {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 60px;
    transform: translate(-50%);
    font-size: 0.8em;

  }

}



@media (max-width: 576px) {
  .welcome video {
    width: auto;
    min-width: 100%;
    height: 360px;
    margin-top: 55px;
    top: 0;
    z-index: -1;
    margin-left: 50vw;
    transform: translate(-50%);
  }



  .promotion-inner {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 265px;
    transform: translate(-50%);

  }
}

.splide {
  position: relative;
}

.splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  opacity: .95;
}

.splide__arrow:hover {
  opacity: 1;
}

.splide__arrow--prev {
  left: -2.5em;
  width: 30px;
  height: 30px;
}

.splide__arrow--next {
  right: -2.5em;
  width: 30px;
  height: 30px;
}

.splide2 .splide__arrow--prev {
  left: -2.5em;
}

.splide2 .splide__arrow--next {
  right: -2.5em;
}

.splide4 .splide__arrow--prev {
  left: 0.2em;
  width: 24px;
  height: 24px;
}

.splide4 .splide__arrow--next {
  right: 0.2em;
  width: 24px;
  height: 24px;

}

.splide__arrow--next .tri {
  transform: rotate(180deg);
}

.splide__arrow .tri {
  width: 100%;
  height: 100%;
  display: block;
}

.splide__slide {

  display: flex;
  align-items: center;
  justify-content: center;
}

.splide2 {
  padding: 20px 0;
}

.splide2 .splide__slide {
  max-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.splide4 .splide__slide {
  flex-direction: column;
}

@media (max-width: 1680px) {
  .splide__arrow--prev {
    left: 0.2em;
  }

  .splide__arrow--next {
    right: 0.2em;
  }

  .splide2 .splide__arrow--prev {
    left: 0.2em;
  }

  .splide2 .splide__arrow--next {
    right: 0.2em;
  }


}

@media (max-width: 768px) {
  .splide__arrow--prev {
    left: -0.05em;
  }

  .splide__arrow--next {
    right: -0.05em;
  }

  .splide2 .splide__arrow--prev {
    left: -0.05em;
  }

  .splide2 .splide__arrow--next {
    right: -0.05em;
  }
}

@media (max-width: 414px) {
  .splide__arrow--prev {
    left: -1em;
  }

  .splide__arrow--next {
    right: -1em;
  }

  .splide2 .splide__arrow--prev {
    left: -1em;
  }

  .splide2 .splide__arrow--next {
    right: -1em;
  }
}

/* area country */

/* .area-label {
  border-radius: 60px;
  border: 0.5px solid rgba(255, 255, 255, 0.50);
  background: linear-gradient(180deg, rgba(189, 145, 80, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
  width: 90%;
  padding: 30px 20px;
  backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  aspect-ratio: 1 / 1;
} */
.area-label {
  aspect-ratio: 1/ 1;
  width: 100%;
  max-width: 380px;
  /* 可以控制最大尺寸 */
  border-radius: 60px;
  border: 0.5px solid rgba(255, 255, 255, 0.50);
  background: linear-gradient(180deg,
      rgba(189, 145, 80, 0.30) 0%,
      rgba(255, 255, 255, 0.00) 100%);
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
  /* 外圍固定一點 padding，不會撐壞比例 */
  gap: 15px;
  /* 元素之間的距離 */
}

@media (max-width: 576px) {
  .area-label { 
    width: 85%;
  }
}

@media (max-width: 768px) {
  .area-logo,
  .area-logo-innner {
    width: 120px !important; /* 約 10%：150 × 0.9 */
  }

  .area-logo-innner {
    padding: 9px;
  }

  .area-flag img {
    width: 34px; /* 與主圓比例一致（原 38px 約 ×0.9） */
    height: auto;
  }
  .area-label{
    gap: 10px;
  }
}

.area-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  font-size: 2em;
  font-weight: bold;
}

.area-title .area-link {
  border-radius: 60px;
  border: 0.5px solid rgba(255, 255, 255, 0.30);
  background: radial-gradient(70.71% 70.71% at 100% 0%, #DBB980 0%, rgba(132, 100, 69, 0.50) 51.44%, rgba(42, 42, 42, 0.17) 100%);
  backdrop-filter: blur(15px);
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  width: 60px;
  height: 60px; 
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes glowPulse {
  0% {
    box-shadow:
      0 0 6px 2px rgba(255, 255, 200, 1),
      /* 內圈：很集中白光 */
      0 0 15px 4px rgba(255, 215, 100, 0.9);
    /* 外圈：淡金光 */
  }

  50% {
    box-shadow:
      0 0 10px 3px rgba(255, 255, 220, 1),
      0 0 25px 6px rgba(255, 220, 120, 0.95);
  }

  100% {
    box-shadow:
      0 0 6px 2px rgba(255, 255, 200, 1),
      0 0 15px 4px rgba(255, 215, 100, 0.9);
  }
}

@keyframes flashGlow {
  0% {
    box-shadow: none;
  }

  50% {
    box-shadow:
      0 0 12px 3px rgba(255, 255, 240, 1),
      0 0 30px 6px rgba(255, 220, 150, 0.95);
  }

  100% {
    box-shadow: none;
  }
}

.area-link {
  position: relative;
  border-radius: 50%;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background: radial-gradient(circle at 100% 0%,
      #FFD700 0%,
      #FFB347 50%,
      #FFF7D1 100%);
  backdrop-filter: blur(15px);
  padding: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.area-link:hover {
  transform: scale(1.15);
  animation: glowPulse 1.2s infinite ease-in-out;
}

.area-link:active {
  transform: scale(0.9);
  animation: flashGlow 0.4s ease-out;
}

.area-logo {
  position: relative;
  aspect-ratio: 1 / 1;
  display: flex;
  width: 150px;
}

.area-logo-innner {
  background: #16171cb9;
  padding: 10px;
  border-radius: 100px;
  display: flex;
  aspect-ratio: 1 / 1;
  width: 150px;

}

.area-flag {
  position: absolute;
  right: 0;
  bottom: 0;
}

.area-text {
  width: 90%;
  text-align: center;
}

.area-social {
  display: flex;
  width: 80%;
  align-items: center;
  justify-content: center;

  border-radius: 14px;
}

.area-social a {
  display: block;
  margin: 0 20px;
}

.btn-cont {
  display: block;
  margin-top: 90px;
  margin-bottom: 50px;
}

.btn-cont .info-btn {
  position: relative;
  padding: 15px 65px;
  font-weight: bold;
  font-size: 1.5em;
  color: #fff;
  background: #D91023;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
}

.btn-cont .info-btn:hover {
  border: none;
}

.btn-cont .info-btn:hover .line-1 {
  -webkit-animation: move1 1500ms infinite ease;
  animation: move1 1500ms infinite ease;
}

.btn-cont .info-btn:hover .line-2 {
  -webkit-animation: move2 1500ms infinite ease;
  animation: move2 1500ms infinite ease;
}

.btn-cont .info-btn:hover .line-3 {
  -webkit-animation: move3 1500ms infinite ease;
  animation: move3 1500ms infinite ease;
}

.btn-cont .info-btn:hover .line-4 {
  -webkit-animation: move4 1500ms infinite ease;
  animation: move4 1500ms infinite ease;
}

.btn-cont .line-1 {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: white;
  left: 0;
  bottom: 0;
}

.btn-cont .line-2 {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: white;
  left: 0;
  top: 0;
}

.btn-cont .line-3 {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: white;
  right: 0;
  top: 0;
}

.btn-cont .line-4 {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: white;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }

  54% {
    height: 0;
    bottom: 100%;
  }

  55% {
    height: 0;
    bottom: 0;
  }

  100% {
    height: 100%;
    bottom: 0;
  }
}

@keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }

  54% {
    height: 0;
    bottom: 100%;
  }

  55% {
    height: 0;
    bottom: 0;
  }

  100% {
    height: 100%;
    bottom: 0;
  }
}

@-webkit-keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }

  50% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }

  50% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@-webkit-keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }

  54% {
    height: 0;
    top: 100%;
  }

  55% {
    height: 0;
    top: 0;
  }

  100% {
    height: 100%;
    top: 0;
  }
}

@keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }

  54% {
    height: 0;
    top: 100%;
  }

  55% {
    height: 0;
    top: 0;
  }

  100% {
    height: 100%;
    top: 0;
  }
}

@-webkit-keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }

  55% {
    width: 100%;
    right: 0;
  }

  100% {
    width: 0;
    right: 100%;
  }
}

@keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }

  55% {
    width: 100%;
    right: 0;
  }

  100% {
    width: 0;
    right: 100%;
  }
}

.text-red {
  color: #D91023;
}

/* about us */
.about-us {
  padding: 30px 0;
  overflow: hidden;
  background: #1B1B1B;
  margin-top: -220px;
}

.about-us .title {
  font-size: 2.25em;
  padding: 5px 0;
  border-bottom: 2px solid #D91023;
  display: inline-block;
}

.about-us .semi-title {
  font-size: 2.25em;
  font-weight: bold;

}

.about-us-dis {
  color: #D91023;
  font-size: 2.25em;

}

@media screen and (max-width: 912px) {
  .about-us {
    margin-top: -180px;
  }
}

@media screen and (max-width: 768px) {
  .about-us {
    margin-top: -130px;
  }
}


.features-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #212121;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 1);
  gap: 10px;
}

.feature-item {
  color: #ffffff;
  font-size: 1.5em;
  text-align: center;
  flex: 1;
  padding: 40px 10px;
}

.feature-divider {
  width: 1px;
  background-color: #444444;
  height: auto;
  align-self: stretch;
}


@media screen and (max-width: 768px) {
  .features-container {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
  }

  .feature-divider {
    width: 100%;
    height: 1px;
    background-color: #444444;
    margin: 10px 0;
  }

  .feature-item {
    font-size: 1.5em;
    padding: 10px;
  }
}

.btn-cont2 {
  display: block;
  margin-top: 50px;
  margin-bottom: 30px;
}


.btn-cont2 .info-btn2 {
  position: relative;
  padding: 15px 65px;
  font-weight: bold;
  font-size: 1.5em;
  color: #D91023;
  background: #d9102400;
  border: 1px solid #D91023;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;

  -webkit-font-smoothing: antialiased;
}

.btn-cont2 .info-btn2:hover {
  border: none;
}

.btn-cont2 .info-btn2:hover .line-1 {
  -webkit-animation: move1 1500ms infinite ease;
  animation: move1 1500ms infinite ease;
}

.btn-cont2 .info-btn2:hover .line-2 {
  -webkit-animation: move2 1500ms infinite ease;
  animation: move2 1500ms infinite ease;
}

.btn-cont2 .info-btn2:hover .line-3 {
  -webkit-animation: move3 1500ms infinite ease;
  animation: move3 1500ms infinite ease;
}

.btn-cont2 .info-btn2:hover .line-4 {
  -webkit-animation: move4 1500ms infinite ease;
  animation: move4 1500ms infinite ease;
}

.btn-cont2 .line-1 {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: #D91023;
  left: 0;
  bottom: 0;
}

.btn-cont2 .line-2 {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #D91023;
  left: 0;
  top: 0;
}

.btn-cont2 .line-3 {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: #D91023;
  right: 0;
  top: 0;
}

.btn-cont2 .line-4 {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #D91023;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }

  54% {
    height: 0;
    bottom: 100%;
  }

  55% {
    height: 0;
    bottom: 0;
  }

  100% {
    height: 100%;
    bottom: 0;
  }
}

@keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }

  54% {
    height: 0;
    bottom: 100%;
  }

  55% {
    height: 0;
    bottom: 0;
  }

  100% {
    height: 100%;
    bottom: 0;
  }
}

@-webkit-keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }

  50% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }

  50% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@-webkit-keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }

  54% {
    height: 0;
    top: 100%;
  }

  55% {
    height: 0;
    top: 0;
  }

  100% {
    height: 100%;
    top: 0;
  }
}

@keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }

  54% {
    height: 0;
    top: 100%;
  }

  55% {
    height: 0;
    top: 0;
  }

  100% {
    height: 100%;
    top: 0;
  }
}

@-webkit-keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }

  55% {
    width: 100%;
    right: 0;
  }

  100% {
    width: 0;
    right: 100%;
  }
}

@keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }

  55% {
    width: 100%;
    right: 0;
  }

  100% {
    width: 0;
    right: 100%;
  }
}

@media screen and (max-width: 768px) {
  .about-us {
    text-align: center;
  }
}

/* works */

.works {
  background-image: url(../images/works-bg.png);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  padding: 40px 0;
}

.works .title {
  font-size: 2.25em;
  padding: 5px 0;
  border-bottom: 2px solid #D91023;
  display: inline-block;
}

.works .semi-title {
  font-size: 2.25em;
  font-weight: bold;

}

.works-dis {

  font-size: 1.25em;

}

.works-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #212121d2;
  padding: 40px 20px;
  border-radius: 10px;
  border: 1px solid #6C6C6C;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 1);
  gap: 10px;
  min-height: 510px;
  font-size: 1.5em;
  text-align: center;
}

.works-container img {
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .works-container {
    min-height: auto;
  }
}


/* commissions */

.commissions {
  padding: 40px 0;
  background: #181818;
  overflow: hidden;
}

.commissions .title {
  font-size: 2.25em;
  padding: 5px 0;
  border-bottom: 2px solid #D91023;
  display: inline-block;
}

.commissions .semi-title {
  font-size: 2.25em;
  font-weight: bold;

}

.com-icon {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.com-dis {
  font-size: 1.5em;
  padding: 20px 0;
}


.affiliate-table {

  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  border: 1px solid #6C6C6C;

}

.table-header {

  padding: 16px;
  font-size: 18px;
  font-weight: bold;
}



.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.table-row {
  display: table-row;

}

.table-head {

  font-weight: bold;
}

.table-cell {
  display: table-cell;
  padding: 12px 16px;
  font-size: 1.33em;
  width: 33.33%;
  border-bottom: 1px solid #555;
}

.table-cell2 {
  padding: 12px 16px;
  width: 100%;
  text-align: center;
  font-size: 1.33em;
}


.com-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #212121d2;
  padding: 20px 20px;
  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 1);
  gap: 10px;
  font-size: 1.5em;
  text-align: center;
}

.com-container .table-title {
  font-size: 1.5em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .com-container {
    padding: 5px;
  }

  .table-cell,
  .table-cell2 {
    font-size: 0.8em;
  }
}



.contact {
  padding: 40px 0;
  background: #1D1D1D;
  overflow: hidden;
}

.contact .title {
  font-size: 2.25em;
  padding: 5px 0;
  border-bottom: 2px solid #D91023;
  display: inline-block;
}

.contact .semi-title {
  font-size: 2.25em;
  font-weight: bold;

}

.contact-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #212121d2;
  padding: 20px 20px;
  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 1);
  gap: 10px;

  text-align: center;
}

.form-container {

  width: 100%;
  padding: 10px 0;
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group {
  position: relative;
}

input,
textarea {
  width: 100%;
  padding: 12px 16px;
  background: #222;
  border: 1px solid #444;
  border-radius: 4px;
  color: #fff;
  font-size: 1.5em;
}

input::placeholder,
textarea::placeholder {
  color: #888;
}

input:focus,
textarea:focus {
  border-color: #DBB980;
  outline: none;
}

textarea {
  resize: none;
}

.form-group select {

  padding: 12px 16px;
  background: #222;
  border: 1px solid #444;
  border-radius: 4px;
  color: #888;
  width: 100%;
  font-size: 1.5em;
  appearance: none;
  -webkit-appearance: none;
  /* For Safari */
  -moz-appearance: none;
  /* For Firefox */
  padding-right: 30px;
  position: relative;
}

.form-group select option {
  color: #fff;
}

.form-group select:valid {
  color: #fff;
}

/* 父容器，設置相對定位 */
.select-container {
  position: relative;
  display: inline-block;
  width: 48%;
  margin-right: 2%;
}

/* 自定義箭頭 */
.select-container::after {
  content: '▼';
  font-size: 12px;
  color: gray;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.id {
  width: 50%;
}

.select-social {
  display: flex;
  justify-content: space-between;
}


.faq {
  padding: 40px 0;
  background: #181818;
  overflow: hidden;
}

.faq .title {
  font-size: 2.25em;
  padding: 5px 0;
  border-bottom: 2px solid #D91023;
  display: inline-block;
}

.faq .semi-title {
  font-size: 2.25em;
  font-weight: bold;

}



.accordion {
  margin: 0 auto;
  background: #333;
  border-radius: 10px;
}

.accordion-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #212121;

  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 1);


}

.accordion-header {
  background: #212121;
  color: #fff;
  border: none;
  outline: none;
  padding: 20px;
  width: 100%;
  text-align: left;
  font-size: 1.5em;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}

.accordion-header:hover {
  background: #444;
}

.accordion-content {
  display: none;
  padding: 20px;
  background: #212121;
  font-size: 1.5em;
  line-height: 1.6;
  border-top: 1px solid #505050;
  width: 100%;

  border-radius: 0 0 5px 5px;

}

.accordion-content p {
  margin: 0;
}

.icon {
  font-size: 14px;
  color: #e63946;
  transition: transform 0.3s;
}

.accordion-header.active .icon {
  transform: rotate(180deg);
}

.accordion-header.active {
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 768px) {
  .accordion {
    font-size: 0.9em;
  }
}


.social-media {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}

.social-media a {
  margin: 0 10px;
  display: block;

}

footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

footer ul a {
  color: #8D8D8D;
  display: block;
  margin: 0 15px;
}

.footer-link {
  color: #515151;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9em;
  width: 100%;
}

.footer-link span {
  width: 33.3%;
}

.footer-link span:nth-child(1) {
  text-align: left;
}

.footer-link span:nth-child(2) {
  text-align: center;
}

.footer-link span:nth-child(3) {
  text-align: right;
}

.footer-link a {
  color: #515151;

}

@media screen and (max-width: 768px) {
  .social-media {
    justify-content: space-around;
  }

  footer ul {
    display: flex;
    font-size: 0.9em;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  footer ul a {
    color: #8D8D8D;
    display: block;
    margin: 10px 15px;
  }


}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #343434;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #a5a5a5;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.ourbrand {
  padding: 20px 0;
}

.ourbrand .title-box {

  display: flex;
  align-items: center;
}

.ourbrand .title {
  font-size: 4em;
  margin-right: 20px;
}

.ourbrand-info {
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 1.5em;
}

.brand-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.brand-info-box:nth-child(1) {

  border-radius: 60px;
  min-height: 280px;
  border: 0.5px solid #b7ff4b7d;
  background: linear-gradient(180deg, rgba(189, 145, 80, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
  backdrop-filter: blur(15px);
  padding: 30px;
  width: 31.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.brand-info-box:nth-child(2) {
  border-radius: 60px;
  min-height: 280px;
  border: 0.5px solid #ffb13d85;
  background: linear-gradient(180deg, rgba(189, 145, 80, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
  backdrop-filter: blur(15px);
  padding: 30px;
  width: 31.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.brand-info-box:nth-child(3) {

  border-radius: 60px;
  min-height: 280px;
  border: 0.5px solid #786eff7e;
  background: linear-gradient(180deg, rgba(189, 145, 80, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
  backdrop-filter: blur(15px);
  padding: 30px;
  width: 31.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.brand-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
}

@media screen and (max-width: 768px) {
  .brand-info{
    width: 90%;
    margin: 0 auto;
  }
  .brand-info-box {
    width: 100% !important;
    margin-bottom: 10px;
    padding: 15px!important;
    font-size: 0.8em!important;
  }
  .brand-info-box:nth-child(1) {display: flex;min-height: auto;flex-direction: row;align-items: center;justify-content: flex-start;}
  .brand-info-box:nth-child(2) {display: flex;min-height: auto;flex-direction: row;align-items: center;justify-content: flex-start;}
  .brand-info-box:nth-child(3) {display: flex;min-height: auto;flex-direction: row;align-items: center;justify-content: flex-start;}
  .brand-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    margin-right: 20px;
  }
  .brand-content-text {
    font-size: 1.5em;
  }
}
.brand-content {
  text-shadow: 2px 3px 5px #1f1f1fac;
}

.brand-info-inner {
  display: flex;
  align-items: center;
}

.license {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.license .li-icon {
  border-radius: 60px;
  border: 0.5px solid rgba(255, 255, 255, 0.30);
  background: radial-gradient(70.71% 70.71% at 100% 0%, #DBB980 0%, rgba(132, 100, 69, 0.50) 51.44%, rgba(42, 42, 42, 0.17) 100%);
  padding: 15px 5px;
  width: 56px;
  height: 56px;
  backdrop-filter: blur(15px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.license .label {
  border-radius: 60px;
  border: 0.5px solid rgba(255, 255, 255, 0.30);
  padding: 10px 15px;
  width: 25%;
  display: flex;
  justify-content: space-between;
}

.license .label img {
  margin-right: 1%;
}

.global {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.global .li-icon {
  border-radius: 60px;
  border: 0.5px solid rgba(255, 255, 255, 0.30);
  background: radial-gradient(70.71% 70.71% at 100% 0%, #DBB980 0%, rgba(132, 100, 69, 0.50) 51.44%, rgba(42, 42, 42, 0.17) 100%);
  padding: 15px 5px;
  width: 56px;
  height: 56px;
  backdrop-filter: blur(15px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.global .label {
  border-radius: 60px;
  border: 0.5px solid rgba(255, 255, 255, 0.30);
  padding: 10px 15px;
  width: 20%;
  display: flex;
  justify-content: space-between;
}

.global .label img {
  margin-right: 1%;
}

@media screen and (max-width: 992px) {
  .license .li-icon {
    display: none;
  }

  .license .label {
    width: 48%;
    margin-bottom: 10px;
  }

  .global .li-icon {
    display: none;
  }

  .global .label {
    width: 48%;
    margin-bottom: 10px;

  }
}



.topgames {
  padding: 20px 0;
}

.topgames .title-box {

  display: flex;
  align-items: center;
}

.topgames .title {
  font-size: 4em;
}

.topgames-info {
  display: flex;
  align-items: center;

}

.topgames-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 1em;
}

.topgames-btn {
  border-radius: 60px;
  border: 0.5px solid rgba(255, 255, 255, 0.30);
  background: radial-gradient(70.71% 70.71% at 100% 0%, #DBB980 0%, rgba(132, 100, 69, 0.50) 51.44%, rgba(42, 42, 42, 0.17) 100%);
  padding: 10px 5px;
  width: 200px;
  color: #DBB980;
  text-align: center;
}

.line {
  padding: 0 40px;

}

.line div {
  width: 100%;
  border-bottom: 1px solid rgba(51, 51, 51, 0.495);
}

.line2 {
  padding: 0 40px;

}

.line2 div {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}

@media screen and (max-width: 1680px) {

  .line,
  .line2 {
    padding: 0;
  }
}

.topgames-logo {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  background: rgba(22, 23, 28, 0.70);
  width: 130px;
  height: 130px;
  border-radius: 100px;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: breathingGlow 4s ease-in-out infinite;
  padding: 10px;
}

@keyframes breathingGlow {

  0%,
  100% {
    transform: translateX(-50%) scale(1);
    box-shadow: 0 0 10px rgba(255, 250, 150, 0.1);
  }

  50% {
    transform: translateX(-50%) scale(1.05);
    box-shadow: 0 0 25px rgba(255, 240, 175, 0.35);
  }
}

.topgames-logo:hover {
  transform: translateX(-50%) scale(1.12);
  box-shadow:
    0 0 45px rgba(255, 255, 154, 0.75),
    0 0 80px rgba(248, 224, 137, 0.872);
  background: rgba(22, 23, 28, 0.85);
}

.left-section {
  background-image: url('../images/fhmbg-l.png');
  background-repeat: no-repeat;
  background-position: center left;
  /* 控制位置：靠左置中 */
  background-size: contain;
  /* 讓它維持比例縮放 */
  margin: 40px 0;
}

.right-section {
  background-image: url('../images/fhmbg.png');
  background-repeat: no-repeat;
  background-position: center right;
  /* 控制位置：靠右置中 */
  background-size: contain;
  /* 讓它維持比例縮放 */
  margin: 20px 0;

}


.game-card-box {

  width: 90%;
  max-width: 340px;
  border-radius: 60px;
  border: 0.5px solid rgba(255, 255, 255, 0.50);
  background: linear-gradient(180deg, rgba(189, 145, 80, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 10px;

}

/* 每個 slide 裡面的容器 */
.game-card {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  /* 保持正方形 */
  border-radius: 60px;
  /* 圓角 */
  overflow: hidden;
  /* 超出部分裁掉 */
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #333 0%, #111 100%);
  /* 可換背景 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  margin-bottom: 12px;
  /* 與文字的距離 */
}

/* 圖片填滿容器、置中、不變形 */
.game-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 讓圖片等比例裁切 */
  object-position: center;
}

/* 下方文字樣式 */
.game-title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #D5AE74;
  margin: 0;
}



/* fhmcontent */

.fhmcontent {
  padding: 20px 0;
  text-align: right;
  background: url('../images/banner2\ 1.png');
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.fhmcontent .title-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}


.fhmcontent .title {
  font-size: 4em;
}

.rabbit {
  position: relative;
  height: 100%;
}

.rabbit img {
  margin-bottom: -50px;
}

.intro-game-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}

.intro-game-logo {
  width: 45%;
}

.intro-game-text {

  border-radius: 60px;
  border: 0.5px solid rgba(255, 255, 255, 0.50);
  background: linear-gradient(180deg, rgba(189, 145, 80, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
  backdrop-filter: blur(15px);
  padding: 30px;
  line-height: 1.5em;

  text-align: start;
}

.intro-box {
  display: flex;
  align-items: center;

}


@media screen and (max-width: 992px) {

  .rabbit {
    display: none;
  }
}


/* payment */

.payment {
  padding: 20px 0;
  text-align: right;
  background: url('../images/payment-bg.png');
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.payment .title-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}


.payment .title {
  font-size: 4em;
}

.wallet-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wallet-icon img {
  margin: 0 20px;
}

.wallet-text {
  text-align: start;
  margin: 0 auto;
  font-size: 1em;
}

@media screen and (max-width: 992px) {
  .wallet-icon img {
    margin: 0 20px;
    width: 80px;
  }
}

/* promotion */

.promotion {
  padding: 20px 0;

}

.promotion .title-box {
  display: flex;
  align-items: center;

}


.promotion .title {
  font-size: 4em;
  margin-left: 10px;
}

.pro-inner {
  display: flex;
  align-items: center;
}

.pro-inner p {
  width: 100%;
  margin: 0 auto;
  font-size: 1em;
}

.pro-btn {
  border-radius: 60px;
  border: 0.5px solid rgba(255, 255, 255, 0.30);
  background: radial-gradient(70.71% 70.71% at 100% 0%, #DBB980 0%, rgba(132, 100, 69, 0.50) 51.44%, rgba(42, 42, 42, 0.17) 100%);
  padding: 10px 5px;
  width: 200px;
  color: #DBB980;
  text-align: center;
  display: block;
  margin: 20px auto;
  font-size: 1.25em;
}


/* news */

.news {
  padding: 20px 0 0 0;
  background: linear-gradient(
    180deg,
    #1b140e 0%,
    #161008 35%,
    #060504 100%
  );
  box-shadow: inset 0 1px 0 rgba(219, 185, 128, 0.24);
}

.news .title-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;

}


.news .title {
  font-size: 4em;
}

.tabs {
  display: flex;
  gap: 20px;
  flex-direction: row;
  justify-content: flex-end;

}

.tab {
  position: relative;
  cursor: pointer;
  padding: 10px 0;
  color: #aaa;
  font-weight: 600;
  font-size: 1.5em;
}

.tab.active {
  color: #DBB980;
}

.tab.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #DBB980;
  border-radius: 3px;
}

.cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {

  border-radius: 20px;
  padding: 20px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}



.card p {
  font-size: 14px;
  color: #ccc;
}

.card.show {
  display: flex;
}

.news-card-box {

  width: 100%;
  border-radius: 60px;
  border: 0.5px solid rgba(255, 255, 255, 0.50);
  background: linear-gradient(180deg, rgba(189, 145, 80, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 10px;

}

/* 每個 slide 裡面的容器 */
.news-card {
  width: 100%;
  aspect-ratio: 2 / 1;
  /* 保持正方形 */
  border-radius: 50px;
  /* 圓角 */
  overflow: hidden;
  /* 超出部分裁掉 */
  display: flex;
  justify-content: center;
  align-items: center;

  /* 可換背景 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  margin-bottom: 12px;
  /* 與文字的距離 */
  position: relative;
}

.news-card .label {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 30px;
  background: #16171cce;
  padding: 5px 20px;
  color: #DBB980;
  font-weight: bold;
}

/* 圖片填滿容器、置中、不變形 */
.news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 讓圖片等比例裁切 */
  object-position: center;
}

.news-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.news-title p {
  font-size: 1.2em;
  font-weight: bold;
  width: 80%;
  color: #DBB980;
}

.news-info {
  padding: 20px 10px;

}

.news-info p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  /* 顯示 2 行，想改幾行就改這裡 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card-box .link {
  border-radius: 60px;
  border: 0.5px solid rgba(255, 255, 255, 0.30);
  background: radial-gradient(70.71% 70.71% at 100% 0%, #DBB980 0%, rgba(132, 100, 69, 0.50) 51.44%, rgba(42, 42, 42, 0.17) 100%);
  backdrop-filter: blur(15px);
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.news-card-box .link:hover {
  transform: scale(1.15);
  animation: glowPulse 1.2s infinite ease-in-out;
}

.news-card-box .link:active {
  transform: scale(0.9);
  animation: flashGlow 0.4s ease-out;
}


/* ====== 新聞彈窗基底 ====== */
.news-md {
  position: fixed;
  inset: 0;
  /* top/right/bottom/left = 0 */
  display: none;
  /* 預設不顯示，active 時再打開 */
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.news-md.active {
  display: flex;
}



/* 彈窗主體 */
.news-md .md-modal {

  background: #101010;
  border-radius: 24px;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}


/* ====== 內容區塊 ====== */

.news-modal-content {
  display: flex;
  flex-direction: column;

}

/* 上面 Banner 圖 */
.news-modal-banner-wrap {
  width: 100%;
  border-radius: 24px 24px 0 0;
  /* padding: 20px; */
  /* min-height: 250px; */
  max-height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-modal-banner-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

/* 下面文字區 */

.news-modal-text {
  padding: 20px;
  line-height: 1.5em;
}

#newsModalTitle {
  color: #DBB980;
}


#newsModalBody {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
  line-height: 1.5em;
  word-wrap: break-word;
}

/* 內文圖片強制獨立一行、自動換行 */
#newsModalBody img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 1em 0 !important;
  clear: both !important;
  float: none !important;
}

/* 內文段落與區塊正常換行 */
#newsModalBody p,
#newsModalBody div {
  display: block;
  margin: 0.5em 0;
}

body.modal-open {
  overflow: hidden;
}


/* ====== RWD：手機寬度時全螢幕 ====== */
@media (max-width: 768px) {

  .news-modal-banner-wrap {
    padding: 0;
    margin-bottom: 20px;
    display: none;
  }

  .news-modal-text {
    font-size: 1.2em;
  }
  
}


/* DEMO GAME */
.demogame {
  padding: 80px 0 20px 0;
}

.demogame .title-box {

  display: flex;
  align-items: center;
}

.demogame .title {
  font-size: 4em;
  margin-right: 20px;
}

.demogame-info {
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 1.5em;
}

.demo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-box {
  position: relative;
  width: 50%;
  max-width: 300px;
}

.search-box input {
  font-size: 1.1em;
  width: 100%;
  padding: 12px 16px;
  background: #2b2b2b33;
  border: 1px solid #ffffff69;
  border-radius: 60px;
  color: #fff;
  padding-left: 40px;

}

.search-box input::placeholder {
  color: #aaa;
}

.search-box input:focus,
.search-box textarea:focus {
  border-color: #DBB980;
  outline: none;
}

.search-box input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #1a1a1a inset !important;
  -webkit-text-fill-color: #fff !important;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  /* 讓點擊不會卡住 */
  opacity: 0.8;
}


/* GAME-CARD */
.demogame-card-box {
  width: 100%;
  border-radius: 60px;
  border: 0.5px solid rgba(255, 255, 255, 0.50);
  background: linear-gradient(180deg, rgba(189, 145, 80, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 10px;

}

.demogame-card {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  /* 保持正方形 */
  border-radius: 50px;
  /* 圓角 */
  overflow: hidden;
  /* 超出部分裁掉 */
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #333 0%, #111 100%);
  /* 可換背景 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  margin-bottom: 12px;
  /* 與文字的距離 */
  position: relative;
}

.demogame-card .label {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 30px;
  background: #16171cce;
  padding: 5px 20px;
  color: #DBB980;
  font-weight: bold;
}

/* 圖片填滿容器、置中、不變形 */
.demogame-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 讓圖片等比例裁切 */
  object-position: center;
}

.demogame-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  width: 90%;
}

.demogame-title p {
  font-size: 1.2em;
  font-weight: bold;
  width: 80%;
  color: #DBB980;
}

.demogame-info {
  padding: 20px 10px;
}

.demogame-card-box .link {
  border-radius: 60px;
  border: 0.5px solid rgba(255, 255, 255, 0.30);
  background: radial-gradient(70.71% 70.71% at 100% 0%, #DBB980 0%, rgba(132, 100, 69, 0.50) 51.44%, rgba(42, 42, 42, 0.17) 100%);
  backdrop-filter: blur(15px);
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.demogame-card-box .link:hover {
  transform: scale(1.15);
  animation: glowPulse 1.2s infinite ease-in-out;
}

.demogame-card-box .link:active {
  transform: scale(0.9);
  animation: flashGlow 0.4s ease-out;
}

/* 讓超出數量的先藏起來 */
.card.more-hidden {
  display: none !important;
}



.card.smooth-show {
  opacity: 1;
  transform: translateY(0);
}

.load-more-wrapper {
  text-align: center;
  margin: 24px 0 40px;
}

#loadMore {
  padding: 10px 20px;
  border-radius: 60px;
  background: radial-gradient(70.71% 70.71% at 100% 0%, #DBB980 0%, rgba(132, 100, 69, 0.50) 51.44%, rgba(42, 42, 42, 0.17) 100%);
  backdrop-filter: blur(15px);
  border: 0.5px solid rgba(255, 255, 255, 0.30);
  color: #ddd;
  cursor: pointer;
  width: 200px;
  font-size: 1.2em;
  transition: .2s;
}

#loadMore:hover {
  background: radial-gradient(50.71% 50.71% at 100% 0%, #DBB980 0%, rgba(132, 100, 69, 0.50) 30.44%, rgba(42, 42, 42, 0.17) 100%);
  color: #DBB980;
}




/* fhmcontent */

.purposes {
  padding: 20px 0;
  text-align: right;
  background: url('../images/purposes-bg.png');
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.purposes .title-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}


.purposes .title {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.purposes-inner {
  text-align: start;
  padding: 60px 15px;
  font-size: 1em;
  line-height: 1.5em;
}

.purposes-inner-title {
  border-radius: 60px;
  background: radial-gradient(70.71% 70.71% at 100% 0%, #DBB980 0%, rgba(132, 100, 69, 0.50) 51.44%, rgba(42, 42, 42, 0.17) 100%);
  backdrop-filter: blur(15px);
  color: #DBB980;
  max-width: 200px;
  display: flex;
  justify-content: center;
  padding: 10px;
  border: 0.5px solid rgba(255, 255, 255, 0.30);
}





/* about-demo */


.about-demo {
  padding: 20px 0;

}

.about-demo .title-box {
  display: flex;
  align-items: center;

}


.about-demo .title {
  font-size: 2.5em;
}

.about-demo-inner {
  padding: 36px;
  border-radius: 60px;
  background: radial-gradient(50.71% 50.71% at 100% 0%, #DBB980 0%, rgba(132, 100, 69, 0.50) 65.44%, rgba(42, 42, 42, 0.17) 100%);
  backdrop-filter: blur(15px);
  border: 0.5px solid rgba(255, 255, 255, 0.30);
  line-height: 1.5em;
  font-size: 1.15em;
  min-height: 200px;
}

.about-demo-icon {
  background: #2F2C24;
  padding: 10px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  margin-right: 10px;
}

.about-demo-title {
  font-size: 1.25em;
  font-weight: bold;
  color: #DBB980;
  display: flex;
  align-items: center;
}







/* 分頁 */
.th-banner {
  padding: 80px 0 20px 0;
  background: url(../images/th-bg.png);
  background-position: top center;
  background-size: cover;
  overflow: hidden;
}

.fox {
  margin-bottom: -160px;
}

.marmot {
  margin-bottom: -100px;
}


@media screen and (max-width: 992px) {

  .fox,
  .marmot {
    display: none;
  }
}

.flag-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.area-inner {
  display: flex;
  align-items: center;
}

.area-flag-text {
  padding: 30px;
  border-radius: 60px;
  background: radial-gradient(50.71% 50.71% at 100% 0%, #DBB980 0%, rgba(132, 100, 69, 0.50) 65.44%, rgba(42, 42, 42, 0.17) 100%);
  backdrop-filter: blur(15px);
  border: 0.5px solid rgba(255, 255, 255, 0.30);
  margin: 0 auto 20px auto;
  width: 100%;
  line-height: 1.25em;
  font-size: 1em;
  text-align: start;
}

.btn-more {
  padding: 10px 20px;
  border-radius: 60px;
  background: radial-gradient(70.71% 70.71% at 100% 0%, #DBB980 0%, rgba(132, 100, 69, 0.50) 51.44%, rgba(42, 42, 42, 0.17) 100%);
  backdrop-filter: blur(15px);
  border: 0.5px solid rgba(255, 255, 255, 0.30);
  color: #ddd;
  cursor: pointer;
  width: 200px;
  display: flex;
  justify-content: center;
  margin: 0 auto 20px auto;
  font-size: 1.2em;
  transition: .2s;
}

.btn-more:hover {
  background: radial-gradient(50.71% 50.71% at 100% 0%, #DBB980 0%, rgba(132, 100, 69, 0.50) 30.44%, rgba(42, 42, 42, 0.17) 100%);
  color: #DBB980;
}

.th-brand-info {
  margin-top: -80px;
}

.th-brand-info-box01 {
  border-radius: 60px;
  border: 0.5px solid #b7ff4b7d;
  background: linear-gradient(180deg, rgba(189, 145, 80, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
  backdrop-filter: blur(15px);
  padding: 30px;
  width: 100%;
  display: flex;
  align-items: center;

}

.th-brand-info-icon01 {
  width: 60px;
  height: 60px;
  background: #B7FF4B;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;

}

.th-brand-info-title01 {
  display: flex;
  flex-direction: column;
}

.th-brand-info-title01 span:nth-child(1) {
  color: #B7FF4B;
  font-size: 3em;
  font-weight: bold;
}

.th-brand-info-title01 span:nth-child(2) {
  font-size: 1.5em;

}


.th-brand-info-box02 {
  border-radius: 60px;
  border: 0.5px solid #ffdf3d7a;
  background: linear-gradient(180deg, rgba(189, 145, 80, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
  backdrop-filter: blur(15px);
  padding: 30px;
  width: 100%;
  display: flex;
  align-items: center;

}

.th-brand-info-icon02 {
  width: 60px;
  height: 60px;
  background: #FFDF3D;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;

}

.th-brand-info-title02 {
  display: flex;
  flex-direction: column;
}

.th-brand-info-title02 span:nth-child(1) {
  color: #FFDF3D;
  font-size: 3em;
  font-weight: bold;
}

.th-brand-info-title02 span:nth-child(2) {
  font-size: 1.5em;

}


.th-brand-info-box03 {
  border-radius: 60px;
  border: 0.5px solid #8fffb475;
  background: linear-gradient(180deg, rgba(189, 145, 80, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
  backdrop-filter: blur(15px);
  padding: 30px;
  width: 100%;
  display: flex;
  align-items: center;

}

.th-brand-info-icon03 {
  width: 60px;
  height: 60px;
  background: #8FFFB5;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;

}

.th-brand-info-title03 {
  display: flex;
  flex-direction: column;
}

.th-brand-info-title03 span:nth-child(1) {
  color: #8FFFB5;
  font-size: 3em;
  font-weight: bold;
}

.th-brand-info-title03 span:nth-child(2) {
  font-size: 1.5em;


}

@media screen and (max-width: 768px) {
  .th-brand-info,
  .mk-brand-info {
    width: 90% !important;
    margin: -50px auto 0 auto !important;
  }
  .th-brand-info-box01,
  .th-brand-info-box02,
  .th-brand-info-box03,
  .mk-brand-info-box01,
  .mk-brand-info-box02,
  .mk-brand-info-box03 {
    width: 100%;
    padding: 15px !important;
    font-size: 0.8em !important;
  }
  .th-brand-info-icon01,
  .th-brand-info-icon02,
  .th-brand-info-icon03,
  .mk-brand-info-icon01,
  .mk-brand-info-icon02,
  .mk-brand-info-icon03 {
    margin-right: 20px !important;
  }
}

/* mk-box */
.mk-brand-info {
  margin-top: -80px;
}

.mk-brand-info-box01 {
  border-radius: 60px;
  border: 0.5px solid #feed357d;
  background: linear-gradient(180deg, rgba(189, 145, 80, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
  backdrop-filter: blur(15px);
  padding: 30px;
  width: 100%;
  display: flex;
  align-items: center;

}

.mk-brand-info-icon01 {
  width: 60px;
  height: 60px;
  background: #ffed2b;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;

}

.mk-brand-info-title01 {
  display: flex;
  flex-direction: column;
}

.mk-brand-info-title01 span:nth-child(1) {
  color: #ffed2b;
  font-size: 3em;
  font-weight: bold;
}

.mk-brand-info-title01 span:nth-child(2) {
  font-size: 1.5em;

}


.mk-brand-info-box02 {
  border-radius: 60px;
  border: 0.5px solid #39e1137a;
  background: linear-gradient(180deg, rgba(189, 145, 80, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
  backdrop-filter: blur(15px);
  padding: 30px;
  width: 100%;
  display: flex;
  align-items: center;

}

.mk-brand-info-icon02 {
  width: 60px;
  height: 60px;
  background: #5dea2e;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;

}

.mk-brand-info-title02 {
  display: flex;
  flex-direction: column;
}

.mk-brand-info-title02 span:nth-child(1) {
  color: #5dea2e;
  font-size: 3em;
  font-weight: bold;
}

.mk-brand-info-title02 span:nth-child(2) {
  font-size: 1.5em;

}


.mk-brand-info-box03 {
  border-radius: 60px;
  border: 0.5px solid #ff484875;
  background: linear-gradient(180deg, rgba(189, 145, 80, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
  backdrop-filter: blur(15px);
  padding: 30px;
  width: 100%;
  display: flex;
  align-items: center;

}

.mk-brand-info-icon03 {
  width: 60px;
  height: 60px;
  background: #ff3c3c;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;

}

.mk-brand-info-title03 {
  display: flex;
  flex-direction: column;
}

.mk-brand-info-title03 span:nth-child(1) {
  color: #ff3c3c;
  font-size: 3em;
  font-weight: bold;
}

.mk-brand-info-title03 span:nth-child(2) {
  font-size: 1.5em;


}

/* th-pro */

.th-promotion {
  padding: 20px 0;

}

.th-promotion .title-box {
  display: flex;
  align-items: center;

}


.th-promotion .title {
  font-size: 4em;
}

.th-promo-label {
  aspect-ratio: 1 / 1;
  width: 90%;
  border-radius: 60px;
  border: 0.5px solid rgba(255, 255, 255, 0.50);
  background: linear-gradient(180deg, rgba(189, 145, 80, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 0;
  overflow: hidden;
}

.th-promo-label img {
  position: absolute;
  z-index: -1;
  bottom: 0;
}

.th-promo-title {
  font-size: 1.75em;
  font-weight: bold;
  color: #B7FF4B;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  text-shadow: 2px 3px 5px #1e1e1e;
}

.th-promo-text {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  background: #000000d6;
  width: 100%;
  backdrop-filter: blur(40px);
  padding: 10px 5px;
}


.right {
  padding: 20px 0;
  text-align: right;
  background: url('../images/platforms.png');
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.right .title-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}


.right .title {
  font-size: 4em;
  margin-bottom: 20px;
}

.platform-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  flex-wrap: wrap;
}

.platform-inner {
  display: flex;
  align-items: center;
  text-align: start;
  font-size: 1em;
}


.left {
  padding: 20px 0;

}

.left .title-box {
  display: flex;
  align-items: center;

}


.left .title {
  font-size: 4em;
}

.th-payment {
  font-size: 1em;
  line-height: 1.5em;
}

.th-payment-logo {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}

.th-payment-inner {
  display: flex;
  align-items: center;
}

.payment-wallet {
  position: relative;
  max-width: 600px;
  margin: 0 auto 20px auto;
}

.w-title1 {
  position: absolute;
  left: 3%;
  top: 50%;
  width: 20%;
}

.w-title2 {
  position: absolute;
  left: 49%;
  top: 63%;
  width: 20%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);

}


.w-title3 {
  position: absolute;
  right: 2.5%;
  top: 46%;
  width: 20%;

}


.license-box {
  padding: 10px 0;

}

.license-box .title-box {
  display: flex;
  align-items: center;

}


.license-box .title {
  font-size: 4em;
  margin-left: 10px;
}

.license-box-inner {
  font-size: 1em;
  color: #dcdcdc;
}

/* Home: License + brands row（手機直向堆疊頂對齊；併排時兩欄垂直置中） */
.license-brands-row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.license-brands-row__col--license {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .license-brands-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .license-brands-row__col--license {
    margin-bottom: 0;
  }
}
.license-box--home .responsible-gaming {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.4rem 0.6rem;
}
@media screen and (min-width: 992px) {
  .license-box--home .responsible-gaming img {
    min-height: 44px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

/* Home: brands social & contact (beside License) */
.home-brand-contact--side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-height: 100%;
}
.home-brand-contact--side .home-brand-contact__title {
  text-align: center;
  width: 100%;
}
.home-brand-contact--side .home-brand-contact__item,
.home-brand-contact--side .home-brand-contact__item--last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-brand-contact--side .home-brand-contact__item .home-brand-contact__label {
  display: block;
  min-width: 0;
  margin-right: 0;
  margin-bottom: 0.15rem;
}
.home-brand-contact--side .home-brand-contact__links {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-brand-contact {
  padding: 10px 0 10px 0;
  border-left: 1px solid rgba(213, 174, 116, 0.35);
  padding-left: 1.25rem;
  margin-top: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .home-brand-contact {
    border-left: none;
    padding-left: 1rem;
    padding-right: 1rem;
    border-top: 1px solid rgba(213, 174, 116, 0.35);
    padding-top: 1.5rem;
    margin-top: 0;
  }
}
.home-brand-contact__title {
  font-size: 1.5em;
  color: #dcdcdc;
  font-weight: bold;
  margin: 0 0 1rem 0;
  line-height: 1.2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
/* Default: stacked (mobile & tablet) */
.home-brand-contact__grid {
  display: block;
}
.home-brand-contact__item {
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.home-brand-contact__item--last {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* PC: 3 欄橫排，減少右欄高度、與左欄較平衡 */
@media screen and (min-width: 992px) {
  .home-brand-contact__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .home-brand-contact__grid .home-brand-contact__item,
  .home-brand-contact__grid .home-brand-contact__item--last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    padding: 0 0.4rem 0.25rem 0.4rem;
    width: auto;
  }
  .home-brand-contact__grid .home-brand-contact__item ~ .home-brand-contact__item {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0;
  }
}
.home-brand-contact__name {
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  color: #dbb980;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.home-brand-contact__name:hover {
  color: #e8c990;
  text-decoration: none;
}
.home-brand-contact__links {
  font-size: 0.9em;
  color: #dcdcdc;
  margin: 0.25rem 0 0.35rem 0;
  line-height: 1.5;
}
.home-brand-contact__label {
  display: inline-block;
  min-width: 3.2em;
  margin-right: 0.4em;
  color: #8d8d8d;
  font-size: 0.95em;
}
.home-brand-contact__links a {
  color: #b8b8b8;
  text-decoration: none;
  border-bottom: 1px solid rgba(219, 185, 128, 0.4);
}
.home-brand-contact__links a:hover {
  color: #dbb980;
}
.home-brand-contact__sep {
  margin: 0 0.35em;
  color: #6a6a6a;
}
.home-brand-contact--side .social-media--home-aside,
.social-media--home-aside {
  height: auto;
  min-height: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.35rem 0.8rem;
  margin-top: 0.65rem;
  padding: 0;
}
.home-brand-contact--side .social-media--home-aside {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-media--home-aside a {
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.social-media--home-aside a img {
  display: block;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.social-media--home-aside a:hover img {
  opacity: 1;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
/* 桌面欄內壓字級／圖示，覆寫上列通用 .home-brand-contact__*（需置於全段之後） */
@media screen and (min-width: 992px) {
  .home-brand-contact__grid .home-brand-contact__name {
    font-size: 1.15em;
  }
  .home-brand-contact__grid .home-brand-contact__links {
    font-size: 0.8em;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .home-brand-contact__grid .home-brand-contact__item .home-brand-contact__label {
    display: block;
    min-width: 0;
    margin-right: 0;
    font-size: 0.8em;
    margin-bottom: 0.1rem;
  }
  .home-brand-contact--side .social-media--home-aside a img {
    width: 28px;
    height: 28px;
  }
}