@charset "UTF-8";
/* -------------------------------------------------------
                   引入字型
-------------------------------------------------------- */
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@font-face {
  font-family: Net-Kefa;
  src: url(../fonts/FontsFree-Net-Kefa-Regular-3.ttf) format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/fa-brands-400.eot);
  src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg");
  font-display: swap;
}
.fab {
  font-family: Font Awesome\ 5 Brands;
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/fa-regular-400.eot);
  src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg");
  font-display: swap;
}
.far {
  font-weight: 400;
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/fa-solid-900.eot);
  src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
  font-display: swap;
}
.fa, .far, .fas {
  font-family: Font Awesome\ 5 Free;
}

.fa, .fas {
  font-weight: 900;
}

/* -------------------------------------------------------
                   全域
-------------------------------------------------------- */
.pc {
  display: block;
}

.mobile {
  display: none;
}

@media only screen and (max-width: 1150px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: var(--bg-color);
}
.preloader .preloader-before {
  top: 0;
}
.preloader .preloader-after {
  bottom: 0;
}
.preloader .loading-text, .preloader .percent {
  position: absolute;
  letter-spacing: 3px;
  font-size: 14px;
  bottom: 55px;
}
.preloader .loading-text.loading-text, .preloader .percent.loading-text {
  left: 40px;
}
.preloader .loading-text.percent, .preloader .percent.percent {
  font-weight: 500;
  left: calc(15vw + 40px);
  color: var(--theme-color);
}
@media only screen and (max-width: 767px) {
  .preloader .loading-text.percent, .preloader .percent.percent {
    left: calc(50vw + 40px);
  }
}
.preloader .title {
  font-family: var(--fist-font);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 0.9;
  letter-spacing: 10px;
}
.preloader .title img {
  width: 250px;
}
.preloader .title .text-strok {
  color: transparent;
  -webkit-text-stroke: 1px var(--heading-color);
}
.preloader .title .text-fill {
  color: var(--heading-color);
  position: absolute;
  left: 0;
  clip-path: inset(100.09% 0% 0% 0%);
}
.preloader .preloader-bar {
  position: absolute;
  width: 15vw;
  height: 2.5px;
  left: 40px;
  bottom: 40px;
  background: var(--assistant-color);
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .preloader .preloader-bar {
    width: 50vw;
  }
}
.preloader .preloader-bar .preloader-progress {
  width: 0%;
  height: 100%;
  background: var(--theme-color);
  border-radius: 10px;
}

.title-move {
  overflow: hidden;
  position: relative;
}
.title-move h6 {
  font-size: 25px;
}
.title-move h2 {
  font-family: var(--fist-font);
  font-size: 5em;
  letter-spacing: 14px;
  line-height: 0.8;
  color: black;
  padding-top: 10px;
  padding-bottom: 10px;
  text-shadow: 0px 1px 0 rgb(255, 255, 255), 1px 0px 0 rgb(255, 255, 255), 1px 1px 0 rgb(255, 255, 255), -1px 1px 0 rgb(255, 255, 255), 1px -1px 0 rgb(255, 255, 255), -1px -1px 0 rgb(255, 255, 255);
}
@media only screen and (max-width: 767px) {
  .title-move h2 {
    font-size: 11vw;
    letter-spacing: 2px;
    line-height: 1;
    padding-top: 5px;
  }
}
.title-move mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  left: 0;
  bottom: 0;
  pointer-events: none;
  display: block;
}
@media only screen and (max-width: 767px) {
  .title-move mask {
    top: -34px;
  }
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.dsn-pagination .slider-counter {
  position: relative;
  color: var(--reverse-color);
  margin: 0 30px;
  top: -3px;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .dsn-pagination .slider-counter {
    left: 42%;
  }
}
.dsn-pagination .slider-counter .slider-current-index {
  margin-right: 15px;
}
.dsn-pagination .slider-counter .slider-counter-delimiter {
  height: 30px;
  border-right: 1px solid var(--reverse-color);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.dsn-pagination .slider-counter .slider-total-index {
  margin-left: 15px;
  font-size: 20px;
}
.dsn-pagination .next-container .container-inner, .dsn-pagination .prev-container .container-inner {
  width: 70px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.dsn-pagination .next-container .container-inner:before, .dsn-pagination .next-container .container-inner::after, .dsn-pagination .prev-container .container-inner:before, .dsn-pagination .prev-container .container-inner::after {
  height: 2px;
}
.dsn-pagination .next-container .container-inner i, .dsn-pagination .prev-container .container-inner i {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.dsn-pagination .next-container .container-inner:hover i, .dsn-pagination .prev-container .container-inner:hover i {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  color: #00AC9B;
}
.dsn-pagination .prev-container .container-inner i {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.social-side {
  position: fixed;
  left: 10px;
  bottom: 55px;
  width: var(--body-style-space);
  z-index: 50;
}
.social-side #myinput {
  width: 10px;
  opacity: 0;
}
.social-side .icon {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.social-side .icon i {
  font-size: 18px;
  color: var(--heading-color);
}
.social-side:hover .socials {
  opacity: 1;
  visibility: visible;
}
.social-side .socials {
  opacity: 0;
  visibility: hidden;
  left: 0;
  bottom: 30px;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
  transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
  width: 30px;
  text-align: center;
  font-size: 18px;
}
.social-side .socials li a {
  position: relative;
  margin-bottom: 5px;
  margin-top: 5px;
  color: var(--heading-color);
  cursor: pointer;
}
.social-side .socials li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--heading-color);
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
  transform: translate(-50%, -50%) scale(0.2);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
  transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
}
.social-side .socials li a i {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.social-side .socials li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--heading-color);
  font-size: 13px;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
  transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  cursor: pointer;
}
.social-side .socials li a:hover i {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
  transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
}
.social-side .socials li a:hover label {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 12, -8);
  transform: matrix(1, 0, 0, 1, 12, -8);
  -webkit-transition: all 0.6s cubic-bezier(0.75, -0.5, 0, 1.75);
  transition: all 0.6s cubic-bezier(0.75, -0.5, 0, 1.75);
}
.social-side .socials li a:hover:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
  transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.social-side .socials .copy-success {
  position: absolute;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  padding: 0.4em 0.7em;
  font-size: 12px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  /* white-space: nowrap; */
  width: 30px;
  height: 110px;
  left: -0.6px;
  top: -92.4px;
  display: none;
}
.social-side .socials .copy-success::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid rgba(0, 0, 0, 0.75);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 100%;
  left: 50%;
  margin-left: -6px;
}

.scroll-to-top {
  position: fixed;
  right: -100px;
  bottom: 40px;
  width: 70px;
  height: 70px;
  z-index: 99;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1110;
}
.scroll-to-top .box-numper {
  position: absolute;
  top: 53%;
  left: 54%;
  width: 40px;
  height: 40px;
  line-height: 35px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--heading-color);
}
.scroll-to-top .box-numper span {
  font-size: 12px;
}
.scroll-to-top img {
  width: 65px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.scroll-to-top:hover img {
  width: 45px;
}
.scroll-to-top .blob {
  fill: #00AC9B;
  width: 50px;
  z-index: -1;
  -webkit-animation: move 10s ease-in-out infinite;
          animation: move 10s ease-in-out infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.scroll-to-top:hover .blob {
  fill: #00ceb9;
  width: 60px;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  38% {
    -webkit-transform: scale(0.7, 1) rotate(160deg);
            transform: scale(0.7, 1) rotate(160deg);
  }
  40% {
    -webkit-transform: scale(0.8, 1) rotate(160deg);
            transform: scale(0.8, 1) rotate(160deg);
  }
  78% {
    -webkit-transform: scale(1.1) rotate(-20deg);
            transform: scale(1.1) rotate(-20deg);
  }
  80% {
    -webkit-transform: scale(1.2) rotate(-20deg);
            transform: scale(1.2) rotate(-20deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes move {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  38% {
    -webkit-transform: scale(0.7, 1) rotate(160deg);
            transform: scale(0.7, 1) rotate(160deg);
  }
  40% {
    -webkit-transform: scale(0.8, 1) rotate(160deg);
            transform: scale(0.8, 1) rotate(160deg);
  }
  78% {
    -webkit-transform: scale(1.1) rotate(-20deg);
            transform: scale(1.1) rotate(-20deg);
  }
  80% {
    -webkit-transform: scale(1.2) rotate(-20deg);
            transform: scale(1.2) rotate(-20deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.dsn-paginate-right-page {
  position: fixed;
  right: 20px;
  mix-blend-mode: exclusion;
  pointer-events: none;
  z-index: 13;
}

@media only screen and (min-width: 992px) {
  body.dsn-line-style .dsn-paginate-right-page {
    right: calc(var(--body-style-space) / 2);
  }
}
.dsn-paginate-right-page,
.dsn-paginate-right-page .dsn-link-paginate:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dsn-paginate-right-page .dsn-link-paginate {
  position: relative;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  padding: 5px 42px 3px 7px;
  font-size: 13px;
  letter-spacing: 2px;
  pointer-events: auto;
  cursor: pointer;
  color: #000;
}

.dsn-paginate-right-page .dsn-link-paginate:not(:last-child) {
  margin-bottom: 5px;
}

.dsn-paginate-right-page .dsn-link-paginate:before {
  content: "";
  position: absolute;
  width: 17px;
  border-radius: 24px;
  height: 70%;
  left: -20px;
  background-color: #fff;
  z-index: -1;
}

.dsn-paginate-right-page .dsn-link-paginate,
.dsn-paginate-right-page .dsn-link-paginate:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dsn-paginate-right-page .dsn-link-paginate:hover {
  -webkit-transform: translateX(25px);
  transform: translateX(25px);
}

.dsn-paginate-right-page .dsn-link-paginate:hover:before {
  width: 100%;
}

/* -------------------------------------------------------
                   site-header
-------------------------------------------------------- */
.site-header {
  z-index: 10;
  font-family: var(--fist-font);
}
.site-header .inner-header .main-logo {
  width: 200px;
  pointer-events: all;
}
@media only screen and (min-width: 767px) {
  .site-header .inner-header .main-logo {
    width: 250px;
  }
}
.site-header .menu-icon {
  position: relative;
  top: -12px;
  z-index: 99;
  cursor: pointer;
  pointer-events: all;
}
@media only screen and (min-width: 1150px) {
  .site-header .menu-icon {
    display: none;
  }
}
.site-header .menu-pc {
  pointer-events: all;
  position: relative;
  z-index: 100;
}
.site-header .menu-pc ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-header .menu-pc ul li {
  border-radius: 30px;
  padding: 5px 20px;
  background-color: transparent;
  color: var(--heading-color);
  float: left;
  margin: 5px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  letter-spacing: 1px;
}
.site-header .menu-pc ul li.active, .site-header .menu-pc ul li:hover {
  color: #000;
  background-color: var(--theme-color);
}
.site-header .menu-pc ul li.menu-item-has-children {
  position: relative;
}
.site-header .menu-pc ul li.menu-item-has-children::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.site-header .menu-pc ul li.menu-item-has-children ul.sub-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 10rem;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: rgba(255, 255, 255, 0);
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.site-header .menu-pc ul li.menu-item-has-children ul.sub-menu li {
  color: rgb(0, 0, 0);
  background-color: #14bfb4;
  border-radius: 30px;
  margin-bottom: 10px;
  margin: 10px 0 0px 0;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.site-header .menu-pc ul li.menu-item-has-children ul.sub-menu li:hover {
  color: rgb(255, 255, 255);
  background-color: #0c938a;
}
.site-header .menu-pc ul li.menu-item-has-children:hover .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown {
  position: relative;
}
.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: rgba(255, 255, 255, 0);
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown .dropdown-menu.show {
  display: block;
}
.dropdown .dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  background-color: #14bfb4;
  border-radius: 30px;
  padding: 5px 20px;
  margin-bottom: 10px;
  margin: 10px 0 0px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  color: rgb(255, 255, 255);
  background-color: #0c938a;
}

.main-content {
  z-index: 8;
}

/* -------------------------------------------------------
                   footer
-------------------------------------------------------- */
.footer {
  border-top: 1px solid var(--border-color);
  position: relative;
  z-index: 1000;
  background-color: var(--theme-color);
}
.footer .footer-container {
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .footer .footer-container .row > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer .column-left, .footer .column-right {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .footer .column-left, .footer .column-right {
    width: 100%;
    text-align: center;
  }
}
.footer .column-left .logo-footer img {
  width: 75px;
}
.footer .column-left .footer-social ul {
  margin: 0;
}
.footer .column-left .footer-social ul li {
  color: var(--heading-color);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
  padding-right: 5px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  padding: 10px 20px;
}
@media only screen and (max-width: 575px) {
  .footer .column-left .footer-social ul li {
    font-size: 13px;
    margin-right: 3px;
  }
}
.footer .column-left .footer-social ul li a {
  color: var(--heading-color);
  display: inline-block;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: var(--heading-font);
  font-weight: 400;
  position: relative;
}
.footer .column-right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer .column-right {
    text-align: center;
    margin-top: 20px;
  }
}
.footer .column-right h5 {
  color: var(--heading-color);
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
}
.footer .column-right h5 .love {
  color: #fd4145;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: bold;
}
.footer .column-right h5 .link-hover {
  text-transform: initial;
}
.footer .scroll-top {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer .scroll-top {
    position: absolute;
    right: 15px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media only screen and (max-width: 575px) {
  .footer .scroll-top {
    position: relative;
    margin-top: 20px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.footer .scroll-top .icon-circle {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  border-radius: 50%;
  display: none;
}
.footer .scroll-top:hover .icon-circle {
  display: inherit;
}
.footer .scroll-top img {
  width: 60px;
}
.footer .scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  line-height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  color: var(--heading-color);
  cursor: pointer;
}

.cap {
  position: absolute;
  bottom: 30px;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(14, 14, 14, 0.3607843137)), to(#1b1515));
  background-image: linear-gradient(to right, rgba(14, 14, 14, 0.3607843137) 0%, #1b1515 100%);
  padding: 4px 15px;
  color: #fff;
  z-index: 10;
}
.cap span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.caption {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  color: #fff;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  margin-top: 15px;
}

.box-seat .pro-text {
  bottom: -120px;
}

/* -------------------------------------------------------
                   mutahead 
                   首頁 intro
-------------------------------------------------------- */
.main-intro {
  position: relative;
  padding-top: 150px;
  margin-bottom: 200px;
}
.main-intro .title-cover {
  position: absolute;
  width: 100%;
  left: 35px;
  top: 250px;
  z-index: 3;
  padding: 20px;
  pointer-events: none;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .main-intro .title-cover {
    left: 0px;
    top: 450px;
  }
}
.main-intro .title-cover h2 {
  font-family: var(--fist-font);
  font-size: 13vw;
  line-height: 0.75;
  font-weight: 600;
  letter-spacing: 14px;
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1px var(--heading-color);
  opacity: 0.5;
  pointer-events: none;
}
.main-intro .title-cover h2 img {
  width: 65%;
}
.main-intro .intro {
  z-index: 10;
}
.main-intro .intro h4 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .main-intro .intro {
    text-align: center;
  }
  .main-intro .intro h4 {
    padding-bottom: 0px;
  }
  .main-intro .intro .text-right {
    text-align: center;
  }
}
.main-intro .intro-copy {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  margin-top: 600px;
  z-index: 100;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .main-intro .intro-copy {
    margin-top: 600px;
    font-size: 14px;
  }
}
.main-intro .intro-copy P {
  padding-bottom: 30px;
}
.main-intro .left {
  text-align: left;
}
.main-intro .right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .main-intro .right {
    text-align: left;
  }
}
.main-intro .intro-title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  width: 50%;
  padding-top: 200px;
  z-index: 100;
  margin: auto;
}
.main-intro .intro-bg01 {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 0;
}
.main-intro .intro-bg01 .bg-img {
  position: relative;
  left: 0;
  margin-top: 100px;
  width: 100%;
}
.main-intro .intro-bg02 {
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 0;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  mix-blend-mode: exclusion;
}
@media only screen and (max-width: 767px) {
  .main-intro .intro-bg02 {
    zoom: 0.5;
  }
}
.main-intro .intro-bg02 .kv_mv {
  width: 605px;
  height: 699px;
  background-image: url("../img/mu/intro/mutahead_mv24s.jpg");
  -webkit-animation: play1 5s steps(10) infinite alternate;
  animation: play1 5s steps(10) infinite alternate;
}
@-webkit-keyframes play1 {
  0% {
    background-position-x: 0px;
    background-position-y: 0px;
  }
  8.3% {
    background-position-x: -6054px;
    background-position-y: 0px;
  }
  8.301% {
    background-position-x: 0px;
    background-position-y: -699px;
  }
  16.6% {
    background-position-x: -6054px;
    background-position-y: -699px;
  }
  16.601% {
    background-position-x: 0px;
    background-position-y: -1397px;
  }
  25.0% {
    background-position-x: -6054px;
    background-position-y: -1397px;
  }
  25.001% {
    background-position-x: 0px;
    background-position-y: -2096px;
  }
  33.3% {
    background-position-x: -6054px;
    background-position-y: -2096px;
  }
  33.301% {
    background-position-x: 0px;
    background-position-y: -2794px;
  }
  41.6% {
    background-position-x: -6054px;
    background-position-y: -2794px;
  }
  41.601% {
    background-position-x: 0px;
    background-position-y: -3493px;
  }
  50.0% {
    background-position-x: -6054px;
    background-position-y: -3493px;
  }
  50.001% {
    background-position-x: 0px;
    background-position-y: -4191px;
  }
  58.3% {
    background-position-x: -6054px;
    background-position-y: -4191px;
  }
  58.301% {
    background-position-x: 0px;
    background-position-y: -4890px;
  }
  66.6% {
    background-position-x: -6054px;
    background-position-y: -4890px;
  }
  66.601% {
    background-position-x: 0px;
    background-position-y: -5588px;
  }
  75.0% {
    background-position-x: -6054px;
    background-position-y: -5588px;
  }
  75.001% {
    background-position-x: 0px;
    background-position-y: -6287px;
  }
  83.3% {
    background-position-x: -6054px;
    background-position-y: -6287px;
  }
  83.301% {
    background-position-x: 0px;
    background-position-y: -6985px;
  }
  91.6% {
    background-position-x: -6054px;
    background-position-y: -6985px;
  }
  91.601% {
    background-position-x: 0px;
    background-position-y: -7684px;
  }
  100% {
    background-position-x: -6054px;
    background-position-y: -7684px;
  }
}
@keyframes play1 {
  0% {
    background-position-x: 0px;
    background-position-y: 0px;
  }
  8.3% {
    background-position-x: -6054px;
    background-position-y: 0px;
  }
  8.301% {
    background-position-x: 0px;
    background-position-y: -699px;
  }
  16.6% {
    background-position-x: -6054px;
    background-position-y: -699px;
  }
  16.601% {
    background-position-x: 0px;
    background-position-y: -1397px;
  }
  25.0% {
    background-position-x: -6054px;
    background-position-y: -1397px;
  }
  25.001% {
    background-position-x: 0px;
    background-position-y: -2096px;
  }
  33.3% {
    background-position-x: -6054px;
    background-position-y: -2096px;
  }
  33.301% {
    background-position-x: 0px;
    background-position-y: -2794px;
  }
  41.6% {
    background-position-x: -6054px;
    background-position-y: -2794px;
  }
  41.601% {
    background-position-x: 0px;
    background-position-y: -3493px;
  }
  50.0% {
    background-position-x: -6054px;
    background-position-y: -3493px;
  }
  50.001% {
    background-position-x: 0px;
    background-position-y: -4191px;
  }
  58.3% {
    background-position-x: -6054px;
    background-position-y: -4191px;
  }
  58.301% {
    background-position-x: 0px;
    background-position-y: -4890px;
  }
  66.6% {
    background-position-x: -6054px;
    background-position-y: -4890px;
  }
  66.601% {
    background-position-x: 0px;
    background-position-y: -5588px;
  }
  75.0% {
    background-position-x: -6054px;
    background-position-y: -5588px;
  }
  75.001% {
    background-position-x: 0px;
    background-position-y: -6287px;
  }
  83.3% {
    background-position-x: -6054px;
    background-position-y: -6287px;
  }
  83.301% {
    background-position-x: 0px;
    background-position-y: -6985px;
  }
  91.6% {
    background-position-x: -6054px;
    background-position-y: -6985px;
  }
  91.601% {
    background-position-x: 0px;
    background-position-y: -7684px;
  }
  100% {
    background-position-x: -6054px;
    background-position-y: -7684px;
  }
}
.main-intro .cell-pic01 {
  top: 78%;
  left: 60%;
  width: 245px;
}
@media only screen and (max-width: 767px) {
  .main-intro .cell-pic01 {
    top: 22%;
    left: 68%;
    width: 97px;
  }
}
.main-intro .cell-pic02 {
  top: 46%;
  right: 2%;
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .main-intro .cell-pic02 {
    top: 46%;
    right: 38%;
    width: 67%;
  }
}
.main-intro .cell-pic03 {
  top: 20%;
  left: 22%;
  width: 200px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .main-intro .cell-pic03 {
    top: 40%;
    left: 73%;
    width: 37%;
    z-index: 1;
  }
}

.second-intro {
  margin-top: 100px;
  margin-bottom: 400px;
}
.second-intro .special-title {
  margin-top: 200px;
  text-align: center;
  z-index: 10;
}
.second-intro .special-title h2 {
  font-family: var(--fist-font);
}
.second-intro .intro {
  z-index: 10;
}
.second-intro .intro p {
  font-weight: 900;
}
.second-intro .cell-pic01 {
  top: 130%;
  left: 18%;
  width: 200px;
}
.second-intro .cell-pic02 {
  top: 65%;
  right: 0%;
  width: 400px;
}
.second-intro .cell-pic03 {
  top: 30%;
  left: 10%;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .second-intro .cell-pic03 {
    top: -23%;
  }
}

/* -------------------------------------------------------
                   課程簡介
-------------------------------------------------------- */
.course-introduction {
  position: relative;
  z-index: 100;
}
.course-introduction .box-img {
  position: relative;
  top: 0;
  margin-bottom: 20px;
}
.course-introduction .box-img .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 111;
  pointer-events: none;
}
.course-introduction .box-img .mask img {
  width: 100%;
  height: 100%;
  max-width: unset;
}
.course-introduction .box-img img {
  width: 100%;
  height: 100%;
  max-width: unset;
}
.course-introduction .content {
  margin-bottom: 20px;
}
.course-introduction .content .title {
  color: var(--theme-color);
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 5px;
}
.course-introduction .content .title-block01 {
  font-size: 22px;
  font-weight: 900;
}
.course-introduction .content .title-block01 .line-bg-left:before {
  width: 206px;
}
.course-introduction .content .title-block02 {
  font-size: 22px;
  font-weight: 900;
}
.course-introduction .content .title-block02 .line-bg-left:before {
  width: 205px;
}
.course-introduction .content .title-block03 {
  font-size: 22px;
  font-weight: 900;
}
.course-introduction .content .title-block03 .line-bg-left:before {
  width: 230px;
}
.course-introduction .content .title-block04 {
  font-size: 22px;
  font-weight: 900;
}
.course-introduction .content .title-block04 .line-bg-left:before {
  width: 158px;
}
.course-introduction .content .title-block05 {
  font-size: 22px;
  font-weight: 900;
}
.course-introduction .content .title-block05 .line-bg-left:before {
  width: 158px;
}
.course-introduction .content .title-block06 {
  font-size: 22px;
  font-weight: 900;
}
.course-introduction .content .title-block06 .line-bg-left:before {
  width: 158px;
}
.course-introduction .content .title-block250 {
  font-size: 22px;
  font-weight: 900;
}
.course-introduction .content .title-block250 .line-bg-left:before {
  width: 250px;
}
.course-introduction .content .sub-title {
  color: white;
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 15px;
  line-height: 1.2;
}
.course-introduction .content .sub-title span {
  color: var(--theme-color);
  font-size: 34px;
  font-weight: 900;
  padding-left: 5px;
  padding-right: 5px;
}
.course-introduction .content .sub-title2 {
  color: white;
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 15px;
  line-height: 1.4;
  padding-top: 10px;
}
.course-introduction .content p {
  color: white;
  font-size: 16px;
  padding-bottom: 30px;
}
.course-introduction .content .link {
  color: var(--theme-color);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
  padding-right: 5px;
  border: 1px solid var(--theme-color);
  border-radius: 30px;
  padding: 10px 20px;
}
.course-introduction .content .link i {
  padding-left: 10px;
}
.course-introduction .content .green {
  color: var(--theme-color);
  display: contents;
  font-weight: 900;
}
.course-introduction .container .row {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .course-introduction .container .row:nth-child(odd) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* -------------------------------------------------------
                   創辦人
-------------------------------------------------------- */
.founders .beer-slider {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.founders .beer-slider > * {
  height: 100%;
}
.founders .beer-slider > img {
  height: auto;
  max-width: 100%;
}
.founders .beer-slider .infon {
  position: absolute;
  width: 420px;
  top: 15%;
  left: 0;
  z-index: 10;
  padding: 50px;
}
.founders .beer-slider .infon.left {
  z-index: 10;
}
.founders .beer-slider .infon.right {
  right: 0;
  left: initial;
  z-index: 1;
}
.founders .beer-slider .infon .founders-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  zoom: 1.2;
}
.founders .beer-slider .infon .founders-name .title-block {
  margin-right: 30px;
}
.founders .beer-slider .infon .founders-description {
  min-height: 150px;
}
.founders .beer-slider .infon .founders-description h6 {
  color: #000;
  font-size: 16px;
  padding-bottom: 30px;
  line-height: 25px;
}
.founders .beer-slider .infon .founders-description .pic01 img {
  width: 100%;
}
.founders .beer-slider .infon .founders-description p {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: justify;
}
.founders #slider1 {
  display: block;
}
@media only screen and (max-width: 767px) {
  .founders #slider1 {
    display: none;
  }
}
.founders #slider2 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .founders #slider2 {
    display: block;
    padding-bottom: 120%;
  }
}
.founders #slider2 .infon {
  top: auto;
  bottom: 0;
  width: 330px;
  padding: 0;
}
.founders #slider2 .infon.left {
  z-index: 10;
  background-color: black;
}
.founders #slider2 .infon.right {
  right: auto;
  left: 0;
}
.founders #slider2 .infon .founders-name .assistant-color {
  color: #fff;
}
.founders #slider2 .infon .founders-description p, .founders #slider2 .infon .founders-description h6 {
  color: #fff;
}
.founders .beer-slider *,
.founders .beer-slider:after,
.founders .beer-slider :after,
.founders .beer-slider:before,
.founders .beer-slider :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.founders .beer-slider img, .founders .beer-slider svg {
  vertical-align: bottom;
}
.founders .beer-reveal {
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 50%;
  top: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  z-index: 1;
}
.founders .beer-reveal > :first-child {
  height: 100%;
  max-width: none;
  width: 200%;
}
.founders .beer-reveal > img:first-child {
  height: auto;
}
.founders .beer-range {
  -moz-appearance: none;
  -ms-touch-action: auto;
  -webkit-appearance: none !important;
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: -1px;
  margin: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  touch-action: auto;
  width: calc(100% + 1px);
  z-index: 2;
  background: rgba(0, 0, 0, 0.0705882353);
}
.founders .beer-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 2px;
  height: 300vh;
  background: rgb(0, 0, 0);
  cursor: pointer;
}
.founders .beer-range::-moz-range-thumb {
  -webkit-appearance: none;
  height: 300vh;
  width: 2px;
  background: rgb(0, 0, 0);
}
.founders .beer-range::-ms-tooltip {
  display: none;
}
.founders .beer-range:focus ~ .beer-handle {
  background: rgb(0, 0, 0);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.521);
}
.founders .beer-handle {
  background: hsl(0, 0%, 0%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px transparent;
          box-shadow: 0 0 6px transparent;
  color: rgb(255, 255, 255);
  height: 48px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transition: background 0.3s, opacity 0.5s 0.25s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, opacity 0.5s 0.25s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s;
  transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s, -webkit-box-shadow 0.3s;
  width: 48px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .founders .beer-handle {
    top: 30%;
  }
}
.founders .beer-handle:before, .founders .beer-handle:after {
  border-left: 2px solid;
  border-top: 2px solid;
  content: "";
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 10px;
}
.founders .beer-handle:before {
  left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.founders .beer-handle:after {
  right: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.founders .beer-reveal[data-beer-label=""]:after,
.founders .beer-slider[data-beer-label=""]:after {
  content: none;
}
.founders .beer-ready .beer-handle, .founders .beer-ready .beer-reveal {
  opacity: 1;
}

/* -------------------------------------------------------
                   媒體報導與專欄
-------------------------------------------------------- */
.MediaColumns .swiper-slide {
  padding: 10px;
}
.MediaColumns .swiper-slide .item {
  padding: 10px 10px;
}
.MediaColumns .swiper-slide .item .box-img {
  padding: 30px 0px;
  width: 100%;
}
.MediaColumns .swiper-slide .item .box-img img {
  height: 200px;
  width: 100%;
  max-width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .MediaColumns .swiper-slide .item .box-img img {
    height: 300px;
  }
}
.MediaColumns .swiper-slide .item .box-content {
  position: relative;
  min-height: 100px;
}
@media only screen and (max-width: 767px) {
  .MediaColumns .swiper-slide .item .box-content {
    min-height: 70px;
  }
}
.MediaColumns .swiper-slide .item .box-content .sec-title {
  font-size: 18px;
  padding-bottom: 10px;
}

/* -------------------------------------------------------
                   策略合作夥伴
-------------------------------------------------------- */
.partners .partners-item .partners-content {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .partners .partners-item .partners-content {
    padding: 10px;
  }
}
.partners .partners-item .partners-content .box-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partners .partners-item .partners-content .box-img img {
  border-radius: 99em;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .partners .partners-item .partners-content .box-img img {
    padding: 5px;
  }
}
.partners .partners-item .partners-content .partners-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partners .partners-item .partners-content .partners-name .title-block {
  margin-right: 30px;
}
.partners .partners-item .partners-content .partners-description {
  min-height: 150px;
}
@media only screen and (max-width: 767px) {
  .partners .partners-item .partners-content .partners-description {
    min-height: unset;
  }
}

/* -------------------------------------------------------
                   problem.solving 
                   首頁輪播
-------------------------------------------------------- */
.main-content {
  overflow: hidden;
}

.main-slider {
  z-index: 12;
}
.main-slider .title-cover {
  position: absolute;
  width: 100%;
  left: 35px;
  bottom: 45%;
  z-index: 3;
  padding: 20px;
  pointer-events: none;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .main-slider .title-cover {
    left: -6px;
    bottom: 35%;
  }
}
.main-slider .title-cover h2 {
  font-family: var(--fist-font);
  font-size: 15vw;
  line-height: 0.75;
  font-weight: 600;
  letter-spacing: 14px;
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1px var(--heading-color);
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .main-slider .title-cover h2 {
    font-size: 69px;
    padding-bottom: 20px;
  }
}
.main-slider .title-cover h6 {
  opacity: 0.8;
  color: white;
  font-size: 34px;
  margin-top: -50px;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .main-slider .title-cover h6 {
    font-size: 24px;
    margin-bottom: -10px;
  }
}
.main-slider .title-cover .title-stroke {
  color: black;
  text-shadow: 0px 1px 0 rgb(255, 255, 255), 1px 0px 0 rgb(255, 255, 255), 1px 1px 0 rgb(255, 255, 255), -1px 1px 0 rgb(255, 255, 255), 1px -1px 0 rgb(255, 255, 255), -1px -1px 0 rgb(255, 255, 255);
}
.main-slider .main-cg {
  pointer-events: none;
  position: absolute;
  right: -50%;
  bottom: -35%;
  z-index: 2;
  width: 250%;
  -webkit-animation: intromove 10s ease-in-out infinite;
          animation: intromove 10s ease-in-out infinite;
}
@media only screen and (max-width: 767px) {
  .main-slider .main-cg {
    right: -23%;
    top: -19%;
    width: 650px;
  }
}
@-webkit-keyframes intromove {
  0% {
    -webkit-transform: scale(0.9) rotate(0deg);
            transform: scale(0.9) rotate(0deg);
  }
  38% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: scale(1.5) rotate(5deg);
            transform: scale(1.5) rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(0.9) rotate(0deg);
            transform: scale(0.9) rotate(0deg);
  }
}
@keyframes intromove {
  0% {
    -webkit-transform: scale(0.9) rotate(0deg);
            transform: scale(0.9) rotate(0deg);
  }
  38% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: scale(1.5) rotate(5deg);
            transform: scale(1.5) rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(0.9) rotate(0deg);
            transform: scale(0.9) rotate(0deg);
  }
}
.main-slider .content-slider {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .main-slider .content-slider {
    overflow: hidden;
  }
}
.main-slider .dsn-slider-content .slide-content {
  padding-bottom: 145px;
}
@media only screen and (max-width: 767px) {
  .main-slider .control-nav {
    bottom: 10px;
  }
  .main-slider .control-nav .next-container .container-inner::before, .main-slider .control-nav .next-container .container-inner::after, .main-slider .control-nav .prev-container .container-inner::before, .main-slider .control-nav .prev-container .container-inner::after {
    width: 25px;
  }
  .main-slider .control-nav .next-container .container-inner svg, .main-slider .control-nav .prev-container .container-inner svg {
    position: absolute;
    width: 30px;
    height: 30px;
  }
  .main-slider .control-nav .next-container svg {
    right: 10px;
  }
  .main-slider .control-nav .prev-container svg {
    left: 10px;
  }
  .main-slider .dsn-slider-content .slide-content {
    padding-bottom: 20px;
    padding-top: 20px;
    bottom: 50px;
    width: 95%;
  }
  .main-slider .dsn-slider-content .slide-content .title {
    font-size: 22px;
  }
  .main-slider .dsn-slider-content .slide-content .description {
    margin-top: 5px;
    font-size: 14px;
  }
}
.main-slider .description {
  text-transform: none;
  font-size: large;
}
@media only screen and (max-width: 767px) {
  .main-slider .description {
    font-size: medium;
  }
}

/* -------------------------------------------------------
                   想像一下
-------------------------------------------------------- */
.imagine {
  position: relative;
  z-index: 100;
}
.imagine .imagine-pic {
  position: absolute;
  top: 8%;
  left: -10%;
  width: 800px;
}
@media only screen and (max-width: 767px) {
  .imagine .imagine-pic {
    top: unset;
    bottom: -250px;
  }
}
.imagine .intro {
  text-align: center;
  zoom: 1.3;
}
@media only screen and (max-width: 767px) {
  .imagine .intro {
    text-align: right;
    padding-bottom: 100px;
    zoom: 1;
  }
}
.imagine .intro .title {
  font-size: 28px;
  padding-bottom: 30px;
}
.imagine .intro p {
  line-height: 30px;
  letter-spacing: 1px;
}

/* -------------------------------------------------------
                   學員體驗
-------------------------------------------------------- */
.student-share {
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .student-share.section-margin {
    margin-top: 40px;
  }
  .student-share.section-margin .pt-60 {
    padding-top: 20px;
  }
  .student-share .student-info-contact {
    margin-top: 300px;
  }
  .student-share .studentmobile {
    position: absolute;
    top: 150px;
  }
}
@media only screen and (max-width: 376px) {
  .student-share .student-info-contact {
    margin-top: 210px;
  }
}
.student-share button {
  color: white;
}
.student-share .sub-heading {
  font-size: 20px;
}
.student-share .box-info {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .student-share .box-info {
    margin-bottom: -16px;
  }
}
.student-share .box-info .student-info-contact {
  min-height: 350px;
}
.student-share .box-info .student-info-contact .content {
  position: absolute;
  background-color: black;
  display: none;
  width: 92%;
}
.student-share .box-info .student-info-contact .content .d-flex.border-bottom {
  border-bottom: 1px solid var(--theme-color);
}
.student-share .box-info .student-info-contact .content p small {
  color: #fff;
  font-weight: 900;
}
.student-share #student {
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .student-share #student {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.student-share #student .pic {
  position: relative;
  overflow: hidden;
  height: 110px;
  width: 110px;
  border-radius: 30px;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .student-share #student .pic {
    height: 59px;
    width: 59px;
    border-radius: 12px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 376px) {
  .student-share #student .pic {
    height: 40px;
    width: 40px;
  }
}
.student-share #student .pic .cover {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: color;
  background-color: rgb(0, 0, 0);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.student-share #student .pic.active .cover {
  mix-blend-mode: color;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.student-share #student .pic::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: rgba(0, 172, 155, 0);
  border: 5px solid rgba(0, 172, 155, 0);
  z-index: 1;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media only screen and (max-width: 767px) {
  .student-share #student .pic::before {
    border-radius: 12px;
  }
}
.student-share #student .pic:hover::before, .student-share #student .pic.active::before {
  border: 5px solid #00AC9B;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media only screen and (max-width: 767px) {
  .student-share #student .pic:hover::before, .student-share #student .pic.active::before {
    border: 3px solid #00AC9B;
  }
}
.student-share .collapse {
  width: 100vh;
  margin: auto;
  text-align: center;
  margin-top: 50px;
}
.student-share .toggle:nth-child(2n) {
  margin-left: -0.9%;
}
.student-share .toggle:nth-child(2n+1) {
  margin-left: -0.9%;
}
.student-share .toggle:first-child {
  margin-left: 0;
}
.student-share .toggle:hover {
  background: #F80000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.student-share .toggle:active {
  background: #B00000;
}
.student-share .toggle.active {
  background: #48a5a5;
}

/* -------------------------------------------------------
                   產官學推薦
-------------------------------------------------------- */
.recommendation .swiper-container {
  padding-bottom: 60px;
}
.recommendation .swiper-container .swiper-slide {
  padding: 10px;
}
.recommendation .swiper-container .swiper-slide .box-img {
  position: relative;
  top: 0;
}
.recommendation .swiper-container .swiper-slide .box-img .mask {
  position: absolute;
  width: 101%;
  height: 101%;
  top: 0;
  left: 0;
  padding: 10px;
  background-color: black;
  mix-blend-mode: darken;
  z-index: 111;
  -webkit-transform: scale(1.008);
          transform: scale(1.008);
}
.recommendation .swiper-container .swiper-slide .box-img .mask.rotate90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.recommendation .swiper-container .swiper-slide p {
  text-align: justify;
}
.recommendation .swiper-container .swiper-slide p.border-top {
  border-top: 1px solid var(--theme-color);
}
.recommendation .swiper-container .swiper-next {
  position: absolute;
  bottom: 0px;
  right: 0;
}
.recommendation .swiper-container .swiper-next .container-inner {
  width: 45px;
  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;
}
.recommendation .swiper-container .swiper-next .container-inner:before {
  content: none;
}
.recommendation .swiper-container .swiper-prev {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.recommendation .swiper-container .swiper-prev .container-inner {
  width: 45px;
  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;
}
.recommendation .swiper-container .swiper-prev .container-inner:after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .recommendation .swiper-container .swiper-next, .recommendation .swiper-container .swiper-prev {
    top: 160px;
    z-index: 1;
  }
  .recommendation .swiper-container .swiper-next svg, .recommendation .swiper-container .swiper-prev svg {
    display: none;
  }
  .recommendation .swiper-container .swiper-next {
    right: -10px;
  }
  .recommendation .swiper-container .swiper-prev {
    left: -10px;
  }
  .recommendation .swiper-container i {
    font-size: 30px;
  }
}
.recommendation .swiper-container .slider-counter {
  position: absolute;
  bottom: 7px;
  left: 50%;
  margin-left: -35px;
}
.recommendation .swiper-container .slider-counter .slider-current-index {
  margin-right: 15px;
}
.recommendation .swiper-container .slider-counter .slider-counter-delimiter {
  height: 30px;
  border-right: 1px solid var(--reverse-color);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.recommendation .swiper-container .slider-counter .slider-total-index {
  margin-left: 15px;
  font-size: 20px;
}

/* -------------------------------------------------------
                   實戰班介紹
-------------------------------------------------------- */
.features .swiper-container mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0), rgb(0, 0, 0));
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .features .swiper-container mask {
    display: none;
  }
}
.features .swiper-slide {
  padding: 10px;
  pointer-events: none;
}
.features .swiper-slide .item {
  border: 1px solid var(--border-color);
  padding: 40px 20px;
}
.features .swiper-slide .item .section-title {
  position: relative;
}
.features .swiper-slide .item .section-title span {
  font-family: var(--fist-font);
  color: black;
  text-shadow: 0px 1px 0 rgb(255, 255, 255), 1px 0px 0 rgb(255, 255, 255), 1px 1px 0 rgb(255, 255, 255), -1px 1px 0 rgb(255, 255, 255), 1px -1px 0 rgb(255, 255, 255), -1px -1px 0 rgb(255, 255, 255);
}
.features .swiper-slide .item .section-title mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  pointer-events: none;
  display: block;
}
.features .swiper-slide .item .box-img {
  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;
  padding: 30px 0px;
}
.features .swiper-slide .item .box-img img {
  height: 200px;
}
.features .swiper-slide .item .box-content {
  position: relative;
  min-height: 273px;
}
@media only screen and (max-width: 767px) {
  .features .swiper-slide .item .box-content {
    min-height: 200px;
  }
}
.features .swiper-slide .item .box-content .sec-title {
  font-family: var(--fist-font);
  font-size: 23px;
  padding-bottom: 30px;
}
.features .swiper-slide .item a.link-custom {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  cursor: pointer;
}

/* -------------------------------------------------------
                   適合對象
-------------------------------------------------------- */
.ta .ta-infon .cover-bg-img.pc {
  margin-left: 15%;
  width: 70%;
}

/* -------------------------------------------------------
                   師資陣容
-------------------------------------------------------- */
.facilitator .facilitator-item .facilitator-content {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .facilitator .facilitator-item .facilitator-content {
    padding: 10px;
  }
}
.facilitator .facilitator-item .facilitator-content .box-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.facilitator .facilitator-item .facilitator-content .box-img .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: darken;
  z-index: 111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(1.008);
          transform: scale(1.008);
}
.facilitator .facilitator-item .facilitator-content .box-img .mask.rotate90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.facilitator .facilitator-item .facilitator-content .box-img img {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .facilitator .facilitator-item .facilitator-content .box-img img {
    padding: 5px;
  }
}
.facilitator .facilitator-item .facilitator-content .facilitator-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.facilitator .facilitator-item .facilitator-content .facilitator-name .title-block {
  margin-right: 30px;
}
.facilitator .facilitator-item .facilitator-content .facilitator-description {
  min-height: 150px;
}
@media only screen and (max-width: 767px) {
  .facilitator .facilitator-item .facilitator-content .facilitator-description {
    min-height: unset;
  }
}

/* -------------------------------------------------------
                   合作組織
-------------------------------------------------------- */
.partners-logo {
  margin-bottom: 80px;
}
.partners-logo .logo-g {
  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;
  margin-bottom: 40px;
}
.partners-logo .logo-g .logo {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partners-logo .logo-g .logo p {
  margin-top: -30px;
  color: white;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .partners-logo .logo-g .logo p {
    margin-top: -15px;
  }
}

/* -------------------------------------------------------
                   課程架構
-------------------------------------------------------- */
.course-tructure .tructure-infon .cover-bg-img.pc {
  margin-left: 10%;
  width: 80%;
}
.course-tructure .tructure-infon .cover-bg-img.mobile {
  margin-left: 10%;
  width: 80%;
}

/* -------------------------------------------------------
                   學習旅程
-------------------------------------------------------- */
.course .accordion {
  line-height: 1.2;
}
.course .accordion__question {
  padding: 8px 15px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.course .accordion__question:first-of-type {
  padding-top: 0;
}
.course .accordion__question .title-block {
  font-family: var(--fist-font);
  font-size: 35px;
  font-weight: 900;
  color: var(--theme-color);
  margin-bottom: 0;
  text-transform: capitalize;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .course .accordion__question .title-block {
    font-size: 25px;
    line-height: 1.5;
  }
}
.course .accordion__question .sm-title-block {
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .course .accordion__question .sm-title-block {
    font-size: 17px;
    margin-top: -5px;
  }
}
.course .accordion__question::before {
  content: "";
  position: absolute;
  display: inline-block;
  border: solid var(--theme-color);
  border-width: 0 2px 2px 0;
  padding: 3px;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.course .accordion__answer {
  display: none;
  padding-top: 40px;
}
.course .accordion__answer h4 {
  border-top: 10px solid #00AC9B;
  padding-top: 10px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .course .accordion__answer h4 {
    font-size: 16px;
  }
}
.course .accordion__answer h4.op5 {
  border-top: 10px solid rgba(0, 172, 155, 0.4784313725);
}
.course .accordion__answer h4.op8 {
  border-top: 10px solid rgba(0, 172, 155, 0.2666666667);
}
.course .accordion__answer.active {
  display: block;
}
.course .accordion__item {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 15px;
}
.course .accordion__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.course .expanded.accordion__question::before {
  content: "";
  border: solid var(--theme-color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

/* -------------------------------------------------------
                   如何報名
-------------------------------------------------------- */
.signup .item .signup-name {
  text-align: center;
  margin: 30px 0 30px 0;
}
@media only screen and (max-width: 767px) {
  .signup .item .signup-name {
    margin: 0px 0 30px 0;
  }
}
.signup .item .signup-name .title-block .line-bg-left {
  padding-left: 0px;
}
.signup .item .signup-name .title-block .line-bg-left:before {
  width: 116px;
  left: -15px;
}
.signup .item .signup-description {
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .signup .item .signup-description {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.signup .item .signup-description .sub {
  color: var(--theme-color);
  margin-bottom: 0px;
  font-size: 28px;
}
.signup .item .cost {
  text-align: center;
  font-size: 16px;
  position: relative;
}
.signup .item .cost span {
  font-family: var(--fist-font);
  margin-left: 10px;
  font-size: 35px;
  color: var(--theme-color);
}
.signup .item .cost span.strikethrough::before {
  content: "";
  position: absolute;
  width: 180px;
  border-bottom: 2px solid var(--theme-color);
  bottom: 27px;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  right: 19%;
}
.signup .pay {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .signup .pay {
    padding-top: 0px;
  }
}
.signup .pay .infon {
  margin: 30px 0;
}
.signup .pay .infon span {
  font-size: 24px;
  color: var(--theme-color);
}
.signup .pay .btn {
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0px 10px 45px -5px #08796E;
          box-shadow: 0px 10px 45px -5px #08796E;
  border-radius: 30px;
  width: 300px;
  padding-bottom: 20px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
  color: #fff;
  background-color: var(--theme-color);
  -webkit-animation: zoominout 2s ease-in-out infinite;
          animation: zoominout 2s ease-in-out infinite;
}
@media only screen and (max-width: 767px) {
  .signup .pay .btn {
    width: 80%;
  }
}
@-webkit-keyframes zoominout {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoominout {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.signup .pay p {
  text-align: center;
}

/* -------------------------------------------------------
                   常見問題
-------------------------------------------------------- */
.qa {
  margin-bottom: 155px;
}
.qa .accordion {
  line-height: 1.2;
  margin-top: 10px;
}
.qa .accordion__answer {
  display: none;
  padding-top: 15px;
  padding-left: 45px;
  padding-right: 45px;
}
.qa .accordion__answer.active {
  display: block;
}
.qa .accordion__item {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 30px;
}
.qa .accordion__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.qa .accordion__question {
  padding: 8px 15px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.qa .accordion__question .number {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: var(--theme-color);
  color: var(--heading-color);
  text-align: center;
  margin-right: 15px;
  font-size: 14px;
}
.qa .accordion__question:first-of-type {
  padding-top: 0;
}
.qa .accordion__question .icon {
  width: 35px;
  margin-right: 15px;
}
.qa .accordion__question h4 {
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 45px;
}
.qa .accordion__question::before {
  content: "";
  position: absolute;
  display: inline-block;
  border: solid var(--theme-color);
  border-width: 0 2px 2px 0;
  padding: 3px;
  top: 5px;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.qa .expanded.accordion__question::before {
  content: "";
  border: solid var(--theme-color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

/* -------------------------------------------------------
                   blog 
                   首頁
-------------------------------------------------------- */
.blog-intro {
  position: relative;
  padding-top: 120px;
  margin-bottom: 0px;
  height: 450px;
}
@media only screen and (max-width: 1300px) {
  .blog-intro {
    height: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-intro {
    height: 80px;
  }
}
.blog-intro .title-cover {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 150px;
  z-index: 3;
  padding: 30px;
  pointer-events: none;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-intro .title-cover {
    left: 0px;
    top: 50px;
  }
}
.blog-intro .title-cover h2 {
  font-family: var(--fist-font);
  font-size: 13vw;
  line-height: 0.75;
  font-weight: 600;
  letter-spacing: 14px;
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1px var(--heading-color);
  opacity: 0.5;
  pointer-events: none;
}
.blog-intro .title-cover .right {
  text-align: right;
}

@media only screen and (min-width: 992px) {
  .Featured-Articles .dsn-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.Featured-Articles .title-move h6 {
  padding: 20px 0;
}
.Featured-Articles .blog-item {
  border: 1px solid var(--border-color);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-left: 0;
  margin-right: 0;
  min-height: 420px;
}
@media only screen and (max-width: 767px) {
  .Featured-Articles .blog-item {
    border: 0px solid var(--border-color);
    padding: 20px;
    min-height: auto;
  }
}
.Featured-Articles .blog-item .box-img {
  position: relative;
  width: 100%;
  height: auto;
  border-right: none;
}
.Featured-Articles .blog-item .box-img .cover-bg-img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.Featured-Articles .blog-item .box-content {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .Featured-Articles .blog-item .box-content {
    padding: 30px 0px 0px 0px;
  }
}

.home-blog-category {
  width: 100%;
}
.home-blog-category ul {
  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: 767px) {
  .home-blog-category ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home-blog-category ul li {
  color: var(--heading-color);
  display: inline-block;
  font-weight: 500;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .home-blog-category ul li {
    margin-right: 0;
    padding-right: 0;
    height: 65px;
  }
}
.home-blog-category ul li a {
  position: relative;
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 500;
  padding: 7px 15px 8px 15px;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .home-blog-category ul li a {
    margin-right: 0;
    font-size: 14px;
    padding: 3px 10px 3px 10px;
  }
}
.home-blog-category ul li a:hover {
  background-color: var(--assistant-color);
}

.site-header.FixWpAdminHeader,
.contact-btn.FixWpAdminHeader {
  margin-top: 32px;
}

body:not(.dsn-line-style).nav-bg.hide-nav .site-header.FixWpAdminHeader {
  -webkit-transform: translateY(-140%);
          transform: translateY(-140%);
}

.accent-menu .search {
  position: fixed;
  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;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.accent-menu .search .search-inner {
  position: absolute;
  width: 100%;
  max-width: 800px;
  padding: 5%;
  margin-bottom: 10%;
  text-align: center;
  z-index: 3;
  bottom: 0;
}
.accent-menu .search .search-inner .search-title {
  margin-bottom: 10%;
  font-size: clamp(48px, 6vw, 112px);
  font-weight: bold;
  font-weight: 500;
  line-height: 1.3;
  font-family: var(--fist-font);
}
.accent-menu .search .search-inner .form-btn-inside {
  position: relative;
}
.accent-menu .search .search-inner .form-btn-inside .form-control {
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 5px 15px;
  font-weight: 300;
  color: #FFF;
  border: 1px solid rgba(136, 136, 136, 0.65);
  border-radius: 3px;
  font-size: clamp(19px, 1.3vw, 26px);
  height: 70px !important;
}
.accent-menu .search .search-inner .form-btn-inside .form-control:not(select), .accent-menu .search .search-inner .form-btn-inside .form-control:not([multiple]) {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-radius: 2px;
}
.accent-menu .search .search-inner .form-btn-inside .form-control:not([multiple]) {
  padding-right: 15px;
}
.accent-menu .search .search-inner .form-btn-inside .form-control:focus {
  border-color: #FFF;
}
.accent-menu .search .search-inner .form-btn-inside .form-control:-webkit-autofill, .accent-menu .search .search-inner .form-btn-inside .form-control:-webkit-autofill:hover, .accent-menu .search .search-inner .form-btn-inside .form-control:-webkit-autofill:focus, .accent-menu .search .search-inner .form-btn-inside .form-control:-webkit-autofill:active {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1000px rgba(8, 7, 7, 0) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.accent-menu .search .search-inner .form-btn-inside button {
  position: absolute;
  top: 8px;
  right: 1px;
  width: 60px;
  height: 54px;
  background-color: transparent;
  font-size: 19px;
  color: #999;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}
.accent-menu .search .search-inner .widget-area.sidebar .wp-block-tag-cloud {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.accent-menu .search .search-inner .widget-area.sidebar .wp-block-tag-cloud .tag-cloud-link {
  color: var(--heading-color);
  margin-right: 30px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px;
}
.accent-menu .search .search-inner .widget-area.sidebar .wp-block-tag-cloud .tag-cloud-link:before {
  content: "#";
  position: relative;
  margin-right: 5px;
  font-size: 12px;
}
.accent-menu .search .search-ghost {
  position: absolute;
  top: 0;
  bottom: -15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: calc(28px + 28vw);
  font-weight: bold;
  font-weight: 600;
  color: #FFF;
  white-space: nowrap;
  line-height: 1;
  z-index: 1;
  opacity: 0.03;
  font-family: var(--fist-font);
}
.accent-menu .search .search-form label {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 5%;
  margin-bottom: 10%;
  text-align: center;
  z-index: 3;
}
.accent-menu .search .search-form label .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.accent-menu .search .search-form label .search-field {
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 5px 15px;
  font-weight: normal;
  color: #FFF;
  border: 1px solid rgba(136, 136, 136, 0.65);
  border-radius: 3px;
  font-size: clamp(19px, 2vw, 26px);
  height: 70px !important;
}
.accent-menu .search .search-form label .search-field:not(select), .accent-menu .search .search-form label .search-field:not([multiple]) {
  background-color: #0a0a0a !important;
  padding-left: 0;
  padding-right: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-radius: 2px;
}
.accent-menu .search .search-form label .search-field:not([multiple]) {
  padding-right: 15px;
}
.accent-menu .search .search-form label .search-field:focus {
  border-color: #FFF;
}
.accent-menu .search .search-form button {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 60px;
  height: 54px;
  background-color: transparent;
  font-size: 19px;
  color: #999;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}

.search-btn {
  position: fixed;
  right: 30px;
  top: 36px;
  width: 16px;
  height: 16px;
  z-index: 12;
  mix-blend-mode: exclusion;
  color: #fff;
}
.search-btn.FixWpAdminHeader {
  margin-top: 32px;
}

.contact-btn {
  position: fixed;
  right: 15px;
  top: 35px;
  width: 20px;
  height: 20px;
  z-index: 12;
  mix-blend-mode: exclusion;
  color: #fff;
}
.contact-btn .contact-btn-txt {
  position: absolute;
  right: 3px;
  top: -1px;
  height: 13px;
  padding-right: 20px;
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transform-origin: calc(100% - 6px) 50%;
  transform-origin: calc(100% - 6px) 50%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s, transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s, transform 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.all-article .blog-item,
.posts-list .blog-item {
  padding-left: 0px;
  min-height: 420px;
  border: 1px solid var(--border-color);
}
@media only screen and (max-width: 767px) {
  .all-article .blog-item .box-img,
  .posts-list .blog-item .box-img {
    border-right: 0px solid var(--border-color);
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.all-article .blog-item .box-content,
.posts-list .blog-item .box-content {
  margin-left: 43%;
}
@media only screen and (max-width: 767px) {
  .all-article .blog-item .box-content,
  .posts-list .blog-item .box-content {
    margin-left: 0;
    width: 100%;
  }
}
.all-article .blog-item .box-content .title-block,
.posts-list .blog-item .box-content .title-block {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .all-article .blog-item .box-content .box-content-body p,
  .posts-list .blog-item .box-content .box-content-body p {
    display: none;
  }
}

.dsn-paginations {
  position: relative;
}
.dsn-paginations .page-numbers {
  position: relative;
  font-size: 20px;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  -webkit-transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  border-radius: 30px;
  margin: 40px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 991px) {
  .dsn-paginations .page-numbers {
    font-size: 11px;
    margin-right: 5px;
  }
}
.dsn-paginations .page-numbers:hover {
  color: var(--heading-color);
  background-color: var(--theme-color);
}
.dsn-paginations .page-numbers.current {
  color: var(--heading-color);
  background-color: var(--theme-color);
}
.dsn-paginations .prev {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dsn-paginations .prev .button-m {
  text-align: center;
  width: 90px;
  height: 50px;
  margin-left: 10px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 991px) {
  .dsn-paginations .prev .button-m {
    width: 45px;
  }
}
.dsn-paginations .prev .button-m:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: var(--assistant-color);
  -webkit-transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  border-radius: 30px;
  width: 100px;
}
@media only screen and (max-width: 991px) {
  .dsn-paginations .prev .button-m:before {
    width: auto;
  }
}
.dsn-paginations .prev .button-m svg {
  position: absolute;
  top: 0;
  right: -10%;
  fill: var(--heading-color);
  z-index: 1;
  width: 30px;
  height: 100%;
  opacity: 1;
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dsn-paginations .prev .button-m span {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--heading-color);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .dsn-paginations .prev .button-m span {
    display: none;
  }
}
.dsn-paginations .prev .button-m:hover:before {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.dsn-paginations .prev .button-m:hover svg {
  opacity: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dsn-paginations .prev .button-m:hover span {
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}
.dsn-paginations .prev:hover {
  background-color: transparent;
}
.dsn-paginations .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
.dsn-paginations .next.disabled {
  display: none;
}
.dsn-paginations .next .button-m {
  text-align: center;
  width: 90px;
  height: 50px;
  margin-left: 10px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 991px) {
  .dsn-paginations .next .button-m {
    width: 45px;
  }
}
.dsn-paginations .next .button-m:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: var(--assistant-color);
  -webkit-transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  border-radius: 30px;
}
@media only screen and (max-width: 991px) {
  .dsn-paginations .next .button-m:before {
    width: auto;
  }
}
.dsn-paginations .next .button-m svg {
  position: absolute;
  top: 0;
  left: -10%;
  fill: var(--heading-color);
  z-index: 1;
  width: 30px;
  height: 100%;
  opacity: 1;
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  vertical-align: middle;
}
.dsn-paginations .next .button-m span {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--heading-color);
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .dsn-paginations .next .button-m span {
    display: none;
  }
}
.dsn-paginations .next .button-m:hover:before {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.dsn-paginations .next .button-m:hover svg {
  opacity: 0;
  -webkit-transform: translateX(20%) !important;
  transform: translateX(20%) !important;
}
.dsn-paginations .next .button-m:hover span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.dsn-paginations .next:hover {
  background-color: transparent;
}

.search-modal .search {
  position: fixed;
  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;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  z-index: 100;
}
.search-modal .search .search-inner {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 5%;
  margin-bottom: 10%;
  text-align: center;
  z-index: 3;
}
.search-modal .search .search-inner .search-title {
  margin-bottom: 10%;
  font-size: clamp(48px, 6vw, 112px);
  font-weight: bold;
  font-weight: 500;
  line-height: 1.3;
  font-family: var(--fist-font);
}
.search-modal .search .search-inner .form-btn-inside {
  position: relative;
}
.search-modal .search .search-inner .form-btn-inside .form-control {
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 5px 15px;
  font-weight: 300;
  color: #FFF;
  border: 1px solid rgba(136, 136, 136, 0.65);
  border-radius: 3px;
  font-size: clamp(19px, 1.3vw, 26px);
  height: 70px !important;
  font-family: var(--fist-font);
}
.search-modal .search .search-inner .form-btn-inside .form-control:not(select), .search-modal .search .search-inner .form-btn-inside .form-control:not([multiple]) {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-radius: 2px;
}
.search-modal .search .search-inner .form-btn-inside .form-control:not([multiple]) {
  padding-right: 15px;
}
.search-modal .search .search-inner .form-btn-inside .form-control:focus {
  border-color: #FFF;
}
.search-modal .search .search-inner .form-btn-inside .form-control:-webkit-autofill, .search-modal .search .search-inner .form-btn-inside .form-control:-webkit-autofill:hover, .search-modal .search .search-inner .form-btn-inside .form-control:-webkit-autofill:focus, .search-modal .search .search-inner .form-btn-inside .form-control:-webkit-autofill:active {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1000px rgba(8, 7, 7, 0) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.search-modal .search .search-inner .form-btn-inside button {
  position: absolute;
  top: 8px;
  right: 1px;
  width: 60px;
  height: 54px;
  background-color: transparent;
  font-size: 19px;
  color: #999;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}
.search-modal .search .search-inner .widget-area.sidebar .wp-block-tag-cloud {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-modal .search .search-inner .widget-area.sidebar .wp-block-tag-cloud .tag-cloud-link {
  color: var(--heading-color);
  margin-right: 30px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px;
}
.search-modal .search .search-inner .widget-area.sidebar .wp-block-tag-cloud .tag-cloud-link:before {
  content: "#";
  position: relative;
  margin-right: 5px;
  font-size: 12px;
}
.search-modal .search .search-ghost {
  position: absolute;
  top: 0;
  bottom: -15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: calc(28px + 28vw);
  font-weight: bold;
  font-weight: 600;
  color: #FFF;
  white-space: nowrap;
  line-height: 1;
  z-index: 1;
  opacity: 0.03;
  font-family: var(--fist-font);
}
.search-modal .search .search-form label {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 5%;
  margin-bottom: 10%;
  text-align: center;
  z-index: 3;
}
.search-modal .search .search-form label .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.search-modal .search .search-form label .search-field {
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 5px 15px;
  font-weight: normal;
  color: #FFF;
  border: 1px solid rgba(136, 136, 136, 0.65);
  border-radius: 3px;
  font-size: clamp(19px, 2vw, 26px);
  height: 70px !important;
}
.search-modal .search .search-form label .search-field:not(select), .search-modal .search .search-form label .search-field:not([multiple]) {
  background-color: #0a0a0a !important;
  padding-left: 0;
  padding-right: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-radius: 2px;
}
.search-modal .search .search-form label .search-field:not([multiple]) {
  padding-right: 15px;
}
.search-modal .search .search-form label .search-field:focus {
  border-color: #FFF;
}
.search-modal .search .search-form button {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 60px;
  height: 54px;
  background-color: transparent;
  font-size: 19px;
  color: #999;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}

::-webkit-input-placeholder {
  color: #999 !important;
}

.home-search .infon {
  margin-bottom: 10%;
  font-size: 14px;
}
.home-search .search-inner {
  position: relative;
  text-align: center;
  z-index: 3;
}
.home-search .search-inner .search-title {
  margin-bottom: 10%;
  font-size: clamp(48px, 6vw, 112px);
  font-weight: 500;
  line-height: 1.3;
  font-family: var(--fist-font);
}
.home-search .search-inner .form-btn-inside {
  position: relative;
}
.home-search .search-inner .form-btn-inside .form-control {
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 5px 15px;
  font-weight: 300;
  color: #FFF;
  border: 1px solid rgba(136, 136, 136, 0.65);
  border-radius: 3px;
  font-size: clamp(19px, 1.3vw, 26px);
  font-family: var(--fist-font);
  height: 70px !important;
}
.home-search .search-inner .form-btn-inside .form-control:not(select), .home-search .search-inner .form-btn-inside .form-control:not([multiple]) {
  background-color: rgba(0, 0, 0, 0) !important;
  padding-left: 0;
  padding-right: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-radius: 2px;
}
.home-search .search-inner .form-btn-inside .form-control:not([multiple]) {
  padding-right: 15px;
}
.home-search .search-inner .form-btn-inside .form-control:focus {
  border-color: #FFF;
}
.home-search .search-inner .form-btn-inside .form-control:-webkit-autofill, .home-search .search-inner .form-btn-inside .form-control:-webkit-autofill:hover, .home-search .search-inner .form-btn-inside .form-control:-webkit-autofill:focus, .home-search .search-inner .form-btn-inside .form-control:-webkit-autofill:active {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1000px rgba(8, 7, 7, 0) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.home-search .search-inner .form-btn-inside button {
  position: absolute;
  top: 8px;
  right: 1px;
  width: 60px;
  height: 54px;
  background-color: transparent;
  font-size: 19px;
  color: #999;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}

.tag-inner {
  position: relative;
  width: 100%;
  z-index: 3;
}
.tag-inner a {
  letter-spacing: 1.2px;
  padding: 10px 10px 0px 0px;
  color: var(--theme-color);
  font-size: 14px;
}
.tag-inner a:before {
  content: "#";
  position: relative;
  margin-right: 5px;
  font-size: 12px;
}

.singular-content-wrap header .posted-on {
  letter-spacing: 1.2px;
  color: white;
}

.image-head figure img {
  width: 100%;
}

.news-content .post-content a {
  color: var(--theme-color);
  display: inline;
}
.news-content .post-content b, .news-content .post-content strong {
  font-weight: bolder;
  color: white;
}
.news-content .post-content dl, .news-content .post-content ol, .news-content .post-content ul {
  margin-top: 0;
  margin-bottom: 30px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.news-content .post-content dl li, .news-content .post-content ol li, .news-content .post-content ul li {
  line-height: 28px;
  display: list-item;
  text-align: -webkit-match-parent;
}
.news-content .post-content ol li {
  list-style-type: decimal;
}
.news-content .post-content ul {
  list-style-type: disc;
}
.news-content .post-content ul li {
  list-style: circle;
}
.news-content .post-content .wp-block-embed__wrapper {
  text-align: center;
}
.news-content .post-content .wp-block-pullquote blockquote {
  padding: 0;
  border-left: 0px solid var(--border-color);
}
.news-content .post-content .wp-block-pullquote blockquote p {
  font-size: 1.1em;
  line-height: 1.6;
  padding-bottom: 30px;
}
.news-content .post-content blockquote.wp-block-quote p {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .news-content .post-content .wp-block-embed-youtube iframe {
    height: 360px;
  }
}
@media only screen and (max-width: 400px) {
  .news-content .post-content .wp-block-embed-youtube iframe {
    height: 265px;
  }
}

.news-content .post-content .page-links {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-content .post-content .page-links .page-links-title {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-content .post-content .page-links .page-links-title .post-page-numbers {
  position: relative;
  font-size: 20px;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  -webkit-transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  border: 1px solid var(--border-color);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-content .post-content .page-links .page-links-title .post-page-numbers.current {
  color: var(--heading-color);
  background-color: var(--theme-color);
}

.nav-links {
  position: relative;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-links .nav-previous, .nav-links .nav-next {
  width: 100%;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  border-bottom: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
}
.nav-links .nav-previous .nav-subtitle, .nav-links .nav-next .nav-subtitle {
  font-size: 16px;
  font-family: var(--fist-font);
}
.nav-links .nav-previous .nav-title, .nav-links .nav-next .nav-title {
  font-size: 12px;
}
.nav-links .nav-previous {
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  text-align: left;
}
.nav-links .nav-next {
  border-right: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  text-align: right;
}

.comments-post .comments-form, .comments-post .comment-respond {
  margin-top: var(--margin-padding-mobile);
}
@media only screen and (max-width: 767px) {
  .comments-post .comments-form, .comments-post .comment-respond {
    margin-top: var(--margin-padding-mobile);
  }
}
.comments-post .comments-form textarea, .comments-post .comments-form input, .comments-post .comment-respond textarea, .comments-post .comment-respond input {
  width: 100%;
  border: 1px solid var(--border-color);
  padding: 15px;
  color: var(--heading-color);
  background-color: transparent;
  font-size: 16px;
}
.comments-post .comments-form textarea::-webkit-input-placeholder, .comments-post .comment-respond textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: var(--heading-color);
}
.comments-post .comments-form textarea::-webkit-input-placeholder,
.comments-post .comments-form input::-webkit-input-placeholder,
.comments-post .comments-form textarea::-moz-placeholder,
.comments-post .comments-form input::-moz-placeholder,
.comments-post .comments-form textarea:-ms-input-placeholder,
.comments-post .comments-form input:-ms-input-placeholder,
.comments-post .comments-form textarea::-ms-input-placeholder,
.comments-post .comments-form input::-ms-input-placeholder,
.comments-post .comments-form textarea::placeholder, .comments-post .comment-respond textarea::-webkit-input-placeholder,
.comments-post .comment-respond input::-webkit-input-placeholder,
.comments-post .comment-respond textarea::-moz-placeholder,
.comments-post .comment-respond input::-moz-placeholder,
.comments-post .comment-respond textarea:-ms-input-placeholder,
.comments-post .comment-respond input:-ms-input-placeholder,
.comments-post .comment-respond textarea::-ms-input-placeholder,
.comments-post .comment-respond input::-ms-input-placeholder,
.comments-post .comment-respond textarea::placeholder {
  font-size: 16px;
  color: var(--heading-color);
}
.comments-post .comments-form input::-webkit-input-placeholder, .comments-post .comment-respond input::-webkit-input-placeholder {
  font-size: 16px;
  color: var(--heading-color);
}
.comments-post .comments-form input::-moz-placeholder, .comments-post .comment-respond input::-moz-placeholder {
  font-size: 16px;
  color: var(--heading-color);
}
.comments-post .comments-form input:-ms-input-placeholder, .comments-post .comment-respond input:-ms-input-placeholder {
  font-size: 16px;
  color: var(--heading-color);
}
.comments-post .comments-form input::-ms-input-placeholder, .comments-post .comment-respond input::-ms-input-placeholder {
  font-size: 16px;
  color: var(--heading-color);
}
.comments-post .comments-form input::placeholder, .comments-post .comment-respond input::placeholder {
  font-size: 16px;
  color: var(--heading-color);
}
.comments-post .comments-form input[type=submit], .comments-post .comment-respond input[type=submit] {
  padding: 15px 30px;
  border-radius: 30px;
  background: transparent;
  position: relative;
  width: auto;
  font-size: 15px;
  border: 1px solid var(--heading-color);
  color: var(--heading-color);
  cursor: pointer;
  min-height: 48px;
  letter-spacing: 1.2px;
  font-weight: 600;
}
.comments-post .comments-form .box-textarea, .comments-post .comment-respond .box-textarea {
  grid-column: 1/-1;
}
.comments-post .comments-form .comment-form, .comments-post .comment-respond .comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comments-post .comments-form .comment-form label, .comments-post .comment-respond .comment-form label {
  font-size: 14px;
  margin: 10px 0px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .comments-post .comments-form .comment-form label, .comments-post .comment-respond .comment-form label {
    font-size: 12px;
  }
}
.comments-post .comments-form .comment-form .comment-notes, .comments-post .comment-respond .comment-form .comment-notes {
  font-size: 14px;
  width: 100%;
}
.comments-post .comments-form .comment-form .comment-form-comment, .comments-post .comment-respond .comment-form .comment-form-comment {
  width: 100%;
}
.comments-post .comments-form .comment-form .box-textarea, .comments-post .comment-respond .comment-form .box-textarea {
  width: 100%;
}
.comments-post .comments-form .comment-form .comment-form-author,
.comments-post .comments-form .comment-form .comment-form-email,
.comments-post .comments-form .comment-form .comment-form-url, .comments-post .comment-respond .comment-form .comment-form-author,
.comments-post .comment-respond .comment-form .comment-form-email,
.comments-post .comment-respond .comment-form .comment-form-url {
  width: 31%;
}
@media only screen and (max-width: 767px) {
  .comments-post .comments-form .comment-form .comment-form-author,
  .comments-post .comments-form .comment-form .comment-form-email,
  .comments-post .comments-form .comment-form .comment-form-url, .comments-post .comment-respond .comment-form .comment-form-author,
  .comments-post .comment-respond .comment-form .comment-form-email,
  .comments-post .comment-respond .comment-form .comment-form-url {
    width: 100%;
  }
}
.comments-post .comments-form .comment-form .comment-form-cookies-consent, .comments-post .comment-respond .comment-form .comment-form-cookies-consent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comments-post .comments-form .comment-form .comment-form-cookies-consent input, .comments-post .comment-respond .comment-form .comment-form-cookies-consent input {
  width: auto;
  margin-right: 10px;
}
.comments-post .comments-form .comment-form .form-submit, .comments-post .comment-respond .comment-form .form-submit {
  margin-top: 50px;
}
/*# sourceMappingURL=custom.min.css.map */