@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
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;
}

ol,
ul {
  padding-left: 1rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}

a:focus,
input:focus,
select:focus {
  outline: 0;
}

a:active,
a:hover,
input:active,
input:hover,
select:active,
select:hover {
  outline: 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
  background-color: transparent;
  border: none;
}

button,
select {
  text-transform: none;
}

select,
input {
  -webkit-appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

button,
html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

.clearfix {
  zoom: 1;
}

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

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
  display: block;
  cursor: pointer;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}

/* form tag */
input,
button,
select,
select option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

select,
input {
  -webkit-appearance: none;
  outline: none;
  border: none;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  color: #020417;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #333333;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  font-family: "微軟正黑體", Microsoft JhengHei, "Roboto", "Noto Sans TC", sans-serif, Arial, Helvetica, Apple LiGothic, "蘋果儷中黑";
  width: 100%;
  margin: 0 auto;
  height: 100%;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  color: #1F2120;
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  html,
  body {
    font-size: 1.389vw;
  }
}
@media screen and (max-width: 1024px) {
  html,
  body {
    font-size: 1.953123vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 4.6729vw;
  }
}

body.locked {
  overflow: hidden !important;
  height: 100vh !important;
  position: fixed;
  width: 100%;
  top: 0;
}

.kv-section [data-aos] {
  opacity: 1;
  visibility: visible;
}

body.locked .news-section [data-aos],
body.locked .popular-section [data-aos] {
  opacity: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
  visibility: hidden;
  -webkit-transition: none !important;
  transition: none !important;
}

[data-aos=fade-up-right].airplane:not(.aos-animate) {
  -webkit-transform: translate3d(-200px, 200px, 0) !important;
          transform: translate3d(-200px, 200px, 0) !important;
  opacity: 0 !important;
}

body.free [data-aos] {
  visibility: visible;
}

.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }
}
.wrapper {
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
.wrapper .main {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.wrapper .section {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.booking {
  position: fixed;
  bottom: 5%;
  right: 1.6rem;
  width: 5.8rem;
  z-index: 90;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 98;
  opacity: 0;
  pointer-events: none;
}
.booking.active {
  opacity: 1;
  pointer-events: unset;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .booking:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
}
@media screen and (max-width: 1024px) {
  .booking {
    width: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .booking {
    bottom: 0;
    top: unset;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0.8rem 0.8rem 0 0;
    border: 2px solid #c7eaee;
    background: rgba(99, 188, 196, 0.9);
    backdrop-filter: blur(10px);
    padding: 1rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .booking img {
    width: 6rem;
    margin: auto;
  }
}

.loading {
  position: fixed;
  background: -webkit-gradient(linear, left top, left bottom, from(#005da0), color-stop(29.81%, #42b9c2), color-stop(59.62%, #fff));
  background: linear-gradient(180deg, #005da0 0%, #42b9c2 29.81%, #fff 59.62%);
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  z-index: 1000;
}
.loading .loader {
  font-weight: bold;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(#42b9c2), color-stop(0, #fff)) right/calc(200% + 1ch) 100%;
  background: linear-gradient(90deg, #42b9c2 calc(50% + 0.5ch), #fff 0) right/calc(200% + 1ch) 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-animation: loadingAni 2s infinite steps(11);
          animation: loadingAni 2s infinite steps(11);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.5;
}
.loading .loader::before {
  content: "Loading...";
}

@-webkit-keyframes loadingAni {
  to {
    background-position: left;
  }
}

@keyframes loadingAni {
  to {
    background-position: left;
  }
}
.loading-s {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(7.5px);
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  z-index: 1000;
}
.loading-s .loading-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(1turn);
          transform: translate(-50%, -50%) rotate(1turn);
}
.loading-s p {
  text-align: center;
  margin-top: 1rem;
  color: #005CA2;
  font-size: 1rem;
  font-weight: 400;
}
.loading-s .miyako-waves {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  margin: auto;
  margin-bottom: 1.5rem;
}
.loading-s .wave {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b4d8, #0077b6);
  opacity: 0.6;
  -webkit-animation: miyako-ripple 2s infinite ease-out;
          animation: miyako-ripple 2s infinite ease-out;
}
.loading-s .wave:nth-child(2) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@-webkit-keyframes miyako-ripple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes miyako-ripple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

.grecaptcha-badge {
  opacity: 0;
}

.intro-layer {
  position: fixed;
  inset: 0;
  height: 100vh;
  z-index: 99;
  top: 3.2rem;
  background: transparent;
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
}
@media screen and (max-width: 768px) {
  .intro-layer {
    top: 4.1rem;
  }
}
.intro-layer::after {
  content: "";
  position: absolute;
  top: -3.2rem;
  left: 0;
  width: 100%;
  height: calc(100% + 3.2rem);
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #005CA2), color-stop(25%, #ffffff));
  background: linear-gradient(to right, #005CA2 40%, #ffffff 25%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .intro-layer::after {
    display: none;
  }
}
.intro-layer::before {
  content: "";
  position: absolute;
  top: -3.2rem;
  left: 0;
  width: 100%;
  height: 150%;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #42B9C2), color-stop(25%, #112442));
  background: linear-gradient(to right, #42B9C2 40%, #112442 25%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(65%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 65%, transparent 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(65%, black), to(transparent));
  mask-image: linear-gradient(to bottom, black 0%, black 65%, transparent 100%);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-transform 2.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 2.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 2.5s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 2.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 1;
  pointer-events: none;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .intro-layer::before {
    display: none;
  }
}
.intro-layer.night::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.intro-layer.fade-exit {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  pointer-events: none;
}

.wave-box,
.section1-content {
  position: relative;
  z-index: 10;
}

.wave-box,
.section1-content {
  position: relative;
  z-index: 10;
}

.wave-box {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: width 5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: width 5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  z-index: 5;
  top: -3.2rem;
}
.wave-box.changeKvBg {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .wave-box {
    display: none;
  }
}

.wave-fill {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #005CA2;
  overflow: hidden;
}

.wave-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #005CA2;
  opacity: 0.5;
  -webkit-transition: height cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: height cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  z-index: 2;
}

.svg-wrap {
  position: absolute;
  top: 0;
  right: -100px;
  width: 200px;
  height: 100vh;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  z-index: 10;
}
.svg-wrap svg {
  width: 200vh;
  height: 200px;
  overflow: visible;
}

.wave {
  -webkit-animation: wave-move linear infinite;
          animation: wave-move linear infinite;
  will-change: transform;
}

.wave-main {
  fill: #005CA2;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-transition: fill 1s;
  transition: fill 1s;
}

.wave-back {
  fill: #005CA2;
  opacity: 0.5;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  animation-direction: reverse;
  -webkit-transition: fill 1s;
  transition: fill 1s;
}

@-webkit-keyframes wave-move {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
}

@keyframes wave-move {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
}
header {
  width: 100%;
  position: relative;
  z-index: 999;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  header {
    background-color: rgba(0, 93, 160, 0.85);
  }
}
header.show {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
header.fixed {
  -webkit-box-shadow: 5px 8px 25px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 5px 8px 25px 0 rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 92, 162, 0.7);
  backdrop-filter: blur(8px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
header.fixed.change-bg {
  background-color: rgba(0, 93, 160, 0.8);
}
@media screen and (max-width: 768px) {
  header.fixed.change-bg {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    backdrop-filter: blur(0);
  }
}
@media screen and (max-width: 768px) {
  header.fixed.change-bg .bg {
    opacity: 1;
  }
}
header.fixed.night {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: rgba(66, 185, 194, 0.7);
}
header.fixed.night .container .list .link:hover {
  color: #112442;
}
header.fixed.night .container .list .link:hover::after {
  background-color: #005ca2;
}
header.fixed .container .list .link {
  color: #ffffff;
}
header.fixed .container .list .link:hover {
  color: #c7eaee;
}
header.fixed .container .list .link:hover::after {
  background-color: #42b9c2;
}
header.night {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 768px) {
  header.night {
    background-color: #42B9C2;
  }
}
@media screen and (max-width: 768px) {
  header.night .container .bg .day {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header.night .container .bg .night {
    display: block;
  }
}
header.night .container .list .link {
  color: #ffffff;
}
header.night .container .list .link:hover {
  color: #42B9C2;
}
header.night .container .list .link:hover::after {
  background-color: #42b9c2;
}
header.night .container .list .link .dropdown {
  background-color: #005CA2;
}
header.night .container .list .link .dropdown .anchor:hover {
  color: #42B9C2;
}
header.night .container .list .btn {
  background-color: #ffffff;
  color: #112442;
}
@media screen and (max-width: 768px) {
  header.open {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  header.open .container .bg {
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
@media screen and (max-width: 768px) {
  header.submit-h.fixed {
    -webkit-box-shadow: none;
            box-shadow: none;
    backdrop-filter: none;
  }
}
@media screen and (max-width: 768px) {
  header.submit-h {
    background-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  header.submit-h .container .bg {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  header.submit-h .container .logo .sb-m {
    display: block;
  }
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0rem 1.6rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  header .container {
    padding: 0.8rem 1.2rem 1.302rem;
    position: relative;
  }
}
header .container .logo {
  width: 8.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  header .container .logo {
    width: 7rem;
  }
}
header .container .logo .sb-m {
  display: none;
}
header .container .logo .sb-m.show {
  display: block;
}
@media screen and (max-width: 768px) {
  header .container .logo .sb-p {
    display: none;
  }
}
header .container .menu-btn {
  width: 2rem;
  height: 2rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
header .container .menu-btn::after, header .container .menu-btn::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 2px;
  min-height: 2px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  border-radius: 99px;
}
header .container .menu-btn::after {
  top: 28%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .container .menu-btn::before {
  bottom: 28%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 0.8rem;
}
header .container .menu-btn.open .line {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
header .container .menu-btn.open::before {
  display: none;
}
header .container .menu-btn.open::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
header .container .menu-btn .line {
  width: 1.2rem;
  height: 2px;
  min-height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 99px;
}
header .container .bg {
  display: none;
}
@media screen and (max-width: 768px) {
  header .container .bg {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header .container .bg .night {
    display: none;
  }
}
header .container .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
header .container .list .home-link {
  position: relative;
}
header .container .list .home-link .dropdown {
  background-color: #42B9C2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  padding: 0.4rem;
  position: absolute;
  top: 3.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4.8rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
header .container .list .home-link .dropdown .anchor {
  color: #ffffff;
  font-size: 0.8rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
header .container .list .home-link .dropdown .anchor:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #112442;
}
header .container .list .home-link .link.hover::after {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .container .list .link {
  font-size: 0.8rem;
  color: #112442;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
header .container .list .link:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #112442;
}
header .container .list .link:hover::after {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .container .list .link::after {
  content: "";
  display: block;
  width: 0;
  height: 0.15rem;
  border-radius: 0.6rem;
  background-color: #63bcc4;
  position: absolute;
  bottom: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .container .list .btn {
  color: #ffffff;
  background-color: #42B9C2;
  font-size: 0.8rem;
  border-radius: 4.5rem;
  padding: 0.4rem 0.8rem;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .container .list .btn:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #C7EAEE;
  color: #112442;
}

.nav-list {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40.38%, #fff), color-stop(70.19%, #42b9c2), to(#005da0));
  background: linear-gradient(180deg, #fff 40.38%, #42b9c2 70.19%, #005da0 100%);
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9rem 0 1.5rem;
  z-index: 998;
  overflow-y: scroll;
}
.nav-list.night {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(#005da0), to(#112442));
  background: linear-gradient(180deg, #005da0 0%, #112442 100%);
}
@media screen and (max-width: 768px) {
  .nav-list.night .content .icon .day {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nav-list.night .content .icon .night {
    display: block;
  }
}
.nav-list.night .content .link {
  color: rgba(255, 255, 255, 0.7);
}
.nav-list.open {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: unset;
}
.nav-list .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.8rem;
}
.nav-list .content .icon {
  width: 2rem;
}
.nav-list .content .icon .night {
  display: none;
}
.nav-list .content .link {
  font-size: 1rem;
  color: rgba(17, 36, 66, 0.6980392157);
}
.nav-list .content .btn {
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #42B9C2;
  padding: 0.4rem 0.8rem;
  border-radius: 4.5rem;
}
.nav-list .map {
  width: 15rem;
  margin-top: -1rem;
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.rules-section {
  padding: 8rem 0 4.8rem;
}
@media screen and (max-width: 768px) {
  .rules-section {
    padding-top: 6.4rem;
  }
}
.rules-section .container {
  max-width: 1440px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .rules-section .container {
    padding: 0 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .rules-section .container {
    padding: 0 1.2rem;
    max-width: 100%;
  }
}
.rules-section .container .title {
  width: 19rem;
  margin: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .rules-section .container .title {
    margin-bottom: 1.6rem;
  }
}
.rules-section .container .wave {
  width: 5.1rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .rules-section .container .wave {
    width: 4.1rem;
  }
}
.rules-section .container .content {
  max-width: 960px;
  margin: auto;
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  .rules-section .container .content {
    margin-top: 1.6rem;
  }
}
.rules-section .container .content .tab-content {
  position: relative;
  max-width: 600px;
  margin: auto;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .rules-section .container .content .tab-content {
    max-width: 100%;
  }
}
.rules-section .container .content .tab-content .tab-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rules-section .container .content .tab-content .tab-btn {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #c2c2c2;
  font-size: 1rem;
  color: #1e1e1e;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .rules-section .container .content .tab-content .tab-btn {
    padding-bottom: 1rem;
  }
}
.rules-section .container .content .tab-content .tab-line {
  position: absolute;
  bottom: 0rem;
  height: 4px;
  background: #42B9C2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.rules-section .container .content .tab-info-area .tab-info {
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.rules-section .container .content .tab-info-area {
  width: 100%;
}
.rules-section .container .content .tab-info-area .tab-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.rules-section .container .content .tab-info-area .tab-info .item .item-label {
  width: 5.2rem;
  margin-bottom: 0.4rem;
}
.rules-section .container .content .tab-info-area .tab-info .item .item-label.label-w01 {
  width: 9.8rem;
}
.rules-section .container .content .tab-info-area .tab-info .item .item-label.label-w02 {
  width: 8.1rem;
}
.rules-section .container .content .tab-info-area .tab-info .item .item-label.label-w03 {
  width: 7.2rem;
}
.rules-section .container .content .tab-info-area .tab-info .item .item-label.label-w04 {
  width: 10.2rem;
}
.rules-section .container .content .tab-info-area .tab-info .item .item-text.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.8rem;
}
@media screen and (max-width: 768px) {
  .rules-section .container .content .tab-info-area .tab-info .item .item-text.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
  }
}
.rules-section .container .content .tab-info-area .tab-info .item .item-text .prize-block {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.rules-section .container .content .tab-info-area .tab-info .item .item-text .prize-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .rules-section .container .content .tab-info-area .tab-info .item .item-text .prize-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rules-section .container .content .tab-info-area .tab-info .item .item-text .prize-box .label-t {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  background: #f7e09d;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  position: absolute;
  left: -1%;
  top: -10%;
}
@media screen and (max-width: 768px) {
  .rules-section .container .content .tab-info-area .tab-info .item .item-text .prize-box .label-t {
    left: -4%;
    top: -3%;
  }
}
.rules-section .container .content .tab-info-area .tab-info .item .item-text .prize-box .label-t p {
  font-size: 0.8rem;
  color: #97694c;
  font-weight: 500;
  text-align: center;
  line-height: 3.5;
}
.rules-section .container .content .tab-info-area .tab-info .item .item-text .prize-title {
  background-color: #97694c;
  padding: 1rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 13rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .rules-section .container .content .tab-info-area .tab-info .item .item-text .prize-title {
    width: 100%;
    padding: 1.671rem 1.2rem;
  }
}
.rules-section .container .content .tab-info-area .tab-info .item .item-text .prize-title p {
  font-size: 1.1rem;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  position: relative;
}
.rules-section .container .content .tab-info-area .tab-info .item .item-text .prize-title p::before {
  content: "";
  display: block;
  width: 2.05rem;
  height: 3.65rem;
  background: url("https://starlux-miyako.s3.ap-northeast-1.amazonaws.com/website/images/rule/deco01.svg") no-repeat center/cover;
  position: absolute;
  left: -50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rules-section .container .content .tab-info-area .tab-info .item .item-text .prize-title p::after {
  content: "";
  display: block;
  width: 2.05rem;
  height: 3.65rem;
  background: url("https://starlux-miyako.s3.ap-northeast-1.amazonaws.com/website/images/rule/deco02.svg") no-repeat center/cover;
  position: absolute;
  right: -50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rules-section .container .content .tab-info-area .tab-info .item .item-text .prize-title p span {
  font-size: 0.8rem;
  color: #f7e09d;
  display: block;
}
.rules-section .container .content .tab-info-area .tab-info .item .item-text .prize-desc {
  background-color: #fbf5f1;
  padding: 1rem 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  width: 14.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .rules-section .container .content .tab-info-area .tab-info .item .item-text .prize-desc {
    width: 100%;
    padding: 1.2rem;
    gap: 0.1rem;
  }
}
.rules-section .container .content .tab-info-area .tab-info .item .item-text .prize-desc::after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background-color: #c9bbb3;
  position: absolute;
  right: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .rules-section .container .content .tab-info-area .tab-info .item .item-text .prize-desc::after {
    width: 90%;
    height: 1px;
    top: unset;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.rules-section .container .content .tab-info-area .tab-info .item .item-text .prize-info {
  background-color: #fbf5f1;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 21.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .rules-section .container .content .tab-info-area .tab-info .item .item-text .prize-info {
    width: 100%;
    padding: 1.2rem;
  }
}
.rules-section .container .content .tab-info-area .tab-info .item .item-text .prize-info .prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.rules-section .container .content .tab-info-area .tab-info .item .item-text .prize-info .prize .pic {
  width: 4.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.rules-section .container .content .tab-info-area .tab-info .item .item-text .info {
  font-size: 0.8rem;
  color: #1e1e1e;
  line-height: 1.5;
}
.rules-section .container .content .tab-info-area .tab-info .item .item-text .mark {
  font-size: 0.65rem;
  color: #97694c;
}
.rules-section .container .content .tab-info-area .tab-info .item p,
.rules-section .container .content .tab-info-area .tab-info .item ul li,
.rules-section .container .content .tab-info-area .tab-info .item ol li {
  font-size: 0.8rem;
  color: #1e1e1e;
  line-height: 1.5;
}
.rules-section .container .content .tab-info-area .tab-info .item p .bold,
.rules-section .container .content .tab-info-area .tab-info .item ul li .bold,
.rules-section .container .content .tab-info-area .tab-info .item ol li .bold {
  font-weight: 700;
}
.rules-section .container .content .tab-info-area .tab-info .item ul,
.rules-section .container .content .tab-info-area .tab-info .item ol {
  padding-left: 1rem;
}
.rules-section .container .content .tab-info-area .tab-info .item ul.lower-alpha {
  list-style: lower-alpha;
}
.rules-section .container .content .tab-info-area .tab-info .item .time-box .time-label {
  font-size: 0.7rem;
  text-align: center;
  padding: 0.0602rem 0.55rem;
  border-radius: 4.5rem;
  border: 1px solid #1e1e1e;
  display: inline-block;
  margin-bottom: 0.6rem;
  line-height: 1.3;
}
.rules-section .container .content .tab-info-area .tab-info .item .item-s {
  margin-bottom: 2rem;
}
.rules-section .container .content .tab-info-area .tab-info .item .item-s:last-child {
  margin-bottom: 0;
}
.rules-section .container .content .tab-info-area .tab-info .item .item-s .label-s {
  font-size: 0.8rem;
  text-align: center;
  padding: 0.0602rem 0.55rem;
  border-radius: 4.5rem;
  border: 1px solid #1e1e1e;
  display: inline-block;
  margin-bottom: 0.6rem;
  line-height: 1.3;
}
.rules-section .container .content .tab-info-area .tab-info .item .qa-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem;
  margin-top: 2rem;
}
.rules-section .container .content .tab-info-area .tab-info .item .qa-box .icon {
  width: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.rules-section .container .content .tab-info-area .tab-info .item .qa-box .qa-question {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 0.4rem;
  line-height: 1.5;
}
.rules-section .container .content .tab-info-area .tab-info .item .qa-box ul li,
.rules-section .container .content .tab-info-area .tab-info .item .qa-box ol li,
.rules-section .container .content .tab-info-area .tab-info .item .qa-box .qa-answer {
  font-size: 0.8rem;
  color: #44484b;
  font-weight: 400;
  line-height: 1.5;
}