body {
  font-size: 1em;
  font-weight: normal;
  color: #222;
  line-height: 1.5em;
  font-family: Lato, "Noto Sans TC", "PingFang TC", "Helvetica Neue", Helvetica, 微軟正黑體, Arial, sans-serif;
  -webkit-text-size-adjust: none;
}

:root {
  --text-2xl-font-size: 2.5em;
  --text-2xl-letter-spacing: 0.25em;

  --text-xl-font-size: 2.25em;
  --text-xl-letter-spacing: 0.1125em;

  --text-lg-font-size: 1.875em;
  --text-lg-letter-spacing: 0.1875em;

  --text-base-font-size: 1.5em;
  --text-base-letter-spacing: 0.15em;

  --text-sm-font-size: 1.25em;
  --text-sm-letter-spacing: 0.125em;

  --text-xs-font-size: 1.125em;
  --text-xs-letter-spacing: 0.125em;

  --text-xxs-font-size: 1em;
}

.text-2xl {
  font-size: var(--text-2xl-font-size);
  letter-spacing: var(--text-2xl-letter-spacing);
}

.text-xl {
  font-size: var(--text-xl-font-size);
  letter-spacing: var(--text-xl-letter-spacing);
}

.text-lg {
  font-size: var(--text-lg-font-size);
  letter-spacing: var(--text-lg-letter-spacing);
}

.text-base {
  font-size: var(--text-base-font-size);
  letter-spacing: var(--text-base-letter-spacing);
}

.text-sm {
  font-size: var(--text-sm-font-size);
  letter-spacing: var(--text-sm-letter-spacing);
}

.text-xs {
  font-size: var(--text-xs-font-size);
  letter-spacing: var(--text-xs-letter-spacing);
}

/* container */
.container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .col-12.full .container {
    padding: 0 !important;
  }
}

footer._type2 .container {
  display: block;
  max-width: 1600px;
}

.slick-prev,
.slick-next,
.swiperArrow {
  width: 60px !important;
  border-radius: 50%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus,
.swiperArrow:hover,
.swiperArrow:focus {
  border-radius: 50%;
}

/* title */
.mpSubTitle {
  margin-top: 0;
  font-size: var(--text-2xl-font-size);
  letter-spacing: var(--text-2xl-letter-spacing);
  color: #003e6d;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mpSubTitle {
    margin-bottom: 30px;
  }
}
.mpSubTitle:after {
  background-color: #f28111;
  bottom: -35px;
  width: 80px;
  height: 5px;
}

/* header */

.header > .container {
  max-width: 1400px;
}

.header h1 img {
  height: 72px;
  width: auto;
}
.font_size ul {
  padding: 0 10px;
}
.font_size ul li a.small {
  font-size: var(--text-sm-font-size);
  letter-spacing: var(--text-sm-letter-spacing);
}

.font_size ul li a.medium {
  font-size: var(--text-base-font-size);
  letter-spacing: var(--text-base-letter-spacing);
}

.font_size ul li a.large {
  font-size: var(--text-lg-font-size);
}

.megamenu > ul > li > a {
  font-size: var(--text-sm-font-size);
  letter-spacing: var(--text-sm-letter-spacing);
  font-weight: 400;
  align-items: center;
  display: flex;
}

.header .navigation .navlist li a {
  font-size: var(--text-xs-font-size);
  letter-spacing: var(--text-xs-letter-spacing);
  padding: 0.5em 0.8em;
}
.btnSearchOpen {
}
.btnSearchOpen span {
  font-size: var(--text-xs-font-size);
  letter-spacing: var(--text-xs-letter-spacing);
  color: rgba(26, 26, 26);
}

/* ._toptip start */
._toptip .container {
  max-width: 1200px;
}
._toptip ._title {
  background: url("../images/icon_toptipTitle.svg") 35px 50% no-repeat #ff9537;
  padding: 16px 115px 16px 100px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
  font-weight: normal;
}
._toptip .btn {
  opacity: 1;
  width: 30px;
  height: 30px;
}
._toptip .btn._slideup {
  background: #fff;
  color: #ff9537;
}
._toptip .btn._close {
  background: #ff9537;
}

._toptip .btn._slideup:before,
._toptip .btn._slideup:after {
  background: #ff9537;
}

._toptip .btn._close:before {
  width: 28px;
}
._toptip .btn._close:after {
  height: 28px;
}

._toptip ._text {
  border-radius: 0 0 5px 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}

._toptip .btn._slideup,
._toptip .btn._close {
  top: 12px;
}

/* ._toptip end */
.mpSlider {
  width: 100%;
  padding-bottom: 3em;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.mpSlider .img-container {
  overflow: hidden;
}
.mpSlider .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 40%;
}
.mpSlider .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mpSlider .img-container {
    overflow: hidden;
  }
  .mpSlider .img-container:before {
    display: inline-block;
    content: "";
    padding-top: 60%;
  }
  .mpSlider .img-container img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
  }
}
.mpSlider,
.slick-dotted.slick-slider {
  padding: 0;
  margin: 0;
}
.mpSlider .slick-prev,
.mpSlider .slick-next {
  width: 40px !important;
  height: 40px !important;
}
.slick-prev {
  left: 25px;
  background: url("../images/icon_arrow_left_inverse.svg") center center no-repeat;
  background-size: 40px 40px;
}

.slick-prev:hover,
.slick-prev:focus {
  background: url("../images/icon_arrow_left_inverse.svg") center center no-repeat;
  background-size: 40px 40px;
}

.slick-next {
  right: 25px;
  background: url("../images/icon_arrow_right_inverse.svg") center center no-repeat;
  background-size: 40px 40px;
  /* 箭頭 hover及focus 樣式 */
}

.col-12.full .slick-prev {
  left: clamp(25px, calc((100vw - 1700px) / 2), 110px);
}
.col-12.full .slick-next {
  right: clamp(25px, calc((100vw - 1700px) / 2), 110px);
}

.slick-next:hover,
.slick-next:focus {
  background: url("../images/icon_arrow_right_inverse.svg") center center no-repeat;
  background-size: 40px 40px;
}

/* videoZone */
.videoZone .container {
  display: flex;
  flex-wrap: wrap;
}
.videoZone {
  padding-top: 30px;
  padding-bottom: 10vw;
  position: relative;
  background-position-y: bottom;
}

.videoZone::before {
  position: absolute;
  left: 0;
  bottom: -2vw;
  content: "";
  display: block;
  background: url("../images/videoZoneBg1.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 19.5vw;
  height: 7vw;
}

.videoZone::after {
  position: absolute;
  right: 0;
  bottom: -2vw;
  content: "";
  display: block;
  background: url("../images/videoZoneBg2.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30vw;
  height: 17vw;
}

.videoZone ._tax ul li {
  flex: 0 1 48%;
  margin-bottom: 26px;
}
.videoZone ._YT {
  padding-right: 20px;
}
.videoZone ._YT iframe {
  height: 520px;
}
@media screen and (max-width: 767px) {
  .videoZone ._YT iframe {
    height: 300px;
  }
}
.videoZone ._tax {
  padding-top: 0;
  padding-left: 20px;
}
.videoZone ._tax ul li img {
  width: 30px;
  height: 30px;
}
.videoZone ._tax ul li a {
  background: white;
  font-size: 1em;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
  color: rgba(0, 62, 109, 1);
  position: relative;
  padding: 37px 15px 37px 20px;
  border-radius: 10px;
}
.videoZone ._tax ul li a h2{
  font-size: var(--text-xl-font-size);
  letter-spacing: var(--text-xl-letter-spacing);
  line-height: 36px;
  font-weight: normal;
}
.videoZone ._tax ul li a:hover {
  color: white;
}
.videoZone ._tax ul li a:after {
  background: #3073b4;
}
.videoZone ._tax ul li a::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon_enter.svg");
}
.videoZone ._tax ul li a:hover img {
  filter: brightness(0) invert(1);
}
.videoZone ._tax ul li a:hover::before {
  filter: brightness(0) invert(1);
}
.videoZone .btn_grp {
  justify-content: end;
}

.videoZone a.main_more {
  display: inline-block;
  background: none;
  background-color: white;
  color: #3073b4;
  border: 1px solid #3073b4;
  min-width: 300px;
  border-radius: 10px;
  transition: 0.3s;
  position: relative;
  font-size: var(--text-sm-font-size);
  letter-spacing: var(--text-sm-letter-spacing);
}

.videoZone a.main_more::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon_arrows.svg");
}
.videoZone .video_btns {
  margin-right: 30px;
  display: flex;
}
.videoZone .video_btn.prev,
.videoZone .video_btn.next {
  border: unset;
  background-color: transparent;
  padding: 0;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.videoZone .video_btn.prev img,
.videoZone .video_btn.next img {
  width: 40px;
  height: 40px;
}

.videoZone .video_btn.prev:hover,
.videoZone .video_btn.next:hover {
  border: none !important;
  outline: none;
  box-shadow: 0px 0px 0px 2px #3073b4 inset;
}
/* .infoZone */

.infoZone {
  padding-top: 0;
}

.infoZone .tabSet._list .tabItems {
  box-shadow: none;
  border-bottom: 2px solid #a0c6e8;
  border-radius: 0;
}
.infoZone .tabSet._list .tabItems {
  justify-content: center;
}
.infoZone .tabSet .tabBtn {
  flex-grow: unset;
}
/* .infoZone .tabSet .modeBBtn,
.tabSet .tabBtn {
  flex-grow: unset;
} */
.infoZone .tabSet._list .tabBtn {
  background-image: unset;
  color: #4f90c6;
  border-radius: 0;
  position: relative;
  padding: 10px 0 10px 35px;
  margin: 0 15px;
  font-size: var(--text-base-font-size);
  letter-spacing: var(--text-base-letter-spacing);
  font-weight: normal;
}
.infoZone .tabSet._list .tabBtn.active {
  padding-left: 42px;
}
.infoZone .tabSet._list .tabBtn.active::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../images/icon_info_news_active.svg");
}

.infoZone .tabSet._list .tabBtn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/icon_info_news.svg");
}

.infoZone .tabSet._list .tabBtn.active::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #4f90c6;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.infoZone .tabSet._list .tabContent {
  padding: 1em 0;
}

.infoZone .tabSet._list .tabContent time {
  color: #4f90c6;
  letter-spacing: 0;
  min-width: 125px;
}
.infoZone .tabSet._list .tabContent ul li {
  padding-left: 50px;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .infoZone .tabSet._list .tabContent ul li {
    padding-left: 0;
  }
}
.infoZone .tabSet._list .tabContent ul li::before {
  display: none;
}
.infoZone .tabSet._list .tabContent ul li::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 24px;
  background-image: url("../images/icon_infoZone_enter.svg");
}
.infoZone .tabSet._list .tabContent ul li a {
  font-weight: normal;
  font-size: var(--text-base-font-size);
  letter-spacing: var(--text-base-letter-spacing);
  padding: 22px 38px 22px 0;
  line-height: 1.4;
}
.infoZone a.main_more {
  display: inline-block;
  background: none;
  background-color: white;
  color: #3073b4;
  border: 1px solid #3073b4;
  min-width: 300px;
  border-radius: 10px;
  transition: 0.3s;
  position: relative;
  font-size: var(--text-sm-font-size);
  letter-spacing: var(--text-sm-letter-spacing);
}
.infoZone a.main_more::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon_arrows.svg");
}
.infoZone .btn_RSS {
  display: block;
  font-size: 0;
  width: 48px;
  height: 48px;
  margin: 0 4px;
  margin-left: 20px;
  background: url("../images/icon_rss.svg") 50% 50% no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.infoZone .tabSet._list .tabBtn:hover,
.tabSet._list .tabBtn:focus-visible {
  background: #fff;
}

.linkZone {
  background-image: url("../images/bg-link-zone.png");
  background-position: 0 center;
  padding: 20vw 0;
  margin-top: -20vw;
  margin-bottom: -16.5vw;
}

@media screen and (max-width: 767px) {
  .linkZone {
    padding: 15px 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .videoZone,
  .infoZone,
  .linkZone,
  .hotZone,
  .activeZone,
  .adZone {
    padding: 1em 0;
  }
}

.linkZone .container a {
  width: 33.33%;
  padding: 0 15px;
}
.linkZone .container img {
  width: 100%;
}
.linkZone .container a span {
  font-size: var(--text-lg-font-size);
  letter-spacing: var(--text-lg-letter-spacing);
  line-height: 44px;
  color: #003e6d;
  margin-top: 10px;
  font-weight: normal;
}

/* hotZone */
.hotZone .topic_Link .col {
  box-shadow: none;
}
.hotZone .topic_Link .col ._title {
  background: #ededed;
  font-size: var(--text-lg-font-size);
  letter-spacing: var(--text-lg-letter-spacing);
  font-weight: normal;
  color: #003e6d;
  height: 280px;
}

.hotZone .topic_Link .col ._title h4 {
  font-weight: normal;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 30px;
}
@media screen and (max-width: 480px) {
  .hotZone .topic_Link .col ._title {
    height: 200px;
  }
  .hotZone .topic_Link .col ._title h4 {
    font-weight: normal;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 25px;
  }
}
.topic_Link .col ._listlink {
  position: absolute;
  width: 100%;
  height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 1.5em;
  top: 0;
  left: 100%;
  color: #fff;
  background-image: none;
  background-color: #a0c6e8;
  transition: 0.3s;
  z-index: 3;
}

.topic_Link .col ._listlink b {
  font-style: normal;
  font-weight: 700;
  font-size: var(--text-lg-font-size);
  letter-spacing: var(--text-lg-letter-spacing);
  line-height: 30px;
  text-align: center;
  color: #003e6d;
}

.topic_Link .col ._listlink a {
  font-style: normal;
  font-weight: 400;
  font-size: var(--text-base-font-size);
  letter-spacing: var(--text-base-letter-spacing);
  line-height: 30px;
  color: #003e6d;
}
.topic_Link .col ._listlink ul {
  margin-bottom: 0;
}
.topic_Link .col ._listlink a:hover {
  background-color: #fff;
}
.topic_Link .col ._listlink a:hover,
.topic_Link .col ._listlink a:focus-visible {
  background: #fff;
}
.topic_Link .col ._title img {
  width: auto;
  position: relative;
  z-index: 2;
}
.topic_Link .col ._title .topicIcon {
  position: relative;
  display: flex;
  padding: 25px 0;
}
.topic_Link .col ._title .topicIcon::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #fff;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.topic_Link .col ._title .topicIcon::after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #fff;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hotSlider {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .hotSlider {
    margin-top: 30px;
  }
}
.hotSlider a {
  padding: 0;
}
.hotSlider a .img-container {
  width: 90%;
  height: 210px;
}
.hotSlider .slick-list {
  padding: 4px;
}
.hotSlider a:hover,
.hotSlider a:focus-visible {
  background: transparent;
}
.hotSlider a:hover .img-container,
.hotSlider a:focus-visible .img-container {
  background: #003e6d;
}
.hotSlider a b {
  font-weight: 400;
  font-size: var(--text-lg-font-size);
  letter-spacing: var(--text-lg-letter-spacing);
  line-height: 43px;
  text-align: center;
  color: #003e6d;
  padding: 0 10px;
}

/* activeZone */
.activeZone {
  padding-top: 5vw;
  background-image: url("../images/bg-activeZone.png");
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}

/* .activeZone .tabContentGroup {
  border: 1px solid #3073b4;
} */

.activeZone .container {
  padding-left: 80px;
  padding-right: 80px;
}

.activeZone .tabSet._slider .tabItems {
  /* box-shadow: none;
  width: 100%;
  border: 1px solid #3073b4;
  border-radius: 10px; */
  max-width: 700px;
}

.tabContentGroup {
  border-radius: 10px;
  margin-top: 40px;
}

.activeZone .prevSlider {
  background: url(../images/icon_arrow_left_inverse.svg) center center no-repeat;
  width: 40px;
  left: -120px;
}

.activeZone .nextSlider {
  background: url(../images/icon_arrow_right_inverse.svg) center center no-repeat;
  width: 40px;
  right: -120px;
}

.activeSlider ._item:after,
.activeSliderS1 ._item:after,
.activeSliderS2 ._item:after {
  border-radius: 10px;
}

.activeSlider ._item a._info,
.activeSliderS1 ._item a._info,
.activeSliderS2 ._item a._info {
  margin: 0;
  background-color: #3073b4;
  border-radius: 10px;
  color: #fff;
  font-size: var(--text-base-font-size);
  letter-spacing: var(--text-base-letter-spacing);
  padding: 15px 35px;
}

.activeSlider ._item a._winner,
.activeSliderS1 ._item a._winner,
.activeSliderS2 ._item a._winner {
  margin: 0;
  margin-top: 10px;
  background-color: #3073b4;
  border-radius: 10px;
  color: #fff;
  font-size: var(--text-base-font-size);
  letter-spacing: var(--text-base-letter-spacing);
  padding: 15px 35px;
}

.activeSlider ._item a._info:hover,
.activeSliderS1 ._item a._info:hover,
.activeSliderS2 ._item a._info:hover {
  background-color: #003e6d;
}

.activeSlider ._item a._winner:hover,
.activeSliderS1 ._item a._winner:hover,
.activeSliderS2 ._item a._winner:hover {
  background-color: #003e6d;
}

.activeSlider ._item h4,
.activeSliderS1 ._item h4,
.activeSliderS2 ._item h4 {
  font-size: var(--text-base-font-size);
  letter-spacing: var(--text-base-letter-spacing);
  font-weight: 700;
  line-height: 34.75px;
  text-align: center;
  height: 75px;
}

.activeZone .content::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 80%;
  top: 10%;
  left: calc(33.33% + 14px);
  background-color: #e2e2e2;
}

.activeZone .content::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 80%;
  top: 10%;
  right: calc(33.33% + 14px);
  background-color: #e2e2e2;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus,
.swiperArrow:hover,
.swiperArrow:focus {
  border: none !important;
  outline: none;
  box-shadow: 0px 0px 0px 2px #3073b4 inset;
}

/* .tabSet._slider .tabItems .tabBtn.active {
  background-image: none;
  background-color: #3073b4;
  color: #fff;
} */
/* .tabSet._slider .tabItems .tabBtn {
  max-width: 50%;
  background: transparent;
  font-size: var(--text-base-font-size);
  letter-spacing: var(--text-base-letter-spacing);
  font-weight: 400;
  line-height: 34.75px;
  text-align: center;
  border-radius: 10px;
  padding: 4px 75px;
}

.activeZone .flex {
  justify-content: center;
  display: flex !important;
  gap: 10px;
} */

.adZone {
  padding-bottom: 50px;
  position: relative;
}
.adZone:last-child {
  padding-bottom: 10vw;
}
.adSlider {
  padding-left: 65px;
  padding-right: 65px;
}
.adSlider .slick-next {
  background: url(../images/icon_arrow_right_inverse.svg) center center no-repeat;
}

.adSlider .slick-prev {
  background: url(../images/icon_arrow_left_inverse.svg) center center no-repeat;
}

.adZone a.main_more {
  display: inline-block;
  background: none;
  background-color: white;
  color: #3073b4;
  border: 1px solid #3073b4;
  min-width: 300px;
  border-radius: 10px;
  transition: 0.3s;
  position: relative;
  font-size: var(--text-sm-font-size);
  letter-spacing: var(--text-sm-letter-spacing);
}
.adZone .btn_grp {
  padding: 40px 0;
}
.adZone a.main_more::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon_arrows.svg");
}
.adZone:last-child::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72.39vw;
  background-image: url("../images/底圖-Footer1.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.adZone:last-child::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28vw;
  background-image: url("../images/底圖-Footer.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

.adZone .adSlider .img-container {
  border: 1px solid #4f90c6;
}
.fatfooter {
  background: none;
  position: relative;
  border-radius: 0;
}
.fatfooter::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/底圖-Footer2.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: 0;
  border-radius: 0;
}
.fatfooter::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #3073B4; */
  /* background-color漸層 */
  background: linear-gradient(180deg, #3073b4 0%, #3073b4 20%, #3072b4e5 100%);
  z-index: 0;
  border-radius: 0;
}
.fatfooter nav ul {
  gap: 40px;
}
.fatfooter nav ul li {
  padding-right: 0;
}
.fatfooter nav ul li a {
  color: #fff;
  font-size: var(--text-base-font-size);
  letter-spacing: var(--text-base-letter-spacing);
  font-weight: 700;
  line-height: 34.75px;
  text-align: left;
}
.fatfooter nav > ul > li > a {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.fatfooter nav ul li ul li a {
  color: #fff;
  font-size: var(--text-sm-font-size);
  letter-spacing: var(--text-sm-letter-spacing);
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
}
.fatfooter nav ul li ul li a:hover,
.fatfooter nav ul li ul li a:focus {
  background-color: #003e6d;
  color: #fff;
  cursor: pointer;
}
.fatfooter .btn-fatfooter {
  font-size: 0.813em;
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  border: none;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 30px;
  z-index: 90;
  text-indent: -9999px;
  transform: translateX(-50%);
}
.fatfooter .btn-fatfooter:hover,
.fatfooter .btn-fatfooter:focus {
  background: #7291bd;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  border: none;
  cursor: pointer;
}
.fatfooter .btn-fatfooter.close:before {
  transform: rotate(180deg) !important;
  top: 100%;
  left: -100%;
}
.fatfooter .btn-fatfooter:before {
  content: "";
  position: absolute;
  border: none;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: url(../images/icon_fatfooter_toggle.svg) center center no-repeat;
  transform: rotate(0);
}
.fatfooter .btn-fatfooter:hover,
.fatfooter .btn-fatfooter:focus {
  background: #7291bd;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 100%;
}
footer {
  background: #232122;
}
footer .container {
  max-width: 1600px;
}
footer ._map {
  flex: 0 0 39.5vw;
  height: 23.4vw;
}
footer ._map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 760 / 450;
}
footer ul._link li:after {
  top: 11px;
}
footer ul._link li a {
  font-size: var(--text-xs-font-size);
  letter-spacing: var(--text-xs-letter-spacing);
  line-height: 35px;
}
footer p {
  font-size: var(--text-xs-font-size);
  letter-spacing: var(--text-xs-letter-spacing);
  line-height: 35px;
}
.R_side_fixed::after {
  width: 70px;
  height: 465px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.R_side_fixed a:after {
  width: 55px;
  height: 55px;
}
.R_side_fixed a:first-child:after {
  height: 35px;
}
.R_side_fixed {
  right: 0;
}
.R_side_fixed a img {
  width: 45px;
  height: auto;
}
.R_side_fixed a:first-child img {
  width: 75px;
  transform: translateY(-20px);
}
.R_side_fixed a span {
  width: 56px;
  line-height: 55px;
  transition: none;
  padding: 0 60px 0 25px;
  background: #f28111;
}

.R_side_fixed a._tiptool span b {
  color: #f28111;
}

.R_side_fixed a:hover span,
.R_side_fixed a:focus-visible span {
  padding: 0 60px 0 25px;
}

.R_side_fixed a._tiptool span {
  width: 120px;
  line-height: 1;
}

.R_side_fixed a:hover._tiptool span {
  margin-right: 80px;
  line-height: 1;
}

@media screen and (max-width: 460px) {
  .R_side_fixed {
    bottom: 0;
    top: unset;
    flex-direction: row;
    width: 100vw;
    background-color: white;
    padding: 0 5px;
  }
  .R_side_fixed a:hover,
  .R_side_fixed a:focus-visible {
    width: calc(100vw / 7);
  }
  .R_side_fixed a {
    width: calc(100vw / 7);
    height: 60px;
    display: flex;
    justify-content: center;
  }
  .R_side_fixed a._tiptool span {
    display: none;
  }
  .R_side_fixed a span {
    display: none;
    line-height: 44px;
  }
  .R_side_fixed a img {
    width: 35px;
  }
  .R_side_fixed a:after {
    display: none;
  }
  .R_side_fixed a:first-child img {
    position: relative;
    width: 60px;
    transform: translateY(-12px);
  }
  .scrollToTop {
    bottom: 65px;
  }
}

.scrollToTop {
  content: "";
  border: 1px solid #fff;
  background: url(../images/icon_fatfooter_toggle.svg) center center no-repeat;
  background-color: rgba(0, 0, 0, 0.1);
  transform: rotate(180deg);
  box-shadow: -1px -1px 8px 2px rgba(0, 0, 0, 0.4);
}
.scrollToTop:hover,
.scrollToTop:focus {
  background: url(../images/icon_fatfooter_toggle.svg) center center no-repeat;
  box-shadow: none;
}

.megamenu.sticky > ul {
  max-width: 1400px;
}
.font_size ul li a.active {
  position: relative;
  background-color: transparent;
}
.font_size ul li a:hover,
.font_size ul li a:focus {
  position: relative;
  background: transparent;
}
.font_size ul li a.active:hover,
.font_size ul li a.active:focus {
  background: transparent;
}
.font_size ul li a:hover::before,
.font_size ul li a:focus::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-color: #666;
  border-radius: 50%;
}
.font_size ul li a.active::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-color: #004d99;
  border-radius: 50%;
}
.font_size ul li a.active.small::before,
.font_size ul li a.small:hover::before,
.font_size ul li a.small:focus::before {
  top: 1px;
  left: -1px;
}
.font_size ul li a.active.medium::before,
.font_size ul li a.medium:hover::before,
.font_size ul li a.medium:focus::before {
  top: 1px;
  left: -2px;
}
.font_size ul li a.active.large::before,
.font_size ul li a.large:hover::before,
.font_size ul li a.large:focus::before {
  top: 2px;
  left: 0;
}

/* RWD Setting */
@media screen and (max-width: 1870px) {
  .container {
    max-width: 1500px;
  }

  .col-12.full .slick-prev {
    left: clamp(25px, calc((100vw - 1400px) / 2), 110px);
  }

  .col-12.full .slick-next {
    right: clamp(25px, calc((100vw - 1400px) / 2), 110px);
  }
}

@media screen and (max-width: 1700px) {
  .container {
    max-width: 1400px;
  }

  .col-12.full .slick-prev {
    left: clamp(25px, calc((100vw - 1300px) / 2), 110px);
  }

  .col-12.full .slick-next {
    right: clamp(25px, calc((100vw - 1300px) / 2), 110px);
  }
}

@media screen and (max-width: 1600px) {
  .container {
    max-width: 1300px;
  }

  footer .container {
    max-width: 1300px;
  }

  .col-12.full .slick-prev {
    left: clamp(25px, calc((100vw - 1200px) / 2), 110px);
  }

  .col-12.full .slick-next {
    right: clamp(25px, calc((100vw - 1200px) / 2), 110px);
  }
  .infoZone .tabSet._list .tabBtn {
    margin: 0 15px;
  }
  .videoZone ._tax ul li a .icons,
  .otherLinks ._tax ul li a .icons {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 1500px) {
  .container {
    max-width: 1200px;
  }

  footer .container {
    max-width: 1300px;
  }

  .col-12.full .slick-prev {
    left: clamp(25px, calc((100vw - 1000px) / 2), 110px);
  }

  .col-12.full .slick-next {
    right: clamp(25px, calc((100vw - 1000px) / 2), 110px);
  }
  .infoZone .tabSet._list .tabBtn {
    margin-left: 15px;
    margin-right: 0;
  }

  .activeZone .flex {
    flex-direction: column;
  }
}

@media screen and (max-width: 1350px) {
  .container {
    max-width: 1100px;
  }

  ._toptip {
    max-width: 1100px;
  }

  .videoZone ._tax ul li a {
    padding: 18px 15px 18px 20px;
  }
  .infoZone .tabSet._list .tabBtn {
    margin-left: 7px;
  }

  .fatfooter nav ul {
    flex-wrap: wrap;
  }
  .fatfooter nav ul li {
    flex-basis: 33.333333%;
  }
  .megamenu > ul > li > a {
    font-size: var(--text-xs-font-size);
  }
}

@media screen and (max-width: 1260px) {
  .container {
    max-width: 1000px;
  }
  footer .container {
    max-width: 1070px;
  }
  ._toptip {
    max-width: 1000px;
  }
  .videoZone {
    padding-bottom: 6vw;
  }
  .videoZone ._tax ul li img {
    width: 20px;
    height: 20px;
  }
  .videoZone .btn_left_arrows,
  .videoZone .btn_right_arrows {
    width: 40px;
    height: 40px;
  }
  .videoZone ._YT > div {
    padding-top: 0 !important;
  }
  .infoZone .tabSet._list .tabBtn.active {
    padding-left: 40px;
  }
  .infoZone .tabSet._list .tabBtn {
    padding-left: 30px;
  }
  .infoZone .tabSet._list .tabBtn.active::after {
    left: 0;
  }
  .infoZone .tabSet._list .tabBtn::after {
    left: 0;
  }
  .infoZone .tabSet._list .tabBtn {
    margin-left: 10px;
  }
  .hotSlider a b {
    font-size: var(--text-base-font-size);
  }
  .fatfooter nav ul {
    gap: 30px;
  }
  .videoZone ._tax ul li a .icons,
  .otherLinks ._tax ul li a .icons {
    width: 30px;
    height: 30px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .container {
    max-width: 900px;
  }
  footer .container {
    max-width: 900px;
  }
  ._toptip {
    max-width: 900px;
  }
  .col-12.full .slick-prev {
    left: clamp(25px, calc((100vw - 900px) / 2), 110px);
  }

  .col-12.full .slick-next {
    right: clamp(25px, calc((100vw - 900px) / 2), 110px);
  }
  .megamenu > ul > li > a {
    font-size: var(--text-xxs-font-size);
  }
  .R_side_fixed {
    top: 40%;
  }
  .R_side_fixed a {
    height: 38px;
  }
  .R_side_fixed a img {
    width: 32px;
  }
  .R_side_fixed a span {
    width: 32px;
    line-height: 36px;
  }
  .R_side_fixed a._tiptool span {
    width: 56px;
  }
  .R_side_fixed a._tiptool img {
    top: -6px;
    right: 0px;
  }
  .R_side_fixed a._tiptool img {
    width: 56px;
  }
  .R_side_fixed a:after {
    width: 40px;
    height: 50px;
  }
  .R_side_fixed::after {
    width: 38px;
    height: 280px;
  }
  .activeSlider ._item a._info,
  .activeSliderS1 ._item a._info,
  .activeSliderS2 ._item a._info {
    padding: 15px 25px;
  }
  .videoZone .video_btns {
    margin-right: 20px;
    display: flex;
  }
  .videoZone .video_btn.prev,
  .videoZone .video_btn.next {
    margin-right: 10px;
  }
  a.main_more {
    padding: 10px 40px 10px 20px !important;
    min-width: 200px !important;
  }
  .videoZone ._tax ul li a .icons,
  .otherLinks ._tax ul li a .icons {
    width: 30px;
    height: 30px;
  }
  .videoZone ._tax ul li a {
    padding: 18px 25px 18px 15px;
  }
  .videoZone ._tax ul li a::before {
    right: 5px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 850px;
  }
  .header h1 {
    padding: 2px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header h1 img {
    height: auto;
    width: auto;
  }
  footer .container {
    max-width: 620px;
  }
  .col-12.full .slick-prev {
    left: clamp(25px, calc((100vw - 800px) / 2), 110px);
  }
  .col-12.full .slick-next {
    right: clamp(25px, calc((100vw - 800px) / 2), 110px);
  }
  a.main_more {
    padding: 10px 40px 10px 20px !important;
    min-width: 200px !important;
  }
  .videoZone .video_btns {
    margin-right: 20px;
    display: flex;
  }
  .videoZone .video_btn.prev,
  .videoZone .video_btn.next {
    margin-right: 10px;
  }
  .hotSlider a .img-container img {
    max-width: 60px;
    max-height: 60px;
  }
  .fatfooter .container {
    z-index: 1;
  }
  footer ._map {
    flex: 1 1 100%;
    height: 30vw;
  }
  footer ._map iframe {
    width: 100%;
    height: 30vw;
  }
  .infoZone .tabSet._list .tabBtn {
    font-size: var(--text-base-font-size);
    letter-spacing: var(--text-base-letter-spacing);
  }
  .videoZone ._tax ul li a .icons,
  .otherLinks ._tax ul li a .icons {
    width: 30px;
    height: 30px;
  }
  .videoZone ._tax ul li a {
    padding: 18px 25px 18px 15px;
  }
  .videoZone ._tax ul li a::before {
    right: 5px;
  }
}
@media screen and (max-width: 920px) {
  .container {
    max-width: 750px;
  }
  .videoZone ._YT {
    width: 100%;
    padding-right: 0;
  }
  .videoZone ._tax {
    width: 100%;
    padding-left: 0;
  }
  .videoZone ._tax ul {
    padding-top: 0 !important;
  }
  .activeSlider ._item,
  .activeSliderS1 ._item,
  .activeSliderS2 ._item {
    padding: 0 10px;
  }
  .activeZone .tabContent {
    padding: 0 20px !important;
  }
  .activeSlider ._item a._info,
  .activeSliderS1 ._item a._info,
  .activeSliderS2 ._item a._info {
    padding: 15px 15px;
  }
  .activeSlider ._item a._winner,
  .activeSliderS1 ._item a._winner,
  .activeSliderS2 ._item a._winner {
    padding: 15px 15px;
  }
  .activeZone .content::before {
    display: none;
  }
  .activeZone .content::after {
    display: none;
  }
  .activeZone {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 600px;
  }
  .col-12.full .slick-prev {
    left: clamp(25px, calc((100vw - 600px) / 2), 110px);
  }

  .col-12.full .slick-next {
    right: clamp(25px, calc((100vw - 600px) / 2), 110px);
  }
  .linkZone .container a span {
    font-size: var(--text-base-font-size);
    letter-spacing: var(--text-base-letter-spacing);
  }
  .videoZone ._tax ul li a .icons,
  .otherLinks ._tax ul li a .icons {
    width: 45px;
    height: 45px;
  }
  .videoZone ._tax ul li a {
    padding: 18px 35px 18px 25px;
  }
  .videoZone ._tax ul li a::before {
    right: 25px;
  }
}
@media screen and (max-width: 640px) {
  .container {
    max-width: 500px;
  }
  footer .container {
    max-width: 565px;
  }
  .col-12.full .slick-prev {
    left: clamp(25px, calc((100vw - 500px) / 2), 110px);
  }

  .col-12.full .slick-next {
    right: clamp(25px, calc((100vw - 500px) / 2), 110px);
  }
  ._toptip .container {
    padding: 0 !important;
  }
}
@media screen and (max-width: 580px) {
  .container {
    max-width: 470px;
    padding: 0 15px 0 15px !important;
  }
  footer .container {
    max-width: 565px;
  }
  .col-12.full .slick-prev {
    left: clamp(25px, calc((100vw - 400px) / 2), 110px);
  }

  .col-12.full .slick-next {
    right: clamp(25px, calc((100vw - 400px) / 2), 110px);
  }
  .videoZone ._tax ul li a::before {
    right: 8px;
  }
  .videoZone ._tax ul li a {
    padding: 18px 27px 18px 20px;
  }
  .tabSet._list .tabContent ul li a {
    flex-wrap: wrap;
  }
  .infoZone .tabSet._list .tabContent time {
    width: 100%;
  }
  .R_side_fixed a:hover span,
  .R_side_fixed a:focus-visible span {
    padding: 0;
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  .videoZone ._tax ul li {
    flex: 1 1 100%;
    margin-bottom: 12px;
  }
  .videoZone {
    padding-top: 30px;
  }
}

a.main_more {
  text-wrap: nowrap;
}

@media screen and (max-width: 1350px) {
  .fatfooter nav ul li {
    flex-basis: 30%;
  }
}
/* other page */
body .topic_Link {
  scrollbar-color: #000 #ccc;
}

.lp .list > ul > li .txt .num,
.lp .list ol > li .txt .num {
  font-weight: 700;
}
.lp .list > ul > li .txt p,
.lp .list ol > li .txt p {
  color: #004d99;
}

.lp .list > ul > li > a:hover p {
  color: #21baff;
}

.megamenu ul li ul {
  display: none;
}

.topic_Link .col ._title img {
  width: 144px;
  height: 144px;
}

@media screen and (max-width: 460px) {
  .topic_Link .col ._title img {
    width: 110px;
    height: 110px;
  }
}

.hotSlider a .img-container {
  background: #eab46e;
}

.hotSlider a:hover .img-container,
.hotSlider a:focus-visible .img-container {
  background: #ea7f38;
}

.fatfooter nav ul li a:hover,
.fatfooter nav ul li a:focus-visible {
  color: #ffca47;
}

.R_side_fixed {
  z-index: 99;
}

.sub_menu._icontext ul li a span.icon img {
  width: 100px;
  height: 100px;
}

.megamenu ul li ul li a {
  color: #000;
}
.activeSlider ._item,
.activeSliderS1 ._item,
.activeSliderS2 ._item {
  margin: 20px auto 20px;
}
.linkZone .container div a img {
    width: 100%;
    height: unset;
    max-width: unset;
    max-height: unset;
    aspect-ratio: 25 / 17;
    object-fit: cover;
}

.mp_slider_container {
  position: relative;
}

.slick-autoplay-toggle {
  position: absolute;
  min-width: 40px;
  top: 10px;
  right: 20px;
  z-index: 10;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
}

.pagination label[for="perPage"] {
  display: inline-block;
}

.keywordHot h2.title{
  border: none;
  background: none;
  padding-left: 0;
  padding-bottom: 0;
}

.filter .btn_grp .btn.advancedBtn {
    background: unset;
    border-color: rgb(0, 0, 0, 0);
    padding: 10px 20px;
}