@charset "UTF-8";
:root {
  --star: #de2f2f;
  --primaryColor1-1: #d6dded;
  --primaryColor1-2: #9ba6ba;
  --primaryColor1-3: #6F7B91;
  --primaryColor1-4: #4a5770;
  --primaryColor1-5: #313a4a;
  --primaryColor2-1: #c1f4f6;
  --primaryColor2-2: #98f2f6;
  --primaryColor2-3: #5ad6da;
  --primaryColor2-4: #23B8BC;
  --primaryColor2-5: #049398;
  --primaryColor2-6: #004a4d;
  --primaryColor3-1: #fddad8;
  --primaryColor3-2: #f6b1ad;
  --primaryColor3-3: #E58E89;
  --primaryColor3-4: #e16963;
  --primaryColor3-5: #d54a43;
  --primaryColor3-6: #892b26;
  --primaryColor4-1: #e0f2ca;
  --primaryColor4-2: #c1e690;
  --primaryColor4-3: #8BB84F;
  --primaryColor4-4: #71a52d;
  --primaryColor4-5: #436911;
  --primaryColor5-1: #b9e7fd;
  --primaryColor5-2: #8bcbeb;
  --primaryColor5-3: #53a8d3;
  --primaryColor5-4: #327799;
  --primaryColor5-5: #174860;
  --primaryColor6-1: #f7f3e9;
  --primaryColor6-2: #ebc98b;
  --primaryColor6-3: #e2b258;
  --primaryColor6-4: #ca9025;
  --primaryColor6-5: #b67a0a;
  --primaryColor6-6: #915700;
  --primaryColor7-1: #c6e5ff;
  --primaryColor7-2: #6aa3d1;
  --primaryColor7-3: #4492d3;
  --primaryColor7-4: #237ec9;
  --primaryColor7-5: #115b97;
  --primaryColor8-1: #ffe7f3;
  --primaryColor8-2: #f799c8;
  --primaryColor8-3: #e25c9f;
  --primaryColor8-4: #d33885;
  --primaryColor8-5: #b71264;
  --primaryColor9-1: #e4e6ff;
  --primaryColor9-2: #999ff0;
  --primaryColor9-3: #737be3;
  --primaryColor9-4: #464ec0;
  --primaryColor9-5: #0e146a;
  --primaryColor10-1: #ffe6d6;
  --primaryColor10-2: #fdc7a3;
  --primaryColor10-3: #ffaf79;
  --primaryColor10-4: #ff9955;
  --primaryColor10-5: #ff7a22;
  --color-000000: #000000;
  --color-222222: #222222;
  --color-242424: #242424;
  --color-333333: #333333;
  --color-484848: #484848;
  --color-555555: #555555;
  --color-666666: #666666;
  --color-888888: #888888;
  --color-999999: #999999;
  --color-aaaaaa: #aaaaaa;
  --color-bbbbbb: #bbbbbb;
  --color-cccccc: #cccccc;
  --color-d4d4d4: #d4d4d4;
  --color-dddddd: #dddddd;
  --color-e4e4e4: #e4e4e4;
  --color-eeeeee: #eeeeee;
  --color-f2f2f2: #f2f2f2;
  --color-f4f4f4: #f4f4f4;
  --color-f6f6f6: #f6f6f6;
  --color-ffffff: #ffffff;
  --fontsize-48: 3rem;
  --fontsize-36: 2.25rem;
  --fontsize-32: 2rem;
  --fontsize-30: 1.875rem;
  --fontsize-28: 1.75rem;
  --fontsize-26: 1.6rem;
  --fontsize-24: 1.5rem;
  --fontsize-22: 1.4rem;
  --fontsize-21: 1.3rem;
  --fontsize-20: 1.25rem;
  --fontsize-19: 1.2rem;
  --fontsize-18: 1.125rem;
  --fontsize-17: 1.05rem;
  --fontsize-16: 1rem;
  --fontsize-15: 0.95rem;
  --fontsize-14: 0.875rem;
  --fontsize-13: 0.8rem;
  --fontsize-12: 0.75rem;
  --rounded-rectangle: 150px;
  --border-radius-full: 9999px;
  --border-radius-lg: 20px;
  --border-radius-md: 16px;
  --border-radius-sm: 9px;
  --border-radius-xs: 6px;
  --border-radius-xxs: 3px;
  --border-radius-tab: 10px 10px 0 0;
}

/* fontsize
--------------------------------------------------------*/
/* fontsize end
--------------------------------------------------------*/
.header .main-nav, .header .cont .misc, .header .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}

.footer .top .inner,
.footer .bottom .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer .bottom .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

/* border
--------------------------------------------------------*/
.card-list .box {
  border: 1px solid #ddd;
}

/* border
--------------------------------------------------------*/
/* header
--------------------------------------------------------*/
.header {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 0;
}
.header .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 36px;
  background-color: #fff;
}
.header a {
  color: #333;
}
.header .logo {
  display: block;
  font-size: 0;
  width: 255px;
  height: 82px;
  background: url(../images/logo.png) 0 0 no-repeat;
  background-size: 100%;
  margin: 13px 0;
}
.header .logo h1 {
  padding: 0;
  margin: 0;
}
.header .cont {
  width: calc(100% - 255px);
}
.header .cont .misc {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 0.95rem;
  margin: 20px 0 10px 0;
}
.header .cont .misc > a {
  padding: 0 10px;
  border-right: 1px solid #333;
}
.header .cont .misc > a:hover {
  color: #0165b6;
}
.header .cont .misc .search {
  font-size: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-left: 10px;
  background: url(../images/search.svg) 0 0 no-repeat;
  background-size: 100%;
  border-right: 0;
}
.header .main-nav {
  width: 100%;
  font-size: 1.2rem;
}
.header .main-nav > .nav {
  flex: 1;
  max-width: 150px;
  min-width: 120px;
}
.header .main-nav > .nav > .row {
  position: relative;
  width: 100%;
}
.header .main-nav > .nav > .row > a {
  display: block;
  width: 100%;
  padding: 18px 10px;
  position: relative;
  text-align: center;
}
.header .main-nav > .nav > .row > a.active, .header .main-nav > .nav > .row > a:hover {
  color: var(--primaryColor7-5);
  padding: 18px 0px 14px 0px;
  border-bottom: 4px solid var(--primaryColor6-3);
}
.header .main-nav .sub-nav {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 100%;
  border-radius: 0 0 var(--border-radius-sm) var(--border-radius-sm);
  overflow: hidden;
}
.header .main-nav .sub-nav > .row {
  border-top: 1px solid #ddd;
}
.header .main-nav .sub-nav > .row > a {
  font-size: 87%;
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 8px;
}
.header .main-nav .sub-nav > .row > a:hover {
  background-color: var(--primaryColor6-1);
}
.header .header-search {
  display: none;
  width: 100%;
}
.header .header-search .inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px 0 0 0;
  position: relative;
}
.header .header-search .inner input[type=text] {
  width: calc(100% - 300px);
}
.header .header-search .inner .btn {
  border-radius: 5px;
  border: 0;
  padding: 10px 20px;
  background-color: #1b8180;
  color: #fff;
  margin-left: 0.5rem;
  text-align: center;
  line-height: 1;
}
.header .header-search .inner .adv {
  display: block;
  background-color: #083b67;
}
.header .header-search .inner .close {
  display: block;
  font-size: 1.8rem;
  margin-left: 20px;
}

.tiny {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  left: 0;
  transform: none;
}
.tiny .logo {
  width: 180px;
  margin: 10px 0;
  padding-top: 3%;
}
.tiny .box {
  border-radius: 0;
}
.tiny .cont .misc {
  font-size: 0.86rem;
  margin: 10px 0 0 0;
}
.tiny .main-nav .nav a {
  padding: 10px 20px;
}

/* header end
--------------------------------------------------------*/
/* mobile nav
--------------------------------------------------------*/
.mobile-nav .mobile-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px;
  font-size: 88%;
}
.mobile-nav .mobile-search input[type=text] {
  width: 100%;
  margin: 0 auto;
}
.mobile-nav .mobile-search .btn-wrap {
  gap: 10px 8px;
  font-weight: 500;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}
.mobile-nav .mobile-search .btn-wrap .btn {
  flex: 1;
  min-width: auto;
  padding: 10px 5px;
  font-size: 90%;
  background-color: var(--primaryColor5-4);
}
.mobile-nav .main-nav {
  border-top: 1px solid #444;
}
.mobile-nav .main-nav .nav {
  border-bottom: 1px solid #444;
}
.mobile-nav .main-nav .nav a {
  position: relative;
}
.mobile-nav .main-nav .nav a .arr {
  transition: linear 200ms;
  position: absolute;
  right: 10px;
  top: 19px;
  width: 20px;
  height: 20px;
  background: url(../images/arr-right-white.svg) 0 0 no-repeat;
  background-size: cover;
  font-size: 0;
}
.mobile-nav .main-nav .nav a:active {
  background: #222;
}
.mobile-nav .main-nav .nav a.open .arr {
  transform: rotate(90deg);
}
.mobile-nav .main-nav .nav a:focus {
  outline: none;
}
.mobile-nav .main-nav .nav .sub-nav {
  background-color: #333;
  display: none;
  transform: scale(1);
}
.mobile-nav .main-nav .nav .sub-nav .row {
  border-bottom: 1px solid #444;
}
.mobile-nav .main-nav .nav .sub-nav .row:last-child {
  border-bottom: 0;
}
.mobile-nav .main-nav .nav .sub-nav .row a {
  padding-left: 1.5rem;
}
.mobile-nav .main-nav .nav .sub-nav .row .sub-nav {
  background-color: #444;
}
.mobile-nav .main-nav .nav .sub-nav .row .sub-nav .row {
  border-bottom: 1px solid #222;
}
.mobile-nav .main-nav .nav .sub-nav .row .sub-nav .row a {
  position: relative;
  display: flex;
  gap: 0 7px;
}
.mobile-nav .main-nav .nav .sub-nav .row .sub-nav .row a::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin-left: 7px;
  margin-top: 7px;
}
.mobile-nav .main-nav .nav .sub-nav .row .sub-nav .row:last-child {
  border-bottom: 0;
}

/* mobile nav end
--------------------------------------------------------*/
/* footer
--------------------------------------------------------*/
.footer {
  border-top: 1px solid #aaa;
  background-color: #fff;
}
.footer img {
  display: block;
}
.footer p {
  margin: 0;
}
.footer .top .inner {
  padding: 15px 0;
  line-height: 1.8;
  font-size: 98%;
}
.footer .bottom {
  font-size: 86%;
  background-color: var(--color-e4e4e4);
}
.footer .bottom .inner {
  padding: 12px 0;
  line-height: 1.5;
}
.footer .bottom .menu {
  border-left: 1px solid #333;
}
.footer .bottom .menu a {
  display: block;
  color: #333;
  padding: 0 15px;
  border-right: 1px solid #333;
}
.footer .bottom .menu a:last-child {
  border-right: 0;
}
.footer .bottom .menu a:hover {
  color: #083b67;
}
.footer .bottom .menu .fb {
  border-radius: 100%;
  background-color: #424242;
  color: #d9d9d9;
  font-size: 60%;
  margin-left: 12px;
  padding: 4px 7px;
  line-height: 1;
}

/* footer end
--------------------------------------------------------*/
/* 漢堡選單
--------------------------------------------------------*/
.hamburger {
  width: 32px;
  height: 24px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
.hamburger:focus {
  outline: none;
}

.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #333333;
  border-radius: 100px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  border-radius: 35px;
}

.hamburger span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

.hamburger span:nth-child(2) {
  top: 10px;
  transform-origin: left center;
}

.hamburger span:nth-child(3) {
  top: 20px;
  transform-origin: left center;
}

.hamburger.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 23px;
  left: 8px;
}

/* 漢堡選單 end
--------------------------------------------------------*/
/* back top
--------------------------------------------------------*/
.back-top {
  position: fixed;
  bottom: 65px;
  right: 10px;
  z-index: 10;
  width: 42px;
  height: 42px;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  background-color: var(--primaryColor1-3);
  background-image: url(../images/arr-up-white.svg);
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: center center;
}
.back-top .topArr {
  font-size: 1.1em;
  color: #fff;
}
.back-top:hover {
  background-color: var(--primaryColor1-5);
}

/* back top end
--------------------------------------------------------*/
/* form style
--------------------------------------------------------*/
input[type=radio],
input[type=checkbox] {
  border: 1px solid #aaa;
  background-color: #fff;
  width: 18px;
  height: 18px;
}

input[type=text],
input[type=file],
input[type=password],
input[type=date],
input[type=time],
select,
textarea {
  border-radius: 3px;
  padding: 8px;
  border: 1px solid #aaa;
  background-color: #fff;
}

input[type=file] {
  padding: 4.5px 8px;
}

select {
  padding: 7px 8px;
}

/* form style end
--------------------------------------------------------*/
/* slider arrows
--------------------------------------------------------*/
.arr-box {
  display: flex;
  gap: 8px;
  position: relative;
  z-index: 3;
}

.slider-prev,
.slider-next {
  background-color: transparent;
  border: 1px solid #333;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  line-height: 0;
  font-size: 85%;
  cursor: pointer;
}
.slider-prev i,
.slider-next i {
  margin-top: 2px;
}
@media (max-width: 992px) {
  .slider-prev,
  .slider-next {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 640px) {
  .slider-prev,
  .slider-next {
    width: 34px;
    height: 34px;
  }
}

/* slider arrows end
--------------------------------------------------------*/
/* btn style
--------------------------------------------------------*/
.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 15px;
  margin: 50px 0;
  font-size: var(--fontsize-15);
}
.btn-wrap .btn {
  background-color: #333;
  color: #fff;
  border: 0;
  padding: 14px 8px;
  min-width: 160px;
  text-align: center;
  border-radius: var(--rounded-rectangle);
}
.btn-wrap .btn.more {
  background-color: var(--primaryColor5-5);
}
.btn-wrap .btn.more:hover {
  background-color: var(--primaryColor5-4);
}
.btn-wrap .btn.confirm {
  background-color: var(--primaryColor5-5);
}
.btn-wrap .btn.confirm:hover {
  background-color: var(--primaryColor5-4);
}

/* btn style end
--------------------------------------------------------*/
/* table
--------------------------------------------------------*/
table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table tr:first-child {
  border-top: 0;
}
table tr th,
table tr td {
  padding: 12px 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table tr th a,
table tr td a {
  color: var(--primaryColor1);
  text-decoration: underline;
}
table tr th {
  color: #fff;
  background: #E58E89;
  text-align: left;
  font-weight: normal;
}
table.top-th th,
table.top-th td {
  text-align: center;
}

/* table end
--------------------------------------------------------*/
/* breadcrumb
--------------------------------------------------------*/
.breadcrumb {
  color: #333;
  position: relative;
  line-height: 1;
  padding: 15px 20px;
  background-color: var(--color5);
  font-size: var(--fontsize-14);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 0;
}
.breadcrumb a {
  color: #333;
  display: flex;
  line-height: 1;
  align-items: center;
}
.breadcrumb .current {
  display: flex;
  align-items: center;
  color: var(--primaryColor3-4);
  font-weight: 500;
}
.breadcrumb a > .arr, .breadcrumb a > .icon,
.breadcrumb .home > .arr,
.breadcrumb .home > .icon,
.breadcrumb .current > .arr,
.breadcrumb .current > .icon {
  margin-top: 1.5px;
  width: 14px;
  height: 14px;
  background: url(/assets/images/arr-right.svg) 0 center no-repeat;
  background-size: 100%;
}
.breadcrumb .home > .icon {
  margin-right: 2px;
  background: url(/assets/images/i-breadcrumb-home.svg) center center no-repeat;
  background-size: 85%;
}

/* breadcrumb end
--------------------------------------------------------*/
/* paging
--------------------------------------------------------*/
.paging {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin: 40px 0;
}
.paging a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  color: #333;
  font-weight: 400;
  margin: 0 4px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
}
.paging a i {
  color: #666;
}
.paging a.current {
  background: var(--primaryColor5-5);
  border: 1px solid var(--primaryColor5-5);
  color: #fff;
}
.paging .paging-box {
  display: flex;
}
.paging .rwd-paging-box {
  display: none;
}
@media (max-width: 992px) {
  .paging .paging-box,
  .paging .last,
  .paging .next,
  .paging .prev,
  .paging .first {
    display: none;
  }
  .paging .rwd-paging-box {
    gap: 0 10px;
    display: flex;
    align-items: center;
    margin: 0 20px;
  }
  .paging .rwd-paging-box select,
  .paging .rwd-paging-box option {
    -webkit-appearance: none;
    padding: 7px 34px 7px 10px;
  }
  .paging .rwd-paging-box .select-box {
    position: relative;
  }
  .paging .rwd-paging-box .select-box:after {
    content: "\f107";
    font: normal normal normal 12px/1 FontAwesome;
    color: #000;
    right: 10px;
    top: 13px;
    position: absolute;
    pointer-events: none;
  }
}

/* paging end
--------------------------------------------------------*/
/*文章版型
--------------------------------------------------------*/
.gallery-swiper,
.pic-left,
.pic-center,
.pic-right {
  position: relative;
  display: block;
  margin: 0 0 30px 0;
}
.gallery-swiper a,
.pic-left a,
.pic-center a,
.pic-right a {
  display: block;
  position: relative;
}
.gallery-swiper a .magnifying,
.pic-left a .magnifying,
.pic-center a .magnifying,
.pic-right a .magnifying {
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.75);
  right: 10px;
  top: 10px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.gallery-swiper a .magnifying img,
.pic-left a .magnifying img,
.pic-center a .magnifying img,
.pic-right a .magnifying img {
  width: 50% !important;
  height: 50% !important;
}
.gallery-swiper a img,
.pic-left a img,
.pic-center a img,
.pic-right a img {
  display: block;
  height: 100%;
  max-height: 500px;
  border-radius: var(--border-radius-xs);
  border: 1px solid #ddd;
  overflow: hidden;
  width: -moz-available;
  width: -webkit-fill-available;
}
.gallery-swiper a figcaption,
.pic-left a figcaption,
.pic-center a figcaption,
.pic-right a figcaption {
  position: relative;
  display: block;
  background-color: #eee;
  padding: 10px 12px;
  color: #333;
}

.pic-left {
  width: 33%;
  min-width: 280px;
  float: left;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .pic-left {
    float: none;
    width: 94%;
    max-width: 400px;
    margin: 30px auto;
  }
}

.pic-right {
  width: 33%;
  min-width: 280px;
  float: right;
  margin-left: 30px;
}
@media (max-width: 992px) {
  .pic-right {
    float: none;
    width: 94%;
    max-width: 400px;
    margin: 30px auto;
  }
}

.pic-center {
  margin: 30px auto;
  display: flex;
  justify-content: center;
}

.img-gallery {
  margin: 30px auto;
  max-width: 700px;
  width: 94%;
}
.img-gallery .gallery-swiper,
.img-gallery .thumb-swiper {
  border-radius: var(--border-radius-xs);
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #eee;
}
.img-gallery .gallery-swiper .swiper-slide,
.img-gallery .thumb-swiper .swiper-slide {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 67%;
}
.img-gallery .gallery-swiper .swiper-slide img,
.img-gallery .thumb-swiper .swiper-slide img {
  position: absolute;
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img-gallery .gallery-swiper .swiper-button-prev,
.img-gallery .gallery-swiper .swiper-button-next,
.img-gallery .thumb-swiper .swiper-button-prev,
.img-gallery .thumb-swiper .swiper-button-next {
  width: 35px;
  height: 35px;
  z-index: 9;
  top: 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  background-color: #607d8b;
  background-position: center center;
  border-radius: 100%;
}
.img-gallery .gallery-swiper .swiper-button-prev:after,
.img-gallery .gallery-swiper .swiper-rtl .swiper-button-next:after,
.img-gallery .gallery-swiper .swiper-button-next:after,
.img-gallery .gallery-swiper .swiper-rtl .swiper-button-prev:after,
.img-gallery .thumb-swiper .swiper-button-prev:after,
.img-gallery .thumb-swiper .swiper-rtl .swiper-button-next:after,
.img-gallery .thumb-swiper .swiper-button-next:after,
.img-gallery .thumb-swiper .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.img-gallery .gallery-swiper .swiper-button-prev,
.img-gallery .thumb-swiper .swiper-button-prev {
  left: 10px;
  background-image: url(../images/arr-left-white.svg);
  background-position: 4px center;
}
.img-gallery .gallery-swiper .swiper-button-next,
.img-gallery .thumb-swiper .swiper-button-next {
  right: 10px;
  background-image: url(../images/arr-right-white.svg);
  background-position: 5px center;
}
.img-gallery .gallery-swiper .swiper-slide .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 8px;
  font-size: 80%;
}
.img-gallery .gallery-swiper .swiper-slide .desc a {
  color: #fff27c;
  text-decoration: underline;
}
.img-gallery .thumb-swiper {
  background-color: transparent;
}
.img-gallery .thumb-swiper .swiper-slide {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 12%;
  border-radius: var(--border-radius-xs);
  background-color: #eee;
}
.img-gallery .thumb-swiper .swiper-slide img {
  position: absolute;
  display: block;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img-gallery .thumb-swiper .swiper-button-prev,
.img-gallery .thumb-swiper .swiper-button-next {
  width: 25px;
  height: 100%;
  z-index: 9;
  top: 0;
  transform: none;
  margin-top: 0;
  background-size: 20px;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center center;
  border-radius: 0;
}
.img-gallery .thumb-swiper .swiper-button-prev {
  left: 0;
  background-image: url(../images/arr-left-white.svg);
  background-position: 3px center;
}
.img-gallery .thumb-swiper .swiper-button-next {
  right: 0;
  background-image: url(../images/arr-right-white.svg);
  background-position: 3px center;
}

.yt-box {
  width: 100%;
  padding-top: 40%;
  max-width: 600px;
  min-height: 240px;
  margin: 30px auto;
  position: relative;
}
.yt-box iframe {
  top: 0;
  left: 0;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.mfp-image-holder .mfp-close {
  background: #fff;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5px 0 0 0;
  line-height: 1;
  border-radius: 100%;
  top: 49px;
  right: 10px;
  font-size: 2.1rem;
  color: #000;
}

.card-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  margin-bottom: 70px;
}
.card-list .wrap {
  width: calc(33.3333333333% - 20px);
}
.card-list .box {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: var(--border-radius-xs);
  color: #333;
}
.card-list .box .label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  font-size: 80%;
  padding: 2px 5px;
  color: #fff;
}
.card-list .box .label span {
  display: block;
  background: #333;
  border-radius: var(--border-radius-sm);
  padding: 3px 8px;
  margin: 3px 2px;
}
.card-list .box .label span.hot {
  background-color: var(--primaryColor1-6);
}
.card-list .box .label span.top {
  background-color: var(--primaryColor8);
}
.card-list .box .pic {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius-xs) var(--border-radius-xs) 0 0;
  padding-top: calc(66% + 30px);
  background-color: #f4f4f4;
}
.card-list .box .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 90%;
  max-width: 90%;
}
.card-list .box .info {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.card-list .box .unit {
  display: block;
  color: #999;
  margin: 8px 0;
  font-size: 80%;
}
.card-list .box .date {
  display: block;
  font-weight: 500;
  color: #666;
  line-height: 1;
  margin-bottom: 4px;
  font-weight: 500;
}
.card-list .box .title {
  width: 100%;
  min-height: 64px;
  color: #000;
  font-size: var(--fontsize-22);
  font-weight: 500;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: auto;
}
.card-list .box .tag-box {
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0 0 0;
}
.card-list .box .tag-box .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius-sm);
  background-color: #666;
  padding: 7px 12px;
  font-size: 90%;
  color: #fff;
}
.card-list .box .tag-box .tag.color1 {
  background-color: #d33885;
}
.card-list .box .tag-box .tag.color2 {
  background-color: #464ec0;
}
.card-list .box .tag-box .tag.color3 {
  background-color: #e2496a;
}
.card-list .box .tag-box .tag.color4 {
  background-color: #078d0e;
}
.card-list .box .tag-box .tag.color5 {
  background-color: #ffb20d;
}
.card-list .box .tag-box .tag.color6 {
  background-color: #163faf;
}
.card-list .btn-wrap {
  padding-top: 0;
  margin-top: -20px;
}
.card-list .btn-wrap .more {
  min-width: 250px;
  padding: 15px 15px;
}
@media (max-width: 992px) {
  .card-list .wrap {
    width: calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  .card-list .wrap {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}

/*文章版型 end
--------------------------------------------------------*/
/* 相關檔案&連結
--------------------------------------------------------*/
.related {
  width: 100%;
  color: #333;
  margin-top: 60px;
}
.related .box {
  margin: 20px 0;
}
.related .box .title {
  position: relative;
  display: flex;
  gap: 6px;
  width: 100%;
  font-weight: 500;
  font-size: var(--fontsize-18);
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.related .box .title::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--primaryColor2-5);
  border-radius: 100%;
  align-self: center;
  margin-top: 3px;
}
.related .box .list li {
  padding: 10px 0 10px 15px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #ccc;
}
.related .box .list li a {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  color: #333;
  font-size: var(--fontsize-xs);
}
.related .box .list li a .icon {
  width: 18px;
  align-self: center;
  margin-top: 1px;
}
.related .box .list li .filename {
  display: block;
  width: 100%;
}
.related .box .list li .file-list {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 10px 0;
  width: 100%;
}
.related .box .list li .linkname {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 6px;
       column-gap: 6px;
  padding: 5px 0;
}

/* 相關檔案&連結 end
--------------------------------------------------------*/
/* popup
--------------------------------------------------------*/
.box-popup {
  border-radius: var(--border-radius-xs);
  position: relative;
  background: #FFF;
  width: 90%;
  margin: 20px auto;
  overflow: hidden;
}

/* popup end
--------------------------------------------------------*//*# sourceMappingURL=components.css.map */