@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
body {
  font-family: "Noto Sans TC", "微軟正黑體", "新細明體", "細明體", Arial, "Arial Black", sans-serif;
  text-align: justify;
}

* {
  max-height: 99999px;
}

/* header */
.navbar-nav {
  flex-grow: 1;
  justify-content: end;
}

/* root */
:root {
  --swiper-theme-color: #198754;
  --rwd-60px: 60px;
  --rwd-75px: 7vw;
  --img-200: 200px;
}

@media (max-width: 1024px) {
  :root {
    --rwd-60px: 4.166vw;
  }
}
@media (max-width: 768px) {
  :root {
    --rwd-60px: 36px;
  }
}
@media (max-width: 575px) {
  :root {
    --rwd-60px: 32px;
  }
}
/*
@media (max-width: 480px) {
    :root{

    }
} */
@media (max-width: 320px) {
  :root {
    --rwd-60px: 5.6vw;
  }
}
/* 通用 */
.hover-img {
  cursor: pointer;
}

a {
  text-decoration: none;
}

ul.ul-reset {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.img {
  max-width: 100%;
}

.hover-bigger:hover {
  transform: scale(1.1);
}

.hover-smaller:hover {
  transform: scale(0.95);
  cursor: pointer;
}

.tr-1 {
  transition: all 1s ease;
}

.tr-5 {
  transition: all 0.5s ease;
}

/* fixed */
#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #999999;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  background-image: url("../images/loading-bg-grid.png");
  background-size: 100% auto;
  background-position: top center;
}

#go-top {
  border: 0;
  background: none;
  bottom: 3vw;
  right: 30px;
  z-index: 999;
}

#go-top img {
  width: 5vw;
  height: auto;
}
@media (max-width: 1440px) {
  #go-top img {
    width: 5vw;
  }
}
@media (max-width: 991px) {
  #go-top img {
    width: 7vw;
  }
}
@media (max-width: 767px) {
  #go-top img {
    width: 12vw;
  }
}
@media (max-width: 576px) {
  #go-top img {
    width: 15vw;
  }
}

.buy-now {
  width: 7.5vw;
  position: fixed;
  z-index: 999;
  bottom: 120px;
  right: 30px;
  transition: all 0.5s ease-in-out;
  animation: buy-now 2s infinite;
}
@media (max-width: 1440px) {
  .buy-now {
    width: 9vw;
    bottom: 100px;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .buy-now {
    width: 10vw;
    bottom: 100px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .buy-now {
    width: 15vw;
    bottom: 90px;
    right: 30px;
  }
}
@media (max-width: 576px) {
  .buy-now {
    width: 21vw;
    bottom: 60px;
    right: 30px;
  }
}

@keyframes buy-now {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
}
/* menu */
#menu {
  position: absolute;
  z-index: 99;
  width: 100%;
  margin-top: 1.5vw;
}
@media (max-width: 991px) {
  #menu {
    align-items: center;
    justify-content: space-between;
  }
}
#menu.show-menu {
  position: fixed;
}

.nav-link {
  font-weight: bold;
  font-size: 20px;
}

.nav-item a {
  color: #fff;
  font-weight: normal;
  font-size: 1.5vw;
  text-align: center;
  margin: 0 8px;
  padding: 2px 8px;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5vw;
}
.nav-item a:hover {
  color: #ffd265;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .nav-item a {
    font-size: 20px;
    margin: 0 8px;
    padding: 0 2px;
  }
}

.nav-item li:last-child > a {
  border-right: none;
}

.logos {
  display: flex;
  align-items: flex-start;
}
.logos a {
  display: block;
}

.logos img {
  width: auto;
  height: 4vw;
  margin-left: 1vw;
}
@media (max-width: 991px) {
  .logos img {
    width: auto;
    height: 4.5vw;
  }
}
@media (max-width: 575px) {
  .logos img {
    height: 11vw;
  }
}

#menu-nav > ul {
  border-radius: 36px;
  padding: 7vw 0.35vw;
}

@media (max-width: 991px) {
  .nav-item:not(:last-child) {
    border-bottom: none;
  }
}

#menu-btn img {
  display: block;
  padding: 0.5vw;
  width: 5vw;
  height: auto;
}
@media (max-width: 767px) {
  #menu-btn img {
    width: 7.5vw;
  }
}
@media (max-width: 575px) {
  #menu-btn img {
    width: 11vw;
  }
}
#menu-btn div {
  background-image: url("../images/menu-icon.png");
  background-size: cover;
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 1.5vw;
}
@media (max-width: 575px) {
  #menu-btn div {
    width: 9vw;
    height: 9vw;
    margin-right: 1.25vw;
  }
}

.show-menu #menu-btn div {
  background-image: url("../images/menu-close.png");
}

.menu-link ul {
  display: flex;
  align-items: center;
}

/* TODO: MENU RWD */
#menu.menu-add-bg {
  top: 0px;
}

.nav-item {
  width: 100%;
  text-align: center;
}

.nav-item {
  width: 100%;
  text-align: center;
}

.nav-item a {
  padding: 8px;
}

.menu-link {
  position: fixed;
  top: 0px;
  right: 0;
  width: 27%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  background: rgba(216, 46, 159, 0.7019607843);
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .menu-link {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .menu-link {
    width: 100%;
    padding-top: 12vw;
  }
}

.show-menu .menu-link {
  transform: translateX(0%);
}

.menu-link ul {
  flex-direction: column;
  padding-top: 54px;
  padding-bottom: 16px;
}

/*
@media (max-width: 320px) {

    #menu{

    }
}
*/
/* 內容區塊通用 */
.section-block {
  padding: var(--rwd-75px) 0;
  border-bottom: 3px #000 solid;
  margin-bottom: 0;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.sw-fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.swiper-add-arrows {
  position: relative;
  width: 86%;
  margin: auto;
}

.swiper-add-arrows .swiper-button-next, .swiper-add-arrows .swiper-button-prev {
  opacity: 0;
  z-index: -99;
}

.arr-left, .arr-right {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  width: 4vw;
  height: 4vw;
  top: 40%;
  background: url(../images/arr.png) center center no-repeat;
  background-size: 100% auto;
}

.arr-left:hover, .arr-right:hover {
  opacity: 0.5;
}

.arr-left {
  left: -4vw;
}

.arr-right {
  right: -4vw;
  transform: scaleX(-1);
}

.hide-3-items .arr-left, .hide-3-items .arr-right {
  display: none;
}

@media (max-width: 990px) {
  .hide-3-items .arr-left, .hide-3-items .arr-right {
    display: block;
  }
}
@media (max-width: 575px) {
  .arr-left {
    left: -6vw;
  }
  .arr-right {
    right: -6vw;
    transform: scaleX(-1);
  }
  .arr-left, .arr-right {
    background-size: 100%;
    width: 7vw;
    height: 7vw;
  }
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff74ae;
}

.modal-header {
  border: 2px solid #000;
  background-color: #ff74ae;
  color: #fff;
}
.modal-header .btn-close {
  border: 2px solid #000;
  padding: 4px;
  background-color: #fff;
}

.modal-body {
  border: 2px solid #000;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

body {
  background-image: url("../images/bg-kv.jpg");
  background-size: auto auto;
  background-color: #ffd545;
}
@media (max-width: 575px) {
  body {
    background-size: 9% auto;
  }
}

.loading-btn-out,
.loading-btn-out-active {
  display: block;
  width: 30%;
  height: auto;
  position: absolute;
  left: 35%;
  bottom: 15%;
}

.loading-log-out-win {
  width: 24vw;
  left: 38vw;
  top: 16vw;
}
.loading-log-out-win img.log-out-win-bg {
  width: 100%;
}
.loading-log-out-win .loading-btn-out-active {
  opacity: 1;
  transform: scale(0.95);
}

.loading-log-in-win {
  width: 27vw;
  opacity: 0;
  transform: scale(0.95);
}
.loading-log-in-win .progress {
  position: absolute;
  z-index: 10;
  width: 50%;
  top: 48%;
  height: 1.5vw;
  left: 25%;
  border-radius: 99rem;
}
@media (max-width: 1199px) {
  .loading-log-in-win {
    width: 27vw;
  }
}
@media (max-width: 991px) {
  .loading-log-in-win {
    width: 42vw;
  }
}
@media (max-width: 575px) {
  .loading-log-in-win {
    width: 62vw;
  }
  .loading-log-in-win .progress {
    position: absolute;
    z-index: 10;
    height: 3vw;
  }
}

.kv-log-m1 {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0vw;
  top: 11vw;
  z-index: 9;
  animation: kv-win 2s ease-in-out infinite;
}

.kv-log-m2 {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0vw;
  top: 10vw;
  z-index: 9;
  animation: kv-win 2s ease-in-out infinite;
  animation-delay: 0.7s;
}

@media (max-width: 991px) {
  .kv-log-m1,
  .kv-log-m2 {
    z-index: 2;
  }
}
.kv-back-win {
  width: 15vw;
  height: auto;
  display: block;
  position: absolute;
  left: 75vw;
  top: 15vw;
  animation: kv-win 2s ease-in-out infinite;
  animation-delay: 1.3s;
}

@keyframes kv-win {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2.5%);
  }
}
.kv {
  height: 55vw;
  position: relative;
  overflow: hidden;
  border-bottom: 2px #000 solid;
  background-image: url("../images/kv-bg-clouds.png"), url("../images/kv-bg-color-paper.png"), url("../images/bg-kv.jpg");
  background-size: 100% auto, 100% auto, auto auto;
  background-position: left bottom, left top, center center;
  background-repeat: no-repeat, repeat, repeat;
}
@media (max-width: 575px) {
  .kv {
    background-size: 100% auto, 9% auto;
    height: auto;
    padding-top: 6vw;
  }
}

.kv-title {
  width: 36vw;
  display: block;
  position: absolute;
  z-index: 9;
  left: 5vw;
  top: 6vw;
}

.kv-handle {
  width: 3.6vw;
  position: absolute;
  left: 75%;
  top: 35vw;
  z-index: 5;
  transform-origin: bottom center;
}

.main-box {
  position: relative;
  width: 45.6vw;
  left: 13vw;
  top: 3vw;
  height: 100%;
}
.main-box .kv-machine {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.main-box .sw-cut {
  position: absolute;
  z-index: 4;
  width: 100%;
}
.main-box .sw-cut .kv-sw {
  position: absolute;
  z-index: 2;
  top: 8vw;
  width: 80%;
  left: 10%;
}

.kv-price-box {
  width: 24.5vw;
  position: absolute;
  right: 16vw;
  top: 11vw;
}
.kv-price-box > div {
  position: absolute;
}

@media (max-width: 991px) {
  .kv-price-box {
    width: 28.5vw;
    position: absolute;
    right: 12vw;
    top: 4vw;
    z-index: 10;
  }
  .main-box {
    position: relative;
    width: 48vw;
    left: 12vw;
    top: 5vw;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .main-box {
    position: absolute;
    width: 100%;
    left: 0%;
  }
  .kv-price-box {
    width: 100%;
    top: 118vw;
  }
  .kv-price-box > div {
    position: relative;
  }
}
.kv-btns-vip {
  top: 56%;
  padding: 0 10%;
}

.kv-btns-n {
  top: 79%;
  padding: 0 10%;
}

.btn-kv-more {
  width: 9.375vw;
}

.btn-kv-vip {
  width: 9.11vw;
}

@media (max-width: 991px) {
  .btn-kv-more {
    width: 10.75vw;
  }
  .btn-kv-vip {
    width: 11vw;
  }
}
@media (max-width: 575px) {
  .kv-btns-vip {
    top: unset;
    padding: unset;
    padding-left: 85%;
  }
  .kv-btns-n {
    top: 22vw;
    padding: unset;
    padding-right: 10%;
    padding-top: 12.5%;
  }
  .btn-kv-more {
    width: 24vw;
    margin-bottom: 1vw;
    margin-left: 38vw;
  }
  .btn-kv-vip {
    width: 24vw;
    margin-bottom: 1vw;
  }
}
.sw-cut02,
.sw-cut01 {
  opacity: 0;
}

.hot-spring {
  width: 41.98vw;
  height: 17.44vw;
  position: absolute;
  top: 21.5vw;
  left: 7.5vw;
  overflow: hidden;
  z-index: 3;
}
.hot-spring img.kv-tiger-loop {
  height: 100%;
  width: 400%;
  position: absolute;
}

.hot-spring-smoke {
  height: 15vw;
  width: 24vw;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.kv-spring-smoke-loop {
  height: 100%;
  width: 300%;
  position: absolute;
}

.kv-skiing-tiger {
  width: 27vw;
  position: absolute;
  z-index: 6;
  overflow: hidden;
  top: 16.05vw;
  left: 20%;
}
.kv-skiing-tiger img {
  position: relative;
  width: 300%;
  height: auto;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.kvSwiper,
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.img-title {
  width: 50.1vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3vw;
}
@media (max-width: 575px) {
  .img-title {
    margin-bottom: 6vw;
  }
}

.img-title-map {
  width: 61vw;
}

@media (max-width: 1440px) {
  .img-title {
    width: 60vw;
  }
  .img-title-map {
    width: 67vw;
  }
}
@media (max-width: 1199px) {
  .img-title {
    width: 64vw;
  }
  .img-title-map {
    width: 70vw;
  }
}
@media (max-width: 767px) {
  .img-title {
    width: 72vw;
  }
  .img-title-map {
    width: 80vw;
  }
}
@media (max-width: 575px) {
  .img-title {
    width: 90vw;
  }
}
.price-block {
  width: 32.75vw;
  height: auto;
}

.price-block-box {
  width: 67vw;
  margin-bottom: 1vw;
}

@media (max-width: 1440px) {
  .price-block {
    width: 39vw;
    height: auto;
  }
  .price-block-box {
    width: 80vw;
    margin-bottom: 1.75vw;
  }
}
@media (max-width: 575px) {
  .price-block {
    width: 76vw;
    height: auto;
    margin-bottom: 2vw;
  }
}
ul.temp-nav {
  top: 0vw;
  right: 0vw;
  background-color: #fff;
  border-radius: 0 0 0 99rem;
  padding-left: 16px;
}
ul.temp-nav li > a {
  display: block;
  padding: 0.5vw 1.03vw;
  color: #0daccc;
  font-size: 1.35vw;
  border-right: 2px dashed #b3f2ff;
}
ul.temp-nav li > a:hover {
  color: #ffd30e;
  font-weight: 500;
}
ul.temp-nav li:last-child > a {
  border-right: none;
}

.swiper-slide {
  text-align: justify;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .swiper-slide {
    flex-direction: column-reverse;
  }
}

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

.table {
  position: relative;
}
.table .img-title {
  position: relative;
  z-index: 2;
}

.table-box {
  width: 79vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: -7vw;
  z-index: 1;
  display: block;
  position: relative;
}

.btn-more-table-box {
  width: 25vw;
  left: 37.5vw;
  position: absolute;
  bottom: 14vw;
  z-index: 4;
}

.price-box {
  width: 100%;
}

.price {
  position: relative;
  background-image: url("../images/bg-price.jpg");
}
.price .ab-list {
  position: absolute;
  top: 8vw;
  width: 100%;
  z-index: 5;
  pointer-events: none;
}
.price .ab-list img {
  width: 20vw;
  height: auto;
  display: inline-block;
  pointer-events: none;
}
.price .ab-list li {
  pointer-events: none;
  animation: kv-win 2s ease-in-out infinite;
}
.price .ab-list li:nth-child(1),
.price .ab-list li:nth-child(3) {
  text-align: right;
}
.price .ab-list li:nth-child(1) {
  padding-right: 10vw;
  animation-delay: 0.5s;
}
.price .ab-list li:nth-child(2) {
  padding-top: 7vw;
  padding-left: 7vw;
  animation-delay: 1s;
}
.price .ab-list li:nth-child(3) {
  padding-right: 5vw;
  animation-delay: 0.5s;
  padding-top: 19vw;
}
.price .ab-list li:nth-child(4) {
  padding-top: 22vw;
  padding-left: 7vw;
  animation-delay: 1s;
}
.price .ab-list li:nth-child(2),
.price .ab-list li:nth-child(4) {
  text-align: left;
}
@media (max-width: 1440px) {
  .price .ab-list li:nth-child(1) {
    padding-right: 5vw;
  }
  .price .ab-list li:nth-child(2),
  .price .ab-list li:nth-child(4) {
    padding-left: 2vw;
  }
  .price .ab-list li:nth-child(3) {
    padding-right: 0vw;
  }
}
@media (max-width: 991px) {
  .price .ab-list {
    display: none;
  }
}
@media (max-width: 1440px) {
  .price {
    background-size: 9% auto;
  }
}

.switch {
  cursor: pointer;
  position: relative;
  margin-bottom: 1.5vw;
  margin-top: 2vw;
}
.switch .title-price {
  width: 25vw;
  height: auto;
  display: block;
}
@media (max-width: 575px) {
  .switch .title-price {
    width: 38vw;
  }
}
.switch .inter-btn {
  width: 3.25vw;
  height: 2.24vw;
  background-image: url("../images/1.5x/btn-bg-op.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 7vw;
  bottom: 0;
}
@media (max-width: 1440px) {
  .switch .inter-btn {
    width: 4.5vw;
    right: 3vw;
  }
}
@media (max-width: 575px) {
  .switch .inter-btn {
    width: 8vw;
    height: 3.6vw;
  }
}
.switch.op .inter-btn {
  background-image: url("../images/1.5x/btn-bg-close.png");
  right: 7vw;
}
@media (max-width: 1440px) {
  .switch.op .inter-btn {
    width: 4.5vw;
    right: 3vw;
  }
}
@media (max-width: 575px) {
  .switch.op .inter-btn {
    width: 8vw;
    height: 3.6vw;
  }
}

.price-list {
  position: relative;
  margin-bottom: 0;
  width: 67vw;
  padding: 2.5vw;
  background-size: 100% auto;
  background-color: #ff74ae;
  border: #000 3px solid;
}
.price-list::before {
  content: "";
  width: calc(100% + 6px);
  position: absolute;
  height: 2.65vw;
  background-image: url("../images/price-head-date-m.png");
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  border: 3px solid #000;
  background-color: #fff;
  border-radius: 4px;
  top: -8px;
  left: -3px;
}
@media (max-width: 991px) {
  .price-list::before {
    height: 3vw;
  }
}
@media (max-width: 1440px) {
  .price-list {
    width: 80vw;
    border: #000 2px solid;
  }
  .price-list::before {
    content: "";
    border: 2px solid #000;
    width: calc(100% + 4px);
    left: -2px;
  }
}
@media (max-width: 767px) {
  .price-list {
    border: #000 1px solid;
  }
  .price-list::before {
    content: "";
    border: 1px solid #000;
    width: calc(100% + 2px);
    left: -1px;
  }
}
@media (max-width: 575px) {
  .price-list {
    border-radius: 5px;
    width: 76vw;
    border: #000 2px solid;
  }
  .price-list::before {
    border-radius: 6px;
    width: calc(100% + 4px);
    border: #000 2px solid;
    left: -2px;
    height: 5vw;
    background-position: right -4% center;
  }
}

.btn-notice {
  width: 9.94vw;
  display: block;
}
@media (max-width: 1399px) {
  .btn-notice {
    width: 11vw;
  }
}
@media (max-width: 1199px) {
  .btn-notice {
    width: 12.5vw;
  }
}
@media (max-width: 991px) {
  .btn-notice {
    width: 16vw;
  }
}
@media (max-width: 575px) {
  .btn-notice {
    width: 24vw;
  }
}

.btn-price-buy,
.btn-event-more {
  width: 25.6vw;
  display: block;
}
@media (max-width: 991px) {
  .btn-price-buy,
  .btn-event-more {
    width: 28vw;
  }
}
@media (max-width: 575px) {
  .btn-price-buy,
  .btn-event-more {
    width: 48vw;
  }
}

.outer-box {
  max-height: 0px;
  overflow: hidden;
  transition: all 1s ease;
}

.kv-sliders .loop-gif {
  width: 35vw;
  position: relative;
  top: 13vw;
  left: 6vw;
}
@media (max-width: 575px) {
  .kv-sliders .loop-gif {
    width: 78vw;
    position: relative;
    top: 40vw;
    left: 12.5vw;
  }
}
.kv-sliders .swiper {
  width: 74%;
  height: 100%;
  background: aliceblue;
  top: 13vw;
}
@media (max-width: 575px) {
  .kv-sliders .swiper {
    width: 78%;
    top: 29vw;
  }
}
.kv-sliders .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.kv-sliders .swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv-sliders .kv-slider-tiger {
  bottom: 0;
  transform: translateY(45%);
  transition: all 0.5s ease-in-out;
}
.kv-sliders .swiper-slide-active .kv-slider-tiger {
  transform: translateY(0%);
}

.event {
  background-image: url("../images/bg-event-color-paper.png"), url("../images/bg-event.jpg");
  background-size: 100% auto, auto auto;
}
@media (max-width: 575px) {
  .event {
    background-size: 100% auto, 9% auto;
  }
}

.swiper-banners {
  width: 70vw;
  margin-bottom: 5vw;
}

.swiper-events {
  padding-bottom: 4vw;
  margin-bottom: 2vw;
  width: 80vw;
}
@media (max-width: 575px) {
  .swiper-events {
    padding-bottom: 14vw;
  }
}
.swiper-events .swiper-slide {
  position: relative;
}
.swiper-events .swiper-slide .btn-img {
  position: absolute;
  bottom: 0;
  transform: translateY(45%);
  height: 3.2vw;
  cursor: pointer;
  width: 42.5%;
}
.swiper-events .swiper-slide .btn-img.btn-left {
  left: 6%;
}
.swiper-events .swiper-slide .btn-img.btn-right {
  right: 6%;
}
.swiper-events .swiper-slide .btn-img img {
  width: 100%;
}
@media (max-width: 991px) {
  .swiper-events .swiper-slide .btn-img {
    transform: translateY(20%);
  }
}
@media (max-width: 575px) {
  .swiper-events .swiper-slide .btn-img {
    transform: translateY(-50%);
  }
}

.Qr-btn {
  top: 59%;
  width: 25%;
  height: 7%;
  right: 20%;
  opacity: 0;
  background-color: #0daccc;
  border: 0;
  border-radius: 8px;
}
.Qr-btn:hover {
  opacity: 0.15;
}

.map-L {
  width: 45.4%;
  padding-top: 2vw;
}

.map-R {
  width: 44.3%;
  padding-top: 2vw;
}

.btn-map {
  width: 27vw;
}

@media (max-width: 575px) {
  .map-L {
    width: 80%;
    padding-top: 4vw;
  }
  .map-R {
    width: 80%;
    padding-top: 4vw;
  }
  .btn-map {
    width: 43vw;
  }
}
#map {
  background-image: url("../images/bg-map-color-paper.png"), url("../images/bg-map-tool.jpg");
  background-size: 100% auto, auto auto;
  background-color: #ffd545;
}
@media (max-width: 575px) {
  #map {
    background-size: 100% auto, 9% auto;
  }
}/*# sourceMappingURL=all.css.map */