@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;
  vertical-align: baseline;
}

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

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

body {
  background-color: #000;
  color: #373737;
  font-weight: bold;
  background: url("../images/content-bg.jpg") no-repeat center center/cover;
  background-attachment: fixed;
}

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

.wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.header {
  width: 100%;
  aspect-ratio: 1920/1179;
  background: url(../images/header-bg.png) no-repeat center top/contain;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.top-menu {
  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;
}

.title {
  width: 100%;
  margin: -7.5em auto 0 auto;
}

.title-pic {
  width: 39.5em;
  height: 13.8125em;
  margin: 0 auto;
  background: url(../images/title.png) no-repeat center center/contain;
}

.title-date {
  width: 41.5em;
  height: 4.35em;
  margin: 1em auto;
  margin-top: -1em;
  background: url(../images/title-date.png) no-repeat center center/contain;
}

.title-box {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.title-box img {
  max-width: 100%;
}

.title1 {
  width: 34.75em;
  height: 9.9375em;
  background: url(../images/title1.png) no-repeat center center/contain;
  margin: 0 auto;
}

.title2 {
  width: 37.1875em;
  height: 9.6875em;
  background: url(../images/title2.png) no-repeat center center/contain;
  margin: 0 auto;
}

.title3 {
  width: 37.5625em;
  height: 10.875em;
  background: url(../images/title3.png) no-repeat center center/contain;
  margin: 0 auto;
}

.title4 {
  width: 37.6875em;
  height: 13.0625em;
  background: url(../images/title4.png) no-repeat center center/contain;
  margin: 0 auto;
}

.sec1 {
  width: 100%;
  height: auto;
}

.sec1-cont {
  width: 100%;
  height: 54.4375em;
  margin-top: -2em;
  background: url(../images/sec1-cont-bg.png) no-repeat center center/contain;
}

.sec1-inner {
  position: absolute;
  inset: 0;
  width: 39.375em;
  height: 30.625em;
  margin: auto;
  top: -2em;
}

.sec1-prize {
  width: 38.8125em;
  height: 7.375em;
  text-align: center;
  margin-bottom: 2.25em;
}
.sec1-prize img {
  max-width: 100%;
}

.sec1-word1 {
  width: 31.125em;
  height: 1.9375em;
}

.sec1-word2 {
  width: 31.125em;
  height: 1.9375em;
}

.sec1-word1, .sec1-word2 {
  margin-bottom: 0.625em;
}
.sec1-word1 img, .sec1-word2 img {
  max-width: 100%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 0.875em;
}

select, input[type=text], input[type=tel] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 0.75em 0.75em;
  font-size: 1em;
  border: 1px solid #bfb6a2;
  border-radius: 6px;
  background: #fff;
  color: #2b2b2b;
  outline: none;
  -webkit-transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s, border-color 0.15s;
  transition: box-shadow 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
}

select {
  min-width: 8.125em;
}

.row input[type=tel] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

input:focus, select:focus {
  border-color: #8a6d3b;
  -webkit-box-shadow: 0 0 0 3px rgba(138, 109, 59, 0.15);
          box-shadow: 0 0 0 3px rgba(138, 109, 59, 0.15);
}

.btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  border-radius: 6px;
  padding: 0.75em 1em;
  font-size: 1em;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: opacity 0.15s ease, -webkit-transform 0.03s ease, -webkit-filter 0.15s ease;
  transition: opacity 0.15s ease, -webkit-transform 0.03s ease, -webkit-filter 0.15s ease;
  transition: transform 0.03s ease, filter 0.15s ease, opacity 0.15s ease;
  transition: transform 0.03s ease, filter 0.15s ease, opacity 0.15s ease, -webkit-transform 0.03s ease, -webkit-filter 0.15s ease;
  white-space: nowrap;
}

.btn:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.btn-code {
  background: #294356;
  color: #fff;
}

.btn-code.counting {
  background-color: #6d6d6d;
  color: #b3b3b3;
  cursor: not-allowed;
  opacity: 0.7;
}

.btn-code:hover {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}

.agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4a3a28;
  margin: 0.375em 0 0.25em 0;
}
.agree span {
  font-size: 1.5em;
  margin-left: -0.3em;
}

.agree input {
  width: 1.5em;
  height: 1.5em;
}

.btn-submit {
  width: 21.5625em;
  height: 7.1875em;
  display: block;
  margin-top: 0.875em;
  margin: 0.875em auto 0 auto;
  background: url("../images/sec1-btn.png") no-repeat center/contain;
  -webkit-animation: btn-shine 1s ease-in-out infinite alternate;
          animation: btn-shine 1s ease-in-out infinite alternate;
}

.btn-submit:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

.btn-submit:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

@-webkit-keyframes btn-shine {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  100% {
    -webkit-filter: brightness(1.6);
            filter: brightness(1.6);
  }
}

@keyframes btn-shine {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  100% {
    -webkit-filter: brightness(1.6);
            filter: brightness(1.6);
  }
}
.full {
  width: 100%;
  margin-bottom: 0.75em;
}

/* RWD：手機直向優化 */
@media (max-width: 768px) {
  h1 {
    font-size: 22px;
  }
  .label {
    font-size: 15px;
  }
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
  }
  select, .row input[type=tel], .btn-code {
    width: 100%;
  }
  .btn-code {
    text-align: center;
  }
}
/* 超小螢幕微調 */
@media (max-width: 360px) {
  h1 {
    font-size: 20px;
  }
}
.sec2 {
  width: 100%;
  height: auto;
  margin-bottom: 4em;
}

.sec2-word1 {
  width: 87.4375em;
  height: 1.6875em;
  margin: 0 auto 20px auto;
  background: url("../images/sec2-word1.png") no-repeat center/contain;
}

.sec2-rewards {
  text-align: center;
}
.sec2-rewards img {
  max-width: 100%;
}

.sec3 {
  width: 100%;
  height: auto;
  padding-bottom: 9.375em;
}

#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: 4.25em;
  height: 4.25em;
  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") no-repeat center/contain;
}
.social-btns a.fb_btn {
  background: url("../images/social-btn2.png") no-repeat center/contain;
}
.social-btns a.dc_btn {
  background: url("../images/social-btn3.png") no-repeat center/contain;
}
.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: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 20;
}

.logo {
  width: 20.9375em;
  height: 10.9375em;
  z-index: 50;
}
.logo img {
  max-width: 100%;
}

.sec4 {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
}

.notice-ol {
  width: 70em;
  height: auto;
  margin: 3.125em auto 0 auto;
}
.notice-ol li {
  color: #acacac;
  font-size: 16px;
}

.container {
  width: 100%;
  height: auto;
}

.footer {
  width: 100%;
  height: 130px;
  background: #0b172a;
  color: #57647b;
  padding-top: 17px;
}

.footer-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  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;
}

.class-txt {
  font-size: 10px;
}

.mySwiper {
  margin-top: 30px;
  width: 100%;
  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%;
  -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.8) !important;
          transform: scale(0.8) !important;
}

.mySwiper .swiper-slide.swiper-slide-prev,
.mySwiper .swiper-slide.swiper-slide-next {
  z-index: 1;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  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: rgba(18, 33, 60, 0.8);
  border-radius: 20px;
  -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;
  border-radius: 5px;
  top: 28px;
  left: 17px;
}

.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;
  border-radius: 5px;
}

.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;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(11, 23, 42, 0.9);
  color: white;
  padding-top: 90px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 999;
  opacity: 0;
}

.menu.active {
  right: 0;
  opacity: 1;
}

.scroll-btn {
  width: 100%;
  display: block;
  height: 70px;
  text-align: center;
  cursor: pointer;
  line-height: 70px;
  color: #dec183;
  font-size: 18px !important;
}

.menu a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 15px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in-down {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in-left {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in-right {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in.show, .fade-in-left.show, .fade-in-down.show, .fade-in-right.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 767px) {
  .wrap {
    min-width: 0;
  }
  .header {
    width: 100%;
    height: auto;
    aspect-ratio: 768/1212;
    background: url("../images/header-bg-m.png") no-repeat center;
    background-size: contain;
  }
  .title {
    display: none;
  }
  .title1 {
    width: 80%;
    aspect-ratio: 566/159;
    height: auto;
  }
  .title2 {
    width: 85%;
    aspect-ratio: 595/155;
    height: auto;
  }
  .title3 {
    width: 80%;
    aspect-ratio: 601/174;
    height: auto;
  }
  .title4 {
    width: 80%;
    aspect-ratio: 603/209;
    height: auto;
  }
  .sec4 {
    margin-top: 5%;
  }
  .logo {
    display: none;
  }
  .header-pic {
    display: none;
  }
  .top-menu {
    display: none;
  }
  .inner {
    width: 100%;
    padding-bottom: 1%;
  }
  .sec1-cont {
    width: 100%;
    height: auto;
    background: none;
  }
  .sec1-inner {
    position: relative;
    inset: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    top: -2em;
    background: #e8dcc5;
    padding: 5%;
    border-radius: 20px;
    margin-top: 30px;
    border: 2px solid #312119;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
  .sec2-word1 {
    display: none;
  }
  .sec1-prize {
    width: 90%;
    height: auto;
    margin: 5% auto;
  }
  .sec1-word1 {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .sec1-word2 {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  select, input[type=text], input[type=tel] {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    padding: 2% 5%;
    font-size: 16px;
    border: 1px solid #bfb6a2;
    border-radius: 6px;
    background: #fff;
    color: #2b2b2b;
    outline: none;
    -webkit-transition: border-color 0.15s, -webkit-box-shadow 0.15s;
    transition: border-color 0.15s, -webkit-box-shadow 0.15s;
    transition: box-shadow 0.15s, border-color 0.15s;
    transition: box-shadow 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  }
  .btn {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: 0;
    border-radius: 6px;
    padding: 2% 5%;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: opacity 0.15s ease, -webkit-transform 0.03s ease, -webkit-filter 0.15s ease;
    transition: opacity 0.15s ease, -webkit-transform 0.03s ease, -webkit-filter 0.15s ease;
    transition: transform 0.03s ease, filter 0.15s ease, opacity 0.15s ease;
    transition: transform 0.03s ease, filter 0.15s ease, opacity 0.15s ease, -webkit-transform 0.03s ease, -webkit-filter 0.15s ease;
    white-space: nowrap;
  }
  .btn-code {
    margin-bottom: 20px;
  }
  .agree span {
    font-size: 18px;
  }
  .agree input {
    width: 18px;
    height: 18px;
  }
  .btn-submit {
    width: 80%;
  }
  .sec1, .sec3 {
    height: auto;
    padding: 5%;
  }
  .sec4 {
    padding: 10% 5% 20% 5%;
  }
  .sec2 {
    padding: 5%;
    height: auto;
  }
  .sec2-title {
    display: none;
  }
  .sec2-title-m {
    display: block;
    margin-bottom: 3%;
  }
  .notice-ol {
    width: 90%;
  }
  .notice-ol li {
    margin-left: 1em;
  }
  .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;
  }
  .class-txt {
    font-size: 12px;
  }
  #particles-js {
    display: none;
  }
}