@charset "UTF-8";
@import "../font/icomoon/style.css";
@import "../js/plugins/swiper-5.3.7/css/swiper.min.css";
@import "../js/plugins/wow/animate.css";
@import "../js/plugins/jquery-scrollbar/css/jquery.scrollbar.css";
@import "../js/plugins/datetimepicker/bootstrap-datetimepicker.css";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

b {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Myself 新的放後面
 * ========================================================================== */
img {
  display: block;
  width: 100%;
  height: auto;
}

@font-face {
  font-family: "微軟正黑體修正";
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: bold;
  src: local(MS Gothic), local(Yu Gothic);
}
@font-face {
  font-family: "微軟正黑體修正";
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: normal;
  src: local(微軟正黑體), local(Microsoft JhengHei);
}
* {
  outline: none;
}

body {
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: normal;
  overflow: hidden;
}

.main-wrapper {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.main-wrapper.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -7px;
  width: 5px;
}
.main-wrapper .all-wrapper {
  position: relative;
  overflow: hidden;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notice-wrapper {
  position: absolute;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 99999999;
}
.notice-wrapper .text {
  position: relative;
  font-size: 0.875rem;
  padding: 10px;
  color: #fff;
  background-color: #006fcc;
  border-radius: 10px;
  white-space: nowrap;
  -webkit-box-shadow: 2.5px 4.3px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2.5px 4.3px 20px 0 rgba(0, 0, 0, 0.1);
}
.notice-wrapper .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 9px 7px;
  border-color: transparent transparent #006fcc transparent;
}
.notice-wrapper #clipboard {
  position: absolute;
  width: 100%;
  min-width: 200px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -10;
  opacity: 0;
  cursor: default;
}

.dropdown {
  position: relative;
  text-align: center;
  width: 300px;
  height: 55px;
  font-size: 0.9375rem;
}
.dropdown .dropdown_click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0 20px;
  color: #000000;
  border-bottom: 3px solid #2648b6;
  height: 55px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown .dropdown_click:hover {
  border-color: #00ff96;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown .dropdown_click .dropdown_title {
  position: relative;
  white-space: nowrap;
  -webkit-box-flex: 1%;
      -ms-flex: 1% 1 0px;
          flex: 1% 1 0;
  text-align: center;
  margin-right: 20px;
  padding-right: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: normal;
}
.dropdown .dropdown_click .dropdown_title:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 25px;
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
}
.dropdown .dropdown_click .icon_right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5.5px 0 5.5px;
  border-color: #000000 transparent transparent transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown .dropdown_click .icon_right.open {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown .dropdown_select {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -3px);
      -ms-transform: translate(-50%, -3px);
          transform: translate(-50%, -3px);
  z-index: 5;
}
.dropdown .dropdown_select .scroll-content {
  max-height: 220px !important;
}
.dropdown .dropdown_select ul {
  background: #00ff96;
  height: 100%;
  text-align: center;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.dropdown .dropdown_select ul li {
  color: #000000;
  padding: 18.5px 60px 18.5px 10px;
  cursor: pointer;
  line-height: 1.3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown .dropdown_select ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.dropdown .dropdown_select ul li:hover {
  padding-left: 25px;
  padding-right: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown .dropdown_select ul li.active {
  background: #2648b6;
  color: #fff;
}
.dropdown.lan {
  width: auto;
  height: auto;
}
.dropdown.lan .dropdown_click {
  height: auto;
  color: #ffffff;
  padding: 0;
  border: none;
}
.dropdown.lan .dropdown_title {
  margin-right: 0;
  padding-right: 0;
}
.dropdown.lan .dropdown_title:after {
  content: none;
}
.dropdown.lan .dropdown_select {
  top: calc(100% + 10px);
  width: 110px;
}
.dropdown.lan .dropdown_select li {
  padding: 0;
}
.dropdown.lan .dropdown_select li:hover {
  padding: 0;
}
.dropdown.lan .dropdown_select a {
  display: block;
  width: 100%;
  padding: 13px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown.lan .dropdown_select a:hover {
  padding-left: 20px;
  padding-right: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown[multiple] {
  height: auto;
  min-height: 55px;
}
.dropdown[multiple] .dropdown_click {
  height: auto;
  min-height: 55px;
}
.dropdown[multiple] .dropdown_click .dropdown_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  height: auto;
  min-height: 55px;
  padding: 10px 0;
}
.dropdown[multiple] .dropdown_click .dropdown_title .value {
  font-size: 0.9375rem;
  line-height: normal;
  letter-spacing: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E9E9E9;
  border-radius: 5px;
  padding: 5px 10px;
}
.dropdown[multiple] .dropdown_click .dropdown_title .value .closeIcon {
  position: relative;
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin-left: 15px;
  -webkit-transition: 0.4s -webkit-transform;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown[multiple] .dropdown_click .dropdown_title .value .closeIcon::after, .dropdown[multiple] .dropdown_click .dropdown_title .value .closeIcon::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.dropdown[multiple] .dropdown_click .dropdown_title .value .closeIcon::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.dropdown[multiple] .dropdown_click .dropdown_title .value .closeIcon::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 900px) {
  .dropdown[multiple] .dropdown_click .dropdown_title .value .closeIcon::after, .dropdown[multiple] .dropdown_click .dropdown_title .value .closeIcon::before {
    width: 10px;
  }
}

.common_title {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.common_title .maintitle {
  font-size: 3.625rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .common_title .maintitle {
    font-size: 2.875rem;
  }
}
@media only screen and (max-width: 575px) {
  .common_title .maintitle {
    font-size: 2.25rem;
  }
}
.common_title .title {
  font-size: 2.1875rem;
  letter-spacing: 1.75px;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .common_title .title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .common_title .title {
    font-size: 1.75rem;
  }
}
.common_title .subtitle {
  font-size: 1.5rem;
  letter-spacing: 2.28px;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 575px) {
  .common_title .subtitle {
    font-size: 1.375rem;
  }
}
.common_title .p {
  font-size: 0.875rem;
  margin-top: 20px;
  opacity: 0.6;
  line-height: 1.7;
  letter-spacing: 0.7px;
}
.common_title .data {
  color: #2648b6;
  margin-top: 25px;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 1px;
}
.common_title .investor_code {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.3125rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  background-image: -webkit-gradient(linear, left top, right top, from(#00ff96), to(#00b7ff));
  background-image: linear-gradient(to right, #00ff96, #00b7ff);
  border-radius: 32.5px;
  padding: 22px 40px;
  margin-top: 45px;
  color: #000;
}
@media only screen and (max-width: 992px) {
  .common_title .investor_code {
    font-size: 1rem;
    padding: 14.5px 30px;
    margin-top: 30px;
  }
}
.common_title.waypoint .maintitle {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}
.common_title.waypoint .title {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}
.common_title.waypoint .subtitle {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}
.common_title.waypoint .data {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}
.common_title.waypoint .p {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}
.common_title.waypoint .list_anchor {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}
.common_title.waypoint .common_btn {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}
.common_title.waypoint .investor_code {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}
.common_title.show .maintitle {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.common_title.show .title {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.common_title.show .subtitle {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.common_title.show .data {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.common_title.show .p {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.common_title.show .list_anchor {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.common_title.show .common_btn {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.common_title.show .investor_code {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

._articleSL.waypoint, ._articleSR.waypoint, ._articleU.waypoint, ._articleUL.waypoint, ._articleUR.waypoint, ._articleD.waypoint, ._articleDL.waypoint, ._articleDR.waypoint, ._articleL.waypoint, ._articleLR.waypoint, ._articleR.waypoint, ._articleRR.waypoint, ._article.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
._articleSL.show, ._articleSR.show, ._articleU.show, ._articleUL.show, ._articleUR.show, ._articleD.show, ._articleDL.show, ._articleDR.show, ._articleL.show, ._articleLR.show, ._articleR.show, ._articleRR.show, ._article.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.news_bg {
  position: relative;
  height: 100%;
  z-index: 1;
}
.news_bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  background-image: url("../../uploads/home/homenewsbg_335x475.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news_bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #2648b6;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: -2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1200px) {
  .news_bg:hover:before, .news_bg:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .news_bg:hover:before {
    -webkit-box-shadow: 1px 1px 8px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 8px 5px rgba(0, 0, 0, 0.2);
  }
  .news_bg:hover .news_data {
    color: #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .news_bg:hover .news_data:after {
    width: 100%;
    -webkit-transition: 0.5s 0.2s;
    transition: 0.5s 0.2s;
  }
}
.news_bg[data-bg=blue]:before {
  background: #2648b6;
}
.news_bg[data-bg=white]:before {
  background: #ffffff;
}
.news_bg[data-bg=white] .news_word {
  color: #000000;
}
.news_bg[data-bg=gray]:before {
  background: #505050;
}
.news_bg[data-bg=gray-w]:before {
  background: #e5e5e5;
}
.news_bg[data-bg=gray-w] .news_word {
  color: #000000;
}
.news_bg .news_word {
  padding: 120px 30px;
  text-align: left;
  color: #ffffff;
  height: 100%;
}
@media only screen and (max-width: 575px) {
  .news_bg .news_word {
    padding: 100px 20px;
  }
}
.news_bg .news_data {
  position: relative;
  display: inline;
  letter-spacing: 1px;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  z-index: 3;
}
.news_bg .news_data:after {
  position: absolute;
  content: "";
  background: #00ff96;
  width: 0;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news_bg .news_title {
  position: relative;
  margin-top: 20px;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 1px;
}
.news_bg .news_p {
  position: relative;
  font-size: 0.875rem;
  margin-top: 20px;
  opacity: 0.7;
  letter-spacing: 0.28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.8;
  text-overflow: ellipsis;
  white-space: normal;
}

.dt_swiper.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.dt_swiper.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.dt_swiper .swiper_block {
  position: relative;
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
  margin-top: 35px;
}
@media only screen and (max-width: 575px) {
  .dt_swiper .swiper_block {
    width: 100%;
  }
}
.dt_swiper .swiper_block .swiper-container {
  max-width: 970px;
  width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .dt_swiper .swiper_block .swiper-container {
    width: 90%;
  }
}
@media only screen and (max-width: 992px) {
  .dt_swiper .swiper_block .swiper-container {
    padding-bottom: 40px;
  }
}
.dt_swiper .swiper_block .swiper-slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dt_swiper .swiper_block .youtube {
  position: relative;
}
.dt_swiper .swiper_block .des {
  min-height: 60px;
  padding: 20px 0 40px;
  color: #333;
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  text-align: center;
  line-height: 1.5;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .dt_swiper .swiper_block .des {
    padding: 10px 0;
    min-height: 100%;
  }
}
.dt_swiper .swiper_block .swiper-pagination {
  width: 50%;
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  text-align: center;
  bottom: 5px;
  width: 100%;
  background: #fafafa;
}
@media only screen and (max-width: 992px) {
  .dt_swiper .swiper_block .swiper-pagination {
    bottom: 10px;
  }
}
.dt_swiper .swiper_block .swiper-pagination-bullet {
  position: relative;
  border-radius: 0;
  background: #1b1b1b;
  margin: 3px 15px;
}
@media only screen and (max-width: 992px) {
  .dt_swiper .swiper_block .swiper-pagination-bullet {
    margin: 5px 10px;
  }
}
.dt_swiper .swiper_block .swiper-pagination-bullet:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 1px solid #1b1b1b;
  opacity: 0;
}
.dt_swiper .swiper_block .swiper-pagination-bullet-active:after {
  opacity: 1;
}
.dt_swiper .swiper_prev, .dt_swiper .swiper_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 10px 0;
}
@media only screen and (max-width: 575px) {
  .dt_swiper .swiper_prev, .dt_swiper .swiper_next {
    display: none;
  }
}
.dt_swiper .swiper_prev .icon, .dt_swiper .swiper_next .icon {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-left: 4px solid #00ff96;
  border-right: 4px solid #00b7ff;
  border-top: 4px solid #00dbcb;
  border-bottom: 4px solid #00dbcb;
}
.dt_swiper .swiper_prev .line, .dt_swiper .swiper_next .line {
  width: 80px;
  height: 2px;
  background: #00ff96;
}
@media only screen and (max-width: 992px) {
  .dt_swiper .swiper_prev .line, .dt_swiper .swiper_next .line {
    width: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .dt_swiper .swiper_prev .line, .dt_swiper .swiper_next .line {
    width: 40px;
  }
}
.dt_swiper .swiper_prev {
  position: absolute;
  left: -15px;
  top: calc(50% - 25px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
@media only screen and (max-width: 992px) {
  .dt_swiper .swiper_prev {
    left: -15px;
  }
}
.dt_swiper .swiper_prev .line {
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
}
.dt_swiper .swiper_next {
  position: absolute;
  right: -15px;
  top: calc(50% - 25px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 992px) {
  .dt_swiper .swiper_next {
    right: -15px;
  }
}
.dt_swiper .swiper_next .line {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}
.dt_swiper .des_block {
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
  letter-spacing: 0.6px;
  color: #333333;
  line-height: 1.7;
  font-size: 0.9375rem;
}

.form_container {
  max-width: 510px;
  width: 85%;
  margin: 0 auto;
}
.form_container .form_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form_container .form_list .form_item:not(:first-child) {
  margin-left: 40px;
}
@media only screen and (max-width: 1200px) {
  .form_container .form_list .form_item:not(:first-child) {
    margin-left: 20px;
  }
}
.form_container .form_list:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  .form_container .form_list:not(:first-child) {
    margin-top: 25px;
  }
}
.form_container .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .form_container .form_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form_container .form_item.must .form_title p:before {
  opacity: 1;
}
.form_container .form_title {
  position: relative;
  min-width: 150px;
  border-bottom: 4px solid #00ff96;
  padding: 12px 0;
  font-size: 1rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 575px) {
  .form_container .form_title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 12px 20px;
    border-bottom: none;
    min-width: 100%;
  }
}
.form_container .form_title p {
  position: relative;
  min-width: 70px;
}
.form_container .form_title p .tip {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media only screen and (max-width: 575px) {
  .form_container .form_title p .tip {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 576px) {
  .form_container .form_title p .tip {
    display: block;
    margin-top: 5px;
  }
}
.form_container .form_title p:after {
  position: absolute;
  content: none;
  bottom: -12px;
  left: -20px;
  height: 4px;
  width: calc(100% + 40px);
  background: #00ff96;
}
@media only screen and (max-width: 575px) {
  .form_container .form_title p:after {
    content: "";
  }
}
.form_container .form_title p:before {
  position: absolute;
  content: "*";
  color: #FF3030;
  top: 0;
  left: 0;
  -webkit-transform: translate(-200%, 0);
      -ms-transform: translate(-200%, 0);
          transform: translate(-200%, 0);
  opacity: 0;
}
.form_container .form_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1%;
      -ms-flex: 1% 1 0px;
          flex: 1% 1 0;
  border-bottom: 1px solid #cccccc;
  letter-spacing: 0.9px;
}
.form_container .form_input input {
  border: none;
  background: none;
  width: 100%;
  font-size: 0.9375rem;
  letter-spacing: 1.2px;
  line-height: 55px;
  padding: 0 40px;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .form_container .form_input input {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .form_container .form_input input {
    padding-top: 5px;
    line-height: 45px;
  }
}
.form_container .form_input input::-webkit-input-placeholder {
  color: #adadad;
}
.form_container .form_input input::-moz-placeholder {
  color: #adadad;
}
.form_container .form_input input:-ms-input-placeholder {
  color: #adadad;
}
.form_container .form_input input::-ms-input-placeholder {
  color: #adadad;
}
.form_container .form_input input::placeholder {
  color: #adadad;
}
@-moz-document url-prefix() {
  .form_container .form_input input[name=captchacode] {
    max-width: calc(100% - 75px);
  }
}
.form_container .form_input textarea {
  width: 100%;
  border: none;
  background: none;
  resize: none;
  font-size: 0.9375rem;
  letter-spacing: 1.2px;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.5;
  padding: 0 40px;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .form_container .form_input textarea {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .form_container .form_input textarea {
    padding-top: 20px;
  }
}
.form_container .form_input .icon-location {
  margin: auto 5px auto 0;
  padding: 3px;
  font-size: 1.25rem;
  color: #000000;
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.form_container .form_input .icon-location:hover {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.form_container .form_input p {
  line-height: 1.6;
  font-size: 0.9375rem;
  padding: 7px 0;
}
.form_container .form_input img {
  max-width: 75px;
  height: auto;
  margin: auto;
}
.form_container .form_input .dropdown {
  width: 100%;
}
.form_container .form_input .dropdown .dropdown_click {
  border: none;
}
.form_container .form_ps {
  margin-top: 15px;
  margin-left: 25px;
  margin-bottom: -30px;
  font-size: 0.9375rem;
  color: #FF3030;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 1px;
}
@media only screen and (max-width: 575px) {
  .form_container .form_ps {
    margin-left: 0px;
    text-align: center;
  }
}
.form_container .form_bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}
@media only screen and (max-width: 575px) {
  .form_container .form_bt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
}
.form_container .form_agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
}
@media only screen and (max-width: 575px) {
  .form_container .form_agree {
    margin: 0 auto;
  }
}
.form_container .form_agree.agree span:after {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.form_container .form_agree span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  min-width: 18px;
  border: 2px solid;
  border-left-color: #00ff96;
  border-right-color: #00b7ff;
  border-top-color: #00dbcb;
  border-bottom-color: #00dbcb;
  cursor: pointer;
}
.form_container .form_agree span:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  min-width: 9px;
  background: #00ff96;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.form_container .form_agree p {
  margin-left: 5px;
  font-size: 0.9375rem;
  letter-spacing: 0.9px;
}
@media only screen and (max-width: 575px) {
  .form_container .form_agree + .common_btn {
    margin-top: 30px;
  }
}
.form_container .common_btn {
  background: #2648b6;
}
.form_container .common_btn .btn_l, .form_container .common_btn .btn_r {
  border-color: #2648b6;
}
.form_container .common_btn .btn_word:after, .form_container .common_btn .btn_word:before {
  opacity: 0;
}

@media only screen and (max-width: 575px) {
  .lang-en .form_container .common_btn {
    margin-top: 30px;
  }
}
.lang-en .form_container .common_btn .btn_word > p {
  white-space: normal;
}
.lang-en .form_container .form_agree > p {
  line-height: 1.5;
}

.trans_out {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
}
.trans_out:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fafafa;
}
.trans_out.show:before {
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.trans_in {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fafafa;
  z-index: 150;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trans_in.show {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.8s 1.2s;
  transition: 0.8s 1.2s;
}
.trans_in.show .trans_logo {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.trans_in.show .trans_p:after {
  width: 0%;
  left: auto;
  right: 0;
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
.trans_in .trans_warp {
  max-width: 200px;
}
.trans_in .trans_logo {
  max-width: 44px;
  margin: 0 auto;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
}
.trans_in .trans_p {
  position: relative;
  max-width: 200px;
  margin-top: 20px;
}
.trans_in .trans_p:after {
  position: absolute;
  content: "";
  height: 110%;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fafafa;
}

.wddEndBg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 250;
}
.wddEndBg.active .wrap:after {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.wddEndBg.close .wrap:after {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.wddEndBg .wrapBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: -12.5vh;
  height: 125vh;
}
.wddEndBg .wrap {
  overflow: hidden;
  height: 25vh;
  width: 100vw;
}
.wddEndBg .wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #313131;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.wddLoadIn {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: #ffffff;
  opacity: 1;
  z-index: 250;
}
.wddLoadIn.active {
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

/* ._articleBlock */
._articleBlock {
  width: 100%;
}
._articleBlock * {
  outline: none;
}

/* article */
._articleBlock article {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 0 50px 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article {
    display: block;
    margin: 0 0 60px 0;
  }
}
._articleBlock article:last-child {
  margin: 0;
}

/* typeFull 相鄰 article 間距*/
._articleBlock .typeF + .basic {
  margin-top: 90px !important;
}
@media only screen and (max-width: 900px) {
  ._articleBlock .typeF + .basic {
    margin-top: 60px !important;
  }
}

/* _contentWrap */
._articleBlock article ._contentWrap {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}

._articleBlock article._article.-typeFull[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._contentWrap {
  width: 90%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._contentWrap {
    position: static;
    width: 100% !important;
    padding: 0;
    background-color: transparent !important;
  }
}

._articleBlock article._article.-typeFull-Box ._contentWrap, ._articleBlock article._article.-typeFull-Box-L ._contentWrap, ._articleBlock article._article.-typeFull-Box-R ._contentWrap {
  width: 100%;
  padding: 60px 70px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull-Box ._contentWrap, ._articleBlock article._article.-typeFull-Box-L ._contentWrap, ._articleBlock article._article.-typeFull-Box-R ._contentWrap {
    padding: 0 !important;
    border: none !important;
    background-color: transparent !important;
  }
}

._articleBlock article._article.-typeFull-BoxSlice ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R ._contentWrap {
  width: 50% !important;
  padding: 80px;
}

._articleBlock article._article.-typeFull-BoxSlice ._contentWrap {
  width: 60% !important;
}

._articleBlock article._article.-typeFull[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-size=s] ._contentWrap {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-size=s] ._contentWrap {
    width: 100% !important;
  }
}

._articleBlock article._article.-typeFull[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-size=m] ._contentWrap {
  width: 65%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-size=m] ._contentWrap {
    width: 100% !important;
    padding: 0;
  }
}

._articleBlock article._article.-typeFull[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-size=l] ._contentWrap {
  width: 75%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-size=l] ._contentWrap {
    width: 100% !important;
    padding: 0;
  }
}

/* ._wordWrap */
._articleBlock article ._contentWrap ._wordWrap {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article ._contentWrap ._wordWrap {
    width: 100% !important;
  }
}

._articleBlock ._articleL ._contentWrap ._wordWrap {
  width: 50%;
}

._articleBlock ._articleR ._contentWrap ._wordWrap {
  width: 50%;
}

._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap {
  width: 50%;
  padding-left: 0;
  padding-right: 20px;
}

._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap {
  padding-left: 20px;
  padding-right: 0;
}

._articleBlock article._article.-typeOverlap-LU ._contentWrap ._wordWrap {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 360px;
}
@media only screen and (max-width: 1330px) {
  ._articleBlock article._article.-typeOverlap-LU ._contentWrap ._wordWrap {
    padding-right: 33%;
  }
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-LU ._contentWrap ._wordWrap {
    padding-left: 0;
    padding-right: 0;
  }
}

._articleBlock article._article.-typeOverlap-LD ._contentWrap ._wordWrap {
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 360px;
}
@media only screen and (max-width: 1330px) {
  ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._wordWrap {
    padding-right: 33%;
  }
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._wordWrap {
    padding-left: 0;
    padding-right: 0;
  }
}

._articleBlock article._article.-typeOverlap-RU ._contentWrap ._wordWrap {
  padding-top: 50px;
  padding-left: 360px;
  padding-right: 50px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._wordWrap {
    padding-left: 0;
    padding-right: 0;
  }
}

._articleBlock article._article.-typeOverlap-RD ._contentWrap ._wordWrap {
  padding-bottom: 50px;
  padding-left: 360px;
  padding-right: 50px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._wordWrap {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ._H */
._articleBlock article._article.-typeFull[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-R[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article ._contentWrap ._wordWrap ._H {
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #000;
  font-size: 1.375rem;
  line-height: 1.35;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
}

@media only screen and (max-width: 900px) {
  ._articleBlock article ._contentWrap ._wordWrap ._H {
    color: #000;
    width: 100% !important;
    margin: 0 0 15px 0 !important;
  }
}

._articleBlock ._articleLR ._contentWrap ._wordWrap ._H, ._articleBlock ._articleRR ._contentWrap ._wordWrap ._H {
  width: 50%;
}

._articleBlock ._articleUL ._contentWrap ._wordWrap ._H,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._H,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._H,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._H {
  width: 35%;
}

@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-R[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._typeFullImgCover_Rwd ._H {
    width: auto !important;
    min-height: 180px;
    padding: 40px 30px;
    margin: 40px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 500px) {
  ._articleBlock article._article.-typeFull[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-R[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._typeFullImgCover_Rwd ._H {
    min-height: 150px;
    padding: 30px 30px;
  }
}

/* ._subH */
._articleBlock article ._contentWrap ._wordWrap ._subH {
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #333;
  font-size: 1.125rem;
  line-height: 1.6;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article ._contentWrap ._wordWrap ._subH {
    width: 100% !important;
  }
}

._articleBlock ._articleLR ._contentWrap ._wordWrap ._subH, ._articleBlock ._articleRR ._contentWrap ._wordWrap ._subH {
  width: 50%;
}

._articleBlock ._articleSR ._contentWrap ._wordWrap ._subH, ._articleBlock ._articleSL ._contentWrap ._wordWrap ._subH {
  width: 35%;
}

._articleBlock ._articleUL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUL ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._subH {
  width: 60%;
}

._articleBlock ._articleUR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._buttonCover,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._buttonCover, ._articleBlock ._articleUL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUL ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._subH {
  margin-left: 5%;
}

._articleBlock ._articleUR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._buttonCover,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._buttonCover, ._articleBlock ._articleUL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUL ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._subH {
  margin-right: 5%;
}

._articleBlock article._article.-typeFull[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-L[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-R[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._contentWrap ._wordWrap ._subH {
  width: auto !important;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-L[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-R[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._contentWrap ._wordWrap ._subH {
    color: #000 !important;
  }
}

/* ._P */
._articleBlock article ._contentWrap ._wordWrap ._P {
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #333;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article ._contentWrap ._wordWrap ._P {
    color: #000;
    margin: 0 !important;
    width: 100% !important;
  }
}

._articleBlock ._articleSR ._contentWrap ._wordWrap ._P, ._articleBlock ._articleSL ._contentWrap ._wordWrap ._P {
  width: 60%;
}

._articleBlock ._articleSL ._contentWrap ._wordWrap ._P {
  margin-left: 5%;
}

._articleBlock ._articleSR ._contentWrap ._wordWrap ._P {
  margin-right: 5%;
}

@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-img] ._contentWrap ._wordWrap ._P, ._articleBlock article._article.-typeFull-L[typeFull-img] ._contentWrap ._wordWrap ._P, ._articleBlock article._article.-typeFull-R[typeFull-img] ._contentWrap ._wordWrap ._P, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._contentWrap ._wordWrap ._P, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._contentWrap ._wordWrap ._P, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._contentWrap ._wordWrap ._P, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._contentWrap ._wordWrap ._P, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._contentWrap ._wordWrap ._P, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._contentWrap ._wordWrap ._P {
    color: #000 !important;
  }
}

/* ._buttonCover */
._articleBlock article ._contentWrap ._wordWrap ._buttonCover {
  display: block;
  width: 100%;
}

/* ._button */
._articleBlock article ._contentWrap ._wordWrap ._button {
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 0.9375rem;
  color: #fff;
  background-color: #959595;
  min-width: 220px;
  min-height: 45px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
._articleBlock article ._contentWrap ._wordWrap ._button:hover {
  color: #fff;
  background-color: #000;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article ._contentWrap ._wordWrap ._button {
    margin-top: 20px;
    min-width: 150px;
  }
}

/* ._imgCover */
._articleBlock article ._contentWrap ._imgCover {
  margin: 0 -10px;
  padding: 0;
  padding-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article ._contentWrap ._imgCover {
    margin: 0 -5px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px;
    float: none !important;
  }
}

._articleBlock ._articleRR ._contentWrap ._wordWrap ._imgCover, ._articleBlock ._articleLR ._contentWrap ._wordWrap ._imgCover, ._articleBlock ._articleR ._contentWrap > ._imgCover, ._articleBlock ._articleL ._contentWrap > ._imgCover {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleRR ._contentWrap ._wordWrap ._imgCover, ._articleBlock ._articleLR ._contentWrap ._wordWrap ._imgCover, ._articleBlock ._articleR ._contentWrap > ._imgCover, ._articleBlock ._articleL ._contentWrap > ._imgCover {
    width: auto;
  }
}

._articleBlock ._articleL ._contentWrap > ._imgCover {
  padding-left: 45px;
}

._articleBlock ._articleR ._contentWrap > ._imgCover {
  padding-right: 45px;
}

._articleBlock ._articleLR ._contentWrap ._wordWrap ._imgCover {
  padding-left: 45px;
  padding-bottom: 30px;
}

._articleBlock ._articleRR ._contentWrap ._wordWrap ._imgCover {
  padding-right: 45px;
  padding-bottom: 30px;
}

._articleBlock ._articleU ._contentWrap > ._imgCover,
._articleBlock ._articleUL ._contentWrap > ._imgCover,
._articleBlock ._articleUR ._contentWrap > ._imgCover {
  padding-top: 30px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleU ._contentWrap > ._imgCover,
  ._articleBlock ._articleUL ._contentWrap > ._imgCover,
  ._articleBlock ._articleUR ._contentWrap > ._imgCover {
    padding-top: 0;
    padding-bottom: 15px;
  }
}

._articleBlock ._articleD ._contentWrap > ._imgCover,
._articleBlock ._articleDL ._contentWrap > ._imgCover,
._articleBlock ._articleDR ._contentWrap > ._imgCover {
  padding-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleD ._contentWrap > ._imgCover,
  ._articleBlock ._articleDL ._contentWrap > ._imgCover,
  ._articleBlock ._articleDR ._contentWrap > ._imgCover {
    padding-bottom: 15px;
  }
}

._articleBlock article[articleSwiper=on] ._imgCover {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article[articleSwiper=on] ._imgCover {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ._cover */
._articleBlock article ._contentWrap ._imgCover ._cover {
  width: 100%;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article ._contentWrap ._imgCover ._cover {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px !important;
  }
}

._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover, ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover, ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover, ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover {
  padding: 0 !important;
  margin: 0 !important;
}

._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:first-child, ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:first-child, ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:first-child, ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:first-child {
  width: 100% !important;
  margin: 0 !important;
}

._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:nth-child(2) {
  min-width: 120px;
  max-width: 300px;
  width: 50% !important;
}
@media only screen and (max-width: 1330px) {
  ._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:nth-child(2) {
    width: 100% !important;
    max-width: 250px;
  }
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:nth-child(2) {
    width: 80% !important;
    max-width: 200px;
  }
}
@media only screen and (max-width: 650px) {
  ._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:nth-child(2) {
    width: 100% !important;
    max-width: 100px;
  }
}

._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:first-child {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 130px !important;
}
@media only screen and (max-width: 1330px) {
  ._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:first-child {
    padding-right: 50px !important;
  }
}

._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:nth-child(2) {
  bottom: -35%;
  right: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:nth-child(2) {
    bottom: -8%;
  }
}

._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:first-child {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 130px !important;
}
@media only screen and (max-width: 1330px) {
  ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:first-child {
    padding-right: 50px !important;
  }
}

._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:nth-child(2) {
  top: -35%;
  right: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:nth-child(2) {
    top: -20%;
  }
}

._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:first-child {
  padding-top: 0 !important;
  padding-left: 130px !important;
  padding-right: 0 !important;
}
@media only screen and (max-width: 1330px) {
  ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:first-child {
    padding-left: 50px !important;
  }
}

._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:nth-child(2) {
  bottom: -35%;
  left: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:nth-child(2) {
    bottom: -8%;
  }
}

._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:first-child {
  padding-top: 0 !important;
  padding-left: 130px !important;
  padding-right: 0 !important;
}
@media only screen and (max-width: 1330px) {
  ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:first-child {
    padding-left: 50px !important;
  }
}

._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:nth-child(2) {
  top: -35%;
  left: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:nth-child(2) {
    top: -20%;
  }
}

/* ._photo */
._articleBlock article ._contentWrap ._imgCover ._cover ._photo {
  width: 100%;
  background-color: rgb(240, 240, 240);
  padding: 0;
}

._articleBlock article[img-size=x11] ._cover ._photo, ._articleBlock article[img-size=x34] ._cover ._photo, ._articleBlock article[img-size=x43] ._cover ._photo, ._articleBlock article[img-size=x169] ._cover ._photo {
  width: 100% !important;
  height: 0 !important;
  overflow: hidden;
}

._articleBlock article[img-size=x11] ._cover ._photo {
  padding-bottom: 100% !important;
}

._articleBlock article[img-size=x34] ._cover ._photo {
  padding-bottom: 133.3% !important;
}

._articleBlock article[img-size=x43] ._cover ._photo {
  padding-bottom: 75% !important;
}

._articleBlock article[img-size=x169] ._cover ._photo {
  padding-bottom: 56.25% !important;
}

/* ._photo > img */
._articleBlock article ._contentWrap ._imgCover ._cover ._photo img {
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: none;
  transition: none;
}

._articleBlock article[img-size=x11] ._cover ._photo img, ._articleBlock article[img-size=x34] ._cover ._photo img, ._articleBlock article[img-size=x43] ._cover ._photo img, ._articleBlock article[img-size=x169] ._cover ._photo img {
  width: 100%;
  height: auto !important;
  padding: 0;
  margin-top: 0.05rem;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ._cover > _description */
._articleBlock article ._contentWrap ._imgCover ._cover ._description {
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 0.875rem;
  color: #999;
  width: 100%;
  padding: 6px 0 0 0;
  line-height: 1.5;
}

@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-img] ._contentWrap ._description, ._articleBlock article._article.-typeFull-L[typeFull-img] ._contentWrap ._description, ._articleBlock article._article.-typeFull-R[typeFull-img] ._contentWrap ._description, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._contentWrap ._description, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._contentWrap ._description, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._contentWrap ._description, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._contentWrap ._description, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._contentWrap ._description, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._contentWrap ._description {
    color: #000 !important;
  }
}

/* img-row */
._articleBlock article:not([articleSwiper=on])[img-row=x2] ._imgCover ._cover {
  width: 50%;
}

._articleBlock article:not([articleSwiper=on])[img-row=x3] ._imgCover ._cover {
  width: 33.3%;
}

._articleBlock article:not([articleSwiper=on])[img-row=x4] ._imgCover ._cover {
  width: 25%;
}

._articleBlock article:not([articleSwiper=on])[img-row=x5] ._imgCover ._cover {
  width: 20%;
}

@media only screen and (max-width: 900px) {
  ._articleBlock article:not([articleSwiper=on])[img-row=x2] ._imgCover ._cover, ._articleBlock article:not([articleSwiper=on])[img-row=x3] ._imgCover ._cover, ._articleBlock article:not([articleSwiper=on])[img-row=x4] ._imgCover ._cover, ._articleBlock article:not([articleSwiper=on])[img-row=x5] ._imgCover ._cover {
    width: 50%;
  }
}

/* -typeFull */
._articleBlock article._article.-typeFull, ._articleBlock article._article.-typeFull-L, ._articleBlock article._article.-typeFull-R, ._articleBlock article._article.-typeFull-BoxSlice, ._articleBlock article._article.-typeFull-BoxSlice-L, ._articleBlock article._article.-typeFull-BoxSlice-R, ._articleBlock article._article.-typeFull-Box, ._articleBlock article._article.-typeFull-Box-L, ._articleBlock article._article.-typeFull-Box-R {
  padding: 80px !important;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull, ._articleBlock article._article.-typeFull-L, ._articleBlock article._article.-typeFull-R, ._articleBlock article._article.-typeFull-BoxSlice, ._articleBlock article._article.-typeFull-BoxSlice-L, ._articleBlock article._article.-typeFull-BoxSlice-R, ._articleBlock article._article.-typeFull-Box, ._articleBlock article._article.-typeFull-Box-L, ._articleBlock article._article.-typeFull-Box-R {
    padding: 40px !important;
    background-image: none !important;
  }
}

@media only screen and (max-width: 900px) {
  ._articleBlock .typeF + .typeF {
    margin-top: 60px !important;
  }
}

._articleBlock article._article.-typeFull[typeFull-img], ._articleBlock article._article.-typeFull-L[typeFull-img], ._articleBlock article._article.-typeFull-R[typeFull-img], ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img], ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img], ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img], ._articleBlock article._article.-typeFull-Box[typeFull-img], ._articleBlock article._article.-typeFull-Box-L[typeFull-img], ._articleBlock article._article.-typeFull-Box-R[typeFull-img] {
  width: 100%;
  height: 100%;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-img], ._articleBlock article._article.-typeFull-L[typeFull-img], ._articleBlock article._article.-typeFull-R[typeFull-img], ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img], ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img], ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img], ._articleBlock article._article.-typeFull-Box[typeFull-img], ._articleBlock article._article.-typeFull-Box-L[typeFull-img], ._articleBlock article._article.-typeFull-Box-R[typeFull-img] {
    padding: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 500px) {
  ._articleBlock article._article.-typeFull[typeFull-img], ._articleBlock article._article.-typeFull-L[typeFull-img], ._articleBlock article._article.-typeFull-R[typeFull-img], ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img], ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img], ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img], ._articleBlock article._article.-typeFull-Box[typeFull-img], ._articleBlock article._article.-typeFull-Box-L[typeFull-img], ._articleBlock article._article.-typeFull-Box-R[typeFull-img] {
    min-height: 200px;
  }
}

._articleBlock article._article.-typeFull[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-R[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._typeFullImgCover_Rwd {
  width: 100%;
  height: 100%;
  min-height: 350px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-R[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._typeFullImgCover_Rwd {
    padding: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 500px) {
  ._articleBlock article._article.-typeFull[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-R[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._typeFullImgCover_Rwd {
    min-height: 225px;
  }
}
@media only screen and (max-width: 380px) {
  ._articleBlock article._article.-typeFull[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-R[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._typeFullImgCover_Rwd {
    min-height: 200px;
  }
}

/* -typeSwiper */
._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container {
  width: 100%;
  padding: 80px 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container {
    padding: 25px 0 90px;
  }
}

._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide {
  padding: 0 80px;
}

@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide {
    padding: 0 25px;
  }
}

._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._photoWrap, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._photoWrap {
  padding-left: 20px;
  padding-right: 0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._photoWrap, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._photoWrap {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 30px !important;
  }
}

._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._photoWrap {
  padding-left: 0;
  padding-right: 20px;
}

._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
}

/* Swiper Basic Setting */
._articleBlock article .swiper-container .swiper-pagination, ._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-pagination, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-pagination {
  width: 100%;
  padding: 0;
  bottom: 10px;
  left: 0;
}

._articleBlock article .swiper-container .swiper-pagination .swiper-pagination-bullet, ._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-pagination .swiper-pagination-bullet, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

._articleBlock article .swiper-container .swiper-pagination .swiper-pagination-bullet-active, ._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-pagination .swiper-pagination-bullet-active, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}

._articleBlock article .swiper-container .swiper-button-prev {
  width: 50px;
  height: 50px;
  color: #fff;
  background-image: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: auto;
  left: 10px;
  right: auto;
  z-index: 10;
}
._articleBlock article .swiper-container .swiper-button-prev:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
._articleBlock article .swiper-container .swiper-button-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #fff transparent transparent;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
._articleBlock article .swiper-container .swiper-button-next {
  width: 50px;
  height: 50px;
  color: #fff;
  background-image: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: auto;
  right: 10px;
  left: auto;
  z-index: 10;
}
._articleBlock article .swiper-container .swiper-button-next:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
._articleBlock article .swiper-container .swiper-button-next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
._articleBlock article .swiper-container .arrow-white.swiper-button-next {
  color: #fff;
}
._articleBlock article .swiper-container .arrow-white.swiper-button-next:before {
  border: 3px solid #fff;
}
._articleBlock article .swiper-container .arrow-white.swiper-button-next:after {
  border-color: transparent transparent transparent #fff;
}

._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-button-prev, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-button-prev {
  top: calc(50% - 25px);
}

._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-button-next, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-button-next {
  top: calc(50% - 25px);
}

._articleBlock article .swiper-container .swiper-scrollbar {
  border-radius: 0;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}

._articleBlock article .swiper-container.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 50;
  height: 5px;
  width: 100%;
}

/* Swiper Basic Setting for swiper4-outside */
.swiper4-outside ._articleBlock .swiper-pagination {
  width: 100%;
  padding: 0;
  bottom: 35px;
  left: 0;
}

.swiper4-outside ._articleBlock .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

.swiper4-outside ._articleBlock .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}

.swiper4-outside ._articleBlock .swiper-button-prev {
  width: 50px;
  height: 50px;
  color: #000;
  background-image: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: calc(50% - 69px);
  bottom: auto;
  left: 0;
  right: auto;
  z-index: 10;
}
.swiper4-outside ._articleBlock .swiper-button-prev:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 3px solid #000;
  border-radius: 50%;
}
.swiper4-outside ._articleBlock .swiper-button-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #000 transparent transparent;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 900px) {
  .swiper4-outside ._articleBlock .swiper-button-prev {
    display: none;
  }
}

.swiper4-outside ._articleBlock ._articleL .swiper-button-prev,
.swiper4-outside ._articleBlock ._articleLR .swiper-button-prev {
  left: 45px;
}

.swiper4-outside ._articleBlock .swiper-button-next {
  width: 50px;
  height: 50px;
  color: #000;
  background-image: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: calc(50% - 69px);
  bottom: auto;
  right: 0;
  left: auto;
  z-index: 10;
}
.swiper4-outside ._articleBlock .swiper-button-next:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 3px solid #000;
  border-radius: 50%;
}
.swiper4-outside ._articleBlock .swiper-button-next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #000;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 900px) {
  .swiper4-outside ._articleBlock .swiper-button-next {
    display: none;
  }
}

.swiper4-outside ._articleBlock ._articleR .swiper-button-next,
.swiper4-outside ._articleBlock ._articleRR .swiper-button-next {
  right: 45px;
}

.swiper4-outside ._articleBlock .-typeSwiper-L .swiper-button-prev,
.swiper4-outside ._articleBlock .-typeSwiper-R .swiper-button-prev {
  top: calc(50% - 25px);
}

.swiper4-outside ._articleBlock .-typeSwiper-L .swiper-button-next,
.swiper4-outside ._articleBlock .-typeSwiper-R .swiper-button-next {
  top: calc(50% - 25px);
}

._articleBlock {
  /* typeFull 相鄰 article 間距*/
}
._articleBlock article {
  position: relative;
}
._articleBlock article ._contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
._articleBlock article ._contentWrap::before, ._articleBlock article ._contentWrap::after {
  content: "";
  display: block;
  clear: both;
}
._articleBlock article ._contentWrap ._wordWrap {
  display: block;
  clear: both;
  height: 100%;
}
._articleBlock article ._contentWrap ._wordWrap ._H {
  width: auto;
  z-index: 2;
  outline: none;
}
._articleBlock article ._contentWrap ._wordWrap ._subH {
  width: auto;
  z-index: 2;
  outline: none;
}
._articleBlock article ._contentWrap ._wordWrap ._P {
  outline: none;
  width: auto;
  z-index: 1;
}
._articleBlock article ._contentWrap ._wordWrap ._box {
  display: none;
}
._articleBlock article ._contentWrap ._wordWrap ._button {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._articleBlock article ._contentWrap ._imgCover {
  max-height: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
._articleBlock article ._contentWrap ._imgCover ._cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
._articleBlock article ._contentWrap ._imgCover ._cover ._photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}
._articleBlock article ._contentWrap ._imgCover ._cover ._description {
  display: block;
}
._articleBlock ._article ._contentWrap,
._articleBlock ._articleSL ._contentWrap,
._articleBlock ._articleSR ._contentWrap,
._articleBlock ._articleD ._contentWrap,
._articleBlock ._articleDL ._contentWrap,
._articleBlock ._articleDR ._contentWrap,
._articleBlock ._articleU ._contentWrap,
._articleBlock ._articleUL ._contentWrap,
._articleBlock ._articleUR ._contentWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._article ._wordWrap ._imgCover,
  ._articleBlock ._articleSL ._wordWrap ._imgCover,
  ._articleBlock ._articleSR ._wordWrap ._imgCover {
    float: none;
  }
}
._articleBlock ._articleSL ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleSL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleSR ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleSR ._contentWrap ._wordWrap ._P {
  text-align: left;
}
._articleBlock ._articleSL ._contentWrap ._wordWrap ._subH {
  float: left;
}
._articleBlock ._articleSL ._contentWrap ._wordWrap ._P {
  float: right;
}
._articleBlock ._articleSR ._contentWrap ._wordWrap ._subH {
  float: right;
}
._articleBlock ._articleSR ._contentWrap ._wordWrap ._P {
  float: left;
}
._articleBlock ._articleD ._contentWrap > ._imgCover,
._articleBlock ._articleDL ._contentWrap > ._imgCover,
._articleBlock ._articleDR ._contentWrap > ._imgCover {
  height: 100%;
}
._articleBlock ._articleU ._contentWrap,
._articleBlock ._articleUL ._contentWrap,
._articleBlock ._articleUR ._contentWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleU ._contentWrap,
  ._articleBlock ._articleUL ._contentWrap,
  ._articleBlock ._articleUR ._contentWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
._articleBlock ._articleU ._contentWrap > ._imgCover,
._articleBlock ._articleUL ._contentWrap > ._imgCover,
._articleBlock ._articleUR ._contentWrap > ._imgCover {
  height: 100%;
}
._articleBlock ._articleUL ._contentWrap ._wordWrap,
._articleBlock ._articleDL ._contentWrap ._wordWrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
._articleBlock ._articleUL ._contentWrap ._wordWrap ._H,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._H {
  float: left;
}
._articleBlock ._articleUL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUL ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._subH {
  float: right;
  margin-right: 0;
}
._articleBlock ._articleUR ._contentWrap ._wordWrap,
._articleBlock ._articleDR ._contentWrap ._wordWrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
._articleBlock ._articleUR ._contentWrap ._wordWrap ._H,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._H {
  float: right;
}
._articleBlock ._articleUR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._buttonCover,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._buttonCover {
  float: left;
  margin-left: 0;
}
._articleBlock ._articleD ._contentWrap ._wordWrap ._H {
  width: 100%;
}
._articleBlock ._articleU ._contentWrap ._wordWrap ._H {
  width: 100%;
}
._articleBlock ._articleRR ._contentWrap ._wordWrap ._H {
  display: block;
  float: right;
}
._articleBlock ._articleRR ._contentWrap ._wordWrap ._subH {
  display: block;
  float: right;
}
._articleBlock ._articleRR ._contentWrap ._wordWrap ._imgCover {
  float: left;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleRR {
    width: 100% !important;
  }
  ._articleBlock ._articleRR ._wordWrap ._imgCover {
    float: none;
  }
}
._articleBlock ._articleLR ._contentWrap ._wordWrap ._H {
  display: block;
  float: left;
}
._articleBlock ._articleLR ._contentWrap ._wordWrap ._subH {
  display: block;
  float: left;
}
._articleBlock ._articleLR ._contentWrap ._wordWrap ._imgCover {
  float: right;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleLR {
    width: 100% !important;
  }
  ._articleBlock ._articleLR ._wordWrap ._imgCover {
    float: none;
  }
}
._articleBlock ._articleL ._contentWrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
._articleBlock ._articleL ._contentWrap ._wordWrap {
  float: left;
  clear: none;
}
._articleBlock ._articleL ._contentWrap > ._imgCover {
  float: right;
  clear: both;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleL ._contentWrap > ._imgCover {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleL ._contentWrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  ._articleBlock ._articleL ._contentWrap > ._imgCover {
    float: none;
  }
  ._articleBlock ._articleL ._wordWrap {
    width: 100% !important;
  }
}
._articleBlock ._articleR ._contentWrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
._articleBlock ._articleR ._contentWrap ._wordWrap {
  float: right;
  clear: none;
}
._articleBlock ._articleR ._contentWrap > ._imgCover {
  float: left;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleR ._contentWrap > ._imgCover {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleR ._contentWrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  ._articleBlock ._articleR ._contentWrap > ._imgCover {
    float: none;
  }
  ._articleBlock ._articleR ._wordWrap {
    width: 100% !important;
  }
}
._articleBlock ._articleRR[articleSwiper=on] ._contentWrap ._wordWrap ._H,
._articleBlock ._articleRR[articleSwiper=on] ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleLR[articleSwiper=on] ._contentWrap ._wordWrap ._H,
._articleBlock ._articleLR[articleSwiper=on] ._contentWrap ._wordWrap ._subH {
  width: 50%;
}
._articleBlock article._articleR[article-flex=up] ._contentWrap, ._articleBlock article._articleL[article-flex=up] ._contentWrap {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
._articleBlock article._articleR[article-flex=center] ._contentWrap, ._articleBlock article._articleL[article-flex=center] ._contentWrap {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
._articleBlock article._articleR[article-flex=down] ._contentWrap, ._articleBlock article._articleL[article-flex=down] ._contentWrap {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
._articleBlock article[h-align=center] ._H {
  text-align: center !important;
}
._articleBlock article[h-align=left] ._H {
  text-align: left !important;
}
._articleBlock article[h-align=right] ._H {
  text-align: right !important;
}
._articleBlock article[subh-align=center] ._subH {
  text-align: center !important;
}
._articleBlock article[subh-align=left] ._subH {
  text-align: left !important;
}
._articleBlock article[subh-align=right] ._subH {
  text-align: right !important;
}
._articleBlock article[p-align=center] ._P {
  text-align: center !important;
}
._articleBlock article[p-align=left] ._P {
  text-align: left !important;
}
._articleBlock article[p-align=right] ._P {
  text-align: right !important;
}
._articleBlock article[description-align=center] ._description {
  text-align: center !important;
}
._articleBlock article[description-align=left] ._description {
  text-align: left !important;
}
._articleBlock article[description-align=right] ._description {
  text-align: right !important;
}
._articleBlock article[button-align=center] ._buttonCover {
  text-align: center;
}
._articleBlock article[button-align=center] ._buttonCover ._button {
  margin-left: auto !important;
  margin-right: auto !important;
}
._articleBlock article[button-align=left] ._buttonCover {
  text-align: left;
}
._articleBlock article[button-align=left] ._buttonCover ._button {
  margin-left: 0 !important;
  margin-right: auto !important;
}
._articleBlock article[button-align=right] ._buttonCover {
  text-align: right;
}
._articleBlock article[button-align=right] ._buttonCover ._button {
  margin-left: auto !important;
  margin-right: 0 !important;
}
._articleBlock article[button-textalign=center] ._button {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
._articleBlock article[button-textalign=left] ._button {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
._articleBlock article[button-textalign=right] ._button {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
._articleBlock article:not([articleSwiper=on])[img-row=x2] ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x3] ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x4] ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x5] ._imgCover {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
._articleBlock article:not([articleSwiper=on])[img-row=x2].-typeFull ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x2].-typeFull-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x2].-typeFull-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x2].-typeFull-BoxSlice ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x2].-typeFull-BoxSlice-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x2].-typeFull-BoxSlice-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x2].-typeFull-Box ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x2].-typeFull-Box-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x2].-typeFull-Box-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x3].-typeFull ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x3].-typeFull-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x3].-typeFull-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x3].-typeFull-BoxSlice ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x3].-typeFull-BoxSlice-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x3].-typeFull-BoxSlice-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x3].-typeFull-Box ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x3].-typeFull-Box-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x3].-typeFull-Box-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x4].-typeFull ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x4].-typeFull-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x4].-typeFull-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x4].-typeFull-BoxSlice ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x4].-typeFull-BoxSlice-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x4].-typeFull-BoxSlice-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x4].-typeFull-Box ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x4].-typeFull-Box-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x4].-typeFull-Box-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x5].-typeFull ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x5].-typeFull-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x5].-typeFull-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x5].-typeFull-BoxSlice ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x5].-typeFull-BoxSlice-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x5].-typeFull-BoxSlice-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x5].-typeFull-Box ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x5].-typeFull-Box-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x5].-typeFull-Box-R ._imgCover {
  min-height: 100%;
}
._articleBlock article:not([articleSwiper=on])[img-merge=on] ._imgCover {
  width: 100%;
  margin: 0 !important;
}
._articleBlock article:not([articleSwiper=on])[img-merge=on] ._imgCover ._cover {
  padding: 0 !important;
}
._articleBlock article:not([articleSwiper=on])[img-merge=on] ._imgCover ._cover ._description {
  display: none !important;
}
._articleBlock article:not([articleSwiper=on])[img-merge=on] ._typeFullImgCover_RWD {
  margin: 0 !important;
}
._articleBlock article._articleL:not([articleSwiper=on])[img-merge=on] ._imgCover, ._articleBlock article._articleLR:not([articleSwiper=on])[img-merge=on] ._imgCover, ._articleBlock article._articleR:not([articleSwiper=on])[img-merge=on] ._imgCover, ._articleBlock article._articleRR:not([articleSwiper=on])[img-merge=on] ._imgCover {
  width: 50%;
}
._articleBlock article:not([articleSwiper=on])[img-firstbig=on] ._imgCover ._cover:first-child {
  width: 100% !important;
}
._articleBlock article._articleL:not([articleSwiper=on])[img-firstbig=on][img-merge=on] ._imgCover ._cover, ._articleBlock article._articleLR:not([articleSwiper=on])[img-firstbig=on][img-merge=on] ._imgCover ._cover, ._articleBlock article._articleR:not([articleSwiper=on])[img-firstbig=on][img-merge=on] ._imgCover ._cover, ._articleBlock article._articleRR:not([articleSwiper=on])[img-firstbig=on][img-merge=on] ._imgCover ._cover {
  padding: 0 !important;
}
._articleBlock article._articleL:not([articleSwiper=on])[img-firstbig=on][img-merge=on] ._imgCover ._cover:first-child, ._articleBlock article._articleLR:not([articleSwiper=on])[img-firstbig=on][img-merge=on] ._imgCover ._cover:first-child, ._articleBlock article._articleR:not([articleSwiper=on])[img-firstbig=on][img-merge=on] ._imgCover ._cover:first-child, ._articleBlock article._articleRR:not([articleSwiper=on])[img-firstbig=on][img-merge=on] ._imgCover ._cover:first-child {
  padding: 0 !important;
}
._articleBlock article[img-size=x11] ._cover, ._articleBlock article[img-size=x34] ._cover, ._articleBlock article[img-size=x43] ._cover, ._articleBlock article[img-size=x169] ._cover {
  position: relative;
}
._articleBlock article[img-flex=center] ._imgCover ._cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._articleBlock article[img-flex=up] ._imgCover ._cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._articleBlock article[img-flex=down] ._imgCover ._cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._articleBlock article._article.-typeFull, ._articleBlock article._article.-typeFull-L, ._articleBlock article._article.-typeFull-R, ._articleBlock article._article.-typeFull-BoxSlice, ._articleBlock article._article.-typeFull-BoxSlice-L, ._articleBlock article._article.-typeFull-BoxSlice-R, ._articleBlock article._article.-typeFull-Box, ._articleBlock article._article.-typeFull-Box-L, ._articleBlock article._article.-typeFull-Box-R {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._articleBlock article._article.-typeFull ._contentWrap ._imgCover, ._articleBlock article._article.-typeFull-L ._contentWrap ._imgCover, ._articleBlock article._article.-typeFull-R ._contentWrap ._imgCover, ._articleBlock article._article.-typeFull-BoxSlice ._contentWrap ._imgCover, ._articleBlock article._article.-typeFull-BoxSlice-L ._contentWrap ._imgCover, ._articleBlock article._article.-typeFull-BoxSlice-R ._contentWrap ._imgCover, ._articleBlock article._article.-typeFull-Box ._contentWrap ._imgCover, ._articleBlock article._article.-typeFull-Box-L ._contentWrap ._imgCover, ._articleBlock article._article.-typeFull-Box-R ._contentWrap ._imgCover {
  min-height: 100%;
}
._articleBlock article._article.-typeFull[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-R[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._typeFullImgCover_Rwd {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._articleBlock article._article.-typeFull[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-R[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._typeFullImgCover_Rwd ._H {
  display: none;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-img] ._contentWrap ._wordWrap ._H, ._articleBlock article._article.-typeFull-L[typeFull-img] ._contentWrap ._wordWrap ._H, ._articleBlock article._article.-typeFull-R[typeFull-img] ._contentWrap ._wordWrap ._H, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._contentWrap ._wordWrap ._H, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._contentWrap ._wordWrap ._H, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._contentWrap ._wordWrap ._H, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._contentWrap ._wordWrap ._H, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._contentWrap ._wordWrap ._H, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._contentWrap ._wordWrap ._H {
    display: none;
  }
}
._articleBlock article._article.-typeFull[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-size=s] ._contentWrap {
  min-height: 100%;
}
._articleBlock article._article.-typeFull[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-size=m] ._contentWrap {
  min-height: 100%;
}
._articleBlock article._article.-typeFull[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-size=l] ._contentWrap {
  min-height: 100%;
}
._articleBlock article._article.-typeFull ._contentWrap ._wordWrap ._button {
  margin-left: 0;
}
._articleBlock article._article.-typeFull-L {
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
._articleBlock article._article.-typeFull-L ._contentWrap ._wordWrap ._button {
  margin-left: 0;
}
._articleBlock article._article.-typeFull-R {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
._articleBlock article._article.-typeFull-R ._contentWrap ._wordWrap ._button {
  margin-left: 0;
}
._articleBlock article._article.-typeFull ._contentWrap, ._articleBlock article._article.-typeFull-L ._contentWrap, ._articleBlock article._article.-typeFull-R ._contentWrap {
  background-color: transparent !important;
}
._articleBlock article._article.-typeFull-Box ._contentWrap, ._articleBlock article._article.-typeFull-Box-L ._contentWrap, ._articleBlock article._article.-typeFull-Box-R ._contentWrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
._articleBlock article._article.-typeFull-Box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._articleBlock article._article.-typeFull-Box-L {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
._articleBlock article._article.-typeFull-Box-R {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
._articleBlock article._article.-typeFull-BoxSlice, ._articleBlock article._article.-typeFull-BoxSlice-L, ._articleBlock article._article.-typeFull-BoxSlice-R {
  padding: 0 !important;
}
._articleBlock article._article.-typeFull-BoxSlice ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R ._contentWrap {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
._articleBlock article._article.-typeFull-BoxSlice ._contentWrap ._wordWrap ._button, ._articleBlock article._article.-typeFull-BoxSlice-L ._contentWrap ._wordWrap ._button, ._articleBlock article._article.-typeFull-BoxSlice-R ._contentWrap ._wordWrap ._button {
  margin-left: 0;
}
._articleBlock article._article.-typeFull-BoxSlice {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull-BoxSlice ._contentWrap {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
._articleBlock article._article.-typeFull-BoxSlice-L {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
._articleBlock article._article.-typeFull-BoxSlice-L ._contentWrap {
  left: 0;
  right: auto;
  margin-left: 0;
}
._articleBlock article._article.-typeFull-BoxSlice-L ._contentWrap ._wordWrap ._button {
  margin-left: 0;
}
._articleBlock article._article.-typeFull-BoxSlice-R {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
._articleBlock article._article.-typeFull-BoxSlice-R ._contentWrap {
  left: auto;
  right: 0;
  margin-right: 0;
}
._articleBlock article._article.-typeSwiper-L ._contentWrap, ._articleBlock article._article.-typeSwiper-R ._contentWrap {
  width: 100%;
  overflow: hidden;
}
._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._photoWrap ._photo, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._photoWrap ._photo {
  position: relative;
}
._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._photoWrap ._photo img, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._photoWrap ._photo img {
  width: 100%;
  -webkit-transition: none;
  transition: none;
}
._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap ._H,
._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap ._subH,
._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap ._P, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap ._H,
._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap ._subH,
._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap ._P {
  width: 100%;
  margin-left: 0 !important;
  margin-left: 0 !important;
}
._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap ._button, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap ._button {
  margin-left: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover, ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover, ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover, ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover {
  margin: 0;
  height: 100%;
}
._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover, ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover, ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover, ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover {
  display: none !important;
}
._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:first-child, ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:first-child, ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:first-child, ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:first-child {
  display: block !important;
}
._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:nth-child(2) {
  display: block !important;
  position: absolute;
  z-index: 1;
}
._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover ._description, ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover ._description, ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover ._description, ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover ._description {
  display: none !important;
}
._articleBlock article._article.-typeOverlap-LD ._contentWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
._articleBlock article._article.-typeOverlap-RD ._contentWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
._articleBlock article .swiper-container-android .swiper-slide,
._articleBlock article .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
._articleBlock article .swiper-container {
  width: 100%;
  padding-bottom: 50px;
}
._articleBlock article .swiper-container[data-swiper-nav=off] {
  padding-bottom: 10px;
}
._articleBlock article .swiper-container .swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._articleBlock article .swiper-container .swiper-wrapper .swiper-slide._cover {
  padding: 0 !important;
}
._articleBlock article .swiper-container .swiper-wrapper .swiper-slide ._description {
  width: 100%;
  padding-top: 10px;
  text-align: center;
  display: block;
  word-break: break-all;
}
.video4-cover.onPage {
  padding-bottom: 56.25% !important;
  width: 100% !important;
  height: 0 !important;
}
.video4-cover.onPage img {
  height: auto !important;
  padding: 0;
  margin-top: 0.05rem;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video4-cover ._videoPlayButton,
.video4-cover .playButton {
  content: "";
  font-size: 0;
  line-height: 0;
  color: transparent;
  min-width: auto !important;
  min-height: auto !important;
  width: 55px !important;
  height: 55px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#00ff96), to(#00b7ff));
  background-image: linear-gradient(to right, #00ff96, #00b7ff);
  opacity: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video4-cover ._videoPlayButton:before,
.video4-cover .playButton:before {
  content: "";
  width: 0;
  height: 0;
  margin-right: -3px;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
}
.video4-cover ._videoOverlay,
.video4-cover .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.video4-cover:hover ._videoPlayButton,
.video4-cover:hover .playButton {
  background-color: rgb(190, 190, 190);
}
.video4-cover:hover ._videoOverlay,
.video4-cover:hover .overlay {
  opacity: 0.8;
}
.video4-cover.onPage iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.video4-player {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.video4-player .playerCover {
  width: 80%;
  max-width: 1280px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #000;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .video4-player .playerCover {
    width: 100%;
  }
}
.video4-player .playerCover .player {
  width: 100%;
  height: 0;
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
.video4-player .playerCover .player iframe {
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  border: none;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  z-index: 10;
}
.video4-player .playerCover .closeButton {
  width: 30px;
  height: 30px;
  background-image: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -60px;
  bottom: auto;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.video4-player .playerCover .closeButton:hover {
  -webkit-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.video4-player .playerCover .closeButton:before {
  content: "";
  width: 1px;
  height: 35px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
}
.video4-player .playerCover .closeButton:after {
  content: "";
  width: 1px;
  height: 35px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
}
.video4-player.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video4-player.open {
  opacity: 1;
}

.video4FixedBody {
  overflow: hidden;
}

.common_btn {
  position: relative;
  color: #ffffff;
  border-radius: 30px;
  font-size: 1.0625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.common_btn.b {
  color: #000000;
}
.common_btn.green {
  background: #00ff96;
}
.common_btn.green .btn_word:after, .common_btn.green .btn_word:before {
  background: none;
}
.common_btn.green .btn_r, .common_btn.green .btn_l {
  border-color: #00ff96;
}
.common_btn.blue {
  background: #2648b6;
}
.common_btn.blue .btn_word:after, .common_btn.blue .btn_word:before {
  background: none;
}
.common_btn.blue .btn_r, .common_btn.blue .btn_l {
  border-color: #2648b6;
}
.common_btn.gray {
  background: #535353;
}
.common_btn.gray .btn_word:after, .common_btn.gray .btn_word:before {
  background: none;
}
.common_btn.gray .btn_r, .common_btn.gray .btn_l {
  border-color: #535353;
}
.common_btn.gray:after {
  background: #ffffff;
}
@media only screen and (min-width: 1201px) {
  .common_btn.gray:hover {
    color: #000000;
  }
}
.common_btn .btn_l {
  border-top: 3px solid #00ff96;
  border-left: 3px solid #00ff96;
  border-bottom: 3px solid #00ff96;
  padding: 0px 14px;
  height: 60px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media only screen and (max-width: 992px) {
  .common_btn .btn_l {
    padding: 0px 11px;
    height: 45px;
  }
}
.common_btn .btn_word {
  position: relative;
  z-index: 3;
  padding: 0px 20px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 992px) {
  .common_btn .btn_word {
    padding: 0px 10px;
    font-size: 0.9375rem;
    height: 45px;
  }
}
.common_btn .btn_word:after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: calc(100% + 2px);
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#00ff96), to(#00b7ff));
  background: linear-gradient(to right, #00ff96, #00b7ff 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.common_btn .btn_word:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: calc(100% + 2px);
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#00ff96), to(#00b7ff));
  background: linear-gradient(to right, #00ff96, #00b7ff 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.common_btn .btn_word span {
  margin-right: 5px;
  font-size: 0.875rem;
}
.common_btn .btn_word p {
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  white-space: nowrap;
}
@media only screen and (max-width: 575px) {
  .common_btn .btn_word p {
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
.common_btn .btn_r {
  border-top: 3px solid #00b7ff;
  border-right: 3px solid #00b7ff;
  border-bottom: 3px solid #00b7ff;
  padding: 0px 14px;
  height: 60px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media only screen and (max-width: 992px) {
  .common_btn .btn_r {
    padding: 0px 11px;
    height: 45px;
  }
}
.common_btn:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00ff96), to(#00b7ff));
  background: linear-gradient(to right, #00ff96, #00b7ff);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1201px) {
  .common_btn:hover:after {
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .common_btn:hover .btn_word:after, .common_btn:hover .btn_word:before {
    opacity: 0;
    -webkit-transition: 0.5s 0.3s;
    transition: 0.5s 0.3s;
  }
}

.btn_more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 55px;
}
@media only screen and (max-width: 575px) {
  .btn_more {
    margin-top: 35px;
  }
}
.btn_more .btn_icon {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-left: 4px solid #00ff96;
  border-right: 4px solid #00b7ff;
  border-top: 4px solid #00dbcb;
  border-bottom: 4px solid #00dbcb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_more .btn_icon:after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #00ff96;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_more p {
  font-size: 1.0625rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 1.02px;
  margin-left: 10px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 575px) {
  .btn_more p {
    font-size: 0.9375rem;
  }
}
.btn_more:hover .btn_icon:after {
  width: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_more:hover p {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.close_btn {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 3;
}
.close_btn span {
  position: relative;
  width: 35px;
  height: 1px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close_btn span:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background: #ffffff;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.scrollbar-inner.theme-blue > .scroll-element.scroll-y {
  width: 4px;
}

.scrollbar-inner.theme-blue > .scroll-element .scroll-element_track {
  background-color: #000;
}

.scrollbar-inner.theme-blue > .scroll-element .scroll-bar {
  background-color: #2648b6;
  opacity: 1;
}

.scrollbar-inner.theme-black > .scroll-element.scroll-y {
  width: 4px;
}

.scrollbar-inner.theme-black > .scroll-element .scroll-element_track {
  background-color: transparent;
}

.scrollbar-inner.theme-black > .scroll-element .scroll-bar {
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}

.scrollbar-inner > .scroll-element.scroll-y {
  right: 3px;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  z-index: 200;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav.show {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav.hide {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav.black {
  background: #313131;
}
nav.black .container {
  padding: 17px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav.black .container .nav_left img:first-child {
  opacity: 1;
}
nav.black .container .nav_left img:last-child {
  opacity: 0;
}
nav.black .container .nav_right {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1200px) {
  nav.black .nav_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
nav.black .nav_right li:first-child {
  display: none;
}
nav.blackword .nav_left img:first-child {
  opacity: 0;
}
nav.blackword .nav_left img:last-child {
  opacity: 1;
}
nav.blackword .nav_right {
  color: #000000;
}
nav.blackword .dropdown .icon-language, nav.blackword .dropdown .dropdown_title {
  color: #000000;
}
nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  max-width: 1720px;
  padding: 65px 0 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1440px) {
  nav .container {
    padding: 50px 0 35px;
  }
}
@media only screen and (max-width: 992px) {
  nav .container {
    padding: 30px 0 15px;
  }
}
@media only screen and (max-width: 575px) {
  nav .container {
    width: 90%;
  }
}
nav .nav_left {
  -webkit-box-flex: 1%;
      -ms-flex: 1% 1 0px;
          flex: 1% 1 0;
}
@media only screen and (max-width: 992px) {
  nav .nav_left {
    -webkit-box-flex: 2%;
        -ms-flex: 2% 2 0px;
            flex: 2% 2 0;
  }
}
nav .nav_left a {
  position: relative;
  max-width: 280px;
  height: 36px;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1366px) {
  nav .nav_left a {
    max-width: 230px;
    height: 29px;
  }
}
@media only screen and (max-width: 575px) {
  nav .nav_left a {
    max-width: 210px;
    height: 28px;
  }
}
nav .nav_left img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav .nav_left img:first-child {
  opacity: 1;
}
nav .nav_link {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav .nav_link li {
  padding: 0 20px;
}
@media only screen and (max-width: 1365px) {
  nav .nav_link li {
    padding: 0 15px;
  }
}
nav .nav_link li a {
  font-size: 0.9375rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 0.9px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav .nav_link li a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 100%;
  background: #00ff96;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav .nav_link li a:hover {
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav .nav_link li a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav .nav_right {
  -webkit-box-flex: 1%;
      -ms-flex: 1% 1 0px;
          flex: 1% 1 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav .nav_right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
@media only screen and (max-width: 1440px) {
  nav .nav_right li {
    padding: 0 15px;
  }
}
nav .nav_right li:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  nav .nav_right li:not(:last-child) {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  nav .nav_right li:has(.esg) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
  }
}
nav .nav_right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
}
nav .nav_right span {
  margin-right: 10px;
}
nav .nav_right p {
  white-space: nowrap;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
nav .nav_right .menu_icon {
  width: 16px;
  height: 16px;
  background: #00ff96;
}
nav .nav_right .hot p {
  color: #00e4ff;
}

.menu {
  position: fixed;
  z-index: 220;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.1s 1.2s;
  transition: 0.1s 1.2s;
  pointer-events: none;
}
.menu:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: -1;
  -webkit-transition: 1s 0.6s;
  transition: 1s 0.6s;
}
@media only screen and (max-width: 575px) {
  .menu:after {
    -webkit-transition: 1s 0.5s;
    transition: 1s 0.5s;
  }
}
.menu.open {
  pointer-events: auto;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.menu.open:after {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 1s;
  transition: 1s;
}
.menu.open .menu_scroll .scroll-y {
  opacity: 1;
  -webkit-transition: 0.5s 1s;
  transition: 0.5s 1s;
}
.menu.open .menu_block {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 1s 0.4s;
  transition: 1s 0.4s;
}
.menu.open .menu_case {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 1;
  -webkit-transition: 0.8s 0.7s;
  transition: 0.8s 0.7s;
}
.menu .menu_scroll {
  height: 100%;
}
.menu .menu_scroll .scroll-y {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu .menu_scroll .scroll-x {
  display: none;
}
.menu .menu_container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.menu .menu_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .menu .menu_bg {
    width: 25%;
  }
}
@media only screen and (max-width: 575px) {
  .menu .menu_bg {
    width: 0%;
  }
}
.menu .menu_block {
  max-width: 810px;
  width: 50%;
  margin-left: auto;
  background: #1d3b9c;
  min-height: 100vh;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 1s 0.3s;
  transition: 1s 0.3s;
}
@media only screen and (max-width: 992px) {
  .menu .menu_block {
    width: 75%;
  }
}
@media only screen and (max-width: 575px) {
  .menu .menu_block {
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s;
  }
}
.menu .menu_block .menu_wrap {
  max-width: 520px;
  margin-left: auto;
  padding: 50px 65px 50px 50px;
  height: 100%;
}
@media only screen and (max-width: 1440px) {
  .menu .menu_block .menu_wrap {
    width: 85%;
  }
}
@media only screen and (max-width: 1024px) {
  .menu .menu_block .menu_wrap {
    padding: 50px 50px 50px 20px;
  }
}
@media only screen and (max-width: 992px) {
  .menu .menu_block .menu_wrap {
    padding: 50px 65px;
  }
}
@media only screen and (max-width: 575px) {
  .menu .menu_block .menu_wrap {
    margin: 0 auto;
    padding: 50px 0;
  }
}
.menu .menu_block .menu_hd .menu_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu .menu_block .menu_hd .menu_li {
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .menu .menu_block .menu_hd .menu_li {
    padding: 0 11px;
  }
}
.menu .menu_block .menu_hd .menu_li:first-child {
  padding-left: 0;
}
.menu .menu_block .menu_hd .menu_li:last-child {
  padding-right: 0;
  margin-left: auto;
}
.menu .menu_block .menu_hd .menu_li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
.menu .menu_block .menu_hd span {
  margin-right: 10px;
}
.menu .menu_block .menu_hd .hot p {
  color: #00e4ff;
}
.menu .menu_block .menu_hd p {
  font-size: 0.9375rem;
  letter-spacing: 0.9px;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  white-space: nowrap;
}
.menu .menu_block .menu_hd .menu_close {
  padding: 21.5px 58px;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00ff96), to(#00b7ff));
  background-image: linear-gradient(to right, #00ff96, #00b7ff);
}
.menu .menu_block .menu_hd .menu_close p {
  font-size: 1.0625rem;
}
@media only screen and (max-width: 1200px) {
  .menu .menu_block .menu_hd .menu_close {
    padding: 21.5px 50px;
  }
}
@media only screen and (max-width: 992px) {
  .menu .menu_block .menu_hd .menu_close {
    padding: 14px 37px;
  }
}
@media only screen and (max-width: 575px) {
  .menu .menu_block .menu_hd .menu_close {
    padding: 14px 35px;
  }
  .menu .menu_block .menu_hd .menu_close p {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 350px) {
  .menu .menu_block .menu_hd .menu_close {
    padding: 14px 25px;
  }
}
.menu .menu_block .menu_ct {
  margin-top: 180px;
}
@media only screen and (max-width: 1440px) {
  .menu .menu_block .menu_ct {
    min-height: 380px;
    margin-top: 150px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu .menu_block .menu_ct {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .menu .menu_block .menu_ct {
    text-align: center;
    min-height: 350px;
  }
}
@media only screen and (max-height: 700px) {
  .menu .menu_block .menu_ct {
    margin-top: 60px;
  }
}
.menu .menu_block .menu_ct li {
  padding: 20px 0;
}
.menu .menu_block .menu_ct a {
  position: relative;
  font-size: 1.5rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 1.44px;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu .menu_block .menu_ct a:after {
  position: absolute;
  content: "";
  background: #00ff96;
  width: 0;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu .menu_block .menu_ct a:hover {
  color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu .menu_block .menu_ct a:hover:after {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 575px) {
  .menu .menu_block .menu_ct a {
    font-size: 1.25rem;
  }
}
.menu .menu_block .menu_bt {
  margin-top: 115px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1440px) {
  .menu .menu_block .menu_bt {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu .menu_block .menu_bt {
    margin-bottom: 30px;
  }
}
@media only screen and (max-height: 700px) {
  .menu .menu_block .menu_bt {
    margin-top: 60px;
    margin-bottom: 10px;
  }
}
.menu .menu_block .menu_bt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 575px) {
  .menu .menu_block .menu_bt ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.menu .menu_block .menu_bt li {
  padding: 0;
  ine-height: 1.5;
}
@media only screen and (max-width: 575px) {
  .menu .menu_block .menu_bt li {
    width: 33.3%;
    padding: 0 10px;
  }
}
.menu .menu_block .menu_bt li:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 575px) {
  .menu .menu_block .menu_bt li:first-child {
    padding-left: 10px;
  }
}
.menu .menu_block .menu_bt li:not(:last-child) {
  padding-right: 30px;
}
.menu .menu_block .menu_bt li.hot {
  width: 100%;
  margin-top: 25px;
  padding: 0;
}
@media only screen and (max-width: 575px) {
  .menu .menu_block .menu_bt li.hot {
    text-align: center;
  }
}
.menu .menu_block .menu_bt a {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 1.2px;
  color: #ffffff;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu .menu_block .menu_bt a.hot p {
  color: #00e4ff;
}
.menu .menu_block .menu_bt a:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 575px) {
  .menu .menu_block .menu_bt a {
    font-size: 0.9375rem;
  }
}
.menu .menu_case {
  position: absolute;
  right: 620px;
  top: 50%;
  -webkit-transform: translate(100px, -50%);
      -ms-transform: translate(100px, -50%);
          transform: translate(100px, -50%);
  width: 750px;
  padding: 40px 0;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 1440px) {
  .menu .menu_case {
    right: 42%;
    width: 650px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu .menu_case {
    right: 44%;
    width: 550px;
  }
}
@media only screen and (max-width: 992px) {
  .menu .menu_case {
    display: none;
  }
}
.menu .menu_case .menu_case_wrap {
  background: #eeeeee;
  padding: 65px 65px 35px;
}
@media only screen and (max-width: 1440px) {
  .menu .menu_case .menu_case_wrap {
    padding: 50px 30px 20px;
  }
}
.menu .menu_case .menu_case_title {
  font-size: 1.625rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #000;
  letter-spacing: 3.12px;
  text-align: center;
}
.menu .menu_case .swiper-container {
  height: 700px;
  padding: 30px 0 60px;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .menu .menu_case .swiper-container {
    height: 650px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu .menu_case .swiper-container {
    height: 600px;
  }
}
.menu .menu_case .swiper-slide {
  height: 50%;
  background: none;
}
.menu .menu_case .swiper-slide:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.menu .menu_case .swiper-slide:nth-child(odd) .logo {
  margin-right: -20px;
}
.menu .menu_case .swiper-slide .logo {
  position: relative;
  margin-left: -20px;
  max-width: 130px;
}
@media only screen and (max-width: 1440px) {
  .menu .menu_case .swiper-slide .logo {
    max-width: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu .menu_case .swiper-slide .logo {
    max-width: 90px;
  }
}
.menu .menu_case .swiper-slide .pic {
  position: relative;
  max-width: 430px;
  width: 90%;
}
@media only screen and (max-width: 1440px) {
  .menu .menu_case .swiper-slide .pic {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu .menu_case .swiper-slide .pic {
    max-width: 380px;
  }
}
.menu .menu_case .swiper-pagination {
  width: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
}
.menu .menu_case .swiper-pagination-bullet {
  position: relative;
  border-radius: 0;
  background: #1b1b1b;
  margin: 0 15px;
}
.menu .menu_case .swiper-pagination-bullet:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 1px solid #1b1b1b;
  opacity: 0;
}
.menu .menu_case .swiper-pagination-bullet-active:after {
  opacity: 1;
}

.search {
  position: fixed;
  z-index: 230;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.1s 1.2s;
  transition: 0.1s 1.2s;
  pointer-events: none;
}
.search:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: -1;
  -webkit-transition: 1s 0.6s;
  transition: 1s 0.6s;
}
@media only screen and (max-width: 575px) {
  .search:after {
    -webkit-transition: 1s 0.5s;
    transition: 1s 0.5s;
  }
}
.search.open {
  pointer-events: auto;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.search.open:after {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 1s;
  transition: 1s;
}
.search.open .search_scroll .scroll-y {
  opacity: 1;
  -webkit-transition: 0.5s 1s;
  transition: 0.5s 1s;
}
.search.open .search_block {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.8s 0.4s;
  transition: 0.8s 0.4s;
}
.search .search_scroll {
  height: 100%;
}
.search .search_scroll .scroll-y {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.search .search_scroll .scroll-x {
  display: none;
}
.search .search_container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.search .search_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: calc(100% - 960px);
}
@media only screen and (max-width: 1200px) {
  .search .search_bg {
    width: 20%;
  }
}
@media only screen and (max-width: 575px) {
  .search .search_bg {
    width: 0;
  }
}
.search .search_block {
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  max-width: 960px;
  height: 100vh;
  background: #00ff96;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 575px) {
  .search .search_block {
    width: 100%;
  }
}
.search .search_wrap {
  max-width: 620px;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  .search .search_wrap {
    width: 85%;
  }
}
.search .search_btn {
  position: absolute;
  top: 50px;
  right: 65px;
}
@media only screen and (max-width: 575px) {
  .search .search_btn {
    right: 25px;
  }
}
.search .search_hd {
  max-width: 390px;
}
.search .search_hd .common_title {
  text-align: left;
}
.search .search_hd .p {
  opacity: 0.9;
}
.search .search_ct {
  padding-top: 135px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 575px) {
  .search .search_ct {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.search .search_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #2648b6;
}
.search .search_input input {
  width: 100%;
  border: none;
  background: none;
  line-height: 60px;
  font-size: 0.9375rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 575px) {
  .search .search_input input {
    line-height: 50px;
  }
}
.search .search_input input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.search .search_input input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.search .search_input input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.search .search_input input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.search .search_input input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.search .search_input .search_send {
  position: relative;
}
.search .search_input .search_send:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background: rgba(0, 0, 0, 0.4);
}
.search .search_input a {
  padding: 5px;
  margin: 0 15px;
}
@media only screen and (max-width: 575px) {
  .search .search_input a {
    margin: 0 10px;
  }
}
.search .search_relate {
  padding: 30px 0;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search .search_relate .relate_title {
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
.search .search_relate .relate_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 5px;
}
@media only screen and (max-width: 575px) {
  .search .search_relate .relate_ul {
    padding-top: 10px;
    margin-left: 0;
  }
}
.search .search_relate .relate_li {
  position: relative;
  line-height: 1.5;
}
.search .search_relate .relate_li:not(:first-child):before {
  content: "、";
}

footer {
  position: relative;
  z-index: 5;
}
footer .ft_wrap {
  max-width: 1540px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  footer .ft_wrap {
    width: 80%;
  }
}
footer .ft_top {
  background: #2648b6;
}
footer .ft_top .relate_career {
  position: relative;
}
footer .ft_top .relate_career:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 2px;
  background: #3150b4;
}
@media only screen and (max-width: 767px) {
  footer .ft_top .relate_career:after {
    width: 100%;
  }
}
footer .ft_top .relate_career .ft_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  footer .ft_top .relate_career .ft_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 130px;
  }
}
footer .ft_top .relate_career .career_head {
  position: relative;
  background: #00ff96;
  color: #000000;
  min-width: 280px;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
footer .ft_top .relate_career .career_head:after {
  position: absolute;
  bottom: 15%;
  left: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 90px;
  height: 4px;
  background-color: #fafafa;
}
footer .ft_top .relate_career .career_head p {
  letter-spacing: 5.6px;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.75rem;
}
@media only screen and (max-width: 1366px) {
  footer .ft_top .relate_career .career_head {
    min-width: 200px;
    height: 170px;
  }
  footer .ft_top .relate_career .career_head p {
    letter-spacing: 2px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 992px) {
  footer .ft_top .relate_career .career_head {
    min-width: 180px;
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  footer .ft_top .relate_career .career_head {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    height: 50px;
  }
  footer .ft_top .relate_career .career_head:after {
    content: none;
  }
  footer .ft_top .relate_career .career_head p {
    font-size: 1.375rem;
  }
}
footer .ft_top .relate_career .careerlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 100px;
  margin-right: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 80px 0;
  width: 100%;
}
footer .ft_top .relate_career .careerlist a {
  max-width: 180px;
  width: 100%;
  opacity: 0.5;
  margin: 30px 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .ft_top .relate_career .careerlist a:hover {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1366px) {
  footer .ft_top .relate_career .careerlist {
    padding: 40px 0;
  }
  footer .ft_top .relate_career .careerlist a {
    margin: 30px;
  }
}
@media only screen and (max-width: 992px) {
  footer .ft_top .relate_career .careerlist {
    margin-left: 50px;
  }
  footer .ft_top .relate_career .careerlist a {
    width: 50%;
    margin: 30px 0;
  }
  footer .ft_top .relate_career .careerlist a img {
    width: 75%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  footer .ft_top .relate_career .careerlist {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0 20px;
  }
  footer .ft_top .relate_career .careerlist a {
    margin: 20px 0;
  }
}
footer .ft_top .relate_career .gotop {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  footer .ft_top .relate_career .gotop {
    right: 50%;
    top: 20px;
    -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
footer .ft_top .relate_career .gotop .gotop_icon {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#00ff96), to(#00b7ff));
  background-image: linear-gradient(to right, #00ff96, #00b7ff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .ft_top .relate_career .gotop .gotop_icon:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3150b4;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
footer .ft_top .relate_career .gotop span {
  position: relative;
  display: block;
  height: 30px;
  width: 2px;
  background: #00ff96;
  margin: 0 auto;
  z-index: 5;
}
footer .ft_top .relate_career .gotop p {
  color: #ffffff;
  font-size: 0.9375rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  padding-top: 15px;
}
footer .ft_top .relate_career .gotop:hover .gotop_icon {
  animation: gotop 0.9s infinite ease-in alternate-reverse;
}
footer .ft_top .ft_ct {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  footer .ft_top .ft_ct {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  footer .ft_top .ft_ct {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
footer .ft_top .ft_ct .ft_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  footer .ft_top .ft_ct .ft_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .ft_top .ft_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  letter-spacing: 1.05px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  footer .ft_top .ft_left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
}
footer .ft_top .ft_left .link_ul {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  footer .ft_top .ft_left .link_ul {
    width: 50%;
    margin-bottom: 25px;
  }
}
footer .ft_top .ft_left .link_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
footer .ft_top .ft_left .link_title p {
  font-size: 1.0625rem;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px 0;
  font-size: 1.0625rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 767px) {
  footer .ft_top .ft_left .link_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: auto;
  }
  footer .ft_top .ft_left .link_title p {
    border: none;
    font-size: 0.9375rem;
  }
}
footer .ft_top .ft_left .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  footer .ft_top .ft_left .link_list {
    display: none;
  }
}
footer .ft_top .ft_left .link_item {
  margin: 10px 0;
}
footer .ft_top .ft_left .link_item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ffffff;
  font-size: 0.875rem;
  position: relative;
  z-index: 3;
  padding: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .ft_top .ft_left .link_item a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #00ff96;
  z-index: -1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
footer .ft_top .ft_left .link_item a:hover {
  color: #000000;
}
footer .ft_top .ft_left .link_item a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
footer .ft_top .ft_left .link_more {
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  footer .ft_top .ft_left .link_more {
    display: none;
  }
}
footer .ft_top .ft_left .link_more a {
  color: #999999;
  font-size: 0.875rem;
}
footer .ft_top .ft_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 1200px) {
  footer .ft_top .ft_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  footer .ft_top .ft_right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .ft_top .ft_right .common_btn:not(:first-child) {
  margin-top: 30px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  footer .ft_top .ft_right .common_btn:not(:first-child) {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  footer .ft_top .ft_right .common_btn {
    margin: 0 auto;
  }
}
footer .ft_contact {
  position: relative;
  padding: 45px 0;
}
@media only screen and (max-width: 992px) {
  footer .ft_contact {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 575px) {
  footer .ft_contact {
    padding: 25px 0;
  }
}
footer .ft_contact:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 2px;
  background: #3150b4;
}
@media only screen and (max-width: 767px) {
  footer .ft_contact:after {
    width: 100%;
  }
}
footer .ft_contact .ft_add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  letter-spacing: 0.9px;
}
@media only screen and (max-width: 767px) {
  footer .ft_contact .ft_add {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .ft_contact .ft_add .add_title {
  font-size: 1.0625rem;
}
@media only screen and (max-width: 575px) {
  footer .ft_contact .ft_add .add_title {
    display: none;
  }
}
footer .ft_contact .ft_add .add_p {
  font-size: 0.9375rem;
  margin-left: 5px;
  line-height: 1.3;
}
@media only screen and (max-width: 575px) {
  footer .ft_contact .ft_add .add_p {
    text-align: center;
  }
}
footer .ft_contact .ft_add .add_link {
  font-size: 1rem;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .ft_contact .ft_add .add_link:hover {
  color: #00ff96;
  border-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .ft_contact .ft_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  footer .ft_contact .ft_tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .ft_contact .ft_tel .tel_title {
  font-size: 1.0625rem;
}
@media only screen and (max-width: 575px) {
  footer .ft_contact .ft_tel .tel_title {
    display: none;
  }
}
footer .ft_contact .ft_tel .tel_p {
  color: #00ff96;
  margin-left: 5px;
  letter-spacing: 1.8px;
}
footer .ft_bottom {
  background: #191919;
  padding: 30px 0;
  letter-spacing: 1.05px;
}
@media only screen and (max-width: 767px) {
  footer .ft_bottom {
    padding: 20px 0;
  }
}
footer .ft_bottom .ft_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  footer .ft_bottom .ft_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .ft_bottom .left .copyright {
  color: #ffffff;
  line-height: 1.5;
}
footer .ft_bottom .left a {
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 767px) {
  footer .ft_bottom .left {
    margin-top: 20px;
    font-size: 0.8125rem;
    text-align: center;
  }
}
footer .ft_bottom .right {
  -webkit-box-flex: 1%;
      -ms-flex: 1% 1 0px;
          flex: 1% 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .ft_bottom .right a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .ft_bottom .right a:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@-webkit-keyframes gotop {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  5% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

@keyframes gotop {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  5% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
.lang-en footer .ft_top .relate_career .career_head {
  text-align: center;
}
.lang-en footer .ft_top .ft_left {
  line-height: 1.5;
  word-break: break-word;
  gap: 0 30px;
}
@media only screen and (max-width: 767px) {
  .lang-en footer .ft_top .ft_left {
    gap: 0;
  }
}
.lang-en footer .ft_top .ft_left .link_list {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .lang-en footer .ft_top .ft_left .link_title {
    text-align: center;
  }
}

.lang-jp footer .ft_top .ft_left {
  line-height: 1.5;
  gap: 0 30px;
}
@media only screen and (max-width: 767px) {
  .lang-jp footer .ft_top .ft_left {
    gap: 0;
  }
}
.lang-jp footer .ft_top .ft_left .link_list {
  padding-top: 10px;
}

.lightbox {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: 0.5s 0.3s;
  transition: 0.5s 0.3s;
  z-index: 9999;
}
.lightbox.show {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lightbox.show .close_btn {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lightbox.show .photo_ct {
  opacity: 1;
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
.lightbox .close_btn {
  position: absolute;
  left: 50%;
  top: -60px;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lightbox .close_btn:hover {
  -webkit-transform: translate(-50%, 0) rotate(180deg);
      -ms-transform: translate(-50%, 0) rotate(180deg);
          transform: translate(-50%, 0) rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lightbox .lb_scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.lightbox .lb_wrap {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.lightbox .lb_wrap.notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lightbox .lb_photo {
  min-height: 100vh;
  padding: 100px 0 50px;
}
.lightbox .photo_ct {
  position: relative;
  max-width: 1090px;
  width: 85%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 575px) {
  .lightbox .photo_ct {
    width: 100%;
  }
}
.lightbox .swiper-slide {
  background: none;
  margin: auto;
  opacity: 0 !important;
}
.lightbox .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.lightbox .photo_li {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lightbox .photo_pic {
  position: relative;
  width: 100%;
}
.lightbox .photo_tag {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000000;
  color: #ffffff;
  padding: 15px 20px;
  font-size: 1.0625rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 0.85px;
  line-height: 1.5;
}
@media only screen and (max-width: 575px) {
  .lightbox .photo_tag {
    font-size: 0.9375rem;
    padding: 10px 15px;
  }
}
.lightbox .photo_p {
  color: #ffffff;
  letter-spacing: 0.85px;
  line-height: 1.7;
  font-size: 1.0625rem;
  width: 85%;
  margin: 0 auto;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .lightbox .photo_p {
    font-size: 0.875rem;
    margin-top: 15px;
  }
}
.lightbox .swiper_prev, .lightbox .swiper_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 15px 0;
}
@media only screen and (max-width: 575px) {
  .lightbox .swiper_prev, .lightbox .swiper_next {
    display: none;
  }
}
.lightbox .swiper_prev .icon, .lightbox .swiper_next .icon {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-left: 4px solid #00ff96;
  border-right: 4px solid #00b7ff;
  border-top: 4px solid #00dbcb;
  border-bottom: 4px solid #00dbcb;
}
.lightbox .swiper_prev .line, .lightbox .swiper_next .line {
  width: 110px;
  height: 2px;
  background: #00ff96;
}
@media only screen and (max-width: 1200px) {
  .lightbox .swiper_prev .line, .lightbox .swiper_next .line {
    width: 80px;
  }
}
.lightbox .swiper_prev {
  position: absolute;
  left: -80px;
  top: calc(50% - 25px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
@media only screen and (max-width: 1200px) {
  .lightbox .swiper_prev {
    left: -50px;
  }
}
.lightbox .swiper_prev .line {
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
}
.lightbox .swiper_prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.lightbox .swiper_next {
  position: absolute;
  right: -80px;
  top: calc(50% - 25px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 1200px) {
  .lightbox .swiper_next {
    right: -50px;
  }
}
.lightbox .swiper_next .line {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}
.lightbox .swiper_next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.lightbox .lb_notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lightbox .notice_block {
  position: relative;
  z-index: 5;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: #00ff96;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 992px) {
  .lightbox .notice_block {
    width: 450px;
    height: 450px;
  }
}
@media only screen and (max-width: 575px) {
  .lightbox .notice_block {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (max-width: 350px) {
  .lightbox .notice_block {
    width: 320px;
    height: 320px;
  }
}
.lightbox .notice_block .notice_wrap {
  width: 80%;
}
.lightbox .notice_block .notice_head {
  text-align: center;
  padding-top: 60px;
  line-height: 1.3;
}
@media only screen and (max-width: 575px) {
  .lightbox .notice_block .notice_head {
    padding-top: 30px;
  }
}
.lightbox .notice_block .notice_title {
  font-size: 1.875rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 575px) {
  .lightbox .notice_block .notice_title {
    font-size: 1.5rem;
  }
}
.lightbox .notice_block .notice_p {
  min-height: 50px;
  margin-top: 30px;
  line-height: 1.8;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 575px) {
  .lightbox .notice_block .notice_p {
    line-height: 1.6;
    margin-top: 20px;
  }
}
.lightbox .notice_block .notice_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.lightbox_w {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  -webkit-transition: 0.5s 0.3s;
  transition: 0.5s 0.3s;
  z-index: 9999;
}
.lightbox_w.show {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lightbox_w.show .privacy_block {
  opacity: 1;
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
.lightbox_w .lb_scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.lightbox_w .lb_wrap {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.lightbox_w .lb_wrap.notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lightbox_w .lb_photo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  padding: 0;
}
.lightbox_w .privacy_block {
  position: relative;
  max-width: 1230px;
  width: 90%;
  margin: 0 auto;
  background: #434343;
  padding-top: 60px;
  padding-bottom: 100px;
  margin-bottom: 200px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 992px) {
  .lightbox_w .privacy_block {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .lightbox_w .privacy_block {
    width: 100%;
  }
}
.lightbox_w .privacy_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lightbox_w .common_title {
  max-width: 620px;
  width: 90%;
  margin: 0 auto;
  color: #ffffff;
  padding-top: 100px;
}
@media only screen and (max-width: 992px) {
  .lightbox_w .common_title {
    padding-top: 60px;
  }
}
.lightbox_w .privacy_ct {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  color: #ffffff;
  padding-top: 100px;
}
@media only screen and (max-width: 992px) {
  .lightbox_w .privacy_ct {
    padding-top: 60px;
  }
}
.lightbox_w .privacy_li:not(:first-child) {
  margin-top: 75px;
}
@media only screen and (max-width: 575px) {
  .lightbox_w .privacy_li:not(:first-child) {
    margin-top: 60px;
  }
}
.lightbox_w .privacy_li.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.lightbox_w .privacy_li.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.lightbox_w .li_title {
  font-size: 1.375rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.5;
}
@media only screen and (max-width: 992px) {
  .lightbox_w .li_title {
    font-size: 1.25rem;
  }
}
.lightbox_w .li_p {
  font-size: 0.9375rem;
  margin-top: 15px;
  letter-spacing: 0.6px;
  line-height: 1.8;
}
.lightbox_w .li_p li {
  position: relative;
  padding-left: 15px;
}
.lightbox_w .li_p li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00ff96;
  left: 3px;
  top: 10px;
}
.lightbox_w .li_p ul + p {
  margin-top: 10px;
}
.lightbox_w .privacy_inner {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.lightbox_w .privacy_inner b {
  color: #00ff96;
}
.lightbox_w .privacy_inner span {
  font-weight: bold;
}
.lightbox_w .gotop {
  position: absolute;
  left: 50%;
  bottom: 70px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 992px) {
  .lightbox_w .gotop {
    bottom: 40px;
  }
}
.lightbox_w .gotop .gotop_icon {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-left: 4px solid #00ff96;
  border-right: 4px solid #00b7ff;
  border-top: 4px solid #00dbcb;
  border-bottom: 4px solid #00dbcb;
  margin: 0 auto;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lightbox_w .gotop span {
  position: relative;
  display: block;
  height: 30px;
  width: 2px;
  background: #00ff96;
  margin: 0 auto;
  z-index: 5;
}
.lightbox_w .gotop p {
  color: #000000;
  font-size: 0.9375rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  padding-top: 15px;
}
.lightbox_w .gotop:hover .gotop_icon {
  animation: gotop 0.9s infinite ease-in alternate-reverse;
}
/*# sourceMappingURL=style.css.map */