@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: 'Figtree', sans-serif;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  width: 0.6em;
  text-align: center;
}

.odometer.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-animating-down .odometer-ribbon-inner {
  transition-duration: 5s;
}

.section-8 {
  position: relative;
  font-size: 0;
}

.ad-swiper {
  position: relative;
  overflow: hidden;
}

.ad-swiper-btn {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

main {
  overflow: hidden;
}

.fix-section {
  position: sticky;
  top: 100px;
}

.back-box {
  display: none;
}

.features-card {
  position: relative;
}

.features-card .recent-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s ease-in-out;
}

.features-card:hover .recent-image::after {
  background-color: rgba(0, 0, 0, 0.4);
}

.section-7 {
  padding: 80px 0;
  background-color: #424242;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.features-swiper-out .button-next,
.features-swiper-out .button-prev {
  margin-top: -44.5px;
  background-color: rgba(193, 192, 192, 0.40);
}

.features-swiper-out:hover .button-next,
.features-swiper-out:hover .button-prev {
  visibility: visible;
}

.features-swiper-out {
  width: calc(100% + 80px);
  margin-left: -40px;
  padding: 40px;
  position: relative;
}

.features-swiper {
  overflow: visible;
}

.features-swiper .banner-pagination-box {
  visibility: hidden;
}

.magazine-date {
  color: #B6B6B6;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1em;
  padding-top: 12px;
}

.magazine-card {
  position: relative;
}

.magazine-mask {
  font-family: "Cormorant Garamond", serif;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.70);
  font-size: clamp(50px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background-color 0.5s ease-in-out;
}

.magazine-card:hover .magazine-mask {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.60);
}

.magazine-info {
  padding-top: 28px;
}

.magazine-name {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em;
  height: 1.3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.magazine-card:hover .magazine-name {
  color: #959595;
}

.magazine-swiper {
  position: relative;
  overflow: hidden;
}

.magazine-swiper .banner-pagination-box {
  visibility: hidden;
}

.section-6 {
  padding: 80px 0;
  background-color: #000;
  position: relative;
  z-index: 1;
}

.magazine-box {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}

.magazine-left {
  width: 36.4%;
}

.magazine-right {
  width: 63.6%;
  padding-left: 60px;
}

.container-text {
  color: #D7D7D7;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 36px;
}

.container-text a {
  color: #D7D7D7;
}

.about-info-box {
  display: flex;
  justify-content: space-between;
}

.about-info-col {
  display: inline-block;
  width: auto;
}

.about-info-title {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  color: #F5F5F5;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.about-info-title img {
  width: 24px;
  margin-right: 8px;
}

.counter {
  color: #F5F5F5;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: flex;
  align-items: flex-end;
}

.counter>span {
  display: inline-block;
  color: #FFF;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
  margin-right: 4px;
}

.counter>i {
  margin-bottom: 1em;
}

.section-4 {
  padding: 80px 0 48px;
  background-color: #002349;
}

.section-5 {
  background-color: #002349;
}

.youtube-box {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.youtube-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.more-box {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 3;
}

.international-swiper-out {
  position: relative;
  width: calc(100% + 80px);
  margin-left: -40px;
  padding: 0 40px;
}

.international-swiper-out:hover .button-next,
.international-swiper-out:hover .button-prev {
  visibility: visible;
}

.international-swiper-out .button-next,
.international-swiper-out .button-prev {
  margin-top: -43px;
}

.section-3 {
  padding: 80px 0;
}

.international-swiper {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
}

.international-tab-swiper {
  position: relative;
  overflow: hidden;
}

.section-2 {
  padding: 80px 0;
  background-color: #F5F5F5;
}

.taiwan-swiper {
  position: relative;
  overflow: hidden;
}

.swiper.taiwan-swiper .banner-pagination-box,
.swiper.international-swiper .banner-pagination-box {
  justify-content: flex-end;
  padding-right: 40px;
}

.taiwan-card {
  width: 100%;
  height: 0;
  padding-top: 75%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
  background-size:cover ;
  background-position: center center ;
}

div.straight {
  background-position: top center !important;
  background-size: auto 100% !important;
}

.taiwan-card.fix {
  padding-top: 42.85%;
}
.taiwan-card::after {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(88, 88, 88, 0.00) 81.66%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.taiwan-card-info {
  width: auto;
  max-width: calc(100% - 40px);
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  padding: 20px 20px 40px 40px;
}

.taiwan-card-info .add-heart {
  top: 16px;
}

.taiwan-card-name {
  color: #FFF;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
  padding-right: 56px;
  height: 2.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.taiwan-card-area {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.08em;
  height: 28px;
  overflow: hidden;
}

.taiwan-box {
  display: flex;
  align-items: stretch;
}

.taiwan-box-left {
  width: 74%;
  padding-right: 40px;
}

.taiwan-box-right {
  width: 26%;
  position: relative;
}

.tab-swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}

.tab-swiper .swiper-slide {
  position: relative;
}

.tab-swiper-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  background-size:cover ;
  background-position: center center ;
}

.tab-swiper-img::after {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(88, 88, 88, 0.00) 81.66%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.tab-swiper-info {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  padding: 12px;
}

.tab-name {
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  height: 1.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}

.tab-area {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
  height: 1.2em;
  overflow: hidden;
}

.recent-swiper-out {
  position: relative;
  width: calc(100% + 80px);
  margin-left: -40px;
  padding: 0 40px;
}

.recent-swiper-out:hover .button-next,
.recent-swiper-out:hover .button-prev {
  visibility: visible;
}

.recent-swiper-out .button-next,
.recent-swiper-out .button-prev {
  margin-top: -43px;
}

.recent-swiper {
  position: relative;
  overflow: hidden;
}

.recent-swiper .banner-pagination-box {
  visibility: hidden;
}

.section-1 {
  padding: 80px 0;
}

.requirement-card-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.requirement-card-col {
  width: auto;
  min-width: 12.5%;
  padding: 0 10px;
  margin-bottom: 12px;
}

.requirement-card-col-4 {
  width: auto;
  min-width: 16.66%;
  padding: 0 10px;
  margin-bottom: 12px;
}

.requirement-card {
  width: 100%;
  padding: 16px 28px 4px;
  border-radius: 4px;
  background: rgba(231, 231, 231, 0.90);
  box-shadow: 0px 6px 10.4px 0px rgba(94, 94, 94, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
}

.requirement-card.active {
  visibility: visible;
  opacity: 0;
  animation: cardUp 0.3s forwards ease-in-out;
}

@keyframes cardUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.requirement-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.card-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/close-1.svg);
  background-size: cover;
}

.head-search-box {
  flex: 1;
  padding: 0 16px;
}

.banner-search-input::placeholder {
  color: #F5F5F5;
}

.banner-search-input {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #F5F5F5;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 0 12px 0 44px;
  background-image: url(../images/search-g.svg);
  background-repeat: no-repeat;
  background-position: center left 12px;
  background-color: transparent;
}

.banner-search-input:focus {
  outline: none;
  border: 1px solid #fff;
}

.btn-outline.search::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/search-b.svg);
  background-size: cover;
  margin-left: 8px;
}

.btn-outline.search:hover::after {
  background-image: url(../images/search-w.svg);
}

.banner-search-box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  padding: 0 80px;
  background: linear-gradient(0deg, rgba(18, 18, 18, 0.80) 70.56%, rgba(18, 18, 18, 0.00) 102.42%);
}

.banner-search-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 20px 0;
}

.banner-search-head .btn-outline {
  border-color: transparent !important;
}

.banner-tab-menu {
  display: inline-flex;
}

.banner-tab-menu li {
  display: inline-flex;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding: 12px 20px;
  cursor: pointer;
}

.banner-tab-menu li img {
  width: 24px;
  margin-right: 6px;
}

.banner-tab-menu li.active {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.20);
}

.banner-unit {
  display: inline-flex;
  padding-right: 24px;
}

.banner-unit .menu-select {
  font-size: 12px;
}

.banner-search-body {
  position: relative;
}

.banner-tab-box {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.banner-tab-box.active {
  display: flex;
}

.requirement-box {
  display: inline-flex;
}

.requirement-box>li {
  border-right: solid 1px rgba(215, 215, 215, 0.10);
}

.requirement-box>li:last-child {
  border-right: none;
}

.requirement-box>li>a {
  color: #D7D7D7;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: inline-flex;
  height: 48px;
  align-items: center;
  text-decoration: none;
  padding: 0 16px;
}

.requirement-box li:first-child>a {
  padding-left: 0;
}

.requirement-box>li>a::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/tri-g.svg);
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 8px;
  transform-origin: center center;
  transition: all 0.3s;
}

.requirement-box>li>a.active {
  color: #fff;
}

.requirement-box>li>a.active::after {
  background-image: url(../images/tri-w.svg);
  transform: rotate(180deg);
}

.dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 8px;
}

.banner-swiper-info {
  position: absolute;
  width: 100%;
  top: 172px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1440px;
  padding: 0 36px;
  z-index: 3;
}

.banner-swiper-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.banner-swiper-title {
  color: #FFF;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
}

.banner-swiper-title.en-fix {
  letter-spacing: 0.01em;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.swiper-slide-active .banner-swiper-title {
  opacity: 0;
  animation: slideInUp 1s forwards 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.swiper-slide-active .banner-swiper-title.en-fix {
  opacity: 0;
  animation-delay: 0.8s;
}

.banner-swiper-link {
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-decoration: underline;
}

.home-banner {
  position: relative;
}

.banner-swiper {
  position: relative;
  overflow: hidden;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 100dvh;
  min-height: 650px;
  overflow: hidden;
}

.image-wrapper::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-search-btn {
  display: none;
}

.banner-mb-title {
  display: block;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding-top: 20px;
}

.tab-swiper-out {
  position: absolute;
  width: 100%;
  height: 100%;
}

.search-close {
  display: none;
}

@media (max-width:1200px) {
  body.active {
    overflow: hidden;
  }

  .requirement-card-row {
    margin: 0 -4px;
  }

  .requirement-card-col,
  .requirement-card-col-4 {
    width: auto;
    min-width: 25%;
    padding: 0 4px;
  }

  .requirement-card-head {
    display: none;
  }

  .back-box {
    display: block;
  }

  .back-box a {
    display: block;
    margin-bottom: 12px;
    background-image: url(../images/back.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 24px;
    color: #2B2B2B;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-decoration: none;
  }

  .back-box a:hover {
    color: #2B2B2B;
  }

  .fix-section {
    top: 72px;
  }
}

@media (max-width:1024px) {
  .search-close {
    display: inline-block;
  }

  .requirement-box li:first-child>a {
    padding-left: 24px;
  }

  .banner-search-btn {
    width: 208px;
    display: inline-block;
    border-radius: 4px;
    background-color: rgba(31, 31, 31, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 16px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.08em;
    background-image: url(../images/plus-w.svg);
    background-repeat: no-repeat;
    background-position: center right 16px;
    position: absolute;
    bottom: 72px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    text-decoration: none;
  }

  .banner-mb-title {
    padding: 0 24px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .banner-mb-title.fix {
    border-bottom: 1px solid #ECECEC;
  }

  .container-box.fix {
    padding: 0;
  }

  .magazine-name {
    font-size: 18px;
  }

  .about-info-box {
    flex-direction: column;
    justify-content: flex-start;
  }

  .about-info-col {
    width: 100%;
    margin-bottom: 36px;
  }

  .about-info-box .about-info-col:last-child {
    margin-bottom: 0;
  }

  .taiwan-card.fix {
    padding-top: 75%;
  }

  .tab-swiper-out {
    position: relative;
    height: auto;
  }

  .taiwan-card-info {
    bottom: 94px;
  }

  .taiwan-box {
    flex-direction: column;
  }

  .taiwan-box-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 36px;
  }

  .taiwan-box-right {
    width: 100%;
    padding-left: 0;
  }

  .tab-swiper {
    position: relative;
    width: 100%;
    height: auto;
  }

  .tab-swiper-img {
    width: 100%;
    height: 0;
    padding-top: 75%;
  }

  .search-close {
    display: inline-block;
  }

  .search-close img {
    width: 20px;
  }

  .btn-outline.search {
    color: #fff;
    background-color: #002349;
    border: solid 1px #002349;
    margin: 12px auto;
  }

  .btn-outline.search::after {
    background-image: url(../images/search-w.svg);
  }

  .banner-search-box {
    width: 100%;
    height: 100dvh;
    max-width: none;
    position: fixed;
    left: 0;
    bottom: auto;
    top: 0;
    transform: none;
    z-index: 9999;
    background: #fff;
    overflow: auto;
    display: none;
    padding: 0;
  }

  .banner-search-box.active {
    display: block;
    opacity: 0;
    animation: boxUp 0.3s forwards ease-in-out;
  }

  @keyframes boxUp {
    from {
      opacity: 0;
      top: 100px;
    }

    to {
      opacity: 1;
      top: 0;
    }
  }

  .banner-search-head {
    border-radius: 0;
    background-color: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
  }

  .head-search-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-top: solid 1px #F5F5F5;
    border-bottom: solid 1px #F5F5F5;
    padding: 0;
  }

  .banner-search-input::placeholder {
    color: #959595;
  }

  .banner-search-input {
    height: 42px;
    border-radius: 2px;
    border: 1px solid transparent;
    color: #000;
    background-image: url(../images/search-g-1.svg);
    background-size: 24px;
  }

  .banner-tab-menu {
    width: 100%;
    order: 2;
    border-bottom: 1px solid #ECECEC;
  }

  .banner-tab-menu li {
    display: inline-block;
    width: 33.3%;
    color: #959595;
    font-size: 14px;
    padding: 8px 10px;
    text-align: center;
  }

  .banner-unit {
    width: 100%;
    display: flex;
    padding-right: 0;
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: 0;
    background-color: #fff;
  }

  .banner-unit::before {
    display: block;
    content: '其他設定';
    color: #959595;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.08em;
    position: absolute;
    left: 0;
    top: -28px;
    background-color: #fff;
    width: calc(100% - 48px);
    padding: 6px 24px;
  }

  .banner-unit li {
    width: 50%;
  }

  .banner-unit li:first-child {
    border-right: solid 1px #D7D7D7;
  }

  .banner-unit .menu-select {
    height: auto;
    font-size: 14px;
    padding: 8px 36px 8px 24px;
    background-image: url(../images/tri-r.svg);
    background-size: 24px;
    color: #000;
  }

  .banner-search-body {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0;
    border-radius: 0;
  }

  .banner-tab-box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .requirement-box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .requirement-box>li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ECECEC;
  }

  .requirement-box>li>a {
    color: #424242;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1em;
    display: flex;
    height: 56px;
    align-items: center;
    text-decoration: none;
    padding: 0 24px;
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-position: center right 24px;
    background-size: 24px;
  }

  .requirement-box>li>a.active {
    color: #424242;
    background-image: url(../images/minus.svg);
  }

  .requirement-box>li>a::after {
    display: none;
  }

  .requirement-card {
    width: 100%;
    padding: 16px 24px 4px;
    border-radius: 0;
    background: rgba(231, 231, 231, 0.90);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    position: static;
    visibility: visible;
    display: none;
  }

  .requirement-card.active {
    opacity: 1;
    display: block;
    animation: none;
  }

  .banner-tab-menu li img {
    display: none;
  }

  .banner-tab-menu li.active {
    color: #fff;
    background-color: #002349;
    border-radius: 0;
  }

  .magazine-swiper-out {
    position: relative;
    width: calc(100% + 80px);
    margin-left: -40px;
    padding: 0 40px;
  }

  .magazine-swiper-out .button-next,
  .magazine-swiper-out .button-prev {
    margin-top: -28px;
  }
}

@media (max-width:768px) {
  .tab-swiper-out {
    position: relative;
    width: calc(100% + 80px);
    height: auto;
    margin-left: -40px;
    padding: 0 40px;
  }

  .magazine-box {
    flex-direction: column-reverse;
    margin-bottom: 40px;
    align-items: flex-start;
  }

  .magazine-right {
    width: 100%;
    padding-left: 0;
  }

  .magazine-left {
    width: 100%;
    max-width: 400px;
  }

  .section-6 {
    padding: 80px 0 148px;
  }

  .subscribe-box {
    position: absolute;
    left: 0;
    bottom: -58px;
    width: 100%;
    text-align: center;
    z-index: 3;
  }
}

@media (max-width:540px) {
  .swiper:hover .taiwan-card::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.50) 100%);
}
  .taiwan-card-info .add-heart {
    top: 10px;
    right: 20px;
  }

  .button-next .taiwan-card::after {
    height: 50%;
  }

  .about-info-title {
    font-size: 14px;
  }

  .about-info-title img {
    margin-right: 4px;
  }

  .counter {
    font-size: 14px;
  }

  .counter>span {
    font-size: 50px;
  }

  .counter>i {
    margin-bottom: 1em;
  }

  .more-box {
    width: 100%;
    position: static;
    padding-top: 40px;
    text-align: center;
  }

  .tab-name {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .tab-area {
    font-size: 14px;
  }

  .taiwan-card-info {
    padding: 20px;
    max-width: 100%;
    width: 100%;
    left: 0;
    bottom: 64px;
  }

  .taiwan-card {
    padding-top: 150%;
  }

  .taiwan-card.fix {
    padding-top: 150%;
  }

  .image-wrapper {
    min-height: 0;
  }

  .banner-swiper-info {
    top: 108px;
    padding: 0 24px;
  }

  .banner-swiper-text {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .banner-swiper-title {
    font-size: 32px;
    margin-bottom: 8px;
  }

  .space {
    display: inline-block;
    width: 6px;
  }

  .banner-swiper .banner-pagination-box {
    display: none;
  }

  .banner-swiper .banner-pagination-box::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../images/next-2.svg);
    background-size: cover;
  }

  .banner-swiper .banner-pagination-box::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../images/prev-2.svg);
    background-size: cover;
  }

  .banner-swiper .banner-pagination {
    display: none !important;
  }

  .pagination-num {
    margin: 0 8px;
  }

  .banner-swiper .button-next,
  .taiwan-swiper .button-next,
  .international-swiper .button-next {
    background: linear-gradient(-90deg, rgba(167, 167, 167, 0.40) -168.75%, rgba(83, 83, 83, 0.00) 100%), url(../images/next.svg);
    background-size: cover, 7px auto;
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
  }

  .banner-swiper .button-prev,
  .taiwan-swiper .button-prev,
  .international-swiper .button-prev {
    background: linear-gradient(90deg, rgba(167, 167, 167, 0.40) -168.75%, rgba(83, 83, 83, 0.00) 100%), url(../images/prev.svg);
    background-size: cover, 7px auto;
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
  }

  .container-text {
    font-size: 14px;
  }

  .recent-swiper-out {
    position: relative;
    width: calc(100% + 48px);
    margin-left: -24px;
    padding: 0 24px;
  }

  .recent-swiper-out .button-next,
  .recent-swiper-out .button-prev {
    margin-top: -65px;
  }

  .recent-swiper {
    padding-bottom: 60px;
  }

  .recent-swiper .banner-pagination-box {
    visibility: visible;
  }

  .tab-swiper-out {
    position: relative;
    width: calc(100% + 48px);
    height: auto;
    margin-left: -24px;
    padding: 0 24px;
  }

  .swiper.taiwan-swiper .banner-pagination-box,
  .swiper.international-swiper .banner-pagination-box {
    justify-content: center;
    padding-right: 0;
    bottom: 40px;
  }

  .taiwan-card-name {
    font-size: 18px;
  }

  .taiwan-card-area {
    font-size: 14px;
    line-height: 1.5;
    height: 1.5em;
  }

  .international-swiper-out {
    width: calc(100% + 48px);
    height: auto;
    margin-left: -24px;
    padding: 0 24px;
  }

  .international-swiper-out .button-next,
  .international-swiper-out .button-prev {
    margin-top: -35px;
  }

  .magazine-swiper {
    padding-bottom: 60px;
  }

  .magazine-swiper .banner-pagination-box {
    visibility: visible;
  }

  .magazine-swiper-out {
    position: relative;
    width: calc(100% + 48px);
    margin-left: -24px;
    padding: 0 24px;
  }

  .magazine-swiper-out .button-next,
  .magazine-swiper-out .button-prev {
    margin-top: -58px;
  }

  .magazine-swiper-out .button-next {
    background: linear-gradient(-90deg, rgba(167, 167, 167, 0.40) -168.75%, rgba(83, 83, 83, 0.00) 100%), url(../images/next.svg);
    background-size: cover, 7px auto;
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
  }

  .magazine-swiper-out .button-prev {
    background: linear-gradient(90deg, rgba(167, 167, 167, 0.40) -168.75%, rgba(83, 83, 83, 0.00) 100%), url(../images/prev.svg);
    background-size: cover, 7px auto;
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
  }

  .magazine-mask {
    font-size: 72px;
  }

  .features-swiper-out {
    width: calc(100% + 48px);
    margin-left: -24px;
    padding: 0 24px;
    position: relative;
  }

  .features-swiper {
    padding-bottom: 60px;
  }

  .features-swiper .banner-pagination-box {
    visibility: visible;
  }

  .features-swiper-out .button-next,
  .features-swiper-out .button-prev {
    margin-top: -66px;
    background-color: transparent;
  }

  .features-swiper-out .button-next {
    background: linear-gradient(-90deg, rgba(167, 167, 167, 0.40) -168.75%, rgba(83, 83, 83, 0.00) 100%), url(../images/next.svg);
    background-size: cover, 7px auto;
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
  }

  .features-swiper-out .button-prev {
    background: linear-gradient(90deg, rgba(167, 167, 167, 0.40) -168.75%, rgba(83, 83, 83, 0.00) 100%), url(../images/prev.svg);
    background-size: cover, 7px auto;
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
  }

  .magazine-date {
    font-size: 14px;
    padding-top: 4px;
  }
}