@charset "UTF-8";
* {
  margin: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
  border: unset;
  background: unset;
  list-style: none;
  color: unset;
  padding: 0;
  word-break: break-all;
}

a:visited, a:focus, a:active {
  color: unset;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Helvetica Neue", "Noto Sans", sans-serif;
}

button {
  cursor: pointer;
}

h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h2,
.h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
}

h3,
.h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
}

h4,
.h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
}

h5,
.h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h6,
.h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
}

.btn1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 1.25px;
}

.btn2 {
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  letter-spacing: 1.25px;
}

.btn3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  letter-spacing: 1.25px;
}

.btn4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.25px;
}

.bd1n {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
}

.bd1b {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.25px;
}

.bd2n {
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
  letter-spacing: 0.25px;
}

.bd2m {
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
  letter-spacing: 0.25px;
}

.bd2b {
  font-size: 18px;
  font-weight: 700;
  line-height: 32.4px;
  letter-spacing: 0.25px;
}

.bd3n {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  letter-spacing: 0.8px;
}

.bd3b {
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  letter-spacing: 0.8px;
}

.bd4n {
  font-size: 14px;
  font-weight: 300;
  line-height: 16.8px;
  letter-spacing: 0.8px;
}

.bd4b {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  letter-spacing: 0.8px;
}

.bd5n {
  font-size: 24px;
  font-weight: 400;
  line-height: 43.2px;
  letter-spacing: 0.8px;
}

.bd5b {
  font-size: 24px;
  font-weight: 700;
  line-height: 43.2px;
  letter-spacing: 0.8px;
}

.bd6n {
  font-size: 36px;
  font-weight: 400;
  line-height: 64.8px;
  letter-spacing: 0.8px;
}

.bd6b {
  font-size: 36px;
  font-weight: 700;
  line-height: 64.8px;
  letter-spacing: 0.8px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.noScrollX {
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
}
.noScrollX::-webkit-scrollbar {
  display: none;
}

.breadcrumb {
  white-space: nowrap; /* 不換行 */
  overflow: hidden; /* 隱藏溢出的內容 */
  text-overflow: ellipsis;
}

header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 8;
  background: #fff;
  box-shadow: 0 4px 20px 0px rgba(200, 200, 200, 0.25);
}
header > * {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-top {
  padding: 8px 45px;
  border-bottom: 1px solid rgba(182, 182, 182, 0.28);
  -moz-column-gap: 15px;
       column-gap: 15px;
}
header .header-top .logo-search {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  flex-grow: 1;
}
header .header-top .logo-search .logo {
  width: 80px;
  flex-shrink: 0;
}
header .header-top .logo-search .search-input-wrapper {
  background: #f9f9f9;
  border-radius: 40px;
  padding: 10px 20px;
  display: flex;
  flex-grow: 1;
  align-items: center;
  max-width: 568px;
}
header .header-top .logo-search .search-input-wrapper img {
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s linear;
}
header .header-top .logo-search .search-input-wrapper img:hover {
  opacity: 1;
}
header .header-top .logo-search .search-input-wrapper input {
  flex-grow: 1;
  color: #4b4b4b;
}
header .header-top .logo-search .search-input-wrapper input::-moz-placeholder {
  color: #a2a2a2;
}
header .header-top .logo-search .search-input-wrapper input::placeholder {
  color: #a2a2a2;
}
header .header-top .show-search-button {
  display: none;
  width: 25px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s linear;
}
header .header-top .show-search-button:hover {
  opacity: 1;
}
header .header-top .show-menu-button {
  display: none;
  width: 30px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
header .header-top ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
header .header-top ul li {
  color: #393939;
  cursor: pointer;
  transition: 0.3s linear;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  letter-spacing: 1.25px;
}
header .header-top ul li:hover {
  color: #15aa93;
}
header .header-top ul li a {
  display: inline-block;
}
header .header-top ul span {
  width: 1px;
  height: 20px;
  border-left: 1px solid rgba(199, 199, 199, 0.5);
}
header .header-top ul .contact {
  position: relative;
}
header .header-top ul .contact .code-wrapper {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s linear;
  background: #fff;
  border-radius: 22px;
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 10px 15px 22px;
  color: #1e1e1e !important;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 5px;
  animation: fadeIn 0.3s ease;
}
header .header-top ul .contact .code-wrapper img {
  width: 210px;
  height: 210px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
header .header-top ul .contact:hover p {
  display: flex;
}
header nav {
  padding: 3px 45px;
}
header nav .menu-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
header nav .menu-wrapper > span {
  width: 1px;
  height: 20px;
  border-left: 1px solid #c7c7c7;
}
header nav .menu-wrapper .topic-menu-wrapper > div,
header nav .menu-wrapper .great-ticket-wrapper > div,
header nav .menu-wrapper > a {
  cursor: pointer;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
header nav .menu-wrapper .topic-menu-wrapper > div > span,
header nav .menu-wrapper .great-ticket-wrapper > div > span,
header nav .menu-wrapper > a > span {
  color: #393939;
  transition: 0.3s linear;
}
header nav .menu-wrapper .topic-menu-wrapper > div img,
header nav .menu-wrapper .great-ticket-wrapper > div img,
header nav .menu-wrapper > a img {
  transition: 0.3s linear;
}
header nav .menu-wrapper .topic-menu-wrapper > div img:first-of-type,
header nav .menu-wrapper .great-ticket-wrapper > div img:first-of-type,
header nav .menu-wrapper > a img:first-of-type {
  width: 22px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
header nav .menu-wrapper .topic-menu-wrapper > div img:last-of-type,
header nav .menu-wrapper .great-ticket-wrapper > div img:last-of-type,
header nav .menu-wrapper > a img:last-of-type {
  width: 16px;
}
header nav .menu-wrapper > div,
header nav .menu-wrapper a {
  position: relative;
  padding: 10px 0;
}
header nav .menu-wrapper > div .hover-wrapper,
header nav .menu-wrapper a .hover-wrapper {
  transition: 0.3s linear;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 5px;
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 30px;
  border-radius: 2px;
  width: 156px;
  background: #fff;
  animation: fadeIn 0.3s ease;
}
header nav .menu-wrapper > div .hover-wrapper ul,
header nav .menu-wrapper a .hover-wrapper ul {
  width: 100%;
}
header nav .menu-wrapper > div .hover-wrapper ul li,
header nav .menu-wrapper a .hover-wrapper ul li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(199, 199, 199, 0.4);
  color: #393939;
  transition: 0.3s linear;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  letter-spacing: 1.25px;
}
header nav .menu-wrapper > div .hover-wrapper ul li:hover,
header nav .menu-wrapper a .hover-wrapper ul li:hover {
  color: #15aa93;
}
header nav .menu-wrapper > div .hover-wrapper ul li:last-of-type,
header nav .menu-wrapper a .hover-wrapper ul li:last-of-type {
  border: none;
}
header nav .menu-wrapper > div:hover span,
header nav .menu-wrapper a:hover span {
  color: #15aa93;
}
header nav .menu-wrapper > div:hover > div img:last-of-type,
header nav .menu-wrapper a:hover > div img:last-of-type {
  transform: rotate(180deg);
}
header nav .menu-wrapper > div:hover .hover-wrapper,
header nav .menu-wrapper a:hover .hover-wrapper {
  display: block;
}
header nav .quick-search {
  display: flex;
  align-items: center;
  color: #393939;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  letter-spacing: 1.25px;
}
header nav .quick-search ul {
  display: flex;
  align-items: center;
}
header nav .quick-search ul span {
  width: 1px;
  height: 10px;
  border-left: 1px solid rgba(199, 199, 199, 0.5);
}
header nav .quick-search ul li {
  transition: 0.3s linear;
  border-radius: 6px;
}
header nav .quick-search ul li:hover {
  color: #fff;
  background: #15aa93;
}
header nav .quick-search ul li a {
  display: inline-block;
  padding: 4px 14px;
}
@media screen and (max-width: 1199px) {
  header .header-top {
    padding: 8px 30px;
  }
  header nav {
    padding: 3px 30px;
  }
}
@media screen and (max-width: 1023px) {
  header {
    box-shadow: none;
  }
  header .header-top {
    justify-content: space-between;
    padding: 8px 25px;
  }
  header .header-top ul {
    display: none;
  }
  header .header-top .search-input-wrapper {
    display: none !important;
  }
  header .header-top .show-search-button {
    opacity: 0.6 !important;
  }
  header .header-top .show-search-button,
  header .header-top .show-menu-button {
    display: block;
  }
  header .header-top .logo-search {
    flex-grow: 0;
  }
  header nav {
    display: none;
  }
}

footer {
  width: 100%;
}
footer .top-container {
  display: flex;
}
footer .top-container .left-wrapper {
  flex-grow: 1;
  background: #15aa93;
  padding: 53px 46px 53px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .top-container .left-wrapper .logo-container .contact-wrapper {
  padding-top: 15px;
  display: none;
  color: #fff;
}
footer .top-container .left-wrapper .logo-container .contact-wrapper p:last-of-type {
  margin: 18px auto;
}
footer .top-container .left-wrapper .logo-container .contact-wrapper a {
  display: inline-block;
  color: #15aa93;
  padding: 10px 30px;
  background: #fff;
  border-radius: 40px;
}
footer .top-container .left-wrapper .logo-container .logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 206px;
  flex-shrink: 0;
}
footer .top-container .left-wrapper .logo-container .logo-wrapper img {
  width: 100%;
}
footer .top-container .left-wrapper .logo-container .logo-wrapper p {
  color: #fff;
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 1379px) {
  footer .top-container .left-wrapper .logo-container {
    display: flex;
    align-items: center;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
  footer .top-container .left-wrapper .logo-container .logo-wrapper {
    max-width: 187px;
    flex-shrink: 1;
    width: unset;
  }
  footer .top-container .left-wrapper .logo-container .contact-wrapper {
    display: block;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 374px) {
  footer .top-container .left-wrapper .logo-container {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 35px;
  }
  footer .top-container .left-wrapper .logo-container .contact-wrapper {
    padding: 0;
  }
}
footer .top-container .left-wrapper .page-container {
  flex-grow: 1;
  max-width: 620px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .top-container .left-wrapper .page-container .page-wrapper {
  flex-shrink: 0;
  color: #fff;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
footer .top-container .left-wrapper .page-container .page-wrapper h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}
footer .top-container .left-wrapper .page-container .page-wrapper ul {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
}
footer .top-container .left-wrapper .page-container .page-wrapper ul.mb {
  display: none;
}
@media screen and (max-width: 1379px) {
  footer .top-container .left-wrapper .page-container .page-wrapper ul.pc {
    display: none;
  }
  footer .top-container .left-wrapper .page-container .page-wrapper ul.mb {
    display: block;
  }
  footer .top-container .left-wrapper .page-container .page-wrapper ul li {
    list-style: disc;
  }
}
footer .top-container .left-wrapper .page-container .page-wrapper ul li {
  margin-bottom: 10px;
}
footer .top-container .left-wrapper .page-container .page-wrapper ul li:last-of-type {
  margin: 0;
}
footer .top-container .left-wrapper .page-container .page-wrapper ul li a {
  transition: 0.3s linear;
  border-bottom: 1px solid transparent;
}
footer .top-container .left-wrapper .page-container .page-wrapper ul li a:hover {
  border-color: #fff;
}
footer .top-container .company-info {
  padding: 53px 20px 53px 33px;
  background: #4b4b4b;
  color: white;
  flex-shrink: 0;
}
footer .top-container .company-info li {
  margin-bottom: 18px;
}
footer .top-container .company-info li:last-of-type {
  margin: 0;
}
@media screen and (max-width: 1379px) {
  footer .top-container .company-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
footer .copyright {
  width: 100%;
  background: #1e1e1e;
  padding: 18px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1511px) {
  footer .top-container .left-wrapper {
    padding: 53px 50px;
  }
}
@media screen and (max-width: 1379px) {
  footer .top-container .left-wrapper {
    flex-direction: column;
    row-gap: 40px;
    padding: 40px 30px;
  }
  footer .top-container .page-container {
    padding-top: 40px;
    border-top: 1px dashed rgba(255, 255, 255, 0.4);
    max-width: unset !important;
    width: 100%;
    justify-content: center !important;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  footer .top-container .page-container .page-wrapper:last-of-type {
    display: none;
  }
  footer .top-container .page-container .page-wrapper h6,
  footer .top-container .page-container .page-wrapper span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer .top-container {
    display: block;
  }
  footer .top-container .left-wrapper {
    padding: 40px 15px !important;
  }
  footer .company-info {
    align-items: center;
    padding: 30px 15px !important;
  }
  footer .company-info li {
    width: 280px;
  }
}
@media screen and (max-width: 374px) {
  footer .top-container .page-container {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

#mobile-menu {
  position: fixed;
  top: 0;
  width: 237px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.89);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 11;
  transition: 0.3s linear;
  right: -240px;
  display: flex;
  flex-direction: column;
  row-gap: 150px;
  justify-content: space-between;
  max-height: 100vh;
  overflow-y: scroll;
}
#mobile-menu > div {
  font-size: 16px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #393939;
}
#mobile-menu > div .top {
  padding: 33px 30px 16px;
  border-bottom: 1px dashed #c7c7c7;
}
#mobile-menu > div .top li {
  margin-bottom: 2px;
}
#mobile-menu > div .top li a {
  padding: 14px 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#mobile-menu > div .top li:last-of-type {
  margin: 0;
}
#mobile-menu > div .bottom {
  padding: 16px 30px;
}
#mobile-menu > div .bottom > a,
#mobile-menu > div .bottom > div > .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2px;
  padding: 14px 0;
  cursor: pointer;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#mobile-menu > div .bottom > a span,
#mobile-menu > div .bottom > div > .title span {
  border-radius: 50px;
  width: 6px;
  height: 6px;
  background: #15aa93;
}
#mobile-menu > div .bottom > a img,
#mobile-menu > div .bottom > div > .title img {
  transition: 0.3s linear;
}
#mobile-menu > div .bottom > div {
  max-height: 52px;
  transition: 0.3s linear;
  overflow: hidden;
}
#mobile-menu > div .bottom > div.act {
  max-height: 2000px;
}
#mobile-menu > div .bottom > div.act .title img {
  transform: rotate(180deg);
}
#mobile-menu > div .bottom .content {
  font-size: 14px;
}
#mobile-menu > div .bottom .content li {
  color: #4b4b4b;
  margin-bottom: 2px;
  border-bottom: 1px dashed rgba(199, 199, 199, 0.6);
}
#mobile-menu > div .bottom .content li:last-of-type {
  border: none;
}
#mobile-menu > div .bottom .content li a {
  display: inline-block;
  padding: 10px 20px;
}
#mobile-menu > div > a {
  width: calc(100% - 36px);
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: #15aa93;
  border-radius: 40px;
  padding: 12px 0;
}
#mobile-menu .copyright {
  color: #393939;
  padding: 0 22px 33px;
}
#mobile-menu.act {
  right: 0;
}
@media screen and (min-width: 1024px) {
  #mobile-menu.act {
    right: -240px !important;
  }
}

#search-pop {
  padding: 35px;
  transition: 0.3s linear;
  position: fixed;
  top: -500px;
  left: 0;
  width: 100vw;
  background: #fff;
  z-index: -1;
  border-bottom: 1px solid rgba(199, 199, 199, 0.2);
}
#search-pop .search-wrapper {
  background: #fff;
  border-radius: 40px;
  padding: 12px 18px 12px 30px;
  border: 1px solid rgba(199, 199, 199, 0.32);
  display: flex;
  flex-grow: 1;
  align-items: center;
  width: 100%;
}
#search-pop .search-wrapper img {
  width: 20px;
  opacity: 0.8;
  cursor: pointer;
}
#search-pop .search-wrapper input {
  flex-grow: 1;
  color: #4b4b4b;
}
#search-pop .search-wrapper input::-moz-placeholder {
  color: #b0b0b0;
}
#search-pop .search-wrapper input::placeholder {
  color: #b0b0b0;
}
#search-pop p {
  margin: 25px auto 15px;
  color: #393939;
}
#search-pop .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 6px;
       column-gap: 6px;
  row-gap: 12px;
}
#search-pop .tags-wrapper a {
  padding: 4px 12px;
  border-radius: 4px;
  color: #15aa93;
  border: 1px solid rgba(21, 170, 147, 0.2509803922);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.8px;
  transition: 0.3s linear;
}
#search-pop .tags-wrapper a:hover {
  border-color: #15aa93;
}
#search-pop.act {
  top: 64px;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  #search-pop.act {
    z-index: -1 !important;
    display: none !important;
  }
}
@media screen and (max-width: 413px) {
  #search-pop {
    padding: 25px;
  }
}

#close-bg {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
#close-bg.act {
  display: block;
}
@media screen and (min-width: 1024px) {
  #close-bg {
    display: none !important;
  }
}

#login-failed {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 96vw;
  max-height: 96vh;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  background: white;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s linear;
  text-align: center;
  opacity: 0;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  #login-failed {
    padding: 30px 20px;
  }
  #login-failed img {
    width: 60px;
  }
}
#login-failed .h4 {
  color: #1e1e1e;
  margin: 24px auto 10px;
}
#login-failed p:last-of-type {
  color: #5e5e5e;
  margin-bottom: 35px;
}
#login-failed a,
#login-failed button {
  transition: 0.3s linear;
  background: #15aa93;
  color: white;
  padding: 12px 0;
  width: 100%;
  border-radius: 40px;
}
#login-failed a:hover,
#login-failed button:hover {
  background: #288b92;
}
#login-failed.act {
  opacity: 1;
  z-index: 100;
}

@keyframes rotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 5deg;
  }
}
#balloon {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 3;
}
#balloon > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 1px;
}
#balloon > div button {
  width: 28px;
  height: 28px;
}
#balloon > div button img {
  width: 100%;
}
#balloon > div > a img {
  width: 181px;
  animation: rotate 1s ease infinite alternate-reverse;
  transition: 0.3s ease;
}
#balloon > div > a img:hover {
  scale: 1.05;
  animation-play-state: paused;
}
@media screen and (max-width: 767px) {
  #balloon > div > a img {
    width: 100px;
  }
}
#balloon.act {
  display: none;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  .fade {
    animation: fade 0.3s ease-in;
  }
}

main {
  padding: 40px 30px 100px;
  width: 100%;
  background: #f9f9f9;
}
@media screen and (max-width: 599px) {
  main {
    padding: 20px 0 50px;
  }
}
main .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1180px;
}
main .container .top-wrapper {
  margin-bottom: 45px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  main .container .top-wrapper {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
main .container .top-wrapper .breadcrumb {
  color: #9b9b9b;
}
main .container .top-wrapper h1 {
  margin: 16px auto 10px;
  color: #1e1e1e;
}
main .container .top-wrapper > a {
  color: #15aa93;
  transition: 0.3s linear;
}
main .container .top-wrapper > a:hover {
  color: #005771;
}
main .container .inner {
  display: flex;
  -moz-column-gap: 45px;
       column-gap: 45px;
  align-items: flex-start;
}
@media screen and (max-width: 1379px) {
  main .container .inner {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
main .container .inner section {
  flex-grow: 1;
}
@media screen and (max-width: 1023px) {
  main .container .inner section {
    width: 100%;
  }
}
main .container .inner section > div {
  margin-bottom: 12px;
  border-radius: 12px;
  background: #fff;
  padding: 40px 30px;
}
@media screen and (max-width: 599px) {
  main .container .inner section > div {
    width: 100vw;
    padding: 30px 15px;
    border-radius: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
main .container .inner section .images-wrapper {
  display: flex;
  -moz-column-gap: 9px;
       column-gap: 9px;
  cursor: pointer;
  background: none;
  padding: 0;
}
@media screen and (max-width: 599px) {
  main .container .inner section .images-wrapper {
    padding: 0 15px;
    flex-direction: column;
    row-gap: 10px;
  }
  main .container .inner section .images-wrapper > div {
    width: 100% !important;
  }
}
main .container .inner section .images-wrapper .main-image {
  width: 75.7653061224%;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 594/386;
  position: relative;
}
main .container .inner section .images-wrapper .main-image .icon {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  color: #fff;
  left: 15px;
  bottom: 18px;
  padding: 15px 22px;
  border-radius: 40px;
  background: rgba(249, 249, 249, 0.32);
  transition: 0.3s linear;
  border: 1px solid transparent;
}
main .container .inner section .images-wrapper .main-image .icon:hover {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.73);
}
@media screen and (max-width: 599px) {
  main .container .inner section .images-wrapper .main-image .icon {
    bottom: 13px;
  }
}
main .container .inner section .images-wrapper .main-image .amount {
  position: absolute;
  z-index: 1;
  color: #fff;
  right: 15px;
  bottom: 18px;
}
@media screen and (max-width: 599px) {
  main .container .inner section .images-wrapper .main-image .amount {
    bottom: 13px;
  }
}
main .container .inner section .images-wrapper .main-image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
main .container .inner section .images-wrapper .sub-image {
  width: 23.0867346939%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media screen and (max-width: 599px) {
  main .container .inner section .images-wrapper .sub-image {
    flex-direction: row;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  main .container .inner section .images-wrapper .sub-image img {
    max-width: calc((100% - 10px) / 2);
    aspect-ratio: 188/130;
  }
}
main .container .inner section .images-wrapper .sub-image img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main .container .inner section .info-wrapper h3 {
  color: #1e1e1e;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #cacaca;
}
main .container .inner section .info-wrapper > div {
  margin-bottom: 40px;
}
main .container .inner section .info-wrapper > div:last-of-type {
  margin: 0;
}
main .container .inner section .info-wrapper > p {
  color: #1e1e1e;
}
main .container .inner section .info-wrapper.hotel p {
  max-height: 195px;
  overflow: hidden;
}
main .container .inner section .info-wrapper.hotel p.act {
  max-height: 3000px;
}
main .container .inner section .info-wrapper .info-content h6 {
  color: #393939;
  margin-bottom: 10px;
}
main .container .inner section .info-wrapper .info-content ul {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #393939;
  padding-left: 23px;
}
main .container .inner section .info-wrapper .info-content ul li {
  list-style: decimal;
  list-style: outside;
}
main .container .inner section .info-wrapper .info-time {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
main .container .inner section .info-wrapper .info-time > div {
  border-radius: 12px;
  padding: 20px 30px;
  background: #f9f9f9;
  width: 50%;
}
main .container .inner section .info-wrapper .info-time > div p {
  color: #1e1e1e;
}
main .container .inner section .info-wrapper .info-time > div p:first-of-type {
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  main .container .inner section .info-wrapper .info-time {
    flex-direction: column;
    row-gap: 10px;
  }
  main .container .inner section .info-wrapper .info-time > div {
    width: 100%;
  }
}
main .container .inner section .info-wrapper .cancel-rule h6 {
  margin-bottom: 10px;
  color: #1e1e1e;
}
main .container .inner section .info-wrapper .cancel-rule h6 p {
  color: #393939;
}
main .container .inner section .info-wrapper .faq-wrapper {
  width: 100%;
  margin: 0 auto;
}
main .container .inner section .info-wrapper .faq-wrapper > div {
  width: 100%;
  padding: 18px 33px;
  background: white;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #f5f5f5;
}
@media screen and (max-width: 599px) {
  main .container .inner section .info-wrapper .faq-wrapper > div {
    padding: 15px;
  }
}
main .container .inner section .info-wrapper .faq-wrapper > div:last-of-type {
  margin: 0;
}
main .container .inner section .info-wrapper .faq-wrapper > div .question {
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 599px) {
  main .container .inner section .info-wrapper .faq-wrapper > div .question {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
main .container .inner section .info-wrapper .faq-wrapper > div .question h6,
main .container .inner section .info-wrapper .faq-wrapper > div .question p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-align: left;
}
main .container .inner section .info-wrapper .faq-wrapper > div .question h6 {
  font-weight: 700;
  color: #393939;
}
main .container .inner section .info-wrapper .faq-wrapper > div .question span {
  transition: 0.3s ease;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  background: #15aa93;
}
main .container .inner section .info-wrapper .faq-wrapper > div .question h6 {
  color: black;
  transition: 0.3s ease;
  flex-grow: 1;
}
main .container .inner section .info-wrapper .faq-wrapper > div .question img {
  transition: 0.3s ease;
  flex-shrink: 0;
  width: 20px;
}
main .container .inner section .info-wrapper .faq-wrapper > div .answer {
  color: #868686 !important;
  margin-left: 34px;
  text-align: left;
  max-height: 0;
  opacity: 0;
  transition: 0.3s ease;
}
main .container .inner section .info-wrapper .faq-wrapper > div:hover {
  background: #15aa93;
}
main .container .inner section .info-wrapper .faq-wrapper > div:hover .question span {
  background: white;
}
main .container .inner section .info-wrapper .faq-wrapper > div:hover .question h6 {
  color: white;
}
main .container .inner section .info-wrapper .faq-wrapper > div:hover .question img {
  filter: brightness(0) saturate(100%) invert(91%) sepia(0%) saturate(4853%) hue-rotate(351deg) brightness(115%) contrast(101%);
}
main .container .inner section .info-wrapper .faq-wrapper > div.act {
  background: white !important;
}
main .container .inner section .info-wrapper .faq-wrapper > div.act h6 {
  color: black !important;
}
main .container .inner section .info-wrapper .faq-wrapper > div.act .answer {
  max-height: 5000px;
  padding: 30px 0 15px;
  opacity: 1;
}
main .container .inner section .info-wrapper .faq-wrapper > div.act .question span {
  background: #15aa93 !important;
}
main .container .inner section .info-wrapper .faq-wrapper > div.act .question h3 {
  color: black !important;
}
main .container .inner section .info-wrapper .faq-wrapper > div.act .question img {
  filter: none !important;
  transform: rotate(45deg);
}
main .container .inner section .info-wrapper .facility-wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 30px;
  width: 100%;
  max-height: 116px;
  overflow: hidden;
  margin: 0 auto !important;
}
@media screen and (max-width: 1199px) {
  main .container .inner section .info-wrapper .facility-wrapper {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
main .container .inner section .info-wrapper .facility-wrapper.act {
  max-height: 3000px;
}
main .container .inner section .info-wrapper .facility-wrapper div {
  width: calc((100% - 120px) / 4);
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  color: #393939;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
}
main .container .inner section .info-wrapper .facility-wrapper div img,
main .container .inner section .info-wrapper .facility-wrapper div i,
main .container .inner section .info-wrapper .facility-wrapper div svg {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1199px) {
  main .container .inner section .info-wrapper .facility-wrapper {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  main .container .inner section .info-wrapper .facility-wrapper div {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 767px) {
  main .container .inner section .info-wrapper .facility-wrapper {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  main .container .inner section .info-wrapper .facility-wrapper div {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 499px) {
  main .container .inner section .info-wrapper .facility-wrapper {
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding: 0 20px;
    justify-content: center;
  }
  main .container .inner section .info-wrapper .facility-wrapper div {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 374px) {
  main .container .inner section .info-wrapper .facility-wrapper {
    padding: 0 10px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  main .container .inner section .info-wrapper .facility-wrapper div {
    width: calc((100% - 15px) / 2);
  }
}
main .container .inner section .info-wrapper .tag-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px !important;
}
main .container .inner section .info-wrapper .tag-wrapper a {
  color: #fff;
  border-radius: 4px;
  padding: 2px 12px;
  background: rgba(45, 45, 45, 0.5);
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
  transition: 0.3s linear;
}
main .container .inner section .info-wrapper .tag-wrapper a:hover {
  background: #15aa93;
}
main .container .inner section .info-wrapper > button {
  padding-top: 12px;
  text-align: center;
  display: block;
  width: 100%;
  color: #393939;
  border-top: 1px solid #d5d5d5;
  transition: 0.3s linear;
  cursor: pointer;
}
main .container .inner section .info-wrapper > button:hover {
  color: rgba(57, 57, 57, 0.6);
}
main .container .inner section .info-wrapper > button.act {
  display: none;
}
main .container .inner section .map-wrapper {
  padding: 0;
  overflow: hidden;
  aspect-ratio: 784/400;
}
@media screen and (max-width: 599px) {
  main .container .inner section .map-wrapper {
    width: calc(100% - 30px);
  }
}
main .container .inner section .map-wrapper iframe {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
}
main .container .inner section .related-wrapper h3 {
  color: #1e1e1e;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #cacaca;
}
main .container .inner section .related-wrapper > div {
  padding: 30px 40px;
  background: #f9f9f9;
  display: flex;
  border-radius: 18px;
  justify-content: space-between;
  margin-bottom: 12px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
  transition: 0.3s linear;
}
@media screen and (max-width: 1199px) {
  main .container .inner section .related-wrapper > div {
    padding: 30px;
  }
}
@media screen and (max-width: 1023px) {
  main .container .inner section .related-wrapper > div {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  main .container .inner section .related-wrapper > div {
    flex-direction: column;
    row-gap: 25px;
  }
}
@media screen and (max-width: 413px) {
  main .container .inner section .related-wrapper > div {
    padding: 25px;
  }
}
main .container .inner section .related-wrapper > div .bg-link {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .container .inner section .related-wrapper > div .info {
  position: relative;
  z-index: 1;
  width: 460px;
  padding-right: 45px;
  border-right: 1px dashed rgba(95, 95, 95, 0.2);
  color: #393939;
}
@media screen and (max-width: 1023px) {
  main .container .inner section .related-wrapper > div .info {
    width: unset;
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  main .container .inner section .related-wrapper > div .info {
    flex-direction: column;
    padding: 0;
    border: none;
  }
}
main .container .inner section .related-wrapper > div .info h4 {
  margin-bottom: 24px;
  transition: 0.3s linear;
}
main .container .inner section .related-wrapper > div .info p {
  transition: 0.3s linear;
  margin-bottom: 12px;
}
main .container .inner section .related-wrapper > div .info p:last-of-type {
  margin: 0;
}
main .container .inner section .related-wrapper > div .price {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}
main .container .inner section .related-wrapper > div .price p {
  transition: 0.3s linear;
}
main .container .inner section .related-wrapper > div .price p:first-of-type {
  text-decoration: line-through;
}
main .container .inner section .related-wrapper > div .price button {
  cursor: pointer;
  width: 100%;
  background: #15aa93;
  border-radius: 8px;
  color: #fff;
  padding: 12px 0;
  transition: 0.3s linear;
}
@media screen and (max-width: 767px) {
  main .container .inner section .related-wrapper > div .price {
    flex-direction: row-reverse;
    align-items: center;
  }
  main .container .inner section .related-wrapper > div .price button {
    width: 106px;
  }
}
main .container .inner section .related-wrapper > div:hover {
  background: #1799a2;
}
main .container .inner section .related-wrapper > div:hover .info,
main .container .inner section .related-wrapper > div:hover .price {
  color: #fff !important;
}
main .container .inner section .related-wrapper > div:hover .price button {
  color: #1799a2;
  background: #fff;
}
main .container .inner aside {
  position: sticky;
  top: 150px;
  width: 350px;
  flex-shrink: 0;
  padding: 40px 35px;
  border-radius: 12px;
  background: #1e1e1e;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1379px) {
  main .container .inner aside {
    padding: 30px;
    width: 300px;
  }
}
@media screen and (max-width: 1023px) {
  main .container .inner aside {
    display: none !important;
    position: fixed;
    width: 350px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 95vw;
    max-height: 95vh;
  }
  main .container .inner aside.act {
    display: block !important;
    z-index: 10;
  }
}
@media screen and (max-width: 413px) {
  main .container .inner aside {
    padding: 30px 20px;
  }
}
main .container .inner aside > p {
  margin-bottom: 30px;
  font-weight: 700;
}
main .container .inner aside > p span {
  margin-top: 4px;
  color: #c7c7c7;
  display: block;
  font-weight: 400;
}
main .container .inner aside div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
main .container .inner aside div span {
  text-decoration: line-through;
}
main .container .inner aside > a {
  display: block;
  width: 100%;
  border-radius: 40px;
  padding: 13px;
  background: #fff;
  color: #1e1e1e;
  transition: 0.3s linear;
  text-align: center;
  font-weight: 400;
}
main .container .inner aside > a:hover {
  color: #fff;
  background: #15aa93;
}
main .container .inner aside .mb-close-btn {
  display: none;
  position: absolute;
  top: -30px;
  z-index: 2;
  right: 0;
  color: white;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  main .container .inner aside .mb-close-btn {
    display: flex;
  }
}
main .container .inner aside .mb-close-btn img {
  width: 20px;
  margin-right: 9px;
}
main .container .inner .close-aside {
  display: none;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(57, 57, 57, 0.6);
}
@media screen and (min-width: 1024px) {
  main .container .inner .close-aside {
    display: none !important;
  }
}
main .container .inner .close-aside.act {
  display: block;
}

.mb-booking-button {
  position: fixed;
  display: none;
  width: 100vw;
  left: 0;
  bottom: 0;
  z-index: 5;
  color: white;
  background: #15aa93;
  height: 7vw;
  text-align: center;
  transition: 0.3s linear;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .mb-booking-button {
    display: block !important;
  }
}
@media screen and (max-width: 599px) {
  .mb-booking-button {
    height: 44px;
    font-size: 14px;
  }
}
.mb-booking-button:hover {
  background: #007f9a;
}