@charset "UTF-8";
/* Basic style */
body {
  padding: 0;
  margin: 0;
  font-family: "Microsoft JhengHei", Arial;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  background-color: #fff;
  font-size: 100%;
  color: #000;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
}

* {
  padding: 0;
  margin: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

p,
ul,
ol {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 16px;
}

h1 {
  font-size: 2.25rem;
}

:focus-visible {
  outline: #EEC552 dotted 5px !important;
}

.sr-only-focusable:active,
.sr-only-focusable:focus-visible {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  z-index: 10;
}

li > p:first-child {
  margin-top: 13px;
}

br {
  content: "";
  margin: 5px;
  display: block;
  font-size: 1.125rem;
}

img {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.mobile,
.mobile2 {
  display: none !important;
}

.wrapper {
  overflow: hidden;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}

/* Basic style */
/* header style */
header,
.subnav {
  height: 80px;
}

header {
  background: #fff;
}

.navwrap {
  padding: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1600px;
  position: relative;
  background: transparent;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1000;
}

.navbar-header {
  display: none;
}

.navbar-toggle {
  background: #fff;
  color: #fff;
  border: none;
  width: 60px;
  height: 70px;
  padding: 15px;
  position: relative;
  background: transparent;
  margin-top: 20px;
  cursor: pointer;
}

.logo_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 86px;
  -webkit-transform: translateY(32px);
      -ms-transform: translateY(32px);
          transform: translateY(32px);
}

.logo {
  margin-top: 0;
  text-indent: -9999999px;
  position: relative;
  -webkit-transition: all 0 linear;
  transition: all 0 linear;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 278px;
  height: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background-position: 0 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.subnav {
  line-height: normal;
  z-index: 1000;
  position: relative;
  -ms-flex-preferred-size: calc(100% - 278px);
      flex-basis: calc(100% - 278px);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  right: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shart_top {
  width: 100%;
  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;
  margin-top: 10px;
  height: 32px;
}

.subnav ul.navli {
  margin-bottom: 0;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  list-style: none;
}

.navli li {
  margin: 0 24px 0 0;
  position: relative;
}

.navli li:last-child {
  margin-right: 35px;
}

.subnav ul,
.subnav ul li {
  float: left;
  list-style: none;
}

.navli li:first-child {
  margin: 0 5px 0 0;
}

.fontchange .share_icon li {
  margin-right: 8px;
}

.fontchange .share_icon li:last-child {
  margin-right: 0;
}

.fontchange ul.share_icon {
  margin-right: 0;
}

.navli li a {
  color: #666666;
  height: auto;
  margin-top: 0;
  font-size: 100%;
}

.navli li:first-child a {
  position: relative;
}

.fontchange {
  overflow: visible;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

.fontchange ul {
  height: 43px;
  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-right: 10px;
}

.fontchange ul:first-child,
.fontchange ul:nth-child(2) {
  margin-top: 0;
  margin-bottom: 0;
}

.fontchange li {
  padding: 10px 0 10px;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  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;
  font-size: 1rem;
  line-height: 0;
  background-size: 32px 32px !important;
  height: 32px;
  width: 32px;
  margin: 0;
}

.fontchange li sup {
  position: absolute;
  left: 19px;
  font-size: 0.95rem;
  top: 10px;
}

.fontchange > ul:not(.share_icon) li:first-child {
  white-space: nowrap;
  width: auto;
  cursor: auto;
  padding-top: 10px;
  margin-left: 0;
  margin-right: 11px;
  font-weight: 400;
}

.fontchange li:nth-child(2) {
  background-position: 1px;
  text-align: center;
}

.fontchange li.ative,
.fontchange li:hover {
  background: url(../img/moenv/bg_circle1.svg);
  color: #fff;
}

.fontchange li.ative:nth-child(2),
.fontchange li:hover:nth-child(2),
.fontchange li.ative:nth-child(3),
.fontchange li:hover:nth-child(3),
.fontchange li.ative:nth-child(4),
.fontchange li:hover:nth-child(4) {
  background-position: center;
  text-align: center;
}

.fontchange li:nth-child(3):not(.share_icon li) {
  margin: 0 10px;
}

.fontchange .share_icon > li:hover,
.fontchange li:first-child:hover {
  background: none;
  color: #000;
}

.search_wrap input[type=text] {
  border: 1px #fff solid;
  width: 100%;
  height: 36px;
  background: #F4F6F7;
  border-radius: 8px 0px 0px 8px;
  color: #000;
  font-size: 100%;
  padding-left: 10px;
  margin-left: 10px;
}
.search_wrap input[type=text]:focus-visible {
  outline-offset: -4px;
}

.share_icon a:hover,
.navli a:hover,
.outsideBanner img:hover,
input.search-button:hover,
input.SearchBtn:hover {
  opacity: 0.7;
  text-decoration: none;
}

.search_wrap {
  display: none;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: 75px;
  padding: 10px;
  width: 725px;
  text-align: right;
  background: #ececec;
  z-index: 2;
}

.search_wrap label {
  display: none;
}

.search_wrap input.btn {
  border: none;
  width: 45px;
  height: 35px;
  margin: 0 10px 0 0;
  background: url(../img/icon/search2.svg) no-repeat center/48%;
  text-indent: -999999px;
  vertical-align: middle;
  background-color: var(--c-pry1);
  cursor: pointer;
  margin-left: 0px;
  border-radius: 0 5px 5px 0;
}

.search-button {
  color: #fff !important;
  background-color: var(--c-pry1);
  border-radius: 5px;
  padding: 0 10px;
  height: 36px;
  font-size: 0.875rem;
  vertical-align: bottom;
  cursor: pointer;
  border: 0;
}

span.hot_words {
  display: none;
}

.hot_words {
  color: #000;
  font-size: 100%;
}

.hot_words span {
  white-space: nowrap;
  font-weight: 400;
}

.share_icon img {
  width: 32px;
  height: 32px;
  margin: 0;
}

/* header style END */
/* header new search */
.searchSwitch {
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  margin-left: 745px;
  width: 55px;
  height: 60px;
  background: url(../img/icon/search2.svg) 50% 50% no-repeat;
  background-size: 30px auto;
  -webkit-transition: none;
  transition: none;
}
.searchSwitch.on {
  background-image: url(../img/icon/search_over.svg);
  background-position: 50% 60%;
}
.searchSwitch.on + .search_wrap {
  display: block !important;
}
.searchSwitch.on + .search_wrap div[role=search] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* header new search NavFixed style */
.searchSwitchFixed {
  position: fixed;
  top: 0;
}
.searchSwitchFixed + .search_wrap {
  position: fixed;
  top: 60px;
  left: 50%;
  margin-left: 75px;
}

/* nav style */
.img {
  width: 100%;
  border: 0;
  display: block;
  margin: auto;
}

.navbar {
  position: relative;
  background: var(--c-pry1);
}

.navbar-collapse {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.mobileshow,
.mobileshow2 {
  display: none;
}

.mobileshow2 {
  display: none;
}

.nav,
.nav ol {
  margin-bottom: 0;
  list-style: none;
}

nav.navbar.bootsnav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  align-items: center;
  width: 85%;
  height: 60px;
  max-width: 1600px;
  padding-left: 290px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.dropdown,
.dropup {
  position: relative;
}

.nav > li {
  position: relative;
  width: 100%;
}

.dropdown .dropdown-toggle,
.nav.topnav > li > a {
  display: block;
  position: relative;
  color: #024a5a;
  padding: 12px;
  text-align: center;
}

nav.navbar.bootsnav ul.nav > li > a {
  color: #fff;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 165px;
  padding: 5px 0;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.navbar-nav > li {
  height: 100%;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-nav > li > a > span {
  position: relative;
  z-index: 2;
}

.navbar-nav > li > a:hover {
  background: transparent;
  text-decoration: none;
}

.navbar-nav > li > a:hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #40C4C6;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  -webkit-box-shadow: 0 0 0;
  -o-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border-radius: 0;
  padding: 0;
  font-size: 100%;
  padding: 0;
  width: 100%;
  background: #fff;
  border: solid 1px #e0e0e0;
  border-top: solid 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: none;
  background: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

nav.navbar.bootsnav a {
  outline-offset: -4px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
  padding: 8px 20px;
  text-align: left;
  color: #000;
  font-size: 1.125rem;
  line-height: 150%;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a.dropdown-toggle {
  padding-right: 32px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li:last-child > a {
  border-bottom: none;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:focus-visible,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover {
  color: #000 !important;
  background: #40C4C6;
  text-decoration: none;
}

nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
  top: 0;
  margin-top: 0;
  left: 100%;
}

nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li) .dropdown-menu {
  display: none !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 330px;
  max-height: 440px;
}
@media (max-width: 1024px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li) .dropdown-menu {
    width: 100%;
    max-height: none;
    right: auto !important;
  }
}
nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li) .dropdown-menu li {
  max-width: 165px;
}
@media (max-width: 1024px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li) .dropdown-menu li {
    max-width: none;
  }
}
@media (max-width: 1400px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li) .dropdown-menu {
    left: auto;
    right: 100%;
  }
}
nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li).on .dropdown-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 330px;
  max-height: 440px;
}
@media (max-width: 1024px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li).on .dropdown-menu {
    display: block !important;
    width: 100%;
    max-height: none;
    right: auto !important;
  }
}
nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li).on .dropdown-menu li {
  max-width: 165px;
}
@media (max-width: 1024px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li).on .dropdown-menu li {
    max-width: none;
  }
}
@media (max-width: 1400px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li).on .dropdown-menu {
    left: auto;
    right: 100%;
  }
}
nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li + li + li + li + li) .dropdown-menu {
  display: none !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 495px;
  max-height: 440px;
  left: unset;
  right: 100%;
}
@media (max-width: 1024px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li + li + li + li + li) .dropdown-menu {
    width: 100%;
    max-height: none;
    right: auto !important;
  }
}
nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li + li + li + li + li) .dropdown-menu li {
  max-width: 165px;
}
@media (max-width: 1024px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li + li + li + li + li) .dropdown-menu li {
    max-width: none;
  }
}
nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li + li + li + li + li).on .dropdown-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 495px;
  max-height: 440px;
  left: unset;
  right: 100%;
}
@media (max-width: 1024px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li + li + li + li + li).on .dropdown-menu {
    display: block !important;
    width: 100%;
    max-height: none;
    right: auto !important;
  }
}
nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li + li + li + li + li).on .dropdown-menu li {
  max-width: 165px;
}
@media (max-width: 1024px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li + li + li + li + li).on .dropdown-menu li {
    max-width: none;
  }
}
@media (max-height: 940px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li).dropdown-menu {
    display: none !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 330px;
    max-height: 440px;
  }
}
@media (max-width: 1024px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li).dropdown-menu {
    width: 100%;
    max-height: none;
    right: auto !important;
  }
}
@media (max-height: 940px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li).dropdown-menu li {
    max-width: 165px;
  }
}
@media (max-width: 1024px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li).dropdown-menu li {
    max-width: none;
  }
}
@media (max-width: 1400px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li).dropdown-menu {
    left: auto;
    right: 100%;
  }
}
@media (max-height: 940px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li).on .dropdown-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 330px;
    max-height: 440px;
  }
}
@media (max-width: 1024px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li).on .dropdown-menu {
    display: block !important;
    width: 100%;
    max-height: none;
    right: auto !important;
  }
}
@media (max-height: 940px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li).on .dropdown-menu li {
    max-width: 165px;
  }
}
@media (max-width: 1024px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li).on .dropdown-menu li {
    max-width: none;
  }
}
@media (max-width: 1400px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu li:has(li + li + li + li + li + li + li).on .dropdown-menu {
    left: auto;
    right: 100%;
  }
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  background: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
  content: "";
  border: 2px solid #000;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  border-top: none;
  border-left: none;
  right: 20px;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

nav.navbar.bootsnav li.dropdown a.dropdown-toggle:hover {
  color: #000;
}
nav.navbar.bootsnav li.dropdown a.dropdown-toggle:hover:before {
  border-color: #fff !important;
}
nav.navbar.bootsnav li.dropdown a.dropdown-toggle:hover:after {
  border: 2px solid #000;
  display: inline-block;
  border-top: none;
  border-left: none;
}

.dropdown > .dropdown-menu > li {
  margin: 0;
  display: inline-block;
  float: left;
  vertical-align: top;
  width: 100%;
}

.dropdown-menu > li > a {
  display: block;
  padding: 8px 33px 8px 33px;
  text-align: left;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #000;
  font-size: 1.125rem;
  outline-offset: -4px;
  white-space: normal;
}

.share_icon2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 24px 16px;
}

.share_icon2 a {
  width: 25%;
  padding: 0;
  margin: 8px 16px;
}

.navli2,
.share_icon2 {
  display: none;
}

/* nav style END */
/* NavFixed style */
.NavFixed {
  position: fixed;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 100%;
  z-index: 152;
}

/* NavFixed style END */
/* footer style */
.text-hidden {
  pointer-events: none;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  width: 0;
  overflow: hidden;
}

footer {
  background: #f4f4f4 url(../img/bg_footer.svg) no-repeat bottom/contain;
  padding-bottom: 50px;
}
footer :focus-visible {
  outline: #E85600 dotted 5px !important;
}

.btn_footer2 {
  position: relative;
  cursor: auto;
  padding-top: 40px;
  text-align: center;
  background: none;
}

.ftSwitch {
  font-size: 1.125em;
  padding: 8px 14px 10PX;
  border-radius: 20px;
  border: 1px solid #000;
  cursor: pointer;
  line-height: 1;
}
.ftSwitch:hover, .ftSwitch:focus-visible {
  color: #fff !important;
  background-color: #000;
}

.footerAll {
  padding: 0;
  width: 85%;
  max-width: 1600px;
  margin: auto;
  overflow: hidden;
}

.footerAll ul {
  display: block;
  list-style: none;
  line-height: 180%;
}

.footerAll ul:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 0 -2%;
}

.footerAll > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 16.66%;
          flex: 0 1 16.66%;
  padding: 0 2%;
  margin-top: 32px;
}

.footerAll > ul > li > ul {
  font-size: 105%;
  margin-bottom: 0;
}

.footerAll > ul > li > ul > li {
  margin: 0;
}

.footerAll > ul > li > a,
.footerAll > ul > li > span {
  display: block;
  font-size: 125%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.footerAll a:focus-visible,
.footerAll a:hover {
  color: var(--c-pry1);
}

.footerAll a:focus-visible {
  outline-offset: -3px;
}

.siteItem ul a,
footer a {
  color: #000;
  position: relative;
}

.footerAll > ul > li > a {
  display: inline-block;
  font-weight: 600;
  font-size: 125%;
  width: 100%;
  margin-bottom: 7px;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #000;
}
.footerAll > ul > li > a:hover {
  border-bottom: 1px solid #000;
}

.siteItem a + ul a {
  font-weight: 500;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.3;
  padding: 0.2em 0;
}

.copyright {
  background: var(--c-pry1);
}
.copyright :focus-visible {
  outline: #FFC29E dotted 5px !important;
}

.copyright_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1600px;
  margin: auto;
  padding: 23px 0 27px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.copyright .ftI {
  color: #fff;
  margin: 3px 0;
}
.copyright .ftI .item {
  display: inline-block;
}
.copyright .ftI .item .footer_menu {
  margin-left: 6px;
}
.copyright .ftI:nth-of-type(1) .footer_menu {
  margin-bottom: -3px;
}

.ftinline {
  display: inline;
  vertical-align: baseline;
  margin-left: 8px;
}

.mapBtn {
  display: inline-block;
  border-radius: 5px;
  padding: 0 4px;
  margin: 5px;
  color: var(--c-pry1);
  background: #fff;
}

.A11yBtn img {
  vertical-align: middle;
  height: 45px;
  width: 128px;
}

.footer_menu a {
  border: #fff solid 1px;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  margin-top: 6px;
  margin-bottom: 6px;
}
.footer_menu a:hover, .footer_menu a:focus-visible {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer_menu a:not(:nth-last-of-type(1)) {
  margin-right: 10px;
}

.detection {
  padding-top: 9px;
}

/* footer style END */
/* link style */
a {
  color: var(--c-pry1);
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  display: inline-block;
  position: relative;
  word-break: break-word;
}
a:has(.ci-filetype) {
  color: #000 !important;
  border: none !important;
  overflow: initial !important;
}
a:has(.ci-filetype):hover {
  color: #000 !important;
  border: none !important;
}
a:has(.ci-filetype):after {
  display: none !important;
}

a:active,
a:focus-visible,
a:hover {
  color: var(--c-pry1);
}

a:focus-visible .ci-filetype,
a:hover .ci-filetype {
  color: #fff;
  text-decoration: none;
  background: var(--c-pry1);
}

.logo2:focus-visible,
.logo2:hover,
a:not(.cd-accordion-menu a, .cd-accordion-menu label, .blue_btn2, .btn_back, .footerAll a, .nav > li > a, .navli2 a, .blue_btn3, .Gradient_btn, .sitemap .box > a, .main_point > li > a, a.hot_words, .marquee a, .words a, .accordion a):focus-visible,
a:not(.cd-accordion-menu a, .cd-accordion-menu label, .blue_btn2, .btn_back, .footerAll a, .nav > li > a, .navli2 a, .blue_btn3, .Gradient_btn, .sitemap .box > a, .main_point > li > a, a.hot_words, .marquee a, .words a, .accordion a):hover {
  color: var(--c-pry1);
}

a.hot_words,
.words a {
  color: var(--c-pry1);
  overflow: hidden;
  display: inline;
  height: auto;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

.linkBar a {
  color: #000;
}

a.hot_words:hover,
a.hot_words:focus-visible,
.words a:hover,
.words a:focus-visible,
.linkBar a:hover,
.linkBar a:focus-visible {
  border-bottom: 1px solid var(--c-pry1);
}

.list_group li a:focus-visible,
.list_group li a:hover,
.list_group2 li a:focus-visible,
.list_group2 li a:hover {
  color: var(--c-pry1) !important;
  border-bottom: 0;
}

.linkBar {
  text-align: right;
  font-size: 0.7rem;
  font-weight: 400;
}

.linkBar .copyMsg {
  display: none;
  position: absolute;
  top: -3em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: var(--md-white-1);
  word-break: keep-all;
  white-space: nowrap;
  padding: 0.4375em 0.75em 0.5625em 0.75em;
  border-radius: 6px;
  color: #fff;
  background-color: #3e4346;
  z-index: 2;
}

.accordion .linkBar {
  min-height: 1.9em;
  padding-top: 1rem;
}

.accordion-item .linkBar .bi-link:before {
  line-height: 0.7;
  vertical-align: 0;
}

.accordion ul:only-child {
  margin-bottom: 0;
}

.accordion ul:only-child li:last-child {
  padding-bottom: 0;
}

.link_file,
.link_related {
  list-style: none;
}

.list_boxs .link_file li,
.list_boxs .link_related li {
  padding-bottom: 0;
}

.list_boxs .link_file + p,
.link_file + p {
  padding-top: 16px;
}

.link_related a:after,
.words a:after {
  content: "\f470";
  display: inline;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.2em;
  font-size: 1.4em;
  margin-left: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.words .list_group2 a:after,
.words .list_group a:after,
.words .Gradient_btn:after,
.words .accordion a:after,
.words .grid a:after,
.words .sitemap a:after,
.top_btn_main a:after,
.Word_flex_img a:after,
.words a.border_btn:after,
.words .group_list a:after {
  display: none;
}

.border_btn {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  padding: 3px 10px;
  margin: 6px 4px;
  -webkit-transform: translate(-4px, 0);
      -ms-transform: translate(-4px, 0);
          transform: translate(-4px, 0);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  border: 1px solid #444 !important;
  color: #444 !important;
  font-size: 1rem;
}

.link_related a:after {
  margin-left: 10px !important;
  vertical-align: -0.285em;
}

#accesskey_c,
.L,
.u,
.z {
  color: transparent !important;
  position: absolute;
  z-index: 1000;
  outline: none !important;
  min-width: 24px;
  min-height: 24px;
  text-align: center;
}

#accesskey_c:focus-visible,
.L:focus-visible,
.u:focus-visible,
.z:focus-visible {
  color: #535456 !important;
}

/* link style */
/* Btn style */
.btn {
  margin: 2px 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  padding: 8.21px 18px;
  gap: 10px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1.125rem;
  line-height: 1.2;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.Gradient_btn {
  color: #313149;
  padding: 5px;
  border-radius: 16px;
  position: relative;
  z-index: 0;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  font-size: 1.125rem;
  border-bottom: 0 !important;
  margin-left: -6px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.Gradient_btn > svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  fill: transparent;
}

.Gradient_btn:hover > svg,
a:hover .Gradient_btn > svg,
a:focus-visible .Gradient_btn > svg,
.Gradient_btn:focus-visible > svg {
  fill: url("#Gradient");
}

.hide_svg {
  height: 0;
  width: 0;
}

.main .content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 9.5px;
  height: auto;
  width: unset;
  background: var(--c-pry1);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}

.list_group2 .content,
.link_file .content {
  padding: 0 9.5px;
}

.content span {
  line-height: 4px;
  margin-left: 4px;
}

.Gradient_btn:focus-visible .content,
.Gradient_btn:hover .content,
a:hover .Gradient_btn .content,
a:focus-visible .Gradient_btn .content {
  color: #fff;
  text-decoration: none;
}

.Gradient_btn.download {
  margin: 0 10px;
}

.gotop {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 98;
  background: url(../img/icon/goTop.svg) no-repeat center;
  background-size: contain;
  -webkit-box-shadow: none;
          box-shadow: none;
  right: 28px;
  bottom: 250px;
}

[data-list*=（] ~ p:first-child,
li > span + p,
li > ul:first-child {
  margin-top: 16px;
}

/* 英文版 */
html:lang(en) .fontchange li,
html:lang(en) .footerAll > ul > li > a {
  font-weight: 700;
}
html:lang(en) .footerAll > ul > li > a {
  padding-bottom: 0.5em;
}
html:lang(en) .siteItem a + ul a {
  padding: 0.25em 0;
  line-height: 1.4;
}
html:lang(en) .footerAll > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
html:lang(en) .ftSwitch {
  padding: 5px 14px 5px 14px;
}
html:lang(en) .copyright_main {
  padding: 13px 0 15px 0;
}
html:lang(en) .copyright .ftI {
  margin: 13px 0;
}
html:lang(en) .detection {
  padding-top: 20px;
}

@media screen and (max-width: 1882.3529px) {
  .searchSwitch,
  .search_wrap {
    left: initial;
    right: 7.5%;
    margin-left: 0;
  }
  /* NavFixed style */
  .searchSwitchFixed {
    position: fixed;
    top: 0;
    right: 7.5%;
    left: inherit;
    margin-left: 0;
  }
  .searchSwitchFixed + .search_wrap {
    position: fixed;
    right: 7.5%;
    left: inherit;
    margin-left: 0;
  }
}
@media screen and (max-width: 1500px) {
  .footerAll > ul > li {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media (max-width: 1400px) {
  /* header style */
  .logo_main {
    height: 64px;
    -webkit-transform: translateY(44px);
        -ms-transform: translateY(44px);
            transform: translateY(44px);
  }
  .logo {
    width: 220px;
  }
  nav.navbar.bootsnav .nav {
    padding-left: 230px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 1.1875rem;
    letter-spacing: -0.5px;
  }
  .searchSwitch,
  .search_wrap {
    right: 25px;
  }
  /* NavFixed style */
  .searchSwitchFixed {
    right: 25px;
  }
  .searchSwitchFixed + .search_wrap {
    right: 25px;
  }
  /* container */
  .footerAll,
  .copyright_main,
  .navwrap,
  nav.navbar.bootsnav .nav {
    width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
  }
  /* container END*/
}
@media screen and (min-width: 1025px) {
  .navbar-toggle {
    display: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    position: relative;
  }
  .navbar-nav > li.last_btn {
    margin-right: 55px;
  }
  .navbar-nav > li.last_btn > ul > li > ul {
    right: 100%;
    left: initial !important;
  }
}
@media screen and (min-width: 1200px) {
  /* header style */
  .navbar-nav > li {
    max-width: 200px;
  }
}
@media screen and (min-width: 1520px) {
  html:lang(en) .navbar-nav > li {
    max-width: 230px;
  }
}
@media (max-width: 1200px) {
  /* nav style */
  /* head */
  .navli li {
    margin-right: 15px;
  }
  .navli li:last-child {
    margin-right: 23px;
  }
  /* footer */
  .footerAll > ul > li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (max-width: 1024px) {
  /* base style */
  body {
    padding-top: 92px;
  }
  body:has(.hintBar) {
    margin-top: 58.5px;
  }
  body:has(.hintBar.off) {
    padding-top: 92px;
    margin-top: 0;
  }
  /* header style */
  .logoMobile {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .side-right #sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 200vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 150;
    will-change: opacity;
  }
  header,
  .subnav,
  .navwrap {
    height: 92px;
  }
  header,
  .hintBar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 151;
  }
  .hintBar + div header {
    top: 58.5px;
  }
  .hintBar.off + div header {
    top: 0;
  }
  header,
  .navwrap {
    margin: 0 auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navwrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1000;
    background: #fff;
  }
  .navbar-header {
    float: left;
    display: block;
    text-align: center;
    margin-top: 0px;
  }
  .navbar-toggle {
    background: transparent;
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
    float: left;
    padding: 15px 25px;
  }
  .navbar-toggle .hamburger-icon,
  .navbar-toggle .hamburger-icon:after,
  .navbar-toggle .hamburger-icon:before {
    position: relative;
    display: block;
    width: 30px;
    height: 4px;
    color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #000;
  }
  .navbar-toggle .hamburger-icon:after,
  .navbar-toggle .hamburger-icon:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
  }
  .hamburger-icon {
    width: 20px !important;
    text-indent: -10000000000000000px;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .navbar-toggle .hamburger-icon:after {
    top: 10px;
    width: 10px;
  }
  .side-right .retiree .hamburger-icon:after {
    width: 30px;
  }
  .side-right .hamburger-icon,
  .side-right .retiree .hamburger-icon {
    background-color: transparent !important;
  }
  .side-right .hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }
  .side-right .hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    width: 30px;
  }
  body.side-right {
    overflow: hidden;
  }
  .logo_main {
    margin: 0 auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding-right: 60px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .logo {
    width: 318px;
    background-position: 50% 50%;
    background-image: url(../img/logo_moenv-m.svg) !important;
  }
  .subnav.have_EN {
    display: block;
    right: 25px;
    margin-right: 0;
    position: absolute;
    width: 35px;
  }
  .fontchange ul:first-child,
  .fontlevel,
  .have_EN .navli,
  .subnav.have_EN .search_wrap,
  .main_words,
  .mobile_hide,
  .navli li,
  .share_icon li,
  .share_near {
    display: none;
  }
  .have_EN .fontchange ul:nth-child(2) {
    margin-top: 37px;
  }
  .add_m_menu nav.navbar.bootsnav,
  .share_icon li:last-child {
    display: block;
    padding: 0;
  }
  /* header style END*/
  /*nav style */
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
    display: none;
  }
  nav.navbar.bootsnav .navbar-collapse {
    margin-bottom: 0;
  }
  nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    position: fixed;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: block;
    background: var(--c-pry1);
    z-index: 9999999;
    width: 400px;
    height: calc(100% - 92px);
    left: -400px;
    top: 92px;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .hintBar + div header + nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    height: calc(100% - 150.5px);
    top: 150.5px;
  }
  .hintBar.off + div header + nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    height: calc(100% - 92px);
    top: 92px;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse {
    display: none;
  }
  nav.navbar.bootsnav.navbar-mobile .navbar-collapse.in {
    left: 0;
    display: block;
  }
  .new_style.add_m_menu #navbar-menu {
    background: var(--c-pry1);
  }
  .mobileshow,
  .mobileshow2 {
    display: block;
    float: none;
  }
  .Search2 input[type=text],
  .Search .Search_main,
  .Search input[type=text] {
    width: 100%;
  }
  .Search,
  .Search .Search_box,
  .Search .Search_box2 {
    width: 100%;
    background: #fff;
  }
  .search_wrap input[type=text] {
    border: 1px #eee solid;
    background: rgba(238, 238, 238, 0.85);
    height: 43px;
    margin-left: 0;
    border-radius: 0;
    padding: 12px 32px 11px 32px;
  }
  .search_wrap input.btn {
    height: 43px;
    border-radius: 0;
    margin: 0;
  }
  .pcbox .mobile2,
  .search-button,
  .Search i {
    display: none !important;
  }
  .searchSwitch {
    display: none !important;
  }
  .searchSwitch + .search_wrap {
    display: none !important;
  }
  .searchSwitch.on {
    display: none !important;
  }
  .searchSwitch.on + .search_wrap {
    display: none !important;
  }
  .search_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: initial;
    right: initial;
    width: 100%;
    padding: 0;
  }
  nav.navbar.bootsnav {
    border-bottom: 0;
    z-index: 1000;
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav {
    width: 100%;
    height: auto;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    display: block;
    max-width: none;
  }
  nav.navbar.bootsnav .navbar-nav > li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 1.125rem;
    padding: 11px 60px 11px 32px;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.4;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    width: 100%;
    position: relative;
    float: none;
    border: none;
    margin: 0 0 -1px;
    -webkit-box-shadow: 0 0 0;
    -o-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border-radius: 0 0 0;
    background: #fff;
    padding: 10px 0;
    left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .dropdown > .dropdown-menu > li {
    float: none;
  }
  .dropdown-menu a,
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    color: #231815;
    font-weight: 400;
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu > li > a {
    padding-left: 49px;
    padding-right: 60px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.4;
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu ul.dropdown-menu > li > a {
    padding-left: 65px;
    padding-right: 60px;
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu ul ul.dropdown-menu > li > a {
    padding-left: 81px;
    padding-right: 63px;
  }
  .share_icon2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .share_icon2 a {
    max-width: 60px;
  }
  .navli2 {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 24px;
  }
  .navli2 li {
    list-style: none;
    text-align: center;
    padding: 8px;
    min-width: 33.33%;
    display: inline-block;
  }
  .navli2 li a {
    display: inline-block;
    font-size: 90%;
    width: 100%;
    white-space: nowrap;
    padding: 10px;
    color: #fff;
    border: 1px solid #fff;
  }
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:after {
    content: "";
    border: 2px solid #fff;
    display: inline-block;
    width: 7.89px;
    height: 7.89px;
    margin: auto;
    position: absolute;
    border-top: none;
    border-left: none;
    right: 32px;
    top: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  nav.navbar.bootsnav li.dropdown.on li.dropdown a.dropdown-toggle:after,
  nav.navbar.bootsnav li.dropdown.on li.dropdown.on li.dropdown a.dropdown-toggle:after {
    border: 2px solid #000;
    border-top: none;
    border-left: none;
    -webkit-transform: translate(-3px, -1px) rotate(45deg);
    -ms-transform: translate(-3px, -1px) rotate(45deg);
    transform: translate(-3px, -1px) rotate(45deg);
  }
  nav.navbar.bootsnav li.dropdown.on li.dropdown a.dropdown-toggle:hover:after,
  nav.navbar.bootsnav li.dropdown.on li.dropdown.on li.dropdown a.dropdown-toggle:hover:after {
    border-color: #000;
  }
  nav.navbar.bootsnav li.dropdown.on a.dropdown-toggle:after,
  nav.navbar.bootsnav li.dropdown.on li.dropdown.on a.dropdown-toggle:after,
  nav.navbar.bootsnav li.dropdown.on li.dropdown.on li.dropdown.on a.dropdown-toggle:after {
    content: " ";
    -webkit-transform: translate(-3px, 0) rotate(225deg);
    -ms-transform: translate(-3px, 0) rotate(225deg);
    transform: translate(-3px, 0) rotate(225deg);
  }
  /* nav style END */
  /* footer style */
  #btn_img,
  aside .mobile_menu,
  footer {
    display: none;
  }
  .copyright_main {
    display: block;
    width: 95%;
    padding: 20px 0 28px 0;
  }
  .detection {
    padding-top: 16px;
  }
  .mapBtn {
    margin: 5px 0;
  }
  /* Btn style */
  .gotop {
    bottom: 95px;
  }
  /* Btn style end*/
  /* 英文版 */
  html:lang(en) nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    font-size: 1rem;
  }
  html:lang(en) nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu > li > a {
    padding-top: 9.5px;
    padding-bottom: 9.5px;
  }
  html:lang(en) .copyright_main {
    padding: 11px 0 28px 0;
  }
  html:lang(en) .copyright .ftI:nth-of-type(1) {
    margin-bottom: 13px;
  }
  html:lang(en) .detection {
    padding-top: 7px;
  }
}
/* nav style */
/* nav style END */
@media screen and (max-width: 700px) {
  /* base */
  body {
    padding-top: 58px;
  }
  body {
    padding-top: 58px;
  }
  body:has(.hintBar) {
    margin-top: 58.5px;
  }
  body:has(.hintBar.off) {
    padding-top: 58px;
    margin-top: 0;
  }
  /* header style */
  header,
  .navwrap,
  .subnav {
    height: 58px;
    top: 0;
  }
  .logo_main {
    height: 38px;
    padding-right: 64px;
  }
  .logo {
    width: 210px;
  }
  .navbar-toggle,
  .side-right .navbar-toggle {
    margin-top: 5px;
  }
  .navbar-toggle {
    height: 50px;
    width: 60px;
  }
  .shart_top {
    margin-top: 13px;
  }
  .have_EN .fontchange ul:nth-child(2) {
    margin-top: 2px;
  }
  nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    height: calc(100% - 58px);
    top: 58px;
  }
  .hintBar + div header + nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    height: calc(100% - 116.5px);
    top: 116.5px;
  }
  .hintBar.off + div header + nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    height: calc(100% - 58px);
    top: 58px;
  }
  /* header style end*/
  /* footer style */
  .copyright_main {
    padding: 20px 15px 29px 15px;
    width: 100%;
  }
  .copyright .ftI:nth-of-type(1) {
    margin-bottom: 13px;
  }
  /* footer style END */
  /* 英文版 */
  html:lang(en) .copyright_main {
    padding: 13px 15px 29px 15px;
  }
}
@media screen and (max-width: 550px) {
  body:has(.hintBar) {
    padding-top: 0;
    margin-top: 100px;
  }
  body:has(.hintBar.off) {
    padding-top: 58px;
    margin-top: 0;
  }
  .hintBar + div header {
    top: 41.5px;
  }
  .hintBar.off + div header {
    top: 0;
  }
  .hintBar + div header + nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    height: calc(100% - 99.5px);
    top: 99.5px;
  }
  .hintBar.off + div header + nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    height: calc(100% - 58px);
    top: 58px;
  }
  /* header style*/
  .navbar-toggle {
    padding: 0 0 0 15px;
  }
  .subnav.have_EN {
    right: 15px;
  }
  /* header style end*/
  /* nav */
  .search_wrap input[type=text] {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding-left: 15px;
    padding-right: 43px;
  }
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:after {
    right: 15px;
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu > li > a {
    padding-left: 33px;
    padding-right: 43px;
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu ul.dropdown-menu > li > a {
    padding-left: 49px;
    padding-right: 43px;
  }
  /* Btn style */
  .gotop {
    width: 40px;
    height: 40px;
    bottom: 19px;
  }
  /* footer */
  .itemDot {
    display: none;
  }
  .copyright .ftI .item {
    display: block;
    line-height: 1.7;
  }
  .copyright .ftI .item a {
    line-height: 1.5;
  }
  .copyright .ftI:nth-of-type(1) {
    margin-bottom: 10px;
  }
  .copyright .ftI:nth-last-of-type(1) .item:nth-of-type(1) {
    margin-bottom: 13px;
  }
  /* 英文版 */
  html:lang(en) .copyright .ftI {
    margin: 10px 0;
  }
  html:lang(en) .copyright .ftI .item:nth-of-type(1) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 450px) {
  /*nav style */
  nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    width: 260px;
    left: -260px;
  }
  .navli2 li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .share_icon2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 155px;
    margin: 25px auto;
  }
  .share_icon2 a {
    width: 50%;
    padding: 0;
    margin: 8px 8px;
  }
  /*nav style END*/
}
/* 列印樣式 */
@media print {
  header {
    height: auto;
  }
  .navwrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar-header {
    display: none;
  }
  .logo_main {
    display: block;
    margin: 0;
    height: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .logo {
    width: auto;
    text-indent: 0;
    padding: 20px 0;
    text-align: center;
    background: none !important;
  }
}
:root {
  --c-black:#000;
  --c-white:#fff;
  --c-gray1:#333;
  --c-gray2:#444;
  --c-gray3:#999;
  --c-gray4:#B3B3B3;
  --c-gray5:#CBCBCB;
  --c-gray6:#F4F6F7;
  --c-pry1:#007A96;
  --c-pry2:#EDF7F3;
  --c-pry3:#1264A3;
  --c-pry4:invert(33%) sepia(59%) saturate(1177%) hue-rotate(137deg) brightness(97%) contrast(97%);
  --c-red1:#E74C3C;
}

:root {
  --gap-idx1: 60px;
  --font1: "Microsoft JhengHei", Arial;
  --fw-regu: 400;
  --fw-bold: 500;
  --fw-bolder: 700;
}

/* unit change */
/* a11y focus style fixed */
#linkGotoContent {
  margin: 5px;
}

#accesskey_c:focus-visible,
.L:focus-visible,
.u:focus-visible,
.z:focus-visible {
  outline: #EEC552 dotted 5px !important;
  text-shadow: 1px 1px 1px #fff;
}

#accesskey_c:focus-visible,
.z:focus-visible,
.L:focus-visible {
  scroll-margin-top: 10em;
}

.z:focus-visible:focus-visible {
  margin-left: 8px;
}

/* Basic style */
input,
select {
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, "sans-serif";
  font-weight: 400;
  line-height: 1.5;
}

/* common element */
.ci-pushpin {
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  margin-right: 0.3em;
}
.ci-pushpin:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 1em;
  margin-top: -0.18em;
  background-image: url(../img/moenv/icon_pushpin.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/* filetype */
.ci-filetype {
  display: inline-block;
  color: var(--c-pry1);
  text-align: center;
  font-style: normal;
  font-size: 0.9rem;
  padding: 0.497em 0.529em 0.317em;
  margin: -0.35em 0 -0.1em 0.4em;
  line-height: 1.5;
  vertical-align: middle;
  border-radius: 1rem;
  font-weight: 400;
  border: 1px solid var(--c-pry1);
}
.ci-filetype::before, .ci-filetype::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.ci-filetype::before {
  margin-bottom: calc(-0.4375em + 0px);
}
.ci-filetype::after {
  margin-top: calc(-0.3125em + 0px);
}

.fs-1 {
  font-size: 115%;
}

body.fullH {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  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;
  z-index: 10000;
  display: none;
}

.ad-content {
  position: relative;
  max-width: 80%;
  max-height: 80%;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
.ad-content img {
  width: 100%;
}
.ad-content picture {
  max-width: 100%;
  position: relative;
}
.ad-content:has(iframe) {
  width: 100%;
}
.ad-content iframe {
  aspect-ratio: 1.8;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.ad-content video {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.ad-content:has(svg) {
  max-width: none;
}
.ad-content svg {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
  width: 100%;
  height: auto;
}
.ad-content .close-btn {
  position: fixed;
  top: 0;
  right: 0;
  padding: 25px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  cursor: pointer;
}
.ad-content .close-btn:hover .ci-close,
.ad-content .close-btn:focus-visible .ci-close {
  background-color: rgba(255, 255, 255, 0.3);
}
.ad-content .close-btn .ci-close {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #fff;
  top: auto;
  left: auto;
  margin: auto;
  background: none;
}
.ad-content .ci-close:after,
.ad-content .ci-close:before {
  position: absolute;
  content: "";
  height: 50%;
  top: 44%;
  left: calc(50% - 2px);
  border-left: 4px solid #fff;
  border-radius: 3px;
}
.ad-content .ci-close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ad-content .ci-close:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ad-content #lottie {
  width: 50vw;
  height: 50vh;
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .ad-content #lottie {
    width: auto;
    height: auto;
  }
}
.ad-content #lottie svg {
  position: static;
}

.banner {
  text-align: center;
}
.banner img {
  max-width: 100%;
  height: auto;
}

.platforms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.platforms strong {
  font-size: 1.25rem;
  color: var(--c-pry1);
}
.platforms a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.platforms a[aria-label] {
  aria-label: "點擊前往${platform}收聽";
}
.platforms a:hover {
  color: #0d7f3c;
  border-bottom: 1px solid transparent;
}
.platforms a img {
  width: 35px;
  height: 35px;
  margin-right: 0.625rem;
}

.note {
  text-align: center;
  margin-top: 1.5rem;
}
.note a {
  color: #0077cc;
  text-decoration: none;
}
.note a[aria-label] {
  aria-label: "訂閱環境直達車Podcast電子報";
}

.grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 2rem;
}
@media (min-width: 600px) {
  .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .grid-container {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.card {
  background: white;
  border-radius: 12px;
  border: 1px solid #AACED5;
  border-bottom: 1px solid #AACED5 !important;
  padding: 24px 24px 8px 24px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-animation: fadeIn 0.5s ease both;
          animation: fadeIn 0.5s ease both;
  -webkit-box-shadow: 6px 6px 0px #AACED5;
          box-shadow: 6px 6px 0px #AACED5;
}
.card:hover {
  border-bottom: 0 !important;
  border: 1px solid #007A96 !important;
  -webkit-box-shadow: 6px 6px 0px #007A96;
          box-shadow: 6px 6px 0px #007A96;
}
.card:hover .arrow {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
  background-image: url("../img/icon/arrow_hover.svg");
}

a.card::after,
.platforms a::after,
.note a::after {
  display: none !important;
}

.card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.card-title {
  font-weight: bold;
  color: var(--c-pry1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 1.25rem;
}

.card-description {
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
}

.arrow {
  display: inline-block;
  width: 28px;
  height: 26px;
  background-image: url("../img/icon/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 1.2rem;
  color: var(--c-pry1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

svg.icon {
  width: 20px;
  height: 20px;
  fill: var(--c-pry1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.arrow-icon {
  -webkit-transition: fill-opacity 0.3s ease;
  transition: fill-opacity 0.3s ease;
}
a:hover .arrow-icon path {
  fill-opacity: 1;
}

/*!
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 * Copyright 2014-2022 Vladimir Kharlampidi
 * Released under the MIT License (https://github.com/nolimits4web/swiper/blob/master/LICENSE)
 * Released on: October 12, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.playPauseBtn,
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2.5px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  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;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*!
*Swiper 8.4.4 end
*/
/*!
*moenv_index
*/
@-webkit-keyframes hotPulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: drop-shadow(0 0 0 rgba(255, 97, 97, 0));
            filter: drop-shadow(0 0 0 rgba(255, 97, 97, 0));
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: drop-shadow(0 0 8px rgba(255, 97, 97, 0.6));
            filter: drop-shadow(0 0 8px rgba(255, 97, 97, 0.6));
  }
}
@keyframes hotPulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: drop-shadow(0 0 0 rgba(255, 97, 97, 0));
            filter: drop-shadow(0 0 0 rgba(255, 97, 97, 0));
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: drop-shadow(0 0 8px rgba(255, 97, 97, 0.6));
            filter: drop-shadow(0 0 8px rgba(255, 97, 97, 0.6));
  }
}
@-webkit-keyframes hotBounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  40% {
    -webkit-transform: translateY(-4px) scale(1.15);
            transform: translateY(-4px) scale(1.15);
  }
  60% {
    -webkit-transform: translateY(-2px) scale(1.05);
            transform: translateY(-2px) scale(1.05);
  }
}
@keyframes hotBounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  40% {
    -webkit-transform: translateY(-4px) scale(1.15);
            transform: translateY(-4px) scale(1.15);
  }
  60% {
    -webkit-transform: translateY(-2px) scale(1.05);
            transform: translateY(-2px) scale(1.05);
  }
}
@-webkit-keyframes hotPulseSmall {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: drop-shadow(0 0 0 rgba(255, 97, 97, 0));
            filter: drop-shadow(0 0 0 rgba(255, 97, 97, 0));
  }
  50% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    -webkit-filter: drop-shadow(0 0 6px rgba(255, 97, 97, 0.5));
            filter: drop-shadow(0 0 6px rgba(255, 97, 97, 0.5));
  }
}
@keyframes hotPulseSmall {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: drop-shadow(0 0 0 rgba(255, 97, 97, 0));
            filter: drop-shadow(0 0 0 rgba(255, 97, 97, 0));
  }
  50% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    -webkit-filter: drop-shadow(0 0 6px rgba(255, 97, 97, 0.5));
            filter: drop-shadow(0 0 6px rgba(255, 97, 97, 0.5));
  }
}
@-webkit-keyframes hotBounceSmall {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  40% {
    -webkit-transform: translateY(-2px) scale(1.1);
            transform: translateY(-2px) scale(1.1);
  }
  60% {
    -webkit-transform: translateY(-1px) scale(1.05);
            transform: translateY(-1px) scale(1.05);
  }
}
@keyframes hotBounceSmall {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  40% {
    -webkit-transform: translateY(-2px) scale(1.1);
            transform: translateY(-2px) scale(1.1);
  }
  60% {
    -webkit-transform: translateY(-1px) scale(1.05);
            transform: translateY(-1px) scale(1.05);
  }
}
.swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper .swiper-wrapper {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.playPauseBtn,
.swiper-button-prev,
.swiper-button-next {
  position: relative;
  display: inline-block;
  top: initial;
  left: initial;
  right: initial;
  width: 38px;
  height: 38px;
  margin-top: 0;
  text-indent: -9999px;
  background: none;
  border: none;
  overflow: hidden;
}
.playPauseBtn span,
.swiper-button-prev span,
.swiper-button-next span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.playPauseBtn:after,
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  margin: -19px 0 0 -19px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  cursor: pointer;
}

.playPauseBtn {
  margin-right: 32px;
}
.playPauseBtn.is-playing:after {
  background: #757575 url(../img/moenv/webp/icon_pause.webp) no-repeat center;
  z-index: 1;
  border-radius: 8px;
}
.playPauseBtn.is-playing:hover:after {
  background: var(--c-pry1) url(../img/moenv/webp/icon_pause.webp) no-repeat center;
}
.playPauseBtn.is-paused:after {
  background: #757575 url(../img/moenv/webp/icon_play.webp) no-repeat center;
  z-index: 1;
  border-radius: 8px;
}
.playPauseBtn.is-paused:hover:after {
  background: var(--c-pry1) url(../img/moenv/webp/icon_play.webp) no-repeat center;
}

.swiper-button-prev:after {
  background-image: url(../img/moenv/webp/icon_arw1L.webp);
}
.swiper-button-prev:hover:after {
  background-image: url(../img/moenv/webp/icon_arw1L-hv.webp);
}

.swiper-button-next:after {
  background-image: url(../img/moenv/webp/icon_arw1R.webp);
}
.swiper-button-next:hover:after {
  background-image: url(../img/moenv/webp/icon_arw1R-hv.webp);
}

.swiper-pagination {
  padding: 0 25px;
}

.swiper-pagination i {
  position: absolute;
  width: 1px;
  height: 1px;
  text-indent: -9999px;
}

.swiper-pagination-bullet {
  position: relative;
  border-radius: 0;
  width: 24px;
  height: 24px;
  opacity: 1;
  background: none;
}
.swiper-pagination-bullet:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  margin: -7.5px 0 0 -7.5px;
  border-radius: 0.9375rem;
  border: 2px solid #fff;
  background-color: #757575;
}
.swiper-pagination-bullet:hover:before {
  background-color: var(--c-pry1);
}

.swiper-pagination-bullet-active {
  background: none;
}
.swiper-pagination-bullet-active:before {
  background-color: var(--c-pry1);
}

.swiperPageBar {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 5px;
  opacity: 0;
}

.swiperPageBar:has(.swiper-pagination-bullet) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 650px) {
  .kv1Swiper:has(div.swiper-slide:only-child) + .idxAds {
    margin-top: 15px;
  }
}
.swiper-horizontal .swiperPageBar {
  opacity: 1;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  display: inline-block;
  bottom: initial;
  width: auto;
  padding-top: 4px;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.uWrap1 {
  max-width: 1475px;
  padding: 0 25px;
  margin: 0 auto;
}

.uWrap2 {
  max-width: 1600px;
  padding: 0 1px;
  margin: 0 auto;
  width: 85%;
}
@media (max-width: 1400px) {
  .uWrap2 {
    width: calc(100% - 50px);
  }
}
@media (max-width: 1024px) {
  .uWrap2 {
    width: 100%;
  }
}

.uTitle2 {
  margin: 0;
  color: #004F61;
  font-weight: 500;
  font-size: 2em;
}
.uTitle2:after {
  display: none;
}

.uList2 ul,
.uList3 ul,
.idxNewsList ul,
.idxBusinessList ul {
  list-style: none;
}

.idxNewsNav,
.idxMapNav,
.idxBusinessNav,
.uList4,
.idxVideoNav {
  list-style: none;
}

input,
button {
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, "sans-serif";
}

.imgCover .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btnBar1 {
  text-align: center;
}
.btnBar1.hide {
  display: none !important;
}

.ubtn2 {
  color: #393939;
  text-align: center;
  padding: 7px 14px 4px 14px;
  border-radius: 30px;
  background: #CBCBCB;
  font-size: 1.125em;
}
.ubtn2:hover, .ubtn2:focus-visible {
  color: #fff !important;
  background: var(--c-pry1);
}

.idxBusinessR .ubtn2 {
  background: #f4f6f7;
}
.idxBusinessR .ubtn2:hover, .idxBusinessR .ubtn2:focus-visible {
  color: #fff !important;
  background: var(--c-pry1);
}

.idxHotService,
.idxPicMap,
.idxNews,
.idxFocus,
.idxBusiness,
.idxVideoSocial,
.idxLinks {
  padding: 60px 0;
}

.idxVideoSocial + .idxLinks {
  margin-top: -60px;
}

.kv {
  position: relative;
  padding-top: 10px;
}
.kv .swiperCon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.kv .swiperCon:focus-visible {
  outline-offset: -5px;
}
.kv .swiperCon:focus-visible .bg-cover {
  margin: 5px;
}
.kv .swiperCon[href=""], .kv .swiperCon[href=" "], .kv .swiperCon[href="#"] {
  cursor: default;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.kv .swiperCon.video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 93px;
  height: 66px;
  margin-left: -46.5px;
  margin-top: -33px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63;
}
@media screen and (max-width: 768px) {
  .kv .swiperCon.video .play {
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
  }
}
.kv .swiperCon.video .play svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.kv .swiperTxtWrap {
  height: 31.25vw;
}
.kv .oneKv .kv1SwiperPrevBtn,
.kv .oneKv .kv1SwiperNextBtn {
  display: none;
}
.kv .kv1SwiperNav {
  pointer-events: none;
}
.kv .kv1SwiperNav span {
  pointer-events: auto;
}
.kv .swiperPageBar {
  position: absolute;
  bottom: 32px;
}
@media (max-width: 650px) {
  .kv .swiperPageBar {
    position: relative;
    bottom: 0;
    padding: 10px 0 !important;
  }
}
.kv .d-xl-none {
  display: none;
}

picture,
.picture-bg {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.picture-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.hintBar {
  width: 100%;
  background-color: #D01F3E;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}
.hintBar.off {
  opacity: 0;
  visibility: hidden;
}

.hintBarWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hintBarWrap .closeHintBtn {
  margin-right: -15px;
}

.hintTxt {
  color: #fff;
  font-size: 1.125em;
  padding: 0.88em 1em 0.76em 2em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-image: url(../img/moenv/webp/ring.webp);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 1.2222em auto;
  overflow: hidden;
}
.hintTxt a {
  color: #fff !important;
}
.hintTxt a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.hintTxt a:focus-visible {
  margin: 1px 0 0 3px;
  outline-offset: -4px;
  padding: 0 5px;
}

.hintTxtWrap {
  position: relative;
  width: 100%;
  height: 1.6115em;
  margin-bottom: 0;
  padding-left: 0;
  overflow: hidden;
}
.hintTxtWrap li {
  display: block;
  position: absolute;
  top: -999em;
  left: 0;
  white-space: nowrap;
}
.hintTxtWrap.update {
  opacity: 0;
}

.closeHintBtn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #E36379;
  width: 55px;
  height: 40px;
  line-height: 2;
  text-align: center;
}

.ci-close {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 25px;
  width: 25px;
  margin: -12.5px 0 0 -12.5px;
  border-radius: 30px;
  background-color: #fff;
}
.ci-close:before, .ci-close:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  height: 15px;
  width: 3px;
  margin-top: -7px;
  margin-right: -1.5px;
  background-color: #E36379;
}
.ci-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ci-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.idxHotService {
  background-color: #EDF6F7;
}
.idxHotService :focus-visible {
  outline: #E85600 dotted 5px !important;
}
.idxHotService .uTitleBar1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.idxHotService .uTitle2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 300px;
  padding-top: 5px;
}
.idxHotService .uSearchWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 76.94%;
}
.idxHotService .uSerachBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idxHotService .uSerachBarL {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.idxHotService .advancedBtn {
  margin-left: 16px;
}
.idxHotService .uList2 {
  padding-top: 16px;
}
.idxHotService .btnBar1 {
  display: none;
}

.uIpt1 {
  font-size: 1.25em;
  width: 100%;
  height: 60px;
  border: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 1em;
  background-color: #fff;
}
.uIpt1:focus-visible {
  outline-offset: -5px;
}

.searchSubmit {
  font-size: 1.25em;
  color: #fff;
  cursor: pointer;
  height: 60px;
  padding: 0 16px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: none;
  background-color: var(--c-pry1);
  white-space: nowrap;
}
.searchSubmit:hover {
  color: #393939;
  background-color: #40C4C6;
}
.searchSubmit:hover .ci-scope {
  -webkit-filter: brightness(0) saturate(100%) invert(19%) sepia(1%) saturate(4329%) hue-rotate(72deg) brightness(83%) contrast(80%);
          filter: brightness(0) saturate(100%) invert(19%) sepia(1%) saturate(4329%) hue-rotate(72deg) brightness(83%) contrast(80%);
}
.searchSubmit * {
  vertical-align: middle;
}
.searchSubmit .ci-scope {
  margin-right: 10px;
}

.advancedBtn {
  font-size: 1.25em;
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 16px;
  border-radius: 10px;
  background-color: var(--c-pry1);
  vertical-align: top;
}
.advancedBtn:hover {
  color: #393939 !important;
  background-color: #40C4C6;
}
.advancedBtn:focus-visible {
  color: #fff !important;
}

.ci-scope {
  display: inline-block;
  width: 30px;
  height: 100%;
  background-image: url(../img/icon/search2.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 30px auto;
}

.uHotSearch {
  font-size: 1.25em;
  color: #666;
  padding-top: 16px;
}
.uHotSearch b {
  display: inline-block;
  font-weight: 500;
}
.uHotSearch .uList1 {
  display: inline-block;
}
.uHotSearch a {
  display: inline-block;
  color: #666;
}
.uHotSearch a:not(:nth-last-of-type(1)) {
  margin-right: 16px;
}

.uList2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.uList2 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  padding: 16px 8px 0 8px;
}
.uList2 li b {
  font-size: 1.125em;
  font-weight: 400;
}
.uList2 .listTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #000;
  padding: 16px;
  border-radius: 10px;
  background-color: #fff;
}
.uList2 .listIcon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.idxPicMap .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.idxPicMapL {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 64.46%;
          flex: 1 1 64.46%;
  max-width: 64.46%;
}

.idxPicMapR {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  padding-left: 2.54%;
}

.pic1Swiper .slideCon {
  display: block;
  width: 100%;
  color: #000;
}
.pic1Swiper .slideCon:focus-visible {
  outline-offset: -5px;
  padding: 5px;
}
.pic1Swiper .slideCon:focus-visible .swiperTxtWrap {
  margin: 5px;
  width: calc(100% - 10px);
}
.pic1Swiper .slideCon[href=""], .pic1Swiper .slideCon[href=" "], .pic1Swiper .slideCon[href="#"] {
  cursor: default;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pic1Swiper .slideCon[href=""]:hover, .pic1Swiper .slideCon[href=" "]:hover, .pic1Swiper .slideCon[href="#"]:hover {
  color: #000;
}
.pic1Swiper .pic {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.83%;
  background-color: #fff;
}
.pic1Swiper .pic img {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #CBCBCB;
}
.pic1Swiper .swiperTxtWrap {
  padding-top: 12px;
}
.pic1Swiper .swiperTxtWrap b {
  font-weight: 400;
  font-size: 1.25em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pic1Swiper.onePic1 .swiperPageBar {
  display: none;
}

.idxMapMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.idxMapNav,
.idxMapCon {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.idxMapNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 -8px;
}
.idxMapNav li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 16px 8px 0 8px;
}
.idxMapNav li:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.idxMapNav li:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.idxMapNav li:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.idxMapNav li:nth-child(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.idxMapNav a {
  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;
  color: #000;
  height: 100%;
  font-size: 1.25em;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  background-color: #F4F6F7;
}
.idxMapNav a:hover, .idxMapNav a.on {
  color: #fff !important;
  background-color: var(--c-pry1);
}
.idxMapNav a b {
  font-weight: 400;
}

.idxMapCon {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  border: 1px solid #CBCBCB;
  padding: 16px 3% 12px 3%;
}
.idxMapCon .idxMapConI:first-of-type iframe {
  display: none;
}
.idxMapCon .idxMapConI:not(:nth-of-type(1)) {
  display: none;
}

.mapWrap {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  height: 450px;
}
.mapWrap iframe,
.mapWrap > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.idxNews {
  background-color: #F4F6F7;
}
.idxNews :focus-visible {
  outline: #E85600 dotted 5px !important;
}
.idxNews .btnBar1 {
  padding-top: 16px;
}
.idxNews .listInfo .infoTxt1 {
  color: var(--c-pry1);
  border: 1px solid var(--c-pry1);
}

.idxNewsCon .idxNewsConI:not(:nth-of-type(1)) {
  display: none;
}

.idxNewsNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -0.6rem;
}
.idxNewsNav li {
  padding: 0 16px;
  margin-bottom: 12px;
}
.idxNewsNav a {
  font-size: 1.5em;
  color: #000;
  padding: 0.15rem 1rem;
  text-align: center;
  border-bottom: 5px solid transparent;
}
.idxNewsNav a:hover, .idxNewsNav a.on[href^=javascript] {
  color: var(--c-pry1);
  font-weight: 500;
  border-color: var(--c-pry1);
}

.idxNewsList li {
  padding: 16px 0 16px 16px;
  border-bottom: 1px solid #999;
}
.idxNewsList .listCon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
  font-size: 1.25em;
}
.idxNewsList .listCon:hover .infoTxt2 {
  color: #444;
}
.idxNewsList .listCon:hover .ci-filetype {
  color: #fff;
}
.idxNewsList .listDate {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.1em;
          flex: 0 0 6.1em;
  margin-left: 1rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.idxNewsList .listTxt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.idxNewsList .listTxt .ci-filetype {
  color: var(--c-pry1);
  border: 1px solid var(--c-pry1);
}
.idxNewsList .listTxt b {
  font-weight: 400;
}
.idxNewsList .Gradient_btn {
  margin: 0;
}

.listInfo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 8px;
  padding-bottom: 5px;
  margin-bottom: -6px;
}
.listInfo span {
  margin-bottom: 6px;
}
.listInfo span:not(:nth-last-of-type(1)) {
  margin-right: 13px;
}
.listInfo .infoTxt1 {
  display: inline-block;
  font-size: 0.8em;
  color: var(--c-pry1);
  border: 1px solid var(--c-pry1);
  border-radius: 3px;
  padding: 3px 10px 3px 10px;
}
.listInfo .infoTxt2 {
  display: inline-block;
  font-size: 0.9em;
  color: #444;
}

.idxFocus .uTitleBar1 {
  text-align: center;
  margin-top: -0.5em;
}
.idxFocus .uTitle2 {
  font-size: 2em;
  color: var(--c-pry1);
}
.idxFocus .btnBar1 {
  padding-top: 26px;
}
.idxFocus > .uWrap1 > .btnBar1 {
  display: none;
}

.uList3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
  padding-bottom: 0.5rem;
}
.uList3.less10 + .btnBar1 {
  display: none;
}
.uList3 .listI {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  padding: 32px 16px 0 16px;
}
.uList3 .listCon {
  display: block;
  position: relative;
  height: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
  text-align: center;
}
.uList3 .listCon:hover .listDetail, .uList3 .listCon:focus-visible .listDetail {
  opacity: 1;
  visibility: visible;
}
.uList3 .listMain {
  padding: 55px 20px;
}
.uList3 .listMain b {
  display: block;
  color: #000;
  font-size: 1.25em;
  font-weight: 400;
  padding-top: 16px;
}
.uList3 .listIcon {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.uList3 .listDetail {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 26px 30px;
  color: #fff;
  border-radius: 10px;
  background-color: var(--c-pry1);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.uList3 .listDetail .btnBar1 {
  padding-top: 0;
}
.uList3 .listDetail .ubtn2 {
  display: inline-block;
  padding: 5px 12px 4px 12px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.uList3 .listDetail .ubtn2:hover {
  color: var(--c-pry1) !important;
  background-color: #fff;
}
.uList3 .detailTxt {
  font-size: 1.125em;
}
.uList3 .detailTxt p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.4;
  margin-bottom: 0;
}

.idxBusiness {
  background: url(../img/moenv/webp/bg_idx1.webp) 50% 50% no-repeat;
  background-size: cover;
}
.idxBusiness .uTitleBar1 {
  margin-top: -0.5em;
}
.idxBusiness .uTitle2 {
  font-size: 2em;
}
.idxBusiness .btnBar1 {
  padding-top: 22px;
  padding-bottom: 8px;
}

.idxBusinessMain {
  padding-top: 28px;
}

.idxBusinessL {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 28.7%;
          flex: 1 1 28.7%;
  max-width: 28.7%;
  margin-bottom: 0;
}

.idxBusinessR {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 67.01%;
          flex: 1 1 67.01%;
  padding-left: 4.29%;
}

.idxBusinessNav,
.idxBusinessCon {
  border-radius: 10px;
  background-color: #fff;
}

.idxBusinessNav {
  height: 100%;
  padding: 52px 0;
  margin-bottom: 0;
}
.idxBusinessNav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25em;
  padding: 16px 32px;
  font-weight: 400;
  color: var(--c-pry1);
}
.idxBusinessNav a b {
  font-weight: 400;
}
.idxBusinessNav a:hover, .idxBusinessNav a.on {
  color: #fff !important;
  background: var(--c-pry1);
}
.idxBusinessNav a:hover .listIcon, .idxBusinessNav a.on .listIcon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.idxBusinessNav .listIcon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  height: 60px;
  margin-right: 32px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.idxBusinessCon {
  height: 100%;
  padding: 44px 53px;
}
.idxBusinessCon .idxBusinessConI:not(:nth-of-type(1)) {
  display: none;
}

.idxBusinessList > ul > li {
  padding: 8px 0;
}
.idxBusinessList > ul {
  margin-bottom: 0;
}
.idxBusinessList a {
  width: 100%;
  padding: 20px 32px 19px;
  border-radius: 10px;
  background-color: #EDF6F7;
}
.idxBusinessList a:hover, .idxBusinessList a:focus-visible {
  border-left: 5px solid var(--c-pry1);
}
.idxBusinessList .listTitle {
  padding: 2px 0;
}
.idxBusinessList .listTitleL b {
  font-size: 1.25em;
  color: #005a6f;
  font-weight: 500;
}
.idxBusinessList .listTxt {
  font-size: 1.125em;
  line-height: 1.3;
  color: #000;
  margin-top: 6px;
  margin-bottom: 6px;
  vertical-align: top;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.idxBusinessList .listTxt:empty {
  display: none;
}

.uList4 {
  margin: -9px -5px;
  padding: 10px 0;
}
.uList4 li {
  display: inline-block;
}
.uList4 .listTxt {
  display: inline-block;
  font-size: 1em;
  color: #444;
  border-radius: 5px;
  border: 1px solid #444;
  padding: 6px 10px 5px 10px;
  margin: 7px 5px;
}

.idxVideoSocialL {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60.92%;
          flex: 1 1 60.92%;
  max-width: 60.92%;
}

.idxVideoSocialR {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 34.79%;
          flex: 1 1 34.79%;
  max-width: 34.79%;
  margin-left: 4.21%;
}

.idxVideoNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  overflow-x: auto;
}
.idxVideoNav li:not(:nth-last-of-type(1)) {
  padding-right: 5px;
}
.idxVideoNav a {
  font-size: 1.5em;
  color: #393939;
  padding: 10px 25px;
  border-top-left-radius: 5px;
  border-top-right-radius: 30px;
  background: #f4f6f7;
  white-space: nowrap;
}
.idxVideoNav a:hover, .idxVideoNav a.on, .idxVideoNav a:focus-visible {
  color: #fff !important;
  background: var(--c-pry1);
}
.idxVideoNav a:focus-visible {
  z-index: 2;
}

.idxVideoCon .idxVideoConI:not(:nth-of-type(1)) {
  visibility: hidden;
}
.idxVideoCon .ytWrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.1%;
  background: #000;
  overflow: hidden;
}
.idxVideoCon .ytWrap .ytMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 101;
  cursor: pointer;
}
.idxVideoCon .ytWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
.idxVideoCon .swiperTxtWrap {
  padding-top: 16px;
}
.idxVideoCon .swiperTxt {
  font-size: 1.25em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.playIcon {
  display: none !important;
}

.fansPageWrap {
  position: relative;
  width: 100%;
  padding-bottom: 130%;
}
.fansPageWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 496px;
  height: 100%;
  border: 0;
}

.idxLinks .swiper {
  margin: 0 -1.5%;
}
.idxLinks .swiper-slide {
  width: 20%;
  padding: 2px 1.5%;
  text-align: center;
}
.idxLinks .swiper-slide a {
  display: block;
}
.idxLinks .swiper-slide a:hover .pic, .idxLinks .swiper-slide a:focus-visible .pic {
  border-color: #F4F6F7;
  background: #F4F6F7;
}
.idxLinks .swiper-slide a:focus-visible {
  outline-offset: -5px;
  padding: 5px;
}
.idxLinks .swiper-button-next,
.idxLinks .swiper-button-prev {
  top: calc(50% - 1.7rem);
}
.idxLinks .pic {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 36.36%;
  border-width: 1px;
  border-style: solid;
  border-color: #CBCBCB;
  overflow: hidden;
}
.idxLinks .pic img {
  border-radius: 0.625rem;
}

.idxLinksWrap {
  position: relative;
  padding: 0 75px;
  z-index: 1;
}

.linksSwiperPrevBtn,
.linksSwiperNextBtn {
  position: absolute;
  top: 50% !important;
  margin-top: -19px;
}

.linksSwiperPrevBtn {
  left: 0;
}

.linksSwiperNextBtn {
  right: 0;
}

/* Ads Swiper 樣式 */
.idxAds {
  background: #eef6f7;
  position: relative;
  z-index: 88;
  margin-bottom: -35px;
}
@media (max-width: 650px) {
  .idxAds {
    background: #ffffff;
    margin-bottom: 16px;
  }
}
.idxAds .uWrap1:has(.swiper-wrapper > div:nth-child(1):last-child) {
  max-width: 515px;
}
.idxAds .uWrap1:has(.swiper-wrapper > div:nth-child(2):last-child) {
  max-width: 832px;
}
.idxAds .uWrap1:has(.swiper-wrapper > div:nth-child(3):last-child) {
  max-width: 1145px;
}
@media (max-width: 1144px) {
  .idxAds .uWrap1:has(.swiper-wrapper > div:nth-child(3):last-child) {
    max-width: 832px !important;
  }
}
@media (max-width: 650px) {
  .idxAds .uWrap1:has(.swiper-wrapper > div:nth-child(3):last-child) {
    max-width: 440px !important;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.idxAds .uWrap1 {
  -webkit-transform: translateY(-23.5px);
      -ms-transform: translateY(-23.5px);
          transform: translateY(-23.5px);
}
@media (max-width: 1458px) {
  .idxAds .uWrap1 {
    max-width: 1145px;
  }
}
@media (max-width: 1144px) {
  .idxAds .uWrap1 {
    max-width: 832px;
  }
}
@media (max-width: 650px) {
  .idxAds .uWrap1 {
    max-width: 440px !important;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.idxAds .idxAdsWrap {
  position: relative;
  padding: 0 72px;
  z-index: 1;
  margin: 0 0 -15px 0;
}
@media (max-width: 826px) {
  .idxAds .idxAdsWrap {
    padding: 0 50px;
  }
}
@media (max-width: 650px) {
  .idxAds .idxAdsWrap {
    padding: 0 38px;
  }
}
.idxAds .idxAdsWrap:has(.swiper-button-disabled + .swiper + .swiper-button-disabled) .swiper-button-disabled {
  display: none !important;
}
.idxAds .idxAdsWrap .swiper-button-prev,
.idxAds .idxAdsWrap .swiper-button-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-47%) !important;
      -ms-transform: translateY(-47%) !important;
          transform: translateY(-47%) !important;
}
@media (max-width: 826px) {
  .idxAds .idxAdsWrap .swiper-button-prev,
  .idxAds .idxAdsWrap .swiper-button-next {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 650px) {
  .idxAds .idxAdsWrap .swiper-button-prev,
  .idxAds .idxAdsWrap .swiper-button-next {
    width: 38px;
    height: 38px;
  }
}
.idxAds .idxAdsWrap .swiper-button-prev.swiper-button-disabled,
.idxAds .idxAdsWrap .swiper-button-next.swiper-button-disabled {
  cursor: not-allowed;
}
.idxAds .idxAdsWrap .swiper-button-prev.swiper-button-disabled:hover,
.idxAds .idxAdsWrap .swiper-button-next.swiper-button-disabled:hover {
  background: #ffffff;
  border-color: #e5e5e5;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.idxAds .idxAdsWrap .swiper-button-prev.swiper-button-disabled:hover:after,
.idxAds .idxAdsWrap .swiper-button-next.swiper-button-disabled:hover:after {
  color: #666666;
}
.idxAds .idxAdsWrap .swiper-button-prev {
  left: 0;
  display: none;
}
.idxAds .idxAdsWrap .swiper-button-prev:after {
  background-image: url(../img/icon/Adsicon_arw1L-not-allowed.svg);
  margin: -27px 0 0 -27px;
}
@media (max-width: 826px) {
  .idxAds .idxAdsWrap .swiper-button-prev:after {
    margin: -23px 0 0 -23px;
  }
}
@media (max-width: 650px) {
  .idxAds .idxAdsWrap .swiper-button-prev:after {
    margin: -20px 0 0 -20px;
  }
}
.idxAds .idxAdsWrap .swiper-button-prev:hover:after {
  background-image: url(../img/icon/Adsicon_arw1L.svg);
  margin: -27px 0 0 -27px;
}
@media (max-width: 826px) {
  .idxAds .idxAdsWrap .swiper-button-prev:hover:after {
    margin: -23px 0 0 -23px;
  }
}
@media (max-width: 650px) {
  .idxAds .idxAdsWrap .swiper-button-prev:hover:after {
    margin: -20px 0 0 -20px;
  }
}
.idxAds .idxAdsWrap .swiper-button-next {
  right: 0;
  display: none;
}
.idxAds .idxAdsWrap .swiper-button-next:after {
  background-image: url(../img/icon/Adsicon_arw1R-not-allowed.svg);
  margin: -27px 0 0 -27px;
}
@media (max-width: 826px) {
  .idxAds .idxAdsWrap .swiper-button-next:after {
    margin: -23px 0 0 -23px;
  }
}
@media (max-width: 650px) {
  .idxAds .idxAdsWrap .swiper-button-next:after {
    margin: -20px 0 0 -20px;
  }
}
.idxAds .idxAdsWrap .swiper-button-next:hover:after {
  background-image: url(../img/icon/Adsicon_arw1R.svg);
  margin: -27px 0 0 -27px;
}
@media (max-width: 826px) {
  .idxAds .idxAdsWrap .swiper-button-next:hover:after {
    margin: -23px 0 0 -23px;
  }
}
@media (max-width: 650px) {
  .idxAds .idxAdsWrap .swiper-button-next:hover:after {
    margin: -20px 0 0 -20px;
  }
}
.idxAds .AdsSwiperJs {
  background: transparent;
}
.idxAds .AdsSwiperJs .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 0 15px 0;
}
.idxAds .AdsSwiperJs .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 12px;
}
.idxAds .AdsSwiperJs .iconTextBlock {
  width: 100%;
  max-width: 300px;
  background: #ffffff;
  border-radius: 20px;
  padding: 29px 24px;
  text-align: center;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 160px;
  position: relative;
}
.idxAds .AdsSwiperJs .iconTextBlock:hover {
  background: #007A96;
}
.idxAds .AdsSwiperJs .iconTextBlock:hover .iconText {
  color: #ffffff;
  font-weight: 600;
}
.idxAds .AdsSwiperJs .iconTextBlock:hover .iconImg {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.idxAds .AdsSwiperJs .iconTextBlock.hot::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 58px;
  height: 43px;
  background-image: url(../img/icon/hot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  pointer-events: none;
  -webkit-animation: hotPulse 2s ease-in-out infinite;
          animation: hotPulse 2s ease-in-out infinite;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.idxAds .AdsSwiperJs .iconTextBlock.hot:hover::before {
  -webkit-animation: hotBounce 0.6s ease-in-out infinite;
          animation: hotBounce 0.6s ease-in-out infinite;
}
.idxAds .AdsSwiperJs .iconImg {
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idxAds .AdsSwiperJs .iconImg * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idxAds .AdsSwiperJs .iconText {
  font-size: 1.25em;
  font-weight: 500;
  color: #007A96;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}

@media (max-width: 826px) {
  .idxAds .AdsSwiperJs .iconTextBlock {
    padding: 20px 12px;
    min-height: 120px;
  }
  .idxAds .AdsSwiperJs .iconTextBlock.hot::before {
    width: 50px;
    height: 37px;
    top: 8px;
    left: 8px;
  }
  .idxAds .AdsSwiperJs .iconImg {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
  }
  .idxAds .AdsSwiperJs .iconText {
    font-size: 1rem;
  }
}
@media (max-width: 650px) {
  .idxAds .AdsSwiperJs .iconTextBlock {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    min-height: 84px;
    padding: 18px;
  }
  .idxAds .AdsSwiperJs .iconTextBlock.hot::before {
    width: 35px;
    height: 25px;
    top: 5px;
    left: 5px;
    -webkit-animation: hotPulseSmall 2.5s ease-in-out infinite;
            animation: hotPulseSmall 2.5s ease-in-out infinite;
  }
  .idxAds .AdsSwiperJs .iconTextBlock.hot:hover::before {
    -webkit-animation: hotBounceSmall 0.8s ease-in-out infinite;
            animation: hotBounceSmall 0.8s ease-in-out infinite;
  }
  .idxAds .AdsSwiperJs .iconImg {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
  }
  .idxAds .AdsSwiperJs .iconText {
    text-align: left;
  }
}
/* 英文版 */
html:lang(en) {
  /* 粗體字的部份 */
}
html:lang(en) .uTitle2 {
  font-weight: 700;
}
html:lang(en) .uHotSearch b {
  font-weight: 700;
}
html:lang(en) .idxNewsNav a:hover, html:lang(en) .idxNewsNav a.on[href^=javascript] {
  font-weight: 700;
}
html:lang(en) .idxBusinessList .listTitleL b {
  font-weight: 700;
}
html:lang(en) .uList2 li {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}
html:lang(en) .ubtn2 {
  padding: 5px 14px 6.5px 14px;
}
html:lang(en) .uList3 .listMain {
  padding: 40px 20px;
}
html:lang(en) .uList3 .listMain b {
  min-height: 3.8em;
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  /* idxHotService */
  .uList2 li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  /* idxFocus */
  .idxFocus > .uWrap1 > .btnBar1 {
    display: block;
  }
  .uList3 .listI {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .uList3 .listI:nth-child(n+9) {
    display: none;
  }
  .uList3.showAll .listI:nth-child(n+9) {
    display: block;
  }
  .uList3.less10 + .btnBar1 {
    display: block;
  }
  .uList3.less8 + .btnBar1 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  /* common */
  .idxHotService,
  .idxPicMap,
  .idxNews,
  .idxFocus,
  .idxBusiness,
  .idxVideoSocial,
  .idxLinks {
    padding: 45px 0;
  }
  .idxVideoSocial + .idxLinks {
    margin-top: -45px;
  }
  /* idxFocus */
  .uList3 .listI {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
  .uList3 .listI:nth-child(n+7) {
    display: none;
  }
  .uList3.showAll .listI:nth-child(n+7) {
    display: block;
  }
  .uList3.less8 + .btnBar1 {
    display: block;
  }
  .uList3.less6 + .btnBar1 {
    display: none;
  }
}
@media screen and (max-width: 1160px) {
  /* idxPicMap */
  .idxPicMapL {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .idxPicMapR {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0;
    padding-top: 24px;
  }
  .idxMapNav {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .idxMapCon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 16px;
  }
  .idxMapConI {
    max-width: 340px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .uWrap2 {
    padding: 0 25px;
  }
  /* kv*/
  .kv {
    padding-top: 0;
  }
  /* idxHotService */
  .idxHotService .uTitleBar1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .idxHotService .uTitle2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
    margin-top: -0.3em;
    text-align: center;
    padding-bottom: 24px;
    font-size: 32px;
  }
  .idxHotService .uSearchWrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .uList2 li {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}
@media screen and (max-width: 992px) {
  /* idxHotService */
  .idxHotService .uList2 li {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
  .idxHotService .uList2.showAll .listI:nth-child(n+7) {
    display: block !important;
  }
  .idxHotService .uList2 .listI:nth-child(n+7) {
    display: none !important;
  }
  .idxHotService .uList2.less6 + .btnBar1 {
    display: none;
  }
  .idxHotService .btnBar1 {
    display: block;
    padding-top: 16px;
  }
  .idxHotService .btnBar1.hide {
    display: none !important;
  }
  /* idxBusiness */
  .idxBusiness .uTitle2 {
    text-align: center;
  }
  .idxBusinessMain > .row {
    display: block;
  }
  .idxBusinessL {
    max-width: 100%;
  }
  .idxBusinessR {
    max-width: 100%;
    padding-left: 0;
    padding-top: 16px;
  }
  .idxBusinessNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0;
    background: none;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: transparent;
    scrollbar-base-color: transparent;
    scrollbar-face-color: transparent;
    scrollbar-3dlight-color: transparent;
    scrollbar-highlight-color: #d4d4d4;
    scrollbar-track-color: transparent;
    scrollbar-arrow-color: transparent;
    scrollbar-shadow-color: #d4d4d4;
  }
  .idxBusinessNav::-webkit-scrollbar {
    /* width */
    height: 5px;
    cursor: pointer;
  }
  .idxBusinessNav::-webkit-scrollbar-track {
    /* Track */
    background: transparent;
    cursor: pointer;
  }
  .idxBusinessNav::-webkit-scrollbar-thumb {
    /* Handle */
    background: #d4d4d4;
    border-radius: 3px;
    cursor: pointer;
  }
  .idxBusinessNav::-webkit-scrollbar-thumb:hover {
    /* Handle on hover */
    background: #d4d4d4;
  }
  .idxBusinessNav li {
    padding: 0;
  }
  .idxBusinessNav li:nth-of-type(1) a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .idxBusinessNav li:nth-last-of-type(1) a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .idxBusinessNav a {
    padding: 10px 15px 10px 8px;
    background-color: #fff;
  }
  .idxBusinessNav .listIcon {
    -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
  .idxBusinessCon {
    padding: 8px 16px 16px 16px;
  }
  .idxBusinessList a {
    padding: 14px 16px;
  }
}
@media screen and (max-width: 850px) {
  /* idxFocus */
  .uList3.less6 + .btnBar1 {
    display: block;
  }
  .uList3.less4 + .btnBar1 {
    display: none;
  }
  .uList3 .listI {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .uList3 .listI:nth-child(n+5) {
    display: none;
  }
  .uList3.showAll .listI:nth-child(n+5) {
    display: block;
  }
  .uList3 .listCon {
    padding: 22px 32px 32px 32px;
  }
  .uList3 .listIcon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
    height: 60px;
    margin: 0;
  }
  .uList3 .listMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .uList3 .listMain b {
    text-align: right;
    padding-top: 0;
    padding-left: 10px;
  }
  .uList3 .listDetail {
    position: relative;
    display: block;
    top: initial;
    left: initial;
    width: 100%;
    height: auto;
    padding: 0;
    color: #000;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
  }
  .uList3 .listDetail .ubtn2 {
    display: none;
  }
  .uList3 .detailTxt {
    padding-top: 8px;
  }
  .uList3 .detailTxt p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  /* idxVideoSocial */
  .idxVideoNav a {
    padding: 10px 20px;
  }
  /* 英文版 */
  html:lang(en) .uList3 .listMain {
    padding: 0;
  }
  html:lang(en) .uList3 .listMain b {
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  /* common */
  .swiper-pagination-bullet:before {
    width: 12px;
    height: 12px;
    border-width: 1px;
    margin: -6px 0 0 -6px;
  }
  .playPauseBtn,
  .swiper-button-prev,
  .swiper-button-next {
    width: 28px;
    height: 28px;
  }
  .playPauseBtn:after,
  .swiper-button-prev:after,
  .swiper-button-next:after {
    margin: -14px 0 0 -14px;
  }
  .playPauseBtn.is-playing:after {
    border-radius: 5px;
    background-size: 40%;
  }
  .playPauseBtn.is-paused:after {
    border-radius: 5px;
    background-size: 40%;
  }
  .swiper-pagination {
    padding: 0 10px;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-top: 5px;
    max-width: 65%;
  }
  /* idxHotService */
  .uIpt1 {
    padding: 0 0.6em;
  }
  /* idxNews */
  .idxNewsNav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-bottom: 0;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: transparent;
    scrollbar-base-color: transparent;
    scrollbar-face-color: transparent;
    scrollbar-3dlight-color: transparent;
    scrollbar-highlight-color: #d4d4d4;
    scrollbar-track-color: transparent;
    scrollbar-arrow-color: transparent;
    scrollbar-shadow-color: #d4d4d4;
  }
  .idxNewsNav::-webkit-scrollbar {
    /* width */
    height: 5px;
    cursor: pointer;
  }
  .idxNewsNav::-webkit-scrollbar-track {
    /* Track */
    background: transparent;
    cursor: pointer;
  }
  .idxNewsNav::-webkit-scrollbar-thumb {
    /* Handle */
    background: #d4d4d4;
    border-radius: 3px;
    cursor: pointer;
  }
  .idxNewsNav::-webkit-scrollbar-thumb:hover {
    /* Handle on hover */
    background: #d4d4d4;
  }
  .idxNewsNav li {
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .idxNewsNav li:not(:nth-last-of-type(1)) {
    padding: 0 10px 0 0;
  }
  /* idxVideoSocial */
  .idxVideoSocialL {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .idxVideoSocialR {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
  .fansPageWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .fansPageWrap iframe {
    position: relative;
    margin: 0 auto;
    top: initial;
    left: initial;
    width: 500px;
    height: 80vw;
  }
  /* idxLinks */
  .idxLinksWrap {
    padding: 0 50px;
  }
  .linksSwiperPrevBtn,
  .linksSwiperNextBtn {
    margin-top: -14px;
  }
}
@media screen and (max-width: 700px) {
  /* idxHotService */
  .advancedBtn {
    display: none;
  }
  /* idxFocus */
  .uList3 {
    margin: 0 -5px;
  }
  .uList3 .listCon {
    padding: 10px 16px 18px 16px;
    -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
  }
  .uList3 .listI {
    padding: 20px 10px 0 10px;
  }
  .uList3 .listMain {
    display: block;
  }
  .uList3 .listMain b {
    text-align: left;
    padding-top: 4px;
    padding-left: 0;
    line-height: 1.4;
  }
  .uList3 .listIcon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }
  .uList3 .detailTxt {
    font-size: 1em;
  }
  .uList3 .detailTxt p {
    margin-bottom: 10px;
  }
  html:lang(en) .uList3 .listMain b {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 550px) {
  /* a11y */
  .closeHintBtn:focus-visible {
    outline-offset: -5px;
  }
  /* common */
  .uWrap1, .uWrap2 {
    padding: 0 15px;
  }
  .idxHotService,
  .idxPicMap,
  .idxNews,
  .idxFocus,
  .idxBusiness,
  .idxVideoSocial,
  .idxLinks {
    padding: 30px 0;
  }
  .idxVideoSocial + .idxLinks {
    margin-top: -30px;
  }
  .ubtn2 {
    font-size: 1em;
  }
  .uTitle2 {
    font-size: 1.5em !important;
  }
  /* kv */
  .kv .d-xl-block {
    display: none;
  }
  .kv .d-xl-none {
    display: block;
  }
  .kv .swiperTxtWrap {
    height: 46.875vw;
  }
  .wrapper:has(.idxHotService .idxAds) .kv1Swiper {
    padding-bottom: 104px;
  }
  .wrapper:has(.idxHotService .idxAds) .idxHotService {
    position: relative;
  }
  .wrapper:has(.idxHotService .idxAds) .idxHotService .idxAds {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    margin-bottom: 0px;
    position: absolute;
    top: -106px;
    left: 0;
    right: 0;
  }
  .wrapper .kv1Swiper.oneKv {
    padding-bottom: 0;
  }
  /* hintBar */
  .hintTxt {
    font-size: 1em;
    padding: 0.58em 0em 0.42em 1.7em;
  }
  /* idxHotService */
  .idxHotService .uTitle2 {
    padding-bottom: 16px;
  }
  .idxHotService .advancedBtn {
    margin-left: 8px;
  }
  .idxHotService .uList2 {
    padding-top: 0;
  }
  .idxHotService .uList2.showAll .listI:nth-child(n+4) {
    display: block !important;
  }
  .idxHotService .uList2 .listI {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
  .idxHotService .uList2 .listI:nth-child(n+4) {
    display: none !important;
  }
  .idxHotService .uList2.less6 + .btnBar1 {
    display: block;
  }
  .idxHotService .uList2.less3 + .btnBar1 {
    display: none;
  }
  .searchSubmit {
    font-size: 1.125em;
    height: 43px;
    line-height: 42px;
    padding: 0 14px;
  }
  .searchSubmit .ci-scope {
    margin-right: 5px;
  }
  .searchSubmit span {
    display: inline-block;
  }
  .searchSubmit * {
    vertical-align: top;
  }
  .uIpt1 {
    height: 43px;
    font-size: 1.125em;
    padding: 0 13px 2px 13px;
  }
  .ci-scope {
    width: 15px;
    background-size: 15px auto;
  }
  .advancedBtn {
    display: none;
  }
  .uHotSearch {
    font-size: 1em;
    padding-top: 8px;
  }
  .uHotSearch b {
    display: none;
  }
  .uHotSearch .uList1 {
    max-width: 80%;
  }
  .uHotSearch a {
    margin-bottom: 5px;
  }
  .uHotSearch a:not(:nth-last-of-type(1)) {
    margin-right: 10px;
  }
  /* idxPicMap */
  .idxPicMapR {
    padding-top: 9px;
  }
  .idxMapNav a {
    font-size: 1.125em;
  }
  /* idxNews */
  .pic1Swiper .swiperTxtWrap {
    position: relative;
    left: initial;
    bottom: inherit;
    width: 100%;
    color: #000;
    padding: 10px 0 0 0;
    background: none;
  }
  .pic1Swiper .swiperTxtWrap b {
    font-size: 1.125em;
  }
  .pic1Swiper .swiper-wrapper {
    margin-bottom: -5px;
  }
  .idxNews .btnBar1 {
    padding-top: 0;
  }
  .idxNewsNav {
    margin-top: -0.4rem;
  }
  .idxNewsNav a {
    font-size: 1.25em;
    border-width: 4px;
    min-width: auto;
  }
  .idxNewsList li {
    padding-right: 16px;
  }
  .idxNewsList .listCon {
    font-size: 1.125em;
  }
  .idxNewsList .listDate {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 0;
  }
  .idxNewsList .listTxt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 3px;
  }
  .idxNewsList .Gradient_btn {
    margin-bottom: -5px;
    margin-top: -5px;
  }
  /* idxFocus */
  .idxFocus .btnBar1 {
    padding-top: 12px;
  }
  /* idxBusiness */
  .idxBusinessMain {
    padding-top: 20px;
  }
  .idxBusinessList .listTitle + .listTxt {
    display: none;
  }
  /* idxVideoSocial */
  .idxVideoCon .swiper-wrapper {
    margin-bottom: -5px;
  }
  .idxVideoNav a {
    font-size: 1.125em;
    padding: 7px 16px;
    border-top-right-radius: 20px;
  }
  .idxVideoCon .swiperTxtWrap {
    padding-top: 10px;
  }
  /* idxLinks */
  /* 英文版 */
  html:lang(en) .idxHotService .uList2 li b,
  html:lang(en) .pic1Swiper .swiperTxtWrap b,
  html:lang(en) .idxMapNav a b,
  html:lang(en) .idxNewsList .listTxt,
  html:lang(en) .uList3 .listMain b,
  html:lang(en) .idxBusinessList .listTitleL b,
  html:lang(en) .idxVideoCon .swiperTxt {
    line-height: 1.3;
  }
}
/* 550 end */
@media screen and (max-width: 350px) {
  .idxVideoNav a {
    padding: 7px 12px;
  }
  .uIpt1 {
    font-size: 1em;
    padding: 0 10px 2px 10px;
  }
}
/* 列印樣式 */
/* base print style */
@page {
  size: 330mm 427mm;
  margin: 0px 5% 10px 5%;
}
@media print {
  body {
    margin: 0;
    padding: 0;
    min-width: 768px;
  }
  a[href]:after {
    content: "";
  }
  .col-3 {
    width: 30% !important;
    float: left;
  }
  .col-4 {
    width: 30% !important;
    float: left;
  }
  .col-5 {
    width: 50% !important;
    float: left;
  }
  .col-6 {
    width: 70% !important;
    margin-left: 0;
    float: left;
  }
  .col-7 {
    width: 68% !important;
    margin-left: 5px;
    float: left;
  }
  .col-8 {
    width: 78% !important;
    margin-left: 5px;
    float: left;
  }
  .noimg > * {
    width: 100% !important;
    float: none !important;
    margin-left: 0;
  }
  .bgBanner img {
    width: 100% !important;
    max-width: 1300px !important;
  }
  .words > *, .allwords > * {
    margin-bottom: 10px !important;
  }
  aside, .share, footer, .navbar, .subnav, #sidenav-overlay, .othersBtn, .strp-window, .video_box .live img, .leftBtn, .centerBox, .copyright, .footer, .top_share, .waveWrapper {
    display: none !important;
  }
  .main_menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .main_menu li, .insideBanner2 .slick-slide {
    width: 33% !important;
  }
  .insideBanner2 p {
    min-height: 80px !important;
  }
  #movie-1, #movie-2, #movie-3 {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .slick-center {
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  .slick-track {
    width: 100% !important;
    left: 0 !important;
  }
  .bookBanner .slick-slide {
    margin: 10px 5px;
  }
  .insideBanner .slick-track, .outsideBanner2 .slick-track, .link_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .link_box {
    width: 45% !important;
  }
  .insideBanner .slick-slide {
    width: 40% !important;
  }
  .outsideBanner .slick-slide {
    width: 20% !important;
  }
  .outsideBanner2 .slick-slide {
    width: 30% !important;
  }
  .navmain, .navwrap, .navbar-toggle, .subnav, nav {
    text-indent: 0 !important;
    position: relative !important;
    margin-top: 0 !important;
    width: auto !important;
    height: auto !important;
    line-height: inherit !important;
    float: none !important;
    background: none !important;
  }
  #color:hover > i:before, #color:hover > i:before, #color:hover > i:before, #color:hover > i:before, #color:hover > i:before, .active #color > i:before, .list-group-item .embed-vedio span, .rightnavWrap, .banner_bottom, .earth, .earth2, .starbg, .issues_box a:after {
    display: none !important;
  }
  .collapse, .print_img, .video_box span, .bgBanner img, #tab-1, #tab-2, #tab-3, #tab-4, #ctl09_iframe1, .movie_menu_main, .booktitle, .hide_content, .hide_ol {
    display: block !important;
    height: auto !important;
  }
  .right_content {
    padding-left: 10px !important;
  }
  .slick-center .booktitle {
    font-size: 100% !important;
    margin-top: 0px !important;
  }
  .grid li, .grid2 li, .data_midlle_rss li, .slick-list {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    opacity: 1 !important;
    overflow: visible !important;
  }
  .top_main, .anima_banner.slider li div, #grid, #info_box .content, #info_box .content, .info_box {
    height: auto !important;
  }
  .newsWrap .main_point .active a {
    color: #000 !important;
  }
  .grid li a, .grid2 li a, .owl-carousel .owl-wrapper-outer, .slick-list {
    overflow: visible !important;
  }
  .owl-wrapper {
    width: 100% !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
  }
  #Information_mian .owl-item {
    width: 33% !important;
    float: left !important;
  }
  .issues_box {
    width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .cloud, .cloud::before, .cloud::after {
    background-image: none !important;
    background: none !important;
  }
  #photoshow a {
    padding-bottom: 0% !important;
  }
  .content-wrap .container, .content-wrap, .top_control, .words, .share, .navwrap, .graybg, .banner_main, .newsWrap li.headline {
    width: 100% !important;
    min-height: auto !important;
    max-width: inherit !important;
  }
  #photoshow {
    margin: 0 !important;
  }
  .content-wrap {
    padding-top: 0 !important;
  }
  .embed-vedio {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .list-group-item .embed-vedio, .runBanner li a {
    padding-bottom: 0 !important;
  }
  .imgLiquid img, .runBanner img {
    visibility: visible !important;
    display: block !important;
  }
  .runBanner .slick-track, .adsWrapBox .slick-track {
    width: auto !important;
    left: 0 !important;
  }
  .runBanner img {
    width: 100% !important;
    max-width: 920px !important;
  }
}
@media print {
  .kv1Swiper .swiper-slide {
    width: 100% !important;
  }
}