@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url('//fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url("//fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap");
@import url("//fonts.googleapis.com/css2?family=Kanit:wght@700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Mitr&display=swap");
@import url("//fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("//fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap");
@import url("//fonts.googleapis.com/css2?family=Arimo&display=swap");
@import url("//fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap");
@import url("//fonts.googleapis.com/css2?family=Work+Sans&display=swap");
.is-wrapper *, a, body {
  color: #262626;
  font-size: 16px;
  font-family: 'Open Sans', "Microsoft JhengHei", "微軟正黑體", "Arial", sans-serif;
  line-height: 1.65;
  font-weight: 400;
}

input, form, body, html {
  margin: 0px;
  padding: 0px;
}

.select-style select::-ms-expand {
  display: none;
}
.select-style{
  background: #fff;
  position: relative;
}
.select-style:before{
  position: absolute;
  top: 50%;
  right: 10px;
  content: '\f0d7';
  display: block;
  font-family: 'Font Awesome 6 Free';
  font-weight: bold;
  color: #313131;
  transform: translateY(-50%);
  z-index: 2;
}
.select-style select{
  background: transparent;
  padding: 10px;
  padding-right: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}


.contact-form-flex, .contact-form-flex-list, .contact-wrapper, .Prod-conSpec, .Prod-headingTitle, .pageFlex, .page-gallerSwiper-pro .swiper-act-container, .index-pageWrapper, .card-wrap, .box, .pagination-wrap, .heading-title, .mainContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pro-search-list, .page-gallerSwiper-pro .swiper-act-button, .member-editor-buildCase-tab .btn-wrap .btn, .member-editor-buildCase-tab, .card-time, .btn-wrap, .radio_style, .title-mainWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pro-card-wrap .card-img-top img, .imgCenter-4-3 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  margin: auto;
}

.font-size-1 {
  font-size: 87.5% !important;
}

.font-size-2 {
  font-size: 100% !important;
}

.font-size-3 {
  font-size: 112.5% !important;
}

.font-size-4 {
  font-size: 150% !important;
}

.font-size-5 {
  font-size: 175.5% !important;
}

.font-size-6 {
  font-size: 250% !important;
}

.font-size-7 {
  font-size: 275% !important;
}

.font-size-8 {
  font-size: 362.5% !important;
}

.font-size-9 {
  font-size: 450% !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.line-height-2 {
  line-height: 1.25 !important;
}

.line-height-3 {
  line-height: 1.5 !important;
}

.line-height-4 {
  line-height: 1.75 !important;
}

.line-height-5 {
  line-height: 2 !important;
}

.noJS > div,
.noJS > ul {
  display: none;
}

.noJS > noscript {
  display: block;
  width: 100%;
  line-height: 10em;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow: -moz-scrollbars-vertical;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1), (-o-min-device-pixel-ratio: 10/9), (min-resolution: 1.1dppx){
  html { font-size: 70%; }
}

body {
  background: #fff;
  visibility: visible;
  overflow-x: hidden;
}
body.fixed {
  overflow: hidden;
}

div {
  position: relative;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

form {
  font-size: 16px;
}

label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
  cursor: pointer;
}

input {
  -webkit-autofill: unset;
  font-size: 16px;
  background-color: #eeeeee;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fcfcfc inset;
}
input:focus {
  outline: 0;
}
input[type=text], input[type=password] {
  vertical-align: top;
}
input[type=radio], input[type=checkbox] {
  margin-right: 5px;
  cursor: pointer;
  vertical-align: middle;
}
input[type=number]::-webkit-inner-spin-button,
input [type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input.hid {
  display: none;
}

a:focus,
input:focus,
select:focus,
button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
}

select {
  border: 0px;
  outline: none;
}

textarea {
  padding: 5px;
  border: 1px solid rgba(216, 216, 216, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
  font-size: 16px;
  background-color: #eeeeee;
}

a {
  cursor: pointer;
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: currentColor;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  overflow: hidden;
}

.ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.hide {
  display: none !important;
}
@media only screen and (max-width: 1100px) {
  .hide {
    display: block !important;
  }
}

.icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.mw-auto {
  max-width: none !important;
}

.wrapper-1800 {
  width: 100%;
  max-width: 1800px;
  margin: auto;
}

.wrapper-1750 {
  width: 100%;
  max-width: 1750px;
  margin: auto;
}

.wrapper-1700 {
  width: 100%;
  max-width: 1700px;
  margin: auto;
}

.wrapper-1650 {
  width: 100%;
  max-width: 1650px;
  margin: auto;
}

.wrapper {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}

.wrapper-1550 {
  width: 100%;
  max-width: 1550px;
  margin: auto;
}

.wrapper-1500 {
  width: 100%;
  max-width: 1500px;
  margin: auto;
}

.wrapper-1450 {
  width: 100%;
  max-width: 1450px;
  margin: auto;
}

.wrapper-1400 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.wrapper-1350 {
  width: 100%;
  max-width: 1350px;
  margin: auto;
}

.wrapper-1300 {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}

.wrapper-1250 {
  width: 100%;
  max-width: 1250px;
  margin: auto;
}

.wrapper-1200 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.wrapper-1150 {
  width: 100%;
  max-width: 1150px;
  margin: auto;
}

.wrapper-1100 {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.wrapper-1050 {
  width: 100%;
  max-width: 1050px;
  margin: auto;
}

.wrapper-1000 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.wrapper-900 {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.wrapper-800 {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.wrapper-750 {
  width: 100%;
  max-width: 750px;
  margin: auto;
}

.wrapper-700 {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.wrapper-650 {
  width: 100%;
  max-width: 650px;
  margin: auto;
}

.is-wrapper * {
  letter-spacing: 0px !important;
}

/* #Navigation
================================================== */
.start-header {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.start-header.scroll-on {
  position: fixed;
  -webkit-box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
          box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 1101px) {
  .start-header.scroll-on .navbar-brand img {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
.start-header .container {
  max-width: 1650px;
}
.start-header .container img {
  margin: 0 !important;
}

.navigation-wrap {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1050;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1100px) {
  .navigation-wrap {
    padding: 5px 0;
  }
}

.navbar {
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
}
@media only screen and (min-width: 1550px) and (max-width: 1700px) {
  .navbar .navbar-brand {
    max-width: 13em;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1500px) {
  .navbar .nav-item {
    position: static;
    margin-left: 0.5em !important;
  }
}
@media only screen and (min-width: 1070px) and (max-width: 1300px) {
  .navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0.5em;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1), (-o-min-device-pixel-ratio: 10/9), (min-resolution: 1.1dppx){
  .navbar {
    flex-direction: row;
  }

  .navbar .nav-item {
    margin-left: 1em !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1020px) {
  .navbar {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 1080px) {
  .navbar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.navbar-brand {
  padding: 0;
  margin: 0;
}
.navbar-brand img {
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 1400px) {
  .navbar-brand {
    margin-left: 6.5789473684vw;
  }
}
@media only screen and (max-width: 1080px) {
  .navbar-brand {
    max-width: 62.5vw;
  }
}
.navbar-light .navbar-toggler-icon {
  width: 25px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon::after, .navbar-light .navbar-toggler-icon::before {
  width: 25px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon::after {
  top: 8px;
}
.navbar-light .navbar-nav .nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.navbar-collapse {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 1101px) {
  .navbar-collapse {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1500px) {
  .navbar-collapse {
    width: 100%;
    margin-top: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1070px) and (max-width: 1300px) {
  .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1080px) {
  .navbar-collapse {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: -100%;
    background: #fff;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    overflow-y: auto;
    max-width: 60vw;
  }
  .navbar-collapse, .navbar-collapse > ul {
    z-index: 100;
  }
  .navbar-collapse > ul {
    position: relative;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .navbar-collapse.show {
    display: block !important;
    left: 0;
  }
}
.navbar-overlay {
  display: block;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
.navbar-overlay.active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1101px) {
  .navbar-overlay {
    display: block;
  }
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active, .navbar-toggler:focus {
  outline: none;
}
@media only screen and (max-width: 1080px) {
  .navbar-toggler {
    display: block !important;
  }
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #000;
  border-radius: 2px;
  z-index: 1;
  -webkit-transition: background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate(0% -50%) !important;
      -ms-transform: translate(0% -50%) !important;
          transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0;
  top: auto;
  bottom: 0;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navbar-toggler.fixed {
  display: none !important;
  position: fixed;
  left: 59%;
  top: 2%;
  z-index: 1001;
}
.navbar-toggler.fixed .hamburger-toggle .hamburger span {
  background-color: #fff;
}
.navbar-toggler.fixed .hamburger-toggle .hamburger span:first-child {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}
.navbar-toggler.fixed .hamburger-toggle .hamburger span:last-child {
  -webkit-transform: translateY(-18px) rotate(-40deg);
      -ms-transform: translateY(-18px) rotate(-40deg);
          transform: translateY(-18px) rotate(-40deg);
}
.navbar-toggler.fixed.active {
  display: block !important;
}
.navbar-nav.link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-nav.link .dropdown-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.navbar-nav.link .dropdown-menu-list li .dropdown-item {
  font-size: 16px;
  font-size: 1rem;
  background-color: transparent !important;
  white-space: normal;
}
.navbar-nav.link .dropdown-menu-list li .dropdown-item:hover {
  color: #004b7c !important;
}
.navbar-nav.link .dropdown-menu-list li .dropdown-menu-subContanier {
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}
.navbar-nav.link .dropdown-menu-list li .dropdown-menu-subContanier .dropdown-item {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  padding-left: 1.25rem;
}
.navbar-nav.link .dropdown-menu-list li .dropdown-menu-subContanier .dropdown-item::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #696969;
  position: absolute;
  top: 12.5px;
  left: 0;
}
@media only screen and (max-width: 1100px) {
  .navbar-nav.link .dropdown-menu-list li .dropdown-menu-subContanier {
    padding-top: 0;
    margin-top: -2px;
    padding-left: 20px;
    max-height: 55vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    position: static;
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .navbar-nav.link .dropdown-menu-list li .dropdown-menu-subContanier .dropdown-item {
    font-size: 15px;
    font-size: 0.9375rem;
    background-color: transparent !important;
  }
  .navbar-nav.link .dropdown-menu-list li .dropdown-menu-subContanier .dropdown-item:last-child {
    border-bottom: none;
  }
  .navbar-nav.link .dropdown-menu-list li .dropdown-menu-subContanier.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 1101px) {
  .navbar-nav.link {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-width: calc(740px - 2em);
    margin-left: auto;
    padding-right: 1em;
  }
  .navbar-nav.link .nav-link {
    font-weight: bold;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar-nav.link .nav-item:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    background: #fff;
    max-height: 100vw;
    left: 0;
    padding: 0 !important;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    z-index: 1;
    min-width: 100vw;
    max-width: 100%;
  }
  .navbar-nav.link .nav-item:hover .dropdown-menu::before {
    content: "";
    display: block;
    width: 1000%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: -100%;
    top: 14px;
    z-index: -1;
  }
  .navbar-nav.link .nav-item:hover .dropdown-menu::after {
    content: "";
    width: 1000%;
    height: 1px;
    background-color: #eee;
    display: block;
    position: absolute;
    top: 14px;
    left: -100%;
  }
  .navbar-nav.link .nav-item:hover .dropdown-menu .dropdown-menu-list {
    width: 100%;
    max-width: 1200px;
    padding: 10px 10px 0;
    margin: 15px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-column-gap: 15px;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: calc(50vw - 50px);
            transform: translateX(calc(-100vw + 100px));
  }
  .navbar-nav.link .dropdown-item:hover {
    background-color: transparent;
    color: #000;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1), (-o-min-device-pixel-ratio: 10/9), (min-resolution: 1.1dppx){
  .navbar-nav.link .nav-item:hover .dropdown-menu .dropdown-menu-list {
    transform: translateX(calc(0vw - (1200px / 2)));
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
  .navbar-nav.link {
    min-width: calc(90% - 120px);
    padding-left: 1em;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .navbar-nav.link .nav-item:hover .dropdown-menu {
    min-width: 100%;
    top: 3.4em;
    background-color: transparent;
  }
  .navbar-nav.link .nav-item:hover .dropdown-menu .dropdown-menu-list {
    left: calc(50% + 20px);
    -webkit-transform: translateX(calc(-50% + 20px));
        -ms-transform: translateX(calc(-50% + 20px));
            transform: translateX(calc(-50% + 20px));
  }
}
@media only screen and (min-width: 1070px) and (max-width: 1300px){
  .navbar-nav.link {
    min-width: calc(100% - 120px);
    margin-left: 0; 
  }
  .navbar-nav.link .nav-item:hover .dropdown-menu::before {
    height: calc(100% + 14px);
    top: 0;
  }
  .navbar-nav.link .nav-item:hover .dropdown-menu .dropdown-menu-list {
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  .navbar-nav.link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: auto;
    padding-right: 1em;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1), (-o-min-device-pixel-ratio: 10/9), (min-resolution: 1.1dppx){
  .navbar-nav.link {
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 1080px) {
  .navbar-nav.link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar-nav.link .nav-item {
    padding-left: 1.5rem !important;
  }
}
@media only screen and (max-width: 1080px) {
  .navbar-nav.info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navbar-nav.info > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .navbar-nav.info > li.nav-item-social {
    display: none;
  }
  .navbar-nav.info > li.nav-item-lang {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 3rem);
            flex: 0 0 calc(100% - 3rem);
    max-width: calc(100% - 3rem);
    margin-top: 0.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.navbar-mobile-icon {
  width: 80px;
  height: 40px;
  color: #000 !important;
  text-align: right;
  padding-right: 18px;
  position: absolute;
  right: 0;
  top: 5px;
  line-height: 40px;
}
.navbar-mobile-icon::after {
  display: none;
}
.navbar-mobile-icon.show .bi {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nav-link {
  position: relative;
  display: inline-block;
  color: #262626 !important;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  padding: 5px 0 !important;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media only screen and (min-width: 1101px) {
  .nav-link {
    line-height: 2.5;
  }
}
@media only screen and (max-width: 1080px) {
  .nav-link {
    padding: 10px 0 !important;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu{
    position: relative;
  }
}
.nav-item {
  position: relative;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.nav-item.active .nav-link, .nav-item:hover .nav-link {
  color: #004b7c !important;
}
.nav-item .icon {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: -2px;
}
.nav-item .icon .bi-caret-down-fill {
  font-size: 14px;
  color: #004b7c;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -3px;
}
.nav-item img {
  margin: 0 !important;
}
/*@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .nav-item {
    margin-left: 1.35em !important;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1700px) {
  .nav-item {
    margin-left: 1.25em !important;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .nav-item {
    margin-left: 0.5em !important;
  }
}*/
@media only screen and (max-width: 1100px) {
  .nav-item .dropdown-menu-list li {
    position: relative;
    margin-bottom: 0.25em;
  }
  .nav-item .dropdown-menu-list li .dropdown-item {
    padding-left: 0;
  }
  .nav-item .dropdown-menu-list li .navbar-mobile-icon {
    right: -1.3em;
    top: -4px;
  }
}
@media only screen and (max-width: 1080px) {
  .nav-item::after {
    display: none;
  }
  .nav-item::before {
    position: absolute;
    display: block;
    top: 24px;
    left: 5px;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
  }
  .nav-item.nav-item-lang .nav-link .icon:last-child {
    display: none !important;
  }
  .nav-item.nav-item-lang .dropdown-menu {
    position: relative;
    opacity: 1;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    padding: 0 !important;
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  .nav-item.nav-item-lang .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 0px;
    text-align: center;
    line-height: 2;
    background-color: #004b7c;
    color: #fff;
    border-radius: 0;
  }
  .nav-item.nav-item-lang .dropdown-menu .dropdown-item + .dropdown-item {
    margin-left: 4px;
  }
}

/* #Primary style
================================================== */
.bg-light {
  background-color: #fff !important;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
          box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-item {
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  background-color: #004b7c;
}

.nav-item .dropdown-menu {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  min-width: 7.75em;
  max-height: 0;
  display: none;
  padding: 0;
  margin: 0;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.nav-item .dropdown-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 1101px) {
  .nav-item .dropdown-menu {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .nav-item .dropdown-menu {
    padding-top: 0 !important;
  }
  .nav-item .dropdown-menu .dropdown-menu-list {
    padding-left: 10px;
    transform: translateX(0px) !important;
  }
  .nav-item .dropdown-menu .dropdown-menu-list li {
    margin-bottom: 0.5em;
  }
}
.nav-item-lang {
  position: relative !important;
}
@media only screen and (min-width: 1101px) {
  .nav-item-lang .dropdown-toggle {
    border: #000 1px solid;
    border-radius: 20px;
    line-height: 1.75;
    padding: 5px 20px 2px !important;
  }
}
@media only screen and (max-width: 1080px) {
  .nav-item-lang .dropdown-toggle {
    display: none !important;
  }
}

@media only screen and (max-width: 1080px) {
  .nabar-icon-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nabar-icon-mobile .icon {
    margin-left: 5px;
  }
}

.search-formList {
  position: absolute;
  top: 83px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
.search-formList.open {
  display: block;
}
@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  .search-formList {
    top: 10.3em;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1024px) {
  .search-formList {
    top: 8.75em;
  }
}
@media only screen and (max-width: 810px) {
  .search-formList {
    top: 5.2em;
  }
}

footer {
  padding: 1em;
  background-color: #010101;
}
footer, footer a {
  color: #fff;
}
@media only screen and (min-width: 1101px) {
  footer .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer .footer-info p {
  margin-bottom: 0;
}
footer .footer-info .copyright {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
}
footer .footer-info-backTop a {
  font-size: 16px;
  font-size: 1rem;
  color: #e50012;
  display: inline-block;
  margin-bottom: 8px;
  line-height: 1;
}
footer .footer-info-backTop span {
  padding-right: 5px;
}
@media only screen and (max-width: 1100px) {
  footer .footer-info-backTop {
    display: none;
  }
}
@media only screen and (min-width: 1101px) {
  footer .footer-info-left .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer-info-left .item p ~ p {
    padding-left: 20px;
  }
}
footer .footer-info-left a {
  color: #e50012;
}
footer .footer-info-right .iware {
  padding-left: 0 !important;
  padding-right: 0;
}
@media only screen and (min-width: 1101px) {
  footer .footer-info-right {
    text-align: right;
  }
}
@media only screen and (max-width: 1100px) {
  footer .footer-info-right {
    margin-top: 15px;
  }
  footer .footer-info-right p {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1101px) {
  footer {
    padding: 40px 25px 35px;
  }
}
@media only screen and (max-width: 1100px) {
  footer {
    padding-bottom: 4em;
  }
}

.divider {
  width: 2px;
  height: 100%;
  background: #bfb1a5;
}
@media only screen and (min-width: 800px) and (max-width: 1000px) {
  .divider {
    display: none;
  }
}

.iware {
  font-size: 87%;
  font-weight: 100;
  font-weight: lighter;
  margin-bottom: 0 !important;
  padding: 2px 8px;
}
.iware, .iware a {
  color: #bfbfbf;
}
.iware a:hover {
  text-decoration: underline;
}
.iware b {
  font-weight: 100;
}

.float-link {
  right: -100%;
  position: fixed;
  bottom: 200px;
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.float-link .link-btn a:hover {
  opacity: 0.65;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1), (-o-min-device-pixel-ratio: 10/9), (min-resolution: 1.1dppx){
  .float-link {
    display: none !important;
  }
}

@media only screen and (min-width: 1101px) {
  .float-link .link-btn.nabar-icon-mobile {
    display: none;
  }
}
.float-link .link-btn.nabar-icon-mobile img {
  max-width: 100%;
}
@media only screen and (max-width: 1100px) {
  .float-link .link-btn.top {
    display: none;
  }
}
.float-link.active {
  right: 15px;
}
@media only screen and (max-width: 1600px) {
  .float-link.active {
    right: 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .float-link {
    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;
    width: 100%;
    bottom: 0;
    right: 0 !important;
    background: #004b7c;
    padding: 5px;
    margin: 0;
  }
  .float-link .link-btn {
    text-align: center;
    padding: 6px;
  }
  .float-link .link-btn,
.float-link .link-btn .link-btn-toggle {
    display: block;
    width: 100%;
  }
  .float-link .link-btn .link-btn-toggle {
    color: #fff;
  }
  .float-link .link-btn .icon {
    margin-left: 0;
  }
  .float-link .link-btn .icon small {
    font-size: 100%;
    padding-right: 5px;
  }
}

.article,
article {
  width: 100%;
  font-size: 100%;
}
.article iframe,
article iframe {
  width: 100%;
  height: 750px;
}
@media only screen and (max-width: 810px) {
  .article iframe,
article iframe {
    height: 350px;
  }
}

.in-content {
  padding-top: 2.6315789474vw;
  padding-bottom: 2.6315789474vw;
}
@media only screen and (max-width: 1100px) {
  .in-content {
    padding-top: 3.90625vw;
    padding-bottom: 3.90625vw;
  }
}

.imgCenter-4-3 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 59.5%;
  overflow: hidden;
}
.imgCenter-4-3 img {
  max-height: none;
}

.g-recaptcha {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1100px) {
  .g-recaptcha {
    margin-bottom: 1rem;
  }
}

.fw-400, .Prod-headingTxt, .Prod-headingSubTitle {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600, .Prod-unreset .nav-link, .Prod-headingTitle, .pro-card-wrap .card-title {
  font-weight: 600 !important;
}
.fw-900, .Prod-conInfo-img .swiper-button-next::after, .Prod-conInfo-img .swiper-button-prev::after, .page-gallerSwiper-pro .swiper-act-button .swiper-button-next::after,
.page-gallerSwiper-pro .swiper-act-button .swiper-button-prev::after, .index-pageHead, .card-btn-more, .card-time-date, .heading-title-txt, .heading-title-txt-en, .title-ch, .title-en, .link-head {
  font-weight: 900 !important;
}

.boxShadow, .member-content .form-box {
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1) !important;
}

.bt-solid-c1 {
  border-top: 1px #ccc solid;
}

.mainContent {
  overflow: hidden;
}
.mainContent-wrap {
  padding-bottom: 2em;
  background-color: #f8f8f8;
}

@media only screen and (max-width: 1100px) {
  .mainContent-wrap {
    padding-top: 1em;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1101px) {
  .mainContent-info {
    width: 300px;
  }
  .mainContent-info ~ .mainContent-list {
    max-width: calc(100% - 300px);
    padding-left: 80px;
  }
}
@media only screen and (max-width: 1100px) {
  .mainContent-info {
    display: none !important;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1), (-o-min-device-pixel-ratio: 10/9), (min-resolution: 1.1dppx){
  .mainContent-info {
    display: block !important;
  }
}

@media only screen and (max-width: 700px) {
  .mainContent-info {
    display: none !important;
  }
}

.mainContent-list {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 1100px) {
  .mainContent-list {
    padding: 0.5em 0.1em;
  }
}
@media only screen and (max-width: 1024px) {
  .mainContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.link-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0px 10px 20px 0;
}
.link-wrap ul > li:first-child a{
  border-top: none;
}
.link-wrap ul > li:last-child a{
  border-bottom: dotted 1px #777;
}
.link-wrap ul > li > a {
  position: relative;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #262626;
  padding: 0.75em 50px 0.75rem 30px;
  border-top: dotted 1px #777;
}
.link-wrap ul > li > a::after {
  content: "\f4fe";
  font-family: "bootstrap-icons";
  display: block;
  color: #000;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -15px;
  font-weight: 100;
  font-size: 22px;
  font-size: 1.375rem;
}
.link-wrap ul > li > a:hover, .link-wrap ul > li > a.active {
  background-color: #004b7c;
  border-top: none;
}
.link-wrap ul > li > a:hover, .link-wrap ul > li > a:hover::after, .link-wrap ul > li > a.active, .link-wrap ul > li > a.active::after {
  color: #fff;
}
.link-wrap ul > li > a:hover::after, .link-wrap ul > li > a.active::after {
  content: "\f2ea";
}
.link-wrap ul > li > a.active {
  border-top-right-radius: 30px;
}
.link-wrap ul > li > ol a {
  position: relative;
  display: block;
}
.link-wrap ul > li > ol li {
  border-bottom: #fff 1px dotted;
  padding-left: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.link-wrap ul > li > ol li:first-child {
  padding-top: 15px;
}
.link-wrap ul > li > ol li a:hover, .link-wrap ul > li > ol li a.active {
  color: #004b7c;
}
.link-wrap .first_menu.open {
  display: block;
}
@media only screen and (min-width: 1101px) {
  .link-wrap .first_menu {
    display: none;
  }
}
@media only screen and (min-width: 1020px) and (max-width: 1500px) {
  .link-wrap a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .link-wrap {
    margin-bottom: 1rem;
  }
}
.link-head {
  font-size: 30px;
  font-size: 1.875rem;
  color: #004b7c;
  padding-left: 0.75rem;
  margin-bottom: 1.5rem;
}

.unit {
  position: relative;
  display: block;
  line-height: 1.5;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.unit .btn {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.unit-icon {
  padding-left: 1.5em !important;
  padding-right: 0;
}
.unit-icon .icon {
  margin-top: 0;
  position: absolute;
  left: 0;
  top: -0.1rem;
}
@media only screen and (max-width: 1100px) {
  .unit {
    text-align: left;
    font-size: 16px;
  }
  .unit-icon .icon {
    top: 0.85rem;
  }
}

.select_style::after {
  content: "\f282";
  font-family: "bootstrap-icons" !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  right: 8px;
  top: 1px;
}
.select_style select.form-control {
  background-color: #fff;
  border: 1px solid #e6eaea !important;
  text-align: left;
  border-radius: 0;
  height: 40px !important;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.select_style select {
  width: 100%;
  background: transparent;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.select_style select,
.select_style input {
  border: none !important;
  height: 100% !important;
}
.select_style .form-control {
  border-radius: 0;
}
.select_style .disabled {
  background-color: #e9ecef;
}
.select_style .disabled select,
.select_style .disabled input {
  background: transparent;
}

.title-wrap {
  width: 100%;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.title-wrap .btn .icon {
  font-size: 23px;
  font-size: 1.4375rem;
}
@media only screen and (max-width: 1100px) {
  .title-wrap {
    margin-bottom: 2px;
  }
}
.title-spacing-2 {
  letter-spacing: 2px;
}
.title-spacing-3 {
  letter-spacing: 3px;
}
.title-spacing-4 {
  letter-spacing: 4px;
}
.title-spacing-5 {
  letter-spacing: 5px;
}
.title-en {
  font-family: "Mitr", sans-serif;
  font-size: 35px;
  font-size: 2.1875rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 810px) {
  .title-en {
    font-size: 6.25vw;
  }
}
.title-ch {
  position: relative;
  font-size: 45px;
  font-size: 2.8125rem;
  color: #595757;
}
@media only screen and (max-width: 810px) {
  .title-ch {
    font-size: 4.375vw;
  }
}
@media only screen and (max-width: 640px) {
  .title-ch {
    font-size: 7.5vw;
  }
}
.title-mainWrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.25em;
}
@media only screen and (max-width: 1100px) {
  .title-mainWrap {
    padding-top: 0.65em;
    padding-bottom: 0.65em;
  }
}
.titleStyle {
  position: relative;
  padding: 0.25em;
}
.titleStyle::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #e50012;
  border-radius: 50%;
  position: absolute;
  right: -8px;
  top: 8px;
}
.title__topLine {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #000;
}
.title__solid {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b3b3b3;
}
.title__underLine {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #000;
}
.title-left-circle, .pro-search-listName {
  position: relative;
  padding-left: 30px;
  z-index: 1;
}
.title-left-circle::before, .pro-search-listName::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: #004b7c 2px solid;
  border-radius: 50%;
  top: 11px;
  left: 10px;
  z-index: -1;
}
.title-right-squre {
  position: relative;
  padding-left: 15px;
  z-index: 1;
}
.title-right-squre::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #0125fd;
  position: absolute;
  bottom: 2px;
  right: -40px;
  z-index: -1;
}
.title__topHead::before {
  content: "";
  display: block;
  width: 30px;
  height: 0.5rem;
  background-color: #004b7c;
  margin-bottom: 1rem;
}

.heading-title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1em;
}

.heading-title-txt, .heading-title-txt-en {
  position: relative;
  font-size: 2.1052631579vw;
  letter-spacing: 4px;
  padding-left: 65px;
  padding-right: 0.5rem;
}
.heading-title-txt::before, .heading-title-txt-en::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  max-width: 50px;
  max-height: 43px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon-title.png");
  position: absolute;
  left: 0;
  top: 4px;
}
.heading-title-txt.product::before, .heading-title-txt-en.product::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  max-width: 50px;
  max-height: 43px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon-title-pro.png");
  position: absolute;
  left: 0;
  top: 4px;
}
.heading-title-txt.contact::before, .heading-title-txt-en.contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  max-width: 50px;
  max-height: 43px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon-title-contact.png");
  position: absolute;
  left: 0;
  top: 4px;
}
@media only screen and (max-width: 1100px) {
  .heading-title-txt, .heading-title-txt-en {
    font-size: 23px;
    font-size: 1.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 58px;
  }
  .heading-title-txt::before, .heading-title-txt-en::before {
    top: 0;
  }
}
.heading-title-txt-en {
  font-size: 1.3157894737vw;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-left: 55px;
}
@media only screen and (max-width: 1100px) {
  .heading-title-txt-en {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.heading-title small {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  color: #7d7d7d;
}
.heading-title::before, .heading-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
}
.heading-title::before {
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 6px;
  border-top: #004b7c 2px solid;
  z-index: 1;
}
.heading-title::after {
  width: 100%;
  height: 6px;
  border-top: #dcdcdc 2px solid;
  border-bottom: #ffffff 4px solid;
}

.breadcrum-wrap {
  margin-top: 0.7894736842vw;
  margin-bottom: 0.7894736842vw;
}
@media only screen and (max-width: 1600px) {
  .breadcrum-wrap {
    padding-right: 2.34375vw;
  }
}
@media only screen and (max-width: 1100px) {
  .breadcrum-wrap {
    padding-left: 15px;
    margin-top: 2.34375vw;
    margin-bottom: 2.34375vw;
  }
}
.breadcrum-wrap .breadcrumb {
  font-size: 16px;
  font-size: 1rem;
  color: #404040;
  background-color: transparent;
  margin-bottom: 0;
}
.breadcrum-wrap .breadcrumb .breadcrumb-item {
  color: #999;
/*  text-transform: uppercase;*/
}
.breadcrum-wrap .breadcrumb .breadcrumb-item .ic-home{
  margin-right: 5px;
  width: 18px;
  display: inline-block;
  vertical-align: text-top;
}
.breadcrum-wrap .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  padding-right: 7px;
  color: #999;
}
@media only screen and (min-width: 1101px) {
  .breadcrum-wrap .breadcrumb {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (max-width: 1100px) {
  .breadcrum-wrap .breadcrumb {
    padding-left: 0;
    padding-top: 0.3em;
    padding-bottom: 0;
  }
  .breadcrum-wrap .breadcrumb .breadcrumb-item{
    font-size: 14px;
  }
}
.breadcrum-wrap .icon {
  margin-top: 0px;
  margin-right: 2px;
}
.breadcrum-wrap .icon img {
  vertical-align: initial;
}

.pagination-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.pagination-wrap .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-wrap .pagination .page-link {
  width: 33px;
  height: 33px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 33px;
  color: #6e6d6d;
  font-family: "Roboto";
  background-color: transparent;
  border-color: transparent;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  margin-right: 0.5rem;
}
.pagination-wrap .pagination .page-link:hover, .pagination-wrap .pagination .page-link.active {
  color: #fff;
  background-color: #b99576;
  border-color: #b99576;
}
.pagination-wrap .pagination-select {
  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;
}
.pagination-wrap .pagination-select select {
  text-align: center;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  font-size: 15px;
  font-size: 0.9375rem;
}
.pagination-wrap .pagination-select .pagination-item {
  padding-left: 20px;
}
.pagination-wrap .pagination-mobile {
  max-width: 120px;
}
@media only screen and (min-width: 1101px) {
  .pagination-wrap .pagination-mobile .pagination-select {
    width: auto;
  }
  .pagination-wrap .pagination-mobile .pagination-select select {
    max-width: 45px;
  }
}
@media only screen and (max-width: 1100px) {
  .pagination-wrap {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
}

.text-main {
  color: #004b7c !important;
}
.text-itemSub {
  color: #7d7d7d !important;
}
.text-underLine, .index-content .btn_link {
  text-decoration: underline !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-italic {
  font-style: italic;
}

.bg-itemSub {
  background-color: #6f6e6e !important;
}

.justify {
  text-align: justify;
}

.flex-none {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}
@media only screen and (max-width: 640px) {
  .flex-none {
    width: 100%;
  }
}
.flex-auto {
  -webkit-box-flex: 1 !important;
      -ms-flex: auto !important;
          flex: auto !important;
}
.flex-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.tag-item, .tag-item-current, .tag-item-date {
  display: inline-block;
  width: auto;
  line-height: 1.1;
  margin: 2.5px;
  font-size: 14px;
  line-height: 1;
  padding: 6px;
  text-align: center;
  background-color: #eeeeee;
  color: #5b5a5a;
}
.tag-item-current, .tag-item-date {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
}
.tag-item-current {
  background-color: #00b7ee;
}
.tag-item-date {
  background-color: #bfbf85;
}
.tag-item-wrap .tag-item ~ .tag-item, .tag-item-wrap .tag-item-current ~ .tag-item, .tag-item-wrap .tag-item-date ~ .tag-item, .tag-item-wrap .tag-item ~ .tag-item-current, .tag-item-wrap .tag-item-current ~ .tag-item-current, .tag-item-wrap .tag-item-date ~ .tag-item-current, .tag-item-wrap .tag-item ~ .tag-item-date, .tag-item-wrap .tag-item-current ~ .tag-item-date, .tag-item-wrap .tag-item-date ~ .tag-item-date {
  margin-left: 5px;
}
@media only screen and (min-width: 1101px) {
  .tag-item-wrap {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .tag-item-wrap {
    padding-top: 10px;
  }
}

.page-mainWrapper {
  position: relative;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url("../images/main-pageBg.jpg");
}
@media only screen and (min-width: 1101px) {
  .page-mainWrapper {
    padding-top: 2.1052631579vw;
    padding-bottom: 2.1052631579vw;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1600px) {
  .page-mainWrapper {
    padding-left: 2.1052631579vw;
    padding-right: 2.1052631579vw;
  }
}

.detail-label {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  padding: 0 6px;
  height: 20px;
  text-align: center;
  background-color: #fff;
  line-height: 20px;
  vertical-align: middle;
  font: 13px/25px Arial;
  border: 1px solid #fff;
}
.detail-label-other {
  border-color: #e9a3a8;
  color: #e9a3a8;
  line-height: 20px;
}
.detail-blockquote {
  display: block;
  margin: 0 0 20px;
  position: relative;
  /*Font*/
  font-size: 16px;
  /*Borders - (Optional)*/
/*  border-left: 10px solid #004b7c;*/
  /*Box Shadow - (Optional)*/
  -webkit-box-shadow: 2px 2px 15px #ccc;
          box-shadow: 2px 2px 15px #ccc;
}

.radio_style {
  margin-top: 10px !important;
}
.radio_style input[type=radio] {
  display: none;
}
.radio_style input + label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding-left: 30px;
  margin-bottom: 0;
}
.radio_style input + label::before, .radio_style input + label::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
}
.radio_style input + label::before {
  width: 20px;
  height: 20px;
  border: #cecece 1px solid;
  background: #fff;
  position: absolute;
  top: -1px;
  left: 0;
}
.radio_style input + label::after {
  width: 10px;
  height: 10px;
  background-color: transparent;
  position: absolute;
  left: 5px;
  top: 4px;
}
.radio_style input:checked + label::after {
  background-color: #004b7c;
}

.form-control,
.btn {
  border-radius: 0.5em;
}

.form-control {
  height: auto;
}
.modal {
  text-align: center;
  padding-right: 0 !important;
}
.modal-content {
  border-color: #accccd;
  border-width: 3px;
}
.modal-open {
  padding-right: 0 !important;
}
@media only screen and (min-width: 1101px) {
  .modal {
    text-align: center;
    padding: 0 !important;
  }
  .modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 500px) {
  .modal-dialog {
    width: 100%;
    max-width: 85rem;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1500px) {
  .modal-dialog {
    max-width: 70rem;
  }
}
.modal-autoheight .modal-body {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 100px !important;
  max-height: 100vh !important;
}
@media only screen and (min-width: 500px) {
  .modal-autoheight .modal-body {
    max-height: calc(100vh - 50px) !important;
  }
}
@media only screen and (max-width: 1080px) {
  .modal-autoheight .modal-body {
    height: calc(90vh - 1.5rem) !important;
  }
}
@media only screen and (max-width: 1080px) {
  .modal-autoheight {
    -webkit-transform: translateY(5%);
        -ms-transform: translateY(5%);
            transform: translateY(5%);
  }
}

.btn:hover {
  background-color: #004b7c !important;
  border-color: #004b7c !important;
  color: #fff !important;
}

.btn:hover {
  background-color: #004b7c !important;
  border-color: #004b7c !important;
  color: #fff !important;
}

.btn {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 100;
  border-radius: 0 !important;
  padding: 0.35em 1.5em 0.5em;
}
@media only screen and (max-width: 1100px) {
  .btn {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 1em;
    padding-right: 1em;
  }
}
.btn .icon {
  vertical-align: top;
  margin-top: 0px;
  margin-right: 3px;
}
.btn-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 2rem 0 1rem;
}
.btn-wrap > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.btn-wrap > li + li {
  margin-left: 1.5rem;
}
@media only screen and (max-width: 1080px) {
  .btn-wrap {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .btn-wrap > li + li {
    margin-left: 0.5rem;
  }
}
.btn-skin {
  background-color: #dec9bc;
}
.btn-main {
  background-color: #004b7c;
  color: #fff;
}
.btn-secondary {
  background-color: #b99576;
}
.btn-white {
  background-color: #fff;
}
.btn-outline-dark {
  border: 1px solid #212529 !important;
}

.js-toggle-btn .btn {
  font-size: 16px;
  font-size: 1rem;
  border-radius: 20px;
  border: #eee 1px solid;
}
.js-toggle-btn .btn i {
  color: currentColor;
}
.js-toggle-btn .btn .icon {
  margin-top: 0;
}

.js-open {
  display: block !important;
  margin-top: 5px;
}

.box {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px;
}
.box p {
  margin-bottom: 0;
}
.box-head {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #717171;
  padding-left: 10px;
}
.box-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 2em;
  border: none;
  text-align: left;
  border-radius: 0;
}
@media only screen and (min-width: 1101px) {
  .card__2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 2em);
            flex: 0 0 calc(50% - 2em);
    max-width: calc(50% - 2em);
  }
}
@media only screen and (min-width: 1101px) {
  .card__3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 2em);
            flex: 0 0 calc(33.3333333333% - 2em);
    max-width: calc(33.3333333333% - 2em);
  }
}

@media only screen and (min-width: 1101px) {
  .card__4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 2em);
            flex: 0 0 calc(25% - 2em);
    max-width: calc(25% - 2em);
  }
}


/* @media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1), (-o-min-device-pixel-ratio: 10/9), (min-resolution: 1.1dppx){
  
  .card__2 {
    flex: 0 0 calc(50% - 2em) !important;
    max-width: calc(50% - 2em) !important;
  }

  .card__3 {
    flex: 0 0 calc(33.3333333333% - 2em) !important;
    max-width: calc(33.3333333333% - 2em) !important;
  }
  
  .card__4 {
    flex: 0 0 calc(25% - 2em) !important;
    max-width: calc(25% - 2em) !important;
  }
} */

@media only screen and (max-width: 1100px) {
  .card {
    margin-left: 0.5em;
    margin-right: 0.5em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1em);
            flex: 0 0 calc(50% - 1em);
    max-width: calc(50% - 1em);
  }
}
.card__full {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 calc(100% - 2em) !important;
          flex: 0 0 calc(100% - 2em) !important;
  max-width: calc(100% - 2em) !important;
}
@media only screen and (min-width: 1101px) {
  .card__horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.card-img-top {
  border-radius: 0px;
}
.card-img-top img {
  display: block;
  width: 100%;
}
.card-img-top + .card-caption {
  margin-top: 10px;
}
.card-time-date {
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1100px) {
  .card-time-date {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.card-time-year {
  font-size: 16px;
  font-size: 1rem;
  color: #8b8b8b;
}
@media only screen and (min-width: 1101px) {
  .card-time {
    margin-bottom: 1em;
  }
}
.card-title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 900;
  line-height: 1.5;
}
.card-caption {
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}
.card-body {
  padding: 1.25em;
}
.card-text {
  font-size: 16px;
  font-size: 1rem;
  color: #5b5a5a;
  font-weight: 100;
  line-height: 1.3;
}
.card-btn {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  background-color: #c9c9c9 !important;
  color: #fff !important;
  margin-bottom: 1em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.card-btn:hover {
  background-color: #004b7c !important;
}
.card-btn-more {
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: #333 1px solid;
  padding-bottom: 2px;
}
@media only screen and (max-width: 640px) {
  .card-btn {
    padding-left: 0;
    padding-right: 0;
  }
}
.card-linkNormal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.card-wrap {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.card:hover .card-btn {
  color: #252525;
}
.card:hover .card-btn::after {
  background-color: #252525;
}
@media only screen and (max-width: 1100px) {
  .card {
    margin-bottom: 1em;
  }
  .card-title {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 0.25em;
  }
  .card-body {
    padding: 0.75em;
  }
  .card-caption {
    padding-top: 0.125em;
    padding-bottom: 0.25em;
  }
}

@media only screen and (min-width: 1101px) {
  .form-inMain-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 70px;
    padding-right: 70px;
  }
}
.form-wrap {
  background-color: #fff;
  border: #eee 1px solid;
  padding: 1.5em;
}
.form-wrap legend {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 2.5em;
}
.form-wrap .form-control {
  border-radius: 0;
  border-width: 0 0 1px 0px;
}
@media only screen and (min-width: 1101px) {
  .form-wrap {
    padding: 50px;
  }
}
.form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.form-flex label {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80px;
}
.form-check {
  padding-left: 0;
}
.form-box .title {
  text-align: center;
  padding: 20px 0 15px;
  font-size: 30px;
  font-size: 1.875rem;
  color: #004b7c;
}
.form-box .section {
  padding: 20px 0;
}
.form-box .form-control {
  height: 50px;
  border-radius: 0;
}
.form-box .message {
  display: block;
  width: 100%;
  margin: 20px 0 0;
  font-size: 16px;
  text-align: right;
}
.form-box .message a {
  position: relative;
  display: inline-block;
  width: 25%;
  color: #636262;
  text-decoration: none;
  text-align: left;
  border-bottom: #ccc 1px solid;
  padding-bottom: 10px;
}
.form-box .message a::after {
  content: "→";
  display: inline-block;
  float: right;
}
.form-box.forget {
  display: none;
}
.form-box .form-list p {
  margin-bottom: 0;
}
.form-box.regis .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-box.regis .form-group > label {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.form-box.regis .form-group .form-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-box.regis .form-group .form-list label {
  margin-bottom: 0;
}
.form-box.regis.regis-form .form-group {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  margin-bottom: 5px;
  border: 1px solid #dee2e6;
}
.form-box.regis.regis-form .form-group > label {
  min-width: 200px;
  background: #f0f0f0;
  padding: 10px;
}
.form-box.regis.regis-form .form-group .form-list {
  padding: 5px 10px;
}
.form-box.regis.regis-form .form-group .form-list .form-control {
  margin-bottom: 5px;
}
@media only screen and (max-width: 810px) {
  .form-box.regis.regis-form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-box.regis.regis-form .form-group > label {
    width: 100%;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 16px;
    font-size: 1rem;
  }
  .form-box.regis.regis-form .form-group .form-list {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-box.regis.regis-form .form-group .radio {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .form-box.regis.regis-form .form-group .btn {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    margin-left: 0 !important;
  }
  .form-box.regis.regis-form .form-group .form-input .code {
    width: inherit;
  }
}
.form-status {
  margin-bottom: 1.5rem;
}
.form-status-link .icon {
  margin-top: -3px;
}

.member-content {
  padding-top: 10px;
  padding-bottom: 40px;
}
.member-content .form-box {
  max-width: 650px;
  background-color: #fff;
  border-radius: 25px;
  padding: 1.5em 3em 1.5em 2em;
  overflow: hidden;
}
.member-content-intro {
  background-color: #eee;
}
.member-content-intro-wrap {
  max-width: 600px;
}
.member-content-login {
  background-color: #fff;
}
.member-content-login .form-group {
  margin-bottom: 1.5rem;
}
.member-content-login .btn-wrap {
  margin-top: 1rem;
}
@media only screen and (max-width: 1100px) {
  .member-content-login .btn-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .member-content-login .btn-wrap > li {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .member-content {
    padding: 0em;
  }
}
.member-editor .form-box {
  padding: 5px 0;
  border-radius: 0;
}
.member-editor .form-group label {
  width: 150px;
}
.member-editor .form-group > label {
  padding-left: 0;
}
.member-editor .form-group-checkbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 0;
  margin-bottom: 0;
}
.member-editor .form-group-checkbox label {
  width: 100% !important;
}
.member-editor .form-group-checkbox .radio_style {
  margin-top: 0px !important;
}
.member-editor .form-group .uploader {
  min-width: 20em;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 1101px) {
  .member-editor .form-group .uploader {
    max-width: 20em;
  }
}
.member-editor .form-group .uploader-btn .btn {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 1100px) {
  .member-editor .form-group .uploader-btn {
    margin-top: 1em;
  }
}
.member-editor-buildCase-form {
  background: #eceae8;
  border-radius: 30px;
  border-top-left-radius: 0;
  padding: 2em;
}
.member-editor-buildCase-form .form-box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: transparent;
}
.member-editor-buildCase-form .pagination-wrap {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 1100px) {
  .member-editor-buildCase-form {
    border-top-right-radius: 0;
    padding: 0.75em 1.5em;
    margin-top: 0;
  }
}
.member-editor-buildCase-tab {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.member-editor-buildCase-tab .nav,
.member-editor-buildCase-tab .nav li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.member-editor-buildCase-tab .nav-link {
  position: relative;
  z-index: 0;
  display: block;
  text-align: center;
  padding: 0.75rem 0.35rem !important;
  background-color: #e3e0de;
  border-top-left-radius: 40px !important;
  border-top-right-radius: 40px !important;
}
@media only screen and (min-width: 1101px) {
  .member-editor-buildCase-tab .nav-link {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
@media only screen and (max-width: 1100px) {
  .member-editor-buildCase-tab .nav-link {
    font-size: 18px;
    font-size: 1.125rem;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }
}
.member-editor-buildCase-tab .nav li:hover > a, .member-editor-buildCase-tab .nav li.active > a {
  background-color: #eceae8;
}
.member-editor-buildCase-tab .nav::before {
  content: "";
  display: block;
  width: calc(100% - 70px);
  height: 50px;
  background-color: #e3e0de;
  position: absolute;
  top: 0px;
  left: 35px;
}
@media only screen and (min-width: 1101px) {
  .member-editor-buildCase-tab .nav {
    max-width: 68%;
  }
}
.member-editor-buildCase-tab .btn-wrap .btn {
  padding-bottom: 0.35em;
}
.member-editor-buildCase-tab .btn-wrap .btn .icon {
  margin-top: 0;
}
@media only screen and (min-width: 1101px) {
  .member-editor-buildCase-tab .btn-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    margin: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .member-editor-buildCase-tab .btn-wrap {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.member-editor-buildCase .form-group {
  margin-bottom: 0.25rem;
}
.member-editor-buildCase .icon {
  margin-top: -6px;
}
@media only screen and (max-width: 1100px) {
  .member-editor-buildCase .form-group {
    width: 100%;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.member-editor-buildCaseAdd .form-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.member-editor-buildCaseAdd .form-group > label {
  min-width: 210px;
  line-height: 1.2;
}
@media only screen and (min-width: 1101px) {
  .member-editor-buildCaseAdd .form-group > label {
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 1100px) {
  .member-editor-buildCaseAdd .form-group {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .member-editor-buildCaseAdd .form-group.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media only screen and (max-width: 1100px) {
  .member-editor-buildCaseAdd .form-box {
    margin-bottom: 10px;
  }
  .member-editor-buildCaseAdd .form-box > .form-group {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .member-editor-buildCaseAdd .form-box > .form-group > label {
    padding-left: 0;
    padding-bottom: 10px;
  }
  .member-editor-buildCaseAdd .form-box > .form-group .form-input-size {
    width: 100% !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .member-editor-buildCaseAdd .form-box .twzipcode-style {
    width: calc(100% + 30px) !important;
  }
  .member-editor-buildCaseAdd .form-lineHref {
    margin-top: 0.75em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .member-editor-buildCaseAdd .form-lineHref .form-input-size,
.member-editor-buildCaseAdd .form-lineHref .unit {
    width: 100% !important;
  }
  .member-editor-buildCaseAdd .form-lineHref .unit {
    padding-left: 0;
    padding-top: 5px;
  }
}

.empty-row {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  max-width: 640px;
}
.empty-row .img-box {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.empty-row .img-box img {
  display: block;
  width: 100%;
}
.empty-row .content {
  margin-top: 20px;
  text-align: center;
}
.empty-row .content .title {
  color: #222;
  font-size: 32px;
  font-family: "Open Sans";
  line-height: 1.2;
  margin: 0;
}
.empty-row .content .des {
  color: #999;
  font-size: 17px;
  line-height: 1.6;
  font-family: "Open Sans";
  margin: 0;
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .empty-row .content {
    margin-top: 30px;
  }
  .empty-row .content .title {
    font-size: 26px;
  }
  .empty-row .content .des {
    font-size: 16px;
    margin-top: 15px;
  }
}
:root {
  --fancy-slider-theme-color: #fff;
  --fancy-slider-font-family: sans-serif;
  --fancy-slider-button-side-offset: 32px;
  --fancy-slider-button-mobile-side-offset: 12px;
  --fancy-slider-button-mobile-bottom-offset: 0px;
  --fancy-slider-head-font-size-s: 36px;
  --fancy-slider-head-font-size: 48px;
  --fancy-slider-head-font-size-b: 60px;
  --fancy-slider-title-font-size: 33px;
  --fancy-slider-title-font-family: $OpenSans-300;
  --fancy-slider-title-line-height: 1;
  /* Card */
  --card-transition-duration: 500ms;
  --card-transition-delay: 250ms; /* delay background color */
  /* background */
  --fancy-slider-transition-background-duration: 1000ms; /* duration background color */
  --fancy-slider-transition-background-delay: 1000ms; /* delay background color */
  /* other */
  --fancy-slider-transition-slide-delay: 850ms; /* delay slide translation */
  --fancy-slider-transition-title-delay: 800ms; /* delay title translation */
  --fancy-slider-transition-timing-function: cubic-bezier(0.5, 0, 0, 1); /* global timing function */
  /* scaling */
  --fancy-slider-transform-scale-slide: 1; /* before scale in slide - same as in js */
  --fancy-slider-transform-scale-img: 1; /* before scale in img - same as in js */
  /* nav */
  --fancy-slider-transition-button: 400ms; /*  */
  --fancy-slider-transition-button-arrow: 400ms; /*  */
  --fancy-slider-transition-button-circle: 400ms; /*  */
  --bs-aspect-ratio-mobile: 100% ;
}

@-webkit-keyframes jump {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}

@keyframes jump {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes moveCircle {
  0%, 100% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@keyframes moveCircle {
  0%, 100% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
.animationItem {
  -webkit-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
  opacity: 0;
  -webkit-transition: 0.85s cubic-bezier(0.31, 1.26, 0.19, 1.11);
  -o-transition: 0.85s cubic-bezier(0.31, 1.26, 0.19, 1.11);
  transition: 0.85s cubic-bezier(0.31, 1.26, 0.19, 1.11);
}

.animationItem.animated {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.index-content {
  padding-top: 1.5em;
  padding-bottom: 2em;
}
@media only screen and (max-width: 1400px) {
  .index-content {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 1100px) {
  .index-content {
    padding: 1.5em 0.5em;
  }
}
/*.index-content .btn, .index-content .btn_link {
  font-family: "Poppins", sans-serif;
}*/
@media only screen and (max-width: 1100px) {
  .index-pageWrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.index-pageHead {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  -webkit-text-stroke: 2px #000;
}
@media only screen and (max-width: 1100px) {
  .index-pageHead {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .index-pageHead br {
    display: none;
  }
}
.index-pageArticle {
  line-height: 1.5;
}
.index-pageAbout {
  padding-top: 10vw;
  padding-bottom: 3.1578947368vw;
}
.index-pageAbout .pageAbout-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  max-width: 900px;
  max-height: 310px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 900px;
  background-image: url("../images/index-pageAbout-imgLeft.jpg");
  position: absolute;
  top: -4.2105263158vw;
  left: -6.3157894737vw;
  z-index: -1;
}
@media only screen and (min-width: 1101px) {
  .index-pageAbout .pageAbout-img {
    width: 50.5263157895vw;
  }
}
@media only screen and (min-width: 1101px) {
  .index-pageAbout .pageAbout-info {
    width: calc(100% - 30px);
    padding-left: 3.1578947368vw;
    padding-right: 0.2631578947vw;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1), (-o-min-device-pixel-ratio: 10/9), (min-resolution: 1.1dppx){
  .index-pageAbout .pageAbout-img {
    width: 50.5263157895vw;
  }

  .index-pageAbout .pageAbout-info {
    width: calc(100% - 30px);
    padding-left: 3.1578947368vw;
    padding-right: 0.2631578947vw;
  }
}

@media only screen and (max-width: 1100px) {
  .index-pageAbout .pageGrid {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .index-pageAbout .pageAbout-img,
  .index-pageAbout .pageAbout-info {
    width: 100% !important;
  }

}
.index-pagePro {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  background-image: url("../images/index-pageProd-bg.jpg");
}
.index-pagePro .title-wrap{
  text-transform: uppercase;
}
@media only screen and (max-width: 1100px) {
  .index-pagePro {
    background-size: cover;
  }
}

.titlebox {
  display: inline-block;
  padding-right: 3.6842105263vw;
  padding-top: 3.9473684211vw;
  border-right: #262626 1px solid;
}

.page-banner {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 900px) and (max-width: 1100px) {
  .page-banner {
    margin-top: 1%;
  }
}
/*@media only screen and (max-width: 1100px) {
  .page-banner.index {
    height: 46.875vw;
  }
}*/
@media only screen and (max-width: 640px) {
  .page-banner-main img {
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-gallerSwiper {
  overflow: hidden;
}
.page-gallerSwiper .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.page-gallerSwiper .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  border-radius: 0;
  margin: 0 !important;
}
.page-gallerSwiper .swiper-pagination-bullet-active {
  background-color: #004b7c;
}
.page-gallerSwiper .card-body {
  padding: 0;
}
.page-gallerSwiper .card-title {
  font-weight: 400;
  line-height: 1.15;
  word-wrap: normal;
}
.page-gallerSwiper .card-img-top {
  text-align: center;
}
.page-gallerSwiper .card-img-top img {
  display: inline-block;
}
.page-gallerSwiper .swiper-pagination {
  bottom: 0.5263157895vw !important;
}
@media only screen and (min-width: 760px) {
  .page-gallerSwiper .swiper-pagination-bullet {
    opacity: 0.2;
  }
  .page-gallerSwiper .swiper-pagination-bullet-active {
    opacity: 1;
  }
}
@media only screen and (max-width: 1100px) {
  .page-gallerSwiper .swiper-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-gallerSwiper-pro {
  width: 100%;
  padding-top: 0.7894736842vw;
  padding-bottom: 2.1052631579vw;
}
.page-gallerSwiper-pro .card-body {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1101px) {
  .page-gallerSwiper-pro .card-body {
    position: absolute;
    padding: 3em;
    color: #fff;
    background-color: rgba(49, 49, 49, 0.85);
  }
}
.page-gallerSwiper-pro .card-title {
  font-size: 42px;
  font-size: 2.625rem;
  font-family: var(--fancy-slider-title-font-family);
  border-bottom: #262626 1px solid;
  text-align: center;
  padding-bottom: 0.3em;
  margin-bottom: 0.35em;
}
@media only screen and (min-width: 1101px) {
  .page-gallerSwiper-pro .card-title {
    border-bottom-color: rgba(255, 255, 255, 0.65);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1101px) {
  .page-gallerSwiper-pro .card-linkNormal ~ .card-body {
    opacity: 0;
    -webkit-transition: var(--card-transition-duration);
    -o-transition: var(--card-transition-duration);
    transition: var(--card-transition-duration);
  }
  .page-gallerSwiper-pro .card-linkNormal ~ .card-body .card-title,
.page-gallerSwiper-pro .card-linkNormal ~ .card-body .card-des {
    -webkit-transition-duration: var(--card-transition-duration);
         -o-transition-duration: var(--card-transition-duration);
            transition-duration: var(--card-transition-duration);
    -webkit-transition-delay: var(--card-transition-delay);
         -o-transition-delay: var(--card-transition-delay);
            transition-delay: var(--card-transition-delay);
  }
  .page-gallerSwiper-pro .card-linkNormal ~ .card-body .card-title {
    -webkit-transform: translateY(-1000%);
        -ms-transform: translateY(-1000%);
            transform: translateY(-1000%);
  }
  .page-gallerSwiper-pro .card-linkNormal ~ .card-body .card-des {
    -webkit-transform: translateY(1000%);
        -ms-transform: translateY(1000%);
            transform: translateY(1000%);
  }
  .page-gallerSwiper-pro .card-linkNormal:hover ~ .card-body {
    opacity: 1;
  }
  .page-gallerSwiper-pro .card-linkNormal:hover ~ .card-body .card-title,
.page-gallerSwiper-pro .card-linkNormal:hover ~ .card-body .card-des {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 810px) {
  .page-gallerSwiper-pro .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: transparent;
  }
  .page-gallerSwiper-pro .card-img-top {
    border-radius: 20px;
    overflow: hidden;
    width: 150px;
    margin-top: 46px;
  }
  .page-gallerSwiper-pro .card-body {
    padding-left: 1.25em;
    padding-right: 0.25em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 150px);
            flex: 0 0 calc(100% - 150px);
  }
  .page-gallerSwiper-pro .card-title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.page-gallerSwiper-pro .swiper-slide .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 1101px) {
  .page-gallerSwiper-pro .swiper-slide-active .card, .page-gallerSwiper-pro .swiper-slide-next .card {
    border-bottom-right-radius: 0 !important;
  }
  .page-gallerSwiper-pro .swiper-slide-active .card {
    border-top-left-radius: 40%;
  }
  .page-gallerSwiper-pro .swiper-slide-next .card {
    border-radius: 20px;
  }
  .page-gallerSwiper-pro .swiper-slide .card {
    border-bottom-right-radius: 40%;
    overflow: hidden;
  }
}
.page-gallerSwiper-pro .swiper-act-container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 2.75em;
  padding-right: 1em;
}
.page-gallerSwiper-pro .swiper-act-container .swiper-pagination {
  position: relative;
  width: auto;
  top: 0px;
}
.page-gallerSwiper-pro .swiper-act-container .swiper-pagination::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cbcbcb;
  position: absolute;
  top: 25px;
  z-index: -1;
}
.page-gallerSwiper-pro .swiper-act-button {
  width: calc(3.5em + 10px);
  padding-left: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-gallerSwiper-pro .swiper-act-button .swiper-button-next,
.page-gallerSwiper-pro .swiper-act-button .swiper-button-prev {
  position: static;
  color: #262626;
  height: auto;
  margin-top: 0;
}
.page-gallerSwiper-pro .swiper-act-button .swiper-button-next::after,
.page-gallerSwiper-pro .swiper-act-button .swiper-button-prev::after {
  font-size: 14px;
}
.page-gallerSwiper-pro .swiper-pagination-fraction span {
  color: #b9b9b9;
  font-size: 15px;
  font-family: "Open Sans";
  padding: 0 2px;
}
.page-gallerSwiper-pro .swiper-pagination-fraction .swiper-pagination-empty {
  width: 30px;
}
.page-gallerSwiper-pro .swiper-pagination-fraction .swiper-pagination-current {
  position: relative;
  color: #262626;
  font-weight: 600;
}
.page-gallerSwiper-pro .swiper-pagination-fraction .swiper-pagination-current::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #004b7c;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1100px) {
  .page-gallerSwiper-pro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-gallerSwiper-pro .swiper-act-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.1em;
  }
}
.pageGrid {
  display: grid;
  grid-column-gap: 0;
  grid-auto-rows: 0fr 0fr 0fr;
}
.pageGrid-list-frAuto {
  grid-template-columns: repeat(1, auto) 1fr;
}
.pageGrid-list-1to1 {
  grid-template-columns: 1fr 1fr;
}
.pageGrid-list-2to1 {
  grid-template-columns: 2fr 1fr 1fr;
}
.pageGrid-list-avg {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.pageGrid-list-1to2 {
  grid-template-columns: 1fr 1fr 2fr;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1), (-o-min-device-pixel-ratio: 10/9), (min-resolution: 1.1dppx){
  .pageGrid {
      display: grid !important;
      grid-column-gap: 0;
      grid-auto-rows: 0fr 0fr 0fr;
  }

  .pageGrid-list-frAuto {
    grid-template-columns: repeat(1, auto) 1fr;
  }
  .pageGrid-list-1to1 {
    grid-template-columns: 1fr 1fr;
  }
  .pageGrid-list-2to1 {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .pageGrid-list-avg {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .pageGrid-list-1to2 {
    grid-template-columns: 1fr 1fr 2fr;
  }

}

@media only screen and (max-width: 1080px) {
  .pageGrid {
    grid-template-columns: auto !important;
  }
}
/* swiper index banner */
.swiper-bannerIn {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* Arrows */
}
.swiper-bannerIn .swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-bannerIn .swiper-image {
  height: 100%;
}
.swiper-bannerIn .swiper-image-inner {
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-blend-mode: overlay;
}
.swiper-bannerIn .swiper-slide {
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
  overflow: hidden;
}
.swiper-bannerIn .swiper-slide.swiper-slide-next {
  opacity: 0;
}
.swiper-bannerIn .swiper-slide,
.swiper-bannerIn .swiper-slide.swiper-slide-active + .swiper-slide-next,
.swiper-bannerIn .swiper-slide.swiper-slide-duplicate-active {
  -webkit-transform: translateX(100%) translateZ(0);
          transform: translateX(100%) translateZ(0);
}
.swiper-bannerIn .swiper-slide.swiper-slide-duplicate,
.swiper-bannerIn .swiper-slide.swiper-slide-duplicate-next,
.swiper-bannerIn .swiper-slide.swiper-slide-duplicate-prev {
  -webkit-transform: translateX(-25%) translateZ(0);
          transform: translateX(-25%) translateZ(0);
}
.swiper-bannerIn .swiper-slide.swiper-slide-next,
.swiper-bannerIn .swiper-slide.swiper-slide-prev {
  opacity: 0.9;
  -webkit-transform: translateX(25%) translateZ(0);
          transform: translateX(25%) translateZ(0);
}
@media only screen and (min-width: 1100px) and (max-width: 1500px) {
  .swiper-bannerIn .swiper-slide.swiper-slide-next,
.swiper-bannerIn .swiper-slide.swiper-slide-prev {
    -webkit-transform: translateX(20%) translateZ(0);
            transform: translateX(20%) translateZ(0);
  }
}
.swiper-bannerIn .swiper-slide.swiper-slide-next .swiper-image,
.swiper-bannerIn .swiper-slide.swiper-slide-prev .swiper-image {
  border-top-right-radius: 25em;
  overflow: hidden;
}
.swiper-bannerIn .swiper-slide.swiper-slide-next .swiper-image::after,
.swiper-bannerIn .swiper-slide.swiper-slide-prev .swiper-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .swiper-bannerIn .swiper-slide.swiper-slide-next .swiper-image,
.swiper-bannerIn .swiper-slide.swiper-slide-prev .swiper-image {
    border-top-right-radius: 4.5em;
  }
}
.swiper-bannerIn .swiper-slide.swiper-slide-active {
  opacity: 1;
  width: 100% !important;
  max-width: 1550px !important;
  -webkit-transform: translateX(24%) translateZ(0);
          transform: translateX(24%) translateZ(0);
  overflow: visible;
}
@media only screen and (min-width: 1100px) and (max-width: 1500px) {
  .swiper-bannerIn .swiper-slide.swiper-slide-active {
    -webkit-transform: translateX(15%) translateZ(0);
            transform: translateX(15%) translateZ(0);
  }
}
@media only screen and (max-width: 1100px) {
  .swiper-bannerIn .swiper-slide.swiper-slide-active {
    -webkit-transform: translateX(20%) translateZ(0);
            transform: translateX(20%) translateZ(0);
  }
}
.swiper-bannerIn .swiper-slide.swiper-slide-active .swiper-image {
  border-top-left-radius: 25em;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  .swiper-bannerIn .swiper-slide.swiper-slide-active .swiper-image {
    border-top-left-radius: 4.5em;
  }
}
.swiper-bannerIn .swiper-text {
  position: absolute;
  left: -12%;
  bottom: 10%;
}
@media only screen and (min-width: 1100px) and (max-width: 1500px) {
  .swiper-bannerIn .swiper-text {
    left: -10%;
  }
}
@media only screen and (max-width: 1100px) {
  .swiper-bannerIn .swiper-text {
    bottom: 0;
  }
}
.swiper-bannerIn .swiper-image.swiper-image-active img {
  width: 100%;
  height: 730px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1100px) and (max-width: 1650px) {
  .swiper-bannerIn .swiper-image.swiper-image-active img {
    height: 40em;
  }
}
.swiper-bannerIn .swiper-image-inner.swiper-image-active {
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  background-blend-mode: multiply;
}
.swiper-bannerIn h1 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #fff;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 5.46875vw;
  line-height: var(--fancy-slider-title-line-height);
  font-family: var(--fancy-slider-title-font-family);
  letter-spacing: -1px;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
  opacity: 0;
}
@media only screen and (min-width: 1101px) {
  .swiper-bannerIn h1 {
    font-size: 3.0526315789vw;
  }
}
@media only screen and (max-width: 1100px) {
  .swiper-bannerIn h1 {
    color: rgb(255, 255, 255) !important;
  }
}
.swiper-bannerIn h1 + p {
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  font-size: 2.5vw;
  margin-top: 0.5em;
  color: #fff;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s;
  -o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
  opacity: 0;
}
@media only screen and (min-width: 1101px) {
  .swiper-bannerIn h1 + p {
    font-size: 0.8947368421vw;
    margin-top: 15px;
  }
}
.swiper-bannerIn .swiper-slide.swiper-slide-active h1,
.swiper-bannerIn .swiper-slide.swiper-slide-active h1 + p {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.page-banner.index .swiper-button-prev,
.page-banner.index .swiper-button-next {
  width: 140px;
  -webkit-transition: var(--fancy-slider-transition-button);
  -o-transition: var(--fancy-slider-transition-button);
  transition: var(--fancy-slider-transition-button);
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.page-banner.index .swiper-button-prev::after,
.page-banner.index .swiper-button-next::after {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .page-banner.index .swiper-button-prev,
.page-banner.index .swiper-button-next {
    width: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .page-banner.index .swiper-button-prev,
.page-banner.index .swiper-button-next {
    width: 40px;
  }
}
.page-banner.index .swiper-button-prev svg,
.page-banner.index .swiper-button-next svg {
  display: block;
  -webkit-transition: var(--fancy-slider-transition-button);
  -o-transition: var(--fancy-slider-transition-button);
  transition: var(--fancy-slider-transition-button);
}
.page-banner.index .swiper-button-prev .fancy-slider-svg-circle-wrap,
.page-banner.index .swiper-button-next .fancy-slider-svg-circle-wrap {
  -webkit-transition: var(--fancy-slider-transition-button-circle);
  -o-transition: var(--fancy-slider-transition-button-circle);
  transition: var(--fancy-slider-transition-button-circle);
  -webkit-transform-origin: -20px 40px;
      -ms-transform-origin: -20px 40px;
          transform-origin: -20px 40px;
  opacity: 1;
}
.page-banner.index .swiper-button-prev circle,
.page-banner.index .swiper-button-next circle {
  -webkit-transition: var(--fancy-slider-transition-button-circle);
  -o-transition: var(--fancy-slider-transition-button-circle);
  transition: var(--fancy-slider-transition-button-circle);
  stroke-width: 2px;
  stroke: #fff;
  fill: none;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 1;
  -webkit-transform-origin: 0px 0px 0px;
      -ms-transform-origin: 0px 0px 0px;
          transform-origin: 0px 0px 0px;
}
.page-banner.index .swiper-button-prev .fancy-slider-svg-arrow,
.page-banner.index .swiper-button-next .fancy-slider-svg-arrow {
  -webkit-transition: var(--fancy-slider-transition-button-arrow);
  -o-transition: var(--fancy-slider-transition-button-arrow);
  transition: var(--fancy-slider-transition-button-arrow);
  fill: #fff;
  -webkit-transform: rotateY(180deg) translate(-49px, 31.1px) scale(3);
          transform: rotateY(180deg) translate(-49px, 31.1px) scale(3);
}
.page-banner.index .swiper-button-prev .fancy-slider-svg-wrap,
.page-banner.index .swiper-button-next .fancy-slider-svg-wrap {
  -webkit-transform: translateY(353px);
      -ms-transform: translateY(353px);
          transform: translateY(353px);
}
.page-banner.index .swiper-button-prev .fancy-slider-svg-line,
.page-banner.index .swiper-button-next .fancy-slider-svg-line {
  -webkit-transition: var(--fancy-slider-transition-button);
  -o-transition: var(--fancy-slider-transition-button);
  transition: var(--fancy-slider-transition-button);
  stroke: #fff;
  stroke-width: 2;
  -webkit-transform: translate(50px, 42px);
      -ms-transform: translate(50px, 42px);
          transform: translate(50px, 42px);
}
.page-banner.index .swiper-button-prev:not(.fancy-slider-button-disabled):hover circle,
.page-banner.index .swiper-button-next:not(.fancy-slider-button-disabled):hover circle {
  stroke-dasharray: 4px;
  stroke-dashoffset: 4px;
  opacity: 1;
}
.page-banner.index .swiper-button-next .fancy-slider-svg-wrap {
  -webkit-transform: translateY(353px) rotateY(180deg);
          transform: translateY(353px) rotateY(180deg);
  -webkit-transform-origin: 80px 0px 0px;
      -ms-transform-origin: 80px 0px 0px;
          transform-origin: 80px 0px 0px;
}
.swiper-bannerIn .swiper-pagination {
  width: 100%;
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-bannerIn .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 0.4;
}
.swiper-bannerIn .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.pageAbout {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  background-image: url("../images/main-pageAbout-boxBg.jpg");
  background-color: #fff;
  padding: 3.4210526316vw;
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .pageAbout {
    margin-bottom: 2em;
  }
}
.pageAbout::before, .pageAbout::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 1100px) {
  .pageAbout::before, .pageAbout::after {
    background-size: 100%;
  }
}
.pageAbout::before {
  max-width: 40px;
  max-height: 521px;
  background-image: url("../images/main-pageAbout-boxShadow-right.png");
  right: -2.5%;
  top: 0;
}
@media only screen and (max-width: 1100px) {
  .pageAbout::before {
    display: none;
  }
}
.pageAbout::after {
  content: "";
  max-width: 564px;
  max-height: 40px;
  background-image: url("../images/main-pageAbout-boxShadow-bottom.png");
  left: 0;
  bottom: -5%;
}
@media only screen and (max-width: 1100px) {
  .pageAbout::after {
    bottom: -2.5%;
  }
}
.pageAbout-img .img-thumbnail {
  background-color: transparent;
  border-radius: 0;
  text-align: center;
}
@media only screen and (min-width: 1101px) {
  .pageAbout-img {
    margin-top: 1vw;
  }
  .pageAbout-img .img-thumbnail {
    padding: 0;
    margin-bottom: 0;
  }
}
.pageAbout-info {
  padding-left: 15px;
  padding-right: 15px;
}
.pageAbout-info-title {
  width: 100%;
}
.pageAbout-info-title p {
  margin: 0;
}
@media only screen and (min-width: 1101px) {
  .pageAbout-info-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  .pageAbout-info-title hr {
    border: none;
    width: 1px;
    height: 95%;
    background: #707070;
    opacity: 1;
    margin: 0 10px;
  }
}
.pageAbout-info-name {
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 6px;
}
.pageAbout-info-subname {
  font-size: 18px;
  font-size: 1.125rem;
  color: #7d7d7d;
  letter-spacing: 2px;
}
.pageAbout-info-article {
  font-size: 17px;
  font-size: 1.0625rem;
  padding-top: 2.6315789474vw;
  padding-bottom: 1.5789473684vw;
}
.pageAbout-info .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent !important;
  border: none !important;
}
.pageAbout-info .btn .icon {
  -webkit-transition: var(--card-transition-duration);
  -o-transition: var(--card-transition-duration);
  transition: var(--card-transition-duration);
}
.pageAbout-info .btn:hover {
  color: #004b7c !important;
}
.pageAbout-info .btn:hover .icon {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
@media only screen and (max-width: 1100px) {
  .pageAbout-info .btn-wrap {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1101px) {
  .pageAbout-info {
    padding-left: 3.6842105263vw;
  }
}

.pro-in-content {
  background-color: #f1f0f0;
  padding: 1rem;
}
@media only screen and (min-width: 1101px) {
  .pro-in-content {
    padding-top: 3.1578947368vw;
    padding-bottom: 3.1578947368vw;
    margin-left: -1em;
    margin-right: -1em;
  }
}
@media only screen and (max-width: 380px) {
  .pro-in-content {
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 1101px) {
  .pro-card-wrap {
    margin-top: 2.5em;
  }
}
.pro-card-wrap .card {
  background-color: transparent;
}
.pro-card-wrap .card-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Open Sans";
  color: #004b7c;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 1100px) {
  .pro-card-wrap .card-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.pro-card-wrap .card-body {
  padding: 0.75em 0.25em;
}
@media only screen and (max-width: 1100px) {
  .pro-card-wrap .card-body {
    padding-top: 0.5em;
  }
}
.pro-card-wrap .card-caption {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #262626;
  padding: 0;
}
@media only screen and (max-width: 1100px) {
  .pro-card-wrap .card-caption {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.pro-card-wrap .card-img-top {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2) inset;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.pro-card-wrap .card-img-top img {
  width: auto;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
@media only screen and (min-width: 1101px) {
  .pro-card-wrap .card-linkNormal:hover ~ .card-img-top img {
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25);
  }
}
.pro-detail-blockquote {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (min-width: 1101px) {
  .pro-detail-blockquote {
    margin-left: 1em;
  }
}
.pro-search-listName {
  padding-right: 20px;
  font-family: "Open Sans";
}
.pro-search-listName::before {
  width: 6px;
  height: 6px;
  background-color: #004b7c;
  border: none;
  top: 12px;
}
@media only screen and (min-width: 1101px) {
  .pro-search-listName {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.pro-search-listForm {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1rem;
}
.pro-search-list .form-control {
  height: 43px;
}
/*.pro-search-list select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}*/
@media only screen and (min-width: 1101px) {
  .pro-search-list {
    margin-bottom: 0.75rem;
  }
}
.pro-search-list .form-control,
.pro-search-list .btn {
  border-radius: 2px !important;
}
.pro-search-wrap .form-control,
.pro-search-wrap .btn {
  font-family: "Open Sans";
}
.pro-search-wrap .btn {
  padding-left: 50px;
  padding-right: 50px;
}
.pro-search-wrap .btn-wrap {
  padding-left: 13px;
}
@media only screen and (min-width: 1101px) {
  .pro-search-wrap .btn-wrap {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 1100px) {
  .pro-search-wrap .btn {
    width: 100%;
  }
}
.pro-searchInfo-wrap {
  background-color: #fff;
  border: #dcdcdc 1px solid;
  padding: 20px 10px;
  margin: 50px 10px 6.5px;
}
@media only screen and (max-width: 1100px) {
  .pro-searchInfo-wrap {
    padding: 0.5em;
  }
}
.pro-searchTable {
  margin-bottom: 0;
}
.pro-searchTable th,
.pro-searchTable td {
  text-align: center;
  border-bottom: none;
}
.pro-searchTable th {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/table-th-bg.jpg");
}
.pro-searchTable td {
  font-size: 13px;
  padding: 10px 5px;
}
.pro-searchData-box {
  height: 250px;
  margin: 0.5em 1em;
}
@media only screen and (max-width: 700px) {
  .pro-searchData-box {
    width: 40em;
    height: 100%;
    margin: 1em 0.5em;
  }
}
.pro-searchData-txt {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.pro-searchData-txt p {
  margin-bottom: 0.1rem;
}

/* 20240604修改 */
#my-scrollbar {
  width: 100%;
  overflow: auto;
}

.scrollbar-track-x {
  display: none;
}

.scrollbar-track-y {
  background: #d2d2d2 !important;
  border-radius: 4px !important;
  z-index: 3 !important;
  opacity: 1 !important;
}

@media only screen and (min-width: 1101px) {
  .scrollbar-track.scrollbar-track-y.show {
    display: block !important;
  }
}

.scrollbar-thumb {
  top: 2px !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #ffffff), to(#e6e6e6)) !important;
  background: -o-linear-gradient(top, #ffffff 4%, #e6e6e6 100%) !important;
  background: linear-gradient(to bottom, #ffffff 4%, #e6e6e6 100%) !important;
}
@media only screen and (min-width: 1101px) {
  .scrollbar-thumb {
    width: 6px !important;
    left: 1px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .scrollbar-thumb {
    height: 6px !important;
  }
}

.scroll-content ~ .scrollbar-track.scrollbar-track-y {
  display: none;
}

.pro-heading-des {
  border-bottom: 1px solid #676767;
  margin-top: 20px;
  margin-bottom: 45px;
}
.pro-heading-img {
  margin-bottom: 20px;
}
.pro-heading-txt {
  color: #464545;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px 10px 15px;
}

@media only screen and (min-width: 1101px) {
  .Prod-conInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 3.5em;
  }
}

.Prod-conInfo-img {
  overflow: hidden;
}

@media only screen and (min-width: 1101px) {
  .Prod-conInfo-img {
    -ms-flex-preferred-size: 650px;
        flex-basis: 650px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .Prod-conInfo-img {
    -ms-flex-preferred-size: 500px;
        flex-basis: 500px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1199px) {
  .Prod-conInfo-img {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
  }
}

@media only screen and (max-width: 1100px) {
  .Prod-conInfo{
    display: block !important;
    margin-top: 1em !important;
  }
  .Prod-conInfo-img,
  .Prod-conInfo-info {
    width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
  }

  .Prod-conInfo-info{
    padding-top: 0.5em;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1), (-o-min-device-pixel-ratio: 10/9), (min-resolution: 1.1dppx){
  .Prod-conInfo {
    display: flex !important;
    align-items: flex-start;
    margin-top: 3.5em;
  }
  
  .Prod-conInfo-img {
    flex-basis: 650px !important;
  }

  .Prod-conInfo-info {
    flex: 1;
    padding-left: 3.5em;
  }
}

@media only screen and (max-width: 600px) {
  .Prod-conInfo{
    display: block !important;
  }
}

.Prod-conInfo-img .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.Prod-conInfo-img .swiper-slide {
  border: #ededed 1px solid;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2) inset;
  overflow: hidden;
}
.Prod-conInfo-img .swiper-slide img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  margin: auto;
}
.Prod-conInfo-img .swiper-button-next, .Prod-conInfo-img .swiper-button-prev {
  color: #000;
  top: auto;
  bottom: -95px;
}
.Prod-conInfo-img .swiper-button-next::after, .Prod-conInfo-img .swiper-button-prev::after {
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .Prod-conInfo-img .swiper-button-next, .Prod-conInfo-img .swiper-button-prev {
    bottom: -90px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1199px) {
  .Prod-conInfo-img .swiper-button-next, .Prod-conInfo-img .swiper-button-prev {
    bottom: -7.3684210526vw;
  }
}
@media only screen and (max-width: 810px) {
  .Prod-conInfo-img .swiper-button-next, .Prod-conInfo-img .swiper-button-prev {
    bottom: -6.5em;
  }
}
@media only screen and (max-width: 640px) {
  .Prod-conInfo-img .swiper-button-next, .Prod-conInfo-img .swiper-button-prev {
    bottom: -4.5em;
  }
}
@media only screen and (max-width: 1100px) {
  .Prod-conInfo-img .swiper-button-next {
    right: -1%;
  }
  .Prod-conInfo-img .swiper-button-prev {
    left: -1%;
  }
}
.Prod-conInfo-img .Prod_mySwiper2 {
  height: 80%;
  width: 100%;
  margin-bottom: 0.25em;
}
.Prod-conInfo-img .Prod_mySwiper2 .swiper-slide {
  padding-bottom: 100%;
}
@media only screen and (min-width: 1101px) {
  .Prod-conInfo-img .Prod_mySwiper2 {
    margin-bottom: 15px;
  }
}
.Prod-conInfo-img .Prod_mySwiper {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.Prod-conInfo-img .Prod_mySwiper .swiper-slide {
  padding-bottom: 17%;
  opacity: 0.4;
}
.Prod-conInfo-img .Prod_mySwiper .swiper-slide img {
  max-width: 35px;
}
.Prod-conInfo-img .Prod_mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .Prod-conInfo-img .Prod_mySwiper .swiper-slide {
    padding-bottom: 20%;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1199px) {
  .Prod-conInfo-img .Prod_mySwiper .swiper-slide {
    padding-bottom: 25%;
  }
}
@media only screen and (max-width: 640px) {
  .Prod-conInfo-img .Prod_mySwiper .swiper-slide {
    padding-bottom: 23%;
  }
}
.Prod-conInfo-info {
  padding-top: 0.5em;
}
@media only screen and (min-width: 1101px) {
  .Prod-conInfo-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 3.5em;
  }
}
.Prod-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  padding-bottom: 0.25em;
  margin-bottom: 0;
}
.Prod-headingTitle {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 20px;
}
.Prod-headingTitle-num {
  font-family: "Open Sans";
  color: #004b7c;
  padding-right: 25px;
}
@media only screen and (min-width: 1101px) {
  .Prod-headingTitle {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.Prod-headingTxt, .Prod-headingSubTitle {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 1101px) {
  .Prod-headingTxt, .Prod-headingSubTitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.Prod-headingTxt {
  position: relative;
  padding-left: 20px;
}
.Prod-headingTxt::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #b99576;
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 1100px) {
  .Prod-headingTxt {
    min-width: 150px;
  }
}
.Prod-headingSubTitle a:hover {
  color: #004b7c;
}
.Prod-headingSubTitle .icon {
  margin-top: -1px;
  margin-right: 2px;
  vertical-align: top;
}
.Prod-conTxt {
  margin-bottom: 1.5em;
}
.Prod-conSpec {
  text-align: center;
}
.Prod-conSpec-item {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-bottom: 15px;
}
.Prod-conSpec-itemImg img {
  max-width: 40px;
}
.Prod-conSpec-itemNumber {
  border-bottom: #cecece 1px solid;
}
.Prod-conSpec-itemNumber_count {
  color: #626262;
}
.Prod-conSpec-item div {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  padding-bottom: 2px;
}
.Prod-photo-small {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media only screen and (min-width: 1101px) {
  .Prod-photo-small {
    padding-left: 3em;
    padding-right: 3em;
    margin-top: 15px;
  }
}
.Prod-socialIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.Prod-socialIcons li {
  margin-right: 10px;
}
.Prod-unreset {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.Prod-unreset .nav-tabs {
  border-bottom-color: #bfbfbf;
}
.Prod-unreset .nav-item {
  min-height: auto;
}
.Prod-unreset .nav-item::before {
  display: none !important;
}
.Prod-unreset .nav-link {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  background-color: transparent !important;
  border: none;
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.Prod-unreset .nav-link.active {
  color: #004b7c !important;
}
.Prod-unreset .nav-link.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #004b7c;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 1101px) {
  .Prod-unreset .nav-link {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.Prod-unreset .tab-content {
  padding: 1em;
}
@media only screen and (min-width: 1101px) {
  .Prod-unreset .tab-content {
    padding: 2.5em 2em;
  }
}

.contact-bg {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto;
  background-image: url("../images/contact_bgInfo.png");
}
@media only screen and (min-width: 1101px) {
  .contact-bg {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1251px) and (max-width: 1450px) {
  .contact-bg {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 1080px) {
  .contact-bg {
    background-size: 100%;
    padding-bottom: 0;
  }
}
.contact-wrapper {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1.5em;
}
.contact-wrapper .btn-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-wrapper .btn-wrap .btn {
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 25px !important;
  padding: 5px 2rem;
}

@media only screen and (min-width: 1101px) {
  .contact-wrapper .btn-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-wrapper .btn-wrap li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: 0 !important;
  }
  .contact-wrapper .btn-wrap li.contact-btn-option {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .contact-wrapper .btn-wrap li.contact-btn-option .btn-wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (max-width: 1100px) {
  .contact-wrapper{
    display: block !important 
  }

  .contact-wrapper .contact-map,
  .contact-wrapper .contact-form{
    width: 100% !important;
  }

  .contact-wrapper .contact-form{
    padding: 1rem 0 !important
  }

  .contact-wrapper .btn-wrap li {
    text-align: center;
    margin: 0 5px !important;
  }
  .contact-wrapper .btn-wrap .btn {
    width: 100%;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1400px) {
  .contact-wrapper .btn-wrap .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1), (-o-min-device-pixel-ratio: 10/9), (min-resolution: 1.1dppx){
  .contact-wrapper .btn-wrap .btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


.contact-wrapper .pro-search-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-wrapper .pro-search-listName {
  font-family: "Microsoft JhengHei", "微軟正黑體";
  margin-bottom: 0.5rem;
}
.contact-wrapper .pro-search-listForm {
  width: 100%;
}
.contact-wrapper .pro-search-list textarea {
  height: auto;
}
@media only screen and (max-width: 1100px) {
  .contact-wrapper .pro-search-list {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1101px) {
  .contact-wrapper {
    padding-top: 3em;
  }
  .contact-wrapper .radio_style {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1600px) {
  .contact-map {
    max-width: 35em;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1300px) {
  .contact-map {
    max-width: 30em;
  }
}



@media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1), (-o-min-device-pixel-ratio: 10/9), (min-resolution: 1.1dppx){
  .contact-wrapper{
    display: flex !important;
  }

  .contact-form {
    width: 50% !important;
    padding-top: 60px !important;
    padding-left: 50px !important;
  }

  .contact-map {
     width: 50% !important;
  }
}

.contact-form {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 1101px) {
  .contact-form {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 60px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1101px) {
  .contact-form-flex, .contact-form-flex-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact-btn-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0;
}
.contact-btn-option .btn-wrap li ~ li {
  margin-left: 5px !important;
}
@media only screen and (min-width: 1101px) {
  .contact-btn-option .btn-wrap li ~ li {
    margin-left: 1.5em !important;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1), (-o-min-device-pixel-ratio: 10/9), (min-resolution: 1.1dppx){
  .contact-btn-option .btn-wrap li ~ li { margin-left: 1em !important; }
}

/*# sourceMappingURL=layout.css.map */


.EN   .heading-title-txt small{
  display: none;
}

.en.pageAbout-info-title{
  writing-mode: unset;

}
.en.pageAbout-info-title .pageAbout-info-name{
  text-transform: uppercase;
}
.en.pageAbout-info-title hr{
  height: 1px;
  width: 80%;
  margin:10px 0;
}


.banner-slider{}
.banner-slider ul{}
.banner-slider ul li{}

.banner-slider ul li .pic-box{
  position: relative;
}

.banner-slider ul li .pic-box .left{
  margin-bottom: 0;
  width: calc(550 / 1920 * 100%);
}
.banner-slider ul li .pic-box .right{
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(1550 / 1920 * 100%);
  margin-bottom: 0;
}

.banner-slider ul li .pic-box .pic{
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 0;
}

.banner-slider ul li .pic-box .left .pic{
  padding-bottom: calc(730 / 550 * 100%);
}
.banner-slider ul li .pic-box .left .pic img{
  transform: translateX(-100%);
}
.banner-slider ul li.swiper-slide-active .pic-box .left .pic img{
  opacity: 1;
  transform: translateX(0);
}
.banner-slider ul li .pic-box .right .pic{
  padding-bottom: calc(730 / 1550 * 100%);
}
.banner-slider ul li .pic-box .right .pic img{
  transform: translateX(100%);
}
.banner-slider ul li.swiper-slide-active .pic-box .right .pic img{
  opacity: 1;
  transform: translateX(0);
}

.banner-slider ul li .pic-box .pic img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all .7s .3s ease;
}

.banner-slider ul li .pic-box .text{
  color: #fff;
  position: absolute;
  left: 8.5%;
  bottom: 17%;
}
.banner-slider ul li .pic-box .text .main{
  font-size: 56px;
  font-weight: bolder;
  line-height: 1.2;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}
.banner-slider ul li .pic-box .text .des{
  font-size: 17px;
  line-height: 1.2;
  margin-top: 10px;
}
@media only screen and (max-width: 1280px) {
  .banner-slider ul li .pic-box .text .main{
    font-size: 40px;
  }
  .banner-slider ul li .pic-box .text .des{
    font-size: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .banner-slider ul li .pic-box .text .main{
    font-size: 32px;
  }
  .banner-slider ul li .pic-box .text .des{
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .banner-slider ul li .pic-box .text .main{
    font-size: 17px;
    margin-bottom: 0;
  }
  .banner-slider ul li .pic-box .text .des{
    font-size: 12px;
    margin-top: 5px;
  }
}

.index-about-title{
  color: #313131;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 5px;
}
@media only screen and (max-width: 640px) {
  .index-about-title {
    font-size: 28px;
    letter-spacing: 3px;
  }
}

.error-row {
  background: url("../images/error-background.svg") no-repeat;
  background-position: center top;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.error-row .img-box {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
.error-row .img-box img {
  display: block;
  width: 100%;
}
.error-row .img-box .error-code {
  color: #555;
  font-size: 120px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translateX(-57%);
      -ms-transform: translateX(-57%);
          transform: translateX(-57%);
}
.error-row .content {
  margin-top: 50px;
  text-align: center;
}
.error-row .content .title {
  color: #444;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.error-row .content .des {
  margin-top: 25px;
}
.error-row .content .des p {
  color: #555;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}
.error-row .content .des p:not(:last-child) {
  margin-bottom: 5px;
}
.error-row .btn-row {
  margin-top: 40px;
  margin-bottom: 20px;
}
.error-row .btn-row .link {
  border-radius: 30px;
  background: #666666;
  color: #fff;
  display: block;
  font-size: 24px;
  padding: 15px 13px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration: inherit;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 240px;
}
.error-row .btn-row .link:hover {
  background: #333;
}

@media only screen and (max-width: 1440px) {
  .error-row .img-box {
    max-width: 540px;
  }
  .error-row .img-box .error-code {
    font-size: 100px;
  }
  .error-row .btn-row {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .error-row .img-box {
    max-width: 440px;
  }
  .error-row .img-box .error-code {
    font-size: 70px;
    top: 45%;
  }
  .error-row .btn-row {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .error-row .img-box .error-code {
    font-size: 50px;
    top: 45%;
  }
  .error-row .content {
    margin-top: 30px;
  }
  .error-row .content .title {
    font-size: 26px;
  }
  .error-row .content .des {
    margin-top: 15px;
  }
  .error-row .content .des p {
    font-size: 16px;
  }
  .error-row .btn-row {
    margin-top: 30px;
  }
  .error-row .btn-row .link {
    font-size: 17px;
    max-width: 170px;
  }
}
/* -------------- pagination --------------*/
.page_box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
.page_box .page_num {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 50%;
  color: #777;
  font-size: 1rem;
  margin-left: 5px;
  margin-right: 5px;
}
.page_box .page_num:hover {
  background: #eee;
}
.page_box .page_num.active {
  background: #b99576;
  color: #fff;
}
.page_box .page_num svg {
  font-size: 1rem;
}
.page_box .page-select {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 20px;
}
.page_box .page-select select {
  border: 1px solid #eee;
  font-size: 1rem;
  padding: 8px;
  padding-right: 25px;
  line-height: 1;
}
.page_box .page-select span {
  color: #777;
  font-size: 0.9375rem;
}