@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html * {
  font-family: "Microsoft JhengHei";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  background-color: #000;
  color: #373737;
  font-size: 18px;
  font-weight: bold;
}

* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.wrap {
  width: 100%;
  min-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}

.header {
  width: 100%;
  height: 1062px;
  background: url(../images/header-bg.jpg) no-repeat center top;
}

.hr-line {
  width: 100%;
  height: 28px;
  position: absolute;
  bottom: -14px;
  background: url(../images/hr-line.png) no-repeat center top;
  z-index: 10;
}

.sec1 {
  width: 100%;
  height: 866px;
  padding-top: 109px;
  background: url(../images/sec1-bg.jpg) no-repeat center top;
}

.sec2 {
  width: 100%;
  height: 1100px;
  background: url(../images/sec2-bg.jpg) no-repeat center top;
}

.top-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#menu a {
  width: 225px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 85px;
  line-height: 85px;
  text-align: center;
  text-decoration: none;
  color: #dec183;
  background: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
#menu a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background: #dec183;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

#menu a.active {
  color: #fff;
}
#menu a.active::before {
  height: 100%;
  opacity: 1;
  z-index: -1;
}

.social-btns {
  z-index: 100;
  top: 0;
  right: 20px;
  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;
}
.social-btns a {
  display: block;
  width: 57px;
  height: 57px;
  margin-right: 5px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.social-btns a.mem_btn {
  background: url("../images/social-btn1.png") center no-repeat;
}
.social-btns a.fb_btn {
  background: url("../images/social-btn2.png") center no-repeat;
}
.social-btns a.dc_btn {
  background: url("../images/social-btn3.png") center no-repeat;
}
.social-btns a:hover {
  opacity: 1;
}

.m-social-btns {
  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;
  gap: 10px;
  margin-top: 20px;
}
.m-social-btns a {
  display: block;
  width: 57px;
  height: 57px;
  border-bottom: none !important;
}
.m-social-btns a.mem_btn {
  background: url("../images/social-btn1.png") center no-repeat;
}
.m-social-btns a.fb_btn {
  background: url("../images/social-btn2.png") center no-repeat;
}
.m-social-btns a.dc_btn {
  background: url("../images/social-btn3.png") center no-repeat;
}

.inner {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  z-index: 20;
}

.clouds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.cloud {
  position: absolute;
  top: 20%;
  width: 700px;
  opacity: 0.8;
  -webkit-animation-name: cloudMove;
          animation-name: cloudMove;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.cloud-back {
  top: 10%;
  left: -400px;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-animation-duration: 90s;
          animation-duration: 90s;
}

.cloud-mid {
  top: 30%;
  left: -300px;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
}

.cloud-front {
  top: 70%;
  left: -200px;
  -webkit-filter: none;
          filter: none;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}

@-webkit-keyframes cloudMove {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(800%);
            transform: translateX(800%);
  }
}

@keyframes cloudMove {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(800%);
            transform: translateX(800%);
  }
}
.header-pic {
  position: absolute;
  top: -131px;
  right: -539px;
  width: 1571px;
  height: 1276px;
  background: url("../images/header-pic.png") center no-repeat;
  -webkit-animation: floatUpDown 3s ease-in-out infinite;
          animation: floatUpDown 3s ease-in-out infinite;
}

@-webkit-keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); /* 向上浮 10px */
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); /* 向上浮 10px */
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.logo {
  position: absolute;
  left: -82px;
  top: 300px;
  width: 779px;
  height: 348px;
  background: url("../images/logo.png") center no-repeat;
}

.steam-btn {
  position: absolute;
  left: 32px;
  top: 680px;
  display: block;
  width: 518px;
  height: 96px;
  background: url("../images/steam-btn.png") center no-repeat;
  border-radius: 50px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.steam-btn:before {
  content: "";
  position: absolute;
  width: 503px;
  height: 348px;
  background: url("../images/gold_btn_light.png") center no-repeat;
  top: -200%;
  left: -700%;
  -webkit-animation: shimmer 6s infinite linear;
          animation: shimmer 6s infinite linear;
}
.steam-btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 1px 1px 30px rgb(255, 255, 255);
          box-shadow: 1px 1px 30px rgb(255, 255, 255);
}

/* 添加閃爍動畫 */
@-webkit-keyframes shimmer {
  0% {
    left: -50%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes shimmer {
  0% {
    left: -50%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.container {
  width: 100%;
  height: auto;
}

.sec1-pic1 {
  width: 1279px;
  height: 647px;
  margin: 0 auto 0 auto;
  background: url("../images/sec1-pic1.png") center no-repeat;
}

.sec1-pic1-m {
  width: 100%;
  height: 100%;
  padding-top: 67.72%;
  background: url("../images/sec1-pic1-m.png") center no-repeat;
  background-size: cover;
  display: none;
}

.sec1-pic2 {
  position: absolute;
  top: -150px;
  left: -233px;
  width: 483px;
  height: 703px;
  margin: 109px auto 0 auto;
  background: url("../images/sec1-pic2.png") center no-repeat;
}

.footer {
  width: 100%;
  height: 130px;
  background: #000;
  color: #7b7b7b;
  padding-top: 17px;
}

.footer-inner {
  width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-left, .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.lager-logo {
  width: 143px;
  height: 40px;
  margin-right: 10px;
  background: url("../images/lager-logo.png") center no-repeat;
}

.class-level {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.sec2 {
  padding-top: 120px;
}

.sec2-title {
  width: 958px;
  height: 141px;
  background: url("../images/sec2-title.png") center no-repeat;
  margin: 0 auto 80px auto;
}

.sec2-title-m {
  width: 100%;
  height: auto;
  background: url("../images/sec2-title-m.png") center no-repeat;
  background-size: contain;
  padding-top: 21.36%;
  display: none;
  margin: 0 auto;
}

.mySwiper {
  width: 90%;
  position: relative !important;
  overflow: visible !important;
}

.swiper-slide {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1127px;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}

.swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  z-index: 2;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.mySwiper .swiper-slide {
  opacity: 0;
  -webkit-transform: scale(0.7) !important;
          transform: scale(0.7) !important;
}

.mySwiper .swiper-slide.swiper-slide-prev,
.mySwiper .swiper-slide.swiper-slide-next {
  z-index: 1;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 1;
}
.mySwiper .swiper-slide.swiper-slide-prev::before,
.mySwiper .swiper-slide.swiper-slide-next::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.mySwiper .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  opacity: 1;
  z-index: 2;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  width: 79px !important;
  height: 79px !important;
  right: 15% !important;
  background: url("../images/next-btn.png") center no-repeat;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.swiper-button-next:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-button-prev {
  width: 79px !important;
  height: 79px !important;
  left: 15% !important;
  background: url("../images/prev-btn.png") center no-repeat;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.swiper-button-prev:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination {
  bottom: -45px !important;
}

.swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  background: url("../images/page-bullet.png") center no-repeat !important;
}

.swiper-pagination-bullet-active {
  width: 20px !important;
  height: 20px !important;
  background: url("../images/page-ac.png") center no-repeat !important;
  -webkit-box-shadow: 0 0 10px rgb(245, 125, 67);
          box-shadow: 0 0 10px rgb(245, 125, 67);
  border-radius: 0 !important;
  -webkit-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
}

/* 漢堡選單按鈕 */
.hamburger {
  display: none;
  position: fixed;
  top: 15px;
  width: 60px;
  height: 60px;
  background: #574899;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 1000;
}

.hamburger div {
  width: 25px;
  height: 3px;
  background: white;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 26px;
  left: 16px;
}

.hamburger div::before,
.hamburger div::after {
  content: "";
  width: 25px;
  height: 3px;
  background: white;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hamburger div::before {
  top: -8px;
}

.hamburger div::after {
  top: 8px;
}

/* 漢堡選單開啟時變叉叉 */
.hamburger.active div {
  background: transparent;
}

.hamburger.active div::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

.hamburger.active div::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

/* 側邊選單 */
.menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding-top: 60px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 999;
}

.menu.active {
  left: 0;
}

.scroll-btn {
  width: 100%;
  display: block;
  height: 50px;
  text-align: center;
  border-bottom: 1px solid #979797;
  line-height: 50px;
  color: #dec183;
}

.menu a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 15px;
  font-size: 18px;
  border-bottom: 1px solid #555;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

@media (max-width: 767px) {
  .wrap {
    min-width: 0;
  }
  .header {
    height: auto;
    padding-top: 131.25%;
    background: url("../images/header-bg-m.jpg") no-repeat center;
    background-size: cover;
  }
  .logo {
    display: none;
  }
  .header-pic {
    display: none;
  }
  .top-menu {
    display: none;
  }
  .inner {
    width: 100%;
    padding-bottom: 1%;
  }
  .steam-btn {
    position: relative;
    left: 0;
    top: 0;
    width: 90%;
    height: auto;
    background-size: contain;
    padding-top: 18.5%;
    margin: 0 auto 30px;
  }
  .sec1-pic1, .sec1-pic2 {
    display: none;
  }
  .sec1-pic1-m {
    display: block;
  }
  .sec1 {
    height: auto;
    padding: 10% 5%;
  }
  .sec2-title {
    display: none;
  }
  .sec2-title-m {
    display: block;
    margin-bottom: 3%;
  }
  .sec2 {
    padding: 15% 5%;
    height: auto;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  .footer {
    padding: 10% 5%;
    height: auto;
  }
  .footer-inner {
    width: 100%;
    display: block;
  }
  .footer-left, .footer-right {
    display: block;
  }
  .footer-left {
    margin-bottom: 20px;
  }
  .lager-logo, .class-level {
    margin-bottom: 10px;
  }
  .hamburger {
    display: block;
    opacity: 1;
    right: 15px;
    border: 1px solid #fff;
  }
  .clouds {
    display: none;
  }
}