@charset "UTF-8";

/* 中文系首頁 Swiper 11 — 對應線上站 Slick / Bootstrap Carousel 外觀 */

.swiper-chinese {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.swiper-chinese .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

/* Font Awesome 箭頭 */
.swiper-chinese .swiper-button-prev,
.swiper-chinese .swiper-button-next {
  width: auto;
  height: auto;
  margin-top: 0;
  color: inherit;
  background: none;
  border: none;
  z-index: 20;
}

.swiper-chinese .swiper-button-prev::after,
.swiper-chinese .swiper-button-next::after {
  display: none;
}

.swiper-chinese .swiper-button-prev i,
.swiper-chinese .swiper-button-next i {
  font-size: 40px;
  line-height: 1;
  display: block;
}

.swiper-chinese .swiper-pagination-bullet {
  opacity: 1;
}

/* ── 1. 首頁主輪播（原 #myCarousel） ── */
.swiper-hero-ad.carousel-v1 {
  z-index: 3;
  background: #fff;
}

.swiper-hero-ad .swiper-slide img {
  width: 100%;
  display: block;
}

.swiper-hero-ad .carousel-arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 10;
}

.swiper-hero-ad .carousel-arrow .swiper-button-prev,
.swiper-hero-ad .carousel-arrow .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
  color: #fff;
}

.swiper-hero-ad .carousel-arrow .swiper-button-prev i,
.swiper-hero-ad .carousel-arrow .swiper-button-next i {
  opacity: 0.6;
  background: #000;
  padding: 2px 12px;
}

.swiper-hero-ad .carousel-arrow .swiper-button-prev i:hover,
.swiper-hero-ad .carousel-arrow .swiper-button-next i:hover {
  opacity: 0.85;
}

.swiper-hero-ad .carousel-arrow .swiper-button-prev { left: 0; }
.swiper-hero-ad .carousel-arrow .swiper-button-next { right: 0; }

.swiper-hero-ad .swiper-pagination { bottom: 10px; }

.swiper-hero-ad .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.swiper-hero-ad .swiper-pagination-bullet-active {
  background: #fff;
}

/* ── 2. 快連列（原 .responsive） ── */
.quickbg { padding-bottom: 10px; }

.quickbg .swiper-quicklink-wrap {
  position: relative;
  z-index: 30;
  width: 100%;
  margin: 20px auto 10px;
  padding: 0 36px;
}

.quickbg .swiper-quicklink {
  width: 100%;
  padding-bottom: 36px;
}

.quickbg .swiper-quicklink .swiper-slide {
  margin: 0;
  padding: 10px 0 0;
  border-radius: 3px;
}

.quickbg .swiper-quicklink .swiper-slide a {
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.quickbg .swiper-quicklink .swiper-slide i {
  color: #fff;
  margin-top: 10px;
  height: 80px;
  font-size: 36px;
  float: left;
  width: 50px;
  text-align: center;
}

.quickbg .swiper-quicklink .swiper-slide h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  overflow: hidden;
}

.quickbg .swiper-quicklink .swiper-slide h4 {
  color: #fff;
  margin-top: 0;
  font-size: 14px;
  overflow: hidden;
}

.quickbg .swiper-quicklink-wrap .swiper-button-prev,
.quickbg .swiper-quicklink-wrap .swiper-button-next {
  position: absolute;
  top: 30%;
  width: auto;
  height: auto;
  margin-top: 0;
  transform: translateY(-50%);
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 20;
}

.quickbg .swiper-quicklink-wrap .swiper-button-prev::after,
.quickbg .swiper-quicklink-wrap .swiper-button-next::after {
  display: none;
}

.quickbg .swiper-quicklink-wrap .swiper-button-prev i,
.quickbg .swiper-quicklink-wrap .swiper-button-next i {
  font-size: 40px;
  line-height: 1;
  display: block;
}

.quickbg .swiper-quicklink-wrap .swiper-button-prev { left: 0; }
.quickbg .swiper-quicklink-wrap .swiper-button-next { right: 0; }

.quickbg .swiper-quicklink .swiper-pagination {
  bottom: 8px;
}

.quickbg .swiper-quicklink .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.6;
}

.quickbg .swiper-quicklink .swiper-pagination-bullet-active {
  background: #357181;
  opacity: 1;
}

/* ── 3. 重點新聞（原 #myCarousel-news） ── */
.news_slide { overflow: visible; }

.swiper-news-slide.carousel-v1 {
  background: none;
  overflow: visible;
  padding-bottom: 60px;
}

.swiper-news-slide .newsImg img {
  width: 100%;
  display: block;
}

.swiper-news-slide .carousel-arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 10;
}

.swiper-news-slide .carousel-arrow .swiper-button-prev,
.swiper-news-slide .carousel-arrow .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
  color: #333;
}

.swiper-news-slide .carousel-arrow .swiper-button-prev i,
.swiper-news-slide .carousel-arrow .swiper-button-next i {
  background: none;
  font-size: 36px;
  opacity: 0.7;
}

.swiper-news-slide .carousel-arrow .swiper-button-prev { left: -30px; }
.swiper-news-slide .carousel-arrow .swiper-button-next { right: -30px; }

.swiper-news-slide .swiper-pagination {
  bottom: -56px;
  text-align: center;
}

.swiper-news-slide .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #707070;
}

.swiper-news-slide .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: #959595;
  border: 1px solid #959595;
}

/* ── 4. 活動輪播（原 .responsiveEvent） ── */
.eventsBg .swiper-events-wrap {
  position: relative;
  z-index: 30;
  width: 100%;
  margin-bottom: 50px;
  padding: 0 36px;
}

.eventsBg .swiper-events {
  width: 100%;
  padding-bottom: 28px;
}

.eventsBg .swiper-events .swiper-slide {
  margin: 0;
  padding: 20px 0 16px;
  border-radius: 3px;
  color: #666;
  transition: transform 0.4s;
}

.eventsBg .swiper-events .swiper-slide:hover {
  transform: scale(1.05);
  z-index: 31;
}

.eventsBg .eventsImgBox {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #cacaca;
  background: #fff;
  transition: 0.4s;
  overflow: hidden;
}

.eventsBg .eventsImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.eventsBg .eventsImgBox:hover {
  box-shadow: 4px 4px 12px -2px rgba(0, 0, 0, 0.35);
  border-color: #666;
}

@media (min-width: 1200px) {
  .eventsBg .eventsImgBox { height: 356px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .eventsBg .eventsImgBox { height: 280px; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .eventsBg .eventsImgBox { height: 260px; }
}
@media (min-width: 480px) and (max-width: 767px) {
  .eventsBg .eventsImgBox { height: 240px; }
}

.eventsBg .date {
  color: #666;
  margin-bottom: 4px;
}

.eventsBg .swiper-events .title a {
  color: #333;
  font-size: 18px;
}

.eventsBg .swiper-events-wrap .swiper-button-prev,
.eventsBg .swiper-events-wrap .swiper-button-next {
  position: absolute;
  top: 30%;
  width: auto;
  height: auto;
  margin-top: 0;
  transform: translateY(-50%);
  color: #333;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 20;
}

.eventsBg .swiper-events-wrap .swiper-button-prev::after,
.eventsBg .swiper-events-wrap .swiper-button-next::after {
  display: none;
}

.eventsBg .swiper-events-wrap .swiper-button-prev i,
.eventsBg .swiper-events-wrap .swiper-button-next i {
  font-size: 40px;
  line-height: 1;
  display: block;
}

.eventsBg .swiper-events-wrap .swiper-button-prev { left: 0; }
.eventsBg .swiper-events-wrap .swiper-button-next { right: 0; }

.eventsBg .swiper-events .swiper-pagination { bottom: 0; }

.eventsBg .swiper-events .swiper-pagination-bullet {
  background: #333;
  opacity: 0.3;
}

.eventsBg .swiper-events .swiper-pagination-bullet-active {
  background: #333;
  opacity: 1;
}

/* ── 5. 系所花絮（原 .responsiveAlbum） ── */
.albumBg {
  padding-top: 20px;
  padding-bottom: 20px;
}

.albumBg .swiper-album-wrap {
  position: relative;
  z-index: 30;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 36px 10px;
}

.albumBg .swiper-album {
  width: 100%;
}

.albumBg .swiper-album .swiper-slide {
  margin: 0;
  padding: 20px 0 16px;
  border-radius: 3px;
  transition: transform 0.4s;
}

.albumBg .swiper-album .swiper-slide:hover {
  transform: scale(1.05);
  z-index: 31;
}

.albumBg .albumImg {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #cacaca;
  background: #fff;
  overflow: hidden;
  transition: 0.4s;
}

.albumBg .albumImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.albumBg .albumImg:hover {
  box-shadow: 4px 4px 12px -2px rgba(0, 0, 0, 0.35);
  border-color: #666;
}

@media (min-width: 1200px) {
  .albumBg .albumImg { height: 170px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .albumBg .albumImg { height: 140px; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .albumBg .albumImg { height: 140px; }
}

.albumBg .title {
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
}

.albumBg .swiper-album-wrap .swiper-button-prev,
.albumBg .swiper-album-wrap .swiper-button-next {
  position: absolute;
  top: 35%;
  width: auto;
  height: auto;
  margin-top: 0;
  transform: translateY(-50%);
  color: #666;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 20;
}

.albumBg .swiper-album-wrap .swiper-button-prev::after,
.albumBg .swiper-album-wrap .swiper-button-next::after {
  display: none !important;
  content: none !important;
}

.albumBg .swiper-album-wrap .swiper-button-prev i,
.albumBg .swiper-album-wrap .swiper-button-next i {
  font-size: 40px;
  line-height: 1;
  display: block;
  color: #666;
}

.albumBg .swiper-album-wrap .swiper-button-prev { left: 0; }
.albumBg .swiper-album-wrap .swiper-button-next { right: 0; }

.albumBg .swiper-album-wrap .swiper-pagination {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-top: 12px;
  text-align: center;
  line-height: 1;
  z-index: 20;
}

.albumBg .swiper-album-wrap .swiper-pagination.swiper-pagination-lock {
  display: block;
  opacity: 1;
}

.albumBg .swiper-album-wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #666;
  opacity: 0.45;
}

.albumBg .swiper-album-wrap .swiper-pagination-bullet-active {
  background: #009ab4;
  opacity: 1;
}

/* ── 內頁廣告 ── */
.swiper-page-ad .swiper-slide img {
  width: 100%;
  display: block;
}

.swiper-page-ad .swiper-button-prev,
.swiper-page-ad .swiper-button-next {
  color: #fff;
}

.swiper-page-ad .swiper-button-prev i,
.swiper-page-ad .swiper-button-next i {
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 10px;
}
