﻿@charset "UTF-8";
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/* 附件1機票形式設計 */
.cya-layout-a .tkt {
  position: relative;
  width: 100%;
  max-width: 880px;
  border-radius: 24px;
  color: #48473D;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
  isolation: isolate;
  transition: transform .25s ease, box-shadow .25s ease;
  margin: 0 auto;
  line-height: 1.2;
}
.cya-layout-a .tkt:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.34);
}
.cya-layout-a .tkt-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 24px;
  background-color: #28a745;
  color: #fff;
}
.cya-layout-a .tkt-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.cya-layout-a .tkt-logo {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  font-weight: 900;
  font-size: .875em;
  background: #fff;
  color: #28a745;
  padding: 4px;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.6);
}
.cya-layout-a .tkt-tag {
  font-size: 0.75em;
  color: #fff;
}
.cya-layout-a .tkt-div {
  height: 1px;
  background: #ccc;
}
.cya-layout-a .tkt-body {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 20px;
}
.cya-layout-a .tkt-city {
  display: grid;
  gap: 4px;
}
.cya-layout-a .tkt-city-right {
  text-align: right;
}
.cya-layout-a .tkt-label {
  font-size: 0.75em;
  letter-spacing: .14em;
  color: #666;
  margin-bottom: 8px;
}
.cya-layout-a .tkt-iata {
  font-size: 1em;
  line-height: 1;
}
.cya-layout-a .tkt-name {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.1;
  font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif, 'Microsoft YaHei';
}
.cya-layout-a .tkt-arrow {
  display: grid;
  place-items: center;
}
.cya-layout-a .tkt-chip {
  border: 1px solid #ddd;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: .8125em;
  color: #666;
  backdrop-filter: blur(8px);
  background: #f8f8f8;
}
.cya-layout-a .tkt-price {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  padding: 16px 24px 20px;
}
.cya-layout-a .tkt-fare {
  display: flex;
  align-items: baseline;
  gap: 8px;
  border: 1px solid #888;
  padding: 8px 16px;
  border-radius: 16px;
}
.cya-layout-a .tkt-currency {
  font-size: .875em;
  color: #48473D;
}
.cya-layout-a .tkt-amount {
  font-weight: 900;
  font-size: 2em;
  letter-spacing: .02em;
  color: #48473D;
}
.cya-layout-a .tkt-meta {
  font-size: 0.75em;
  color: #666;
}
.cya-layout-a .tkt-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  color: #666;
  font-size: 0.75em;
  line-height: 1.5;
  border-top: 1px dashed #ccc;
  background-color: #f8f8f8;
}
.cya-layout-a .tkt-badge {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 8px 16px;
  background-color: #f0f0f0;
}
@media (max-width: 640px) {
  .cya-layout-a .tkt-arrow {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .cya-layout-a .tkt-body {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }
  .cya-layout-a .tkt-price {
    flex-direction: column;
    align-items: center;
  }
  .cya-layout-a .tkt-city-right {
    text-align: center;
  }
  .cya-layout-a .tkt-foot {
    flex-direction: column;
    text-align: center;
  }
}

/* 附件2機艙設計 */
.cya-layout-b {
  /* 機艙壁面 */
  /* 卡片群組 */
  /* 機艙窗卡片 */
  /* 天空背景（依天氣帶入 class） */
  /* 簡易雲層 */
  /* 讀數區 */
  /* 圖示（SVG） */
  /* 無障礙焦點 */
}
.cya-layout-b .wrap {
  margin: 0 auto;
}
.cya-layout-b header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}
.cya-layout-b header h1 {
  font-size: clamp(20px, 3.5vw, 28px);
  margin: 0;
  letter-spacing: .5px;
}
.cya-layout-b .last-updated {
  font-size: .875em;
  opacity: .85;
}
.cya-layout-b .cabin {
  background: var(--Color-NeutralVarient-95, #F3F1E6);
  border-radius: 28px;
  padding: 20px;
}
.cya-layout-b .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.cya-layout-b .window-card {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  padding: 18px 18px 16px;
  color: #1C1C14;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.cya-layout-b .window {
  position: relative;
  height: 260px;
  border-radius: 90px;
  background: #cfd8dc;
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.85), inset 0 0 60px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  isolation: isolate;
  max-width: 190px;
  margin: 0 auto;
}
.cya-layout-b .view {
  position: absolute;
  inset: 10px;
  border-radius: 80px;
  overflow: hidden;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.cya-layout-b .sky.sunny {
  background-image: url(../images/sunny.png);
}
.cya-layout-b .sky.cloudy {
  background-image: url(../images/cloudy.png);
}
.cya-layout-b .sky.rain {
  background-image: url(../images/rainny.png);
}
.cya-layout-b .clouds {
  position: absolute;
  inset: 0;
  filter: blur(8px);
  opacity: .95;
  display: none;
}
.cya-layout-b .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 14px;
  gap: 10px;
}
.cya-layout-b .city {
  font-weight: 700;
  letter-spacing: .5px;
  font-size: 2em;
  line-height: 1.1;
  font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif, 'Microsoft YaHei';
}
.cya-layout-b .stat {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: .995em;
  color: #2b2b2b;
}
.cya-layout-b .badge {
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .75em;
  color: #fff;
}
.cya-layout-b .ok {
  background: #1e9c33;
}
.cya-layout-b .warn {
  background: #b87300;
}
.cya-layout-b .bad {
  background: #b00020;
}
.cya-layout-b .icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}
.cya-layout-b .window-card:focus-within {
  outline: 3px solid #1fbfb8;
  outline-offset: 2px;
}
@media (max-width: 1080px) {
  .cya-layout-b .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cya-layout-b header {
    flex-direction: column;
    align-items: center;
  }
  .cya-layout-b .grid {
    grid-template-columns: 1fr;
  }
  .cya-layout-b .city {
    width: 100%;
  }
}

/* 附件4互動試摺疊分頁 */
.cya-layout-c {
  /* 控制列 */
  /* Tabs */
  /* 卡片 + 手風琴 */
  /* 小圖示 */
  /* 無資料 */
  /* 可視化分組框 */
}
.cya-layout-c .wrap {
  margin: 0 auto;
}
.cya-layout-c .subtitle {
  color: #48473D;
  margin: 0 0 16px;
}
.cya-layout-c .toolbar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 16px 0 12px;
}
.cya-layout-c .search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #C9C7B9;
  border-radius: 48px;
  padding: 8px 12px;
  line-height: 28px;
}
.cya-layout-c .search input {
  flex: 1;
  background: transparent;
  border: 0;
  outline: 0;
  color: #48473D;
  font-size: 1em;
}
.cya-layout-c .btnrow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cya-layout-c .btn {
  background: #fff;
  border: 1px solid #5F5F53;
  color: #5F5F53;
  padding: 8px 12px;
  border-radius: 48px;
  cursor: pointer;
  font-size: .875em;
}
.cya-layout-c .btn:hover {
  border-color: #006A61;
}
.cya-layout-c .btn.ghost {
  background: transparent;
}
.cya-layout-c .btn.primary {
  background: #006A61;
  color: #fff;
  border-color: transparent;
  font-weight: 700;
}
.cya-layout-c .tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 8px 0;
}
.cya-layout-c .tab {
  background: transparent;
  border: 1px solid #C9C7B9;
  color: #48473D;
  padding: 8px 12px;
  border-radius: 48px;
  cursor: pointer;
  font-size: .875em;
  line-height: 1.5;
}
.cya-layout-c .tab[aria-selected="true"] {
  border-color: #006A61;
  color: #006A61;
}
.cya-layout-c .card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.cya-layout-c .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 720px) {
  .cya-layout-c .grid {
    grid-template-columns: 1fr 1fr;
  }
}
.cya-layout-c .acc-item {
  border-top: 1px solid #fff;
}
.cya-layout-c .acc-btn {
  all: unset;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
  padding: 16px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.cya-layout-c .acc-btn:focus-visible {
  outline: 3px solid #fde047;
  outline-offset: -3px;
}
.cya-layout-c .acc-title {
  font-weight: 700;
}
.cya-layout-c .acc-tag {
  font-size: .75em;
  color: #48473D;
  background: #f5f5f5;
  border: 1px solid #48473D;
  padding: 2px 8px;
  border-radius: 999px;
}
.cya-layout-c .acc-icon {
  margin-left: auto;
  transform: rotate(0);
  transition: transform .2s ease;
}
.cya-layout-c .acc-btn[aria-expanded="true"] .acc-icon {
  transform: rotate(180deg);
}
.cya-layout-c .acc-panel {
  display: none;
  padding: 0 16px 16px 48px;
  color: #48473D;
}
.cya-layout-c .acc-panel[data-open="true"] {
  display: block;
}
.cya-layout-c .muted {
  color: #48473D;
}
.cya-layout-c .svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: #006A61;
  margin-top: 4px;
}
.cya-layout-c .empty {
  padding: 24px;
  text-align: center;
  color: #48473D;
}
.cya-layout-c .groupTitle {
  font-size: .875em;
  color: #48473D;
  padding: 8px 2px 4px;
}

/* 附件5圖卡顯示 */
.cya-layout-d {
  /* 高對比可視化焦點 */
}
.cya-layout-d .controls {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin: 12px 0 20px;
}
.cya-layout-d .search {
  position: relative;
  flex: 1 1 360px;
}
.cya-layout-d .search input {
  width: 100%;
  border: 1px solid #C9C7B9;
  background: #fff;
  color: #1d2433;
  border-radius: 48px;
  padding: 8px 40px;
  outline: none;
  line-height: 30px;
}
.cya-layout-d .search input:focus {
  border-color: #0a7cff;
  box-shadow: 0 0 0 3px rgba(10, 124, 255, 0.15);
}
.cya-layout-d .search svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #006A61;
}
.cya-layout-d .currentColor {
  color: #006A61;
}
.cya-layout-d .chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cya-layout-d .chip {
  border: 1px solid #1f2937;
  color: #48473D;
  padding: 8px 16px;
  border-radius: 48px;
  cursor: pointer;
  line-height: 30px;
  background-color: transparent;
}
.cya-layout-d .chip[aria-pressed="true"] {
  border-color: #006A61;
  color: #006A61;
}
.cya-layout-d .grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
@media (max-width: 960px) {
  .cya-layout-d .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .cya-layout-d .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cya-layout-d .card {
  grid-column: span 6;
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  min-height: 140px;
}
.cya-layout-d .thumb {
  width: 220px;
  min-height: 220px;
  background: #eee center/cover no-repeat;
}
.cya-layout-d .body {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  width: calc(100% - 220px);
}
@media (max-width: 640px) {
  .cya-layout-d .thumb {
    width: 180px;
    min-height: 180px;
  }
  .cya-layout-d .body {
    width: calc(100% - 180px);
  }
}
@media (max-width: 480px) {
  .cya-layout-d .card {
    grid-column: span 4;
    flex-direction: column;
  }
  .cya-layout-d .thumb {
    width: 100%;
  }
  .cya-layout-d .body {
    width: 100%;
  }
}
.cya-layout-d .title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 1.5rem;
  color: #1C1C14;
  font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif, 'Microsoft YaHei';
}
.cya-layout-d .title svg {
  flex: 0 0 20px;
}
.cya-layout-d .desc {
  color: #666;
  font-size: .875em;
  line-height: 1.5;
}
.cya-layout-d .tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cya-layout-d .tag {
  font-size: .75rem;
  line-height: 1.1;
  padding: 8px 12px;
  border-radius: 8px;
  background: #e9eef6;
  color: #3b4860;
}
@media (prefers-color-scheme: dark) {
  .cya-layout-d .tag {
    background: #1a2438;
    color: #b9c3d9;
  }
}
.cya-layout-d .actions {
  margin-top: auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cya-layout-d .btn {
  appearance: none;
  border: none;
  border-radius: 48px;
  padding: 8px 16px;
  font-weight: 500;
  cursor: pointer;
  font-size: .875em;
  line-height: 1.5;
}
.cya-layout-d .btn.primary {
  background: #006A61;
  color: #fff;
}
.cya-layout-d .btn.primary:focus-visible, .cya-layout-d .chip:focus-visible {
  outline: 3px solid rgba(10, 124, 255, 0.35);
  outline-offset: 2px;
}
.cya-layout-d .btn.primary:hover {
  background: #006A61;
}
.cya-layout-d .btn.ghost {
  background: transparent;
  border: 1px solid #ddd;
  color: #1d2433;
}
.cya-layout-d .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.cya-layout-d :focus-visible {
  scroll-margin: 80px;
}

/* 附件6服務台 */
.cya-layout-e {
  margin: 0;
  line-height: 1.6;
  /* 頁首條 */
  /* 內容 */
  /* 服務清單：圖卡 */
  /* 照片卡 */
}
.cya-layout-e .hero {
  background: #006A61;
  color: #fff;
  border-radius: 16px;
  padding: 20px;
  display: grid;
  gap: 16px;
}
.cya-layout-e .inner {
  width: 100%;
}
.cya-layout-e .hero h1 {
  margin: 0 0 8px 0;
  font-size: 1.75em;
  font-weight: 700;
  font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif, 'Microsoft YaHei';
}
.cya-layout-e .hero p {
  margin: 0;
  color: #e7eef5;
}
.cya-layout-e .kpis {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.cya-layout-e .kpi {
  background: #fff;
  color: #1b1f23;
  border-radius: 12px;
  padding: 10px 14px;
  min-width: 210px;
  display: flex;
  gap: 10px;
  align-items: center;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.08);
}
.cya-layout-e .kpi-icon {
  font-size: 1.375em;
}
.cya-layout-e .kpi strong {
  display: block;
  font-size: 1.125em;
}
.cya-layout-e .kpi small {
  color: #48473D;
}
.cya-layout-e .grid {
  margin-top: 20px;
  display: grid;
  gap: 16px;
  grid-template-columns: 448px auto;
}
.cya-layout-e .card {
  background: #ffffff;
  border: 1px solid #e1e5ea;
  border-radius: 16px;
  padding: 16px;
}
.cya-layout-e .card h2 {
  margin: 0 0 10px 0;
  font-size: 1.25em;
}
.cya-layout-e .muted {
  color: #48473D;
}
.cya-layout-e .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cya-layout-e .chip {
    border: 1px solid #ddd;
    background: #f8f8f8;
    border-radius: 12px;
    padding: 10px 12px;
    /*min-width: 240px;
flex: 1 1 240px;*/
    min-width: 200px;
    flex: 1 1 200px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.cya-layout-e .chip .ico {
  font-size: 1.375em;
  line-height: 1.2;
}
.cya-layout-e .chip b {
  display: block;
  font-size: 1em;
}
.cya-layout-e .chip span {
  color: #5b6770;
  font-size: .875em;
}
.cya-layout-e .photo {
  position: relative;
  border-radius: 448px;
  overflow: hidden;
  border: 18px solid #fff;
  background: #f2f4f7;
  position: relative;
  box-shadow: 0 0 0 1px #ddd;
  width: 100%;
  max-width: 448px;
  margin: 0 auto;
}
.cya-layout-e .photo:before {
  content: "";
  padding-top: 140.487804878%;
  display: block;
}
.cya-layout-e .photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 900px) {
  .cya-layout-e .hero {
    grid-template-columns: 1fr;
  }
  .cya-layout-e .grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .cya-layout-e .kpi {
    width: 100%;
  }
}

/* 附件7航空站志工服務 */
.cya-layout-f {
  /* RWD: 手機單欄、平板雙欄、桌機三欄 */
}
.cya-layout-f .volunteer-card {
  background: #fff;
  color: #48473D;
  padding: 16px;
}
.cya-layout-f .volunteer-card h2 {
  font-size: 1.4rem;
  margin: 0 0 1rem;
}
.cya-layout-f .v-grid {
  display: grid;
  gap: 1rem;
}
.cya-layout-f .v-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform .2s ease, box-shadow .2s ease;
}
.cya-layout-f .v-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.cya-layout-f .v-icon {
  font-size: 2rem;
  margin-bottom: 16px;
}
.cya-layout-f .v-card h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
.cya-layout-f .v-card p {
  margin: 8px 0 0;
  font-size: .875rem;
  line-height: 1.5;
  color: #48473D;
}
@media (min-width: 600px) {
  .cya-layout-f .v-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .cya-layout-f .v-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* 附件8手推車 */
.cya-layout-g {
  /* 上方：地圖與說明（可放你原本的平面圖） */
  /* 下方卡片區 */
  /* 可選：圖片放大（僅 CSS，點開用瀏覽器原生預覽即可） */
}
.cya-layout-g .map-panel {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 16px;
}
.cya-layout-g .map-panel h2 {
  margin: 0 0 8px;
  font-size: 1.125em;
  font-weight: 700;
}
.cya-layout-g .map-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.cya-layout-g .cards {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}
.cya-layout-g .card {
  grid-column: span 12;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 16px;
  display: grid;
  grid-template-columns: 64px 1fr 220px;
  /* ICON / 文字 / 照片 */
  gap: 12px;
  align-items: center;
}
.cya-layout-g .icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #006A61;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cya-layout-g .icon svg {
  width: 30px;
  height: 30px;
  fill: #006A61;
}
.cya-layout-g .meta h3 {
  margin: 0 0 8px;
  font-size: 1.125em;
  font-weight: 700;
}
.cya-layout-g .meta .row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 8px;
}
.cya-layout-g .tag {
  font-size: .75rem;
  line-height: 1.1;
  padding: 8px 12px;
  border-radius: 8px;
  background: #e9eef6;
  color: #3b4860;
  width: auto;
}
.cya-layout-g .kv {
  font-size: .875em;
  line-height: 1.5;
  color: #48473D;
  margin-top: 6px;
}
.cya-layout-g .kv b {
  color: #48473D;
}
.cya-layout-g .thumb {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 4/3;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.cya-layout-g .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cya-layout-g .thumb a {
  display: block;
  outline: 0;
}
.cya-layout-g .thumb a:focus-visible {
  box-shadow: 0 0 0 3px #ccc;
  border-radius: 12px;
}
@media (min-width: 1024px) {
  .cya-layout-g .card {
    grid-column: span 6;
  }
}
@media (max-width: 1023px) {
  .cya-layout-g .card {
    grid-column: span 12;
  }
}
@media (max-width: 640px) {
  .cya-layout-g .card {
    display: flex;
  }
  .cya-layout-g .meta h3 {
    text-align: center;
  }
  .cya-layout-g .thumb {
    width: 100%;
    max-width: 480px;
  }
}

/* 附件9其他設施 */
.cya-layout-h {
  /* 展開/收合 */
  /* 無障礙：鍵盤導覽 */
}
.cya-layout-h .lead {
  color: #48473D;
  margin: 0 0 24px;
  font-weight: 400;
}
.cya-layout-h .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.cya-layout-h .card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
}
.cya-layout-h .card[data-layout="split"] {
  grid-template-columns: 50% 50%;
}
.cya-layout-h .media {
  aspect-ratio: 4/3;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cya-layout-h .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cya-layout-h .content {
  padding: 16px;
}
.cya-layout-h .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  font-weight: 700;
  color: #48473D;
  font-size: 1.25em;
}
.cya-layout-h .title .ico {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  background: #dff1ff;
  color: #0a5c91;
  border-radius: 10px;
  font-size: 1.125em;
}
.cya-layout-h .meta {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .875em;
  line-height: 1.5;
}
.cya-layout-h .meta li {
  margin: 6px 0;
  display: flex;
  gap: 8px;
}
.cya-layout-h .meta b {
  min-width: 4.5em;
  color: #48473D;
  font-weight: 700;
}
.cya-layout-h .tag {
  display: inline-block;
  font-size: .75rem;
  line-height: 1.1;
  padding: 8px 12px;
  border-radius: 8px;
  background: #e9eef6;
  color: #3b4860;
}
.cya-layout-h .more {
  margin-top: 16px;
}
.cya-layout-h .more button {
  appearance: none;
  border: 1px solid #ddd;
  background: #fff;
  color: #48473D;
  padding: 8px 16px;
  border-radius: 48px;
  cursor: pointer;
  font-weight: 700;
  font-size: .875em;
  line-height: 1.5;
}
.cya-layout-h .more button:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 2px;
}
.cya-layout-h .more p {
  margin: 10px 0 0;
  color: #48473D;
  display: none;
  font-size: .875em;
  line-height: 1.5;
}
.cya-layout-h .more[aria-expanded="true"] p {
  display: block;
}
.cya-layout-h a, .cya-layout-h button {
  transition: box-shadow .15s ease, border-color .15s ease;
}
.cya-layout-h :focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 3px;
}
@media (min-width: 1024px) {
  .cya-layout-h {
    /* 交錯：在桌機將偶數卡片左右互換 */
  }
  .cya-layout-h .grid {
    grid-template-columns: 1fr 1fr;
  }
  .cya-layout-h .card:nth-child(even)[data-layout="split"] .media {
    order: 2;
  }
  .cya-layout-h .card:nth-child(even)[data-layout="split"] .content {
    order: 1;
  }
}
@media (max-width: 640px) {
  .cya-layout-h .card {
    display: block;
  }
  .cya-layout-h .more button {
    margin: 0 auto;
    display: block;
  }
}

/* 附件10計程車 */
.cya-layout-i .sub {
  color: #48473D;
  margin: 0 0 16px;
}
.cya-layout-i .board {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  padding: 10px;
}
.cya-layout-i .stage {
  aspect-ratio: 16/10;
  width: 100%;
}
.cya-layout-i .center-ring {
  fill: #fff;
  stroke: #006A61;
  stroke-width: 3;
  filter: url(#soft);
}
.cya-layout-i .spoke {
  stroke: #006A61;
  stroke-width: 2;
  stroke-linecap: round;
  opacity: .45;
}
.cya-layout-i .node {
  cursor: pointer;
}
.cya-layout-i .dot {
  fill: #006A61;
  stroke: #fff;
  stroke-width: 2;
}
.cya-layout-i .label {
  font-size: .75em;
  fill: #1f2937;
}
.cya-layout-i .node.active .dot {
  fill: #006A61;
}
.cya-layout-i .node.active .label {
  fill: #006A61;
}
.cya-layout-i .legend {
  margin-top: 8px;
  color: #6b7280;
  font-size: .75em;
}
.cya-layout-i .panel {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}
@media (min-width: 800px) {
  .cya-layout-i .panel {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.cya-layout-i .card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cya-layout-i .card.highlight {
  background: #ffffee;
}
.cya-layout-i .row {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cya-layout-i .arrow {
  color: #0f766e;
  font-weight: 700;
}
.cya-layout-i .title {
  font-weight: 700;
}
.cya-layout-i .price {
  margin-left: auto;
}
.cya-layout-i .meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cya-layout-i .pill {
  font-size: .75rem;
  line-height: 1.1;
  padding: 8px 12px;
  border-radius: 8px;
  background: #e9eef6;
  color: #3b4860;
  width: auto;
}
.cya-layout-i .hint {
  color: #6b7280;
  font-size: .75em;
  margin: 6px 2px 0;
}
.cya-layout-i .focus {
  outline: 3px solid #006A61;
  outline-offset: 2px;
}
.cya-layout-i .map {
  position: relative;
  max-width: 800px;
  margin: 0 auto 60px;
}
.cya-layout-i .map .link {
  width: 21%;
  position: absolute;
  text-align: center;
  line-height: 1;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 40px;
  overflow: hidden;
}
.cya-layout-i .map .link span {
  opacity: 0;
  font-size: 0;
  display: block;
  padding-top: 25%;
}
.cya-layout-i .map .link-1 {
  top: 39.9%;
  left: 73.1%;
  width: 20%;
}
.cya-layout-i .map .link-1 span {
  padding-top: 25%;
}
.cya-layout-i .map .link-2 {
  top: 43.5%;
  left: 29.5%;
  width: 17%;
}
.cya-layout-i .map .link-3 {
  top: 48.25%;
  left: 12.5%;
  width: 23%;
}
.cya-layout-i .map .link-3 span {
  padding-top: 20%;
}
.cya-layout-i .map .link-4 {
  top: 93.6%;
  left: 17.5%;
  width: 21%;
}
.cya-layout-i .map .link-4 span {
  padding-top: 22%;
}
.cya-layout-i .map .link-5 {
  top: 93.1%;
  left: 37.5%;
  width: 17%;
}
.cya-layout-i .map .link-5 span {
  padding-top: 27%;
}
.cya-layout-i .map .link-6 {
  top: 43.25%;
  left: 10%;
  width: 17%;
}
.cya-layout-i .map .link-7 {
  top: 34.4%;
  left: 76.5%;
  width: 17%;
}
.cya-layout-i .map .link-7 span {
  padding-top: 24%;
}
.cya-layout-i .map .link-8 {
  top: 24.5%;
  left: 65%;
  width: 17%;
}
.cya-layout-i .map .link-8 span {
  padding-top: 27%;
}
.cya-layout-i .map .link-9 {
  top: 5%;
  left: 30.5%;
  width: 21%;
}
.cya-layout-i .map .link-9 span {
  padding-top: 20%;
}
.cya-layout-i .map .link-10 {
  top: 11%;
  left: 38.5%;
  width: 11%;
}
.cya-layout-i .map .link-10 span {
  padding-top: 40%;
}
.cya-layout-i .list {
  position: relative;
}
.cya-layout-i .anchor {
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
}

/* 附件11停車場 */
.cya-layout-j {
  /* 左側：保留圖片的卡片 */
  /* 右側：資訊卡群組 */
  /* 收費表：可展開 */
  /* 提醒區 */
  /* 小標籤列 */
}
.cya-layout-j header {
  margin-bottom: clamp(12px, 2vw, 18px);
}
.cya-layout-j .title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 800;
  letter-spacing: .02em;
}
.cya-layout-j .title .badge {
  font-size: .75rem;
  color: #fff;
  background: #1f6feb;
  padding: 4px 10px;
  border-radius: 24px;
}
.cya-layout-j .grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(12px, 2vw, 20px);
}
@media (max-width: 920px) {
  .cya-layout-j .grid {
    grid-template-columns: 1fr;
  }
}
.cya-layout-j .map-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  padding: clamp(10px, 1.2vw, 14px);
}
.cya-layout-j figure {
  margin: 0;
}
.cya-layout-j .map {
  width: 100%;
  height: auto;
  border-radius: calc(16px - 6px);
  display: block;
}
.cya-layout-j figcaption {
  font-size: .95rem;
  color: #48473D;
  margin-top: 8px;
}
.cya-layout-j .stack {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2vw, 20px);
}
.cya-layout-j .card {
  background: #fff;
  border-radius: 16px;
  padding: clamp(14px, 1.8vw, 20px);
}
.cya-layout-j .card h3 {
  margin: 0 0 8px 0;
  font-size: 1.125em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cya-layout-j .meta {
  color: #48473D;
  line-height: 1.5;
}
.cya-layout-j details {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 10px 14px;
  background: #f9f9f9;
}
.cya-layout-j summary {
  cursor: pointer;
  font-weight: 700;
  outline: none;
}
.cya-layout-j details[open] {
  background: #f9f9f9;
}
.cya-layout-j .callouts {
  display: grid;
  gap: 12px;
}
.cya-layout-j .note {
  background: #f8f8f8;
  border-left: 4px solid #aaa;
  padding: 8px;
  line-height: 1.5;
}
.cya-layout-j .note.ok {
  background: #f8f8f8;
  border-left-color: #006A61;
}
.cya-layout-j .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.cya-layout-j .chip {
  font-size: .875rem;
  line-height: 1.1;
  padding: 8px 12px;
  border-radius: 8px;
  background: #e9eef6;
  color: #3b4860;
}

/* 附件12大事記 */
.cya-layout-k {
  /* timeline */
  /* a11y focus */
}
.cya-layout-k .toolbar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cya-layout-k .search {
  position: relative;
  flex: 1;
  min-width: 240px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #C9C7B9;
  background: #fff;
  color: #1d2433;
  border-radius: 48px;
  padding: 8px 96px 8px 40px;
  outline: none;
  line-height: 28px;
  overflow: hidden;
}
.cya-layout-k .search svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #006A61;
}
.cya-layout-k .search .chip {
  border: 0;
  color: #fff;
  padding: 4px 16px;
  line-height: 24px;
  background-color: #48473D;
  position: absolute;
  top: 8px;
  right: 12px;
}
.cya-layout-k .search input {
  flex: 1;
  background: transparent;
  border: 0;
  outline: none;
  color: #48473D;
  font-size: 16px;
  width: 100%;
}
.cya-layout-k .chip {
  border: 1px solid #1f2937;
  border-top-color: #1f2937;
  border-right-color: #1f2937;
  border-bottom-color: #1f2937;
  border-left-color: #1f2937;
  color: #48473D;
  padding: 8px 16px;
  border-radius: 48px;
  cursor: pointer;
  line-height: 30px;
  background-color: transparent;
  font-size: .875em;
}
.cya-layout-k .chip[aria-pressed="true"] {
  border-color: #006A61;
  color: #006A61;
}
.cya-layout-k main {
  margin: 20px auto 0;
}
.cya-layout-k .group {
  margin: 18px 0 10px;
}
.cya-layout-k .group h2 {
    margin: 0;
    padding: 6px 10px;
    font-size: 0.875em;
    font-weight: 600;
    color: #fff;
    background: #006A61;
}
.cya-layout-k .item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 14px 12px;
  border-bottom: 1px solid #ddd;
  background: #F3F1E6;
}
.cya-layout-k .dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #006A61;
  box-shadow: 0 0 0 4px rgba(0, 106, 97, 0.15);
}
.cya-layout-k .left {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #9fb0c6;
}
.cya-layout-k .year {
  font-weight: 700;
  color: #000;
}
.cya-layout-k .card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 12px;
}
.cya-layout-k .title {
  margin: 0 0 6px;
  font-size: 1em;
}
.cya-layout-k .meta {
    font-size: 0.813em;
    color: #9fb0c6;
    margin-bottom: 6px;
}
.cya-layout-k details {
  border-radius: 12px;
}
.cya-layout-k details > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  outline: none;
}
.cya-layout-k details > summary::-webkit-details-marker {
  display: none;
}
.cya-layout-k details[open] summary .chev {
  transform: rotate(90deg);
}
.cya-layout-k .chev {
  transition: transform .2s ease;
  font-size: .75em;
}
.cya-layout-k mark {
  background: rgba(82, 178, 255, 0.25);
  padding: 0 .15em;
  border-radius: 4px;
}
.cya-layout-k .empty {
  border: 1px dashed #ccc;
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  color: #9fb0c6;
  margin-top: 18px;
}
.cya-layout-k .focus-ring:focus {
  outline: 2px solid #52b2ff;
  outline-offset: 2px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .cya-layout-k .search {
    min-width: 100%;
    margin-bottom: 8px;
  }
  .cya-layout-k .chip {
    line-height: 18px;
  }
}

/* 附件13基本資料 */
.cya-layout-l {
  line-height: 1.5;
  /* 手風琴 */
  /* 無障礙：可聚焦卡片 */
}
.cya-layout-l header {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.cya-layout-l .title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cya-layout-l .title h1 {
  font-size: clamp(20px, 3.2vw, 28px);
  margin: 0;
}
.cya-layout-l .badge {
  font-size: .75em;
  line-height: 16px;
  color: #fff;
  background: #0f766e;
  padding: 4px 10px;
  border-radius: 24px;
}
.cya-layout-l .hero {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 12px 0 20px;
}
.cya-layout-l .stat {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 16px;
}
.cya-layout-l .stat .label {
    font-size: 0.75em;
    color: #4b5563;
}
.cya-layout-l .stat .value {
  font-size: clamp(22px, 3.8vw, 28px);
  font-weight: 700;
  letter-spacing: 0.2px;
}
.cya-layout-l .grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.cya-layout-l .card {
  grid-column: span 12;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 20px;
}
@media (min-width: 720px) {
  .cya-layout-l .card.span-6 {
    grid-column: span 6;
  }
  .cya-layout-l .card.span-4 {
    grid-column: span 4;
  }
}
.cya-layout-l .card h2 {
  font-size: 1.125em;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cya-layout-l .kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.cya-layout-l .kpi {
  border: 1px dashed #d1d5db;
  border-radius: 12px;
  padding: 12px;
}
.cya-layout-l .kpi .k {
  font-size: .75em;
  color: #4b5563;
}
.cya-layout-l .kpi .v {
  font-size: 1.125em;
  font-weight: 700;
}
.cya-layout-l .table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 6px;
}
.cya-layout-l .table th, .cya-layout-l .table td {
  border-top: 1px solid #ddd;
  padding: 10px 8px;
  text-align: left;
}
.cya-layout-l .table th {
  font-weight: 700;
  background: #f5f5f5;
}
.cya-layout-l .tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 999px;
  margin: 4px 8px 0 0;
  font-size: .75em;
}
.cya-layout-l details {
  border: 1px solid #ddd;
  border-radius: 16px;
  background: #fff;
  padding: 12px;
}
.cya-layout-l details + details {
  margin-top: 10px;
}
.cya-layout-l summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
}
.cya-layout-l summary::-webkit-details-marker {
  display: none;
}
.cya-layout-l .hint {
  font-size: .75em;
  color: #4b5563;
  margin-top: 8px;
}
.cya-layout-l .card:focus-within {
  outline: 1px solid #94a3b8;
}
.cya-layout-l footer {
  margin-top: 16px;
  font-size: .75em;
  color: #666;
}
@media (max-width: 640px) {
  .cya-layout-l .hero {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* 附件15政策願景 */
.cya-layout-m {
  /* 折疊區 */
  /* 附註條帶 */
}
.cya-layout-m .pv-intro {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 16px 20px;
  margin-bottom: 20px;
}
.cya-layout-m .pv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 980px) {
  .cya-layout-m .pv-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .cya-layout-m .pv-grid {
    grid-template-columns: 1fr;
  }
}
.cya-layout-m .pv-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 16px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.cya-layout-m .pv-card .icon {
  width: 40px;
  height: 40px;
}
.cya-layout-m .pv-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.25em;
  font-weight: 800;
  margin: 0;
  letter-spacing: .02em;
  font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif, 'Microsoft YaHei';
}
.cya-layout-m .pv-list {
  margin: 8px 0 0;
  padding-left: 18px;
  line-height: 1.6;
}
.cya-layout-m .pv-list li {
  margin: 0;
}
.cya-layout-m .pv-list li + li {
  margin-top: 8px;
}
.cya-layout-m .pv-accordion {
  margin-top: 6px;
  border-top: 1px dashed #e0e0e0;
  padding-top: 8px;
}
.cya-layout-m .pv-acc-btn {
  appearance: none;
  border: 1px solid #ddd;
  background: #fff;
  color: #48473D;
  padding: 8px 16px;
  border-radius: 48px;
  cursor: pointer;
  font-weight: 700;
  font-size: .875em;
  line-height: 1.5;
}
.cya-layout-m .pv-acc-btn:hover, .cya-layout-m .pv-acc-btn:focus {
  outline: none;
}
.cya-layout-m .pv-acc-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height .28s ease;
}
.cya-layout-m .pv-acc-panel.open {
  /* 以 JS 設定 max-height */
}
.cya-layout-m .pv-acc-panel .pv-note {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 12px 14px;
  margin-top: 10px;
  line-height: 1.7;
  color: #48473D;
}
.cya-layout-m .pv-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.cya-layout-m .pv-badge {
  display: inline-block;
  font-size: .75rem;
  line-height: 1.1;
  padding: 8px 12px;
  border-radius: 8px;
  background: #e9eef6;
  color: #3b4860;
}

/* 附件16組織架構圖 */
.cya-layout-n {
  color: #48473D;
  /* 圖例 */
  /* 主面板 */
  /* 連線區 */
  /* 折疊區卡片 */
  /* 右側說明 */
  /* 簡易 tooltip */
}
.cya-layout-n .wrap {
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
}
@media (max-width: 980px) {
  .cya-layout-n .wrap {
    grid-template-columns: 1fr;
  }
}
.cya-layout-n h2 {
  margin: 16px 0;
  font-weight: 700;
}
.cya-layout-n .legend {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.cya-layout-n .legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75em;
    color: #48473D;
}
.cya-layout-n .dot {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  display: inline-block;
}
.cya-layout-n .lv0 {
  background: #1d4ed8;
}
.cya-layout-n .lv1 {
  background: #006A61;
}
.cya-layout-n .lv2 {
  background: #22c55e;
}
.cya-layout-n .board {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 16px;
}
.cya-layout-n .tree {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.cya-layout-n .l-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.cya-layout-n .node {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 10px 12px;
  min-width: 150px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  color: #48473D;
}
.cya-layout-n .node .title {
  font-weight: 700;
}
.cya-layout-n .node .sub {
  font-size: .75em;
  color: #48473D;
}
.cya-layout-n .node button {
  all: unset;
}
.cya-layout-n .node[role="button"], .cya-layout-n .node button {
  cursor: pointer;
}
.cya-layout-n .node:focus-visible {
  outline: 2px dashed #ffd166;
  outline-offset: 3px;
}
.cya-layout-n .node.badge {
  border-radius: 10px;
}
.cya-layout-n .line {
  height: 16px;
  width: 2px;
  background: #ddd;
  margin: 0 auto;
}
.cya-layout-n details.unit {
  width: 100%;
  max-width: 880px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  overflow: hidden;
}
.cya-layout-n summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  cursor: pointer;
}
.cya-layout-n summary::-webkit-details-marker {
  display: none;
}
.cya-layout-n .unit + .unit {
  margin-top: 10px;
}
.cya-layout-n .content {
  border-top: 1px solid #ddd;
  padding: 10px 14px;
  color: #48473D;
}
.cya-layout-n .content ul {
  margin: 0;
  padding-left: 18px;
}
.cya-layout-n .kv {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 8px 0 0;
}
.cya-layout-n .kv .chip {
    background: #fff;
    border: 1px solid #ddd;
    padding: 6px 8px;
    border-radius: 999px;
    font-size: 0.75em;
    color: #48473D;
}
.cya-layout-n .side {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 16px;
  position: sticky;
  top: 16px;
  height: fit-content;
}
.cya-layout-n .side h2 {
    margin: 6px 0 6px;
    font-size: 1.125em;
}
.cya-layout-n .side p {
  margin: 0 0 8px;
  color: #48473D;
}
.cya-layout-n .side small {
  color: #48473D;
}
.cya-layout-n .search {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}
.cya-layout-n .search input {
  flex: 1;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 48px;
  padding: 10px;
  color: #48473D;
  width: calc(100% - 100px);
}
.cya-layout-n .search button {
  font-size: 1em;
  line-height: 133.3333%;
  font-weight: 500;
  height: 48px;
  padding: 12px 20px;
  width: 100%;
  border-radius: 48px;
  background: #48473D;
  color: #fff;
  border: 0;
  display: block;
  width: 100px;
}
.cya-layout-n .tooltip {
  position: relative;
}
.cya-layout-n .tooltip:hover .tip {
  opacity: 1;
  transform: translateY(-4px);
}
.cya-layout-n .tip {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: calc(100% + 8px);
  background: #fff;
  border: 1px solid #ddd;
  color: #48473D;
  padding: 6px 8px;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: .2s;
}
.cya-layout-n .muted {
  color: #48473D;
}

/* 附件17各項申請書下載 */
.cya-layout-o {
  color: #333;
}
.cya-layout-o .toolbar {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 180px 180px;
}
@media (max-width: 860px) {
  .cya-layout-o .toolbar {
    grid-template-columns: 1fr;
  }
  .cya-layout-o .input,
  .cya-layout-o select {
    width: 100%;
  }
}
.cya-layout-o .input, .cya-layout-o select {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #C9C7B9;
  background: #fff;
  color: #1d2433;
  border-radius: 48px;
  padding: 8px 16px;
  outline: none;
  line-height: 30px;
  overflow: hidden;
}
.cya-layout-o .section {
  margin-top: 18px;
  border: 1px solid #ddd;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}
.cya-layout-o .section summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cya-layout-o .section summary::-webkit-details-marker {
  display: none;
}
.cya-layout-o .chev {
  transition: transform .2s;
}
.cya-layout-o details[open] .chev {
  transform: rotate(90deg);
}
.cya-layout-o .grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 16px;
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  .cya-layout-o .grid {
    grid-template-columns: 1fr;
  }
}
.cya-layout-o .card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
}
.cya-layout-o .title {
  font-weight: 600;
  line-height: 1.35;
}
.cya-layout-o .meta {
  font-size: .875em;
  color: #48473D;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 6px;
}
.cya-layout-o .chip {
  font-size: .75rem;
  background: #fff;
  padding: 2px 8px;
  border-radius: 48px;
  border: 1px solid #ddd;
}
.cya-layout-o .fmt {
  font-weight: 700;
}
.cya-layout-o .btn {
  align-self: center;
  padding: 10px 14px;
  line-height: 28px;
  background: #48473D;
  color: #fff;
  border: none;
  border-radius: 48px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.cya-layout-o .btn:focus, .cya-layout-o .input:focus, .cya-layout-o select:focus {
  outline: 3px solid #bcd7ff;
  outline-offset: 2px;
}
.cya-layout-o .btn:hover {
  background: #48473D;
}
.cya-layout-o .empty {
  padding: 16px;
  color: #48473D;
}
.cya-layout-o .icons {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: -3px;
}
.cya-layout-o .badge {
  padding: 2px 6px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: .75rem;
  font-weight: 700;
}
.cya-layout-o .badge.docx {
  background: #eef6ff;
  color: #0b4a8a;
}
.cya-layout-o .badge.pdf {
  background: #fff1f1;
  color: #333;
}

/* 附件18受理傳真號碼及受理電子郵件信箱 */
.cya-layout-p {
  /* 下載組 */
  /* toast */
}
.cya-layout-p .grid {
  display: grid;
  gap: 16px;
  margin: 16px 0;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .cya-layout-p .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cya-layout-p .card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 16px;
  position: relative;
}
@media (prefers-color-scheme: dark) {
  .cya-layout-p .card {
    border-color: #232a33;
  }
}
.cya-layout-p .card h3 {
  margin: 0 0 8px;
  font-size: 1.125em;
  font-weight: 700;
  font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif, 'Microsoft YaHei';
}
.cya-layout-p .icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: -4px;
  margin-right: 8px;
  color: #006A61;
}
.cya-layout-p .mono {
  font-variant-numeric: tabular-nums;
  letter-spacing: .02em;
  margin-bottom: 8px;
}
.cya-layout-p .btn {
  appearance: none;
  border: none;
  border-radius: 48px;
  padding: 8px 16px;
  font-weight: 500;
  cursor: pointer;
  font-size: .875em;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cya-layout-p .btn.primary {
  background: #006A61;
  color: #fff;
}
.cya-layout-p .btn.ghost {
  background: transparent;
  border: 1px solid #ddd;
  color: #1d2433;
}
.cya-layout-p .btn.small {
  padding: 8px 16px;
  font-weight: 600;
  border-radius: 48px;
}
.cya-layout-p .btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.cya-layout-p .copy-btn {
  position: absolute;
  top: 12px;
  right: 12px;
}
.cya-layout-p .muted {
  color: #48473D;
  line-height: 1.5;
}
.cya-layout-p .hr {
  height: 1px;
  margin: 24px 0;
  background-color: #ddd;
}
.cya-layout-p h2 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #1C1C14;
  font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif, 'Microsoft YaHei';
  margin: 0 0 16px;
}
.cya-layout-p .downloads {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  margin-bottom: 8px;
}
.cya-layout-p .downloads .btn {
  background: transparent;
  border: 1px solid #ddd;
  color: #1d2433;
  background: #fff;
  font-size: 1em;
}
@media (min-width: 520px) {
  .cya-layout-p .downloads {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cya-layout-p .badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background: #e6f5f2;
    color: #48473D;
    font-size: 0.75em;
    font-weight: 700;
    margin-left: 6px;
}
.cya-layout-p .toast {
  position: fixed;
  inset: auto 20px 20px auto;
  z-index: 50;
  background: #111827;
  color: #fff;
  padding: 10px 14px;
  border-radius: 12px;
  opacity: 0;
  transform: translateY(10px);
  transition: .2s;
}
.cya-layout-p .toast.show {
  opacity: 1;
  transform: translateY(0);
}

/* 附件19檔案法令規章 */
.cya-layout-q {
  /* 工具列 */
  /* 分類群組 */
  /* 清單 */
  /* 無資料 */
  /* RWD */
}
.cya-layout-q .sub {
    color: #48473D;
    font-size: 0.875em;
}
.cya-layout-q .toolbar {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 24px 0;
  flex-wrap: wrap;
}
.cya-layout-q .search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 12px;
  border-radius: 48px;
  flex: 1 1 320px;
}
.cya-layout-q .search input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 1em;
  background: transparent;
  color: #48473D;
}
.cya-layout-q .search .svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: #006A61;
  margin-top: 4px;
}
.cya-layout-q .btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 48px;
  font-size: .875em;
  cursor: pointer;
}
.cya-layout-q .group {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
}
.cya-layout-q .group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  cursor: pointer;
}
.cya-layout-q .group-title {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 700;
}
.cya-layout-q .pill {
  font-size: .75em;
  line-height: 1.5;
  color: #006A61;
  background: #e6f2f2;
  padding: 3px 8px;
  border-radius: 48px;
}
.cya-layout-q .chev {
  transition: transform .2s;
}
.cya-layout-q .group[aria-expanded="true"] .chev {
  transform: rotate(180deg);
}
.cya-layout-q .group[aria-expanded="false"] .list {
  display: none;
  opacity: 0;
}
.cya-layout-q .list {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid #ddd;
}
.cya-layout-q .item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
}
.cya-layout-q .item:first-child {
  border-top: none;
}
.cya-layout-q .item a {
  color: #48473D;
  text-decoration: none;
  font-weight: 600;
}
.cya-layout-q .item a:focus-visible {
  outline: 3px solid #ddd;
  outline-offset: 2px;
  border-radius: 8px;
}
.cya-layout-q .item small {
  display: block;
  color: #48473D;
}
.cya-layout-q .icon {
  width: 24px;
  height: 24px;
  flex: none;
  color: #006A61;
}
.cya-layout-q .empty {
  display: none;
  text-align: center;
  padding: 24px;
  color: #48473D;
}
@media (min-width: 720px) {
  .cya-layout-q .list {
    grid-template-columns: 1fr 1fr;
  }
  .cya-layout-q .item {
    border-top: none;
  }
  .cya-layout-q .item:nth-child(odd) {
    border-left: none;
  }
}

/* 附件20航站建築物各項安檢申報情形 */
.cya-layout-s {
  line-height: 1.5;
}
.cya-layout-s .cards {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.cya-layout-s .card {
  grid-column: span 12;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
}
@media (min-width: 900px) {
  .cya-layout-s .card {
    grid-column: span 12;
  }
}
.cya-layout-s .head {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #ddd;
}
.cya-layout-s .title {
  font-weight: 700;
  font-size: 1.125em;
}
.cya-layout-s .state {
  margin-left: auto;
  display: flex;
  gap: 8px;
  align-items: center;
}
.cya-layout-s .btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.cya-layout-s .btn {
  appearance: none;
  color: #fff;
  background: #006A61;
  padding: 8px 12px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: .875em;
}
.cya-layout-s .btn.secondary {
  background: #fff;
  color: #006A61;
  border: 1px solid #006A61;
}
.cya-layout-s .desc {
  padding: 16px;
  color: #48473D;
}

.cya-floorPlan .top-text {
  margin-bottom: 90px;
}
.cya-floorPlan .floorPlan {
  position: relative;
  margin-bottom: 45px;
}
.cya-floorPlan .floorPlan .link {
  width: 2.6%;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  transform: translateX(-50%) translateY(-50%);
}
.cya-floorPlan .floorPlan .link span {
  opacity: 0;
  font-size: 0;
  display: block;
  padding-top: 100%;
}
.cya-floorPlan .floorPlan .link-4 {
  top: 78%;
  left: 96%;
}
.cya-floorPlan .floorPlan .link-5 {
  top: 30.5%;
  left: 81.8%;
}
.cya-floorPlan .floorPlan .link-6 {
  top: 89.7%;
  left: 69.2%;
}
.cya-floorPlan .floorPlan .link-7 {
  top: 64.6%;
  left: 89.8%;
}
.cya-floorPlan .floorPlan .link-8 {
  top: 17.7%;
  left: 3.7%;
}
.cya-floorPlan .floorPlan .link-8_2 {
  top: 92.2%;
  left: 58.6%;
}
.cya-floorPlan .floorPlan .link-9 {
  top: 42.8%;
  left: 66%;
}
.cya-floorPlan .floorPlan .link-10 {
  top: 24.8%;
  left: 11.5%;
}
.cya-floorPlan .floorPlan .link-11 {
  top: 42.8%;
  left: 73.3%;
}
.cya-floorPlan .floorPlan .link-12 {
  top: 51.5%;
  left: 53.4%;
}
.cya-floorPlan .floorPlan .link-13 {
  top: 46.4%;
  left: 41.7%;
}
.cya-floorPlan .floorPlan .link-14 {
  top: 80.2%;
  left: 24.6%;
}
.cya-floorPlan .floorPlan .link-15 {
  top: 41.6%;
  left: 27.1%;
}
.cya-floorPlan .floorPlan .link-16 {
  top: 57.8%;
  left: 69.2%;
}
.cya-floorPlan .floorPlan .link-17 {
  top: 3.6%;
  left: 31.7%;
}
.cya-floorPlan .floorPlan .link-18 {
  top: 75.2%;
  left: 42.9%;
}
.cya-floorPlan .floorPlan .link-19 {
  top: 55.8%;
  left: 96%;
}
.cya-floorPlan .floorPlan .link-20 {
  top: 18.3%;
  left: 92.6%;
}
.cya-floorPlan .floorPlan .link-21 {
  top: 18.3%;
  left: 81.4%;
}
.cya-floorPlan .floorPlan .link-22 {
  top: 18.25%;
  left: 73.45%;
}
.cya-floorPlan .floorPlan .link-23 {
  top: 78.1%;
  left: 69.2%;
}
.cya-floorPlan .floorPlan .link-24 {
  top: 78.4%;
  left: 59.5%;
}
.cya-floorPlan .floorPlan .link-25 {
  top: 78.2%;
  left: 86%;
}
.cya-floorPlan .floorPlan .link-26 {
  top: 75.4%;
  left: 51.3%;
}
.cya-floorPlan .floorPlan .link-27 {
  top: 80.3%;
  left: 33.4%;
}
.cya-floorPlan .floorPlan .link-28 {
  top: 89.6%;
  left: 76.6%;
}
.cya-floorPlan .floorPlan .link-29 {
  top: 89.6%;
  left: 88.2%;
}
.cya-floorPlan .floorPlan .link-30 {
  top: 89.6%;
  left: 27.1%;
}
.cya-floorPlan .floorPlan .link-31 {
  top: 3.6%;
  left: 8.1%;
}
.cya-floorPlan .floorPlan .link-32 {
  top: 89.6%;
  left: 6.6%;
}
.cya-floorPlan .floorPlan .link-33 {
  top: 72.3%;
  left: 3.4%;
}
.cya-floorPlan .floorPlan .link-34 {
  top: 46%;
  left: 89.8%;
}
.cya-floorPlan .top-block {
  padding: 0 45px 70px;
  border-bottom: 4px solid #DAECE9;
  margin-bottom: 70px;
}
.cya-floorPlan .top-block .title {
  font-size: 1.77em;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 30px;
}
.cya-floorPlan .top-block .title span {
  border-bottom: 4px solid #2D6861;
  display: inline-block;
  padding-bottom: 4px;
}
.cya-floorPlan .top-block .list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.cya-floorPlan .top-block .item {
  display: flex;
  align-items: center;
  width: calc(100% / 4 - 8px * 2);
  margin: 8px;
}
.cya-floorPlan .top-block .item .line {
  width: 100px;
  height: 20px;
  margin-right: 10px;
}
.cya-floorPlan .top-block .item .main-text {
  font-size: 1.111em;
  font-weight: 700;
}
.cya-floorPlan .top-block .item-1 {
  color: #4C9998;
}
.cya-floorPlan .top-block .item-1 .line {
  background-color: #4C9998;
}
.cya-floorPlan .top-block .item-2 {
  color: #D1A559;
}
.cya-floorPlan .top-block .item-2 .line {
  background-color: #D1A559;
}
.cya-floorPlan .top-block .item-3 {
  color: #1C64A4;
}
.cya-floorPlan .top-block .item-3 .line {
  background-color: #1C64A4;
}
.cya-floorPlan .top-block .item-4 {
  color: #A94D41;
}
.cya-floorPlan .top-block .item-4 .line {
  background-color: #A94D41;
}
.cya-floorPlan .top-block .item-5 {
  color: #2D6861;
}
.cya-floorPlan .top-block .item-5 .line {
  background-color: #2D6861;
}
.cya-floorPlan .top-block .item-6 {
  color: #ABB9A8;
}
.cya-floorPlan .top-block .item-6 .line {
  background-color: #ABB9A8;
}
.cya-floorPlan .top-block .item-7 {
  color: #92787C;
}
.cya-floorPlan .top-block .item-7 .line {
  background-color: #92787C;
}
.cya-floorPlan .main-block {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -60px;
  font-weight: 500;
  padding: 0 60px;
}
.cya-floorPlan .main-block .block {
  position: relative;
  margin: 30px 60px;
  width: calc(100% / 3 - 60px * 2);
}
.cya-floorPlan .main-block .anchor {
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
}
.cya-floorPlan .main-block .title {
  font-size: 1.111em;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
  padding: 5px 15px;
}
.cya-floorPlan .main-block .plus-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cya-floorPlan .main-block .item {
  font-size: 1.111em;
  line-height: 1.5;
}
.cya-floorPlan .main-block .item + .item {
  margin-top: 4px;
}
.cya-floorPlan .main-block .item.highlight {
  background-color: #ff6;
}
.cya-floorPlan .main-block .block-1 {
  color: #4C9998;
}
.cya-floorPlan .main-block .block-1 .title {
  background-color: #4C9998;
}
.cya-floorPlan .main-block .block-1 .plus-icon {
  max-width: 170px;
}
.cya-floorPlan .main-block .block-2 {
  color: #ABB9A8;
}
.cya-floorPlan .main-block .block-2 .title {
  background-color: #ABB9A8;
}
.cya-floorPlan .main-block .block-3 {
  color: #2D6861;
}
.cya-floorPlan .main-block .block-3 .title {
  background-color: #2D6861;
}
.cya-floorPlan .main-block .block-4 {
  color: #1C64A4;
}
.cya-floorPlan .main-block .block-4 .title {
  background-color: #1C64A4;
}
.cya-floorPlan .main-block .block-5 {
  color: #92787C;
}
.cya-floorPlan .main-block .block-5 .title {
  background-color: #92787C;
}
.cya-floorPlan .main-block .block-6 {
  color: #D1A559;
}
.cya-floorPlan .main-block .block-6 .title {
  background-color: #D1A559;
}
.cya-floorPlan .main-block .block-7 {
  color: #A94D41;
}
.cya-floorPlan .main-block .block-7 .title {
  background-color: #A94D41;
}
.cya-floorPlan .main-block .block-7 .plus-icon {
  max-width: 267px;
}
@media (max-width: 1140px) {
  .cya-floorPlan .top-block .list {
    margin: -4px;
  }
  .cya-floorPlan .top-block .item {
    width: calc(100% / 3 - 4px * 2);
    margin: 4px;
  }
}
@media (max-width: 1023px) {
  .cya-floorPlan .top-text {
    margin-bottom: 45px;
  }
  .cya-floorPlan .top-block {
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .cya-floorPlan .top-block .list {
    margin: -4px;
  }
  .cya-floorPlan .top-block .item {
    width: calc(100% / 2 - 4px * 2);
    margin: 4px;
  }
  .cya-floorPlan .top-block .item .line {
    width: 25px;
  }
.cya-floorPlan .top-block .item .main-text {
    font-size: 0.875em;
}
  .cya-floorPlan .main-block {
    padding: 0;
    margin: -15px;
  }
  .cya-floorPlan .main-block .block {
    margin: 15px;
    width: calc(100% / 2 - 15px * 2);
  }
}
@media (max-width: 640px) {
  .cya-floorPlan .main-block {
    margin: 0;
    padding: 0;
  }
  .cya-floorPlan .main-block .block {
    margin: 0 auto;
    width: 100%;
  }
  .cya-floorPlan .main-block .block + .block {
    margin-top: 20px;
  }
}

.cya-floorPlan2 .top-list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.cya-floorPlan2 .top-list .item {
  display: flex;
  align-items: center;
  margin: 8px;
}
.cya-floorPlan2 .top-list .item img {
  width: 44px;
  margin-right: 10px;
}
.cya-floorPlan2 .top-list .item .text {
  font-size: 1.111em;
  line-height: 1.5;
  font-weight: 500;
  color: #4C9998;
}
.cya-floorPlan2 .top-list .item .AED {
  color: #A94D41;
}
.cya-floorPlan2 .main-block {
  position: relative;
  margin-top: 45px;
}
.cya-floorPlan2 .floorPlan {
  position: relative;
  margin-bottom: 25px;
  overflow: auto;
}
.cya-floorPlan2 .floorPlan .inner {
  position: relative;
  min-width: 960px;
}
.cya-floorPlan2 .floorPlan .link {
  width: 2.6%;
  position: absolute;
  text-align: center;
  line-height: 1;
  transform: translateX(-50%) translateY(-50%);
}
.cya-floorPlan2 .floorPlan .link span {
  opacity: 0;
  font-size: 0;
  display: block;
  padding-top: 100%;
}
.cya-floorPlan2 .floorPlan .link-1 {
  top: 18%;
  left: 45.1%;
  width: 17.2%;
}
.cya-floorPlan2 .floorPlan .link-1 span {
  padding-top: 80%;
}
.cya-floorPlan2 .floorPlan .link-4 {
  top: 78%;
  left: 96%;
}
.cya-floorPlan2 .floorPlan .link-5 {
  top: 32.75%;
  left: 81.8%;
  width: 6.7%;
}
.cya-floorPlan2 .floorPlan .link-5 span {
  padding-top: 78%;
}
.cya-floorPlan2 .floorPlan .link-6 {
  top: 89.7%;
  left: 69.2%;
}
.cya-floorPlan2 .floorPlan .link-7 {
  top: 64.6%;
  left: 89.8%;
}
.cya-floorPlan2 .floorPlan .link-8 {
  top: 17.7%;
  left: 3.7%;
}
.cya-floorPlan2 .floorPlan .link-8_2 {
  top: 91.2%;
  left: 58.6%;
  width: 10.2%;
}
.cya-floorPlan2 .floorPlan .link-8_2 span {
  padding-top: 46%;
}
.cya-floorPlan2 .floorPlan .link-9 {
  top: 39.1%;
  left: 66%;
  width: 5.2%;
}
.cya-floorPlan2 .floorPlan .link-9 span {
  padding-top: 100%;
}
.cya-floorPlan2 .floorPlan .link-10 {
  top: 24.8%;
  left: 11.5%;
}
.cya-floorPlan2 .floorPlan .link-11 {
  top: 38.5%;
  left: 73.4%;
  width: 9.4%;
}
.cya-floorPlan2 .floorPlan .link-11 span {
  padding-top: 46%;
}
.cya-floorPlan2 .floorPlan .link-12 {
  top: 51.5%;
  left: 53.4%;
}
.cya-floorPlan2 .floorPlan .link-13 {
  top: 51.4%;
  left: 44.2%;
  width: 15.6%;
}
.cya-floorPlan2 .floorPlan .link-13 span {
  padding-top: 64%;
}
.cya-floorPlan2 .floorPlan .link-14 {
  top: 80.2%;
  left: 24.6%;
}
.cya-floorPlan2 .floorPlan .link-15 {
  top: 41.6%;
  left: 27.1%;
}
.cya-floorPlan2 .floorPlan .link-16 {
  top: 58%;
  left: 69.6%;
  width: 10.6%;
}
.cya-floorPlan2 .floorPlan .link-16 span {
  padding-top: 66%;
}
.cya-floorPlan2 .floorPlan .link-17 {
  top: 3.6%;
  left: 27.7%;
  width: 16.2%;
}
.cya-floorPlan2 .floorPlan .link-17 span {
  padding-top: 24%;
}
.cya-floorPlan2 .floorPlan .link-18 {
  top: 73.8%;
  left: 42.4%;
  width: 13.2%;
}
.cya-floorPlan2 .floorPlan .link-18 span {
  padding-top: 72%;
}
.cya-floorPlan2 .floorPlan .link-19 {
  top: 55.8%;
  left: 96%;
}
.cya-floorPlan2 .floorPlan .link-20 {
  top: 21.6%;
  left: 92.2%;
  width: 14.2%;
}
.cya-floorPlan2 .floorPlan .link-20 span {
  padding-top: 75%;
}
.cya-floorPlan2 .floorPlan .link-21 {
  top: 18.3%;
  left: 81.4%;
}
.cya-floorPlan2 .floorPlan .link-22 {
  top: 18.25%;
  left: 73.45%;
}
.cya-floorPlan2 .floorPlan .link-23 {
  top: 78.1%;
  left: 69.2%;
}
.cya-floorPlan2 .floorPlan .link-24 {
  top: 76.4%;
  left: 59.5%;
  width: 10.6%;
}
.cya-floorPlan2 .floorPlan .link-24 span {
  padding-top: 66%;
}
.cya-floorPlan2 .floorPlan .link-25 {
  top: 75.2%;
  left: 83.4%;
  width: 13%;
}
.cya-floorPlan2 .floorPlan .link-25 span {
  padding-top: 54%;
}
.cya-floorPlan2 .floorPlan .link-26 {
  top: 74.1%;
  left: 51.4%;
  width: 4.6%;
}
.cya-floorPlan2 .floorPlan .link-26 span {
  padding-top: 196%;
}
.cya-floorPlan2 .floorPlan .link-27 {
  top: 80.3%;
  left: 33.4%;
}
.cya-floorPlan2 .floorPlan .link-28 {
  top: 89.6%;
  left: 76.6%;
}
.cya-floorPlan2 .floorPlan .link-29 {
  top: 89.6%;
  left: 88.2%;
}
.cya-floorPlan2 .floorPlan .link-30 {
  top: 89.6%;
  left: 27.1%;
}
.cya-floorPlan2 .floorPlan .link-31 {
  top: 3.6%;
  left: 6.1%;
  width: 13%;
}
.cya-floorPlan2 .floorPlan .link-31 span {
  padding-top: 35%;
}
.cya-floorPlan2 .floorPlan .link-32 {
  top: 89.6%;
  left: 6.6%;
  width: 13%;
}
.cya-floorPlan2 .floorPlan .link-32 span {
  padding-top: 35%;
}
.cya-floorPlan2 .floorPlan .link-33 {
  top: 72.3%;
  left: 3.4%;
}
.cya-floorPlan2 .floorPlan .link-34 {
  top: 56%;
  left: 89.6%;
  width: 5.6%;
}
.cya-floorPlan2 .floorPlan .link-34 span {
  padding-top: 85%;
}
.cya-floorPlan2 .floorPlan .link-35 {
  top: 16.5%;
  left: 61.5%;
  width: 10.2%;
}
.cya-floorPlan2 .floorPlan .link-35 span {
  padding-top: 76%;
}
.cya-floorPlan2 .list {
  position: relative;
}
.cya-floorPlan2 .list .anchor {
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
}
.cya-floorPlan2 .list .item {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #08868E;
  color: #4C9998;
}
.cya-floorPlan2 .list .item .main-text {
  font-size: 1.111em;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
}

.area-modal .btn-close {
  width: 44px;
  height: 44px;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.area-modal .modal-dialog {
  max-width: 640px;
  margin: 20px auto;
}
.area-modal .modal-content {
  padding: 20px;
}
.area-modal .title {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 15px;
  padding-right: 40px;
}
.area-modal img {
  border-radius: 16px;
  overflow: hidden;
}

/* 機場四周禁止施放有礙飛航安全物體距離範圍示意圖 */
.cya-layout-i {
  color: #5F5F53;
}
.cya-layout-i .image {
  margin-bottom: 16px;
}
.cya-layout-i .list {
  margin-bottom: 16px;
  color: #313126;
  line-height: 1.4444;
}
.cya-layout-i .list li {
  display: flex;
  align-items: flex-start;
}
.cya-layout-i .list li + li {
  margin-top: 20px;
}
.cya-layout-i .list img {
  margin-right: 16px;
}

/* 公開揭示 */
.cya-disclose-a .block {
  margin-bottom: 24px;
}
.cya-disclose-a .block-header {
  position: relative;
  color: #1C1C14;
  font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif, 'Microsoft YaHei';
  font-size: 1.3333em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-left: 20px;
}
.cya-disclose-a .block-header:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px / 2);
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #C9C7B9;
  transform: rotate(45deg);
}
.cya-disclose-a .list .item {
  position: relative;
  color: #1C1C14;
  display: flex;
  align-items: flex-start;
}
.cya-disclose-a .list .item + .item {
  margin-top: 24px;
}
.cya-disclose-a .list .item .image {
  width: 64px;
  padding: 8px;
  border-radius: 2px;
  background: #397F9A;
}
.cya-disclose-a .list .item .content {
  width: calc(100% - 64px);
  padding-left: 24px;
}
.cya-disclose-a .list .item .main-text {
  font-size: 1.1111em;
  font-weight: 500;
  line-height: 150%;
}
.cya-disclose-a .list .item .sub-text {
  font-size: .8888em;
  font-weight: 400;
  line-height: 175%;
  margin-top: 4px;
}

/* 禁養飛鴿 */
.cya-disclose-b .block {
  margin-bottom: 24px;
}
.cya-disclose-b .block-header {
  position: relative;
  color: #1C1C14;
  font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif, 'Microsoft YaHei';
  font-size: 1.3333em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-left: 20px;
}
.cya-disclose-b .block-header:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px / 2);
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #C9C7B9;
  transform: rotate(45deg);
}
.cya-disclose-b .block .box {
  border-radius: 4px;
  background: #F3F1E6;
  display: flex;
  justify-content: space-between;
  padding: 12px;
  position: relative;
  margin-bottom: 8px;
}
.cya-disclose-b .block .box:before {
  content: "";
  position: absolute;
  top: 47px;
  left: 12px;
  right: 12px;
  height: 2px;
  background: #C9C7B9;
}
.cya-disclose-b .block .item {
  position: relative;
}
.cya-disclose-b .block .item .dot {
  width: 8px;
  height: 8px;
  background-color: #006B62;
  box-shadow: 0 0 0 4px #F3F1E6;
  margin: 8px 0;
}
.cya-disclose-b .block .item .top-text {
  color: #006B62;
  font-size: .7777em;
  line-height: 171.429%;
}
.cya-disclose-b .block .item .main-text {
  color: #313126;
  font-size: .8888em;
  font-weight: 500;
  line-height: 175%;
}
.cya-disclose-b .block .item-2 {
  text-align: center;
  padding: 0 24px;
}
.cya-disclose-b .block .item-2 .dot {
  margin-left: auto;
  margin-right: auto;
}
.cya-disclose-b .block .item-3 {
  text-align: right;
}
.cya-disclose-b .block .item-3 .dot {
  margin-left: auto;
}
.cya-disclose-b .block .bottom-text {
  color: #5F5F53;
  font-size: .7777em;
  font-weight: 400;
  line-height: 171.429%;
}
@media (max-width: 768px) {
  .cya-disclose-b .block .box {
    display: block;
  }
  .cya-disclose-b .block .box:before {
    top: 20px;
    left: 15px;
    bottom: 20px;
    right: inherit;
    width: 2px;
    height: calc(100% - 20px * 2);
  }
  .cya-disclose-b .block .item {
    position: relative;
    padding-left: 24px;
  }
  .cya-disclose-b .block .item + .item {
    margin-top: 24px;
  }
  .cya-disclose-b .block .item .dot {
    position: absolute;
    top: 8px;
    left: 0;
    margin: 0;
  }
  .cya-disclose-b .block .item-2 {
    text-align: left;
  }
  .cya-disclose-b .block .item-2 .dot {
    top: calc(50% - 8px / 2);
  }
  .cya-disclose-b .block .item-3 {
    text-align: left;
  }
  .cya-disclose-b .block .item-3 .dot {
    top: calc(100% - 8px * 2);
  }
  .cya-disclose-b .block .bottom-text {
    color: #5F5F53;
    font-size: .7777em;
    font-weight: 400;
    line-height: 171.429%;
  }
}
.cya-disclose-b .list .item {
  position: relative;
  color: #1C1C14;
  display: flex;
  align-items: flex-start;
}
.cya-disclose-b .list .item + .item {
  margin-top: 24px;
}
.cya-disclose-b .list .item .image {
  width: 64px;
  padding: 8px;
  border-radius: 2px;
  background: #397F9A;
}
.cya-disclose-b .list .item .content {
  width: calc(100% - 64px);
  padding-left: 24px;
}
.cya-disclose-b .list .item .main-text {
  font-size: 1.1111em;
  font-weight: 500;
  line-height: 150%;
}
.cya-disclose-b .list .item .sub-text {
  font-size: .8888em;
  font-weight: 400;
  line-height: 175%;
  margin-top: 4px;
}

.cya-parking .grid {
  display: flex;
}
.cya-parking .grid-left {
  width: 50%;
  padding-right: 20px;
}
.cya-parking .grid-right {
  width: 50%;
  padding-left: 20px;
}
.cya-parking .block-a {
  width: 100%;
}
.cya-parking .block-a .map {
  margin-bottom: 24px;
}
.cya-parking .block-a .list-1 {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
  margin-bottom: 12px;
}
.cya-parking .block-a .list-1 .item {
  display: flex;
  align-items: center;
  margin: 12px;
}
.cya-parking .block-a .list-1 .item .image {
  width: 40px;
  padding: 6px;
  border-radius: 50%;
  background: #397F9A;
}
.cya-parking .block-a .list-1 .item .main-text {
  width: calc(100% - 40px);
  padding-left: 8px;
  font-size: .8888em;
  line-height: 150%;
}
.cya-parking .block-a .note {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  background-color: #EEECDD;
  border: 1px solid #C9C7B9;
  padding: 12px;
  font-size: .8888em;
  line-height: 150%;
}
.cya-parking .block-a .note img {
  margin-right: 8px;
}
.cya-parking .block-a .list-2 .item {
  position: relative;
  color: #1C1C14;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: #F3F1E6;
  padding: 16px 20px;
}
.cya-parking .block-a .list-2 .item + .item {
  margin-top: 24px;
}
.cya-parking .block-a .list-2 .item .image {
  width: 64px;
  padding: 8px;
  border-radius: 2px;
  background: #397F9A;
}
.cya-parking .block-a .list-2 .item .content {
  width: calc(100% - 64px);
  padding-left: 20px;
}
.cya-parking .block-a .list-2 .item .main-text {
  font-size: .7777em;
  font-weight: 500;
  line-height: 171.429%;
}
.cya-parking .block-a .list-2 .item .sub-text {
  font-size: .8888em;
  font-weight: 400;
  line-height: 175%;
  margin-top: 4px;
  color: #5F5F53;
}
.cya-parking .block-a .list-2 .item .text-lg {
  font-size: 1.75em;
  line-height: 120%;
  color: #1C1C14;
  font-weight: 500;
  margin-right: 8px;
  display: inline-block;
}
.cya-parking .box {
  position: relative;
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  flex: 1 0 0;
  border-radius: 4px;
  background: #F3F1E6;
}
.cya-parking .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 36%;
  width: 222px;
  height: 117px;
  background-image: url(../images/index-g-leaf.svg);
  background-repeat: no-repeat;
  display: block;
  pointer-events: none;
}
.cya-parking .box:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 118px;
  height: 212px;
  background-image: url(../images/index-g-leaf2.svg);
  background-repeat: no-repeat;
  display: block;
  pointer-events: none;
}
.cya-parking .block-b {
  width: 100%;
}
.cya-parking .block-b .title {
  position: relative;
  color: #1C1C14;
  font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif, 'Microsoft YaHei';
  font-size: 1.3333em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 24px;
  padding-left: 20px;
}
.cya-parking .block-b .title:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px / 2);
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #C9C7B9;
  transform: rotate(45deg);
}
.cya-parking .block-b .info {
  display: flex;
  align-items: flex-start;
  padding: 8px 0;
}
.cya-parking .block-b .info + .info {
  border-top: 1px solid #C9C7B9;
}
.cya-parking .block-b .info-header {
  width: 120px;
  display: flex;
  align-items: center;
  color: #1C1C14;
  font-size: 1em;
  font-weight: 500;
  line-height: 177.778%;
}
.cya-parking .block-b .info-header img {
  margin-right: 8px;
}
.cya-parking .block-b .info-content {
  width: calc(100% - 120px);
  padding-left: 16px;
  line-height: 177.778%;
}
.cya-parking .block-c {
  width: 100%;
}
.cya-parking .block-c .title {
  position: relative;
  color: #1C1C14;
  font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif, 'Microsoft YaHei';
  font-size: 1.3333em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 24px;
  padding-left: 20px;
}
.cya-parking .block-c .title:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px / 2);
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #C9C7B9;
  transform: rotate(45deg);
}
.cya-parking .block-c .collapse-item {
  border-radius: 4px;
  background: #FEFCF5;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}
.cya-parking .block-c .collapse-item + .collapse-item {
  margin-top: 8px;
}
.cya-parking .block-c .collapse-item__header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 80px 16px 16px;
}
.cya-parking .block-c .collapse-item__header .image {
  width: 64px;
  padding: 8px;
  border-radius: 2px;
  background: #397F9A;
}
.cya-parking .block-c .collapse-item__header .content {
  width: calc(100% - 64px);
  padding-left: 24px;
}
.cya-parking .block-c .collapse-item__header .main-text {
  color: #1C1C14;
  font-size: 1.1111em;
  font-weight: 500;
  line-height: 150%;
}
.cya-parking .block-c .collapse-item__header .icon-arrow {
  position: absolute;
  top: calc(50% - 48px / 2);
  right: 16px;
  width: 48px;
  height: 48px;
  background-image: url(../images/cya-parking-arrow.svg);
  transition: ease 0.5s;
  border-radius: 50%;
  padding: 12px;
}
.cya-parking .block-c .collapse-item__header[aria-expanded="true"] .icon-arrow {
  background-image: url(../images/cya-parking-arrow2.svg);
}
.cya-parking .block-c .collapse-item__content {
  position: relative;
  color: #1C1C14;
  font-size: 1.125em;
  line-height: 177.778%;
}
.cya-parking .block-c .collapse-item__inner {
  padding: 16px;
}
.cya-parking .block-c .collapse-item__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background: #C9C7B9;
}
.cya-parking .block-c .info {
  display: flex;
  align-items: flex-start;
  padding: 8px 0;
  font-size: .8888em;
}
.cya-parking .block-c .info + .info {
  border-top: 1px solid #C9C7B9;
}
.cya-parking .block-c .info-header {
  width: 156px;
  display: flex;
  align-items: center;
  color: #1C1C14;
  font-weight: 500;
  line-height: 175%;
}
.cya-parking .block-c .info-header img {
  margin-right: 8px;
}
.cya-parking .block-c .info-content {
  width: calc(100% - 156px);
  padding-left: 16px;
  line-height: 177.778%;
  color: #48473D;
}
.cya-parking .block-d {
  width: 100%;
}
.cya-parking .block-d:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 165px;
  height: 143px;
  background-image: url(../images/index-g-leaf3.svg);
  background-repeat: no-repeat;
  display: block;
  pointer-events: none;
}
.cya-parking .block-d .title {
  position: relative;
  color: #1C1C14;
  font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif, 'Microsoft YaHei';
  font-size: 1.3333em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 24px;
  padding-left: 20px;
}
.cya-parking .block-d .title:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px / 2);
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #C9C7B9;
  transform: rotate(45deg);
}
.cya-parking .block-d .list .item {
  position: relative;
  color: #48473D;
  display: flex;
  align-items: center;
}
.cya-parking .block-d .list .item + .item {
  margin-top: 8px;
}
.cya-parking .block-d .list .item .image {
  width: 24px;
}
.cya-parking .block-d .list .item .content {
  width: calc(100% - 24px);
  padding-left: 16px;
  line-height: 177.778%;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .cya-parking .grid {
    display: block;
  }
  .cya-parking .grid-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .cya-parking .grid-right {
    width: 100%;
    padding-left: 0;
  }
  .cya-parking .block-a .list-2 {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
  }
  .cya-parking .block-a .list-2 .item {
    width: calc(50% - 8px * 2);
    margin: 8px;
  }
  .cya-parking .block-a .list-2 .item + .item {
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .cya-parking .grid {
    display: block;
  }
  .cya-parking .grid-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .cya-parking .grid-right {
    width: 100%;
    padding-left: 0;
  }
  .cya-parking .box {
    padding: 16px;
  }
}
