@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville&display=swap");
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0;
}

:focus {
  outline: 0;
}

address, caption, cite, code, dfn,
em, th, var, optgroup {
  font-style: normal;
  font-weight: normal;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

input, button, textarea,
select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code, kbd, samp, tt {
  font-size: 100%;
}

input, button, textarea, select {
  *font-size: 100%;
}

body {
  line-height: 1.5;
}

sup, sub {
  font-size: 100%;
  vertical-align: baseline;
}

:link, :visited, ins {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

.noto-sans-regular, body, .tablinks {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
}

.noto-sans-medium {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
}

.noto-sans-bold, .card-spec__header .label {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
}

.noto-sans-black, .section-title .zh {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
}

.noto-serif-regular {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 300;
}

.noto-serif-medium {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 500;
}

.noto-serif-semibold {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 600;
}

.noto-serif-bold {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 700;
}

.baskervville, .section-title .en {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
}

.fade, .header .navbar_logo, .menu-item, .nav-control, .nav-control .dropdown-content a {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.fade:hover, .header .navbar_logo:hover, .menu-item:hover, .nav-control:hover, .nav-control .dropdown-content a:hover {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.noto-sans-regular, body, .tablinks {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
}

.noto-sans-medium {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
}

.noto-sans-bold, .card-spec__header .label {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
}

.noto-sans-black, .section-title .zh {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
}

.noto-serif-regular {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 300;
}

.noto-serif-medium {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 500;
}

.noto-serif-semibold {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 600;
}

.noto-serif-bold {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 700;
}

.baskervville, .section-title .en {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
}

.fade, .header .navbar_logo, .menu-item, .nav-control, .nav-control .dropdown-content a {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.fade:hover, .header .navbar_logo:hover, .menu-item:hover, .nav-control:hover, .nav-control .dropdown-content a:hover {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

:root {
  --header-h: 90px;
  --header-fixed-h: 70px;
  --header-logo-size: 65px;
  --header-fixed-logo-size: 55px;
}

.header {
  position: fixed;
  z-index: 12;
  width: 100%;
  height: var(--header-h);
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header .container {
  width: 92vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .navbar_logo {
  display: inline-block;
  vertical-align: middle;
  height: var(--header-logo-size);
}

.header .navbar_logo img {
  height: 100%;
}

.header.scroll-to-fixed {
  height: var(--header-fixed-h);
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
}

.header.scroll-to-fixed .navbar_logo {
  height: var(--header-fixed-logo-size);
}

.header .nav-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .menu a:hover {
  text-decoration: none;
}

.header .user-item .user,
.header .user-item .flex.user {
  margin-right: 8px;
}

.header .user-item .user__avatar {
  margin-right: 4px;
  background: url(../images/common/avatar.webp) no-repeat center center;
  background-size: 100%;
  width: 2rem;
  height: 2rem;
}

.header .user-item .user__username {
  color: #666666;
  font-size: 1.125rem;
}

/* 響應式選單中的用戶資訊樣式 */
.nav-control .user-item .flex {
  margin-right: 8px;
}

.nav-control .user-item .user__avatar {
  margin-right: 4px;
  background: url(../images/common/avatar.webp) no-repeat center center;
  background-size: 100%;
  width: 2rem;
  height: 2rem;
}

.nav-control .user-item .user__username {
  color: #666666;
  font-size: 1.125rem;
}

.menu-item {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #666666;
  text-align: center;
  font-size: 1.25rem;
}

.menu-item__blue,
.menu-item__yellow,
.menu-item__button {
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 8px;
}

.menu-item__blue,
.menu-item__yellow {
  color: #fff;
}

.menu-item__blue {
  background-color: #457FB9;
}

.menu-item__yellow {
  background-color: #EBA500;
}

.menu-item__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 115px;
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
}

.menu-item__blue + .dropdown-content .dropdown-content__inner {
  border: 1px solid #84B3D8;
  -webkit-box-shadow: 2px 2px 0 0 #84B3D8;
          box-shadow: 2px 2px 0 0 #84B3D8;
}

.menu-item__yellow + .dropdown-content .dropdown-content__inner {
  border: 1px solid #F4CC00;
  -webkit-box-shadow: 2px 2px 0 0 #F4CC00;
          box-shadow: 2px 2px 0 0 #F4CC00;
}

.dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 1vw;
}

.dropdown:not(:last-of-type) {
  margin-right: 1vw;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  padding-top: 10px;
  margin-left: calc((100% - 180px) / 2);
  width: 180px;
  text-align: center;
  z-index: 1;
}

.dropdown-content .dropdown-content__inner {
  padding: 12px 0;
  background-color: #fff;
  border: 1px solid var(--color-green-light-1);
  -webkit-box-shadow: 2px 2px 0 0 var(--color-green-light-1);
          box-shadow: 2px 2px 0 0 var(--color-green-light-1);
  border-radius: 16px;
}

.dropdown-content a {
  display: block;
  padding: 6px 16px;
  color: #4D4D4D;
}

.dropdown-content a:hover {
  font-weight: bold;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__left .header__left_social {
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* nav */
.nav-control {
  display: none;
}

.nav-control .dropdown {
  position: relative;
  display: inline-block;
}

.nav-control .dropdown-content {
  display: none;
  position: absolute;
  background-color: #edbe93;
  min-width: 55px;
  overflow: auto;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 5px;
}

.nav-control .dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.nav-control .dropdown a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.nav-control .show {
  display: block;
}

.menu-btn {
  position: relative;
  cursor: pointer;
  margin-top: 7px;
  width: 35px;
  height: 35px;
}

.menu-btn:before, .menu-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  background: var(--color-secondary);
  top: 50%;
  left: 50%;
  right: 50%;
}

.menu-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s ease .2s;
  transition: all .3s ease .2s;
}

.menu-btn:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-btn > span {
  position: absolute;
  right: 0;
  width: 19px;
  height: 2px;
  background-color: var(--color-secondary);
}

.menu-btn > span:nth-child(1) {
  width: 24px;
  top: 5px;
  -webkit-transition: width .3s ease .5s,background .7s ease 1s;
  transition: width .3s ease .5s,background .7s ease 1s;
}

.menu-btn > span:nth-child(2) {
  top: 12px;
  -webkit-transition: width .3s ease .4s,background .7s ease 1s;
  transition: width .3s ease .4s,background .7s ease 1s;
}

.menu-btn > span:nth-child(3) {
  width: 15px;
  top: 19px;
  -webkit-transition: width .3s ease .3s,background .7s ease 1s;
  transition: width .3s ease .3s,background .7s ease 1s;
}

.menu-btn.close-btn {
  z-index: 100;
}

.menu-btn.close-btn:before {
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease .3s;
  transition: all .3s ease .3s;
  width: auto;
  background: var(--color-primary);
}

.menu-btn.close-btn:after {
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease .4s;
  transition: all .3s ease .4s;
  background: var(--color-primary);
}

.menu-btn.close-btn span {
  width: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-btn.scroll span {
  background: var(--color-secondary);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body.open {
  overflow: hidden;
}

body.open .header::after {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
}

.rwdnav.open {
  top: 0;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  z-index: 99;
}

.rwdnav {
  display: none;
  position: absolute;
  top: 60px;
  opacity: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 100%;
  overflow: hidden;
}

.rwdnav .inner {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 280px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ECF6EE;
  padding: 6rem 2vw;
}

.rwdnav .item-row {
  margin: 2vh 0;
}

.rwdnav a.menu-item {
  display: inline-block;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.rwdnav a.btn {
  width: 100%;
  font-size: 1.25rem;
}

.rwdnav a:hover {
  text-decoration: none;
}

@media (max-width: 1366px) {
  :root {
    --header-h: 80px;
    --header-fixed-h: 55px;
    --header-logo-size: 55px;
    --header-fixed-logo-size: 45px;
  }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .menu .menu-item {
    font-size: 1.125rem;
  }
  .header__left .header__left_social {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .header .menu {
    display: none;
  }
  .nav-control {
    display: block;
  }
}

@media (max-width: 767px) {
  :root {
    --header-h: 50px;
    --header-fixed-h: 40px;
    --header-logo-size: 40px;
    --header-fixed-logo-size: 35px;
  }
  .menu-item {
    font-size: 20px;
  }
  .rwdnav .inner {
    padding: 12vh 5vw 7vh 5vw;
  }
  .rwdnav .inner > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3vh;
  }
  .rwdnav .item-row {
    margin: 0;
  }
  .rwdnav a.btn {
    font-size: 20px;
  }
}

@media (orientation: landscape) and (max-height: 550px) {
  .rwdnav .inner {
    padding: 8vh 2vw;
  }
}

:root {
  --banner-title-size: 4.2vmin;
}

.banner {
  padding-top: var(--header-h);
}

.banner:not(.banner-index) .imgCover {
  position: relative;
  height: var(--other-banner-h);
  overflow: hidden;
}

.banner:not(.banner-index) .imgCover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner:not(.banner-index) .imgCover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .8;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(50%, black), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, black 50%, rgba(0, 0, 0, 0.6) 100%);
}

.banner.banner-user .imgCover::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1200px;
  opacity: .5;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 50%, rgba(0, 0, 0, 0) 100%);
}

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

.banner .banner-swiper-control {
  position: absolute;
  bottom: -50px;
  width: 100%;
  text-align: center;
}

.banner .banner-swiper-control .swiper-button-prev,
.banner .banner-swiper-control .swiper-button-next,
.banner .banner-swiper-control .swiper-pagination {
  position: relative;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  display: inline-block;
  vertical-align: middle;
}

.banner .banner-swiper-control .swiper-pagination {
  width: auto;
  margin: 0 32px;
}

.banner .banner-swiper-control .swiper-pagination-bullet {
  margin: 0 5px;
}

.banner .banner-swiper-control .swiper-button-prev,
.banner .banner-swiper-control .swiper-button-next {
  top: calc((100% - 16px) / 2);
  width: 9px;
  height: 16px;
  background-image: url(../images/index/banner-direction.svg);
  background-size: 100% 100%;
}

.banner .banner-swiper__item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: var(--index-banner-h);
}

.banner .banner-swiper__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-title {
  position: absolute;
  top: 0;
  left: 0;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.section-title .zh {
  position: relative;
  margin-bottom: 12px;
  font-size: var(--title-h3-lg);
  letter-spacing: 6px;
}

.section-title .zh:before, .section-title .zh:after {
  content: "";
  position: absolute;
  top: calc(50% + 5px);
  width: 110px;
  height: 1px;
  background-color: #fff;
}

.section-title .zh:before {
  left: calc(100% + 30px);
}

.section-title .zh:after {
  right: calc(100% + 30px);
}

.section-title .desc {
  margin-bottom: 20px;
  max-width: 900px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
  padding: 0 2vw;
}

.section-title .en {
  font-size: 1.625rem;
  color: #FFAD91;
  line-height: 1;
}

.section-title.small {
  padding-top: 60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.section-title.small .zh {
  margin-bottom: 0;
  font-size: var(--title-h3);
}

.section-title.small .zh:before, .section-title.small .zh:after {
  display: none;
}

@media (max-width: 1366px) {
  .banner .banner-swiper-control.swiper-pagination {
    display: block;
    bottom: 2vw;
  }
  .section-title .desc {
    font-size: 1.125rem;
  }
}

@media (max-width: 1024px) {
  .banner .banner-swiper-control {
    bottom: -2.5rem;
  }
  .banner .banner-swiper-control .swiper-button-prev,
  .banner .banner-swiper-control .swiper-button-next {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-title .zh {
    margin-bottom: 0;
    font-size: 22px;
    letter-spacing: 2px;
  }
  .section-title .zh:before, .section-title .zh:after {
    top: 50%;
    width: 35px;
  }
  .section-title .zh:before {
    left: calc(100% + 10px);
  }
  .section-title .zh:after {
    right: calc(100% + 10px);
  }
  .section-title .desc {
    display: none;
  }
  .section-title .en {
    font-size: 15px;
  }
  .section-title.small {
    padding-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

:root {
  --card-container-w: 88vw;
  --font-size-btn: 18px;
  --ediable-font-size: 1.9vmin;
  --radius-1: 3.125rem;
  --radius-2: 2.75rem;
  --radius-3: 2rem;
  --form-item-h: 2.875rem;
  --title-h3-lg: 4.375rem;
  --title-h3: 3.125rem;
  --title-h3-s: 2rem;
  --title-h3-spacing: 4px;
  --title-en: 1.75rem;
  --title-en-s: 1.6rem;
  --title-en-spacing: 2px;
  --index-banner-ratio: 470 / 1920;
  --index-banner-h: calc(100vw * var(--index-banner-ratio));
  --other-banner-h: 320px;
  --card-spec-header-h: 50px;
  --card-spec-icon: 117px;
  --sidemenu-w: 270px;
  --sidecontent-w: calc(100% - var(--sidemenu-w));
  --products-content-pl: 2vw;
  --color-primary: #1F4D5A;
  --color-secondary: #2B9F7D;
  --color-green-light-1: #BFE0C8;
  --icon-social-size: 50px;
  --icon-social-ml: 8px;
  --btn-top-size: 5rem;
  --btn-top-x: 25px;
  --btn-top-y: 70px;
  --btn-top-radius: 1.125rem;
  --pro-yt-frame-w: 38.5vw;
}

html {
  font-size: 16px;
}

@media (max-width: 1366px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 13px;
  }
}

body {
  font-size: 1.125rem;
  letter-spacing: 1px;
  width: 100%;
  overflow-x: hidden;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  background-image: url(../images/common/bg-1.webp);
  background-position: center calc(var(--header-h) + var(--other-banner-h) - 12vw);
  background-repeat: no-repeat;
  background-size: 100%;
}

body:not(.style-gray) {
  background-image: url(../images/common/bg-1.webp);
}

body.style-gray {
  background-image: url(../images/common/bg-2.webp);
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

a {
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

.mb {
  display: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.w-full {
  width: 100%;
}

.bg-white {
  background-color: #fff;
}

::-webkit-input-placeholder {
  color: #DCDCDC;
}

:-ms-input-placeholder {
  color: #DCDCDC;
}

::-ms-input-placeholder {
  color: #DCDCDC;
}

::placeholder {
  color: #DCDCDC;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

button {
  border: none;
  background: transparent;
}

.btn {
  background-image: none;
  border: 1px solid transparent;
  padding: .4rem 1.7rem;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: .2s;
  transition: .2s;
  white-space: nowrap;
}

.btn:hover {
  text-decoration: none;
}

.btn.small {
  padding: .4rem 1.3rem;
  min-width: 98px;
}

.btn.medium {
  padding: .4rem 1.3rem;
  min-width: 120px;
}

.btn.large {
  padding: .4rem 1.3rem;
  min-width: 160px;
}

.btn i.icon {
  display: inline-block;
  background-size: auto 100%;
}

.btn .fa, .btn .fas {
  padding-top: 4px;
}

.btn-primary {
  color: #fff;
  background-color: var(--color-primary);
}

.btn-primary:hover {
  background-color: #2E606B;
}

.btn-secondary {
  color: #fff;
  background-color: #2B9E7D;
}

.btn-secondary:hover {
  background-color: #3AAD89;
}

.btn-gradient {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, #43a7a3), to(#6498c7));
  background: linear-gradient(to bottom, #43a7a3 68%, #6498c7 100%);
}

.btn-white {
  background-color: #fff;
  color: var(--color-primary);
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.15);
}

.btn-white:hover {
  -webkit-box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.5);
}

.btn-line-green {
  padding: .4rem 1.5rem;
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
}

.btn-line-green:hover {
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.15);
}

i.arrow-right-white {
  width: calc(14px * 32 / 14);
  height: 14px;
  background-image: url(../images/common/icon-arrow-right-white.svg);
}

.color-secondary {
  color: var(--color-secondary);
}

.cursor-pointer {
  cursor: pointer;
}

.fa-search {
  padding-top: 4px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

p {
  line-height: 1.5;
}

.w-5p {
  width: 5%;
}

.w-10p {
  width: 10%;
}

.w-15p {
  width: 15%;
}

.w-20p {
  width: 20%;
}

.w-25p {
  width: 25%;
}

.w-30p {
  width: 30%;
}

.w-35p {
  width: 35%;
}

.w-40p {
  width: 40%;
}

.w-45p {
  width: 45%;
}

.w-50p {
  width: 50%;
}

.w-55p {
  width: 55%;
}

.w-60p {
  width: 60%;
}

.w-65p {
  width: 65%;
}

.w-70p {
  width: 70%;
}

.w-75p {
  width: 75%;
}

.w-80p {
  width: 80%;
}

.w-90p {
  width: 90%;
}

.w-100p {
  width: 100%;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.block .editable,
.block .editable p {
  font-size: var(--font-size-2);
}

.block-1 img {
  max-width: 1200px;
  height: auto !important;
}

.fullpage-loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}

.fullpage-loading.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-animation: fadeOutAnimation ease 1s;
          animation: fadeOutAnimation ease 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.orange2 {
  background-color: #dc805e;
}

.custom-swiper .swiper-pagination,
.custom-swiper-outer .swiper-pagination {
  position: relative;
}

.custom-swiper .swiper-pagination-bullet,
.custom-swiper-outer .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #C3C3C3;
  opacity: 1;
}

.custom-swiper .swiper-pagination-bullet-active,
.custom-swiper-outer .swiper-pagination-bullet-active {
  background-color: var(--color-secondary);
}

.custom-swiper .swiper-button-prev,
.custom-swiper .swiper-button-next,
.custom-swiper-outer .swiper-button-prev,
.custom-swiper-outer .swiper-button-next {
  margin-top: 0;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.custom-swiper .swiper-button-prev:hover,
.custom-swiper .swiper-button-next:hover,
.custom-swiper-outer .swiper-button-prev:hover,
.custom-swiper-outer .swiper-button-next:hover {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.custom-swiper .swiper-button-prev::after,
.custom-swiper .swiper-button-next::after,
.custom-swiper-outer .swiper-button-prev::after,
.custom-swiper-outer .swiper-button-next::after {
  display: none;
}

.custom-swiper .swiper-button-next,
.custom-swiper-outer .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.container {
  position: relative;
  margin: 0 auto;
}

.products-content {
  float: right;
  padding-left: var(--products-content-pl);
  width: var(--sidecontent-w);
}

.card-spec {
  margin: 3rem 0;
}

.card-spec__header {
  position: relative;
  line-height: var(--card-spec-header-h);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background: -webkit-gradient(linear, left top, right top, color-stop(38%, #61c0bd), to(#85b4d9));
  background: linear-gradient(to right, #61c0bd 38%, #85b4d9 100%);
}

.card-spec__header .circle {
  position: absolute;
  top: calc((var(--card-spec-header-h) - var(--card-spec-icon)) / 2);
  left: 0;
  width: var(--card-spec-icon);
  height: var(--card-spec-icon);
  background-size: 100% 100%;
}

.card-spec__header .circle__book {
  background-image: url(../images/others/pic-book.webp);
}

.card-spec__header .circle__explain {
  background-image: url(../images/others/pic-explain.webp);
}

.card-spec__header .label {
  padding-left: calc(var(--card-spec-icon) + 6px);
  color: #fff;
  font-size: 1.25rem;
}

.card-spec__header.text-center .label {
  padding-left: 0;
}

.card-spec__body {
  padding: 2vw 2.5vw;
  min-height: 150px;
  background-color: #fff;
  border-color: var(--color-green-light-1);
  border-style: solid;
  border-width: 0 1px 1px 1px;
}

.card-spec__body .card-edit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card-spec__body .card-frame {
  width: var(--pro-yt-frame-w);
  height: calc(var(--pro-yt-frame-w) * 416 / 740);
}

.card-spec__body_inner {
  margin: 0 auto;
  width: 90%;
}

.card-frame iframe {
  width: 100%;
  height: 100%;
}

.pages a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #6c6c6a;
  background-color: rgba(217, 224, 214, 0.5);
  border-radius: 50%;
}

.pages a.active {
  background-color: #989a3e;
  color: #fff;
}

.pages a:hover {
  opacity: .6;
}

.pages .last,
.pages .first {
  letter-spacing: -5px;
}

.footer {
  position: relative;
  margin-top: 3vw;
  padding-top: 2.5vw;
  background-color: var(--color-secondary);
  color: #fff;
  border-top-left-radius: var(--radius-2);
  border-top-right-radius: var(--radius-2);
}

.footer .container {
  width: 88vw;
  max-width: 1610px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .logo {
  margin-bottom: 24px;
  width: 16.875rem;
}

.footer .logo img {
  display: block;
  width: 100%;
}

.footer .contact-info p {
  margin-bottom: 8px;
}

.footer .contact-info span {
  display: inline-block;
  margin-right: 12px;
}

.footer .footer-menu {
  margin-right: 6vw;
}

.footer .footer-menu__col {
  display: inline-block;
  vertical-align: top;
  margin-right: 2.5vw;
  margin-bottom: 2.5vw;
}

.footer .footer-menu__label {
  font-weight: bold;
}

.footer .footer-menu__links a {
  display: block;
  margin-top: 8px;
  color: #fff;
  opacity: .8;
}

.footer .footer-menu__links a:hover {
  text-decoration: none;
  opacity: 1;
}

.copyright {
  padding: 16px 5px;
  background-color: #333333;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.icon-social {
  display: block;
  margin-left: var(--icon-social-ml);
  width: var(--icon-social-size);
  height: calc(var(--icon-social-size) * 60 / 50);
}

.icon-social img {
  width: 100%;
}

.toTop {
  display: none;
  position: fixed;
  right: var(--btn-top-x);
  bottom: var(--btn-top-y);
  z-index: 10;
  width: var(--btn-top-size);
  height: var(--btn-top-size);
  background-color: #1E8362;
  border-radius: var(--btn-top-radius);
  cursor: pointer;
  background-image: url(../images/common/icon-top.webp);
  background-size: 70% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.hide-bottom-circle #fb-root {
  opacity: 0;
}

.toTop {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.toTop:hover {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.toTop:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.fixed-height {
  position: relative;
  height: 100vh;
  -webkit-transition: height .25s linear;
  transition: height .25s linear;
}

.block-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 0 auto 3vmin auto;
}

.tablinks {
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
  margin-right: 4.6vmin;
  min-width: 30vmin;
  line-height: 5.3vmin;
  font-size: 2vmin;
  letter-spacing: 2px;
  border-radius: .6vmin;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tablinks::before, .tablinks:last-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  border-left: 3px solid #c3c3c3;
}

.tablinks::before {
  left: -2.3vmin;
}

.tablinks:last-of-type::after {
  right: -2.3vmin;
}

.tablinks:first-of-type {
  margin-left: 2.3vmin;
}

.tabcontent {
  display: none;
  -webkit-animation: fadeInAnimation 1s;
          animation: fadeInAnimation 1s;
}

.tabcontent.active {
  display: block;
}

.animate__animated {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@media (max-width: 1366px) {
  :root {
    --card-container-w: 92vw;
    --radius-1: 32px;
    --radius-2: 2rem;
    --radius-3: 24px;
    --form-item-h: 2.5rem;
    --title-h3-lg: 3.25rem;
    --sidemenu-w: 250px;
    --icon-social-size: 38px;
    --btn-top-size: 4rem;
    --btn-top-x: 1.5rem;
    --btn-top-y: 1.5rem;
    --pro-yt-frame-w: calc(var(--card-container-w) - var(--sidemenu-w) - 2.5vw * 2 - var(--products-content-pl));
  }
  .btn.medium {
    white-space: nowrap;
    min-width: 94px;
  }
  .btn-line-green {
    padding: 5px 15px;
    height: auto;
  }
  .card-spec__body .card-frame {
    margin: 1rem 0;
    width: var(--pro-yt-frame-w);
    height: calc(var(--pro-yt-frame-w) * 416 / 740);
  }
  .card-spec__body.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer .footer-menu {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  :root {
    --index-banner-ratio: 1;
    --title-h3: 2.5rem;
    --title-en: 1.25rem;
    --title-en-s: 1.25rem;
    --other-banner-h: 250px;
    --card-spec-icon: 85px;
    --sidemenu-w: 100%;
    --sidecontent-w: 100%;
    --products-content-pl: 0px;
    --icon-social-size: 50px;
    --icon-social-ml: 0;
    --btn-top-size: 50px;
    --form-item-h: 35px;
    --pro-yt-frame-w: calc(var(--card-container-w) - 2.5vw * 2 - var(--products-content-pl));
  }
  .pc {
    display: none !important;
  }
  .mb {
    display: block;
  }
  .products-content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.4vw;
    width: var(--card-container-w);
  }
  .right-social {
    position: absolute;
    z-index: 12;
    right: var(--btn-top-x);
    bottom: calc(var(--btn-top-y) + var(--btn-top-size));
  }
  .icon-social {
    margin-bottom: 10px;
    height: var(--icon-social-size);
  }
  .right-social {
    bottom: calc(var(--btn-top-y) + var(--btn-top-size) - 40px);
  }
  .copyright {
    letter-spacing: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    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;
  }
  .footer .container {
    display: block;
  }
  .footer .footer-menu {
    margin-top: 2rem;
  }
}

@media (max-width: 1024px) {
  :root {
    --title-h3: 22px;
    --title-en: 15px;
    --title-en-s: 15px;
  }
}

@media (max-width: 767px) {
  :root {
    --other-banner-h: 120px;
    --title-h3-spacing: 2px;
    --title-en-spacing: 1px;
    --icon-social-size: 45px;
    --btn-top-size: 45px;
    --btn-top-x: 5px;
    --btn-top-y: 58px;
    --btn-top-radius: 8px;
    --card-spec-header-h: 35px;
    --pro-yt-frame-w: 92vw;
  }
  body {
    font-size: 16px;
  }
  .btn {
    font-size: 15px;
  }
  i.arrow-right-white {
    width: calc(10px * 32 / 14);
    height: 10px;
  }
  .products-content {
    margin-top: 16px;
  }
  .card-spec {
    margin: 24px 0;
  }
  .card-spec__header .label {
    font-size: inherit;
  }
  .card-spec__body {
    padding: 24px 4vw;
  }
  .card-spec__body_inner {
    width: 100%;
  }
  .card-spec__body_inner a {
    word-break: break-word;
  }
  .footer {
    margin-top: 24px;
    padding-top: 36px;
  }
  .footer .logo {
    margin-bottom: 20px;
    width: 190px;
  }
  .footer .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #fff;
  }
  .footer .footer-menu__col {
    margin-bottom: 36px;
    margin-right: 0;
    width: 50%;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 15px;
  }
}
