@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;700&display=swap');

@font-face {
  font-family: 'Widescreen Trial';
  src: URL('../font/WidescreenVF_Trial_WghtMixd.ttf') format('truetype');
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-family: 'Noto Sans TC', sans-serif;
}

body.active {
  overflow: hidden;
}
#audio{
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
}
.audio-group{
  position: relative;
  margin-bottom: 48px;
}
.no-info-box{
  padding-bottom: 40px;
  text-align: center;
}
.no-info-title{
  color: #004A8F;
font-family: "Noto Serif TC";
font-size: 2rem;
font-weight: 500;
line-height: 1.25;
letter-spacing: 1.2px;
margin-bottom: 20px;
}
.no-info-text{
color: #5E5E5E;
text-align: center;
font-size: 1rem;
font-weight: 400;
line-height: 1.2;
letter-spacing: 0.64px;
}
.wow {
  visibility: hidden;
}
.history-swiper{
  overflow: visible;
}

.history-swiper .swiper-wrapper{
  align-items: stretch;
}
.history-swiper .swiper-slide{
  width: 380px;
   height: auto;
  padding-right: 40px;
  padding-bottom: 60px;
  position: relative;
}
.history-date{
  color: #FFF;
font-family:"Noto Serif TC";
font-size: 2rem;
font-weight: 500;
line-height: 1.2;
letter-spacing: 0.03em;
margin-bottom: 20px;
}
.history-title{
  color: #FFF;
font-size: 1rem;
font-weight: 700;
line-height: 1.5;
letter-spacing: 0.03em;
margin-bottom: 8px;
}
.history-text{
 color: #FFF;
font-size: 1rem;
font-weight: 400;
line-height: 2;
letter-spacing: 0.03em;
}
.history-swiper .swiper-slide::after{
  content: '';
  width: 100%;
  background-color: #DADADA;
  height: 1px;
  position: absolute;
  bottom: 7.5px;
  left: 0;
}
.history-swiper .swiper-slide::before{
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #004A8F;
  z-index: 3;
}
.history-img{
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 20px;
}
.history-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
}
.history{
  background-image: url(../images/history.png);
  background-size: cover;
  padding: 80px 32px;
  overflow: hidden;
}
.history-head{
  padding-bottom: 48px;
  display: flex;
  align-items: flex-end;
}
.history-head-left{
  flex: 1;
}
.history-head-right{
  display: inline-flex;
  gap: 12px;
}
.about-highlights{
  padding-top: 32px;
}
.highlight-list{
  border-top: solid 1px #DADADA;
}

.highlight-list li{
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #DADADA;
  padding: 28px 0;
}
.highlight-left{
  flex: 1;
  max-width: 66.6%;
}
.highlight-title{
  color: #004A8F;
font-size: 1.125rem;
font-weight: 700;
line-height: 1.1;
letter-spacing: 0.03em;
margin-bottom: 20px;
}
.highlight-title span{
  font-family:"Noto Serif TC";
  font-size: 4.125rem;
font-weight: 500;
line-height: 1;
letter-spacing: 0.01em;
display: inline-block;
margin-right: 8px;
}
.highlight-list p{
  color: #5E5E5E;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.03em;
}
.highlight-right{
display: inline-flex;
}
.highlight-img{
width: 264px;
}
.highlight-tag{
color: #004A8F;
font-size: 0.875rem;
font-style: normal;
font-weight: 600;
line-height: 20px;
letter-spacing: 0.03em;
display: inline-block;
    writing-mode: vertical-rl;
}
.about-row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.about-col{
  width: 33.3%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.about-card-title{
  padding-top: 40px;
  color: #004A8F;
font-size: 1.5rem;
font-weight: 500;
line-height: 1.33;
letter-spacing: 0.03em;
margin-bottom: 8px;
}
.about-card-text{
  color: #5E5E5E;
font-size: 1.125rem;
font-weight: 400;
line-height: 1.8;
letter-spacing: 0.03em;
}
.about-city{
  height: 720px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: calc( 100% + 64px );
  margin: 0 -32px;
}
.about-city-title{
  color: #004A8F;
text-align: center;
font-family:"Noto Serif TC";
font-size: 2.75rem;
font-weight: 500;
line-height: 1.1;
letter-spacing: 0.02em;
margin-bottom: 24px;
position: relative;
z-index: 3;
}
.about-city-text{
  max-width: 600px;
  color: #5E5E5E;
text-align: center;
font-size: 1.125rem;
font-style: normal;
font-weight: 400;
line-height: 1.8;
letter-spacing: 0.03em;
position: relative;
z-index: 3;
}
.about-1,.about-2,.about-3,.about-4,.about-5,.about-6,.about-7,.about-8,.about-9,.about-10{
  position: absolute;
}
.about-1{
  width: 258px;
  top: 18px;
  left: 50%;
  transform: translateX(-600px);
}
.about-2{
  width: 146px;
  top: 257px;
  left: 50%;
  transform: translateX(-700px);
}

.about-3{
  width: 222px;
  bottom: 98px;
  left: 50%;
  transform: translateX(-400px);
}.about-4{
  width: 138px;
  bottom:12px;
  left: 50%;
  transform: translateX(-650px);
}.about-5{
  width: 84px;
  top: 129px;
  left: 50%;
  transform: translateX(-220px);
}
.about-6{
  width: 150px;
  top: 86px;
  right: 50%;
  transform: translateX(520px);
}
.about-7{
  width: 241px;
  bottom: 58px;
  right: 50%;
  transform: translateX(420px);
}
.about-8{
  width: 106px;
  top: 22px;
  right: 50%;
  transform: translateX(690px);
}
.about-9{
  width: 198px;
  bottom: 226px;
  right: 50%;
  transform: translateX(820px);
}
.about-10{
  width: 102px;
  bottom: 6px;
  right: 50%;
  transform: translateX(630px);
}
.about-value{
  padding: 48px 0;
}
.about-value-head{
  display: flex;
  margin-bottom: 48px;
}
.value-head-left{
  width: 50%;
}
.value-head-right{
  width: 50%;
}
.value-head-right p{
  color: #5E5E5E;
text-align: justify;
font-size: 1.125rem;
font-weight: 400;
line-height: 1.8;
letter-spacing: 0.03em;
}
.accordion {
  border-top: solid 1px #DADADA;
}

.accordion h4 {
  border-bottom: solid 1px #DADADA;
}

.accordion-title {
  border: none;
  display: flex;
  width: 100%;
  padding: 12px 36px 12px 12px;
  position: relative;
  color: #004A8F;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  background-image: url(../images/accordion.svg);
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-color: transparent;
}

.accordion-title.active {
  background-image: url(../images/accordion-1.svg);
}

.accordion-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}

.accordion-panel p {
  color: #5E5E5E;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  padding: 8px 12px 12px 12px;
}

.accordion-icon {
  content: '';
  width: 24px;
  height: 24px;
}

.accordion-btn {
  width: 100%;
  text-align: left;
  padding: 16px;
  font-size: 1.125rem;
  background: #eee;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.icon {
  font-size: 1.25rem;
}

.information-title {
  color: #004A8F;
  font-family: "Noto Serif TC";
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.information-sub-title {
  color: #2a2a2a;
  font-family: "Noto Serif TC";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
}

.information-text {
  color: #5E5E5E;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}

.area-info-box {
  display: flex;
  align-items: stretch;
  gap: 4px;
  margin: 48px 0;
}

.area-info-map {
  flex: 1;
  height: 420px;
}

.area-info-card {
  width: 320px;
  padding: 20px 16px;
  background: #EDEDED;
  display: flex;
  flex-direction: column;
}

.information-content {
  max-width: 1080px;
  padding: 40px 0 80px;
  margin: 0 auto;
}

.information-label {
  color: #2A2A2A;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}

.information-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}

.information-card {
  padding: 32px 24px;
  border-radius: 4px;
  background-color: #0062BD;
  display: flex;
  align-items: stretch;
  gap: 32px;
  margin: 0 auto;
  max-width: 1120px;
}

.information-card-left {
  flex: 1;
  color: #EDEDED;
  display: flex;
  flex-direction: column;
}

.information-card-right {
  width: 300px;
}

.information-card-title {
  color: #EDEDED;
  font-family: "Noto Serif TC";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
}

.information-card-note {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.03em;
  margin-top: auto;
}

.information-timeline {
  display: block;
}

.information-timeline li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2px;
}

.information-timeline li span:nth-child(1) {
  display: inline-block;
  padding-right: 12px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 1);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}

.information-timeline li span:nth-child(2) {
  flex: 1;
  color: rgba(255, 255, 255, 1);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}

.list-panel {
  width: 400px;
  flex-shrink: 0;
  overflow-y: auto;
  border-left: 1px solid #DADADA;
  background: white;
  position: relative;
}

.list-panel::-webkit-scrollbar {
  width: 4px
}

.list-panel::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px
}

.exh-item {
  display: flex;
  gap: 8px;
  padding: 12px;
  border-bottom: 1px solid #DADADA;
  cursor: pointer;
  transition: background .15s;
  align-items: stretch;
}

.exh-item:focus {
  outline-offset: -2px;
}

.exh-item.active {
  background: rgb(237, 237, 237);
}

.exh-item:focus-visible {
  outline: 2px solid #1a3a6b;
  outline-offset: -2px
}

.exh-badge {
  display: inline-block;
  flex-shrink: 0;
  background: #004A8F;
  color: #EDEDED;
  font-family: 'Widescreen Trial';
  font-size: 0.75rem;
  font-weight: 500;
  padding: 2px 6px;
  line-height: 1.33;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
}

.exh-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.exh-img {
  width: 140px;
  aspect-ratio: 1/0.75;
  overflow: hidden;
}

.exh-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exh-title {
  color: #5E5E5E;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 4px
}

.exh-author {
  color: #5E5E5E;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.03em;
}

.exh-actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.custom-marker div {
  background: #004A8F;
  color: #EDEDED;
  font-family: 'Widescreen Trial';
  font-size: 0.75rem;
  font-weight: 500;
  padding: 2px 6px;
  line-height: 1.33;
  letter-spacing: 0.03em;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  transition: transform .2s
}

.custom-marker div:hover {
  background: #0062BD;
}

.custom-marker.active-m div {
  background: #e85d04;
}

.exh-tabs {
  display: flex;
  overflow-x: auto;
  flex-shrink: 0;
  position: absolute;
  width: calc(100% - 400px);
  top: 0;
  left: 0;
  z-index: 499;
  padding: 12px;
  gap: 4px;
}

.exh-tab {
  padding: 8px 16px;
  color: #004A8F;
  font-size: 0.875rem;
  font-weight: 400;
  border: solid 1px #DADADA;
  background: #fff;
  cursor: pointer;
  white-space: nowrap;
  transition: all .15s
}

.exh-tab.active {
  color: #DADADA;
  background: #004A8F;
}

.exhibitionmap {
  width: 100%;
  height: calc(100vh - 120px);
  position: relative;
  overflow: hidden;
  background-color: #eee;
  display: flex;
}

#mapArea {
  flex: 1;
}

.section-artwork {
  overflow: hidden;
  padding: 0 32px;
}

.tablist {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}

.tab-btn {
  display: inline-block;
  width: 300px;
  height: 68px;
  justify-content: center;
  align-items: center;
  background: #EDEDED;
  color: #464646;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.035rem;
  position: relative;
  border: none;
}

.tab-btn.active {
  color: #DADADA;
  background: #004A8F;
}

.tab-btn.active::after {
  content: '';
  width: 22px;
  height: 10px;
  background-image: url(../images/tri.svg);
  background-size: 22px 10px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.tab-btn:focus {
  outline-offset: -2px;
}

.historical-tag {
  color: #004A8F;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}

.historical-title {
  color: #004A8F;
  font-family: "Noto Serif TC";
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 48px;
}

.historical-sub-title {
  color: #2A2A2A;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
}

.historical-text {
  color: #5E5E5E;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.historical-box {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}

.historical-left {
  width: 50%;
  padding-right: 64px;
}

.historical-left img {
  width: 100%;
}

.historical-right {
  width: 50%;
}

.historical-card {
  display: block;
  text-decoration: none;
  position: relative;
}

.historical-card-tag {
  display: block;
  padding: 12px 0 0 0;
}

.years {
  color: #004A8F;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.03em;
  margin-bottom: 4;
}

.historical-name {
  color: #004A8F;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.03em;
}

.historical-card-img {
  aspect-ratio: 1 / 1.42;
  overflow: hidden;
}

.historical-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: all 0.5s;
}

.historical-card:hover .historical-card-img img {
  transform: scale(1.1);
}

.section-head {
  padding: 80px 32px;
}

.section-body {
  padding: 80px 32px;
  background: #EDEDED;
}

.section-body.fix {
  padding-top: 40px;
  background-color: transparent;
}

.historical-container {
  max-width: 1184px;
  margin: 0 auto;
}

#map {
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.map-label {
  display: inline-block;
  background: #004A8F;
  padding: 2px 6px;
  color: #EDEDED;
  font-family: "Widescreen Trial";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.03em;
  border: none;
  cursor: pointer;
}

.map-label:hover {
  background-color: #0062BD;
}

.artwork-banner {
  position: relative;
}

.artwork-swiper-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1036px;
  display: flex;
  justify-content: space-between;
  z-index: 3;
}

.artwork-swiper {
  overflow: visible;
  max-width: 1184px;
  margin: 0 auto;
}

.artwork-swiper.fix {
  max-width: 840px;
}
.artwork-swiper .swiper-slide-next,.artwork-swiper .swiper-slide-prev{
  opacity: 0.3;
}
.artwork-card {
  aspect-ratio: 1 / 0.666;
  overflow: hidden;
  position: relative;
}

.artwork-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artwork-container {
  max-width: 1184px;
  padding: 48px 0;
  margin: 0 auto;
}

.artwork-title {
  color: #004A8F;
  font-family: "Noto Serif TC";
  font-size: 4.125rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}

.artwork-sub-title {
  color: #2A2A2A;
  font-family: "Noto Serif TC";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}

.artwork-text {
  color: #5E5E5E;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 48px;
}

.artwork-info {
  border-top: solid 1px #DADADA;
  margin-bottom: 48px;
}

.artwork-info li {
  display: flex;
  padding: 16px 0;
  align-items: center;
  border-bottom: solid 1px #DADADA;
}

.artwork-info li span:nth-child(1) {
  color: #004A8F;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  display: inline-block;
  padding-right: 16px;
  white-space: nowrap;
}

.artwork-info li span:nth-child(2) {
  display: inline-block;
  flex: 1;
  color: #5E5E5E;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.art-box {
  border-radius: 4px;
  background: #0062BD;
  padding: 12px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 48px;
}

.art-img {
  width: 180px;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.art-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.art-info {
  flex: 1;
  padding-left: 32px;
}

.art-info-tag {
  display: block;
  color: #EDEDED;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.art-info-name {
  color: #EDEDED;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
}

.art-info-text {
  color: #EDEDED;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
}

.news-container {
  max-width: 1184px;
  padding: 20px 0 40px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}

.news-content {
  padding-right: 64px;
  width: calc(100% - 360px);
  color: #5E5E5E;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.news-content a{
  color: #5E5E5E;
}
.news-content iframe,.news-content img{
  width: 100% !important;
  height: auto !important;
}
.news-content iframe{
  aspect-ratio: 16 / 9 !important;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.col-6 {
  width: 50%;
  margin-bottom: 24px;
  padding: 0 8px;
}

.col-4 {
  width: 33.3%;
  margin-bottom: 24px;
  padding: 0 8px;
}

.row img {
  margin-bottom: 0 !important;
}

.news-content ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-bottom: 24px;
}

.news-content ol {
  list-style-type: decimal;
  padding-left: 2em;
  margin-bottom: 24px;
}

.news-content h3 {
  color: #004A8F;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

.news-content h4 {
  color: #2A2A2A;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}

.news-content p {
  margin-bottom: 48px;
}

.news-content a {
  color: #004A8F;
  text-decoration: underline;
}

.news-content img {
  width: 100%;
  margin-bottom: 48px;
}

.img-note {
  color: #5E5E5E;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.03em;
  margin-top: -32px;
  margin-bottom: 48px;
}

.news-info-card {
  width: 360px;
  padding: 20px 16px;
  background: #EDEDED;
  position: sticky;
  top: 180px;
}

.info-card-head {
  padding-bottom: 16px;
  color: #464646;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  border-bottom: solid 1px #fff;
}

.info-list {
  padding: 16px 0 20px;
}

.info-list.fix {
  margin-bottom: auto;
}

.info-item {
  display: flex;
  margin-bottom: 20px;
}

.info-item span:nth-child(1) {
  display: inline-block;
  color: #464646;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 0.03em;
  padding-right: 20px;
}

.info-item span:nth-child(2) {
  flex: 1;
  color: #5E5E5E;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.03em;
}

.share-box {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.line-btn {
  display: inline-block;
  background-color: transparent;
  border: none;
  width: 24px;
  height: 24px;
  background-image: url(../images/line-btn.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
}

.twitter-btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/twitter.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.copy-btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/copy.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.news-title {
  color: #004A8F;
  font-family: "Noto Serif TC";
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  padding: 20px 0 36px;
}

.pagination-nav {
  text-align: center;
  margin-top: 40px;
}

.pagination {
  display: inline-flex;
  align-items: center;
  margin: 0 -12px;
}

.pagination li {
  padding: 0 12px;
}

.pg-item {
  display: inline-block;
  padding: 4px 8px;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-underline-position: from-font;
}

.pg-item:hover {
  color: #004A8F;
}

.pg-prev {
  display: inline-flex;
  height: 48px;
  width: 48px;
  background-image: url(../images/prev.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
  text-decoration: none;
  background-color: #004A8F;
  border: none;
  text-decoration: none;
}

.pgn-prev:hover {
  background-color: #0062BD;
}

.pg-prev.disabled {
  background-image: url(../images/prev-1.svg);
  background-color: #DADADA;
  pointer-events: none;
  cursor: default;
}

.pg-next {
  display: inline-flex;
  height: 48px;
  width: 48px;
  background-image: url(../images/next.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
  text-decoration: none;
  background-color: #004A8F;
  border: none;
  text-decoration: none;
}

.pg-next:hover {
  background-color: #0062BD;
}

.pg-next.disabled {
  background-image: url(../images/next-1.svg);
  background-color: #DADADA;
  pointer-events: none;
  cursor: default;
}

.container {
  max-width: 1376px;
  margin: 0 auto;
}

.article-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px -40px -8px;
}

.article-col {
  width: 33.3%;
  padding: 0 8px;
  margin-bottom: 40px;
}

.artwork-col {
  width: 25%;
  padding: 0 8px;
  margin-bottom: 40px;
}

.article-card {
  display: block;
  text-decoration: none;
}

.article-card-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
  margin-bottom: 8px;
  text-align: center;
}

.article-card-img img {
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: all 0.5s;
}

.article-card:hover .article-card-img img {
  transform: scale(1.1);
}

.statu-tag {
  display: inline-flex;
  height: 36px;
  align-items: center;
  padding: 0 16px;
  color: #FFF;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.statu-tag.statu-1 {
  background-color: #4BA735;
  border: 1px solid #59C23F;
}

.statu-tag.statu-1::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/statu.svg);
  background-size: cover;
}

.statu-tag.statu-2 {
  background-color: #004A8F;
  border: 1px solid #1F91FB;
}

.statu-tag.statu-3 {
  background-color: #5E5E5E;
  border: 1px solid #DADADA;
}

.article-card-area {
  color: #004A8F;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
  display: flex;
  align-items: flex-start;

}

.article-card-title {
  color: #2A2A2A;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
  max-height: 2.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article-card-text {
  color: #5E5E5E;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.03em;
}

.article-function {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  margin-bottom: 40px;
}

.article-filter {
  max-width: 100%;
  width: 50rem;
  display: inline-flex;
  margin-right: auto;
}

.filter-group {
  width: 33.3%;
  padding-right: 20px;
}
.filter-group.fix {
  width: 400%;
  max-width: 100%;
}
.form-label {
  color: #2A2A2A;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 8px;
}

.events-banner {
  margin: 0 0 40px 0;
  overflow: hidden;
  position: relative;
  font-size: 0;
}

.events-banner img {
  width: 100%;
}

.events-banner-info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bn-tag {
  color: #004A8F;
  font-family: "Widescreen Trial";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.035rem;
  display: none;
  padding: 4px 12px;
  background-color: #fff;
}

.events-title {
  color: #DADADA;
  font-family:"Noto Serif TC";
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02rem;
  display: inline-block;
  padding: 8px;
  background-color: #004A8F;
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
}

.breadcrumb-item {
  color: #5E5E5E;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  padding-right: 12px;
}

.breadcrumb .breadcrumb-item::after {
  content: '';
  width: 24px;
  height: 1px;
  background-color: #5E5E5E;
  margin-left: 12px;
}

.breadcrumb .breadcrumb-item:last-child::after {
  display: none;
}

.breadcrumb-item a {
  display: block;
  color: #5E5E5E;
  text-decoration: none;
  overflow: hidden;
  height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.breadcrumb-item a:hover {
  color: #004A8F;
}

.breadcrumb .breadcrumb-item:last-child {
  flex: 1;
}

.breadcrumb .breadcrumb-item:last-child a {
  color: #004A8F;
  font-weight: 600;
}

.sitemap-section {
  padding: 80px 32px;
}

.sitemap-section.fix {
  overflow: hidden;
}

.page-head {
  padding-bottom: 20px;
  text-align: right;
}

.marquee-left {
  display: inline-block;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: -5px;
  transform: rotate(180deg);
}

.marquee-left-wrapper {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  animation: marqueeLeft 60s linear infinite;
  animation-play-state: running;
}

.marquee-left-wrapper.paused {
  animation-play-state: paused;
}

.left-group {
  display: inline-block;
  writing-mode: vertical-lr;
  color: rgba(255, 255, 255, 0.70);
  text-align: center;
  font-family: "Widescreen Trial";
  font-size: 6rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0.01em;
 text-transform: uppercase;
}

.marquee-right {
  display: inline-block;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: -5px;
}

.marquee-right-wrapper {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  animation: marqueeLeft 60s linear infinite;
  animation-play-state: running;
}

.marquee-right-wrapper.paused {
  animation-play-state: paused;
}

.right-group {
  display: inline-block;
  writing-mode: vertical-rl;
  color: rgba(255, 255, 255, 0.70);
  text-align: center;
  font-family: "Widescreen Trial";
  font-size: 6rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

@keyframes marqueeLeft {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(var(--move-distanceY));
  }
}

.home-section-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  min-height: 48vw;
  padding: 80px 32px;
  background-image: url(../images/section-4-bg.png);
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.section-4-box {
  position: relative;
  z-index: 1;
  text-align: center;
}

.section-4-title {
  color: #004A8F;
  font-family: "Noto Serif TC";
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}

.section-4-text {
  color: #004A8F;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
}

.home-section-3 {
  padding: 80px 32px;
  max-width: 1376px;
  margin: 0 auto;
}

.home-news-list {
  list-style-type: none;
  display: block;
}

.home-news-list li {
  border-bottom: 1px solid #DADADA;
}

.home-news-card {
  display: flex;
  padding: 20px 0;
  text-decoration: none;
}

.home-news-card:focus {
  outline-offset: 4px;
}

.home-news-tag {
  color: #004A8F;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.035em;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.home-news-tag::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #004A8F;
  margin-right: 10px;
}

.home-news-title {
  color: #383838;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.02em;
  max-height: 3rem;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.home-news-desc {
  color: #5E5E5E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  max-height: 4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-news-content {
  flex: 1;
  padding-right: 20px;
  max-width: 660px;
}

.home-news-img {
  width: 300px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-left: auto;
  text-align: center;
}

.home-news-img img {
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: all 0.5s;
}

.home-news-card:hover .home-news-img img {
  transform: scale(1.1);
}

.flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.link-btn {
  display: inline-block;
  color: #004A8F;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.035em;
  padding-right: 24px;
  background-image: url(../images/link-btn.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 24px;
  text-decoration: none;
}

.link-btn:hover {
  color: #0062BD;
}

.button-prev {
  display: inline-flex;
  height: 48px;
  width: 48px;
  background-image: url(../images/prev.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
  text-decoration: none;
  background-color: #004A8F;
  border: none;
}

.button-prev:hover {
  background-color: #0062BD;
}

.button-prev:disabled {
  background-image: url(../images/prev-1.svg);
  background-color: #DADADA;
}

.button-next {
  display: inline-flex;
  height: 48px;
  width: 48px;
  background-image: url(../images/next.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
  text-decoration: none;
  background-color: #004A8F;
  border: none;
}

.button-next:hover {
  background-color: #0062BD;
}

.button-next:disabled {
  background-image: url(../images/next-1.svg);
  background-color: #DADADA;
}

.section-2-swiper {
  overflow: visible;
  width: 100%;
  max-width: 720px;
  margin: 0;
}

.art-card {
  width: 100%;
  position: relative;
  aspect-ratio: 1/0.66;
  overflow: hidden;
  object-fit: cover;
}

.art-card-img {
  width: 100%;
  transform-origin: center center;
  transition: all 0.5s;
}

.art-card:hover .art-card-img {
  transform: scale(1.1);
}

.art-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  text-decoration: none;
}

.art-title {
  display: inline-block;
  color: #EDEDED;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.03em;
  background: #004A8F;
  padding: 8px;
}

.art-name {
  display: inline-block;
  background-color: #EDEDED;
  color: #004A8F;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  padding: 4px 8px;
}

.art-link:focus {
  outline-offset: -4px;
}

.home-section-2 {
  padding: 80px 0;
  background-color: #fff;
  display: flex;
  align-items: stretch;
}

.section-2-info {
  width: 570px;
  padding: 0 20px 0 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section-2-btn {
  margin-top: auto;
  display: flex;
  gap: 12px;
}

.section-2-art {
  width: calc(100% - 570px);
  overflow: hidden;
}

.btn {
  display: inline-flex;
  align-items: center;
  height: 56px;
  min-width: 194px;
  color: #464646;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.04em;
  padding: 0 56px 0 20px;
  background-image: url(../images/btn-1.svg);
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 30px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}

.btn:hover {
  color: #004A8F;
  background-image: url(../images/btn-2.svg);
}

.btn::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #EDEDED;
  position: absolute;
  top: 0;
  right: 56px;
}

.btn-blue {
  display: inline-flex;
  align-items: center;
  height: 56px;
  min-width: 194px;
  color: #DADADA;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.04em;
  padding: 0 56px 0 20px;
  background-image: url(../images/btn-4.svg);
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 30px;
  text-decoration: none;
  background-color: #004A8F;
  border-radius: 4px;
  position: relative;
}
.btn-blue.fix {
  background-image: url(../images/btn-6.svg);
}
.btn-blue::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.10);
  position: absolute;
  top: 0;
  right: 56px;
}

.btn-blue:hover {
  color: #fff;
  background-color: #0062BD;
  background-image: url(../images/btn-5.svg);
}
.btn-blue.fix:hover {
  background-image: url(../images/btn-6.svg);
}
.home-section-1 {
  padding: 80px 0;
  background-image: url(../images/section-1-bg.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}

.home-section-1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 20.07%, rgba(0, 0, 0, 0.00)75%);
}

.section-1-box {
  width: 100%;
  padding: 0 32px;
  position: relative;
  text-align: center;
  z-index: 3;
}

.section-sub-title {
  color: #FFF;
  font-family: "Widescreen Trial";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  display: none;
}

.section-sub-title.fix {
  color: #004A8F;
}

.section-title {
  color: #EDEDED;
  font-family: "Noto Serif TC";
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.section-title.fix {
  color: #383838;
  margin-bottom: 32px;
}

.section-text {
  color: #EDEDED;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
}

.section-text.fix {
  color: #5E5E5E;
  margin-bottom: 20px;
}

.dm-img {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 48px auto;
}

.dm-img img {
  width: 100%;
}

.out::after {
  content: '';
  width: 24px;
  height: 20px;
  margin-left: 4px;
  background-image: url(../images/out.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
}

.footer-dw {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer-dw p {
  color: #DADADA;
  font-size: 0.875rem;
  font-weight: 40;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.footer-dw p span{
  display: inline-block;
  margin-left: 12px;
}
.footer-dw-left {
  margin-right: auto;
}

.footer-link {
  display: flex;
  margin-bottom: 8px;
}

.footer-link li {
  padding-right: 16px;
  margin-right: 16px;
  border-right: solid 1px #DADADA;
}

.footer-link li:last-child {
  border-right: none;
}

.footer-link li a {
  color: #DADADA;
  font-size: 0.875rem;
  font-weight: 40;
  line-height: 1.4;
  letter-spacing: 0.03em;
  display: flex;
  text-decoration: none;
}

.footer-dw-right {
  display: inline-block;
}

.media-link {
  display: inline-flex;
}

.media-link li {
  display: inline-block;
  margin-left: 16px;
}

.media-link li a {
  display: inline-block;
  width: 26px;
  height: 26px;
}

.media-link img {
  width: 100%;
}

footer {
  background-color: #004A8F;
  padding: 64px 32px;
  position: relative;
}

.footer-up {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.footer-logo {
  display: inline-block;
  margin-right: auto;
}

.footer-logo img {
  width: 240px;
}

.footer-menu {
  display: inline-flex;
  width: 64%;
}

.footer-menu-col {
  width: 20%;
  padding-right: 12px;
}

.footer-title {
  display: inline-block;
  color: #EDEDED;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-decoration: none;
}

.footer-menu-item {
  display: block;
}

.footer-menu-item li {
  margin-bottom: 8px;
}

.footer-menu-item li a {
  display: inline-flex;
  align-items: center;
  color: #DADADA;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  text-decoration: none;
}

main {
  width: 100%;
  position: relative;
}

main.fix {
  margin-top: 120px;
}

:focus {
  outline: 2px solid #1F91FB;
  outline-offset: 1px;
  border-radius: 4px;
}

.w-100 {
  width: 100% !important;
}

b {
  font-weight: 700 !important;
}

.show-xs {
  display: none;
}

.show-pad {
  display: none;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.text-white {
  color: #fff !important;
}

.mb-1 {
  margin-bottom: 8px !important;
}

.mb-2 {
  margin-bottom: 12px !important;
}

.mb-3 {
  margin-bottom: 16px !important;
}

.mb-4 {
  margin-bottom: 24px !important;
}

.mb-5 {
  margin-bottom: 36px !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.button-container {
  display: none;
}

.form-input {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  text-align: left;
  border: 1px solid #DADADA;
  padding: 0 12px;
  margin: 0;
  background-color: #fff;
  border-radius: 4px;
  color: #5E5E5E;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.03em;
}

.form-input::placeholder {
  color: #5E5E5E;
}

.form-input#search-input {
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 24px;
  padding-right: 36px;
}

.dropdown {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 148px;
}

.dropdown-btn {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  text-align: left;
  border: 1px solid #DADADA;
  padding: 0 36px 0 12px;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
  color: #5E5E5E;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.03em;
  background-image: url(../images/drop.svg);
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 24px;
}

.dropdown-btn#lang-button {
  height: 32px;
}

.dropdown-menu[hidden] {
  display: none;
}

.dropdown-menu {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #DADADA;
  background: #FFF;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}

.dropdown-item {
  display: block;
  color: #5E5E5E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.dropdown-item:focus {
  outline-offset: 2px;
}

/* switch 外框 */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

/* 隱藏原生 checkbox，但保留可存取性 */
.switch input {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

/* 背景軌道 */
.switch .slider {
  position: absolute;
  inset: 0;
  background-color: #ccc;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

/* 圓球 */
.switch .slider::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  top: 3px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.25s ease;
}

/* 開啟狀態 */
.switch input:checked+.slider {
  background-color: #004A8F;
}

.switch input:checked+.slider::before {
  transform: translateX(16px);
}

.switch input:focus-visible+.slider {
  outline: 2px solid #30BDFF;
  outline-offset: 1px;
}

.switch input:focus+.slider {
  outline: 2px solid #30BDFF;
  outline-offset: 1px;
}

.head-top {
  display: inline-flex;
  align-items: center;
  height: 60px;
  position: fixed;
  top: 0;
  left: 117px;
  z-index: 9999;
  padding-left: 32px;
}

.fast-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

.fast-link {
  display: inline-flex;
}

.fast-link li {
  width: 186px;
}

.fast-link li a:focus {
  outline-offset: -2px;
}

.fast-link li:nth-child(1) a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  text-decoration: none;
  color: #464646;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.03em;
  background: #EDEDED;
}

.fast-link li:nth-child(2) a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  text-decoration: none;
  color: #DADADA;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.03em;
  background: #004A8F;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  display: flex;
  background-color: #fff;
  align-items: flex-end;
  height: 120px;
  overflow: hidden;
  font-size: 0;
  border-bottom: 1px solid #DDD;
}

.logo-link {
  display: inline-block;
  width: auto;
}

.logo-link:focus {
  outline-offset: -2px;
}

.logo {
  width: auto;
  height: 120px;
}

.nav-box {
  flex: 1;
  border-top: 1px solid #EDEDED;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 32px;
}

.menu-box {
  display: inline-flex;
}

.menu-box li {
  display: inline-flex;
  padding-right: 24px;
}

.menu-box li a {
  color: #464646;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.menu-box li a:hover {
  color: #5E5E5E;
}

.menu-box li a.active {
  color: #004A8F;
}

.menu-box li a:focus {
  outline-offset: 4px;
}

.brick-1 {
  width: auto;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 6px;
  opacity: 0;
  padding: 4px;
  border-radius: 4px;
  color: #464646;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-decoration: none;
  opacity: 0;
}


.brick-1:focus {
  opacity: 1;
  outline-offset: 0;
}

.go-to-main {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  border: 0;
  text-decoration: none;
  z-index: -9;
  opacity: 0;
}

.go-to-main:focus {
  opacity: 1;
  display: inline-block;
  padding: 12px 16px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #004A8F;
  border-radius: 6px;
  z-index: 9999;
}


.brick-2 {
  width: auto;
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 40px;
  opacity: 0;
  padding: 4px;
  border-radius: 4px;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-decoration: none;
  opacity: 0;
  scroll-margin-top: 160px;
}


.brick-2:focus {
  opacity: 1;
  outline-offset: 0;
}

.brick-3 {
  width: auto;
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 40px;
  opacity: 0;
  padding: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-decoration: none;
  opacity: 0;
}


.brick-3:focus {
  opacity: 1;
  outline-offset: 0;
}

.banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 120px);
  background-image: url(../images/home-banner.png);
  background-position: center center;
  background-size: cover;
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42vw;
}

.function-box {
  display: inline-flex;
  gap: 24px;
  align-items: center;
  margin-left: auto;
}

.function-box li {
  display: inline-flex;
  align-items: center;
}

.print-btn {
  border: none;
  background-color: transparent;
  padding-right: 32px;
  color: #464646;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.03em;
  background-image: url(../images/print.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 24px;
}

.font-control {
  display: inline-flex;
  align-items: center;
}

.font-label {
  display: inline-block;
  margin-right: 4px;
  color: #464646;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.03em;
}

.font-btn {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #DADADA;
  color: #5E5E5E;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.font-value {
  display: inline-block;
  margin: 0 4px;
  color: #464646;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.03em;
}

.animation-label {
  display: inline-block;
  margin-right: 8px;
  color: #464646;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.03em;
}

.home-title {
  display: inline-flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    position: relative;
    z-index: 3;
    flex-wrap: wrap;
    width: 500px;
    justify-content: center;
}

.home-title span {
  display: inline-block;
  width: auto;
  text-align: center;
  padding: 8px;
  background-color: #004A8F;
  margin:0 0 8px 0;
  color: #DADADA;
  font-family: "Noto Serif TC";
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.home-title span:nth-child(1){
  order: 3;
}
.marquee-tag {
  background: #004A8F;
  width: 100%;
  overflow: hidden;
  padding: 32px 0;
}

.marquee-tag-wrapper {
  display: flex;
  white-space: nowrap;
  animation: marqueeB 30s linear infinite;
  animation-play-state: running;
}

.marquee-tag-wrapper.paused {
  animation-play-state: paused;
}

.tag-group {
  display: inline-flex;
  color: #EDEDED;
  font-family: "Noto Serif TC";
  font-size: 4.125rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.tag-group img {
  width: 180px;
  height: 88px;
  margin: 0 24px;
}

.marquee-runner {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -12px;
}

.marquee-wrapper {
  display: flex;
  white-space: nowrap;
  animation: marqueeA 60s linear infinite;
  animation-play-state: running;
}

.marquee-wrapper.paused {
  animation-play-state: paused;
}

.clone-me {
  display: inline-block;
  width: auto;
  color: rgba(255, 255, 255, 0.70);
  font-family: "Widescreen Trial";
  font-size: 10.25rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0.002rem;
}


@keyframes marqueeA {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(var(--move-distance));
  }
}

@keyframes marqueeB {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(var(--move-distance));
  }
}

.map-box {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
}

.map-title {
  color: #004A8F;
  font-size: 2.75rem;
  font-family: "Noto Serif TC";
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}

.map-text {
  color: #5E5E5E;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.035em;
  margin-bottom: 40px;
}

.map-info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.map-info li {
  display: flex;
  align-items: flex-start;
  width: 50%;
  padding: 0 6px;
  margin-bottom: 24px;
}

.map-info li span:nth-child(1) {
  display: inline-block;
  color: #EDEDED;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.035em;
  background-color: #004A8F;
  padding: 8px 16px;
  white-space: nowrap;
}

.map-info li span:nth-child(2) {
  display: block;
  flex: 1;
  padding-left: 12px;
  color: #5E5E5E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding-top: 4px;
}

.note {
  color: #5E5E5E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
}

.sitemap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 40px;
}

.connector-wrapper {
  position: relative;
  width: 100%;
  height: 55px;
}

.map-url {
  display: inline-block;
  width: auto;
  padding: 8px;
  text-decoration: none;
  color: #464646;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.03em;
  background: #EDEDED;
  text-align: center;
}

.map-url:hover {
  background: #004A8F;
  color: #fff;
}

.map-url.top-level {
  width: auto;
}

.connector-wrapper {
  position: relative;
  width: 100%;
  height: 40px;
}

.vertical-line-top {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 20px;
  background-color: #5E5E5E;
  transform: translateX(-50%);
}

.horizontal-line {
  position: absolute;
  width: calc(100% - 16.6%);
  left: 8.3%;
  top: 20px;
  height: 1px;
  background-color: #5E5E5E;
}

.vertical-line-section {
  position: absolute;
  top: 20px;
  width: 1px;
  height: 20px;
  background-color: #5E5E5E;
}

.vertical-line-section.left {
  left: 8.3%;
}

.vertical-line-section.right {
  right: 8.3%;
}

.vertical-line-section.left-1 {
  left: 24.9%;
}

.vertical-line-section.left-2 {
  left: 41.5%;
}

.vertical-line-section.right-1 {
  right: 24.9%;
}
.vertical-line-section.right-2 {
  right: 41.5%;
}
.map-sections {
  display: flex;
  width: 100%;
}

.section-col {
  width: 16.6%;
  text-align: center;
}

/* 1200 */
@media (max-width: 75rem) {
  .exh-tabs {
    width: calc(100% - 360px);
  }

  .list-panel {
    width: 360px;
  }

  .exhibitionmap {
    height: calc(100dvh - 60px);
  }

  .article-filter {
    width: 100%;
    margin-right: 0;
  }

  .filter-group {
    margin-bottom: 40px;
  }

  main.fix {
    margin-top: 60px;
  }

  .home-section-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-2-btn {
    margin-top: 36px;
    justify-content: flex-end;
    width: 100%;
  }

  .section-2-info {
    width: 100%;
    padding: 0 32px 16px 32px;
  }

  .section-2-art {
    width: 100%;
    padding-left: 36px;
  }

  footer {
    padding: 36px 32px 96px 32px;
  }

  .marquee-runner {
    bottom: 48px;
  }

  .brick-1 {
    top: 16px;
    left: -20px;
    opacity: 0;
    padding: 4px;
    border-radius: 4px;
    color: #FFF;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-decoration: none;
    opacity: 0;
  }

  .head-top {
    top: 0;
    left: auto;
    z-index: 1000;
    padding-left: 0;
    right: 48px;
  }

  .head-top .dropdown {
    width: 100px;
  }

  .button-container {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 24px;
    border-radius: 4px;
    position: fixed;
    top: 20px;
    right: 12px;
    font-size: 1px;
    z-index: 1000;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .button-container:focus {
    outline-offset: 4px;
  }

  .button-container.active .top {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
  }

  .button-container.active .middle {
    display: none;
  }

  .button-container.active .bottom {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
  }

  .button-container span {
    border: none;
    height: 2px;
    width: 24px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    background-color: #fff;
  }

  .button-container span.middle {
    top: 9px;
  }

  .button-container span.bottom {
    top: 18px;
  }

  .dropdown-btn#lang-button {
    min-width: 0;
    border: 1px solid #1F91FB;
    margin: 0;
    list-style: none;
    background-color: transparent;
    color: #DADADA;
    font-size: 0.75rem;
    background-image: url(../images/drop-1.svg);
    background-position: center right 4px;
  }

  .fast-nav {
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 99;
    width: 100%;
  }

  .fast-link {
    width: 100%;
  }

  .fast-link li {
    width: 50%;
  }

  header {
    background-color: #004A8F;
    align-items: center;
    height: 60px;
    overflow: visible;
  }

  .logo {
    width: auto;
    height: 56px;
  }

  .nav-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: none;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    height: calc(100dvh - 60px);
    overflow: auto;
  }

  .nav-box.active {
    display: flex;
  }

  .menu-box {
    width: 100%;
    display: block;
    padding: 8px 24px 128px 24px;
    background-color: #004A8F;
  }

  .menu-box li {
    display: block;
    padding: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.10);
  }

  .menu-box li a {
    display: flex;
    width: 100%;
    align-items: center;
    color: #DADADA;
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 16px 0;
  }

  .menu-box li a.active {
    color: #FFF;
  }

  .menu-box li a::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 4px;
    background-image: url(../images/link.svg);
    background-size: 24px;
  }

  .function-box {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0;
    margin-left: 0;
    padding: 0 24px;
    height: 60px;
    background-color: #EDEDED;
  }

  .function-box li:nth-child(1) {
    margin-right: 24px;
  }

  .function-box li:nth-child(3) {
    margin-left: auto;
  }

  .banner {
    height: calc(100vh - 60px);
    margin-top: 60px;
  }

  .menu-box li a:focus {
    outline-offset: -1px;
  }

  .dropdown-menu#lang-menu {
    border: 1px solid #1F91FB;
    background: #0062BD;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 24px 0px;
  }

  #lang-menu .dropdown-item {
    color: #DADADA;
    font-size: 0.75rem;
  }

  .dropdown-item:focus {
    outline-width: 1px;
  }

  .news-content {
    padding-right: 48px;
    width: calc(100% - 300px);
  }

  .news-info-card {
    width: 300px;
    top: 120px;
  }

  .desktop-only {
        display: none !important;
    }

}

/* 1024 */
@media (max-width: 64rem) {
  .historical-left {
    padding-right: 24px;
  }

  .artwork-container {
    padding: 40px 0;
  }

  .footer-logo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .footer-logo img {
    width: 160px;
  }

  .footer-up {
    margin-bottom: 40px;
  }

  .footer-menu {
    width: 100%;
  }

  .footer-link {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .footer-dw {
    flex-wrap: nowrap;
  }

  .footer-link li {
    padding-right: 12px;
    margin-right: 12px;
    margin-bottom: 4px;
  }

  .sitemap-section {
    padding: 80px 36px;
  }
}

/* 768 */
@media (max-width:48rem) {

  .exh-img {
    width: 130px;
  }

  .exh-tabs {
    width: 100%;
  }

  .list-panel {
    width: 100%;
    height: 122.5px;
    border-left: none;
    border-top: 1px solid #DADADA;
  }

  .exhibitionmap {
    flex-direction: column;
  }

  .artwork-info li {
    padding: 12px 0;
  }

  .artwork-info li span:nth-child(1) {
    font-size: 1rem;
    padding-right: 12px;
  }

  .artwork-info li span:nth-child(2) {
    font-size: 1rem;
  }

  .artwork-title {
    font-size: 3.5rem;
  }

  .artwork-sub-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .artwork-text {
    font-size: 1rem;
  }

  .col-6 {
    width: 100%;
  }

  .col-4 {
    width: 100%;
  }

  .article-col {
    width: 50%;
  }

  .artwork-col {
    width: 50%;
  }

  .section-sub-title {
    font-size: 1rem;
  }

  .section-title {
    font-size: 2.25rem;
  }

  .section-text {
    line-height: 1.5;
  }

  .btn,
  .btn-blue {
    height: 50px;
    min-width: 164px;
  }

  .btn::after,
  .btn-blue::after {
    right: 50px;
  }

  .dm-img {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 48px auto;
  }

  footer {
    padding: 36px 20px 84px 20px;
  }

  .footer-link li a,
  .footer-dw p {
    font-size: 0.75rem;
  }

  .footer-title,
  .footer-menu-item li a {
    font-size: 0.875rem;
  }

  .footer-up {
    margin-bottom: 0;
  }

  .footer-menu {
    flex-wrap: wrap;
  }

  .footer-menu-col {
    width: 50%;
    margin-bottom: 32px;
  }

  .footer-logo img {
    width: 250px;
  }

  .menu-box li a {
    font-size: 1.5rem;
    padding: 12px 0;
  }

  .brick-2,
  .brick-3 {
    top: 20px;
    left: 20px;
  }

  .menu-box {
    width: 100%;
    display: block;
    padding: 8px 20px 80px 20px;
    background-color: #004A8F;
  }

  .function-box {
    flex-wrap: wrap;
    padding: 20px;
    height: auto;
  }

  .function-box li:nth-child(3) {
    order: -1;
    width: 100%;
    margin-left: 0;
    margin-bottom: 12px;
  }

  .marquee-runner {
    bottom: 40px;
  }

  .clone-me {
    font-size: 6rem;
  }

  .print-btn {
    padding-left: 0;
  }

  .home-news-card {
    padding: 20px 0px 40px;
    flex-direction: column-reverse;
  }

  .home-news-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    margin-bottom: 8px;
  }

  .home-news-tag {
    margin-bottom: 8px;
  }

  .home-news-title {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
    max-height: 4.8rem;
    margin-bottom: 8px;
    -webkit-line-clamp: 2;
  }

  .home-section-4 {
    min-height: 100vh;
    height: auto;
  }

  .section-4-title {
    font-size: 2.25rem;
  }

  .events-banner {
    height: auto;
     margin-bottom: 32px;
  }

  .events-banner img {
    width: 100%;
    height: auto;

  }

  .bn-tag {
    padding: 2px 8px;
    font-size: 1rem;
  }

  .events-title {
    padding: 8px 4px;
    font-size: 2.25rem;
  }

  .news-container {
    padding: 8px 0 40px;
    flex-direction: column;
  }

  .news-info-card {
    width: 100%;
    position: static;
  }

  .news-content {
    padding-right: 0;
    width: 100%;
  }

  .news-content {
    font-size: 1rem;
  }

  .news-content h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .news-content h4 {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .news-content p {
    margin-bottom: 40px;
  }

  .news-content a {
    color: #004A8F;
    text-decoration: underline;
  }

  .news-content img {
    margin-bottom: 40px;
  }

  .img-note {
    margin-top: -32px;
    margin-bottom: 40px;
  }
  .information-title {
    font-size: 2.5rem;
}
.information-sub-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.information-text {
    font-size: 1rem;
    line-height: 1.5;
}
.area-info-box {

    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin: 40px 0;
}
.area-info-map {
  flex: none;
    width: 100%;
    height: 300px;
}
.area-info-card {
    width: 100%;
}
.about-value-head {
    flex-direction: column;
    margin-bottom: 36px;
}
.value-head-left,.value-head-right{
  width: 100%;
}
.value-head-right p {
    font-size: 1rem;
    line-height: 1.5;
}
.about-col{
  width: 100%;
  margin-bottom: 36px;
}
.about-value {
    padding: 40px 0 0 0;
}
}

/* 568 */
@media (max-width:35.5rem) {
  .home-title {
  width: 100%;
}

.home-title span {
  font-size: 2rem;
}
  .map-sections {
   gap: 4px;
}
  .history-date{
font-size: 1.5rem;
margin-bottom: 16px;
}
.history-text{
line-height: 1.5;
}
  .history {
    padding: 40px 20px;
}
.history-swiper .swiper-slide::after {
    width: calc( 100% + 20px );
}
  .history-swiper .swiper-slide{
  width: 100%;
  padding-right: 0;
}
.highlight-list li {
    flex-direction: column;
    justify-content: flex-start;
}
.highlight-right {
  margin-bottom: 20px;
}
.highlight-title {
    font-size: 1rem;
}
.highlight-title span {
    font-size: 3.5rem;
}
.highlight-list p {
    font-size: 1rem;
    line-height: 1.5;
}
.highlight-left {
    flex: none;
    width: 100%;
    max-width: none;
    order: 2;
}
.about-card-title {
    padding-top: 36px;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 4px;
}
.about-card-text {
    font-size: 1rem;
    line-height: 1.5;
}
  .about-5 {
    width: 72px;
    top: 79px;
    left: 50%;
    transform: translateX(-220px);
}
.about-3 {
    width: 192px;
    bottom: 48px;
    left: 50%;
    transform: translateX(-350px);
}
.about-6 {
    width: 110px;
    top: 16px;
    right: 50%;
    transform: translateX(200px);
}
.about-7 {
    width: 208px;
    bottom: 18px;
    right: 50%;
    transform: translateX(300px);
}
  .about-city{
  height: 620px;
  width: calc( 100% + 40px );
  margin: 0 -20px;
}
.about-city-title {
    font-size: 2.25rem;
     padding: 0 20px;
}
.about-city-text {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 20px;
}
  .information-card-title {
    font-size: 1.5rem;
    margin-bottom: 28px;
}
.information-card-right {
    width: 100%;
    padding: 0 10px;
}
.information-timeline {
    margin-bottom: 20px;
}
  .information-card {
    padding: 28px 20px;
    gap: 28px;
    width: calc( 100% + 40px );
    margin: 0 -20px;
    flex-direction: column;
}
  .area-info-map {
  flex: none;
    width: 100%;
    height: 240px;
}
.accordion-title {
    font-size: 0.875rem;
}
.accordion-panel p {
   font-size: 0.875rem;
}
  .section-artwork {
    padding: 0 20px;
  }

  .tablist {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .tab-btn {
    width: 50%;
    height: 60px;
  }

  .historical-tag {
    font-size: 1.25rem;
    margin-bottom: 4px;
  }

  .historical-title {
    font-size: 2.25rem;
    line-height: 1.1;
    margin-bottom: 40px;
  }

  .historical-sub-title {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  .historical-text {
    font-size: 1rem;
    line-height: 1.5;
  }

  .historical-box {
    flex-direction: column;
  }

  .historical-left {
    padding-right: 0;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .historical-right {
    width: 100%;
    padding-top: 48px;
  }

  .section-head,
  .section-body {
    padding: 40px 20px;
  }

  .section-body.fix {
    padding-top: 0;
  }

  .historical-container {
    max-width: 300px;
  }

  #map {
    height: 300px;
  }

  .art-box {
    flex-direction: column;
    padding: 8px;
  }

  .art-img {
    width: 100%;
  }

  .art-info {
    width: 100%;
    padding-left: 0;
    padding-top: 24px;
  }

  .art-info-name {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

  .artwork-swiper-btn {
    position: static;
    transform: translate(0, 0);
    width: 100%;
    justify-content: flex-end;
    gap: 8px;
    padding-top: 4px;
  }

  .news-title {
    font-size: 2.25rem;
  }

  .article-col {
    width: 100%;
  }

  .artwork-col {
    width: 100%;
  }

  .article-search {
    width: 100%;
  }

  .article-search input {
    width: 100%;
  }

  .article-filter {
    flex-direction: column;
  }

  .filter-group {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0;
  }

  .article-filter .filter-group:nth-child(1) {
    z-index: 3;
  }

  .article-filter .filter-group:nth-child(2) {
    z-index: 2;
  }

  .article-filter .filter-group:nth-child(3) {
    z-index: 1;
  }

  .sitemap-section {
    padding: 40px 20px;
  }

  .page-head {
    padding-bottom: 16px;
  }

  .map-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .map-text {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 36px;
  }

  .map-info {
    margin: 0 -6px -20px;
  }

  .map-info li {
    width: 100%;
    margin-bottom: 40px;
  }

  .note {
    line-height: 1.5;

  }

  .map-url {
    padding: 4px;
    font-size: 0.75rem;
  }

  .section-1-box {
    padding: 0 30px;
  }

  .home-section-2 {
    padding: 40px 0;
  }

  .section-2-art {
    padding-left: 30px;
  }

  .button-prev,
  .button-next {
    height: 40px;
    width: 40px;
  }

  .section-title.fix {
    color: #383838;
    margin-bottom: 28px;
  }

  .section-2-info {
    padding: 0 30px 16px 30px;
  }

  .banner {
    height: calc(100svh - 60px);
  }

  .fast-link li a {
    height: 48px !important;
  }

  .marquee-tag-wrapper {
    animation: marqueeB 60s linear infinite;
  }

  .home-section-3 {
    padding: 40px 30px;
  }

  .marquee-left,
  .marquee-right {
    display: none;
  }

  .pagination li {
    padding: 0 8px;
  }

  .pg-item {
    padding: 4px;
  }

  .pg-prev,
  .pg-next {
    height: 40px;
    width: 40px;
  }
  .link-btn {
  font-size: 0.75rem;
}
}

/* 360 */
@media (max-width:22.5rem) {
  .logo {
    height: 46px;
  }
}

@media print {
  body>* {
    display: none !important;
  }

  html,
  body,
  main {
    display: block !important;
  }

  main * {
    display: auto;
  }

}