@charset "utf-8";

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-print-color-adjust: exact !important; /* Chrome, Edge, Safari */
    print-color-adjust: exact !important; /* Firefox */
  }
  li {
    list-style-position: inside !important;
    margin-left: 0;
  }
  ul > li::marker {
    color: #000;
    content: "• ";
  }
  html {
    min-height: inherit !important;
  }

  body {
    font-size: 18px;
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    min-height: inherit !important;
  }

  * {
    box-shadow: none !important;
  }

  a {
    text-decoration: none !important;
  }

  ul,
  ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  table th,
  table td {
    vertical-align: top;
    padding: 5px 5px 5px 0 !important;
  }

  .container {
    width: 100%;
    padding: 0 !important;
    max-width: none !important;
  }

  #headerZone {
    position: relative !important;
  }
  #mainZone {
    padding-top: 20px;
    border-top: 2px solid #000;
    margin-top: 20px;
  }
  #wrapperInner {
    padding-top: 0 !important;
  }
  #headerZone .headerWrap {
    padding: 0 !important;
  }
  #mobileNavWrap,
  #mainNavWrap,
  #topNavWrap,
  #leftNavWrap,
  #footerZone,
  #backtotop,
  #mainVisualWrap,
  #breadcrumb,
  .eventGallery,
  .f-right-img {
    display: none !important;
  }

  #mainContent {
    width: 100% !important;
    padding: 0 !important;
  }

  #contentWrap {
    padding: 20px 0 0;
  }

  hr {
    margin: 20px 0 !important;
  }

  #secTitle {
    font-size: 24px !important;
    border: none !important;
    margin-bottom: 0;
  }

  #content h2 {
    font-size: 22px !important;
  }

  #content hr {
    margin: 20px 0;
  }
  #insideVisualWrap .container {
    min-height: auto;
    padding: 0;
    margin: 0;
  }
  #scheduleMain .scheduleItem {
    column-gap: 20px;
  }
  #scheduleMain .scheduleItem .dateVenue .day:after,
  #scheduleMain:before {
    display: none;
  }
  #scheduleMain .scheduleItem .dateVenue {
    width: 20%;
  }
  #scheduleMain .scheduleItem .dateVenue .day {
    font-size: 20px;
  }
  #scheduleMain .scheduleItem .dateVenue .venue,
  #scheduleMain .scheduleItem .eventList .details .time {
    font-size: 18px;
  }
  #scheduleMain .scheduleItem .eventList .img {
    display: none;
  }
  .accordion-item .accordion-content {
    display: block !important;
  }
  .specialGrid {
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
  }
  .specialGrid .item {
    width: 200px;
  }
  .accommodationWrap .left {
    display: none;
  }
  .accommodationWrap .right {
    width: 100%;
  }
  .blueBg {
    padding: 0;
  }
}
