@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+TC:wght@100..900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #626363;
}
body ::-moz-selection {
  background-color: rgba(255, 183, 27, 0.5);
}
body ::selection {
  background-color: rgba(255, 183, 27, 0.5);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a,
span,
i {
  display: inline-block;
}

a,
a:hover {
  text-decoration: none;
  color: #626363;
}

button, a {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

@supports (-webkit-overflow-scrolling: touch) {
  button, a {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    touch-action: manipulation;
  }
}
@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

a:focus,
button:focus,
input:focus {
  outline: 5px dotted #00FF00 !important;
}

main {
  padding-top: 4.4325rem;
  position: relative;
}
@media (min-width: 1389px) {
  main {
    padding-top: 5.78125rem;
  }
}
main > a:first-child {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
main > a:first-child:focus {
  clip: initial;
  clip-path: initial;
  width: auto;
  height: auto;
  margin: auto;
  overflow: visible;
  top: 3.7rem;
  left: 0.9375rem;
  color: #626363;
}
@media (min-width: 1389px) {
  main > a:first-child:focus {
    top: 5.5rem;
  }
}

a.skip-to-main {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #ffb71b;
  color: #626363;
}
a.skip-to-main:focus {
  clip: initial;
  clip-path: initial;
  width: auto;
  height: auto;
  margin: auto;
  overflow: visible;
  padding: 0.5rem 1rem;
}

.arrow-top-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  color: #ffb71b;
  border: 1px solid #ffb71b;
  background-color: transparent;
  border-radius: 50%;
}
.arrow-top-btn i {
  font-size: 1.5rem;
}

.arrow-left-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #626363;
  text-decoration: underline;
}
.arrow-left-btn span {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  color: #ffb71b;
  border: 1px solid #ffb71b;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.arrow-left-btn span i {
  font-size: 1.5rem;
}
.arrow-left-btn:hover {
  color: #626363;
  text-decoration: underline;
}

.main-content .menu {
  display: block;
  padding: 0 2rem;
  visibility: hidden;
}
.main-content .menu.slick-initialized {
  visibility: visible;
}
.main-content .menu .slick-list {
  padding: 0.125rem 0.125rem;
}
@media (min-width: 768px) {
  .main-content .menu .slick-track {
    margin-right: initial;
  }
}
.main-content .menu .slick-slide {
  margin: 0 0.5rem;
}
.main-content .menu .slick-slide:last-child {
  margin-right: 0;
}
.main-content .menu li {
  text-align: center;
}
.main-content .menu a::after {
  background-color: #ffb71b;
}
.main-content .menu .slick-arrow {
  color: #626363;
  background-color: #ffffff;
  border-radius: 50%;
  width: 1.65rem;
  height: 1.65rem;
  line-height: 1.65rem;
  text-align: center;
}
.main-content .menu .slick-arrow i {
  font-size: 0.8rem;
}
.main-content .menu .slick-prev {
  left: 0;
}
.main-content .menu .slick-next {
  right: 0;
}

.cms-page.sitemap .articleEditorBox ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
}
.cms-page.sitemap .articleEditorBox ul li {
  list-style: none;
  list-style-type: none;
}

.page-container {
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .page-container {
    margin-top: 4.5rem;
  }
}
.page-container .arrow-right-icon {
  width: 2.5rem;
  height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #ffb71b;
  border: 1px solid #ffb71b;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .page-container .arrow-right-icon i {
    font-size: 1.25rem;
  }
}
.page-container .arrow-right-icon:hover {
  color: #ffffff;
  background-color: #ffb71b;
  transition: all 0.4s ease-in-out;
}
.page-container .arrow-right-icon.disabled {
  color: #626363;
  border: 1px solid #626363;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  pointer-events: none;
}
.page-container a.active {
  color: #030202;
}

.w-1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.font-fira {
  font-family: "Fira Sans", sans-serif;
}

.bg-main {
  background-color: #ffb71b;
}

.text-main {
  color: #ffb71b;
}

.text-lightBlack {
  color: #626363;
}

.text-darkBlack {
  color: #030202;
}

.text-white {
  color: #ffffff;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-23 {
  font-size: 1.4375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-48 {
  font-size: 3rem;
}

.mb-18 {
  margin-bottom: 1.125rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.py-60 {
  padding: 3.75rem 0;
}

.pb-32 {
  padding-bottom: 2rem;
}

@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
}

[ng-cloak] {
  display: none !important;
}

a[href="#headerMenu"] {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
a[href="#headerMenu"]:focus {
  clip: initial;
  clip-path: initial;
  width: auto;
  height: auto;
  margin: auto;
  overflow: visible;
  top: 24%;
  left: 0.9375rem;
  padding-right: 0.4rem;
}

.nav-container {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}

.navbar {
  background-color: #ffffff;
  align-items: center;
  padding: 0.4rem 0.9375rem 0.4rem 0.9375rem;
}
@media (min-width: 1389px) {
  .navbar {
    align-items: end;
    padding: 0 0.9375rem 0.8rem 0.9375rem;
  }
}
.navbar.navbar-expand-xl {
  flex-flow: row wrap;
  justify-content: space-between;
}
.navbar.navbar-expand-xl .navbar-collapse {
  flex-basis: 100%;
}
@media (min-width: 1389px) {
  .navbar.navbar-expand-xl .navbar-collapse {
    flex-basis: auto;
  }
}
.navbar.navbar-expand-xl .navbar-nav {
  flex-direction: column;
}
@media (min-width: 1389px) {
  .navbar.navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
}
.navbar.navbar-expand-xl .collapse:not(.show) {
  display: none !important;
}
@media (min-width: 1389px) {
  .navbar.navbar-expand-xl .collapse:not(.show) {
    display: flex !important;
  }
}
.navbar a {
  color: #626363;
  transition: all 0.4s ease-in-out;
}
.navbar a:hover, .navbar a.active {
  color: #ffb71b;
  transition: all 0.4s ease-in-out;
}
.navbar h1 {
  padding-right: 1rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 1389px) {
  .navbar h1 {
    padding-left: 1.2rem;
    padding-bottom: 0;
  }
}

.navbar-collapse {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  row-gap: 1rem;
  height: calc(100vh - 60px);
}
@media (min-width: 1389px) {
  .navbar-collapse {
    height: auto;
    align-items: initial;
    row-gap: 0;
  }
}
.navbar-collapse .top {
  order: 1;
}
@media (min-width: 1389px) {
  .navbar-collapse .top {
    order: 0;
  }
}
.navbar-collapse .top a {
  padding: 0.5rem 0.5rem;
}
.navbar-collapse .top li:first-child {
  position: relative;
}
.navbar-collapse .top li:first-child::after {
  position: absolute;
  content: "|";
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}
.navbar-collapse .top li:not(:last-child) {
  margin-right: 0.5rem;
}
.navbar-collapse .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}
@media (min-width: 1389px) {
  .navbar-collapse .bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.logo {
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  max-width: 10.625rem;
}

.mobile-right-logos {
  position: absolute;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  top: 1.25rem;
  right: 3.25rem;
}
@media (min-width: 1389px) {
  .mobile-right-logos {
    display: none;
  }
}
.mobile-right-logos a {
  max-width: 2.75rem;
}

.navbar-nav {
  align-items: center;
}
@media (min-width: 1389px) {
  .navbar-nav li:not(:last-child) {
    margin-right: 1rem;
  }
}

.right-logos {
  display: flex;
  align-items: center;
}
.right-logos a {
  height: 100%;
}
.right-logos a:not(:last-child) {
  margin-right: 1.5rem;
}
.right-logos .nsyo {
  max-width: 11rem;
}
.right-logos .musiclab {
  max-width: 9rem;
}

#menuToggle {
  width: 1.5rem;
  height: 2rem;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
#menuToggle span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffb71b;
  right: 0;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  text-indent: -6249rem;
}
#menuToggle span:nth-child(1) {
  top: 0.5rem;
}
#menuToggle span:nth-child(1).first-rotate {
  transform: rotate(45deg);
  top: 1rem;
}
#menuToggle span:nth-child(2) {
  top: 1rem;
}
#menuToggle span:nth-child(2).second-rotate {
  width: 0%;
  opacity: 0;
}
#menuToggle span:nth-child(3) {
  top: 1.5rem;
}
#menuToggle span:nth-child(3).last-rotate {
  transform: rotate(-45deg);
  top: 1rem;
}
@media (min-width: 1389px) {
  #menuToggle {
    display: none;
  }
}

footer {
  background-color: #000000;
  padding: 5rem 0;
}
footer > div {
  row-gap: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  footer > div {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .left {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
footer .left ul a {
  padding: 0.2rem 0;
}
footer a[href="#footerMenu"] {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
footer a[href="#footerMenu"]:focus {
  clip: initial;
  clip-path: initial;
  width: auto;
  height: auto;
  margin: auto;
  overflow: visible;
  top: -0.5rem;
  left: -0.5rem;
  padding-right: 0.4rem;
}
footer .right ul.icons {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  footer .right ul.icons {
    justify-content: flex-end;
  }
}
footer .right ul.icons a {
  padding: 0.6rem 0.6rem;
}
footer .right ul.icons li:not(:last-child) {
  margin-right: 0.5rem;
}
footer .right nav.footer-menu {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 0;
}
footer .right nav.footer-menu a {
  padding: 0.7rem 0.5rem;
}
footer .right nav.footer-menu a:not(:last-child) {
  margin-right: 0.5rem;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #ffb71b;
  transition: all 0.3s ease-in-out;
}

.banner-block {
  position: relative;
  z-index: 1;
}
.banner-block::before, .banner-block::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  display: none;
  z-index: -1;
}
@media (min-width: 768px) {
  .banner-block.loaded::before, .banner-block.loaded::after {
    display: block;
  }
}
.banner-block::before {
  left: 0;
  background-color: #808080;
}
.banner-block::after {
  right: 0;
  background-color: #ffb71b;
}
.banner-block > div {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .banner-block > div {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.banner-carousel {
  visibility: hidden;
}
.banner-carousel a {
  position: relative;
}
.banner-carousel .content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .banner-carousel .content {
    position: absolute;
    width: 41.6666666667%;
    left: 0;
    bottom: 0;
  }
}
.banner-carousel .event-info {
  width: 60%;
  margin-bottom: 0.8rem;
  color: #ffffff;
}
@media (min-width: 992px) {
  .banner-carousel .event-info {
    padding-right: 0.8rem;
    padding-left: 1.2rem;
  }
}
.banner-carousel .event-info .date {
  display: flex;
  flex-direction: column;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.banner-carousel .event-info .date span {
  font-size: 2rem;
  line-height: 2.2rem;
}
.banner-carousel .event-info .location {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.banner-carousel .event-info .location span.line {
  height: 0.125rem;
  width: 3rem;
  background-color: #ffb71b;
  position: static;
}
.banner-carousel .event-info .location span.place {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
}
.banner-carousel .event-title {
  color: #030202;
  background-color: #ffb71b;
  padding: 0.8rem 1rem;
}
@media (min-width: 992px) {
  .banner-carousel .event-title {
    padding: 1.2rem 1.2rem;
  }
}
.banner-carousel .event-title .ch-title {
  font-size: 1.0625rem;
  margin-bottom: 0rem;
  font-weight: 700;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 576px) {
  .banner-carousel .event-title .ch-title {
    font-size: 1.25rem;
  }
}
.banner-carousel img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .banner-carousel img {
    width: 75%;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .banner-carousel img.img-ph {
    display: none;
  }
}
.banner-carousel img.img-pc {
  display: none;
}
@media (min-width: 768px) {
  .banner-carousel img.img-pc {
    display: block;
  }
}
.banner-carousel.slick-initialized {
  visibility: visible;
}
.banner-carousel .slick-dots {
  right: 1.5rem;
  bottom: 0;
  top: 67%;
  width: auto;
}
@media (min-width: 576px) {
  .banner-carousel .slick-dots {
    top: 70%;
  }
}
@media (min-width: 768px) {
  .banner-carousel .slick-dots {
    top: initial;
    bottom: 2rem;
  }
}
.banner-carousel .slick-dots li button .slick-dot-icon {
  color: #ffb71b;
  opacity: 1;
}
.banner-carousel .slick-dots li.slick-active button .slick-dot-icon {
  color: #ffffff;
}
.banner-carousel.slick-slider {
  margin-bottom: 0;
}
.banner-carousel.slick-slider.slick-dotted {
  margin-bottom: 0;
}
.banner-carousel .slick-arrow {
  z-index: 1;
  width: 1.8rem;
  height: 3.6rem;
  background-color: #ffb71b;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  .banner-carousel .slick-arrow {
    width: 2rem;
    height: 4rem;
  }
}
@media (min-width: 1280px) {
  .banner-carousel .slick-arrow {
    width: 3rem;
    height: 3rem;
    border: 1px solid #ffb71b;
    transform: initial;
    top: auto;
    bottom: 5%;
  }
}
.banner-carousel .slick-prev {
  border-top-right-radius: 1.8rem;
  border-bottom-right-radius: 1.8rem;
  left: 0;
}
@media (min-width: 576px) {
  .banner-carousel .slick-prev {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.banner-carousel .slick-prev i {
  position: relative;
  left: -0.3125rem;
  font-size: 1.2rem;
  color: #ffffff;
  cursor: pointer;
}
@media (min-width: 576px) {
  .banner-carousel .slick-prev i {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .banner-carousel .slick-prev {
    border-radius: 50%;
    left: initial;
    right: 6rem;
  }
  .banner-carousel .slick-prev i {
    left: initial;
  }
}
.banner-carousel .slick-next {
  border-top-left-radius: 1.8rem;
  border-bottom-left-radius: 1.8rem;
  right: 1.5rem;
}
@media (min-width: 576px) {
  .banner-carousel .slick-next {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
}
.banner-carousel .slick-next i {
  position: relative;
  right: -0.3125rem;
  font-size: 1.2rem;
  color: #ffffff;
  cursor: pointer;
}
@media (min-width: 576px) {
  .banner-carousel .slick-next i {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .banner-carousel .slick-next {
    border-radius: 50%;
  }
  .banner-carousel .slick-next i {
    right: initial;
  }
}

.concert-calender {
  background-color: #EDEDED;
  padding: 3.375rem 0;
  position: relative;
}
.concert-calender .container-lg > div {
  row-gap: 2rem;
}
.concert-calender .calender-block h2 {
  font-size: 1.5rem;
  color: #030202;
  margin-bottom: 2rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .concert-calender .calender-block h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  .concert-calender .events-list {
    padding: 0 1.875rem;
  }
}
@media (min-width: 768px) {
  .concert-calender .events-list {
    padding: 0;
    position: absolute;
    width: calc(100% - 25rem);
    margin-left: 25rem;
    height: 36rem;
  }
}
.concert-calender .item {
  display: flex !important;
  flex-direction: column;
}
@media (min-width: 768px) {
  .concert-calender .item {
    height: 36rem;
  }
}
.concert-calender .item img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .concert-calender .item img {
    height: 26.25rem;
  }
}
.concert-calender .item .content {
  display: flex;
  flex-grow: 1;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
@media (min-width: 768px) {
  .concert-calender .item .content {
    max-width: 28.75rem;
  }
}
@media (min-width: 992px) {
  .concert-calender .item .content {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.concert-calender .item .date {
  font-family: "Fira Sans", sans-serif;
  color: #030202;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.concert-calender .item .date span:first-child {
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .concert-calender .item .date span:first-child {
    font-size: 1.125rem;
  }
}
.concert-calender .item .date span:nth-child(2) {
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1;
}
@media (min-width: 1200px) {
  .concert-calender .item .date span:nth-child(2) {
    font-size: 2rem;
  }
}
.concert-calender .item .date span:nth-child(3) {
  font-weight: 700;
}
.concert-calender .item .info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1rem;
}
.concert-calender .item .info span.location {
  font-weight: 500;
  font-size: 1rem;
  color: #626363;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.concert-calender .item .info span.title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #030202;
  line-height: 1.5;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.125rem;
}
@media (min-width: 768px) {
  .concert-calender .item .info span.title {
    height: auto;
  }
}
@media (min-width: 992px) {
  .concert-calender .item .info span.title {
    font-size: 1.125rem;
  }
}
.concert-calender .item .info .btns {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.concert-calender .item .info .btns a {
  color: #030202;
  flex: 1;
  padding: 0.5rem 0.5rem;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
}
@media (min-width: 992px) {
  .concert-calender .item .info .btns a {
    font-size: 1.125rem;
  }
}
.concert-calender .item .info .btns a.infoBtn {
  background-color: #ffffff;
}
.concert-calender .item .info .btns a.bookBtn {
  background-color: #ffb71b;
  transition: all 0.3s ease-in-out;
}
.concert-calender .item .info .btns a.bookBtn:hover {
  color: #ffffff;
  background-color: #626363;
  transition: all 0.3s ease-in-out;
}

#event-carousel {
  margin-bottom: 0;
}
#event-carousel .slick-track {
  margin-right: initial;
  margin-left: initial;
}
#event-carousel .slick-slide > div {
  height: 100%;
}
@media (min-width: 576px) {
  #event-carousel .slick-slide:not(:last-child) {
    margin-right: 1.8rem;
  }
}
#event-carousel .slick-arrow {
  z-index: 1;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffb71b;
  border-radius: 50%;
}
@media (min-width: 768px) {
  #event-carousel .slick-arrow {
    top: -9%;
  }
}
#event-carousel .slick-arrow i {
  font-size: 1.5rem;
  color: #ffffff;
  cursor: pointer;
}
#event-carousel .slick-prev {
  left: -0.5rem;
}
@media (min-width: 768px) {
  #event-carousel .slick-prev {
    left: 0;
  }
}
#event-carousel .slick-next {
  right: -0.5rem;
}
@media (min-width: 768px) {
  #event-carousel .slick-next {
    right: auto;
    left: 4rem;
  }
}

.vanilla-calendar {
  font-family: "Fira Sans", sans-serif;
  border-radius: 0;
  width: 100%;
  height: 30rem;
  padding: 2.5rem 1.5rem 3rem 1.5rem;
  background-color: #ffffff !important;
  color: #030202 !important;
}
@media (min-width: 576px) {
  .vanilla-calendar {
    width: 30rem;
    height: 36rem;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .vanilla-calendar {
    width: 22.5rem;
    margin: initial;
  }
}
.vanilla-calendar .vanilla-calendar-header {
  margin-bottom: 1.8rem;
}
.vanilla-calendar .vanilla-calendar-week {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #626363;
}
.vanilla-calendar #customButton {
  background-color: transparent;
  border: none;
  color: #626363;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #626363;
}

[data-calendar-theme=light] .vanilla-calendar-arrow:before {
  background-image: initial;
}

.arrow-cus {
  color: #030202;
  pointer-events: auto;
  position: relative;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
}
.arrow-cus::before {
  position: absolute;
  left: 0;
  top: -0.375rem;
  height: 100%;
  width: 100%;
  content: "\f128";
  font-family: "bootstrap-icons";
  font-size: 1.5rem;
}
.arrow-cus.vanilla-calendar-arrow_next {
  transform: rotate(-90deg);
}
.arrow-cus.vanilla-calendar-arrow_prev {
  transform: rotate(90deg);
}

[data-calendar-theme=light] .vanilla-calendar-month.vanilla-calendar-month_disabled,
[data-calendar-theme=light] .vanilla-calendar-year.vanilla-calendar-year_disabled,
[data-calendar-theme=light] .vanilla-calendar-week__day {
  color: #030202;
}

.vanilla-calendar-month,
.vanilla-calendar-year {
  font-weight: 600;
  font-size: 1.5rem;
}

.vanilla-calendar-week__day {
  font-weight: 600;
  font-size: 1.1rem;
}

.vanilla-calendar-days {
  -moz-column-gap: 0.35rem;
       column-gap: 0.35rem;
}
@media (min-width: 375px) {
  .vanilla-calendar-days {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 460px) {
  .vanilla-calendar-days {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    padding: 0 0.75rem;
  }
}
@media (min-width: 520px) {
  .vanilla-calendar-days {
    -moz-column-gap: 2.2rem;
         column-gap: 2.2rem;
  }
}
@media (min-width: 768px) {
  .vanilla-calendar-days {
    -moz-column-gap: 0.9rem;
         column-gap: 0.9rem;
  }
}

[data-calendar-theme=light] .vanilla-calendar-day__btn {
  font-size: 1.2rem;
  border: none;
  border-radius: 50%;
  background-color: #ffb71b;
  color: #030202;
  height: 85%;
  width: 85%;
}
[data-calendar-theme=light] .vanilla-calendar-day__btn.vanilla-calendar-day__btn_disabled {
  color: #030202;
  background-color: #ffffff;
}
[data-calendar-theme=light] .vanilla-calendar-day__btn.vanilla-calendar-day__btn_disabled.vanilla-calendar-day__btn_today {
  background-color: #EDEDED;
  color: #030202;
}
[data-calendar-theme=light] .vanilla-calendar-day__btn:hover {
  background-color: #ffffff;
  border: 1px solid #ffb71b;
  color: #030202;
}

@media (prefers-color-scheme: dark) {
  [data-calendar-theme=light] .vanilla-calendar-day__btn {
    font-size: 1.2rem;
    border: none;
    border-radius: 50%;
    background-color: #ffb71b;
    color: #030202;
    height: 85%;
    width: 85%;
  }
  [data-calendar-theme=light] .vanilla-calendar-day__btn.vanilla-calendar-day__btn_disabled {
    color: #030202;
    background-color: #ffffff;
  }
  [data-calendar-theme=light] .vanilla-calendar-day__btn.vanilla-calendar-day__btn_disabled.vanilla-calendar-day__btn_today {
    background-color: #EDEDED;
    color: #030202;
  }
  [data-calendar-theme=light] .vanilla-calendar-day__btn:hover {
    background-color: #ffffff;
    border: 1px solid #ffb71b;
    color: #030202;
  }
}
.special-box {
  position: relative;
}
@media (min-width: 768px) {
  .special-box {
    padding-top: 3.375rem;
    padding-bottom: 4.2rem;
  }
}
.special-box > div {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .special-box > div {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.special-box .title {
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #030202;
  padding: 0.6rem 0.9375rem;
}
@media (min-width: 576px) {
  .special-box .title {
    padding: 0.6rem 2rem;
  }
}
@media (min-width: 768px) {
  .special-box .title {
    position: absolute;
    word-wrap: break-word;
    top: 0;
    width: 100%;
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 992px) {
  .special-box .title {
    font-size: 1.875rem;
    padding: 2rem 2rem;
  }
}
.special-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.special-box .white-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #ffffff;
  color: #030202;
  padding: 0.8rem 0.9375rem;
}
@media (min-width: 576px) {
  .special-box .white-box {
    padding: 1rem 2rem;
  }
}
@media (min-width: 768px) {
  .special-box .white-box {
    position: absolute;
    top: 65%;
    padding: 1.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .special-box .white-box {
    padding: 2rem 2rem;
  }
}
.special-box .content {
  line-height: 1.75rem;
  margin-bottom: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .special-box .content {
    line-height: 2rem;
  }
}
.special-box .arrow-right-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  color: #626363;
  transition: all 0.3s ease-in-out;
}
.special-box .arrow-right-btn span:first-child {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .special-box .arrow-right-btn span:first-child {
    font-size: 1.25rem;
  }
}
.special-box .arrow-right-btn span:last-child {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffb71b;
  border: 1px solid #ffb71b;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.special-box .arrow-right-btn span:last-child i {
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.special-box .arrow-right-btn:hover {
  color: #626363;
  transition: all 0.3s ease-in-out;
}
.special-box .arrow-right-btn:hover span:last-child {
  background-color: #ffb71b;
}
.special-box .arrow-right-btn:hover span:last-child i {
  color: #ffffff;
}

.season-container .yellow-block {
  position: absolute;
  width: 40%;
  height: calc((100% - 7.575rem) * 0.65);
  background-color: #ffb71b;
  top: 3.375rem;
  left: 0;
  display: none;
}
@media (min-width: 768px) {
  .season-container .yellow-block {
    display: block;
  }
}
@media (min-width: 768px) {
  .season-container .title {
    writing-mode: vertical-rl;
    height: 65%;
  }
}
@media (min-width: 768px) {
  .season-container .white-box {
    left: 0;
    width: 41.6666666667%;
  }
}

.musician-container .gray-block {
  position: absolute;
  width: 40%;
  height: calc((100% - 7.575rem) * 0.65);
  background-color: #EDEDED;
  top: 3.375rem;
  right: 0;
  display: none;
}
@media (min-width: 768px) {
  .musician-container .gray-block {
    display: block;
  }
}
@media (min-width: 768px) {
  .musician-container .title {
    writing-mode: vertical-lr;
    height: 65%;
  }
}
@media (min-width: 768px) {
  .musician-container .white-box {
    right: -8.3333333333%;
    width: 41.6666666667%;
  }
}

.home-news-container {
  padding-bottom: 3.375rem;
}
.home-news-container .title {
  display: flex;
  align-items: baseline;
  font-family: "Fira Sans", sans-serif;
  margin-bottom: 2rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.home-news-container .title h2 {
  font-weight: 600;
  color: #030202;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .home-news-container .title h2 {
    font-size: 1.875rem;
  }
}
.home-news-container .title a {
  color: #626363;
  font-size: 1.125rem;
  height: 100%;
}
@media (min-width: 992px) {
  .home-news-container .title a {
    font-size: 1.25rem;
  }
}
.home-news-container .title a:hover {
  color: #ffb71b;
  transition: all 0.3s ease-in-out;
}
.home-news-container .title i {
  font-size: 1rem;
}
.home-news-container .row {
  row-gap: 1.5rem;
}
.home-news-container .row .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #030202;
  background-color: #ffb71b;
  padding: 1.5rem 1.5rem;
  transition: all 0.3s ease-in-out;
  outline: 1px solid #ffb71b;
  height: 100%;
}
.home-news-container .row .item:hover {
  background-color: #ffffff;
  outline: 1px solid #ffb71b;
  transition: all 0.3s ease-in-out;
}
.home-news-container .row .item:hover .icon {
  color: #ffb71b;
}
.home-news-container .row .item .date {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
}
.home-news-container .row .item span.news-title {
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-news-container .row .item .icon {
  align-self: flex-end;
  font-size: 1.5rem;
  color: #ffffff;
}

.banner {
  position: relative;
}
.banner .col-11 {
  position: relative;
}
.banner .col-11 .know-btn {
  position: absolute;
  width: 70%;
  height: 30%;
  background-color: #ffffff;
  bottom: 0;
  left: -3.5%;
  display: flex;
  align-items: center;
}
@media (min-width: 375px) {
  .banner .col-11 .know-btn {
    width: 60%;
  }
}
@media (min-width: 576px) {
  .banner .col-11 .know-btn {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .banner .col-11 .know-btn {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .banner .col-11 .know-btn {
    width: 30%;
  }
}
.banner .col-11 .know-btn .btnTitleCh {
  color: #030202;
  margin-bottom: 0;
  margin-right: 0.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .banner .col-11 .know-btn .btnTitleCh {
    font-size: 1.25rem;
    margin-right: 2rem;
  }
}
.banner .col-11 .know-btn .btnTitleEn {
  color: #030202;
  margin-bottom: 0;
  margin-right: 0.5rem;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .banner .col-11 .know-btn .btnTitleEn {
    font-size: 1.5rem;
    margin-right: 2rem;
  }
}
.banner .col-11 .know-btn .arrow-right-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffb71b;
  border: 1px solid #ffb71b;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .banner .col-11 .know-btn .arrow-right-icon {
    width: 3rem;
    height: 3em;
  }
}
.banner .col-11 .know-btn .arrow-right-icon i {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .banner .col-11 .know-btn .arrow-right-icon i {
    font-size: 1.5rem;
  }
}
.banner .col-1 {
  position: relative;
}
.banner .col-1 .engTitle {
  font-family: "Fira Sans", sans-serif;
  writing-mode: vertical-rl;
  font-weight: 500;
  word-wrap: break-word;
  position: absolute;
  right: 0.375rem;
  height: 100%;
  text-align: center;
  color: #808080;
  margin: 0;
  font-size: 1rem;
  line-height: 0.9;
}
@media (min-width: 375px) {
  .banner .col-1 .engTitle {
    right: 0.6rem;
  }
}
@media (min-width: 576px) {
  .banner .col-1 .engTitle {
    top: 0;
    right: 1.25rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .banner .col-1 .engTitle {
    font-size: 1.5rem;
  }
}
.banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 576px) {
  .banner img.img-ph {
    display: none;
  }
}
.banner img.img-pc {
  display: none;
}
@media (min-width: 576px) {
  .banner img.img-pc {
    display: block;
  }
}
.banner::after {
  content: "";
  position: absolute;
  background-color: #ffb71b;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  z-index: -1;
}

.banner.with-button .engTitle {
  height: 70%;
  text-align: center;
}

.main-content {
  background-color: #EDEDED;
  padding: 3rem 0 4rem;
}
@media (min-width: 992px) {
  .main-content {
    padding: 4rem 0 5rem;
  }
}
.main-content > div.container > .row {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .main-content > div.container > .row {
    margin-bottom: 3rem;
  }
}
.main-content .tab-container {
  row-gap: 0.8rem;
}
.main-content .long-arrow {
  display: flex;
  align-items: center;
}
.main-content .long-arrow span {
  width: 100%;
  text-align: center;
  background-color: #626363;
  height: 1px;
  position: relative;
}
.main-content .long-arrow span::after {
  content: "\f285";
  position: absolute;
  font-family: "bootstrap-icons";
  right: -5px;
  top: -12px;
}
.main-content .menu a {
  padding: 0.65rem 0.5rem;
  position: relative;
  color: #626363;
  white-space: nowrap;
}
.main-content .menu a:hover, .main-content .menu a.active {
  color: #030202;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.main-content .menu a:hover::after, .main-content .menu a.active::after {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.main-content .menu a::after {
  position: absolute;
  content: "";
  background-color: #ffb71b;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
.main-content .menu li:not(:last-child) {
  margin-right: 0.5rem;
}
.main-content .arrow-icon {
  transition: all 0.5s ease-in-out;
}
.main-content .arrow-icon.rotate {
  transform: rotate(-180deg);
}

.profile-block {
  position: relative;
  z-index: 1;
}
.profile-block .engTitle {
  position: absolute;
  background-color: #ffb71b;
  color: #030202;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  writing-mode: vertical-rl;
  word-wrap: break-word;
  font-size: 1.3rem;
  top: 0;
  left: 0;
  margin: 0;
  padding: 1.2rem 0.8rem;
}
@media (min-width: 768px) {
  .profile-block .engTitle {
    font-size: 1.5rem;
    padding: 1.5rem 1.2rem;
  }
}
@media (min-width: 992px) {
  .profile-block .engTitle {
    font-size: 1.8rem;
    left: -198%;
    width: 200%;
    z-index: -1;
    padding: 2.5rem 2rem;
  }
}
.profile-block img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .profile-block img {
    width: 81.8181818182%;
  }
}
.profile-block .name {
  position: absolute;
  background-color: #ffffff;
  right: 0;
  bottom: 0;
  min-height: 30%;
  min-width: 36.3636363636%;
  color: #030202;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 0.8rem;
}
@media (min-width: 768px) {
  .profile-block .name {
    min-height: 35%;
  }
}
.profile-block .name h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.4rem;
  margin-bottom: 0;
}
.profile-block .engNameBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.profile-block .engName {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .profile-block .engName {
    font-size: 1.3rem;
  }
}
.profile-block .engNameCh {
  font-weight: 500;
  font-size: 1.1rem;
}
.profile-block .chName {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .profile-block .chName {
    font-size: 2rem;
  }
}
.profile-block .chNameEng {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .profile-block .chNameEng {
    font-size: 2.5rem;
  }
}

#instruments-category-block {
  position: sticky;
  z-index: 1;
  top: 4.4325rem;
  margin-bottom: 0;
}
@media (min-width: 1389px) {
  #instruments-category-block {
    top: 5.78125rem;
  }
}
#instruments-category-block #yellow-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-color: #ffb71b;
  display: none;
}
@media (min-width: 992px) {
  #instruments-category-block #yellow-block {
    display: block;
  }
}
#instruments-category-block #white-block {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-color: #ffffff;
  display: none;
}
@media (min-width: 992px) {
  #instruments-category-block #white-block {
    display: block;
    opacity: 0;
  }
}
#instruments-category-block .menu-switch {
  border: none;
  color: #030202;
  background-color: #ffb71b;
  font-size: 1.2rem;
  position: absolute;
  width: 100%;
  top: -4%;
  z-index: 2;
  font-weight: 700;
  padding: 0.5rem 0.5rem;
}
@media (min-width: 992px) {
  #instruments-category-block .menu-switch {
    left: 0;
    width: 100%;
    writing-mode: vertical-rl;
    letter-spacing: 0.25rem;
    font-size: 1.25rem;
    top: 0;
    right: auto;
    height: 100%;
    z-index: 1;
    margin: 0;
    padding: 2.5rem 2rem;
  }
}
@media (min-width: 1200px) {
  #instruments-category-block .menu-switch {
    font-size: 1.25rem;
  }
}

#instruments-category-container {
  background-color: #ffffff;
  padding: 1rem 1rem;
  position: absolute;
  top: 2.8125rem;
  z-index: 1;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  #instruments-category-container {
    padding: 1.5rem 1.8rem;
  }
}
@media (min-width: 992px) {
  #instruments-category-container {
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    right: auto;
    box-shadow: none;
    padding: 2rem 5rem;
  }
}

.instruments-category {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .instruments-category {
    justify-content: initial;
  }
}
.instruments-category a {
  padding: 0.65rem 1rem;
  min-width: 9rem;
  position: relative;
  color: #626363;
  white-space: nowrap;
}
.instruments-category a:hover, .instruments-category a.active {
  color: #030202;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.instruments-category a:hover::after, .instruments-category a.active::after {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.instruments-category a::after {
  position: absolute;
  content: "";
  background-color: #ffb71b;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
.instruments-category li {
  position: relative;
  text-align: center;
  width: 48%;
}
@media (min-width: 576px) {
  .instruments-category li {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .instruments-category li {
    width: auto;
  }
}
.instruments-category li::after {
  position: absolute;
  content: "";
  background-color: #626363;
  width: 1px;
  height: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.instruments-category li:nth-child(even)::after {
  display: none;
}
@media (min-width: 576px) {
  .instruments-category li:nth-child(even)::after {
    display: block;
  }
}
@media (min-width: 576px) {
  .instruments-category li:nth-child(3n)::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .instruments-category li:nth-child(3n)::after {
    display: block;
  }
}

.member-list .row {
  row-gap: 3.5rem;
}
.member-list h2 {
  color: #030202;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .member-list h2 {
    font-size: 1.875rem;
    margin-bottom: 3rem;
  }
}
.member-list .member-row:not(:last-child) > div {
  border-bottom: 1px solid #626363;
  padding-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .member-list .member-row:not(:last-child) > div {
    padding-bottom: 4rem;
  }
}
.member-list .member-row > div {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .member-list .member-row > div {
    padding-top: 4rem;
  }
}
.member-list .member-row:first-child > div {
  padding-top: 4.5rem;
}
.member-list a {
  transition: all 0.3s ease-in-out;
}
.member-list a:hover {
  transform: translateY(-0.5rem);
  transition: all 0.3s ease-in-out;
}
.member-list img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 1rem;
}
.member-list span.musician-name {
  font-weight: bold;
  color: #030202;
  font-size: 1.25rem;
}
.member-list span.musician-title {
  font-weight: 500;
}

.member-list.admin-page .member-row:first-child > div {
  padding-top: 0rem;
}

.member-profile {
  row-gap: 2rem;
}
.member-profile .col-lg-5 {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .member-profile .col-lg-5 {
    padding-right: 0.9875rem;
  }
}
.member-profile h2 {
  position: absolute;
  background-color: #ffb71b;
  color: #030202;
  font-weight: 600;
  word-wrap: break-word;
  writing-mode: vertical-rl;
  font-size: 1.25rem;
  letter-spacing: 0.25rem;
  margin: 0;
  top: 0;
  left: -190%;
  width: 200%;
  height: 50%;
  padding: 1.5rem 0.8rem;
}
@media (min-width: 768px) {
  .member-profile h2 {
    font-size: 1.5rem;
    padding: 1.5rem 1.2rem;
  }
}
@media (min-width: 992px) {
  .member-profile h2 {
    padding: 2.5rem 2rem;
    left: -596%;
    width: 600%;
    font-size: 1.25rem;
    z-index: -1;
  }
}
.member-profile img {
  display: block;
  width: 80%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .member-profile img {
    width: 100%;
    margin: initial;
  }
}
@media (min-width: 992px) {
  .member-profile .col-lg-6 {
    padding-left: 0.9875rem;
  }
}
.member-profile .col-lg-6 > div {
  padding-top: 2rem;
}
.member-profile .title {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .member-profile .title {
    margin-bottom: 4rem;
  }
}
.member-profile .title h3 {
  font-size: 1.25rem;
  color: #626363;
  margin-right: 1rem;
}
.member-profile .title span {
  flex-grow: 1;
  height: 1px;
  background-color: #626363;
}
.member-profile .name {
  color: #030202;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .member-profile .name {
    margin-bottom: 4rem;
  }
}
.member-profile .name h4 {
  margin-bottom: 0;
  font-size: 2rem;
  margin-right: 1rem;
}
.member-profile .content {
  line-height: 2rem;
  color: #030202;
}

@media (min-width: 992px) {
  .main-content.sponsor-page .left-btn-box {
    border-right: 1px solid #030202;
  }
}
.main-content.sponsor-page .white-bg-btn {
  width: 12.75rem;
  transition: 0.4s all ease-in-out;
}
.main-content.sponsor-page .white-bg-btn:hover {
  background-color: #626363 !important;
  color: #ffffff !important;
  transition: 0.4s all ease-in-out;
}
.main-content.sponsor-page .special-btn {
  transition: 0.4s all ease-in-out;
}
.main-content.sponsor-page .special-btn:hover {
  background-color: #626363 !important;
  color: #ffffff !important;
  transition: 0.4s all ease-in-out;
}

.banner.lab-page::after {
  background-color: #E95513;
}

.main-content.lab-page .menu a::after {
  background-color: #E95513;
}
.main-content.lab-page .arrow-top-btn {
  color: #E95513;
  border-color: #E95513;
}

.banner.nsyo-page::after {
  background-color: #3FA9F5;
}

.main-content.nsyo-page .arrow-top-btn {
  color: #3FA9F5;
  border-color: #3FA9F5;
}
.main-content.nsyo-page .menu a::after {
  background-color: #3FA9F5;
}

#month-control {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #month-control {
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  #month-control {
    width: 33.3333333333%;
  }
}
#month-control div {
  flex-grow: 1;
}
#month-control h2 {
  font-family: "Fira Sans", sans-serif;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.5rem;
  color: #030202;
  font-weight: bold;
}
#month-control button {
  display: block;
  width: 3rem;
  height: 3rem;
  color: #ffffff;
  background-color: #ffb71b;
  border-radius: 50%;
  border: none;
}
#month-control button i {
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .main-content.concertInfoPage > div.container > div {
    margin-bottom: 4rem;
  }
}

.concert-item {
  color: #030202;
}
.concert-item > div {
  row-gap: 1.5rem;
}
.concert-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concert-item .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.concert-item .top .ch-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .concert-item .top .ch-title {
    font-size: 1.7rem;
  }
}
.concert-item .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.concert-item .bottom a {
  font-family: "Fira Sans", sans-serif;
  color: #030202;
  padding: 0.5rem 1.25rem;
  font-weight: 500;
}
.concert-item .bottom a.infoBtn {
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.concert-item .bottom a.infoBtn:hover {
  color: #ffffff;
  background-color: #626363;
  transition: all 0.3s ease-in-out;
}
.concert-item .bottom a.bookBtn {
  background-color: #ffb71b;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.concert-item .bottom a.bookBtn:hover {
  color: #ffffff;
  background-color: #626363;
  transition: all 0.3s ease-in-out;
}
.concert-item .info {
  display: flex;
  flex-direction: column;
}
.concert-item .info .date {
  font-size: 1.13rem;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .concert-item .info .date {
    font-size: 1.3rem;
  }
}
.concert-item .info .location {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .concert-item .info .location {
    font-size: 1.25rem;
  }
}

.concert-item-listPage {
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .concert-item-listPage {
    padding: 3rem 0;
  }
}
.concert-item-listPage:first-child {
  padding-top: 0;
}
.concert-item-listPage:not(:last-child) {
  border-bottom: 1px solid #030202;
}
.concert-item-listPage img {
  transition: transform 0.4s ease-in-out;
}
.concert-item-listPage img:hover {
  transform: scale(1.1);
  transition: transform 0.4s ease-in-out;
}
.concert-item-listPage .bottom {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.concert-item-listPage .bottom > div:first-child {
  flex-grow: 1;
}
.concert-item-listPage .info-box {
  max-height: 10.52375rem;
}
.concert-item-listPage .info-box::-webkit-scrollbar-track {
  border-radius: 0.625rem;
  background-color: #d9d9d9;
}
.concert-item-listPage .info-box::-webkit-scrollbar {
  width: 0.5rem;
}
.concert-item-listPage .info-box::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  background-color: #626363;
}
.concert-item-listPage .info-box .info {
  flex-grow: 1;
  padding: 1.25rem 0;
}
.concert-item-listPage .info-box .info:not(:last-child) {
  border-bottom: 1px solid #626363;
}
.concert-item-listPage .info-box .info:first-child {
  padding-top: 0;
}
.concert-item-listPage .info-box .info:last-child {
  padding-bottom: 0;
}
.concert-item-listPage .btns {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  flex-shrink: 0;
}

.concert-item-InfoPage .bottom-box {
  padding-right: 1rem;
  max-height: 20.26375rem;
  margin-bottom: 1.5rem;
}
.concert-item-InfoPage .bottom-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #d9d9d9;
}
.concert-item-InfoPage .bottom-box::-webkit-scrollbar {
  width: 0.5rem;
}
.concert-item-InfoPage .bottom-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #626363;
}
.concert-item-InfoPage .bottom {
  padding-top: 1.25rem;
  border-top: 1px solid #626363;
}
.concert-item-InfoPage .bottom:not(:last-child) {
  padding-bottom: 1.25rem;
}
.concert-item-InfoPage .info .duration {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .concert-item-InfoPage .info .duration {
    font-size: 1.125rem;
  }
}
.concert-item-InfoPage .info .price {
  font-size: 1rem;
  font-family: "Fira Sans", sans-serif;
}
@media (min-width: 992px) {
  .concert-item-InfoPage .info .price {
    font-size: 1.125rem;
  }
}
.concert-item-InfoPage a.bookBtn {
  margin-left: auto;
  font-family: "Fira Sans", sans-serif;
  color: #030202;
  padding: 0.5rem 1.25rem;
  font-weight: 500;
  background-color: #ffb71b;
  transition: all 0.3s ease-in-out;
}
.concert-item-InfoPage a.bookBtn:hover {
  color: #ffffff;
  background-color: #626363;
  transition: all 0.3s ease-in-out;
}

.concert-block {
  color: #030202;
  position: relative;
}
.concert-block .col-lg-11 {
  z-index: 1;
}
.concert-block .yellow-block {
  position: absolute;
}
.concert-block h2.title {
  position: absolute;
  font-weight: 600;
  word-wrap: break-word;
  font-size: 2rem;
  margin: 0;
  font-family: "Fira Sans", sans-serif;
}
@media (min-width: 992px) {
  .concert-block h2.title {
    background-color: #ffb71b;
    writing-mode: vertical-rl;
    left: -199%;
    width: 200%;
    z-index: -1;
    padding: 2.5rem 2rem;
    font-size: 1.8em;
  }
}
.concert-block .content {
  background-color: #EDEDED;
  margin-top: 3.8rem;
}
@media (min-width: 992px) {
  .concert-block .content {
    margin-top: 0;
    padding: 0 2rem;
  }
}
.concert-block .content > div {
  border-bottom: 1px solid #626363;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .concert-block .content > div {
    padding-bottom: 4rem;
  }
}

@media (min-width: 992px) {
  .concert-block.program .content > div {
    min-height: 13.125rem;
  }
}

@media (min-width: 992px) {
  .concert-block.info .content > div {
    min-height: 8.875rem;
  }
}

.concert-block.artists .content > div {
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
  max-height: 26.4375rem;
  overflow-y: auto;
}
.concert-block.artists .content > div::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #d9d9d9;
}
.concert-block.artists .content > div::-webkit-scrollbar {
  width: 0.5rem;
}
.concert-block.artists .content > div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #626363;
}
@media (min-width: 375px) {
  .concert-block.artists .content > div {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
@media (min-width: 992px) {
  .concert-block.artists .content > div {
    min-height: 11.5625rem;
  }
}
.concert-block.artists .content > div .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  row-gap: 1rem;
  border-bottom: none;
}
@media (min-width: 375px) {
  .concert-block.artists .content > div .item {
    width: 48%;
  }
}
@media (min-width: 576px) {
  .concert-block.artists .content > div .item {
    justify-content: initial;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .concert-block.artists .content > div .item {
    padding-bottom: 0;
  }
}
.concert-block.artists .content > div .item img {
  width: 150px;
}
.concert-block.artists .content > div .item span.instrument {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.concert-block.artists .content > div .item span.musician-name {
  font-size: 1.25rem;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

.concert-block.bottom {
  border-bottom: 0;
}
.concert-block.bottom .content {
  margin-top: 0;
}
@media (min-width: 768px) {
  .concert-block.bottom .content {
    width: 70%;
  }
}

.download-block {
  color: #030202;
}
.download-block h2 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .download-block h2 {
    padding: 0 2rem;
  }
}

.download-btns {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (min-width: 992px) {
  .download-btns {
    margin-top: 0;
    padding: 0 2rem;
  }
}
.download-btns a {
  color: #030202;
  padding: 0.8rem 0;
  transition: all 0.3s ease-in-out;
}
.download-btns a:hover {
  color: #626363;
  transition: all 0.3s ease-in-out;
}
.download-btns a:first-child {
  border-bottom: 1px solid #626363;
}

.main-content.news-page .news-item > a {
  padding: 2.5rem 0;
  border-bottom: 1px solid #626363;
  display: block;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .main-content.news-page .news-item > a {
    padding: 3rem 0;
  }
}
.main-content.news-page .news-item > a:hover {
  transform: translateX(0.5rem);
  transition: all 0.4s ease-in-out;
}
.main-content.news-page .news-item > a:hover .arrow-right-icon {
  background-color: transparent;
  border: 1px solid #ffb71b;
  color: #ffb71b;
  transition: all 0.4s ease-in-out;
}
.main-content.news-page .news-item .category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.main-content.news-page .news-item .category h4 {
  font-size: 1rem;
  padding: 0.5rem 0.5rem;
  color: #030202;
  background-color: #ffb71b;
}
.main-content.news-page .news-item .date {
  color: #626363;
  margin-bottom: 1rem;
}
.main-content.news-page .news-item h3 {
  width: 70%;
  margin-bottom: 0;
  color: #030202;
  font-weight: 600;
  font-size: 1.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .main-content.news-page .news-item h3 {
    font-size: 1.7rem;
  }
}
.main-content.news-page .news-item .arrow-right-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffb71b;
  border-radius: 50%;
  color: #ffffff;
  background-color: #ffb71b;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .main-content.news-page .news-item .arrow-right-icon {
    width: 3rem;
    height: 3em;
  }
}
.main-content.news-page .news-item .arrow-right-icon i {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .main-content.news-page .news-item .arrow-right-icon i {
    font-size: 1.5rem;
  }
}
.main-content.news-page .news-item:first-child > a {
  padding-top: 0;
}

.main-content.news-info-page .news-content {
  display: flex;
  flex-direction: column;
}
.main-content.news-info-page .news-content h2 {
  color: #030202;
  font-size: 1.5625rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .main-content.news-info-page .news-content h2 {
    font-size: 2.25rem;
  }
}
.main-content.news-info-page .news-content .date {
  color: #626363;
  margin-bottom: 1.8rem;
  order: -1;
}
.main-content.news-info-page .news-content .category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.8rem;
  order: -2;
}
.main-content.news-info-page .news-content .category h3 {
  font-size: 1rem;
  padding: 0.5rem 0.5rem;
  color: #030202;
  background-color: #ffb71b;
}

.press-page .menu, .outreach-page .menu {
  display: flex;
  visibility: visible !important;
}
.press-page .category-block, .outreach-page .category-block {
  position: relative;
  margin-bottom: 4.5rem;
}
.press-page .category-block #yellow-block, .outreach-page .category-block #yellow-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-color: #ffb71b;
  display: none;
}
.press-page .category-block #yellow-block.loaded, .outreach-page .category-block #yellow-block.loaded {
  display: block;
}

.season-category {
  list-style: none;
  display: block;
  background-color: #ffffff;
  width: 100%;
  visibility: hidden;
  margin-bottom: 0;
  padding-left: 0;
  padding: 1.1rem 2rem;
}
@media (min-width: 768px) {
  .season-category {
    padding: 1.1rem 2rem;
  }
}
@media (min-width: 992px) {
  .season-category {
    padding: 1.1rem 5rem;
  }
}
.season-category a {
  padding: 0.65rem 1rem;
  min-width: 9rem;
  position: relative;
  color: #626363;
  white-space: nowrap;
}
.season-category a:hover, .season-category a.active {
  color: #030202;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.season-category a:hover::after, .season-category a.active::after {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.season-category a::after {
  position: absolute;
  content: "";
  background-color: #ffb71b;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
.season-category li {
  position: relative;
  text-align: center;
}
.season-category .slick-slide:not(:first-child) li::before {
  position: absolute;
  content: "";
  background-color: #626363;
  width: 1px;
  height: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.season-category .slick-arrow {
  color: #626363;
  background-color: #ffffff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}
.season-category .slick-arrow i {
  font-size: 1rem;
}
.season-category .slick-prev {
  left: 0;
}
@media (min-width: 992px) {
  .season-category .slick-prev {
    left: 3.125rem;
  }
}
.season-category .slick-next {
  right: 0;
}
@media (min-width: 992px) {
  .season-category .slick-next {
    right: 3.125rem;
  }
}
.season-category.slick-initialized {
  visibility: visible;
}

.season-list .row {
  row-gap: 2.5rem;
}
.season-list h2 {
  color: #030202;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .season-list h2 {
    font-size: 1.875rem;
    margin-bottom: 3rem;
  }
}
.season-list a {
  transition: all 0.3s ease-in-out;
}
.season-list a:hover {
  transform: translateY(-0.5rem);
  transition: all 0.3s ease-in-out;
}
.season-list a.not-buy {
  pointer-events: none;
}
.season-list img {
  margin-bottom: 1rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.season-list .date {
  font-family: "Fira Sans", sans-serif;
  margin-bottom: 0.2rem;
  margin-top: 1rem;
  font-weight: 600;
}
.season-list .item-name {
  font-weight: 600;
  color: #030202;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.season-list .item-name.concert-name {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.season-list .item-name.product-name {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.season-list .category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
}
.season-list .category span {
  font-size: 1rem;
  padding: 0.4rem 0.6rem;
  color: #030202;
  background-color: #ffb71b;
}

@media (min-width: 992px) {
  .main-content.articleInfoPage > div.container > div {
    margin-bottom: 4rem;
  }
}

.articleInfo-item {
  color: #030202;
}
.articleInfo-item > div {
  row-gap: 1.5rem;
}
.articleInfo-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articleInfo-item .right {
  display: flex;
  flex-direction: column;
}
.articleInfo-item .top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #626363;
}
@media (min-width: 768px) {
  .articleInfo-item .top {
    height: 70%;
  }
}
.articleInfo-item .top .ch-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .articleInfo-item .top .ch-title {
    font-size: 1.7rem;
  }
}
.articleInfo-item .top .date {
  font-size: 1.13rem;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .articleInfo-item .top .date {
    font-size: 1.2rem;
  }
}
.articleInfo-item .bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1.5rem;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .articleInfo-item .bottom {
    height: 30%;
  }
}

.video-page > div.container > div:nth-child(2) {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .video-page > div.container > div:nth-child(2) {
    margin-bottom: 0;
  }
}
.video-page h2 {
  color: #030202;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .video-page h2 {
    font-size: 1.875rem;
    margin-bottom: 3rem;
  }
}

.video-item {
  border-bottom: 1px solid #626363;
}
.video-item a.row {
  padding: 2.5rem 0;
  row-gap: 1.5rem;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .video-item a.row {
    padding: 3rem 0;
  }
}
.video-item a.row:hover {
  transform: translateXY(0);
  transform: translateX(0.5rem);
  transition: all 0.4s ease-in-out;
}
.video-item img {
  margin-bottom: 0;
}
.video-item .video-title {
  color: #030202;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .video-item .video-title {
    font-size: 1.7rem;
  }
}
.video-item:first-child > a {
  padding-top: 0;
}
.video-item:last-child {
  border-bottom: none;
}

.videoInfoPage h2 {
  color: #030202;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .videoInfoPage h2 {
    font-size: 1.875rem;
    margin-bottom: 3rem;
  }
}
.videoInfoPage h3 {
  color: #030202;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .videoInfoPage h3 {
    font-size: 1.7rem;
  }
}
.videoInfoPage .date {
  font-size: 1.13rem;
  font-weight: 600;
  color: #030202;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .videoInfoPage .date {
    font-size: 1.2rem;
  }
}
.videoInfoPage .top {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #626363;
}
.videoInfoPage .bottom {
  padding-top: 2.5rem;
  color: #030202;
}

.video-container {
  position: relative;
  padding-bottom: 70%;
  margin-bottom: 2.5rem;
}
@media (min-width: 576px) {
  .video-container {
    padding-bottom: 60%;
  }
}
@media (min-width: 992px) {
  .video-container {
    padding-bottom: 55%;
  }
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.arrow-icon-group {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.arrow-icon-group a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #626363;
  text-decoration: underline;
}
.arrow-icon-group a span {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.arrow-icon-group a span i {
  font-size: 1.25rem;
}
.arrow-icon-group a:hover {
  color: #626363;
  text-decoration: underline;
}
.arrow-icon-group a.side span {
  background-color: #ffb71b;
  color: #ffffff;
}
.arrow-icon-group a.side.disabled {
  pointer-events: none;
}
.arrow-icon-group a.side.disabled span {
  background-color: #626363;
}
.arrow-icon-group a.center span {
  color: #ffb71b;
  border: 1px solid #ffb71b;
}

.review-page > div.container > div:nth-child(2) {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .review-page > div.container > div:nth-child(2) {
    margin-bottom: 0;
  }
}
.review-page h2 {
  color: #030202;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .review-page h2 {
    font-size: 1.875rem;
    margin-bottom: 3rem;
  }
}

.review-item a.row {
  padding: 2.5rem 0;
  border-bottom: 1px solid #626363;
  row-gap: 1.5rem;
}
@media (min-width: 992px) {
  .review-item a.row {
    padding: 1.75rem 0;
  }
}
@media (min-width: 768px) {
  .review-item a.row div.col-lg-7 {
    padding-right: 0.9875rem;
  }
}
@media (min-width: 768px) {
  .review-item a.row div.col-lg-5 {
    padding-left: 0.9875rem;
  }
}
.review-item a.row:hover {
  transform: none;
}
.review-item a.row:hover h3, .review-item a.row:hover h4 {
  color: #030202;
  transition: all 0.3s ease-in-out;
}
.review-item h3, .review-item h4 {
  margin-bottom: 0;
  color: #626363;
  font-size: 1.25rem;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.review-item h3 {
  width: 100%;
}
@media (min-width: 992px) {
  .review-item h3 {
    width: 90%;
  }
}
.review-item:first-child > a {
  padding-top: 0;
}
.review-item:last-child > a {
  border-bottom: none;
}

.season-list a.gallery-cover {
  transform: none;
}
.season-list a.gallery-cover .img-container {
  overflow: hidden;
}
.season-list a.gallery-cover .img-container img {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.season-list a.gallery-cover .img-container img:hover {
  transform: scale(1.08);
  transition: all 0.3s ease-in-out;
}

.photo-carousel {
  visibility: hidden;
}
.photo-carousel.slick-initialized {
  visibility: visible;
}
.photo-carousel .slick-arrow {
  z-index: 1;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffb71b;
}
.photo-carousel .slick-arrow i {
  font-size: 1.5rem;
  color: #ffffff;
  cursor: pointer;
}
.photo-carousel .slick-arrow.slick-prev {
  border-radius: 50%;
  left: 1rem;
}
.photo-carousel .slick-arrow.slick-prev i {
  position: relative;
}
.photo-carousel .slick-arrow.slick-next {
  border-radius: 50%;
  right: 1rem;
}
.photo-carousel .slick-arrow.slick-next i {
  position: relative;
}

.outreach-page h2 {
  color: #030202;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .outreach-page h2 {
    font-size: 1.875rem;
    margin-bottom: 3rem;
  }
}

.event-item {
  color: #030202;
  padding: 2.5rem 0;
  border-bottom: 1px solid #626363;
}
.event-item > div.row {
  row-gap: 1.5rem;
}
@media (min-width: 992px) {
  .event-item {
    padding: 3rem 0;
  }
}
.event-item .tag {
  padding: 0.5rem 1.25rem;
  background-color: #ffb71b;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 1.75rem;
}
.event-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-item div.col-lg-7 {
  display: flex;
  flex-direction: column;
}
.event-item .event-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.5;
}
.event-item .event-title.list-page {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .event-item .event-title {
    font-size: 1.7rem;
  }
}
.event-item .date {
  font-size: 1.13rem;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
}
@media (min-width: 992px) {
  .event-item .date {
    font-size: 1.3rem;
  }
}
.event-item .top {
  padding-bottom: 1rem;
  border-bottom: 1px solid #626363;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .event-item .top {
    height: 45%;
  }
}
@media (min-width: 992px) {
  .event-item .top {
    padding-bottom: 2rem;
  }
}
.event-item .bottom {
  padding-top: 1rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .event-item .bottom {
    height: 55%;
  }
}
@media (min-width: 992px) {
  .event-item .bottom {
    padding-top: 2rem;
  }
}
.event-item .detail {
  font-size: 1.1rem;
  font-weight: 600;
}
.event-item .info {
  display: flex;
  justify-content: space-between;
  align-items: end;
  -moz-column-gap: 8%;
       column-gap: 8%;
}
.event-item .note {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.event-item .btns {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  row-gap: 1rem;
}
.event-item a {
  font-family: "Fira Sans", sans-serif;
  padding: 0.5rem 1.25rem;
  font-weight: 500;
  color: #030202;
  transition: all 0.3s ease-in-out;
}
.event-item a:hover {
  color: #ffffff;
  background-color: #808080;
  transition: all 0.3s ease-in-out;
}
.event-item .more-info-btn {
  background-color: #ffffff;
}
.event-item .more-info-btn.passed {
  flex-shrink: 0;
}

.event-list .event-item:first-child {
  padding-top: 0;
}
.event-list .event-item:last-child {
  border-bottom: none;
}

.eventInfoPage .event-item {
  border-bottom: none;
  padding: 0;
}
.eventInfoPage div.col-lg-7 {
  justify-content: space-between;
}
.eventInfoPage .tag {
  margin-right: auto;
  margin-bottom: 5%;
}
.eventInfoPage .bottom {
  padding-top: 0;
}
@media (min-width: 768px) {
  .eventInfoPage .bottom.no-btn {
    height: auto;
  }
}
.eventInfoPage .date {
  margin-bottom: 5%;
}
.eventInfoPage .more-info-btn {
  margin-left: auto;
  background-color: #ffb71b;
}
.eventInfoPage .content {
  background-color: #EDEDED;
  margin-top: 3.8rem;
}
@media (min-width: 992px) {
  .eventInfoPage .content {
    margin-top: 0;
    padding: 0 2rem;
  }
}
.eventInfoPage .content > div {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .eventInfoPage .content > div {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=all.css.map */