@font-face {
  font-family: Panchang;
  src: url('../fonts/Panchang-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --purple-1: #9170c5;
  --purple-2: #4d396e;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  background-color: #0000;
  background-image: url('../images/kv-herobg.jpg');
  background-position: 0 0;
  background-size: cover;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 0;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar-brand {
  box-sizing: border-box;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-type: disc;
  display: flex;
}

.nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  background-color: #0000;
  border: .5px #fff;
  width: 8em;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  display: block;
  position: relative;
}

.nav-link:hover {
  color: #ffffffbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 0 25px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.eng-btn {
  list-style-type: none;
}

.button-primary {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: .8px solid #fff;
  border-radius: 20px;
  padding: 2px 20px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.section {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/kv-herobg.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  height: 900px;
  max-height: 900px;
  display: block;
}

.image {
  max-width: 50%;
}

.body {
  border-radius: 0;
  overflow: visible;
}

.nav-dropdown-container {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: none;
  position: absolute;
  overflow: visible;
}

.nav-dropdown-container.drop-about, .nav-dropdown-container.drop-art, .nav-dropdown-container.drop-shop {
  display: none;
}

.list-item {
  text-align: left;
  width: auto;
  list-style-type: none;
  display: block;
  overflow: visible;
}

.list-item.nav-btn-art, .list-item.nav-btn-shop {
  display: block;
}

.dropdown-nav-btn {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  border: .5px #fff;
  justify-content: center;
  align-items: flex-start;
  width: 8em;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 10px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dropdown-nav-btn:hover {
  opacity: 1;
  pointer-events: auto;
  color: #ffffffbf;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  display: block;
}

.dropdown-nav-btn:focus-visible, .dropdown-nav-btn[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.kv-logo-date {
  width: auto;
  max-width: 538px;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  position: static;
  inset: 350px auto 0% 130px;
}

.kv-logo-heart {
  width: auto;
  max-width: 578px;
  height: auto;
  margin: 0;
  position: static;
  inset: auto 120px 30px auto;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 840px;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.home-section {
  height: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.home-section.partners {
  background-position: 50% 20%;
  background-repeat: repeat-y;
  background-size: cover;
}

.bg-color {
  background-color: #000000e6;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.bg-color.pink {
  background-color: #df81d4f2;
  display: block;
}

.bg-color.purple {
  background-color: #271d30cc;
}

.bg-color.white {
  background-color: #fff;
}

.margin-bottom-24px {
  color: #fff;
  text-align: center;
  letter-spacing: 2.5px;
  text-indent: 0;
  column-count: 0;
  white-space: normal;
  word-break: normal;
  width: auto;
  margin-bottom: 30px;
  padding-left: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 330%;
}

.margin-bottom-24px.font-black {
  color: #000;
  font-weight: 400;
  line-height: 220%;
}

.margin-bottom-24px.font-black.traffic {
  text-align: left;
  font-weight: 300;
  line-height: 2em;
}

.margin-bottom-24px.font-black.guide {
  text-align: left;
  width: 800px;
  font-weight: 300;
  line-height: 2em;
}

.info-container {
  z-index: 1;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 100px;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.info-container.about {
  flex-flow: column;
  height: auto;
}

.info-container.artist {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.info-container.artist-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.info-container.artist-2.works-3, .info-container.artist-2.harvy {
  margin-bottom: 60px;
}

.info-container.traffic {
  padding-left: 160px;
  padding-right: 160px;
}

.info-container.guide {
  flex-flow: column;
  height: auto;
  margin-top: 60px;
  padding-left: 160px;
  padding-right: 160px;
}

.home-container-about {
  z-index: 100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.home-container-about.partners {
  margin-bottom: 160px;
}

.home-container-about.artist-page {
  width: 70%;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 6vw;
  font-weight: 700;
  line-height: 100%;
}

.heading-2.font-black {
  color: #151515;
}

.tag-block {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.home-section-1 {
  z-index: 1;
  border: 0 #fff0;
  border-radius: 0;
  width: 100%;
  padding: 120px 0 80px;
  position: relative;
}

.image-2, .image-3 {
  height: 2.5em;
}

.tag-sub {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-sub {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Panchang, Arial, sans-serif;
  font-size: 4vw;
  font-weight: 700;
}

.heading-sub.font-black {
  color: #000;
}

.heading-sub.font-black.traffic {
  font-size: 40px;
}

.headline-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.info-headline {
  color: #fff;
  letter-spacing: 2.5px;
  text-indent: 0;
  text-transform: uppercase;
  column-count: 0;
  white-space: normal;
  word-break: normal;
  margin-bottom: 30px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 330%;
}

.info-headline.font-black {
  color: #000;
  font-weight: 400;
}

.info-p-container {
  max-width: 1000px;
}

.arrow-down {
  background-image: url('../images/kv-arrow-down-white.png');
  background-position: 0 0;
  background-size: cover;
  width: 11px;
  height: 16px;
}

.arrow-down.icon-black {
  background-image: url('../images/kv-arrow-down-black.png');
}

.arrow-down-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 40px auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.arrow-down-container.about {
  margin-top: 80px;
  margin-bottom: 80px;
}

.arrow-down-container.white {
  margin-top: 100px;
  margin-bottom: 100px;
}

.home-container-art {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.artist-photo {
  width: 300px;
  max-width: 400px;
  height: 400px;
  position: relative;
}

.art-name {
  color: #fff;
  text-align: center;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 200;
}

.artist-name {
  color: #fff;
  text-align: center;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.artisti-card-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.artist-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: auto;
  max-width: 1000px;
}

.grid.grid-solo, .grid.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.card-btn {
  color: #fff;
  letter-spacing: .1em;
  font-family: Noto Sans TC, sans-serif;
  font-size: 10px;
  font-weight: 100;
}

.artist-card-btn {
  background-color: #000;
  padding: 4px 20px;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.card-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.viewmore-btn-purple {
  color: purple;
  background-color: #9170c5;
  border-radius: 100px;
  text-decoration: none;
  display: block;
}

.viewmore-btn-purple.artist-page {
  background-color: var(--purple-1);
  color: #80008000;
  margin-top: 40px;
}

.text-block-2 {
  color: #fff;
  letter-spacing: .4em;
  margin: 10px 40px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 12px;
  font-weight: 100;
}

.partners-head {
  color: #fff;
  text-align: center;
  letter-spacing: 2.5px;
  text-indent: 0;
  text-transform: uppercase;
  column-count: 0;
  white-space: normal;
  word-break: normal;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 0;
  display: block;
}

.partners-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  line-height: 20px;
  display: flex;
}

.logo {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.logo-img {
  width: 100%;
  height: 40px;
}

.logo-img._104 {
  height: 56px;
}

.partners-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  background-color: #0000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.partners-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  padding-top: 0;
  display: flex;
}

.partners-name-text {
  color: #fff;
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  font-family: Noto Sans TC, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 100%;
  display: block;
}

.partners-row-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  background-color: #0000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-subscribe {
  z-index: 1;
  background-color: #000;
  border: 1px #000;
  padding: 80px 30px 100px;
  display: block;
  position: relative;
  overflow: visible;
}

.container-9 {
  -webkit-text-stroke-color: #fff;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-social-block-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
  letter-spacing: .1em;
  -webkit-text-stroke-color: white;
  font-family: Noto Sans TC, sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 24px;
  overflow: visible;
}

.div-block-7 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.image-20 {
  height: 66px;
}

.item-1 {
  width: auto;
  height: 640px;
  position: absolute;
  inset: 690px -180px 0% auto;
}

.item-1.about {
  inset: 184px auto 0% -190px;
}

.item-1.art {
  top: 60px;
  left: -40px;
}

.item-1.offprogram {
  inset: 3200px -160px 0% auto;
}

.item-1.about2 {
  inset: 2400px -240px 0% auto;
}

.item-1.home {
  z-index: -1;
  top: 30px;
  left: -180px;
  right: 0;
}

.item-1.guide {
  inset: auto -200px 0% auto;
}

.item-2 {
  width: auto;
  height: 640px;
  position: absolute;
  inset: 1180px -320px 0% auto;
}

.item-2.art {
  top: 170px;
  right: -180px;
}

.item-2.offprogram {
  inset: 4630px auto 0% -170px;
}

.item-2.partners {
  inset: 680px auto 0% -220px;
}

.item-2.about {
  top: 3010px;
  left: -320px;
  right: 0;
}

.item-3 {
  width: auto;
  height: 640px;
  position: absolute;
  inset: 2960px -240px 0% auto;
}

.item-3.about {
  top: 60px;
}

.item-3.art {
  top: 920px;
}

.item-3.partners {
  top: 70px;
}

.item-3.about2 {
  top: 3670px;
  right: -200px;
}

.item-4 {
  width: auto;
  height: 440px;
  position: absolute;
  inset: 2880px auto 0% -270px;
}

.item-4.about {
  top: 1950px;
  left: -230px;
}

.item-4.news {
  top: 1250px;
  left: -230px;
}

.item-4.art {
  top: 960px;
}

.item-4.partners {
  top: 0;
}

.news-link {
  color: #000;
  letter-spacing: .1em;
  -webkit-text-stroke-color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.date-block {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  border: .5px solid #000;
  border-radius: 100px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 20px;
}

.news-select {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  line-height: 0;
  display: flex;
}

.container-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.news-card-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.news-card {
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.news-photo {
  background-image: url('../images/image-4.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 270px;
  position: relative;
}

.news-card-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 10px 20px;
  display: flex;
}

.news-date {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  font-family: Noto Sans TC, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.news-title {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.news-card-btn {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 6px 0;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.ig-btn {
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.page-btn-r {
  background-color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 18px;
  display: flex;
}

.image-22 {
  margin: 0;
  padding: 0;
}

.page-btn-l {
  background-color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 18px;
  display: flex;
}

.image-22-l {
  margin: 0;
  padding: 0;
}

.page-btn-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.container-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.home-container-news {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.shop-card {
  border: 1.5px solid var(--purple-2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  display: flex;
  position: relative;
}

.shop-photo {
  width: 100%;
  max-width: 100%;
  height: 270px;
  position: relative;
  overflow: hidden;
}

.shop-card-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--purple-2);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 370px;
  padding: 10px 20px;
  display: flex;
  overflow: visible;
}

.shop-text {
  color: #fff;
  text-align: justify;
  letter-spacing: .1em;
  width: 100%;
  height: 50%;
  font-family: Noto Sans TC, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  overflow: visible;
}

.shop-card-btn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 100%;
  margin-bottom: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.shop-title {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.container-12 {
  background-color: #d3d3d3;
  justify-content: flex-start;
  align-items: flex-start;
  width: 800px;
  height: auto;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.div-block-9 {
  background-color: #b3b3b3;
  width: 20%;
  height: 100%;
}

.div-block-10 {
  background-color: #dbdbdb;
  width: 40%;
  height: 100%;
}

.div-block-11 {
  background-color: #ccc;
  width: 40%;
  height: 100%;
}

.text-block-3 {
  border: 1px #000;
  border-bottom: 1px solid #999;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.team-photo {
  background-color: #ffffff9e;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-right: 60px;
  display: flex;
  overflow: visible;
}

.team-text-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-left: 0;
  display: flex;
}

.team-text-box.text-l {
  margin-left: 0;
  margin-right: 70px;
}

.team-name {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

.team-paragraph {
  color: #000;
  text-align: left;
  letter-spacing: .1em;
  font-family: Noto Sans TC, sans-serif;
  line-height: 26px;
}

.team-paragraph.white {
  color: #fff;
}

.team-paragraph.white.artist {
  letter-spacing: .1em;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 300;
  line-height: 36px;
}

.team-paragraph.white.artist-2 {
  letter-spacing: .1em;
  margin-top: 20px;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 300;
  line-height: 36px;
}

.team-card {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.team-card.artist {
  background-color: #0000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
}

.container-13 {
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-top: 50px;
  margin-bottom: 140px;
  display: flex;
}

.artist-title-box {
  background-color: #6f6d6d00;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  display: flex;
}

.text-block-4 {
  border: 1px solid var(--purple-2);
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  -webkit-text-stroke-color: var(--purple-2);
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 20px;
  padding: 10px 20px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 12px;
  font-weight: 200;
  display: flex;
}

.artist-name-l {
  border: 1px none var(--purple-2);
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--purple-2);
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 0 0 4px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.artist-name-s {
  border: 1px none var(--purple-2);
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--purple-2);
  text-transform: uppercase;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 0;
  font-family: Panchang, Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.artist-name-s.artist-eng-name-s {
  font-size: 30px;
}

.art-name-container {
  flex-flow: column;
  display: flex;
}

.text-block-6 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-indent: 0;
  column-count: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
}

.text-block-7 {
  color: #fff;
  text-align: left;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 100;
  line-height: 140%;
}

.artist-works-photo {
  background-image: url('../images/759776598_1043482121874358_3241993924871497723_n.jpeg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  margin-left: 60px;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.div-block-12 {
  width: 800px;
}

.page-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

.bg-decorations {
  z-index: 1;
  cursor: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-div {
  background-color: #0000;
  background-image: url('../images/background.png');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: contain;
  position: relative;
}

.background-div.partners {
  background-repeat: repeat-y;
  background-size: cover;
}

.background-div.news, .background-div.artist-page {
  background-size: cover;
}

.background-div.about {
  background-repeat: repeat-y;
}

.background-div.stay, .background-div.stay-copy {
  background-repeat: repeat-x;
}

.noise {
  opacity: .3;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-color: #0000;
  background-image: url('../images/noise.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.noise.purple {
  opacity: .6;
  mix-blend-mode: overlay;
  background-color: #0000;
}

.noise.white {
  opacity: .2;
  mix-blend-mode: hard-light;
  background-repeat: repeat;
  background-size: contain;
}

.text-block-11 {
  color: #fff;
  letter-spacing: .4em;
  margin: 8px 40px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 12px;
  font-weight: 100;
}

.div-block-13 {
  background-color: #000000b5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  letter-spacing: 7px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.shop-text-span {
  color: #fff;
  text-align: left;
  letter-spacing: .1em;
  border: .5px #ffffff80;
  border-radius: 7px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.shop-text-span.internet {
  margin-bottom: 60px;
}

.location-btn {
  height: 23px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.off-btn-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.offprogram-card-img {
  width: 100%;
  overflow: visible;
}

.artist-card-img {
  width: 100%;
  height: 100%;
}

.artist-page-img1 {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.artist-page-img2 {
  width: 100%;
}

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-img-2 {
  width: 100%;
  height: 30px;
}

.logo-img-3 {
  width: 100%;
  height: 20px;
}

.go-top-btn {
  z-index: 99;
  background-color: var(--purple-1);
  opacity: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.go-top-btn.w--current {
  display: none;
}

.arrow-top {
  height: 30px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.partners-container-mobile {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  padding-top: 0;
  display: none;
}

.navbar-mobile {
  background-color: #0000;
  background-image: url('../images/kv-herobg.jpg');
  background-position: 0 0;
  background-size: cover;
  display: none;
}

.artist-page-img3 {
  width: 100%;
}

.shop-card-btn-ig {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 100%;
  margin-bottom: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.web-btn {
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.form-btn {
  z-index: 99;
  background-color: var(--purple-1);
  opacity: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: none;
  position: fixed;
  bottom: 120px;
  right: 30px;
}

.form-img {
  height: 30px;
}

.team-img {
  width: 100%;
}

.artist-btn2 {
  color: purple;
  background-color: #9170c5;
  border-radius: 100px;
  margin-top: 20px;
  text-decoration: none;
  display: block;
}

.artist-btn-2 {
  color: #fff;
  letter-spacing: .3em;
  margin: 8px 30px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 12px;
  font-weight: 100;
}

.artist-page-img4 {
  width: 100%;
}

.div-block-20 {
  cursor: pointer;
  background-color: #0000001a;
  border: .5px solid #ffffff80;
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  display: flex;
}

.shop-text-link {
  color: #fff;
  text-align: left;
  letter-spacing: .1em;
  border: .5px #ffffff80;
  border-radius: 7px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.div-block-20-copy {
  background-color: #0000001a;
  border: .5px solid #ffffff80;
  border-radius: 5px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.shop-card-2 {
  border: 1.5px solid #4d396e;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  display: flex;
}

.shop-card-text-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  background-color: #4d396e;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 370px;
  padding: 10px 20px;
  display: flex;
  overflow: visible;
}

.div-block-22 {
  background-color: #0000001a;
  border: .5px solid #ffffff80;
  border-radius: 5px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.shop-text-span-decor {
  color: #fff;
  text-align: left;
  letter-spacing: .1em;
  border: .5px #ffffff80;
  border-radius: 7px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}

.shop-card-popup {
  z-index: 99;
  background-color: #000000e6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.popup-text {
  color: #fff;
  text-align: justify;
  width: 100%;
  height: 90%;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 300;
  line-height: 1.7em;
  overflow: auto;
}

.popup-text.scroll-box {
  display: flex;
}

.cross {
  width: 28px;
}

.cross-btn {
  cursor: pointer;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-23 {
  width: 100%;
  height: 100%;
}

.div-block-24 {
  cursor: pointer;
  background-color: #0000001a;
  border: .5px solid #ffffff80;
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  display: flex;
}

.text-block-6-eng {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-indent: 0;
  column-count: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  line-height: 130%;
}

.artist-name-eng {
  color: #fff;
  text-align: center;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  font-style: italic;
}

@media screen and (min-width: 1280px) {
  .nav-dropdown-container.drop-about, .nav-dropdown-container.drop-art, .nav-dropdown-container.drop-shop {
    display: none;
  }

  .home-section {
    -webkit-text-fill-color: inherit;
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: contain;
    background-clip: border-box;
  }

  .bg-color {
    display: block;
  }

  .bg-color.pink {
    background-color: #df81d4f2;
  }

  .bg-color.white {
    display: block;
  }

  .margin-bottom-24px {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 2.5em;
  }

  .info-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    margin-bottom: 60px;
    padding-bottom: 0;
    padding-left: 100px;
    display: flex;
  }

  .info-container.about {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .info-container.artist, .info-container.artist-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .home-container-about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .home-section-1 {
    padding-top: 120px;
  }

  .heading-sub {
    text-align: center;
  }

  .info-headline {
    margin-bottom: 0;
  }

  .info-p-container {
    max-width: none;
  }

  .image-5, .image-6 {
    height: 550px;
  }

  .arrow-down {
    background-image: url('../images/kv-arrow-down-white.png');
    background-position: 0 0;
    background-size: cover;
    width: 11px;
    height: 16px;
  }

  .arrow-down-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .home-container-art {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 140px;
  }

  .artist-photo {
    width: 300px;
    max-width: 400px;
    height: 400px;
    position: relative;
  }

  .art-name {
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-family: Noto Sans TC, sans-serif;
    font-weight: 200;
  }

  .artist-name {
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-family: Noto Sans TC, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .artisti-card-text {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .artist-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .grid {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card-btn {
    color: #fff;
    letter-spacing: .1em;
    background-color: #0000;
    font-family: Noto Sans TC, sans-serif;
    font-size: 10px;
    font-weight: 100;
    display: inline;
    position: static;
    inset: auto 0% 0% auto;
  }

  .artist-card-btn {
    vertical-align: baseline;
    cursor: pointer;
    background-color: #000;
    padding: 4px 20px;
    text-decoration: none;
    position: absolute;
  }

  .card-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-bottom: 60px;
    padding-bottom: 0;
    padding-left: 100px;
    display: flex;
  }

  .partners-head {
    letter-spacing: 2px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 0;
  }

  .partners-box {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
  }

  .logo {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    text-align: center;
  }

  .logo-img {
    width: 100%;
    height: 40px;
  }

  .partners-row {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .partners-container {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .partners-name-text {
    letter-spacing: 0;
  }

  .partners-row-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .news-card-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
    padding-bottom: 0;
    padding-left: 100px;
    display: flex;
  }

  .news-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .news-photo {
    background-image: url('../images/image-4.jpg');
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    max-width: 400px;
    height: 270px;
    position: relative;
  }

  .news-card-text {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .news-date {
    color: #fff;
    text-align: center;
    letter-spacing: .1em;
    font-family: Noto Sans TC, sans-serif;
    font-weight: 300;
  }

  .news-title {
    color: #fff;
    text-align: left;
    letter-spacing: normal;
    font-family: Noto Sans TC, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .news-card-btn {
    vertical-align: baseline;
    cursor: pointer;
    background-color: #0000;
    padding: 6px 0;
    text-decoration: none;
    position: static;
  }

  .home-container-news {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .shop-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .shop-photo {
    background-image: url('../images/image-12.jpg');
    background-position: 50%;
    background-size: auto 320px;
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
  }

  .shop-card-text {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .shop-text {
    color: #fff;
    text-align: left;
    letter-spacing: .1em;
    font-family: Noto Sans TC, sans-serif;
    font-weight: 300;
  }

  .shop-card-btn {
    vertical-align: baseline;
    cursor: pointer;
    background-color: #0000;
    padding: 6px 0;
    text-decoration: none;
    position: static;
  }

  .shop-title {
    color: #fff;
    text-align: left;
    letter-spacing: normal;
    font-family: Noto Sans TC, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .team-text-box.text-l {
    margin-right: 70px;
  }

  .team-card {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .team-card.artist {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .artist-title-box {
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-block-4 {
    justify-content: center;
    align-items: center;
  }

  .artist-name-l {
    font-size: 58px;
  }

  .artist-name-s {
    font-family: Panchang, Arial, sans-serif;
    font-size: 52px;
  }

  .text-block-7 {
    text-align: left;
  }

  .background-div.news {
    background-size: cover;
  }

  .noise {
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: contain;
  }

  .noise.white {
    display: block;
  }

  .shop-text-span {
    color: #fff;
    text-align: left;
    letter-spacing: .1em;
    font-family: Noto Sans TC, sans-serif;
    font-weight: 300;
  }

  .div-block-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-img-2 {
    width: 100%;
    height: 35px;
  }

  .go-top-btn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
  }

  .partners-container-mobile {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .shop-card-btn-ig {
    vertical-align: baseline;
    cursor: pointer;
    background-color: #0000;
    padding: 6px 0;
    text-decoration: none;
    position: static;
  }

  .shop-text-link {
    color: #fff;
    text-align: left;
    letter-spacing: .1em;
    font-family: Noto Sans TC, sans-serif;
    font-weight: 300;
  }

  .div-block-20-copy {
    color: #fff;
  }

  .shop-card-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .shop-card-text-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .shop-text-span-decor {
    color: #fff;
    text-align: left;
    letter-spacing: .1em;
    font-family: Noto Sans TC, sans-serif;
    font-weight: 300;
  }

  .artist-name-eng {
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-family: Noto Sans TC, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: var(--black);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    display: none;
  }

  .container {
    width: 100%;
    max-width: 900px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .navbar-brand {
    width: 100%;
  }

  .navbar-brand.w--current {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .nav-menu-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #0000;
    border-radius: 0;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    padding: 0;
    display: none;
    overflow: visible;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    text-align: center;
    width: 8em;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    display: block;
  }

  .nav-link.nav-btn-about {
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
  }

  .section {
    background-image: url('../images/kv-hero-bg-mobile.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .image {
    width: 150px;
    max-width: 50%;
  }

  .nav-dropdown-container {
    overflow: visible;
  }

  .nav-dropdown-container.drop-about {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
    position: static;
  }

  .nav-dropdown-container.drop-art {
    justify-content: flex-start;
    align-items: flex-end;
    display: none;
    position: static;
  }

  .nav-dropdown-container.drop-shop {
    justify-content: flex-start;
    align-items: center;
    display: none;
    position: static;
  }

  .list-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .list-item.nav-btn-art {
    flex-flow: column;
    font-weight: 400;
    display: flex;
  }

  .dropdown-nav-btn {
    text-align: center;
    padding: 10px 0;
    display: flex;
  }

  .margin-bottom-24px {
    text-align: justify;
    letter-spacing: 2px;
    line-height: 280%;
  }

  .info-container {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .info-container.artist {
    margin-top: 40px;
  }

  .info-container.traffic {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-container-about {
    width: 100%;
    max-width: 728px;
    margin-top: 40px;
  }

  .home-container-about.partners {
    width: 100%;
    margin-bottom: 0;
  }

  .heading-2 {
    font-size: 7vw;
  }

  .heading-sub {
    font-size: 5vw;
  }

  .arrow-down-container {
    max-width: 728px;
  }

  .arrow-down-container.white {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .home-container-art {
    max-width: 728px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    overflow: visible;
  }

  .partners-head {
    white-space: normal;
    word-break: normal;
  }

  .partners-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .logo {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .logo.sponsored-logo-1 {
    margin-bottom: 30px;
  }

  .logo-img {
    height: 40px;
  }

  .logo-img._104 {
    height: 56px;
  }

  .partners-row {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .partners-container {
    flex-flow: column;
    display: none;
  }

  .partners-row-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .container-9 {
    max-width: 728px;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .item-1.about, .item-1.home, .item-2 {
    opacity: .5;
  }

  .home-container-news {
    max-width: 728px;
  }

  .team-photo {
    width: 100%;
    height: 100%;
    margin-right: 0;
    overflow: hidden;
  }

  .team-text-box {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .team-text-box.text-l {
    margin-right: 0;
  }

  .team-paragraph.white.artist, .team-paragraph.white.artist-2 {
    text-align: justify;
  }

  .team-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .team-card.artist {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .container-13 {
    width: 100%;
  }

  .artist-name-l {
    padding-bottom: 10px;
    font-size: 60px;
  }

  .artist-name-s {
    font-size: 40px;
  }

  .text-block-6, .text-block-7 {
    text-align: left;
  }

  .artist-works-photo {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .noise {
    background-repeat: repeat-y;
  }

  .go-top-btn {
    display: none;
  }

  .partners-container-mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar-mobile {
    background-color: var(--black);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    display: block;
  }

  .nav-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px #000;
    border-bottom: .5px solid #fff;
    border-radius: 1px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px 0 20px;
    display: flex;
  }

  .burger-btn {
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    display: flex;
  }

  .hamburger-icon {
    width: 30px;
    height: 30px;
  }

  .team-img {
    width: 100%;
  }

  .artist-btn2 {
    margin-bottom: 20px;
  }

  .text-block-6-eng {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link.nav-btn-about {
    text-align: center;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .eng-btn {
    margin-top: 10px;
  }

  .nav-dropdown-container.drop-about {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-dropdown-container.drop-shop {
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-nav-btn {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .margin-bottom-24px {
    width: 100%;
    padding-left: 0;
  }

  .info-container {
    margin-left: 0;
    margin-right: 0;
  }

  .info-container.traffic {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 10vw;
    line-height: 70%;
  }

  .heading-2.font-black {
    line-height: 80px;
  }

  .home-section-1 {
    padding: 60px 15px;
  }

  .heading-sub {
    font-size: 6vw;
  }

  .info-headline {
    font-size: 18px;
    font-weight: 500;
  }

  .info-p-container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-5, .image-6 {
    display: none;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid.grid-solo, .grid.grid-2 {
    grid-template-columns: 1fr;
  }

  .card-container {
    padding-left: 0;
    padding-right: 0;
  }

  .partners-box {
    justify-content: flex-start;
    align-items: center;
  }

  .partners-row {
    flex-flow: column;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-social-block-three {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
  }

  .footer-social-link-three {
    margin-left: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    font-size: 10px;
    line-height: 20px;
  }

  .image-20 {
    height: 50px;
  }

  .item-1.about {
    opacity: .3;
  }

  .item-1.art {
    opacity: .5;
    top: 60px;
    left: -120px;
  }

  .item-2.art {
    top: 480px;
  }

  .item-3.about {
    opacity: .5;
    top: -20px;
    right: -250px;
  }

  .artist-title-box {
    flex-flow: column;
  }

  .artist-name-l {
    font-size: 60px;
  }

  .text-block-7 {
    font-size: 16px;
    line-height: 140%;
  }

  .icon-fb-svg, .icon-ig-svg {
    height: 50px;
  }

  .partners-container-mobile {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .section {
    background-size: cover;
    overflow: visible;
  }

  .body.page-wrapper {
    flex-flow: column;
    display: flex;
  }

  .container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 840px;
    padding-top: 40px;
  }

  .margin-bottom-24px {
    text-align: justify;
    letter-spacing: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    font-size: 3.5vw;
    line-height: 280%;
    display: flex;
  }

  .margin-bottom-24px.font-black {
    margin-bottom: 0;
  }

  .info-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }

  .info-container.about {
    padding-bottom: 80px;
  }

  .info-container.artist {
    flex-flow: column;
    margin-top: 40px;
  }

  .info-container.traffic {
    padding-bottom: 80px;
    padding-left: 20px;
  }

  .home-container-about {
    max-width: none;
    margin-top: 40px;
  }

  .home-container-about.artist-page {
    width: 80%;
  }

  .heading-2 {
    text-align: center;
    white-space: normal;
    word-break: normal;
    font-size: 10vw;
  }

  .heading-2.font-black {
    font-size: 9vw;
    line-height: 40px;
  }

  .heading-2.font-black.mobile-team {
    font-size: 7vw;
  }

  .tag-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-section-1 {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .image-2, .image-2.icon-black, .image-3, .image-3.icon-black {
    height: 1.5em;
  }

  .tag-sub {
    margin-top: 6px;
    margin-bottom: 0;
  }

  .heading-sub {
    text-align: center;
    font-size: 6vw;
  }

  .heading-sub.font-black {
    line-height: 30px;
  }

  .heading-sub.font-black.traffic {
    font-size: 28px;
    line-height: 26px;
  }

  .heading-sub.font-black.mobile-team-eng {
    font-size: 6vw;
    line-height: 10px;
  }

  .headline-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 100px;
    margin-bottom: 20px;
  }

  .info-headline {
    text-align: center;
    letter-spacing: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 4vw;
    line-height: 290%;
    display: flex;
  }

  .info-p-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .arrow-down-container {
    max-width: none;
  }

  .arrow-down-container.white {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .home-container-art {
    max-width: none;
  }

  .artist-name {
    font-size: 14px;
  }

  .grid.grid-2 {
    grid-template-columns: 1fr;
  }

  .card-container {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .partners-head {
    text-align: center;
    letter-spacing: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 3.5vw;
    line-height: 290%;
    display: flex;
  }

  .logo.sponsored-logo-2 {
    flex-flow: column;
  }

  .partners-row, .partners-row-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .container-9 {
    max-width: none;
  }

  .footer-social-block-three {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
  }

  .footer-social-link-three {
    margin-left: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    text-align: center;
    font-size: 10px;
  }

  .image-20 {
    height: 40px;
  }

  .item-1.about {
    opacity: .3;
  }

  .item-1.about2 {
    opacity: .5;
    top: 2295px;
    right: -285px;
  }

  .item-2 {
    height: 450px;
    top: 1250px;
    right: -230px;
  }

  .item-2.about {
    top: 3030px;
    left: -230px;
  }

  .item-3.about2 {
    opacity: .5;
    top: 3780px;
  }

  .item-4.about {
    opacity: .5;
    top: 1790px;
  }

  .news-card-container {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .home-container-news {
    max-width: none;
  }

  .shop-text {
    height: 50%;
    overflow: auto;
  }

  .team-photo {
    width: 100%;
    margin-right: 0;
  }

  .team-text-box {
    width: 100%;
    margin-top: 20px;
  }

  .team-name {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 34px;
  }

  .team-paragraph {
    font-size: 3.5vw;
  }

  .team-paragraph.white.artist, .team-paragraph.white.artist-2 {
    font-size: 12px;
  }

  .team-card.artist {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .container-13 {
    margin-bottom: 0;
  }

  .artist-title-box {
    flex-flow: column;
    width: 100%;
    margin-top: 50px;
    font-size: 24px;
  }

  .text-block-4 {
    margin-top: 14px;
    padding: 4px 10px;
    font-size: 9px;
  }

  .artist-name-l {
    font-size: 22px;
  }

  .artist-name-s {
    font-size: 18px;
  }

  .artist-name-s.artist-eng-name-s {
    font-size: 12px;
  }

  .artist-name-s.artist-eng-name-s.judai {
    font-size: 8px;
  }

  .art-name-container {
    text-align: left;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .artist-works-photo {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .icon-fb-svg, .icon-ig-svg {
    height: 50px;
  }

  .text-block-6-eng {
    font-size: 20px;
  }
}


@font-face {
  font-family: 'Panchang';
  src: url('../fonts/Panchang-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}