@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Noto+Sans+TC:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
  box-sizing: border-box;
  scroll-behavior: none;
}

body {
  font-family: 'Playfair Display', 'Noto Sans TC', sans-serif;
}
b{
  font-weight: 600 !important;
}
.search-btn{
  height: 56px;
  background-color:rgba(167, 167, 167, 0.20);
  padding: 8px 40px 8px 16px;
  display: inline-flex;
  align-items: center;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 16px;
  color: #343434;
font-family: "Playfair Display";
font-size: 18px;
font-weight: 600;
line-height: 1.6;
letter-spacing: 0.03em;
text-decoration: none;
}
.num{
   font-family: 'DM Serif Text', 'Noto Sans TC', sans-serif;
}
.form-row{
  padding: 0 60px;
  display: flex;
  flex-wrap: wrap;
}
.input-col{
  width: 50%;
  padding: 0 20px;
  margin-bottom: 16px;
}
.input-col-full{
  width: 100%;
  padding: 0 20px;
  margin-bottom: 24px;
}
.input-group{display: flex;
  align-items: center;}
.label{
  display: inline-block;
  width: 92px;
  margin: 0;
  color: #343434;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
letter-spacing: 0.1em;
}
.label span{
  display: block;
  color: #343434;
font-size: 12px;
font-weight: 400;
line-height: 1 ;
letter-spacing: 0.02em;
}
.form-input{
  flex: 1;
  height: 48px;
  padding: 0 12px;
  border-radius: 2px;
background-color:  rgba(167, 167, 167, 0.20);
border: none;
outline: none;
color: #5A5A5A;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
letter-spacing: 0.1em;
font-family: "Playfair Display";
}
.form-input::placeholder{
  color: #8C8C8C;
}
select.form-input{
  background-image: url(../images/sel.svg);
  padding-right: 32px;
  background-position: center right 16px;
  background-repeat: no-repeat;
  font-family: "Playfair Display";
}
select.form-input option {
  color: #333;
  background-color: #fff;
  color: #5A5A5A;
font-size: 14px;
font-weight: 400;
line-height: 1.5;
letter-spacing: 0.1em;
}
.form-btn{
  text-align: center;
}
.about-text{
  overflow: hidden;
}
.about-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(160%);
}
.section-about{
  padding: 120px 0;
  margin-top: 62px;
}
.about-box{
  display: flex;
  padding: 0 80px;
}
.about-left{
  width: 50%;
}
.about-right{
  width: 50%;
  color: #000;
text-align: justify;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
letter-spacing: 0.1em;
opacity: 0;
animation: fadeUp 1s forwards 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}
@keyframes fadeUp  {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.artist-info-box{
  padding: 0 80px;
}
.artist-info-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.artist-info-left{
  display: inline-flex;
  align-items: center;
}
.ad{
width: 224px;
}
.info-left-content{
  padding-left: 40px;
color: #343434;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
letter-spacing: 0.1em;
}
.info-name{
  margin-bottom: 12px;
}
.info-item{
  margin-bottom: 12px;
  display: flex;
}
.info-item i{
  display: inline-block;
  color: #9E9D9D;
 min-width: 106px;
 padding-right: 12px;
}
.info-item span{
  flex:1;
}
.banner-sub-category{
color: #343434;
text-align: center;
font-size: 18px;
font-weight: 400;
line-height: 1.35;
letter-spacing: 0.03em;
padding-top: 24px;
}
.artist-list{
  width: 100%;
  min-height: 640px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(179, 179, 179, 0.40);
}
.artist-list li{
  width: 100%;
  border-bottom: 1px solid rgba(179, 179, 179, 0.40);
  position: relative;
  z-index: 3;
  color: #343434;
  transition: all 0.5s;
}
.artist-list li a{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: block;
  top: 0;
  left: 0;
}
.next-icon{
  display: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
background: rgba(184, 184, 184, 0.40);
margin-left: 40px;
background-image: url(../images/link.svg);
background-repeat: no-repeat;
background-position: center center;
}
.artist-list li span{
  width: 100%;
  height: 64px;
  display: flex;
  max-width: 1440px;
  padding: 0 80px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
font-size: 16px;
font-weight: 600;
line-height: 1.35;
letter-spacing: 0.03em;
text-decoration: none;
margin: 0 auto;
}
.artist-list li:hover{
background-color: rgba(0, 0, 0, 0.25);
color: #fff;
}
.artist-list li:hover i:nth-child(2){
  margin-left: auto;
}
.artist-list li:hover .next-icon{
  display: inline-block;
}
.artist-list li:hover + img{
  display: block;
  opacity: 0;
  animation: boxClipBn 1s cubic-bezier(0.075, 0.82, 0.165, 1)  forwards;
}
.artist-list img {
  position: absolute;
   width: 100%;
   height: 100%;
   object-fit: cover;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   display: none;
   z-index: 1;
}
.artist-list li i{
  display: inline-flex;
  align-items: center;
}
.section-artist{
  padding: 20px 0 120px;
}
.artist-box{
  padding: 0 80px;
  display: flex;
  align-items: flex-start;
}
.artist-img {
  position: relative;
  width: 30%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.artist-info{
  width: 70%;
  padding-left: 20px;
}
.artist-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.artist-head{
  padding: 20px 40px;
  overflow: hidden;
color:  #343434;
font-size: 16px;
font-weight: 600;
line-height: 1.35;
letter-spacing: 0.03em;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid rgba(179, 179, 179, 0.40);
}
.artist-intro{
  padding: 15px 40px;
  color: #5A5A5A;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
letter-spacing: 0.1em;
}
.artist-intro p{
  margin-bottom: 20px;
}
.artist-intro ul{
  list-style-type: disc;
  padding-left: 1.5em;
  margin-bottom: 0;
}
.articles-content {
  font-family: 'DM Serif Text', 'Noto Sans TC', sans-serif;
  color: #5A5A5A;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  max-width: 808px;
  padding: 0 40px;
  margin: 0 auto;
}

.full-img {
  width: 100%;
  margin: 80px 0;
}

.articles-content img {
  width: 100%;
  margin: 80px 0;
}

.articles-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

.articles-content h3:first-child {
  margin-top: 0;
}

.articles-content p {
  margin-bottom: 20px;
}

.detail-by {
  color: #343434;
  font-family: 'DM Serif Text', 'Noto Sans TC', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.03em;
}

.breadcrumbs {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 80px;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  color: #343434;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.03em;
}

.breadcrumbs li::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/li.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 4px auto;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs li a {
  color: #343434;
  text-decoration: none;
}

.result-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans TC', sans-serif;
  margin-bottom: 40px;
  padding-left: 80px;
}

.articles-pg-btn {
  padding-top: 28px;
}

.articles-info {
  opacity: 0;
  display: flex;
  align-items: center;
  animation: boxClipBn 1s cubic-bezier(0.075, 0.82, 0.165, 1) 1s forwards;
}

.articles-info-title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
  height: 1.35em;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.articles-left {
  width: 44%;
  padding: 0 80px;
  color: #343434;
}

.articles-right {
  width: 56%;
}

.articles-pic-swiper .swiper-slide {
  width: 100%;
  aspect-ratio: 1 / 0.5625;
  overflow: hidden;
}

.articles-pic-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.relative {
  position: relative !important;
}

.recommended-swiper {
  width: calc(100% - 160px);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.recommended-title {
  color: #343434;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.section-commended {
  padding: 80px 0;
  background-color: rgba(167, 167, 167, 0.10);
}

.recommended-head {
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.recommended-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 296px;
}

.program-card {
  position: relative;
  padding-bottom: 20px;
}

.program-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.5625;
  overflow: hidden;
  margin-bottom: 8px;
}

.program-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  transform-origin: center center;
}

.program-card:hover .program-img img {
  transform: scale(1.1);
}

.program-title {
  overflow: hidden;
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  height: 1.5em;
  margin-bottom: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.program-sub-title {
  overflow: hidden;
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.03em;
  height: 1.35em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.logos-box {
  display: flex;
  flex-wrap: wrap;
}

.logos-col {
  padding-right: 16px;
  margin-right: 16px;
  border-right: solid 1px rgba(179, 179, 179, 0.40);
}

.logos-col:last-child {
  padding-right: 16px;
  margin-right: 0;
  border-right: none;
}

.logos-col img {
  height: 36px;
  width: auto;
}

.detail-pg-btn {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #343434;
  font-family: "DM Serif Text";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 4px;
}

.detail-pg-btn i {
  display: inline-block;
  margin: 0 10px;
  min-width: 25px;
}

.detail-content {
  padding: 0 80px;
  display: flex;
}

.detail-left {
  width: 222px;
  position: sticky;
  top: 82px;
  align-self: flex-start;
}

.detail-left-title {
  color: #9E9D9D;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.detail-right {
  width: calc(100% - 222px);
  padding-left: 100px;
  min-height: 100vh;
  color: #343434;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
}

.detail-right ol {
  list-style-type: decimal;
  margin-bottom: 20px;
  padding-left: 1.6em;
}

.detail-right p {
  margin-bottom: 20px;
}

.detail-right h3 {
  color: #9E9D9D;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 40px;
  margin-bottom: 20px;
}

.detail-right h3:first-child {
  margin-top: 0;
}

.show-xs,.show-pad {
  display: none;
}

.detail-label {
  color: #9E9D9D;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.detail-date {
  font-family: "DM Serif Text";
  color: #343434;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}

.location {
  color: #343434;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.03em;
}

.detail-info {
  padding: 24px 0;
  border-top: 1px solid rgba(179, 179, 179, 0.40);
  border-bottom: 1px solid rgba(179, 179, 179, 0.40);
  background: #FFF;
}

.detail-title {
  color: #343434;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.03em;
  overflow: hidden;
  margin-bottom: 8px;
}

.detail-title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(160%);
}

.detail-sub-title {
  color: #343434;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

.detail-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 0 80px;
}

.detail-flex.fix {
  align-items: center;
}

.detail-flex.fix-1 {
  align-items: center;
  justify-content: flex-start;
}

.share-box {
  display: inline-flex;
  margin-left: auto;
}

.share-box li {
  display: inline-block;
  margin-left: 8px;
}

.pagination-nav {
  padding-top: 12px;
  text-align: center;
}
.pagination-nav.fix {
  padding: 40px 0;
}
.pagination {
  display: inline-flex;
  align-items: center;
}

.pagination li {
  display: inline-block;
}

.pagination li a {
  display: inline-flex;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #A7A7A7;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #A7A7A7;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "DM Serif Text";
}

.pagination li a.active,
.pagination li a:hover {
  background-color: #F5F5F5;
  color: #646464;
}

.pg-prev {
  background-image: url(../images/prev-3.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 8px;
}

.pg-next {
  background-image: url(../images/next-3.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 8px;
}

.articles-row {
  margin: 0 60px;
  display: flex;
  flex-wrap: wrap;
}

.articles-col {
  width: 33.3%;
  padding: 0 20px;
  margin-bottom: 40px;
  opacity: 0;
}

.articles-col.active {
  animation: Col 1s cubic-bezier(0.23, 1, 0.320, 1) forwards;
}

@keyframes Col {
  from {
    opacity: 0;
    clip-path: inset(100% 0% 0% 0%);
  }

  to {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}

.articles-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.5625;
  overflow: hidden;
}

.articles-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  transform-origin: center center;
}

.past-card:hover .articles-img img {
  transform: scale(1.1);
}

.section-page {
  padding: 80px 0;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  width: 100%;
  cursor: pointer;
  font-family: 'DM Serif Text', 'Noto Sans TC', sans-serif;
}

select:focus {
  outline: none;
}

select option {
  background-color: #fff;
  color: #000;
}

.head-select {
  display: inline-block;
  width: auto;
  height: 56px;
  background-image: url(../images/dw.svg);
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 12px auto;
  padding: 0 44px 0 16px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border: none;
}

.head-select.fix {
  margin-left: auto;
  border-left: 1px solid rgba(179, 179, 179, 0.40);
}

.head-select.fix-1 {
  border-right: 1px solid rgba(179, 179, 179, 0.40);
}

.head-select.fix-3 {
  margin-left: auto;
  border-left: 1px solid rgba(179, 179, 179, 0.40);
}

.function-head {
  border-top: 1px solid rgba(179, 179, 179, 0.40);
  border-bottom: 1px solid rgba(179, 179, 179, 0.40);
  background: #FFF;
}

.head-row {
  display: flex;
  width: 100%;
  max-width: 1280px;
  align-items: center;
  margin: 0 auto;
  border-right: 1px solid rgba(179, 179, 179, 0.40);
  border-left: 1px solid rgba(179, 179, 179, 0.40);
}

.search-input {
  border: none;
  outline: none;
  padding: 0 20px;
  height: 56px;
  border-left: 1px solid rgba(179, 179, 179, 0.40);
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  flex: 1;
  font-family: "Playfair Display";
}

.search-input::placeholder {
  color: #9E9D9D;
}

.bn-pg-btn {
  position: absolute;
  width: 100%;
  z-index: 5;
  bottom: 0;
  left: 0;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: "DM Serif Text";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 4px;
}

.bn-pg-box {
  display: flex;
  align-items: center;
}

.bn-pg-btn i {
  display: inline-block;
  margin: 0 10px;
  min-width: 25px;
}

.bn-dash {
  width: 20px;
  height: 1px;
  background-color: #B6B6B6;
}

.bn-btn-prev {
  display: inline-block;
  width: 26px;
  height: 20px;
  background-image: url(../images/prev.svg);
  background-size: 6px auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.bn-btn-next {
  display: inline-block;
  width: 26px;
  height: 20px;
  background-image: url(../images/next.svg);
  background-size: 6px auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.bn-btn-prev.swiper-button-disabled {
  background-image: url(../images/prev-2.svg);
}

.bn-btn-next.swiper-button-disabled {
  background-image: url(../images/next-2.svg);
}

.bn-pg-btn .bn-btn-prev {
  background-image: url(../images/prev-3.svg);
}

.bn-pg-btn .bn-btn-next {
  background-image: url(../images/next-3.svg);
}

.bn-pg-btn .bn-btn-prev.swiper-button-disabled {
  background-image: url(../images/prev-2.svg);
  opacity: 0.5;
}

.bn-pg-btn .bn-btn-next.swiper-button-disabled {
  background-image: url(../images/next-2.svg);
  opacity: 0.5;
}

.articles-banner {
  margin-top: 62px;
}

.banner-head {
  height: 230px;
  display: flex;
  align-items: center;
}

.banner-head.fix {
  height: auto;
  display: block;
  padding: 60px 0;
}

.banner-head-title {
  width: 100%;
  color: #343434;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  text-align: center;
  overflow: hidden;
}

.banner-head-title.fix {
  width: 100%;
  max-width: 1440px;
  padding: 0 80px;
  text-align: right;
  margin: 0 auto;
}

.banner-head-title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(160%);
}

.articles-banner-swiper {
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: boxClipBn 1s cubic-bezier(0.075, 0.82, 0.165, 1) 1s forwards;
}

.articles-banner-swiper .swiper-slide {
  width: 100%;
  height: 746px;
  position: relative;
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes boxClipBn {
  from {
    opacity: 0;
    clip-path: inset(50% 20% 20% 20%);
  }

  to {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}

.articles-banner-info {
  width: 100%;
  max-width: 1440px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  color: #fff;
  padding: 84px 80px;
}

.hashtag-box {
  margin-bottom: 24px;
  position: relative;
  z-index: 5;
}
.titles{
  padding-right: 24px;
}
.banner-info-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
  height: 1.35em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.banner-info-sub-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.08em;
  height: 1.35em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.transition-out.UpOut {
  animation: UpOut 1s forwards ease-in-out;
}

@keyframes UpOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50vh);
  }
}

.transition {
  width: 100%;
  height: 101%;
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  top: -1%;
  left: 0;
  z-index: 99999;
  border-bottom: solid 1px #000;
  animation: transition 1.2s forwards 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes transition {
  from {
    height: 101%;
  }

  to {
    height: 0;
  }
}

.transition.active {
  animation: transitionB 1s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
  top: auto;
  bottom: 0;
  border-bottom: none;
  border-top: solid 1px #000;
}

@keyframes transitionB {
  from {
    height: 0%;
  }

  to {
    height: 101%;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 20px !important;
}

.mb-2 {
  margin-bottom: 40px !important;
}

.mb-3 {
  margin-bottom: 80px !important;
}

.w-100 {
  width: 100% !important;
}

footer {
  padding: 72px 0 32px;
  color: #343434;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.04em;
  border-top: 1px solid rgba(179, 179, 179, 0.40);
}

.media,
.foot-link {
  display: flex;
  align-items: center;
}

.media li {
  display: inline-block;
  margin-right: 8px;
}

.foot-link li {
  display: inline-block;
  margin-right: 40px;
}

.foot-link li:last-child {
  margin-right: 0;
}

.lable {
  color: #B6B6B6;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

footer a {
  color: #343434;
  text-decoration: none;
}

footer a.fix {
  font-family: "DM Serif Text";
}

.footer-row {
  padding: 0 80px;
  display: flex;
  flex-wrap: wrap;
}

.footer-col {
  width: 33.3%;
  padding-right: 20px;
  margin-bottom: 40px;
}

.moment-data {
  position: relative;
}

.moment-btn {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.moment-content {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 0.5625;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.moment-content.pass {
  z-index: -1;
}

.moment-content.active {
  position: relative;
  z-index: 1;
}

.moment-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moment-content.active img {
  opacity: 0;
  animation: boxClip 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s forwards;
}

@keyframes boxClip {
  from {
    opacity: 0;
    clip-path: inset(75% 75% 75% 75%);
  }

  to {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}

.moment-info {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 48px 60px;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.5s,
    transform 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.5s;
}

.moment-content.active .moment-info {
  opacity: 1;
  transform: translateY(0);
}

.moment-info-left {
  width: calc(100% - 320px);
  color: #fff;
}

.moment-info-right {
  width: 320px;
  text-align: right;
}

.moment-info-head {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12px;
}

.moment-info-date {
  color: #343434;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-family: "DM Serif Text";
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.64px;
}

.moment-info-date::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #343434;
  margin: 0 12px;
}

.moment-info-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: 2.56px;
  height: 1.35em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}

.moment-info-title-en {
  width: 100%;
  font-size: 32px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: 2.56px;
  margin-bottom: 20px;
  height: 1.35em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.moment-info-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  max-height: 4.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.moment-info-text-en {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  max-height: 6em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.moment-swiper {
  width: calc(100% - 40px);
  margin: 0 auto 48px auto;
  overflow: hidden;
  position: relative;
}

.moment-swiper::before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #f6f6f6;
}

.moment-swiper::after {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #f6f6f6;
}

.moment-card {
  padding: 0 20px;
  border-left: solid 1px #BEBEBE;
}

.moment-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.moment-date {
  display: inline-flex;
  align-items: center;
  font-family: "DM Serif Text";
  color: #343434;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.64px;
}

.moment-date::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #343434;
  margin: 0 12px;
}

.moment-title {
  color: #757575;
  font-size: 32px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: 0.08em;
  height: 2.7em;
  display: table-cell;
  vertical-align: middle;
}

.moment-card:hover .moment-title,
.moment-card.active .moment-title {
  color: #343434;
}

.moment-text {
  margin-top: 20px;
  color: #757575;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.64px;
  height: 2.6em;
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.moment-card:hover .moment-text,
.moment-card.active .moment-text {
  color: #343434;
}

.home-section-2 {
  background: rgba(167, 167, 167, 0.10);
  padding-top: 80px;
}

.section-2-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
  padding: 0 40px;
}

.moment-control {
  display: inline-flex;
  align-items: center;
}

.swiper-btn {
  display: none;
  margin-right: 40px;
}

.pg-box {
  display: none;
}

.past-card {
  position: relative;
}

.url-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.past-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.33;
  overflow: hidden;
}

.past-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  transform-origin: center center;
  opacity: 0;
}

.past-box.active .past-img img {
  animation: revealClip 2s cubic-bezier(0.075, 0.82, 0.165, 1) var(--delay, 0s) forwards;
}

.past-card:hover .past-img img {
  transform: scale(1.1);
}

.past-info {
  padding-top: 20px;
  position: relative;
  z-index: 5;
}

.info-area{
  color: #343434;
}

.info-area:hover  {
  color: #9A9A9A;
}

.past-info-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.03em;
  height: 24px;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.past-info-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
padding-top: 4px;
max-height: 63.4px;
overflow: hidden;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.past-info-date {
  font-family: "DM Serif Text", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
}

.sub-category {
  display: inline-block;
  color: #343434;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 8px;
  background: rgba(179, 179, 179, 0.20);
  margin-right: 8px;
  margin-bottom: 8px;
  text-decoration: none;
  position: relative;
  z-index: 5;
}

.sub-category:hover,.hashtag:hover{
  color: #9A9A9A;
}
.hashtag {
  display: inline-block;
  color: #343434;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 4px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-decoration: none;
  position: relative;
  z-index: 5;
}

.hashtag.fix {
  background: rgba(138, 138, 138, 0.55);
  color: #fff;
  padding: 8px;
  margin-bottom: 0;
}

.hashtag::before {
  content: '#';
}
.hashtag.fix::before {
  content: '';
}
.past-swiper {
  width: 67.89vw;
}

.past-swiper .swiper-slide {
  width: 324px;
}

.home-section-1 {
  padding: 140px 0;
  overflow: hidden;
}

.container-box {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.past-box {
  display: flex;
  align-items: center;
}

.past-left {
  width: 380px;
  padding: 0 40px;
}

.past-right {
  width: calc(100% - 380px);
}

.section-title {
  color: #343434;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin-bottom: 48px;
  overflow: hidden;
}

.section-title span {
  display: inline-block;
}

.past-control {
  display: flex;
  padding-top: 12px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.btn-function {
  display: inline-flex;
  align-items: center;
}

.btn-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(167, 167, 167, 0.20);
  background-image: url(../images/next.svg);
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: center center;
  margin-left: 4px;
}

.btn-next:hover {
  background-image: url(../images/next-1.svg);
  background-color: #343434;
}

.btn-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(167, 167, 167, 0.20);
  background-image: url(../images/prev.svg);
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: center center;
}

.btn-prev:hover {
  background-image: url(../images/prev-1.svg);
  background-color: #343434;
}

.btn-prev.swiper-button-disabled {
  background-color: rgba(167, 167, 167, 0.20);
  background-image: url(../images/prev-2.svg);
  pointer-events: none;
  cursor: default;
}

.btn-next.swiper-button-disabled {
  background-color: rgba(167, 167, 167, 0.20);
  background-image: url(../images/next-2.svg);
  pointer-events: none;
  cursor: default;
}

.btn-black {
  font-family: 'Playfair Display', 'Noto Sans TC', sans-serif;
  color: #343434;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  background: rgba(167, 167, 167, 0.20);
  text-decoration: none;
  white-space: nowrap;
  border: none;
  outline: none;
  cursor: pointer;
}

.btn-black span {
  display: inline-block;
  width: 10px;
  height: 7px;
  background-image: url(../images/bt-icon-1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-left: 12px;
}

.btn-black:hover {
  background: #343434;
  color: #fff;
}

.btn-black:hover span {
  background-image: url(../images/bt-icon.svg);
}

.btn-white {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  background: rgba(167, 167, 167, 0.20);
  text-decoration: none;
  white-space: nowrap;
}

.btn-white span {
  display: inline-block;
  width: 10px;
  height: 7px;
  background-image: url(../images/bt-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-left: 12px;
}

.btn-white:hover {
  background: #fff;
  color: #343434;
}

.btn-white:hover span {
  background-image: url(../images/bt-icon-1.svg);
}

header {
  width: 100%;
  height: 62px;
  border-bottom: 1px solid rgba(179, 179, 179, 0.40);
  background: #FFF;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.logo {
  width: 70px;
}

.menu {
  display: inline-flex;
}

.menu>li {
  display: inline-block;
  margin-left: 56px;
  position: relative;
}

.menu>li>a {
  color: #343434;
  font-size: 16px;
  font-weight: 600;
  line-height: 62px;
  letter-spacing: 0.64px;
  text-decoration: none;
}

.sub-menu {
  background-color: #fff;
  padding:30px 0;
  position: absolute;
  top: 62px;
  left: 0;
  display: none;
}

.has-sub:hover .sub-menu {
  display: block;
}

.sub-menu>li {
  display: block;
}

.sub-menu>li>a {
  display: block;
  color: #343434;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-decoration: none;
  padding: 10px 40px;
}
.sub-menu>li>a:hover{
  background-color: #F1F1F1;
}
.sub-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.banner {
  padding-top: 100px;
  margin-top: 62px;
}

.banner-info {
  width: 100%;
  max-width: 1440px;
  padding: 0 80px;
  margin: 0 auto;
}

.banner-sub-title {
  color: #343434;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.banner-title {
  color: #343434;
  font-size: 112px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 56px;
}

.banner-title i {
  display: inline-block;
  overflow: hidden;
}

.banner-title i span {
  display: inline-block;
  opacity: 0;
  transform: translateY(160%);
}

.my-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.my-swiper .swiper-slide {
  width: auto;
}

.marquee-card {
  display: inline-block;
  position: relative;
  height: 623px;
  overflow: hidden;
  transition: width 0.5s ease-in-out;
  font-size: 0;
  white-space: nowrap;
}

.card-1 {
  width: 288px;
}

.card-2 {
  width: 368px;
}

.card-2 .small-img {
  margin-top: 68px;
}

.card-3 {
  width: 443px;
}

.card-4 {
  width: 247px;
}

.card-4 .small-img {
  margin-top: 149px;
}

.marquee-card .small-img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.marquee-card .small-img img {
  opacity: 0;
}

.my-swiper.active .marquee-card .small-img img {
  animation: revealClip 2s cubic-bezier(0.075, 0.82, 0.165, 1) var(--delay, 0s) forwards;
}

@keyframes revealClip {
  from {
    opacity: 0;
    clip-path: inset(100% 0% 0% 0%);
  }

  to {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}

.marquee-card .big-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.1s;
}

.marquee-card:hover {
  width: 1109px;
  height: 623px;
}

.marquee-card:hover .small-img {
  opacity: 0;
}

.marquee-card:hover .big-img {
  opacity: 1;
}

.marquee-card-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 3;
  left: 0;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.00) -1.26%, #121212 80.92%);
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .4s;
}

.marquee-card:hover .marquee-card-info {
  height: auto;
  opacity: 1;
  transform: translateY(0);
}

.info-text {
  width: 100%;
}

.info-text-tw {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.07em;
  height: 30px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}

.info-text-en {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.07em;
  height: 30px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width:1440px) {
  .past-swiper {
    width: calc(100% + 40px);
  }

}

@media (max-width:1024px) {
  .section-about{
  padding: 80px 0;
}
.about-box{
  padding: 0 40px;
}
.form-row {
    padding: 0 20px;
}
  .artist-info-box{
  padding: 0 40px;
}
  .artist-list li span {
    padding: 0 40px;
}
.artist-box{
  padding: 0 40px;
}
  .detail-flex.fix-1 {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .share-box {
    margin-left: 0;
  }

  .result-text {
    padding-left: 40px;
  }

  .banner-head-title.fix {
    padding: 0 40px;
  }

  .recommended-title {
    font-size: 34px;
  }

  .recommended-control {
    display: inline-flex;
    width: 240px;
  }

  .recommended-head {
    padding: 0 40px;
  }

  .recommended-swiper {
    width: calc(100% - 80px);
  }

  .detail-flex {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 24px;
    padding: 0 40px;
  }

  .detail-flex.fix {
    align-items: flex-start;
  }

  .share-box {
    margin-top: 16px;
  }

  .share-box li {
    margin-left: 0;
    margin-right: 8px;
  }

  .titles {
    margin-bottom: 24px;
    padding-right: 0;
  }

  .articles-row {
    margin: 0 20px;
  }

  .articles-col {
    width: 50%;
  }

  .footer-row {
    padding: 0 40px;
  }

  .sub-mask {
    width: 0;
    height: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

  .swiper-btn {
    display: inline-block;
  }

  .footer-col {
    width: 50%;
  }

  .btn-white,
  .btn-black {
    font-size: 14px;
  }

  .moment-info-head {
    font-size: 14px;
  }

  .moment-info-date,
  .moment-date {
    font-size: 14px;
  }

  .moment-info-title,
  .moment-info-title-en {
    font-size: 28px;
    letter-spacing: 2.2px;
    margin-bottom: 12px;
  }

  .moment-info-text {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .moment-info-text-en {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .moment-info {
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .moment-info-left {
    width: 100%;
  }

  .moment-info-right {
    width: 100%;
    text-align: center;
  }

  .past-swiper {
    width: 100%;
  }

  header {
    padding: 0 32px;
  }

  .banner {
    padding-top: 40px;
  }

  .banner-info {
    padding: 0 24px;
  }

  .banner-sub-title {
    font-size: 18px;
  }

  .banner-title {
    font-size: 70px;
    margin-bottom: 40px;
    line-height: 1.16;
  }

  .banner-title span {}

  .marquee-card {
    height: 286px;
  }

  .marquee-card:hover {
    width: 510px;
    height: 286px;
  }

  .card-1 {
    width: 132px;
  }

  .card-2 {
    width: 169px;
  }

  .card-2 .small-img {
    margin-top: 31px;
  }

  .card-3 {
    width: 204px;
  }

  .card-4 {
    width: 114px;
  }

  .card-4 .small-img {
    margin-top: 68px;
  }

  .marquee-card-info {
    padding: 8px 24px;
  }

  .info-text-tw {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    margin-bottom: 8px;
    width: 100%;
  }

  .info-text-en {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    width: 100%;
  }

  .marquee-card-info .btn-white {
    color: transparent;
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
  }

  .marquee-card-info .btn-white span {
    display: none;
  }

  .button-container {
    position: absolute;
    top: 20px;
    right: 32px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
  }

  .button-container:hover {
    opacity: .9;
  }

  .button-container.active .top {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
    transform: translateY(6px) translateX(0) rotate(45deg);
  }

  .button-container.active .middle {
    opacity: 0;
  }

  .button-container.active .bottom {
    -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
    transform: translateY(-6px) translateX(0) rotate(-45deg);
  }

  .button-container span {
    border: none;
    height: 2px;
    width: 16px;
    border-radius: 2px;
    position: absolute;
    top: 5px;
    left: 4px;
    transition: all .35s ease;
    background-color: #000;
  }

  .button-container span:nth-of-type(2) {
    top: 11px;
  }

  .button-container span:nth-of-type(3) {
    top: 17px;
  }

  .menu {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    background-color: #FFF;
    height: calc(100dvh - 62px);
    width: 100%;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
  }

  .menu.active {
    max-height: 100vh;
  }

  .menu>li {
    display: inline-block;
    margin-left: 0;
    padding: 16px 32px;
  }

  .menu>li:first-child {
    margin-top: 32px;
  }

  .menu>li>a {
    line-height: 1.4;
  }

  .sub-menu {
    background-color: #fff;
    padding: 16px 0 0 16px;
    position: static;
    display: none;
  }

  .past-box {
    flex-direction: column;
  }

  .past-left {
    width: 100%;
    padding: 0 40px;
  }

  .section-title {
    font-size: 34px;
    margin-bottom: 40px;
  }

  .past-right {
    width: 100%;
    padding-left: 40px;
  }

  .home-section-1 {
    padding: 120px 0 60px;
  }

  .past-control {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .moment-content {
    overflow: hidden;
    width: 100%;
    height: 600px;
    aspect-ratio: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .detail-content {
    padding: 0 40px;
  }

  .detail-right {
    padding-left: 40px;
  }

  .articles-left {
    padding: 0 40px;
  }

  .breadcrumbs {
    padding-left: 40px;
  }
  .artist-info-row{
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.artist-info-right{
  padding-top: 40px;
}
.show-pad{
  display: block;
}
}

@media (max-width:768px) {
    .section-about{
  padding: 60px 0;
}
.input-col {
    width: 100%;
}
 .artist-info-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.ad {
    width: 100%;
}
.info-item i {
    min-width: 90px;
    padding-right: 8px;
}
.info-left-content {
  padding-top: 20px;
    padding-left: 0;
    font-size: 14px;
}
  .artist-img {
    width: 100%;
}
  .artist-info {
    width: 100%;
    padding-left: 0
}
  .section-artist{
  padding: 60px 0;
}
.artist-box{
  flex-direction: column;
}
  .articles-content {
    font-size: 14px;
  }

  .articles-content h3 {
    font-size: 18px;
  }

  .articles-content img {
    margin: 40px 0;
  }

  .full-img {
    margin: 40px 0;
  }

  .articles-info {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .articles-right {
    width: 100%;
  }

  .articles-left {
    width: 100%;
    padding: 40px;
  }

  .recommended-control {
    width: auto;
  }

  .recommended-control .btn-black {
    position: absolute;
    bottom: -60px;
    left: 40px;
  }

  .section-commended {
    padding: 60px 0 158px;
    position: relative;
  }

  .detail-content {
    flex-direction: column;
  }

  .detail-right {
    width: 100%;
    padding-left: 0;
  }

  .detail-left {
    position: static;
    width: 100%;
    order: 2;
  }

  .section-page {
    padding: 40px 0;
  }

  .articles-row {
    margin: 0 4px;
  }

  .articles-col {
    width: 100%;
  }

  .articles-banner-info {
    padding: 64px 24px;
  }

  .banner-info-title {
    font-size: 20px;
  }

  .banner-info-sub-title {
    font-size: 16px;
  }

  .hashtag-box {
    margin-bottom: 20px;
  }

  .articles-banner-swiper .swiper-slide {
    height: 336px;
  }

  .bn-pg-btn {
    padding-bottom: 24px;
  }

  .banner-head {
    height: 122px;
  }

  .banner-head.fix {
    padding: 24px 0;
  }

  .banner-head-title {
    font-size: 34px;
  }

  .footer-col {
    width: 100%;
  }

  .home-section-2 {
    padding-top: 60px;
    padding-bottom: 158px;
    position: relative;
  }

  .moment-control .btn-black {
    position: absolute;
    width: calc(100% - 48px);
    left: 24px;
    bottom: 60px;
    justify-content: center;
  }

  .swiper-btn {
    display: inline-flex;
    align-items: center;
    margin-right: 0;
  }

  .head-row {
    flex-wrap: wrap;
    border: none;
  }

  .head-select {
    width: auto;
    padding-left: 24px;
    background-position: center right 16px;
    border-left: none;
    border-right: 1px solid rgba(179, 179, 179, 0.40);
    font-size: 14px;
    padding-right: 32px;
  }

  .head-select.fix {
    width: auto;
    border: none;
    margin-right: 8px;
    padding-left: 16px;
  }

  .head-select.fix.fix-border {
    border-left: 1px solid rgba(179, 179, 179, 0.40);
  }

  .head-select.fix-3 {
    width: 100%;
    border: none;
    margin-left: 0;
    border-right: 1px solid rgba(179, 179, 179, 0.40);
    border-top: 1px solid rgba(179, 179, 179, 0.40);
  }

  .search-input {
    flex: 1;
    order: 3;
    border-top: 1px solid rgba(179, 179, 179, 0.40);
    padding-left: 24px;
    font-size: 14px;
    border-left: none;
  }
  .search-btn{
    order: 5;
  }

  .search-input.fix {
    width: calc(100% - 116px);
  }

  .detail-title {
    font-size: 28px;
  }

  .detail-sub-title {
    font-size: 18px;
  }

  .detail-label {
    font-size: 14px;
  }

  .detail-date,
  .location {
    font-size: 14px;
  }

  .detail-right {
    font-size: 14px;
  }

  .detail-right h3 {
    font-size: 14px;
  }
      .about-box {
       flex-direction: column;
    }
    .about-left {
    width: 100%;
    padding-bottom: 40px;
}
.about-right {
    width: 100%;
    font-size: 14px;
}
}

@media (max-width:540px) {
  .about-box {
        padding: 0 24px;
    }
  .artist-info-box{
  padding: 0 24px;
}
  .artist-list li span {
    padding: 0 56px 0 24px;
    align-items: flex-start;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    flex-direction: column;
    position: relative;
}
.artist-list li:hover i:nth-child(2) {
    margin-left: 0;
}
.next-icon{
    margin-left: 0;
    position: absolute;
    z-index: 5;
    right: 24px;
    top: 16px;
}
  .articles-content {
    padding: 0 24px;
  }

  .articles-content .mb-1 {
    margin-bottom: 10px !important;
  }

  .articles-content .mb-2 {
    margin-bottom: 20px !important;
  }

  .articles-content .mb-3 {
    margin-bottom: 40px !important;
  }

  .breadcrumbs {
    padding-left: 24px;
  }

  .articles-pg-btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .articles-left {
    padding: 16px 24px 40px 24px;
  }

  .banner-head-title.fix {
    padding: 0 24px;
  }

  .detail-content {
    padding: 0 24px;
  }

  .detail-flex {
    padding: 0 24px;
  }

  .detail-flex .btn-black {
    width: 100%;
    justify-content: center;
  }

  .pg-total,
  .pg-now {
    width: 22px;
  }

  .moment-swiper::before,
  .moment-swiper::after {
    display: none;
  }

  .section-2-head {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
    padding: 0 24px;
  }

  .moment-card {
    padding: 0;
    border-left: none;
  }

  .swiper-btn {
    margin-top: 40px;
    margin-left: -12px;
  }

  footer {
    padding: 60px 0 44px;
    font-size: 16px;
  }

  .footer-row {
    padding: 0 24px;
  }

  .footer-col {
    width: 100%;
    margin-bottom: 16px;
  }

  .footer-logo {
    width: 280px;
    margin-bottom: 24px;
  }

  .media {
    margin-bottom: 24px;
  }

  .foot-link {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: -16px;
  }

  .foot-link li {
    margin-bottom: 16px;
  }

  .marquee-card {
    height: 272px;
    vertical-align: top;
  }

  .marquee-card:hover {
    width: 100vw;
    height: 56.25vw;
  }

  .past-left {
    width: 100%;
    padding: 0 24px;
  }

  .past-right {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pg-box {
    display: inline-flex;
    align-items: center;
    font-family: "DM Serif Text", serif;
    color: #343434;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.2em;
  }

  .dash {
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #B6B6B6;
    margin: 0 20px;
  }

  .btn-prev {
    width: 40px;
    height: 20px;
    background-color: transparent;
  }

  .btn-next {
    width: 40px;
    height: 20px;
    background-color: transparent;
  }

  .btn-next:hover {
    background-color: transparent;
    background-image: url(../images/next.svg);
  }

  .btn-prev:hover {
    background-color: transparent;
    background-image: url(../images/prev.svg);
  }

  .btn-prev.swiper-button-disabled {
    background-color: transparent;
    background-image: url(../images/prev-2.svg);
  }

  .btn-next.swiper-button-disabled {
    background-color: transparent;
    background-image: url(../images/next-2.svg);
  }

  .past-box {
    padding-bottom: 160px;
    position: relative;
  }

  .past-control {
    width: 100%;
    padding: 0 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .btn-function {
    margin-bottom: 60px;
  }

  .past-control .btn-black {
    width: 100%;
    justify-content: center;
  }

  .show-xs {
    display: block;
  }

  .hide-xs {
    display: none;
  }

  .program-swiper {
    width: calc(100% + 24px);
  }

  .program-card {
    position: relative;
    padding-bottom: 0;
  }

  .recommended-title {
    margin-bottom: 40px;
  }

  .recommended-head {
    padding: 0 24px;
    flex-direction: column;
  }

  .recommended-head .btn-function {
    margin-bottom: 0;
  }

  .recommended-swiper {
    width: calc(100% - 48px);
  }

  .recommended-control .btn-black {
    width: calc(100% - 48px);
    left: 24px;
    bottom: -96px;
  }

  .result-text {
    padding-left: 24px;
  }
.artist-box {
     padding: 0;
    }
    .artist-head {
   flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
 .artist-head span:first-child{
  margin-bottom: 12px;
 }
 .banner-sub-category{
font-size: 16px;
padding-top: 16px;
}
.info-name span{
  display: block;
}
.form-row {
        padding: 0 4px;
    }
 .moment-text {
  font-size: 18px;
}
}

@media (max-width:430px) {
  .head-select.fix-2 {
    border-right: none;
  }
}