@charset "UTF-8";
.paginationArea li::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bestItemArea li a {
  white-space: nowrap;
}

/*定義rwd尺寸設定*/
/*最大行數設定*/
/*背景圖片設定*/
/*底圖區塊設定*/
/*區塊大小設定*/
/*rwd圖片設定*/
/*箭頭設定*/
/*頁面基本設定*/
body {
  font: 18px/120% "微軟正黑體", Helvetica;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: #333;
  background-color: #fff;
  line-height: 1.7;
  /* 禁止雙擊縮放，但允許單指滑動 */
  touch-action: manipulation;
}

p {
  margin-bottom: 10px;
  font-size: 1.125rem;
  color: #333;
}

.lightP {
  opacity: 0.8;
}

.wrapper {
  position: relative;
  background-color: #f5f5f5;
}

.pagesize {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media all and (max-width: 767px) {
  .pagesize {
    padding: 0 15px;
  }
}

.main {
  padding-top: 84px;
  padding-bottom: 40px;
}
@media all and (max-width: 1100px) {
  .main {
    padding-top: 75px;
  }
}
@media all and (max-width: 767px) {
  .main {
    padding-bottom: 20px;
  }
}

/*header*/
.header {
  border-top: 4px solid #00b88d;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #f5f5f5;
  z-index: 20;
}
.header .pagesize {
  max-width: 1300px;
}
.header .headerLogo {
  display: inline-block;
  width: 250px;
}
@media all and (max-width: 1100px) {
  .header .headerLogo {
    width: 200px;
  }
}
@media all and (max-width: 767px) {
  .header .headerLogo {
    width: 250px;
  }
}
.header .headerWeb_Nav {
  float: right;
  display: flex;
}
.header .headerWeb_Nav li {
  margin-left: 15px;
  color: #124438;
  transition: 0.2s all ease-in-out;
  font-weight: bold;
}
.header .headerWeb_Nav li:hover {
  color: #008868;
}
.header .headerWeb_Nav li:first-of-type {
  margin-left: 0;
}
@media all and (max-width: 1100px) {
  .header .headerWeb_Nav li {
    font-size: 1rem;
    margin-left: 15px;
  }
}
.header .headerWeb_Nav li a {
  position: relative;
}
.header .headerWeb_Nav li a::after {
  content: "";
  width: 2px;
  height: 18px;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #bdc3c1;
}
.header .headerWeb_Nav li.noline a::after {
  content: "";
  display: none;
}
.header .headerWeb_Nav .on {
  color: #008868;
}
.header .headerWeb_Nav .signIn {
  background-color: #00b88d;
  color: #fff;
  border-radius: 40px;
  padding: 3px 12px;
  line-height: 1.5;
}
.header .headerWeb_Nav .signIn img {
  display: inline-block;
  width: 25px;
  vertical-align: middle;
  position: relative;
  left: 2px;
  top: -2px;
}
.header .headerWeb_Nav .signIn:hover {
  color: #fff;
  background-color: #008868;
}
.header .headerWeb_Nav .signIn a {
  position: relative;
}
.header .headerWeb_Nav .signIn a::after {
  content: "";
  display: none;
}
.header .m_menuArea {
  display: none;
}

.headerScroll {
  background: #fff;
  box-shadow: 1px 0 10px 0 rgba(58, 79, 117, 0.2);
}

/*bannerArea 輪播樣式*/
.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next, .swiper-horizontal .swiper-button-next {
  color: #e9961c;
  width: 24px;
  height: 40px;
}
.swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal .swiper-button-prev {
  color: #e9961c;
  width: 24px;
  height: 40px;
}

.swiper-pagination-bullet-active {
  background: #169274;
}

.swiper-pagination-bullet {
  background: #169274;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  width: 100% !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}
@media all and (max-width: 767px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
  }
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

small .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

/*banner圖片樣式*/
.bannerArea .swiper-container {
  position: relative;
  overflow: hidden;
}
.bannerArea .swiper-button-next,
.bannerArea .swiper-container-rtl .swiper-button-prev {
  right: 5%;
  color: #fff;
}
.bannerArea .swiper-button-prev,
.bannerArea .swiper-container-rtl .swiper-button-next {
  left: 5%;
  color: #fff;
}

.bannerArea .swiper-slide {
  position: relative;
  padding-bottom: 39.8%;
}

.bannerArea .swiper-slide img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*mmenu樣式*/
.mm-navbar_sticky {
  display: none;
}

.mm-listview {
  margin-left: -20px;
}

.mm-listitem {
  padding: 0px 10px 0px 20px;
  border-color: #d9e2e0;
  color: #124438;
  transition: 0.2s all ease-in-out;
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  padding: 20px 15px;
}

#menu .on {
  background-color: #008868;
  color: #fff;
}

/*footer*/
footer {
  display: flex;
  justify-content: center;
  background-color: #008868;
  padding: 20px 10px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  footer {
    flex-direction: column;
    padding: 15px 10px;
  }
}
footer p,
footer a {
  color: #fff;
  font-size: 1.125rem;
}
@media all and (max-width: 767px) {
  footer p,
  footer a {
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
    font-size: 0.9rem;
  }
}
footer p::after {
  content: "｜";
}
@media all and (max-width: 767px) {
  footer p::after {
    display: none;
  }
}
footer a {
  transition: 0.2s all ease-in-out;
}
footer a:hover {
  opacity: 0.8;
}

/*卡片樣式設定*/
.cardArea {
  background-color: #fff;
  border-radius: 25px;
  padding: 20px 40px;
  box-shadow: #9a9a9a;
  box-shadow: 1px 0 10px 0 rgba(58, 79, 117, 0.2);
}
@media all and (max-width: 767px) {
  .cardArea {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
  }
}

/*字體大小設定*/
h2 {
  font-size: 1.875rem;
  color: #000;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 1.3rem;
  }
}

h3 {
  font-size: 1.3rem;
  color: #000;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  h3 {
    font-size: 1.125rem;
  }
}

h4 {
  font-size: 1.25rem;
  color: #124438;
  font-weight: bold;
}

/*精選標的搜尋框*/
.searchItem {
  margin: 0 auto;
  position: relative;
}
.searchItem a {
  position: absolute;
  right: 10px;
  display: inline-block;
  width: 35px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s all ease-in-out;
}
.searchItem a:hover {
  opacity: 0.8;
}

.searchArea .tC {
  position: relative;
}
.searchArea .theme_tab {
  position: absolute;
  right: 0;
  top: 7px;
}
@media all and (max-width: 767px) {
  .searchArea .theme_tab {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 20px;
  }
}
.searchArea .theme_tab a {
  padding: 1px 15px;
  border-radius: 30px;
  background-color: #a5a8a7;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  transition: 0.2s all ease-in-out;
}
.searchArea .theme_tab a:hover {
  opacity: 0.8;
}
.searchArea .theme_tab a.on {
  background-color: #e99614;
}
.searchArea .maxW_lg {
  max-width: 600px;
}
.searchArea .inline {
  align-items: center;
}
@media all and (max-width: 767px) {
  .searchArea .inline {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.searchArea .inline .searchItem {
  margin-left: 0;
  margin-right: 0;
  min-width: 250px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .searchArea .inline .searchItem {
    margin-bottom: 15px;
  }
}
.searchArea .inline .btn {
  flex: 0 0 auto;
  display: inline-block;
  padding: 3px 20px;
  border-radius: 30px;
  background-color: #a5a8a7;
  color: #fff;
  margin-left: 15px;
  font-size: 1rem;
  transition: 0.2s all ease-in-out;
}
.searchArea .inline .btn:hover {
  background-color: #e99614;
}
@media all and (max-width: 767px) {
  .searchArea .inline .btn {
    width: auto;
    padding: 8px 15px;
  }
}
.searchArea .inline .on {
  background-color: #e99614;
}
@media all and (max-width: 767px) {
  .searchArea {
    margin-top: 140px;
    padding-top: 20px;
  }
  .searchArea .maxW_m {
    margin-top: -140px;
  }
}

@media all and (max-width: 767px) {
  .searchAreaBtn .commonItem {
    padding-top: 20px;
  }
}
.searchAreaBtn .themeChosen .commonItem {
  align-items: flex-start;
}
@media all and (max-width: 767px) {
  .searchAreaBtn .themeChosen .commonItem {
    padding-top: 0;
  }
}
@media all and (max-width: 767px) {
  .searchAreaBtn.themeBx {
    margin-top: 0;
  }
  .searchAreaBtn {
    margin-top: 180px;
  }
  .searchAreaBtn .maxW_lg {
    margin-top: -185px;
  }
}

/*精選標的設定*/
.bestItemArea {
  max-width: calc(100% - 20px);
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
@media all and (max-width: 980px) {
  .bestItemArea {
    flex-wrap: wrap;
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 50px;
  }
}
.bestItemArea li {
  width: 30%;
  margin-right: 5%;
  background-color: #fbf6ed;
  padding: 15px 20px 15px 5px;
  border-radius: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.bestItemArea li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 980px) {
  .bestItemArea li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 75px;
    flex-direction: column;
    padding: 0 10px 15px 10px;
    border-radius: 20px;
  }
  .bestItemArea li:last-child {
    margin-bottom: 40px;
  }
}
.bestItemArea li .imgbx {
  width: 50px;
  margin-right: 5px;
}
@media all and (max-width: 980px) {
  .bestItemArea li .imgbx {
    margin-top: -20px;
  }
}
.bestItemArea li .txt p {
  font-size: 1rem;
  color: #546c66;
}
.bestItemArea li a {
  position: absolute;
  right: -30px;
  padding: 12px 10px;
  border-radius: 50%;
  background-color: #169274;
  color: #fff;
  font-size: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s all ease-in-out;
}
.bestItemArea li a:hover {
  background-color: #22a384;
}
@media all and (max-width: 980px) {
  .bestItemArea li a {
    left: 50%;
    top: auto;
    transform: translateX(-50%) translateY(0);
    bottom: -40px;
    width: 60px;
    padding: 10px;
  }
}

/*一般標的設定*/
.commonItem {
  display: flex;
  flex-wrap: wrap;
}
.commonItem li {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 25px;
  border: 2px solid #bfd8d1;
  border-radius: 15px;
  position: relative;
}
.commonItem li:nth-child(5n) {
  margin-right: 0;
}
.commonItem li .txt {
  padding: 15px 5px 40px 5px;
}
.commonItem li .txt p {
  font-size: 1rem;
  color: #546c66;
}
.commonItem li a {
  display: block;
  background-color: #169274;
  color: #fff;
  border-radius: 0 0 15px 15px;
  width: calc(100% + 4px);
  margin-left: -2px;
  margin-bottom: -2px;
  padding: 5px 0px;
  transition: 0.2s all ease-in-out;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.5;
}
.commonItem li a .crown {
  position: absolute;
  left: 10px;
  top: 5px;
  width: 35px;
  display: none;
}
.commonItem li a:hover {
  background-color: #16be97;
}
@media all and (max-width: 1100px) {
  .commonItem li {
    width: 23.5%;
  }
  .commonItem li:nth-child(5n) {
    margin-right: 2%;
  }
  .commonItem li:nth-child(4n) {
    margin-right: 0%;
  }
}
@media all and (max-width: 980px) {
  .commonItem li {
    width: 32%;
  }
  .commonItem li:nth-child(5n) {
    margin-right: 2%;
  }
  .commonItem li:nth-child(4n) {
    margin-right: 2%;
  }
  .commonItem li:nth-child(3n) {
    margin-right: 0%;
  }
}
@media all and (max-width: 767px) {
  .commonItem li {
    width: 49%;
  }
  .commonItem li:nth-child(5n) {
    margin-right: 2%;
  }
  .commonItem li:nth-child(4n) {
    margin-right: 2%;
  }
  .commonItem li:nth-child(3n) {
    margin-right: 2%;
  }
  .commonItem li:nth-child(2n) {
    margin-right: 0%;
  }
}
.commonItem .crownItem .crown {
  display: block;
}

/*btn*/
.lookMore {
  margin-bottom: -30px;
}
@media all and (max-width: 767px) {
  .lookMore {
    margin-bottom: 10px;
  }
}
.lookMore .lookMoreBtn {
  background-color: #e99614;
  color: #fff;
  padding: 10px 35px;
  font-size: 1.3rem;
  border-radius: 30px;
  line-height: 1;
  transition: 0.2s all ease-in-out;
}
.lookMore .lookMoreBtn:hover {
  background-color: #f0a736;
}
@media all and (max-width: 767px) {
  .lookMore .lookMoreBtn {
    display: block;
    padding: 13px;
  }
}

/*存股步驟設定*/
.stockStep {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .stockStep {
    flex-wrap: wrap;
  }
}
.stockStep .stepBx {
  width: 30%;
  margin-right: 5%;
  text-align: center;
  position: relative;
}
.stockStep .stepBx::after {
  content: "";
  width: 50px;
  border-top: 13px dotted #ece8e0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
}
.stockStep .stepBx:nth-child(3n) {
  margin-right: 0;
}
.stockStep .stepBx:last-child {
  margin-bottom: 0;
}
.stockStep .stepBx:last-child::after {
  display: none;
}
.stockStep .stepBx .imgbx {
  height: 300px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media all and (max-width: 1100px) {
  .stockStep .stepBx .imgbx {
    height: 200px;
  }
}
@media all and (max-width: 767px) {
  .stockStep .stepBx .imgbx {
    height: auto;
    width: 260px;
  }
}
.stockStep .stepBx .imgbx img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .stockStep .stepBx .imgbx img {
    width: 100%;
    height: auto;
  }
}
.stockStep .stepBx h3 {
  color: #5a554b;
}
@media all and (max-width: 767px) {
  .stockStep .stepBx h3 {
    font-size: 1.125rem;
  }
}
.stockStep .stepBx:nth-child(2) .imgbx {
  position: relative;
  left: 20px;
}
@media all and (max-width: 767px) {
  .stockStep .stepBx:nth-child(2) .imgbx {
    width: 280px;
    position: relative;
    left: 20px;
  }
}
@media all and (max-width: 767px) {
  .stockStep .stepBx {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .stockStep .stepBx::after {
    content: "";
    width: 0;
    height: 40px;
    border-left: 12px dotted #ece8e0;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateY(120%) translateX(-50%);
  }
}

/*----popup樣式-----*/
.popupbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 40;
}
.popupbox .popup_con {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 80%;
  min-height: 150px;
  padding: 40px 20px 10px;
  background-color: #fff;
  z-index: 20;
  box-sizing: border-box;
  height: auto;
  max-height: 90%;
  border-radius: 15px;
  max-height: calc(100vh - 50px);
  overflow-x: auto;
}
@media all and (max-width: 1100px) {
  .popupbox .popup_con {
    padding: 20px;
  }
}
.popupbox .popup_con .closeBtn {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 26px;
  height: 26px;
  background: url(../images/close.svg) no-repeat center center/contain;
  transition: 0.3s all ease-in-out;
}
.popupbox .popup_con .closeBtn:hover {
  opacity: 0.8;
}
@media all and (max-width: 767px) {
  .popupbox .popup_con .closeBtn {
    right: 15px;
  }
}
@media all and (max-width: 767px) {
  .popupbox .popup_con {
    width: 90%;
    padding: 15px;
  }
}
.popupbox .close_btn {
  position: absolute;
  right: -10px;
  top: -40px;
  width: 35px;
  display: block;
  transition: 0.2s all ease-in-out;
}
.popupbox .close_btn:hover {
  transform: rotate(90deg);
}

/*----go_top樣式-----*/
.go_top {
  width: 50px;
  height: 50px;
  background-color: #5a5b5b;
  border-radius: 50%;
  position: fixed;
  bottom: 15%;
  right: 15px;
  opacity: 0;
  z-index: 10;
}
.go_top:before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(-45deg) translate(-50%, -50%);
  display: block;
  position: absolute;
  left: 53%;
  top: 40%;
}

/*分頁樣式*/
.paginationArea {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.paginationArea li {
  font-size: 1.25rem;
  color: #fff;
  position: relative;
  width: 30px;
  text-align: center;
  margin: 0 5px;
}
.paginationArea li::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #d4d0ca;
  position: absolute;
  transition: 0.2s all ease-in-out;
  border-radius: 50%;
}
.paginationArea li a {
  position: relative;
  z-index: 1;
  top: -1px;
}
.paginationArea li a:hover {
  color: #fff;
}
.paginationArea li a img {
  width: 15px;
  margin: 0 auto;
  position: relative;
  top: 2px;
}
.paginationArea li:hover::before {
  background-color: #e99614;
}
.paginationArea .on {
  color: #fff;
}
.paginationArea .on a:hover {
  color: #fff;
}
.paginationArea .on:hover {
  opacity: 0.8;
}
.paginationArea .on::before {
  background-color: #e99614;
}

/*newsbx*/
.newsbx {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.newsbx .swiper-container {
  overflow: hidden;
  padding-bottom: 40px;
}
@media all and (max-width: 767px) {
  .newsbx .swiper-container {
    max-width: 100%;
  }
}
.newsbx .swiper-father {
  position: relative;
  padding: 0 40px;
}
@media all and (max-width: 767px) {
  .newsbx .swiper-father {
    padding: 0;
  }
}
.newsbx .item {
  width: 100%;
  display: block;
}
.newsbx img {
  height: 0;
  overflow: hidden;
  display: none;
  width: 0;
  position: absolute;
}
.newsbx .swiper-slide {
  position: relative;
  cursor: pointer;
  padding: 0 10px;
  box-sizing: border-box;
}
.newsbx a {
  color: #e9961c;
}
.newsbx h4 {
  color: #124438;
  font-size: 1.3rem;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .newsbx h4 {
    font-size: 1.125rem;
    max-width: 75%;
  }
}
.newsbx .time {
  position: absolute;
  right: 10px;
  top: 3px;
  font-size: 1rem;
  color: #169274;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .newsbx .time {
    top: 0;
  }
}
.newsbx .con {
  background-color: #fff;
  border-top: 3px solid #a9b7af;
  border-radius: 0 0 15px 15px;
  padding: 20px;
  box-shadow: 1px 0 10px 0 rgba(58, 79, 117, 0.2);
  color: #666666;
  min-height: 160px;
  z-index: -1;
}
@media all and (max-width: 767px) {
  .newsbx .con {
    padding: 15px;
  }
}
.newsbx .con p {
  line-height: 1.4;
  color: #666666;
  word-wrap: break-word;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.newsbx .con .intext {
  line-height: 1.4;
  color: #666666;
  word-wrap: break-word;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.newsbx .swiper-pagination {
  position: absolute;
  bottom: 0;
}

.popNewstime {
  font-size: 1rem;
  color: #169274;
  font-weight: bold;
}

.popNews {
  margin: 20px 0px;
  padding: 15px;
  color: #666666;
  max-height: calc(100vh - 550px);
  min-height: 250px;
}
@media all and (max-width: 767px) {
  .popNews {
    max-height: calc(100vh - 300px);
    padding: 15px 0;
  }
}
.popNews div {
  margin-bottom: 0;
}
.popNews p {
  line-height: 1.5;
  color: #666666;
}
.popNews p a {
  color: #e9961c;
}

/*滾軸樣式設定*/
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #96a3b1;
  width: auto;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #ebebeb;
  width: 6px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

.mCSB_scrollTools {
  right: -10px;
}

/*popup_loading*/
.popup_loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  padding: 0;
  background: none;
  text-align: center;
}

.popup_loading p {
  color: #fff;
  font-weight: 400;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  display: none;
}

/*header小於992*/
@media screen and (max-width: 992px) {
  .header {
    padding: 15px 0;
  }
  .header .headerLogo {
    width: 250px;
  }
  .header .headerWeb_Nav {
    display: none;
  }
  .header .m_menuArea {
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    background: url(../images/hamburgerMenu.png) no-repeat center center/contain;
    right: 10px;
    top: 0px;
  }
  .header .m_menuArea a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .main {
    padding-top: 65px;
  }
}
@media all and (max-width: 767px) {
  .themeChosen.searchArea {
    margin-top: 0;
    padding-top: 0;
  }
  .themeChosen.searchArea .maxW_m {
    margin-top: 0;
    padding-top: 20px;
  }
}
.themeChosen .commonItem li {
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .themeChosen .commonItem li {
    border-radius: 10px;
    margin-bottom: 15px;
  }
}
.themeChosen .commonItem li a {
  position: relative;
  border-radius: 0;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .themeChosen .commonItem li a {
    font-size: 1rem;
  }
}
.themeChosen .commonItem li a.product {
  background-color: #0050ab;
}
.themeChosen .commonItem li a.product:hover {
  background-color: #186dce;
}
.themeChosen .commonItem li .txt {
  padding-bottom: 5px;
}
.themeChosen .btn {
  display: flex;
}
.themeChosen .commonItemTitle {
  background-color: #169274;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .themeChosen .commonItemTitle {
    font-size: 1.25rem;
    padding: 8px;
    margin-bottom: 20px;
  }
}

.swiper_themeBx {
  padding: 0 70px;
  position: relative;
  margin-bottom: 25px;
}
.swiper_themeBx .swiper-container {
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .swiper_themeBx {
    padding: 0 40px;
  }
}
.swiper_themeBx .swiper-button-next,
.swiper_themeBx .swiper-container-rtl .swiper-button-prev,
.swiper_themeBx .swiper-button-prev,
.swiper_themeBx .swiper-container-rtl .swiper-button-next {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 100%;
  color: #fff;
  background-color: #169274;
}
@media all and (max-width: 767px) {
  .swiper_themeBx .swiper-button-next,
  .swiper_themeBx .swiper-container-rtl .swiper-button-prev,
  .swiper_themeBx .swiper-button-prev,
  .swiper_themeBx .swiper-container-rtl .swiper-button-next {
    width: 35px;
    height: 35px;
    padding: 8px;
  }
}
.swiper_themeBx .swiper-button-next,
.swiper_themeBx .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.swiper_themeBx .swiper-button-prev,
.swiper_themeBx .swiper-container-rtl .swiper-button-next {
  left: 0;
}

.mySwiper_theme.row {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .mySwiper_theme.row {
    margin-bottom: 15px;
  }
}
.mySwiper_theme.row .swiper-slide {
  width: 19.2%;
  margin-right: 1%;
  margin-bottom: 15px;
}
.mySwiper_theme.row .swiper-slide p {
  font-size: 1.125rem;
  padding-top: 5px;
}
@media all and (max-width: 767px) {
  .mySwiper_theme.row .swiper-slide p {
    font-size: 1rem;
  }
}
.mySwiper_theme.row .swiper-slide:nth-child(5n) {
  margin-right: 0;
}
@media all and (max-width: 980px) {
  .mySwiper_theme.row .swiper-slide {
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 15px;
  }
  .mySwiper_theme.row .swiper-slide:nth-child(5n) {
    margin-right: 1%;
  }
  .mySwiper_theme.row .swiper-slide:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .mySwiper_theme.row .swiper-slide {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .mySwiper_theme.row .swiper-slide:nth-child(4n) {
    margin-right: 2%;
  }
  .mySwiper_theme.row .swiper-slide:nth-child(2n) {
    margin-right: 0;
  }
}
.mySwiper_theme.row .imgbx {
  border: 5px solid transparent;
}
.mySwiper_theme.row .imgbx span {
  font-size: 1.8rem;
}
@media all and (max-width: 767px) {
  .mySwiper_theme.row .imgbx span {
    font-size: 1.5rem;
  }
}
.mySwiper_theme .swiper-slide {
  position: relative;
}
.mySwiper_theme .swiper-slide.swiper-slide-active .imgbx img {
  opacity: 1;
}
.mySwiper_theme .imgbx {
  position: relative;
  width: 100%;
  padding-bottom: 66%;
  padding-left: 0;
  display: block;
  border-radius: 30px;
  overflow: hidden;
  border: 6px solid transparent;
  cursor: pointer;
}
@media all and (max-width: 980px) {
  .mySwiper_theme .imgbx {
    border-width: 5px;
  }
}
.mySwiper_theme .imgbx.active img {
  opacity: 1;
}
@media all and (max-width: 767px) {
  .mySwiper_theme .imgbx {
    border-radius: 25px;
    border-width: 5px;
  }
}
.mySwiper_theme .imgbx span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  font-size: 2.25rem;
  width: 100%;
  text-align: center;
  line-height: 1.2;
}
@media all and (max-width: 980px) {
  .mySwiper_theme .imgbx span {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .mySwiper_theme .imgbx span {
    font-size: 1.7rem;
  }
}
.mySwiper_theme .imgbx::before {
  content: "";
  display: none;
}
.mySwiper_theme .imgbx img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  opacity: 1;
}
.mySwiper_theme .swiper-slide p {
  font-size: 1.5rem;
  text-align: center;
  padding-top: 10px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  box-sizing: border-box;
  margin-bottom: 0;
}
@media all and (max-width: 1100px) {
  .mySwiper_theme .swiper-slide p {
    -webkit-line-clamp: 1;
    font-size: 1.375rem;
  }
}
@media all and (max-width: 980px) {
  .mySwiper_theme .swiper-slide p {
    -webkit-line-clamp: 1;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .mySwiper_theme .swiper-slide p {
    font-size: 1.25rem;
    min-height: auto;
  }
}

.swiper_themeBx.noswiper .swiper-wrapper {
  justify-content: center;
}

.swiper_themeBx.noswiper .swiper-button-next_theme,
.swiper_themeBx.noswiper .swiper-button-prev_theme {
  display: none;
}

.swiper_themeBx.noswiper .swiper-slide {
  width: 30%;
}

.swiper_themeBx.noswiper .swiper-slide + .swiper-slide {
  margin-left: 30px;
}

.mySwiper_theme.row + .chosenItem {
  margin-top: 25px;
}
@media all and (max-width: 767px) {
  .mySwiper_theme.row + .chosenItem {
    margin-top: 0;
  }
}

.frameSy1.noBtline li {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.frameSy1.noBtline li h5, .frameSy1.noBtline li .w-100 p {
  line-height: 2;
}

.TextArea {
  border: 1px solid #cbe7e0;
  background-color: #f6fbfa;
  padding: 20px 20px;
  margin-bottom: 20px;
  text-align: left;
  max-height: calc(100vh - 350px);
  overflow-y: auto;
}
@media all and (max-width: 767px) {
  .TextArea {
    padding: 15px 10px;
    font-size: 1.125rem;
    max-height: calc(100vh - 250px);
  }
  .TextArea .mCSB_inside > .mCSB_container {
    margin-right: 10px;
  }
}
@media all and (max-width: 767px) {
  .TextArea p {
    font-size: 1rem;
  }
}
.TextArea .colorGreen {
  padding-left: 0;
}
.TextArea hr {
  background-color: #deede9;
  height: 1px;
}
.TextArea h5 {
  color: #008868;
  width: 160px;
  flex: 0 0 auto;
  margin-right: 15px;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2;
}
@media all and (max-width: 767px) {
  .TextArea h5 {
    font-size: 1rem;
  }
}
.TextArea .inline p {
  line-height: 2;
  text-align: right;
  width: 100%;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .TextArea .inline p {
    font-size: 1rem;
  }
}

@media all and (max-width: 767px) {
  .TextArea + .Mb-lg {
    margin-bottom: 0;
  }
}

/*---forie 微調樣式--*/
@media screen and (min-width: 0\0 ) {
  #menu {
    display: none;
  }
  .newsbx h4 {
    max-height: 25px;
    position: relative;
    line-height: 24px;
  }
  .newsbx h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 8px;
    padding-left: 30px;
    background: linear-gradient(to right, transparent, #fff 50%);
  }
  .newsbx .con .intext {
    max-height: 70px;
    position: relative;
    line-height: 24px;
  }
  .newsbx .con .intext::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 8px;
    padding-left: 30px;
    background: linear-gradient(to right, transparent, #fff 50%);
  }
  .newsbx .con p {
    max-height: 100px;
  }
}
#pageMenu .hasSub button, .pageMenu-btn .line, #pageMenu, .page {
  transition: 0.2s;
}

/* page */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.page {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.page_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -2;
}

.openmenu {
  position: fixed;
}

.page.openmenu .page_cover {
  z-index: 1001;
}

/* menu */
#pageMenu {
  position: fixed;
  z-index: 9999;
  width: 60%;
  height: 100vh;
  background: #f3f3f3;
}

/* menu_清單 */
#pageMenu ul {
  list-style: none;
  padding-left: 0px;
}

#pageMenu ul a {
  display: block;
  border-bottom: solid 1px #d9e2e0;
  color: #124438;
  text-decoration: none;
  padding: 15px 15px;
}

#pageMenu ul li.on a {
  background-color: #008868;
  color: #fff;
}

/* menu_按鈕 */
.pageMenu-btn {
  display: none;
  position: absolute;
  right: 15px;
  top: 0px;
  width: 35px;
  height: 35px;
  background: url(../images/hamburgerMenu.png) no-repeat center center/contain;
  outline: none;
  border: none;
  cursor: pointer;
}
@media all and (max-width: 980px) {
  .pageMenu-btn {
    display: block;
  }
}

.pageMenu-btn .line {
  display: block;
  position: absolute;
  left: 4px;
  width: 20px;
  height: 2px;
  background-color: #777;
  border-radius: 2px;
}

.pageMenu-btn .line01 {
  top: 7px;
}

.pageMenu-btn .line02 {
  top: 14px;
}

.pageMenu-btn .line03 {
  top: 21px;
}

/* menu_按鈕_展開 */
.openmenu .pageMenu-btn .line01 {
  width: 24px;
  top: 14px;
  left: 2px;
  transform: rotate(-45deg);
}

.openmenu .pageMenu-btn .line02 {
  display: none;
}

.openmenu .pageMenu-btn .line03 {
  width: 24px;
  top: 14px;
  left: 2px;
  transform: rotate(45deg);
}

.show-left.openmenu {
  transform: translateX(60%);
}

.show-left ~ #pageMenu {
  top: 0;
  left: -60%;
}

.show-left.openmenu ~ #pageMenu {
  left: 0;
}

.show-right.openmenu {
  transform: translateX(-60%);
}

.show-right ~ #pageMenu {
  left: auto;
  right: -60%;
}

.show-right.openmenu ~ #pageMenu {
  right: 0;
}

.show-up ~ #pageMenu {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}

.show-up.openmenu ~ #pageMenu {
  top: 0;
}

.show-up.openmenu {
  transform: translateX(0);
}

/*------------------------------------------*/
#pageMenu .hasSub {
  position: relative;
}
#pageMenu .hasSub button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/arrow.svg) center center no-repeat;
  background-size: auto 32px;
  cursor: pointer;
  outline: none;
  border: none;
}
#pageMenu .hasSub.open > button {
  transform: scaleY(-1);
}/*# sourceMappingURL=gobal.css.map */