@charset "UTF-8";
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
.scrollHint, .slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before, .slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before, .slick-slider .slick-arrow,
.controlBox .slick-arrow, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .topBanner .centerBox .imgBase .img_6 .icon i, .privacyArea, header .rightBox .searchBtn svg, header.scroll.innerPage .rightBox .socialBox .socialList i.digi, header.noBannerPage.innerPage .rightBox .socialBox .socialList i.digi, .loadingArea.show, .moduleMask, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, button, a {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.floatBox.inquiry, .bread, .socialBox, header .rightBox .searchBtn, header.scroll, header.noBannerPage, .btnBox .btn.bgSecond, .btnBox .btn.bgMain, .titleBox .decoTitle {
  background: rgba(255, 255, 255, 0.2);
}

.formBox {
  background: rgba(255, 255, 255, 0.4);
  border: solid 1px #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
}
.formBox.hasTopBar {
  padding-bottom: 0;
}
.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.formBox ~ .btnBox {
  margin-top: 30px;
}
.formBox ~ .btnBox .btn {
  margin: 0 auto;
}
.formBox .topBar {
  width: calc(100% + 40px);
  height: 80px;
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin: -30px -20px 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 2;
}
.formBox .topBar .title {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(16 / 16);
  letter-spacing: calc(16 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 480px) {
  .formBox .topBar .title {
    display: none;
  }
}
.formBox .topBar .openBtn {
  width: 100%;
  max-width: 140px;
  height: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#d0518b), to(#2f22f2));
  background: linear-gradient(to right, #d0518b 0%, #2f22f2 100%);
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 480px) {
  .formBox .topBar .openBtn {
    max-width: 100%;
  }
}
.formBox .topBar .openBtn i {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: unset;
  right: 15px;
  bottom: unset;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.formBox .topBar .openBtn i::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.formBox .topBar .openBtn i::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.formBox .topBar .openBtn.open i:after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.formBox .content {
  display: none;
  padding-top: 50px;
}
.formBox .topBox {
  margin-bottom: 30px;
}
.formBox .formUnitTitle {
  margin-bottom: 20px;
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(18 / 18);
  letter-spacing: calc(18 * 50 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.formBox .formList {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 600px) {
  .formBox .formList {
    margin: 0;
  }
}
.formBox .formRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formBox .formColumn {
  padding: 20px;
}
@media (max-width: 600px) {
  .formBox .formColumn {
    padding: 10px 0;
  }
}
.formBox .formColumn.select::before {
  content: "";
  position: absolute;
  bottom: 32px;
  right: 60px;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: transparent;
  border-top-color: #4b4b4b;
}
@media (max-width: 1180px) {
  .formBox .formColumn.select::before {
    right: 40px;
  }
}
@media (max-width: 600px) {
  .formBox .formColumn.select::before {
    right: 20px;
  }
}
.formBox .formColumn.pt0 {
  padding-top: 0;
}
.formBox .formColumn.pb0 {
  padding-bottom: 0;
}
.formBox .formColumn .box {
  width: 100%;
  height: 60px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 0 20px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 480px) {
  .formBox .formColumn .box {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px;
  }
}
.formBox .formColumn .box.textarea {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  padding: 20px;
}
@media (max-width: 480px) {
  .formBox .formColumn .box.textarea {
    padding: 10px;
  }
}
.formBox .formColumn svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
  position: absolute;
  top: unset;
  left: unset;
  right: 60px;
  bottom: 36px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 1180px) {
  .formBox .formColumn svg {
    right: 40px;
  }
}
@media (max-width: 600px) {
  .formBox .formColumn svg {
    right: 20px;
  }
}
.formBox .inputBox {
  width: 100%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.formBox .uploadBtn {
  width: 100%;
  max-width: 220px;
  height: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#d0518b), to(#2f22f2));
  background: linear-gradient(to right, #d0518b 0%, #2f22f2 100%);
  border-radius: 5px;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(16 / 16);
  letter-spacing: calc(16 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.formBox .uploadBtn::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url("../images/uploadIC.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 20px;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.formBox .uploadBtn input {
  display: none;
}
.formBox .columnTitle {
  width: 170px;
  border-right: solid 1px #dcdcdc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 20px;
  margin-right: 20px;
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(16 / 16);
  letter-spacing: calc(16 * 20 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 768px) {
  .formBox .columnTitle {
    width: 120px;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .formBox .columnTitle {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .formBox .columnTitle {
    margin-bottom: 10px;
  }
}
.formBox .columnTitle.requireStyle::before {
  content: "";
  position: absolute;
  content: "※";
  left: 0;
}
.formBox .columnSelect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 5px 25px 5px 10px;
  margin: 0;
}
.formBox .columnSelect:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnInput {
  padding: 5px 10px;
}
.formBox .columnInput::-webkit-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::-moz-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput:-ms-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::-ms-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::placeholder {
  color: #a6a6a6;
}
.formBox .columnInput:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnArea {
  height: 300px;
  padding: 10px;
}
@media (max-width: 1180px) {
  .formBox .columnArea {
    height: 120px;
    padding: 5px 10px;
  }
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
  width: 100%;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(16 / 16);
  letter-spacing: calc(16 * 20 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.formBox .columnInput,
.formBox .columnSelect {
  height: 45px;
}
.formBox .btnBox {
  width: 100%;
}
.formBox .noteTxt {
  width: 100%;
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 480px) {
  .formBox .noteTxt {
    display: none;
  }
}
.formBox .noteTxt.red {
  color: #f00;
}
@media (max-width: 1180px) {
  .formBox .noteTxt {
    font-size: 14px;
  }
}
.formBox .error .columnTitle {
  color: #f00 !important;
}

@-webkit-keyframes btnAni {
  20% {
    background-color: rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}

@keyframes btnAni {
  20% {
    background-color: rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}
@-webkit-keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@keyframes scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@-webkit-keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes loadingAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loadingAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes glitch-animation-1 {
  0% {
    clip: rect(13px, 100px, 23px, 0px);
  }
  5% {
    clip: rect(9px, 100px, 3px, 0px);
  }
  10% {
    clip: rect(26px, 100px, 11px, 0px);
  }
  15% {
    clip: rect(5px, 100px, 6px, 0px);
  }
  20% {
    clip: rect(2px, 100px, 21px, 0px);
  }
  25% {
    clip: rect(7px, 100px, 2px, 0px);
  }
  30% {
    clip: rect(28px, 100px, 6px, 0px);
  }
  35% {
    clip: rect(11px, 100px, 14px, 0px);
  }
  40% {
    clip: rect(24px, 100px, 20px, 0px);
  }
  45% {
    clip: rect(27px, 100px, 3px, 0px);
  }
  50% {
    clip: rect(25px, 100px, 4px, 0px);
  }
  55% {
    clip: rect(2px, 100px, 2px, 0px);
  }
  60% {
    clip: rect(2px, 100px, 18px, 0px);
  }
  65% {
    clip: rect(8px, 100px, 2px, 0px);
  }
  70% {
    clip: rect(30px, 100px, 19px, 0px);
  }
  75% {
    clip: rect(12px, 100px, 17px, 0px);
  }
  80% {
    clip: rect(24px, 100px, 8px, 0px);
  }
  85% {
    clip: rect(21px, 100px, 1px, 0px);
  }
  90% {
    clip: rect(28px, 100px, 21px, 0px);
  }
  95% {
    clip: rect(20px, 100px, 8px, 0px);
  }
  100% {
    clip: rect(17px, 100px, 16px, 0px);
  }
}
@keyframes glitch-animation-1 {
  0% {
    clip: rect(13px, 100px, 23px, 0px);
  }
  5% {
    clip: rect(9px, 100px, 3px, 0px);
  }
  10% {
    clip: rect(26px, 100px, 11px, 0px);
  }
  15% {
    clip: rect(5px, 100px, 6px, 0px);
  }
  20% {
    clip: rect(2px, 100px, 21px, 0px);
  }
  25% {
    clip: rect(7px, 100px, 2px, 0px);
  }
  30% {
    clip: rect(28px, 100px, 6px, 0px);
  }
  35% {
    clip: rect(11px, 100px, 14px, 0px);
  }
  40% {
    clip: rect(24px, 100px, 20px, 0px);
  }
  45% {
    clip: rect(27px, 100px, 3px, 0px);
  }
  50% {
    clip: rect(25px, 100px, 4px, 0px);
  }
  55% {
    clip: rect(2px, 100px, 2px, 0px);
  }
  60% {
    clip: rect(2px, 100px, 18px, 0px);
  }
  65% {
    clip: rect(8px, 100px, 2px, 0px);
  }
  70% {
    clip: rect(30px, 100px, 19px, 0px);
  }
  75% {
    clip: rect(12px, 100px, 17px, 0px);
  }
  80% {
    clip: rect(24px, 100px, 8px, 0px);
  }
  85% {
    clip: rect(21px, 100px, 1px, 0px);
  }
  90% {
    clip: rect(28px, 100px, 21px, 0px);
  }
  95% {
    clip: rect(20px, 100px, 8px, 0px);
  }
  100% {
    clip: rect(17px, 100px, 16px, 0px);
  }
}
@-webkit-keyframes glitch-animation-2 {
  0% {
    clip: rect(60px, 200px, 60px, 0px);
  }
  5% {
    clip: rect(41px, 200px, 3px, 0px);
  }
  10% {
    clip: rect(31px, 200px, 41px, 0px);
  }
  15% {
    clip: rect(1px, 200px, 15px, 0px);
  }
  20% {
    clip: rect(1px, 200px, 20px, 0px);
  }
  25% {
    clip: rect(23px, 200px, 5px, 0px);
  }
  30% {
    clip: rect(39px, 200px, 19px, 0px);
  }
  35% {
    clip: rect(50px, 200px, 42px, 0px);
  }
  40% {
    clip: rect(26px, 200px, 53px, 0px);
  }
  45% {
    clip: rect(12px, 200px, 68px, 0px);
  }
  50% {
    clip: rect(41px, 200px, 41px, 0px);
  }
  55% {
    clip: rect(33px, 200px, 10px, 0px);
  }
  60% {
    clip: rect(26px, 200px, 52px, 0px);
  }
  65% {
    clip: rect(50px, 200px, 59px, 0px);
  }
  70% {
    clip: rect(49px, 200px, 39px, 0px);
  }
  75% {
    clip: rect(62px, 200px, 65px, 0px);
  }
  80% {
    clip: rect(56px, 200px, 22px, 0px);
  }
  85% {
    clip: rect(26px, 200px, 18px, 0px);
  }
  90% {
    clip: rect(62px, 200px, 29px, 0px);
  }
  95% {
    clip: rect(1px, 200px, 56px, 0px);
  }
  100% {
    clip: rect(52px, 200px, 38px, 0px);
  }
}
@keyframes glitch-animation-2 {
  0% {
    clip: rect(60px, 200px, 60px, 0px);
  }
  5% {
    clip: rect(41px, 200px, 3px, 0px);
  }
  10% {
    clip: rect(31px, 200px, 41px, 0px);
  }
  15% {
    clip: rect(1px, 200px, 15px, 0px);
  }
  20% {
    clip: rect(1px, 200px, 20px, 0px);
  }
  25% {
    clip: rect(23px, 200px, 5px, 0px);
  }
  30% {
    clip: rect(39px, 200px, 19px, 0px);
  }
  35% {
    clip: rect(50px, 200px, 42px, 0px);
  }
  40% {
    clip: rect(26px, 200px, 53px, 0px);
  }
  45% {
    clip: rect(12px, 200px, 68px, 0px);
  }
  50% {
    clip: rect(41px, 200px, 41px, 0px);
  }
  55% {
    clip: rect(33px, 200px, 10px, 0px);
  }
  60% {
    clip: rect(26px, 200px, 52px, 0px);
  }
  65% {
    clip: rect(50px, 200px, 59px, 0px);
  }
  70% {
    clip: rect(49px, 200px, 39px, 0px);
  }
  75% {
    clip: rect(62px, 200px, 65px, 0px);
  }
  80% {
    clip: rect(56px, 200px, 22px, 0px);
  }
  85% {
    clip: rect(26px, 200px, 18px, 0px);
  }
  90% {
    clip: rect(62px, 200px, 29px, 0px);
  }
  95% {
    clip: rect(1px, 200px, 56px, 0px);
  }
  100% {
    clip: rect(52px, 200px, 38px, 0px);
  }
}
@-webkit-keyframes glitch-animation-3 {
  0% {
    clip: rect(40px, 150px, 17px, 0px);
  }
  5% {
    clip: rect(4px, 150px, 23px, 0px);
  }
  10% {
    clip: rect(11px, 150px, 50px, 0px);
  }
  15% {
    clip: rect(22px, 150px, 23px, 0px);
  }
  20% {
    clip: rect(9px, 150px, 7px, 0px);
  }
  25% {
    clip: rect(39px, 150px, 50px, 0px);
  }
  30% {
    clip: rect(10px, 150px, 47px, 0px);
  }
  35% {
    clip: rect(22px, 150px, 31px, 0px);
  }
  40% {
    clip: rect(30px, 150px, 9px, 0px);
  }
  45% {
    clip: rect(37px, 150px, 1px, 0px);
  }
  50% {
    clip: rect(30px, 150px, 19px, 0px);
  }
  55% {
    clip: rect(38px, 150px, 49px, 0px);
  }
  60% {
    clip: rect(20px, 150px, 20px, 0px);
  }
  65% {
    clip: rect(30px, 150px, 30px, 0px);
  }
  70% {
    clip: rect(37px, 150px, 14px, 0px);
  }
  75% {
    clip: rect(3px, 150px, 44px, 0px);
  }
  80% {
    clip: rect(10px, 150px, 36px, 0px);
  }
  85% {
    clip: rect(4px, 150px, 40px, 0px);
  }
  90% {
    clip: rect(43px, 150px, 49px, 0px);
  }
  95% {
    clip: rect(1px, 150px, 10px, 0px);
  }
  100% {
    clip: rect(11px, 150px, 48px, 0px);
  }
}
@keyframes glitch-animation-3 {
  0% {
    clip: rect(40px, 150px, 17px, 0px);
  }
  5% {
    clip: rect(4px, 150px, 23px, 0px);
  }
  10% {
    clip: rect(11px, 150px, 50px, 0px);
  }
  15% {
    clip: rect(22px, 150px, 23px, 0px);
  }
  20% {
    clip: rect(9px, 150px, 7px, 0px);
  }
  25% {
    clip: rect(39px, 150px, 50px, 0px);
  }
  30% {
    clip: rect(10px, 150px, 47px, 0px);
  }
  35% {
    clip: rect(22px, 150px, 31px, 0px);
  }
  40% {
    clip: rect(30px, 150px, 9px, 0px);
  }
  45% {
    clip: rect(37px, 150px, 1px, 0px);
  }
  50% {
    clip: rect(30px, 150px, 19px, 0px);
  }
  55% {
    clip: rect(38px, 150px, 49px, 0px);
  }
  60% {
    clip: rect(20px, 150px, 20px, 0px);
  }
  65% {
    clip: rect(30px, 150px, 30px, 0px);
  }
  70% {
    clip: rect(37px, 150px, 14px, 0px);
  }
  75% {
    clip: rect(3px, 150px, 44px, 0px);
  }
  80% {
    clip: rect(10px, 150px, 36px, 0px);
  }
  85% {
    clip: rect(4px, 150px, 40px, 0px);
  }
  90% {
    clip: rect(43px, 150px, 49px, 0px);
  }
  95% {
    clip: rect(1px, 150px, 10px, 0px);
  }
  100% {
    clip: rect(11px, 150px, 48px, 0px);
  }
}
@-webkit-keyframes glitch-animation-4 {
  0% {
    clip: rect(62px, 200px, 56px, 0px);
  }
  5% {
    clip: rect(76px, 200px, 26px, 0px);
  }
  10% {
    clip: rect(71px, 200px, 31px, 0px);
  }
  15% {
    clip: rect(68px, 200px, 10px, 0px);
  }
  20% {
    clip: rect(3px, 200px, 11px, 0px);
  }
  25% {
    clip: rect(6px, 200px, 66px, 0px);
  }
  30% {
    clip: rect(68px, 200px, 16px, 0px);
  }
  35% {
    clip: rect(44px, 200px, 1px, 0px);
  }
  40% {
    clip: rect(75px, 200px, 68px, 0px);
  }
  45% {
    clip: rect(55px, 200px, 43px, 0px);
  }
  50% {
    clip: rect(29px, 200px, 2px, 0px);
  }
  55% {
    clip: rect(79px, 200px, 1px, 0px);
  }
  60% {
    clip: rect(25px, 200px, 44px, 0px);
  }
  65% {
    clip: rect(43px, 200px, 65px, 0px);
  }
  70% {
    clip: rect(64px, 200px, 31px, 0px);
  }
  75% {
    clip: rect(15px, 200px, 36px, 0px);
  }
  80% {
    clip: rect(50px, 200px, 31px, 0px);
  }
  85% {
    clip: rect(79px, 200px, 29px, 0px);
  }
  90% {
    clip: rect(13px, 200px, 26px, 0px);
  }
  95% {
    clip: rect(22px, 200px, 51px, 0px);
  }
  100% {
    clip: rect(53px, 200px, 31px, 0px);
  }
}
@keyframes glitch-animation-4 {
  0% {
    clip: rect(62px, 200px, 56px, 0px);
  }
  5% {
    clip: rect(76px, 200px, 26px, 0px);
  }
  10% {
    clip: rect(71px, 200px, 31px, 0px);
  }
  15% {
    clip: rect(68px, 200px, 10px, 0px);
  }
  20% {
    clip: rect(3px, 200px, 11px, 0px);
  }
  25% {
    clip: rect(6px, 200px, 66px, 0px);
  }
  30% {
    clip: rect(68px, 200px, 16px, 0px);
  }
  35% {
    clip: rect(44px, 200px, 1px, 0px);
  }
  40% {
    clip: rect(75px, 200px, 68px, 0px);
  }
  45% {
    clip: rect(55px, 200px, 43px, 0px);
  }
  50% {
    clip: rect(29px, 200px, 2px, 0px);
  }
  55% {
    clip: rect(79px, 200px, 1px, 0px);
  }
  60% {
    clip: rect(25px, 200px, 44px, 0px);
  }
  65% {
    clip: rect(43px, 200px, 65px, 0px);
  }
  70% {
    clip: rect(64px, 200px, 31px, 0px);
  }
  75% {
    clip: rect(15px, 200px, 36px, 0px);
  }
  80% {
    clip: rect(50px, 200px, 31px, 0px);
  }
  85% {
    clip: rect(79px, 200px, 29px, 0px);
  }
  90% {
    clip: rect(13px, 200px, 26px, 0px);
  }
  95% {
    clip: rect(22px, 200px, 51px, 0px);
  }
  100% {
    clip: rect(53px, 200px, 31px, 0px);
  }
}
@-webkit-keyframes glitch-animation-5 {
  0% {
    clip: rect(6px, 200px, 16px, 0px);
  }
  5% {
    clip: rect(7px, 200px, 22px, 0px);
  }
  10% {
    clip: rect(9px, 200px, 31px, 0px);
  }
  15% {
    clip: rect(37px, 200px, 7px, 0px);
  }
  20% {
    clip: rect(19px, 200px, 9px, 0px);
  }
  25% {
    clip: rect(8px, 200px, 33px, 0px);
  }
  30% {
    clip: rect(9px, 200px, 31px, 0px);
  }
  35% {
    clip: rect(40px, 200px, 30px, 0px);
  }
  40% {
    clip: rect(29px, 200px, 16px, 0px);
  }
  45% {
    clip: rect(30px, 200px, 2px, 0px);
  }
  50% {
    clip: rect(20px, 200px, 16px, 0px);
  }
  55% {
    clip: rect(29px, 200px, 33px, 0px);
  }
  60% {
    clip: rect(16px, 200px, 39px, 0px);
  }
  65% {
    clip: rect(22px, 200px, 37px, 0px);
  }
  70% {
    clip: rect(6px, 200px, 34px, 0px);
  }
  75% {
    clip: rect(2px, 200px, 1px, 0px);
  }
  80% {
    clip: rect(10px, 200px, 16px, 0px);
  }
  85% {
    clip: rect(12px, 200px, 1px, 0px);
  }
  90% {
    clip: rect(28px, 200px, 14px, 0px);
  }
  95% {
    clip: rect(8px, 200px, 33px, 0px);
  }
  100% {
    clip: rect(1px, 200px, 12px, 0px);
  }
}
@keyframes glitch-animation-5 {
  0% {
    clip: rect(6px, 200px, 16px, 0px);
  }
  5% {
    clip: rect(7px, 200px, 22px, 0px);
  }
  10% {
    clip: rect(9px, 200px, 31px, 0px);
  }
  15% {
    clip: rect(37px, 200px, 7px, 0px);
  }
  20% {
    clip: rect(19px, 200px, 9px, 0px);
  }
  25% {
    clip: rect(8px, 200px, 33px, 0px);
  }
  30% {
    clip: rect(9px, 200px, 31px, 0px);
  }
  35% {
    clip: rect(40px, 200px, 30px, 0px);
  }
  40% {
    clip: rect(29px, 200px, 16px, 0px);
  }
  45% {
    clip: rect(30px, 200px, 2px, 0px);
  }
  50% {
    clip: rect(20px, 200px, 16px, 0px);
  }
  55% {
    clip: rect(29px, 200px, 33px, 0px);
  }
  60% {
    clip: rect(16px, 200px, 39px, 0px);
  }
  65% {
    clip: rect(22px, 200px, 37px, 0px);
  }
  70% {
    clip: rect(6px, 200px, 34px, 0px);
  }
  75% {
    clip: rect(2px, 200px, 1px, 0px);
  }
  80% {
    clip: rect(10px, 200px, 16px, 0px);
  }
  85% {
    clip: rect(12px, 200px, 1px, 0px);
  }
  90% {
    clip: rect(28px, 200px, 14px, 0px);
  }
  95% {
    clip: rect(8px, 200px, 33px, 0px);
  }
  100% {
    clip: rect(1px, 200px, 12px, 0px);
  }
}
@-webkit-keyframes glitch-animation-6 {
  0% {
    clip: rect(83px, 400px, 31px, 0px);
  }
  5% {
    clip: rect(9px, 400px, 51px, 0px);
  }
  10% {
    clip: rect(57px, 400px, 94px, 0px);
  }
  15% {
    clip: rect(80px, 400px, 62px, 0px);
  }
  20% {
    clip: rect(22px, 400px, 6px, 0px);
  }
  25% {
    clip: rect(39px, 400px, 81px, 0px);
  }
  30% {
    clip: rect(4px, 400px, 55px, 0px);
  }
  35% {
    clip: rect(41px, 400px, 50px, 0px);
  }
  40% {
    clip: rect(25px, 400px, 83px, 0px);
  }
  45% {
    clip: rect(69px, 400px, 50px, 0px);
  }
  50% {
    clip: rect(75px, 400px, 19px, 0px);
  }
  55% {
    clip: rect(93px, 400px, 14px, 0px);
  }
  60% {
    clip: rect(66px, 400px, 45px, 0px);
  }
  65% {
    clip: rect(79px, 400px, 11px, 0px);
  }
  70% {
    clip: rect(24px, 400px, 31px, 0px);
  }
  75% {
    clip: rect(22px, 400px, 35px, 0px);
  }
  80% {
    clip: rect(82px, 400px, 18px, 0px);
  }
  85% {
    clip: rect(44px, 400px, 97px, 0px);
  }
  90% {
    clip: rect(22px, 400px, 67px, 0px);
  }
  95% {
    clip: rect(69px, 400px, 87px, 0px);
  }
  100% {
    clip: rect(15px, 400px, 31px, 0px);
  }
}
@keyframes glitch-animation-6 {
  0% {
    clip: rect(83px, 400px, 31px, 0px);
  }
  5% {
    clip: rect(9px, 400px, 51px, 0px);
  }
  10% {
    clip: rect(57px, 400px, 94px, 0px);
  }
  15% {
    clip: rect(80px, 400px, 62px, 0px);
  }
  20% {
    clip: rect(22px, 400px, 6px, 0px);
  }
  25% {
    clip: rect(39px, 400px, 81px, 0px);
  }
  30% {
    clip: rect(4px, 400px, 55px, 0px);
  }
  35% {
    clip: rect(41px, 400px, 50px, 0px);
  }
  40% {
    clip: rect(25px, 400px, 83px, 0px);
  }
  45% {
    clip: rect(69px, 400px, 50px, 0px);
  }
  50% {
    clip: rect(75px, 400px, 19px, 0px);
  }
  55% {
    clip: rect(93px, 400px, 14px, 0px);
  }
  60% {
    clip: rect(66px, 400px, 45px, 0px);
  }
  65% {
    clip: rect(79px, 400px, 11px, 0px);
  }
  70% {
    clip: rect(24px, 400px, 31px, 0px);
  }
  75% {
    clip: rect(22px, 400px, 35px, 0px);
  }
  80% {
    clip: rect(82px, 400px, 18px, 0px);
  }
  85% {
    clip: rect(44px, 400px, 97px, 0px);
  }
  90% {
    clip: rect(22px, 400px, 67px, 0px);
  }
  95% {
    clip: rect(69px, 400px, 87px, 0px);
  }
  100% {
    clip: rect(15px, 400px, 31px, 0px);
  }
}
@-webkit-keyframes glitch-animation-7 {
  0% {
    clip: rect(39px, 400px, 84px, 0px);
  }
  5% {
    clip: rect(99px, 400px, 45px, 0px);
  }
  10% {
    clip: rect(102px, 400px, 25px, 0px);
  }
  15% {
    clip: rect(92px, 400px, 59px, 0px);
  }
  20% {
    clip: rect(39px, 400px, 102px, 0px);
  }
  25% {
    clip: rect(77px, 400px, 86px, 0px);
  }
  30% {
    clip: rect(54px, 400px, 46px, 0px);
  }
  35% {
    clip: rect(118px, 400px, 17px, 0px);
  }
  40% {
    clip: rect(51px, 400px, 20px, 0px);
  }
  45% {
    clip: rect(67px, 400px, 55px, 0px);
  }
  50% {
    clip: rect(2px, 400px, 38px, 0px);
  }
  55% {
    clip: rect(18px, 400px, 127px, 0px);
  }
  60% {
    clip: rect(140px, 400px, 98px, 0px);
  }
  65% {
    clip: rect(22px, 400px, 97px, 0px);
  }
  70% {
    clip: rect(7px, 400px, 44px, 0px);
  }
  75% {
    clip: rect(122px, 400px, 62px, 0px);
  }
  80% {
    clip: rect(117px, 400px, 124px, 0px);
  }
  85% {
    clip: rect(127px, 400px, 126px, 0px);
  }
  90% {
    clip: rect(10px, 400px, 91px, 0px);
  }
  95% {
    clip: rect(48px, 400px, 139px, 0px);
  }
  100% {
    clip: rect(22px, 400px, 140px, 0px);
  }
}
@keyframes glitch-animation-7 {
  0% {
    clip: rect(39px, 400px, 84px, 0px);
  }
  5% {
    clip: rect(99px, 400px, 45px, 0px);
  }
  10% {
    clip: rect(102px, 400px, 25px, 0px);
  }
  15% {
    clip: rect(92px, 400px, 59px, 0px);
  }
  20% {
    clip: rect(39px, 400px, 102px, 0px);
  }
  25% {
    clip: rect(77px, 400px, 86px, 0px);
  }
  30% {
    clip: rect(54px, 400px, 46px, 0px);
  }
  35% {
    clip: rect(118px, 400px, 17px, 0px);
  }
  40% {
    clip: rect(51px, 400px, 20px, 0px);
  }
  45% {
    clip: rect(67px, 400px, 55px, 0px);
  }
  50% {
    clip: rect(2px, 400px, 38px, 0px);
  }
  55% {
    clip: rect(18px, 400px, 127px, 0px);
  }
  60% {
    clip: rect(140px, 400px, 98px, 0px);
  }
  65% {
    clip: rect(22px, 400px, 97px, 0px);
  }
  70% {
    clip: rect(7px, 400px, 44px, 0px);
  }
  75% {
    clip: rect(122px, 400px, 62px, 0px);
  }
  80% {
    clip: rect(117px, 400px, 124px, 0px);
  }
  85% {
    clip: rect(127px, 400px, 126px, 0px);
  }
  90% {
    clip: rect(10px, 400px, 91px, 0px);
  }
  95% {
    clip: rect(48px, 400px, 139px, 0px);
  }
  100% {
    clip: rect(22px, 400px, 140px, 0px);
  }
}
@-webkit-keyframes glitch-animation-8 {
  0% {
    clip: rect(46px, 500px, 91px, 0px);
  }
  5% {
    clip: rect(25px, 500px, 71px, 0px);
  }
  10% {
    clip: rect(41px, 500px, 5px, 0px);
  }
  15% {
    clip: rect(36px, 500px, 83px, 0px);
  }
  20% {
    clip: rect(79px, 500px, 92px, 0px);
  }
  25% {
    clip: rect(15px, 500px, 83px, 0px);
  }
  30% {
    clip: rect(31px, 500px, 29px, 0px);
  }
  35% {
    clip: rect(26px, 500px, 87px, 0px);
  }
  40% {
    clip: rect(58px, 500px, 75px, 0px);
  }
  45% {
    clip: rect(43px, 500px, 48px, 0px);
  }
  50% {
    clip: rect(19px, 500px, 55px, 0px);
  }
  55% {
    clip: rect(57px, 500px, 2px, 0px);
  }
  60% {
    clip: rect(45px, 500px, 55px, 0px);
  }
  65% {
    clip: rect(52px, 500px, 75px, 0px);
  }
  70% {
    clip: rect(37px, 500px, 98px, 0px);
  }
  75% {
    clip: rect(83px, 500px, 11px, 0px);
  }
  80% {
    clip: rect(10px, 500px, 85px, 0px);
  }
  85% {
    clip: rect(96px, 500px, 52px, 0px);
  }
  90% {
    clip: rect(44px, 500px, 5px, 0px);
  }
  95% {
    clip: rect(23px, 500px, 24px, 0px);
  }
  100% {
    clip: rect(17px, 500px, 46px, 0px);
  }
}
@keyframes glitch-animation-8 {
  0% {
    clip: rect(46px, 500px, 91px, 0px);
  }
  5% {
    clip: rect(25px, 500px, 71px, 0px);
  }
  10% {
    clip: rect(41px, 500px, 5px, 0px);
  }
  15% {
    clip: rect(36px, 500px, 83px, 0px);
  }
  20% {
    clip: rect(79px, 500px, 92px, 0px);
  }
  25% {
    clip: rect(15px, 500px, 83px, 0px);
  }
  30% {
    clip: rect(31px, 500px, 29px, 0px);
  }
  35% {
    clip: rect(26px, 500px, 87px, 0px);
  }
  40% {
    clip: rect(58px, 500px, 75px, 0px);
  }
  45% {
    clip: rect(43px, 500px, 48px, 0px);
  }
  50% {
    clip: rect(19px, 500px, 55px, 0px);
  }
  55% {
    clip: rect(57px, 500px, 2px, 0px);
  }
  60% {
    clip: rect(45px, 500px, 55px, 0px);
  }
  65% {
    clip: rect(52px, 500px, 75px, 0px);
  }
  70% {
    clip: rect(37px, 500px, 98px, 0px);
  }
  75% {
    clip: rect(83px, 500px, 11px, 0px);
  }
  80% {
    clip: rect(10px, 500px, 85px, 0px);
  }
  85% {
    clip: rect(96px, 500px, 52px, 0px);
  }
  90% {
    clip: rect(44px, 500px, 5px, 0px);
  }
  95% {
    clip: rect(23px, 500px, 24px, 0px);
  }
  100% {
    clip: rect(17px, 500px, 46px, 0px);
  }
}
@-webkit-keyframes glitch-animation-9 {
  0% {
    clip: rect(102px, 500px, 75px, 0px);
  }
  5% {
    clip: rect(22px, 500px, 8px, 0px);
  }
  10% {
    clip: rect(138px, 500px, 101px, 0px);
  }
  15% {
    clip: rect(104px, 500px, 137px, 0px);
  }
  20% {
    clip: rect(18px, 500px, 31px, 0px);
  }
  25% {
    clip: rect(142px, 500px, 130px, 0px);
  }
  30% {
    clip: rect(18px, 500px, 133px, 0px);
  }
  35% {
    clip: rect(129px, 500px, 148px, 0px);
  }
  40% {
    clip: rect(80px, 500px, 95px, 0px);
  }
  45% {
    clip: rect(127px, 500px, 100px, 0px);
  }
  50% {
    clip: rect(92px, 500px, 134px, 0px);
  }
  55% {
    clip: rect(58px, 500px, 60px, 0px);
  }
  60% {
    clip: rect(48px, 500px, 34px, 0px);
  }
  65% {
    clip: rect(122px, 500px, 112px, 0px);
  }
  70% {
    clip: rect(4px, 500px, 36px, 0px);
  }
  75% {
    clip: rect(20px, 500px, 2px, 0px);
  }
  80% {
    clip: rect(10px, 500px, 70px, 0px);
  }
  85% {
    clip: rect(150px, 500px, 37px, 0px);
  }
  90% {
    clip: rect(66px, 500px, 84px, 0px);
  }
  95% {
    clip: rect(110px, 500px, 112px, 0px);
  }
  100% {
    clip: rect(8px, 500px, 2px, 0px);
  }
}
@keyframes glitch-animation-9 {
  0% {
    clip: rect(102px, 500px, 75px, 0px);
  }
  5% {
    clip: rect(22px, 500px, 8px, 0px);
  }
  10% {
    clip: rect(138px, 500px, 101px, 0px);
  }
  15% {
    clip: rect(104px, 500px, 137px, 0px);
  }
  20% {
    clip: rect(18px, 500px, 31px, 0px);
  }
  25% {
    clip: rect(142px, 500px, 130px, 0px);
  }
  30% {
    clip: rect(18px, 500px, 133px, 0px);
  }
  35% {
    clip: rect(129px, 500px, 148px, 0px);
  }
  40% {
    clip: rect(80px, 500px, 95px, 0px);
  }
  45% {
    clip: rect(127px, 500px, 100px, 0px);
  }
  50% {
    clip: rect(92px, 500px, 134px, 0px);
  }
  55% {
    clip: rect(58px, 500px, 60px, 0px);
  }
  60% {
    clip: rect(48px, 500px, 34px, 0px);
  }
  65% {
    clip: rect(122px, 500px, 112px, 0px);
  }
  70% {
    clip: rect(4px, 500px, 36px, 0px);
  }
  75% {
    clip: rect(20px, 500px, 2px, 0px);
  }
  80% {
    clip: rect(10px, 500px, 70px, 0px);
  }
  85% {
    clip: rect(150px, 500px, 37px, 0px);
  }
  90% {
    clip: rect(66px, 500px, 84px, 0px);
  }
  95% {
    clip: rect(110px, 500px, 112px, 0px);
  }
  100% {
    clip: rect(8px, 500px, 2px, 0px);
  }
}
@-webkit-keyframes glitch-animation-10 {
  0% {
    clip: rect(42px, 700px, 45px, 0px);
  }
  5% {
    clip: rect(66px, 700px, 89px, 0px);
  }
  10% {
    clip: rect(78px, 700px, 83px, 0px);
  }
  15% {
    clip: rect(19px, 700px, 54px, 0px);
  }
  20% {
    clip: rect(9px, 700px, 100px, 0px);
  }
  25% {
    clip: rect(16px, 700px, 66px, 0px);
  }
  30% {
    clip: rect(35px, 700px, 85px, 0px);
  }
  35% {
    clip: rect(94px, 700px, 53px, 0px);
  }
  40% {
    clip: rect(37px, 700px, 28px, 0px);
  }
  45% {
    clip: rect(87px, 700px, 9px, 0px);
  }
  50% {
    clip: rect(85px, 700px, 1px, 0px);
  }
  55% {
    clip: rect(18px, 700px, 27px, 0px);
  }
  60% {
    clip: rect(53px, 700px, 55px, 0px);
  }
  65% {
    clip: rect(62px, 700px, 15px, 0px);
  }
  70% {
    clip: rect(14px, 700px, 3px, 0px);
  }
  75% {
    clip: rect(83px, 700px, 6px, 0px);
  }
  80% {
    clip: rect(99px, 700px, 44px, 0px);
  }
  85% {
    clip: rect(53px, 700px, 72px, 0px);
  }
  90% {
    clip: rect(77px, 700px, 6px, 0px);
  }
  95% {
    clip: rect(77px, 700px, 92px, 0px);
  }
  100% {
    clip: rect(61px, 700px, 21px, 0px);
  }
}
@keyframes glitch-animation-10 {
  0% {
    clip: rect(42px, 700px, 45px, 0px);
  }
  5% {
    clip: rect(66px, 700px, 89px, 0px);
  }
  10% {
    clip: rect(78px, 700px, 83px, 0px);
  }
  15% {
    clip: rect(19px, 700px, 54px, 0px);
  }
  20% {
    clip: rect(9px, 700px, 100px, 0px);
  }
  25% {
    clip: rect(16px, 700px, 66px, 0px);
  }
  30% {
    clip: rect(35px, 700px, 85px, 0px);
  }
  35% {
    clip: rect(94px, 700px, 53px, 0px);
  }
  40% {
    clip: rect(37px, 700px, 28px, 0px);
  }
  45% {
    clip: rect(87px, 700px, 9px, 0px);
  }
  50% {
    clip: rect(85px, 700px, 1px, 0px);
  }
  55% {
    clip: rect(18px, 700px, 27px, 0px);
  }
  60% {
    clip: rect(53px, 700px, 55px, 0px);
  }
  65% {
    clip: rect(62px, 700px, 15px, 0px);
  }
  70% {
    clip: rect(14px, 700px, 3px, 0px);
  }
  75% {
    clip: rect(83px, 700px, 6px, 0px);
  }
  80% {
    clip: rect(99px, 700px, 44px, 0px);
  }
  85% {
    clip: rect(53px, 700px, 72px, 0px);
  }
  90% {
    clip: rect(77px, 700px, 6px, 0px);
  }
  95% {
    clip: rect(77px, 700px, 92px, 0px);
  }
  100% {
    clip: rect(61px, 700px, 21px, 0px);
  }
}
@-webkit-keyframes glitch-animation-11 {
  0% {
    clip: rect(106px, 700px, 77px, 0px);
  }
  5% {
    clip: rect(8px, 700px, 115px, 0px);
  }
  10% {
    clip: rect(46px, 700px, 125px, 0px);
  }
  15% {
    clip: rect(95px, 700px, 139px, 0px);
  }
  20% {
    clip: rect(135px, 700px, 129px, 0px);
  }
  25% {
    clip: rect(56px, 700px, 139px, 0px);
  }
  30% {
    clip: rect(140px, 700px, 63px, 0px);
  }
  35% {
    clip: rect(103px, 700px, 20px, 0px);
  }
  40% {
    clip: rect(134px, 700px, 85px, 0px);
  }
  45% {
    clip: rect(56px, 700px, 136px, 0px);
  }
  50% {
    clip: rect(129px, 700px, 89px, 0px);
  }
  55% {
    clip: rect(35px, 700px, 4px, 0px);
  }
  60% {
    clip: rect(35px, 700px, 115px, 0px);
  }
  65% {
    clip: rect(141px, 700px, 40px, 0px);
  }
  70% {
    clip: rect(32px, 700px, 77px, 0px);
  }
  75% {
    clip: rect(3px, 700px, 2px, 0px);
  }
  80% {
    clip: rect(7px, 700px, 12px, 0px);
  }
  85% {
    clip: rect(129px, 700px, 63px, 0px);
  }
  90% {
    clip: rect(23px, 700px, 83px, 0px);
  }
  95% {
    clip: rect(91px, 700px, 58px, 0px);
  }
  100% {
    clip: rect(113px, 700px, 123px, 0px);
  }
}
@keyframes glitch-animation-11 {
  0% {
    clip: rect(106px, 700px, 77px, 0px);
  }
  5% {
    clip: rect(8px, 700px, 115px, 0px);
  }
  10% {
    clip: rect(46px, 700px, 125px, 0px);
  }
  15% {
    clip: rect(95px, 700px, 139px, 0px);
  }
  20% {
    clip: rect(135px, 700px, 129px, 0px);
  }
  25% {
    clip: rect(56px, 700px, 139px, 0px);
  }
  30% {
    clip: rect(140px, 700px, 63px, 0px);
  }
  35% {
    clip: rect(103px, 700px, 20px, 0px);
  }
  40% {
    clip: rect(134px, 700px, 85px, 0px);
  }
  45% {
    clip: rect(56px, 700px, 136px, 0px);
  }
  50% {
    clip: rect(129px, 700px, 89px, 0px);
  }
  55% {
    clip: rect(35px, 700px, 4px, 0px);
  }
  60% {
    clip: rect(35px, 700px, 115px, 0px);
  }
  65% {
    clip: rect(141px, 700px, 40px, 0px);
  }
  70% {
    clip: rect(32px, 700px, 77px, 0px);
  }
  75% {
    clip: rect(3px, 700px, 2px, 0px);
  }
  80% {
    clip: rect(7px, 700px, 12px, 0px);
  }
  85% {
    clip: rect(129px, 700px, 63px, 0px);
  }
  90% {
    clip: rect(23px, 700px, 83px, 0px);
  }
  95% {
    clip: rect(91px, 700px, 58px, 0px);
  }
  100% {
    clip: rect(113px, 700px, 123px, 0px);
  }
}
@-webkit-keyframes glitch-animation-12 {
  0% {
    clip: rect(28px, 830px, 41px, 0px);
  }
  5% {
    clip: rect(3px, 830px, 87px, 0px);
  }
  10% {
    clip: rect(2px, 830px, 79px, 0px);
  }
  15% {
    clip: rect(2px, 830px, 70px, 0px);
  }
  20% {
    clip: rect(12px, 830px, 94px, 0px);
  }
  25% {
    clip: rect(1px, 830px, 59px, 0px);
  }
  30% {
    clip: rect(59px, 830px, 26px, 0px);
  }
  35% {
    clip: rect(90px, 830px, 69px, 0px);
  }
  40% {
    clip: rect(3px, 830px, 71px, 0px);
  }
  45% {
    clip: rect(55px, 830px, 15px, 0px);
  }
  50% {
    clip: rect(44px, 830px, 94px, 0px);
  }
  55% {
    clip: rect(46px, 830px, 4px, 0px);
  }
  60% {
    clip: rect(50px, 830px, 73px, 0px);
  }
  65% {
    clip: rect(24px, 830px, 66px, 0px);
  }
  70% {
    clip: rect(52px, 830px, 21px, 0px);
  }
  75% {
    clip: rect(73px, 830px, 23px, 0px);
  }
  80% {
    clip: rect(22px, 830px, 46px, 0px);
  }
  85% {
    clip: rect(89px, 830px, 93px, 0px);
  }
  90% {
    clip: rect(100px, 830px, 3px, 0px);
  }
  95% {
    clip: rect(32px, 830px, 91px, 0px);
  }
  100% {
    clip: rect(48px, 830px, 51px, 0px);
  }
}
@keyframes glitch-animation-12 {
  0% {
    clip: rect(28px, 830px, 41px, 0px);
  }
  5% {
    clip: rect(3px, 830px, 87px, 0px);
  }
  10% {
    clip: rect(2px, 830px, 79px, 0px);
  }
  15% {
    clip: rect(2px, 830px, 70px, 0px);
  }
  20% {
    clip: rect(12px, 830px, 94px, 0px);
  }
  25% {
    clip: rect(1px, 830px, 59px, 0px);
  }
  30% {
    clip: rect(59px, 830px, 26px, 0px);
  }
  35% {
    clip: rect(90px, 830px, 69px, 0px);
  }
  40% {
    clip: rect(3px, 830px, 71px, 0px);
  }
  45% {
    clip: rect(55px, 830px, 15px, 0px);
  }
  50% {
    clip: rect(44px, 830px, 94px, 0px);
  }
  55% {
    clip: rect(46px, 830px, 4px, 0px);
  }
  60% {
    clip: rect(50px, 830px, 73px, 0px);
  }
  65% {
    clip: rect(24px, 830px, 66px, 0px);
  }
  70% {
    clip: rect(52px, 830px, 21px, 0px);
  }
  75% {
    clip: rect(73px, 830px, 23px, 0px);
  }
  80% {
    clip: rect(22px, 830px, 46px, 0px);
  }
  85% {
    clip: rect(89px, 830px, 93px, 0px);
  }
  90% {
    clip: rect(100px, 830px, 3px, 0px);
  }
  95% {
    clip: rect(32px, 830px, 91px, 0px);
  }
  100% {
    clip: rect(48px, 830px, 51px, 0px);
  }
}
@-webkit-keyframes glitch-animation-13 {
  0% {
    clip: rect(13px, 840px, 27px, 0px);
  }
  5% {
    clip: rect(126px, 840px, 37px, 0px);
  }
  10% {
    clip: rect(78px, 840px, 64px, 0px);
  }
  15% {
    clip: rect(147px, 840px, 122px, 0px);
  }
  20% {
    clip: rect(130px, 840px, 36px, 0px);
  }
  25% {
    clip: rect(14px, 840px, 124px, 0px);
  }
  30% {
    clip: rect(10px, 840px, 46px, 0px);
  }
  35% {
    clip: rect(29px, 840px, 102px, 0px);
  }
  40% {
    clip: rect(96px, 840px, 110px, 0px);
  }
  45% {
    clip: rect(131px, 840px, 58px, 0px);
  }
  50% {
    clip: rect(62px, 840px, 46px, 0px);
  }
  55% {
    clip: rect(9px, 840px, 143px, 0px);
  }
  60% {
    clip: rect(56px, 840px, 67px, 0px);
  }
  65% {
    clip: rect(118px, 840px, 135px, 0px);
  }
  70% {
    clip: rect(70px, 840px, 22px, 0px);
  }
  75% {
    clip: rect(36px, 840px, 6px, 0px);
  }
  80% {
    clip: rect(141px, 840px, 87px, 0px);
  }
  85% {
    clip: rect(54px, 840px, 6px, 0px);
  }
  90% {
    clip: rect(48px, 840px, 87px, 0px);
  }
  95% {
    clip: rect(7px, 840px, 73px, 0px);
  }
  100% {
    clip: rect(91px, 840px, 42px, 0px);
  }
}
@keyframes glitch-animation-13 {
  0% {
    clip: rect(13px, 840px, 27px, 0px);
  }
  5% {
    clip: rect(126px, 840px, 37px, 0px);
  }
  10% {
    clip: rect(78px, 840px, 64px, 0px);
  }
  15% {
    clip: rect(147px, 840px, 122px, 0px);
  }
  20% {
    clip: rect(130px, 840px, 36px, 0px);
  }
  25% {
    clip: rect(14px, 840px, 124px, 0px);
  }
  30% {
    clip: rect(10px, 840px, 46px, 0px);
  }
  35% {
    clip: rect(29px, 840px, 102px, 0px);
  }
  40% {
    clip: rect(96px, 840px, 110px, 0px);
  }
  45% {
    clip: rect(131px, 840px, 58px, 0px);
  }
  50% {
    clip: rect(62px, 840px, 46px, 0px);
  }
  55% {
    clip: rect(9px, 840px, 143px, 0px);
  }
  60% {
    clip: rect(56px, 840px, 67px, 0px);
  }
  65% {
    clip: rect(118px, 840px, 135px, 0px);
  }
  70% {
    clip: rect(70px, 840px, 22px, 0px);
  }
  75% {
    clip: rect(36px, 840px, 6px, 0px);
  }
  80% {
    clip: rect(141px, 840px, 87px, 0px);
  }
  85% {
    clip: rect(54px, 840px, 6px, 0px);
  }
  90% {
    clip: rect(48px, 840px, 87px, 0px);
  }
  95% {
    clip: rect(7px, 840px, 73px, 0px);
  }
  100% {
    clip: rect(91px, 840px, 42px, 0px);
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes bannerRoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
}
@keyframes bannerRoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
}
@-webkit-keyframes bannerTxtShow {
  0% {
    color: transparent;
  }
  100% {
    color: #ffffff;
  }
}
@keyframes bannerTxtShow {
  0% {
    color: transparent;
  }
  100% {
    color: #ffffff;
  }
}
@-webkit-keyframes bannerMaskShow {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerMaskShow {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes random-opacity-glow {
  0% {
    opacity: 0.5;
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  10% {
    opacity: 1;
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  20% {
    opacity: 0.6;
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  30% {
    opacity: 0.6;
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
  40% {
    opacity: 0.3;
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  50% {
    opacity: 0.7;
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  60% {
    opacity: 0.6;
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
  }
  70% {
    opacity: 0.4;
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
  }
  80% {
    opacity: 0.4;
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  90% {
    opacity: 0.8;
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
  100% {
    opacity: 0.3;
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}
@keyframes random-opacity-glow {
  0% {
    opacity: 0.5;
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  10% {
    opacity: 1;
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  20% {
    opacity: 0.6;
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  30% {
    opacity: 0.6;
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
  40% {
    opacity: 0.3;
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  50% {
    opacity: 0.7;
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  60% {
    opacity: 0.6;
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
  }
  70% {
    opacity: 0.4;
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
  }
  80% {
    opacity: 0.4;
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  90% {
    opacity: 0.8;
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
  100% {
    opacity: 0.3;
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}
@-webkit-keyframes quick-flash {
  0%, 95%, 96%, 97%, 98%, 99%, 100% {
    opacity: 0.9;
  }
  95.5%, 96.5%, 97.5%, 98.5%, 99.5% {
    opacity: 0.1;
  }
}
@keyframes quick-flash {
  0%, 95%, 96%, 97%, 98%, 99%, 100% {
    opacity: 0.9;
  }
  95.5%, 96.5%, 97.5%, 98.5%, 99.5% {
    opacity: 0.1;
  }
}
@-webkit-keyframes subtle-flash {
  0% {
    opacity: 0;
    -webkit-filter: brightness(0.3);
            filter: brightness(0.3);
  }
  8% {
    opacity: 0.2;
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  12% {
    opacity: 0.1;
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  16% {
    opacity: 0.3;
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
  }
  25% {
    opacity: 0.15;
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
  35% {
    opacity: 0.3;
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  45% {
    opacity: 0.2;
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
  55% {
    opacity: 0.3;
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  65% {
    opacity: 0.2;
    -webkit-filter: brightness(1.8);
            filter: brightness(1.8);
  }
  75% {
    opacity: 0.1;
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
  }
  85% {
    opacity: 0.2;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  92% {
    opacity: 0.15;
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
  100% {
    opacity: 0;
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
  }
}
@keyframes subtle-flash {
  0% {
    opacity: 0;
    -webkit-filter: brightness(0.3);
            filter: brightness(0.3);
  }
  8% {
    opacity: 0.2;
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  12% {
    opacity: 0.1;
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  16% {
    opacity: 0.3;
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
  }
  25% {
    opacity: 0.15;
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
  35% {
    opacity: 0.3;
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  45% {
    opacity: 0.2;
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
  55% {
    opacity: 0.3;
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  65% {
    opacity: 0.2;
    -webkit-filter: brightness(1.8);
            filter: brightness(1.8);
  }
  75% {
    opacity: 0.1;
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
  }
  85% {
    opacity: 0.2;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  92% {
    opacity: 0.15;
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
  100% {
    opacity: 0;
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
  }
}
@-webkit-keyframes rise-and-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@keyframes rise-and-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@-webkit-keyframes float-and-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  75% {
    opacity: 0.4;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes float-and-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  75% {
    opacity: 0.4;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes float-and-fade-glow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes float-and-fade-glow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes homeAboutMainImgShow {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes homeAboutMainImgShow {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes gradual-flash {
  0% {
    opacity: 0;
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  2%, 5%, 8% {
    opacity: 0;
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  3%, 6%, 9% {
    opacity: 0.4;
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  14%, 22%, 34% {
    opacity: 0.1;
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  18%, 28%, 40% {
    opacity: 0.8;
    -webkit-filter: brightness(1.8);
            filter: brightness(1.8);
  }
  46%, 62% {
    opacity: 0.4;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  54%, 70% {
    opacity: 0.9;
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
  76%, 86% {
    opacity: 0.8;
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  81%, 92% {
    opacity: 1;
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  95% {
    opacity: 0.95;
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes gradual-flash {
  0% {
    opacity: 0;
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  2%, 5%, 8% {
    opacity: 0;
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  3%, 6%, 9% {
    opacity: 0.4;
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  14%, 22%, 34% {
    opacity: 0.1;
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  18%, 28%, 40% {
    opacity: 0.8;
    -webkit-filter: brightness(1.8);
            filter: brightness(1.8);
  }
  46%, 62% {
    opacity: 0.4;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  54%, 70% {
    opacity: 0.9;
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
  76%, 86% {
    opacity: 0.8;
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  81%, 92% {
    opacity: 1;
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  95% {
    opacity: 0.95;
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@-webkit-keyframes path-animation-1 {
  0% {
    offset-distance: 0%;
    opacity: 0;
    -webkit-filter: brightness(0.4) blur(1px);
            filter: brightness(0.4) blur(1px);
  }
  5% {
    opacity: 0.8;
    -webkit-filter: brightness(1.5) blur(0px);
            filter: brightness(1.5) blur(0px);
  }
  7% {
    opacity: 0.2;
    -webkit-filter: brightness(0.8) blur(0.5px);
            filter: brightness(0.8) blur(0.5px);
  }
  10% {
    opacity: 1;
    -webkit-filter: brightness(1.8) blur(0px);
            filter: brightness(1.8) blur(0px);
  }
  15% {
    opacity: 0.9;
    -webkit-filter: brightness(1.3) blur(0px);
            filter: brightness(1.3) blur(0px);
  }
  30% {
    opacity: 1;
    -webkit-filter: brightness(1.5) drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
            filter: brightness(1.5) drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
  }
  40% {
    opacity: 0.7;
    -webkit-filter: brightness(1) blur(0px);
            filter: brightness(1) blur(0px);
  }
  45% {
    opacity: 1;
    -webkit-filter: brightness(2) drop-shadow(0 0 3px rgba(255, 255, 255, 0.9));
            filter: brightness(2) drop-shadow(0 0 3px rgba(255, 255, 255, 0.9));
  }
  50% {
    opacity: 0.8;
    -webkit-filter: brightness(1.2) blur(0px);
            filter: brightness(1.2) blur(0px);
  }
  60% {
    opacity: 0.2;
    -webkit-filter: brightness(0.7) blur(1px);
            filter: brightness(0.7) blur(1px);
  }
  65% {
    opacity: 1;
    -webkit-filter: brightness(2.2) drop-shadow(0 0 4px rgb(255, 255, 255));
            filter: brightness(2.2) drop-shadow(0 0 4px rgb(255, 255, 255));
  }
  70% {
    opacity: 0.5;
    -webkit-filter: brightness(1) blur(0.5px);
            filter: brightness(1) blur(0.5px);
  }
  80% {
    opacity: 0.8;
    -webkit-filter: brightness(1.3) blur(0px);
            filter: brightness(1.3) blur(0px);
  }
  90% {
    opacity: 1;
    -webkit-filter: brightness(1.8) drop-shadow(0 0 3px rgba(255, 255, 255, 0.8));
            filter: brightness(1.8) drop-shadow(0 0 3px rgba(255, 255, 255, 0.8));
  }
  95% {
    opacity: 0.9;
    -webkit-filter: brightness(1.5) blur(0px);
            filter: brightness(1.5) blur(0px);
  }
  100% {
    offset-distance: 100%;
    opacity: 0.7;
    -webkit-filter: brightness(1) blur(1px);
            filter: brightness(1) blur(1px);
  }
}
@keyframes path-animation-1 {
  0% {
    offset-distance: 0%;
    opacity: 0;
    -webkit-filter: brightness(0.4) blur(1px);
            filter: brightness(0.4) blur(1px);
  }
  5% {
    opacity: 0.8;
    -webkit-filter: brightness(1.5) blur(0px);
            filter: brightness(1.5) blur(0px);
  }
  7% {
    opacity: 0.2;
    -webkit-filter: brightness(0.8) blur(0.5px);
            filter: brightness(0.8) blur(0.5px);
  }
  10% {
    opacity: 1;
    -webkit-filter: brightness(1.8) blur(0px);
            filter: brightness(1.8) blur(0px);
  }
  15% {
    opacity: 0.9;
    -webkit-filter: brightness(1.3) blur(0px);
            filter: brightness(1.3) blur(0px);
  }
  30% {
    opacity: 1;
    -webkit-filter: brightness(1.5) drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
            filter: brightness(1.5) drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
  }
  40% {
    opacity: 0.7;
    -webkit-filter: brightness(1) blur(0px);
            filter: brightness(1) blur(0px);
  }
  45% {
    opacity: 1;
    -webkit-filter: brightness(2) drop-shadow(0 0 3px rgba(255, 255, 255, 0.9));
            filter: brightness(2) drop-shadow(0 0 3px rgba(255, 255, 255, 0.9));
  }
  50% {
    opacity: 0.8;
    -webkit-filter: brightness(1.2) blur(0px);
            filter: brightness(1.2) blur(0px);
  }
  60% {
    opacity: 0.2;
    -webkit-filter: brightness(0.7) blur(1px);
            filter: brightness(0.7) blur(1px);
  }
  65% {
    opacity: 1;
    -webkit-filter: brightness(2.2) drop-shadow(0 0 4px rgb(255, 255, 255));
            filter: brightness(2.2) drop-shadow(0 0 4px rgb(255, 255, 255));
  }
  70% {
    opacity: 0.5;
    -webkit-filter: brightness(1) blur(0.5px);
            filter: brightness(1) blur(0.5px);
  }
  80% {
    opacity: 0.8;
    -webkit-filter: brightness(1.3) blur(0px);
            filter: brightness(1.3) blur(0px);
  }
  90% {
    opacity: 1;
    -webkit-filter: brightness(1.8) drop-shadow(0 0 3px rgba(255, 255, 255, 0.8));
            filter: brightness(1.8) drop-shadow(0 0 3px rgba(255, 255, 255, 0.8));
  }
  95% {
    opacity: 0.9;
    -webkit-filter: brightness(1.5) blur(0px);
            filter: brightness(1.5) blur(0px);
  }
  100% {
    offset-distance: 100%;
    opacity: 0.7;
    -webkit-filter: brightness(1) blur(1px);
            filter: brightness(1) blur(1px);
  }
}
@-webkit-keyframes path-animation-2 {
  0% {
    offset-distance: 0%;
    opacity: 0;
    -webkit-filter: brightness(0.3) blur(1.5px) hue-rotate(0deg);
            filter: brightness(0.3) blur(1.5px) hue-rotate(0deg);
  }
  3% {
    opacity: 1;
    -webkit-filter: brightness(2) blur(0px) hue-rotate(15deg);
            filter: brightness(2) blur(0px) hue-rotate(15deg);
  }
  6% {
    opacity: 0.1;
    -webkit-filter: brightness(0.5) blur(1px) hue-rotate(0deg);
            filter: brightness(0.5) blur(1px) hue-rotate(0deg);
  }
  9% {
    opacity: 0.8;
    -webkit-filter: brightness(1.7) blur(0.3px) hue-rotate(30deg);
            filter: brightness(1.7) blur(0.3px) hue-rotate(30deg);
  }
  12% {
    opacity: 0.4;
    -webkit-filter: brightness(1) blur(0px) hue-rotate(10deg);
            filter: brightness(1) blur(0px) hue-rotate(10deg);
  }
  20% {
    opacity: 0.9;
    -webkit-filter: brightness(1.4) drop-shadow(0 0 3px rgba(100, 200, 255, 0.7)) hue-rotate(20deg);
            filter: brightness(1.4) drop-shadow(0 0 3px rgba(100, 200, 255, 0.7)) hue-rotate(20deg);
  }
  28% {
    opacity: 0.6;
    -webkit-filter: brightness(1.1) blur(0.2px) hue-rotate(5deg);
            filter: brightness(1.1) blur(0.2px) hue-rotate(5deg);
  }
  35% {
    opacity: 0.3;
    -webkit-filter: brightness(0.8) blur(0.8px) hue-rotate(-10deg);
            filter: brightness(0.8) blur(0.8px) hue-rotate(-10deg);
  }
  38% {
    opacity: 1;
    -webkit-filter: brightness(2.2) drop-shadow(0 0 5px rgba(150, 220, 255, 0.9)) hue-rotate(40deg);
            filter: brightness(2.2) drop-shadow(0 0 5px rgba(150, 220, 255, 0.9)) hue-rotate(40deg);
  }
  42% {
    opacity: 0.5;
    -webkit-filter: brightness(1) blur(0px) hue-rotate(20deg);
            filter: brightness(1) blur(0px) hue-rotate(20deg);
  }
  50% {
    opacity: 0.2;
    -webkit-filter: brightness(0.6) blur(1px) hue-rotate(0deg);
            filter: brightness(0.6) blur(1px) hue-rotate(0deg);
  }
  52% {
    opacity: 0.9;
    -webkit-filter: brightness(1.8) drop-shadow(0 0 4px rgb(200, 230, 255)) hue-rotate(60deg);
            filter: brightness(1.8) drop-shadow(0 0 4px rgb(200, 230, 255)) hue-rotate(60deg);
  }
  54% {
    opacity: 0.4;
    -webkit-filter: brightness(0.9) blur(0.5px) hue-rotate(30deg);
            filter: brightness(0.9) blur(0.5px) hue-rotate(30deg);
  }
  56% {
    opacity: 1;
    -webkit-filter: brightness(2.3) drop-shadow(0 0 6px rgb(120, 210, 255)) hue-rotate(80deg);
            filter: brightness(2.3) drop-shadow(0 0 6px rgb(120, 210, 255)) hue-rotate(80deg);
  }
  58% {
    opacity: 0.6;
    -webkit-filter: brightness(1.2) blur(0px) hue-rotate(40deg);
            filter: brightness(1.2) blur(0px) hue-rotate(40deg);
  }
  65% {
    opacity: 0.8;
    -webkit-filter: brightness(1.5) blur(0px) hue-rotate(15deg);
            filter: brightness(1.5) blur(0px) hue-rotate(15deg);
  }
  72% {
    opacity: 0.5;
    -webkit-filter: brightness(1) blur(0.3px) hue-rotate(5deg);
            filter: brightness(1) blur(0.3px) hue-rotate(5deg);
  }
  80% {
    opacity: 0.7;
    -webkit-filter: brightness(1.3) blur(0px) hue-rotate(10deg);
            filter: brightness(1.3) blur(0px) hue-rotate(10deg);
  }
  85% {
    opacity: 0.4;
    -webkit-filter: brightness(0.8) blur(0.8px) hue-rotate(0deg);
            filter: brightness(0.8) blur(0.8px) hue-rotate(0deg);
  }
  88% {
    opacity: 0.9;
    -webkit-filter: brightness(1.9) drop-shadow(0 0 4px rgba(180, 225, 255, 0.9)) hue-rotate(50deg);
            filter: brightness(1.9) drop-shadow(0 0 4px rgba(180, 225, 255, 0.9)) hue-rotate(50deg);
  }
  92% {
    opacity: 1;
    -webkit-filter: brightness(2.5) drop-shadow(0 0 8px rgb(100, 200, 255)) hue-rotate(70deg);
            filter: brightness(2.5) drop-shadow(0 0 8px rgb(100, 200, 255)) hue-rotate(70deg);
  }
  96% {
    opacity: 0.7;
    -webkit-filter: brightness(1.6) blur(0.3px) hue-rotate(40deg);
            filter: brightness(1.6) blur(0.3px) hue-rotate(40deg);
  }
  98% {
    opacity: 0.3;
    -webkit-filter: brightness(0.9) blur(1px) hue-rotate(20deg);
            filter: brightness(0.9) blur(1px) hue-rotate(20deg);
  }
  100% {
    offset-distance: 100%;
    opacity: 0;
    -webkit-filter: brightness(0.4) blur(2px) hue-rotate(0deg);
            filter: brightness(0.4) blur(2px) hue-rotate(0deg);
  }
}
@keyframes path-animation-2 {
  0% {
    offset-distance: 0%;
    opacity: 0;
    -webkit-filter: brightness(0.3) blur(1.5px) hue-rotate(0deg);
            filter: brightness(0.3) blur(1.5px) hue-rotate(0deg);
  }
  3% {
    opacity: 1;
    -webkit-filter: brightness(2) blur(0px) hue-rotate(15deg);
            filter: brightness(2) blur(0px) hue-rotate(15deg);
  }
  6% {
    opacity: 0.1;
    -webkit-filter: brightness(0.5) blur(1px) hue-rotate(0deg);
            filter: brightness(0.5) blur(1px) hue-rotate(0deg);
  }
  9% {
    opacity: 0.8;
    -webkit-filter: brightness(1.7) blur(0.3px) hue-rotate(30deg);
            filter: brightness(1.7) blur(0.3px) hue-rotate(30deg);
  }
  12% {
    opacity: 0.4;
    -webkit-filter: brightness(1) blur(0px) hue-rotate(10deg);
            filter: brightness(1) blur(0px) hue-rotate(10deg);
  }
  20% {
    opacity: 0.9;
    -webkit-filter: brightness(1.4) drop-shadow(0 0 3px rgba(100, 200, 255, 0.7)) hue-rotate(20deg);
            filter: brightness(1.4) drop-shadow(0 0 3px rgba(100, 200, 255, 0.7)) hue-rotate(20deg);
  }
  28% {
    opacity: 0.6;
    -webkit-filter: brightness(1.1) blur(0.2px) hue-rotate(5deg);
            filter: brightness(1.1) blur(0.2px) hue-rotate(5deg);
  }
  35% {
    opacity: 0.3;
    -webkit-filter: brightness(0.8) blur(0.8px) hue-rotate(-10deg);
            filter: brightness(0.8) blur(0.8px) hue-rotate(-10deg);
  }
  38% {
    opacity: 1;
    -webkit-filter: brightness(2.2) drop-shadow(0 0 5px rgba(150, 220, 255, 0.9)) hue-rotate(40deg);
            filter: brightness(2.2) drop-shadow(0 0 5px rgba(150, 220, 255, 0.9)) hue-rotate(40deg);
  }
  42% {
    opacity: 0.5;
    -webkit-filter: brightness(1) blur(0px) hue-rotate(20deg);
            filter: brightness(1) blur(0px) hue-rotate(20deg);
  }
  50% {
    opacity: 0.2;
    -webkit-filter: brightness(0.6) blur(1px) hue-rotate(0deg);
            filter: brightness(0.6) blur(1px) hue-rotate(0deg);
  }
  52% {
    opacity: 0.9;
    -webkit-filter: brightness(1.8) drop-shadow(0 0 4px rgb(200, 230, 255)) hue-rotate(60deg);
            filter: brightness(1.8) drop-shadow(0 0 4px rgb(200, 230, 255)) hue-rotate(60deg);
  }
  54% {
    opacity: 0.4;
    -webkit-filter: brightness(0.9) blur(0.5px) hue-rotate(30deg);
            filter: brightness(0.9) blur(0.5px) hue-rotate(30deg);
  }
  56% {
    opacity: 1;
    -webkit-filter: brightness(2.3) drop-shadow(0 0 6px rgb(120, 210, 255)) hue-rotate(80deg);
            filter: brightness(2.3) drop-shadow(0 0 6px rgb(120, 210, 255)) hue-rotate(80deg);
  }
  58% {
    opacity: 0.6;
    -webkit-filter: brightness(1.2) blur(0px) hue-rotate(40deg);
            filter: brightness(1.2) blur(0px) hue-rotate(40deg);
  }
  65% {
    opacity: 0.8;
    -webkit-filter: brightness(1.5) blur(0px) hue-rotate(15deg);
            filter: brightness(1.5) blur(0px) hue-rotate(15deg);
  }
  72% {
    opacity: 0.5;
    -webkit-filter: brightness(1) blur(0.3px) hue-rotate(5deg);
            filter: brightness(1) blur(0.3px) hue-rotate(5deg);
  }
  80% {
    opacity: 0.7;
    -webkit-filter: brightness(1.3) blur(0px) hue-rotate(10deg);
            filter: brightness(1.3) blur(0px) hue-rotate(10deg);
  }
  85% {
    opacity: 0.4;
    -webkit-filter: brightness(0.8) blur(0.8px) hue-rotate(0deg);
            filter: brightness(0.8) blur(0.8px) hue-rotate(0deg);
  }
  88% {
    opacity: 0.9;
    -webkit-filter: brightness(1.9) drop-shadow(0 0 4px rgba(180, 225, 255, 0.9)) hue-rotate(50deg);
            filter: brightness(1.9) drop-shadow(0 0 4px rgba(180, 225, 255, 0.9)) hue-rotate(50deg);
  }
  92% {
    opacity: 1;
    -webkit-filter: brightness(2.5) drop-shadow(0 0 8px rgb(100, 200, 255)) hue-rotate(70deg);
            filter: brightness(2.5) drop-shadow(0 0 8px rgb(100, 200, 255)) hue-rotate(70deg);
  }
  96% {
    opacity: 0.7;
    -webkit-filter: brightness(1.6) blur(0.3px) hue-rotate(40deg);
            filter: brightness(1.6) blur(0.3px) hue-rotate(40deg);
  }
  98% {
    opacity: 0.3;
    -webkit-filter: brightness(0.9) blur(1px) hue-rotate(20deg);
            filter: brightness(0.9) blur(1px) hue-rotate(20deg);
  }
  100% {
    offset-distance: 100%;
    opacity: 0;
    -webkit-filter: brightness(0.4) blur(2px) hue-rotate(0deg);
            filter: brightness(0.4) blur(2px) hue-rotate(0deg);
  }
}
@-webkit-keyframes horizontal-path-animation {
  0% {
    offset-distance: 0%;
    opacity: 0;
    -webkit-filter: brightness(0.4) blur(1px);
            filter: brightness(0.4) blur(1px);
  }
  3% {
    opacity: 0.8;
    -webkit-filter: brightness(1.5) blur(0px);
            filter: brightness(1.5) blur(0px);
  }
  5% {
    opacity: 0.2;
    -webkit-filter: brightness(0.8) blur(0.5px);
            filter: brightness(0.8) blur(0.5px);
  }
  8% {
    opacity: 1;
    -webkit-filter: brightness(1.8) blur(0px);
            filter: brightness(1.8) blur(0px);
  }
  15% {
    opacity: 0.9;
    -webkit-filter: brightness(1.3) blur(0px);
            filter: brightness(1.3) blur(0px);
  }
  25% {
    opacity: 1;
    -webkit-filter: brightness(1.5) drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
            filter: brightness(1.5) drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
  }
  35% {
    opacity: 0.7;
    -webkit-filter: brightness(1) blur(0px);
            filter: brightness(1) blur(0px);
  }
  40% {
    opacity: 1;
    -webkit-filter: brightness(2) drop-shadow(0 0 3px rgba(255, 255, 255, 0.9));
            filter: brightness(2) drop-shadow(0 0 3px rgba(255, 255, 255, 0.9));
  }
  45% {
    opacity: 0.8;
    -webkit-filter: brightness(1.2) blur(0px);
            filter: brightness(1.2) blur(0px);
  }
  55% {
    opacity: 0.4;
    -webkit-filter: brightness(0.9) blur(0.5px);
            filter: brightness(0.9) blur(0.5px);
  }
  60% {
    opacity: 1;
    -webkit-filter: brightness(2.2) drop-shadow(0 0 4px rgb(255, 255, 255));
            filter: brightness(2.2) drop-shadow(0 0 4px rgb(255, 255, 255));
  }
  65% {
    opacity: 0.7;
    -webkit-filter: brightness(1.4) blur(0px);
            filter: brightness(1.4) blur(0px);
  }
  75% {
    opacity: 0.9;
    -webkit-filter: brightness(1.6) blur(0px);
            filter: brightness(1.6) blur(0px);
  }
  80% {
    opacity: 1;
    -webkit-filter: brightness(2) drop-shadow(0 0 3px rgba(255, 255, 255, 0.8));
            filter: brightness(2) drop-shadow(0 0 3px rgba(255, 255, 255, 0.8));
  }
  83% {
    opacity: 0.7;
    -webkit-filter: brightness(1.2) blur(0.5px);
            filter: brightness(1.2) blur(0.5px);
  }
  87% {
    opacity: 1;
    -webkit-filter: brightness(1.8) drop-shadow(0 0 2px rgba(255, 255, 255, 0.9));
            filter: brightness(1.8) drop-shadow(0 0 2px rgba(255, 255, 255, 0.9));
  }
  90% {
    opacity: 0.5;
    -webkit-filter: brightness(1) blur(0px);
            filter: brightness(1) blur(0px);
  }
  93% {
    opacity: 1;
    -webkit-filter: brightness(1.9) drop-shadow(0 0 3px rgb(255, 255, 255));
            filter: brightness(1.9) drop-shadow(0 0 3px rgb(255, 255, 255));
  }
  96% {
    opacity: 0.6;
    -webkit-filter: brightness(1.2) blur(0.5px);
            filter: brightness(1.2) blur(0.5px);
  }
  100% {
    offset-distance: 100%;
    opacity: 0;
    -webkit-filter: brightness(0.5) blur(1px);
            filter: brightness(0.5) blur(1px);
  }
}
@keyframes horizontal-path-animation {
  0% {
    offset-distance: 0%;
    opacity: 0;
    -webkit-filter: brightness(0.4) blur(1px);
            filter: brightness(0.4) blur(1px);
  }
  3% {
    opacity: 0.8;
    -webkit-filter: brightness(1.5) blur(0px);
            filter: brightness(1.5) blur(0px);
  }
  5% {
    opacity: 0.2;
    -webkit-filter: brightness(0.8) blur(0.5px);
            filter: brightness(0.8) blur(0.5px);
  }
  8% {
    opacity: 1;
    -webkit-filter: brightness(1.8) blur(0px);
            filter: brightness(1.8) blur(0px);
  }
  15% {
    opacity: 0.9;
    -webkit-filter: brightness(1.3) blur(0px);
            filter: brightness(1.3) blur(0px);
  }
  25% {
    opacity: 1;
    -webkit-filter: brightness(1.5) drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
            filter: brightness(1.5) drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
  }
  35% {
    opacity: 0.7;
    -webkit-filter: brightness(1) blur(0px);
            filter: brightness(1) blur(0px);
  }
  40% {
    opacity: 1;
    -webkit-filter: brightness(2) drop-shadow(0 0 3px rgba(255, 255, 255, 0.9));
            filter: brightness(2) drop-shadow(0 0 3px rgba(255, 255, 255, 0.9));
  }
  45% {
    opacity: 0.8;
    -webkit-filter: brightness(1.2) blur(0px);
            filter: brightness(1.2) blur(0px);
  }
  55% {
    opacity: 0.4;
    -webkit-filter: brightness(0.9) blur(0.5px);
            filter: brightness(0.9) blur(0.5px);
  }
  60% {
    opacity: 1;
    -webkit-filter: brightness(2.2) drop-shadow(0 0 4px rgb(255, 255, 255));
            filter: brightness(2.2) drop-shadow(0 0 4px rgb(255, 255, 255));
  }
  65% {
    opacity: 0.7;
    -webkit-filter: brightness(1.4) blur(0px);
            filter: brightness(1.4) blur(0px);
  }
  75% {
    opacity: 0.9;
    -webkit-filter: brightness(1.6) blur(0px);
            filter: brightness(1.6) blur(0px);
  }
  80% {
    opacity: 1;
    -webkit-filter: brightness(2) drop-shadow(0 0 3px rgba(255, 255, 255, 0.8));
            filter: brightness(2) drop-shadow(0 0 3px rgba(255, 255, 255, 0.8));
  }
  83% {
    opacity: 0.7;
    -webkit-filter: brightness(1.2) blur(0.5px);
            filter: brightness(1.2) blur(0.5px);
  }
  87% {
    opacity: 1;
    -webkit-filter: brightness(1.8) drop-shadow(0 0 2px rgba(255, 255, 255, 0.9));
            filter: brightness(1.8) drop-shadow(0 0 2px rgba(255, 255, 255, 0.9));
  }
  90% {
    opacity: 0.5;
    -webkit-filter: brightness(1) blur(0px);
            filter: brightness(1) blur(0px);
  }
  93% {
    opacity: 1;
    -webkit-filter: brightness(1.9) drop-shadow(0 0 3px rgb(255, 255, 255));
            filter: brightness(1.9) drop-shadow(0 0 3px rgb(255, 255, 255));
  }
  96% {
    opacity: 0.6;
    -webkit-filter: brightness(1.2) blur(0.5px);
            filter: brightness(1.2) blur(0.5px);
  }
  100% {
    offset-distance: 100%;
    opacity: 0;
    -webkit-filter: brightness(0.5) blur(1px);
            filter: brightness(0.5) blur(1px);
  }
}
@-webkit-keyframes horizontal-path-animation-reverse {
  0% {
    offset-distance: 100%;
    opacity: 0;
    -webkit-filter: brightness(0.4) blur(1px);
            filter: brightness(0.4) blur(1px);
  }
  3% {
    opacity: 0.8;
    -webkit-filter: brightness(1.5) blur(0px);
            filter: brightness(1.5) blur(0px);
  }
  5% {
    opacity: 0.2;
    -webkit-filter: brightness(0.8) blur(0.5px);
            filter: brightness(0.8) blur(0.5px);
  }
  8% {
    opacity: 1;
    -webkit-filter: brightness(1.8) blur(0px);
            filter: brightness(1.8) blur(0px);
  }
  15% {
    opacity: 0.9;
    -webkit-filter: brightness(1.3) blur(0px);
            filter: brightness(1.3) blur(0px);
  }
  25% {
    opacity: 1;
    -webkit-filter: brightness(1.5) drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
            filter: brightness(1.5) drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
  }
  35% {
    opacity: 0.7;
    -webkit-filter: brightness(1) blur(0px);
            filter: brightness(1) blur(0px);
  }
  40% {
    opacity: 1;
    -webkit-filter: brightness(2) drop-shadow(0 0 3px rgba(255, 255, 255, 0.9));
            filter: brightness(2) drop-shadow(0 0 3px rgba(255, 255, 255, 0.9));
  }
  45% {
    opacity: 0.8;
    -webkit-filter: brightness(1.2) blur(0px);
            filter: brightness(1.2) blur(0px);
  }
  55% {
    opacity: 0.4;
    -webkit-filter: brightness(0.9) blur(0.5px);
            filter: brightness(0.9) blur(0.5px);
  }
  60% {
    opacity: 1;
    -webkit-filter: brightness(2.2) drop-shadow(0 0 4px rgb(255, 255, 255));
            filter: brightness(2.2) drop-shadow(0 0 4px rgb(255, 255, 255));
  }
  65% {
    opacity: 0.7;
    -webkit-filter: brightness(1.4) blur(0px);
            filter: brightness(1.4) blur(0px);
  }
  75% {
    opacity: 0.9;
    -webkit-filter: brightness(1.6) blur(0px);
            filter: brightness(1.6) blur(0px);
  }
  80% {
    opacity: 1;
    -webkit-filter: brightness(2) drop-shadow(0 0 3px rgba(255, 255, 255, 0.8));
            filter: brightness(2) drop-shadow(0 0 3px rgba(255, 255, 255, 0.8));
  }
  83% {
    opacity: 0.7;
    -webkit-filter: brightness(1.2) blur(0.5px);
            filter: brightness(1.2) blur(0.5px);
  }
  87% {
    opacity: 1;
    -webkit-filter: brightness(1.8) drop-shadow(0 0 2px rgba(255, 255, 255, 0.9));
            filter: brightness(1.8) drop-shadow(0 0 2px rgba(255, 255, 255, 0.9));
  }
  90% {
    opacity: 0.5;
    -webkit-filter: brightness(1) blur(0px);
            filter: brightness(1) blur(0px);
  }
  93% {
    opacity: 1;
    -webkit-filter: brightness(1.9) drop-shadow(0 0 3px rgb(255, 255, 255));
            filter: brightness(1.9) drop-shadow(0 0 3px rgb(255, 255, 255));
  }
  96% {
    opacity: 0.6;
    -webkit-filter: brightness(1.2) blur(0.5px);
            filter: brightness(1.2) blur(0.5px);
  }
  100% {
    offset-distance: 0;
    opacity: 0;
    -webkit-filter: brightness(0.5) blur(1px);
            filter: brightness(0.5) blur(1px);
  }
}
@keyframes horizontal-path-animation-reverse {
  0% {
    offset-distance: 100%;
    opacity: 0;
    -webkit-filter: brightness(0.4) blur(1px);
            filter: brightness(0.4) blur(1px);
  }
  3% {
    opacity: 0.8;
    -webkit-filter: brightness(1.5) blur(0px);
            filter: brightness(1.5) blur(0px);
  }
  5% {
    opacity: 0.2;
    -webkit-filter: brightness(0.8) blur(0.5px);
            filter: brightness(0.8) blur(0.5px);
  }
  8% {
    opacity: 1;
    -webkit-filter: brightness(1.8) blur(0px);
            filter: brightness(1.8) blur(0px);
  }
  15% {
    opacity: 0.9;
    -webkit-filter: brightness(1.3) blur(0px);
            filter: brightness(1.3) blur(0px);
  }
  25% {
    opacity: 1;
    -webkit-filter: brightness(1.5) drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
            filter: brightness(1.5) drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
  }
  35% {
    opacity: 0.7;
    -webkit-filter: brightness(1) blur(0px);
            filter: brightness(1) blur(0px);
  }
  40% {
    opacity: 1;
    -webkit-filter: brightness(2) drop-shadow(0 0 3px rgba(255, 255, 255, 0.9));
            filter: brightness(2) drop-shadow(0 0 3px rgba(255, 255, 255, 0.9));
  }
  45% {
    opacity: 0.8;
    -webkit-filter: brightness(1.2) blur(0px);
            filter: brightness(1.2) blur(0px);
  }
  55% {
    opacity: 0.4;
    -webkit-filter: brightness(0.9) blur(0.5px);
            filter: brightness(0.9) blur(0.5px);
  }
  60% {
    opacity: 1;
    -webkit-filter: brightness(2.2) drop-shadow(0 0 4px rgb(255, 255, 255));
            filter: brightness(2.2) drop-shadow(0 0 4px rgb(255, 255, 255));
  }
  65% {
    opacity: 0.7;
    -webkit-filter: brightness(1.4) blur(0px);
            filter: brightness(1.4) blur(0px);
  }
  75% {
    opacity: 0.9;
    -webkit-filter: brightness(1.6) blur(0px);
            filter: brightness(1.6) blur(0px);
  }
  80% {
    opacity: 1;
    -webkit-filter: brightness(2) drop-shadow(0 0 3px rgba(255, 255, 255, 0.8));
            filter: brightness(2) drop-shadow(0 0 3px rgba(255, 255, 255, 0.8));
  }
  83% {
    opacity: 0.7;
    -webkit-filter: brightness(1.2) blur(0.5px);
            filter: brightness(1.2) blur(0.5px);
  }
  87% {
    opacity: 1;
    -webkit-filter: brightness(1.8) drop-shadow(0 0 2px rgba(255, 255, 255, 0.9));
            filter: brightness(1.8) drop-shadow(0 0 2px rgba(255, 255, 255, 0.9));
  }
  90% {
    opacity: 0.5;
    -webkit-filter: brightness(1) blur(0px);
            filter: brightness(1) blur(0px);
  }
  93% {
    opacity: 1;
    -webkit-filter: brightness(1.9) drop-shadow(0 0 3px rgb(255, 255, 255));
            filter: brightness(1.9) drop-shadow(0 0 3px rgb(255, 255, 255));
  }
  96% {
    opacity: 0.6;
    -webkit-filter: brightness(1.2) blur(0.5px);
            filter: brightness(1.2) blur(0.5px);
  }
  100% {
    offset-distance: 0;
    opacity: 0;
    -webkit-filter: brightness(0.5) blur(1px);
            filter: brightness(0.5) blur(1px);
  }
}
@-webkit-keyframes centerRound {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes centerRound {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes applicationFloat {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes applicationFloat {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes floatBall1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.3;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translate(150px, 120px);
            transform: translate(150px, 120px);
    opacity: 0.4;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(-50px, 200px);
            transform: translate(-50px, 200px);
    opacity: 0.3;
  }
}
@keyframes floatBall1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.3;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translate(150px, 120px);
            transform: translate(150px, 120px);
    opacity: 0.4;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(-50px, 200px);
            transform: translate(-50px, 200px);
    opacity: 0.3;
  }
}
@-webkit-keyframes floatBall2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.4;
  }
  33% {
    -webkit-transform: translate(-10%, 10%);
            transform: translate(-10%, 10%);
    opacity: 0.8;
  }
  66% {
    -webkit-transform: translate(-20%, 15%);
            transform: translate(-20%, 15%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-35%, 20%);
            transform: translate(-35%, 20%);
    opacity: 0.3;
  }
}
@keyframes floatBall2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.4;
  }
  33% {
    -webkit-transform: translate(-10%, 10%);
            transform: translate(-10%, 10%);
    opacity: 0.8;
  }
  66% {
    -webkit-transform: translate(-20%, 15%);
            transform: translate(-20%, 15%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-35%, 20%);
            transform: translate(-35%, 20%);
    opacity: 0.3;
  }
}
@-webkit-keyframes floatBall3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.3;
  }
  20% {
    -webkit-transform: translate(80%, -50%);
            transform: translate(80%, -50%);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: translate(20%, -80%);
            transform: translate(20%, -80%);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: translate(-60%, -40%);
            transform: translate(-60%, -40%);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: translate(-80%, 30%);
            transform: translate(-80%, 30%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.3;
  }
}
@keyframes floatBall3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.3;
  }
  20% {
    -webkit-transform: translate(80%, -50%);
            transform: translate(80%, -50%);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: translate(20%, -80%);
            transform: translate(20%, -80%);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: translate(-60%, -40%);
            transform: translate(-60%, -40%);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: translate(-80%, 30%);
            transform: translate(-80%, 30%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.3;
  }
}
@-webkit-keyframes floatBall4 {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.4;
  }
  25% {
    -webkit-transform: translate(-70%, 20%) scale(1.2);
            transform: translate(-70%, 20%) scale(1.2);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: translate(-25%, 85%) scale(0.9);
            transform: translate(-25%, 85%) scale(0.9);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: translate(90%, 30%) scale(1.1);
            transform: translate(90%, 30%) scale(1.1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.4;
  }
}
@keyframes floatBall4 {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.4;
  }
  25% {
    -webkit-transform: translate(-70%, 20%) scale(1.2);
            transform: translate(-70%, 20%) scale(1.2);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: translate(-25%, 85%) scale(0.9);
            transform: translate(-25%, 85%) scale(0.9);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: translate(90%, 30%) scale(1.1);
            transform: translate(90%, 30%) scale(1.1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.4;
  }
}
@-webkit-keyframes floatBall5 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0.2;
  }
  20% {
    -webkit-transform: translate(60%, -80%) rotate(90deg);
            transform: translate(60%, -80%) rotate(90deg);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: translate(90%, 10%) rotate(180deg);
            transform: translate(90%, 10%) rotate(180deg);
    opacity: 0.4;
  }
  60% {
    -webkit-transform: translate(30%, 80%) rotate(270deg);
            transform: translate(30%, 80%) rotate(270deg);
    opacity: 0.5;
  }
  80% {
    -webkit-transform: translate(-80%, 60%) rotate(360deg);
            transform: translate(-80%, 60%) rotate(360deg);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0.2;
  }
}
@keyframes floatBall5 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0.2;
  }
  20% {
    -webkit-transform: translate(60%, -80%) rotate(90deg);
            transform: translate(60%, -80%) rotate(90deg);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: translate(90%, 10%) rotate(180deg);
            transform: translate(90%, 10%) rotate(180deg);
    opacity: 0.4;
  }
  60% {
    -webkit-transform: translate(30%, 80%) rotate(270deg);
            transform: translate(30%, 80%) rotate(270deg);
    opacity: 0.5;
  }
  80% {
    -webkit-transform: translate(-80%, 60%) rotate(360deg);
            transform: translate(-80%, 60%) rotate(360deg);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes floatBall6 {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.35;
  }
  15% {
    -webkit-transform: translate(-90%, -40%) scale(1.2);
            transform: translate(-90%, -40%) scale(1.2);
    opacity: 0.5;
  }
  30% {
    -webkit-transform: translate(-60%, 80%) scale(0.8);
            transform: translate(-60%, 80%) scale(0.8);
    opacity: 0.4;
  }
  45% {
    -webkit-transform: translate(30%, 90%) scale(1.1);
            transform: translate(30%, 90%) scale(1.1);
    opacity: 0.3;
  }
  60% {
    -webkit-transform: translate(95%, 40%) scale(0.9);
            transform: translate(95%, 40%) scale(0.9);
    opacity: 0.45;
  }
  75% {
    -webkit-transform: translate(70%, -75%) scale(1.15);
            transform: translate(70%, -75%) scale(1.15);
    opacity: 0.5;
  }
  90% {
    -webkit-transform: translate(20%, -90%) scale(0.85);
            transform: translate(20%, -90%) scale(0.85);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.35;
  }
}
@keyframes floatBall6 {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.35;
  }
  15% {
    -webkit-transform: translate(-90%, -40%) scale(1.2);
            transform: translate(-90%, -40%) scale(1.2);
    opacity: 0.5;
  }
  30% {
    -webkit-transform: translate(-60%, 80%) scale(0.8);
            transform: translate(-60%, 80%) scale(0.8);
    opacity: 0.4;
  }
  45% {
    -webkit-transform: translate(30%, 90%) scale(1.1);
            transform: translate(30%, 90%) scale(1.1);
    opacity: 0.3;
  }
  60% {
    -webkit-transform: translate(95%, 40%) scale(0.9);
            transform: translate(95%, 40%) scale(0.9);
    opacity: 0.45;
  }
  75% {
    -webkit-transform: translate(70%, -75%) scale(1.15);
            transform: translate(70%, -75%) scale(1.15);
    opacity: 0.5;
  }
  90% {
    -webkit-transform: translate(20%, -90%) scale(0.85);
            transform: translate(20%, -90%) scale(0.85);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.35;
  }
}
@-webkit-keyframes floatBall7 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.3;
  }
  15% {
    -webkit-transform: translate(-85%, -25%);
            transform: translate(-85%, -25%);
    opacity: 0.6;
  }
  35% {
    -webkit-transform: translate(-45%, 80%);
            transform: translate(-45%, 80%);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: translate(30%, 95%);
            transform: translate(30%, 95%);
    opacity: 0.5;
  }
  70% {
    -webkit-transform: translate(90%, 35%);
            transform: translate(90%, 35%);
    opacity: 0.3;
  }
  85% {
    -webkit-transform: translate(60%, -80%);
            transform: translate(60%, -80%);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.3;
  }
}
@keyframes floatBall7 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.3;
  }
  15% {
    -webkit-transform: translate(-85%, -25%);
            transform: translate(-85%, -25%);
    opacity: 0.6;
  }
  35% {
    -webkit-transform: translate(-45%, 80%);
            transform: translate(-45%, 80%);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: translate(30%, 95%);
            transform: translate(30%, 95%);
    opacity: 0.5;
  }
  70% {
    -webkit-transform: translate(90%, 35%);
            transform: translate(90%, 35%);
    opacity: 0.3;
  }
  85% {
    -webkit-transform: translate(60%, -80%);
            transform: translate(60%, -80%);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.3;
  }
}
@-webkit-keyframes natural-opacity-breathing {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 0.4;
  }
  40% {
    opacity: 0.7;
  }
  60% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes natural-opacity-breathing {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 0.4;
  }
  40% {
    opacity: 0.7;
  }
  60% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.2;
  }
}
@-webkit-keyframes enhanced-quick-flash {
  0%, 70% {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  72% {
    opacity: 0.1;
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
  }
  73% {
    opacity: 1;
    -webkit-filter: brightness(1.8);
            filter: brightness(1.8);
  }
  74% {
    opacity: 0.2;
    -webkit-filter: brightness(0.6);
            filter: brightness(0.6);
  }
  75% {
    opacity: 1;
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
  76%, 80% {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  81% {
    opacity: 0.05;
    -webkit-filter: brightness(0.3);
            filter: brightness(0.3);
  }
  81.5% {
    opacity: 1;
    -webkit-filter: brightness(2.2);
            filter: brightness(2.2);
  }
  82% {
    opacity: 0.1;
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4);
  }
  82.5% {
    opacity: 1;
    -webkit-filter: brightness(1.9);
            filter: brightness(1.9);
  }
  83% {
    opacity: 0.2;
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
  83.5% {
    opacity: 1;
    -webkit-filter: brightness(1.7);
            filter: brightness(1.7);
  }
  85%, 100% {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes enhanced-quick-flash {
  0%, 70% {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  72% {
    opacity: 0.1;
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
  }
  73% {
    opacity: 1;
    -webkit-filter: brightness(1.8);
            filter: brightness(1.8);
  }
  74% {
    opacity: 0.2;
    -webkit-filter: brightness(0.6);
            filter: brightness(0.6);
  }
  75% {
    opacity: 1;
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
  76%, 80% {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  81% {
    opacity: 0.05;
    -webkit-filter: brightness(0.3);
            filter: brightness(0.3);
  }
  81.5% {
    opacity: 1;
    -webkit-filter: brightness(2.2);
            filter: brightness(2.2);
  }
  82% {
    opacity: 0.1;
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4);
  }
  82.5% {
    opacity: 1;
    -webkit-filter: brightness(1.9);
            filter: brightness(1.9);
  }
  83% {
    opacity: 0.2;
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
  83.5% {
    opacity: 1;
    -webkit-filter: brightness(1.7);
            filter: brightness(1.7);
  }
  85%, 100% {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@-webkit-keyframes scale-breathing {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.05);
            transform: translateX(-50%) scale(1.05);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@keyframes scale-breathing {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.05);
            transform: translateX(-50%) scale(1.05);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@-webkit-keyframes loadingOffset {
  0% {
    fill: transparent;
    stroke-dashoffset: 660;
  }
  50% {
    fill: transparent;
    stroke-dashoffset: 0;
  }
  100% {
    fill: #ffffff;
    stroke-dashoffset: 0;
  }
}
@keyframes loadingOffset {
  0% {
    fill: transparent;
    stroke-dashoffset: 660;
  }
  50% {
    fill: transparent;
    stroke-dashoffset: 0;
  }
  100% {
    fill: #ffffff;
    stroke-dashoffset: 0;
  }
}
body {
  background-color: #fff;
  font-size: 16px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body.errorPage .mainArea {
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.errorPage .mainArea .top {
  max-width: 380px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.errorPage .mainArea {
    height: 50vh;
    min-height: 350px;
  }
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
}
body:not(.WebSiteHome) .contentBox {
  background: #f3f3f3;
  padding-top: 40px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
body:not(.WebSiteHome) .contentBox.inquiryPage {
  padding: 90px 0 130px;
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .contentBox.inquiryPage {
    padding: 70px 0;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .contentBox.inquiryPage {
    padding: 50px 0;
  }
}
body:not(.WebSiteHome) .contentBox .decoBG {
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
body:not(.WebSiteHome) .contentBox .decoBG div {
  width: 699px;
  height: 699px;
  background: url("../images/innerBlurImg_1.png") no-repeat center;
  background-size: contain;
  position: absolute;
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
body:not(.WebSiteHome) .contentBox .decoBG div.deco_1 {
  top: 100px;
  left: 200px;
  -webkit-animation: floatBall7 10s linear 0s infinite;
          animation: floatBall7 10s linear 0s infinite;
}
body:not(.WebSiteHome) .contentBox .decoBG div.deco_2 {
  top: 50px;
  right: -100px;
  -webkit-animation: floatBall3 20s linear 0s infinite;
          animation: floatBall3 20s linear 0s infinite;
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) #ib_ins_banner_000 .Img {
    padding-bottom: 75%;
  }
}
body:not(.WebSiteHome) #ib_ins_banner_000 .Txt {
  text-align: center;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) #ib_ins_banner_000 .Txt {
    padding-top: 60px;
  }
}
body:not(.WebSiteHome) #ib_ins_banner_000 .Txt .textEditor .title,
body:not(.WebSiteHome) #ib_ins_banner_000 .Txt .textEditor .subtitle {
  color: #ffffff;
}
body:not(.WebSiteHome) #ib_ins_banner_000 .Txt .textEditor .title {
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) #ib_ins_banner_000 .Txt .textEditor .title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) #ib_ins_banner_000 .Txt .textEditor .title {
    font-size: 24px;
  }
}
body:not(.WebSiteHome) #ib_ins_banner_000 .Txt .textEditor .subtitle {
  font-size: 70px;
  font-weight: 700;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) #ib_ins_banner_000 .Txt .textEditor .subtitle {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) #ib_ins_banner_000 .Txt .textEditor .subtitle {
    font-size: 28px;
  }
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) #ib_ins_banner_000 .Txt .bread {
    display: none;
  }
}
body:not(.WebSiteHome) .textEditor {
  color: #7f7f7f;
}

address {
  font-style: normal;
}

a {
  color: currentColor;
  cursor: pointer;
}

input[type=text],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
  /* chromes and blink button */
  cursor: pointer;
}

.Img {
  font-size: 0;
}
.Img img {
  height: auto;
}

div.titan {
  display: none;
}

[class*=col-] {
  float: left;
}

.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.33%;
}
.col-4 {
  width: 25%;
}
.col-5 {
  width: 20%;
}
@media (max-width: 480px) {
  .col-1, .col-2, .col-3, .col-4, .col-5 {
    float: none;
    width: 100%;
  }
}

/* 共用的樣式 */
.titleBox {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.titleBox.left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.titleBox.active .subtitle {
  opacity: 1;
  -webkit-animation: bannerTxtShow 0.2s linear 0.4s forwards;
          animation: bannerTxtShow 0.2s linear 0.4s forwards;
}
.titleBox.active .subtitle::before {
  -webkit-animation: bannerMaskShow 0.6s ease-in-out 0.2s forwards;
          animation: bannerMaskShow 0.6s ease-in-out 0.2s forwards;
}
.titleBox .decoTitle {
  display: inline-block;
  border-radius: 99px;
  padding: 8px 15px;
  margin-bottom: 30px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 0 / 1000 * 1px);
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 480px) {
  .titleBox .decoTitle {
    font-size: 12px;
  }
}
.titleBox .title {
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  line-height: calc(60 / 60);
  letter-spacing: calc(60 * 0 / 1000 * 1px);
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 970px) {
  .titleBox .title {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .titleBox .title {
    font-size: 28px;
  }
}
.titleBox .subtitle {
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  color: transparent;
  font-size: 30px;
  font-weight: 700;
  line-height: calc(30 / 30);
  letter-spacing: calc(30 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.titleBox .subtitle::before {
  content: "";
  position: absolute;
  background: #ffffff;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 970px) {
  .titleBox .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .titleBox .subtitle {
    font-size: 20px;
  }
}

.btnBox {
  padding: 0 15px;
}
.btnBox.flex {
  margin: 0 -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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.btnBox.flex.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btnBox.flex.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btnBox.flex .btn {
  min-width: auto;
  max-width: 200px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px;
}
.btnBox.noPadding {
  padding: 0;
}
@media (max-width: 480px) {
  .btnBox.single .btn {
    max-width: 100%;
  }
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 170px;
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  display: block;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (min-width: 1181px) {
  .btnBox .btn:hover .btnText::before {
    opacity: 0.5;
  }
}
.btnBox .btn .btnText {
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 20 / 1000 * 1px);
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.btnBox .btn .btnText::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, #ffffff 0, transparent 100%);
  border-radius: 50%;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  pointer-events: none;
  position: absolute;
  top: unset;
  left: 50%;
  right: unset;
  bottom: -120px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 480px) {
  .btnBox .btn .btnText {
    font-size: 12px;
  }
}
.btnBox .btn.bgMain {
  min-width: 170px;
  height: 50px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8);
  border-width: 1px 0;
}
.btnBox .btn.bgMain::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 50px;
  background: url("../images/border_2.png") no-repeat center;
  background-size: contain;
  top: -1px;
  left: -15px;
}
.btnBox .btn.bgMain::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 50px;
  background: url("../images/border_2.png") no-repeat center;
  background-size: contain;
  top: -1px;
  right: -15px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
@media (max-width: 480px) {
  .btnBox .btn.bgMain {
    min-width: 140px;
  }
}
.btnBox .btn.bgSecond {
  min-width: 200px;
  height: 50px;
  border-radius: 5px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgSecond:hover {
    color: #874ab8;
  }
}
.btnBox .btn.bgThird {
  min-width: 180px;
  height: 50px;
  border-radius: 15px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, right top, from(#d0518b), to(#2f22f2));
  background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(to right, #d0518b 0%, #2f22f2 100%);
  padding: 0 15px;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgThird:hover .btnText {
    color: #874ab8;
  }
}
@media (max-width: 480px) {
  .btnBox .btn.bgThird {
    min-width: unset;
  }
}
.btnBox .btn.bgThird.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btnBox .btn.bgThird .btnText {
  width: auto;
  color: #000000;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.btnBox .btn.bgThird .btnText::before {
  display: none;
}
.btnBox .btn.bgThird .icon {
  width: 25px;
  height: 25px;
  background: url("../images/customIC.png") no-repeat center;
  background-size: contain;
  margin-right: 20px;
}
.btnBox .btn.bgForth {
  min-width: 220px;
  height: 50px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#d0518b), to(#2f22f2));
  background: linear-gradient(to right, #d0518b 0%, #2f22f2 100%);
  padding: 0 30px;
  overflow: hidden;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.btnBox .btn.bgForth::before {
  content: "";
  position: absolute;
  background: #874ab8;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgForth:hover::before {
    opacity: 1;
  }
}
.btnBox .btn.bgForth .btnText {
  width: auto;
  font-weight: 400;
}
.btnBox .btn.bgForth .btnText::before {
  display: none;
}
.btnBox .btn.bgForth .icon {
  width: 20px;
  height: 20px;
  background: url("../images/downloadIC_2.png") no-repeat center;
  background-size: contain;
  margin-right: 30px;
}
.btnBox .btn.rounded {
  border-radius: 24.5px;
}
.btnBox .btn.roundedSlightly {
  border-radius: 4px;
}

/* 共用的樣式 END */
.outerWrap {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.wrap {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*module*/
.moduleBox {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1005;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.moduleBox.catalog {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}
.moduleBox.catalog .moduleWrap {
  width: 100%;
  max-width: 800px;
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0s;
  transition: 0s;
  padding: 0 35px 50px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1023px) {
  .moduleBox.catalog .moduleWrap {
    width: 100%;
  }
}
.moduleBox.catalog .moduleWrap.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.moduleBox.catalog .moduleWrap .closeBox {
  width: 100%;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1023px) {
  .moduleBox.catalog .moduleWrap .closeBox {
    padding: 0 45px;
  }
}
.moduleBox.catalog .moduleWrap .closeBox .text {
  margin-right: 45px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(16 / 16);
  letter-spacing: calc(16 * 0 / 1000 * 1px);
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.moduleBox.catalog .moduleWrap .closeBox .moduleClose {
  margin: 0;
}
.moduleBox.catalog .moduleWrap .moduleContent {
  height: 100%;
  overflow-y: auto;
  padding: 0 10px 30px 0;
}
.moduleBox.catalog .moduleWrap .moduleContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.moduleBox.catalog .moduleWrap .moduleContent::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.moduleBox.catalog .moduleWrap .moduleContent::-webkit-scrollbar-thumb {
  background: #874ab8;
}
.moduleBox.catalog .moduleWrap .moduleContent .albumBox {
  margin-bottom: 40px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.moduleBox.catalog .moduleWrap .moduleContent .albumBox .albumList {
  width: 100%;
  max-width: 815px;
}
.moduleBox.catalog .moduleWrap .moduleContent .albumBox .albumList .item {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.moduleBox.catalog .moduleWrap .moduleContent .albumBox .albumList .item .Img {
  width: 400px;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .moduleBox.catalog .moduleWrap .moduleContent .albumBox .albumList .item .Img {
    width: 100%;
  }
}
.moduleBox.catalog .moduleWrap .moduleContent .albumBox .albumList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.moduleBox.catalog .moduleWrap .moduleContent .albumBox .arrowBox {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.moduleBox.catalog .moduleWrap .moduleContent .albumBox .arrowBox button {
  width: 60px;
  height: 60px;
  pointer-events: auto;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.moduleBox.catalog .moduleWrap .moduleContent .albumBox .arrowBox button.arrowNext i {
  margin: 0 0 0 -5px;
  -webkit-transform: scaleX(1.2) rotate(45deg);
          transform: scaleX(1.2) rotate(45deg);
}
.moduleBox.catalog .moduleWrap .moduleContent .albumBox .arrowBox button i {
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #ffffff #ffffff transparent transparent;
  -webkit-transform: scaleX(1.2) rotate(-135deg);
          transform: scaleX(1.2) rotate(-135deg);
  margin-right: -5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.moduleBox.catalog .moduleWrap .moduleContent .title {
  margin-bottom: 30px;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: calc(30 / 30);
  letter-spacing: calc(30 * 0 / 1000 * 1px);
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 480px) {
  .moduleBox.catalog .moduleWrap .moduleContent .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.moduleBox.catalog .moduleWrap .moduleContent .title span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.moduleBox.catalog .moduleWrap .moduleContent .title i {
  display: block;
  width: 100%;
  height: 1px;
  background: #c1c1c1;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .moduleBox.catalog .moduleWrap .moduleContent .title i {
    display: none;
  }
}
.moduleBox.catalog .moduleWrap .moduleContent .text {
  max-width: 580px;
  color: #7f7f7f;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(30 / 16);
  letter-spacing: calc(16 * 20 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.moduleBox.catalog .moduleWrap .moduleContent .btnBox {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .moduleBox.catalog .moduleWrap .moduleContent .btnBox {
    margin-top: 25px;
  }
}
.moduleBox.catalog .moduleWrap .moduleContent .textEditor {
  margin-top: 85px;
}
@media (max-width: 768px) {
  .moduleBox.catalog .moduleWrap .moduleContent .textEditor {
    margin-top: 40px;
  }
}
.moduleBox .moduleWrap {
  width: 100%;
  max-width: 960px;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  padding-top: 30px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.moduleBox .moduleTitle {
  color: #4b4b4b;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleContent {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.moduleBox .moduleClose {
  width: 30px;
  height: 50px;
  cursor: pointer;
  -webkit-filter: invert(1);
          filter: invert(1);
  margin: 0 30px 15px auto;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8);
  border-width: 1px 0;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.moduleBox .moduleClose::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 50px;
  background: url("../images/border_1.png") no-repeat center;
  background-size: contain;
  left: -15px;
  top: -1px;
}
.moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 50px;
  background: url("../images/border_1.png") no-repeat center;
  background-size: contain;
  right: -15px;
  top: -1px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
@media (min-width: 1181px) {
  .moduleBox .moduleClose:hover i {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.moduleBox .moduleClose i {
  display: block;
  width: 20px;
  height: 1px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.moduleBox .moduleClose i::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.moduleBox.privacy .moduleWrap {
  max-width: 700px;
  padding-top: 30px;
  position: relative;
  z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: left;
}
@media (max-width: 640px) {
  .moduleBox.privacy .moduleTitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.moduleBox.privacy .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.privacy .settingBox + .settingBox {
  margin-top: 25px;
}
.moduleBox.privacy .text {
  font-size: 15px;
  line-height: 1.35;
}
@media (max-width: 640px) {
  .moduleBox.privacy .text {
    font-size: 14px;
  }
}
.moduleBox.privacy .btnBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.moduleBox.privacy .btnBox .btn:not(.textLink) {
  padding: 10px 15px;
}
@media (max-width: 480px) {
  .moduleBox.privacy .btnBox .btn:not(.textLink) {
    padding: 10px;
  }
}
.moduleBox.privacy .btnBox .btn.textLink {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1181px) {
  .moduleBox.privacy .btnBox .btn.textLink:hover::before {
    width: 100%;
    left: 0;
  }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
.moduleBox.privacy .customList .topBox::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-80%) rotate(-45deg);
          transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
  -webkit-transform: translateY(-100%) rotate(45deg);
          transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.35;
  padding-bottom: 3px;
}
.moduleBox.privacy .customList .topBox .trigger label {
  cursor: pointer;
  display: inline-block;
}
.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
  cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
  background-color: white;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: white;
  -webkit-transform: translate(75%, -50%);
          transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
  width: 38px;
  height: 14px;
  border-radius: 30px;
  background-color: #d9d9d9;
  display: block;
  margin-left: auto;
  position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #b5b5b5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1181px) {
  .moduleBox.privacy .customList .topBox:hover .subtitle {
    color: #ffffff;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .topBox {
    margin-bottom: 5px;
  }
}
.moduleBox.privacy .customList .text {
  background-color: #e1e1e1;
  padding: 18px 15px;
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .text {
    padding: 15px 12px;
  }
}
.moduleBox {
  /*洽詢車&購物車*/
}
.moduleBox.cart .moduleWrap {
  max-width: 480px;
}
.moduleBox.cart .text {
  color: #373737;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}
.moduleBox.cart .text b {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #874ab8;
}
.moduleBox.cart .cartBox {
  max-height: 50vh;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-y: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 12px;
  padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
  width: 100px;
  padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  position: relative;
}
.moduleBox.cart .cartList .title {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1181px) {
  .moduleBox.cart .cartList .title a:hover {
    color: #ffffff;
  }
}
.moduleBox.cart .cartList .spec {
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 3px;
}
.moduleBox.cart .cartList .num {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1;
}
.moduleBox.cart .cartList .del {
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1181px) {
  .moduleBox.cart .cartList .del:hover {
    background-color: #ffffff;
    color: #fff;
  }
}
.moduleBox.cart .cartList .del svg {
  width: 15px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 400px) {
  .moduleBox.cart .cartList .Img {
    width: 85px;
  }
}
.moduleBox {
  /*訂單查詢*/
}
.moduleBox.orderCheck .moduleWrap {
  max-width: 480px;
}
.moduleBox.orderCheck .formBox {
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.moduleBox {
  /*搜尋*/
}
.moduleBox.search .moduleWrap {
  max-width: 480px;
}
.moduleBox.search .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.search .searchBox {
  margin: 30px 0;
  position: relative;
}
.moduleBox.search .searchBox input[type=text] {
  display: block;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 12px 55px 12px 15px;
  border-radius: 5px 0 0 5px;
}
.moduleBox.search .searchBox button {
  width: 46px;
  height: 46px;
  background: -webkit-gradient(linear, left top, right top, from(#d0518b), to(#2f22f2));
  background: linear-gradient(to right, #d0518b 0%, #2f22f2 100%);
  border-radius: 0 5px 5px 0;
  color: #ffffff;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.moduleBox.search .searchBox button svg {
  width: 20px;
  height: 20px;
}
.moduleBox {
  /*提醒使用cookie彈窗*/
}
.moduleBox.cookie .moduleWrap {
  max-width: 480px;
}
.moduleBox.cookie .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  background: linear-gradient(-45deg, #62239f, #5947c1, #c61772, #7272c6, #0ddefb);
  background-size: 200% 200%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.loadingArea .loadLogo {
  width: 190px;
  height: 190px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.loadingArea .loadLogo .main {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1;
  stroke-dasharray: 660;
  stroke-dashoffset: 660;
}
.loadingArea .loadLogo .dot {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.loadingArea .loadLogo .circle {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4;
  stroke-dasharray: 754;
  stroke-dashoffset: 754;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.loadingArea.show {
  pointer-events: auto;
}
.loadingArea.show .loadLogo .main {
  -webkit-animation: loadingOffset 1.8s linear 0.35s forwards;
          animation: loadingOffset 1.8s linear 0.35s forwards;
}
.loadingArea.show .loadLogo .dot {
  opacity: 1;
}
.loadingArea.show .loadLogo .circle {
  stroke-dashoffset: 0;
}
.loadingArea.hide {
  opacity: 0;
  pointer-events: none;
}

.linearBG {
  background: linear-gradient(-45deg, #62239f, #5947c1, #c61772, #7272c6, #0ddefb);
  background-size: 400% 400%;
  -webkit-animation: gradient 10s ease infinite;
          animation: gradient 10s ease infinite;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
  pointer-events: none;
  overflow: hidden;
  position: fixed;
  height: 100vh;
}
@media (max-width: 480px) {
  .linearBG {
    height: 110vh;
    background-size: 200% 200%;
    -webkit-animation: none;
            animation: none;
  }
}
.linearBG .gradientBall {
  border-radius: 50%;
  position: absolute;
  opacity: 0.4;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 480px) {
  .linearBG .gradientBall {
    display: none;
    -webkit-animation: none;
            animation: none;
  }
}
.linearBG .ball-1 {
  width: 1200px;
  height: 1200px;
  background: radial-gradient(circle, #ca1a72 0%, rgba(238, 174, 202, 0.8) 100%);
  top: -5%;
  left: -30%;
  -webkit-animation: floatBall1 18s infinite alternate;
          animation: floatBall1 18s infinite alternate;
}
.linearBG .ball-2 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #335dd2 0%, rgba(29, 161, 253, 0.4) 100%);
  top: 18%;
  right: -10%;
  -webkit-animation: floatBall2 25s infinite alternate;
          animation: floatBall2 25s infinite alternate;
}
.linearBG .ball-3 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #335dd2 0%, rgba(29, 161, 253, 0.4) 100%);
  top: 24%;
  left: -10%;
  -webkit-animation: floatBall3 28s infinite alternate;
          animation: floatBall3 28s infinite alternate;
}
.linearBG .ball-4 {
  width: 1000px;
  height: 1000px;
  background: radial-gradient(circle, #ca1a72 0%, rgba(238, 174, 202, 0.4) 100%);
  top: 24%;
  right: -10%;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  mix-blend-mode: screen;
  -webkit-animation: floatBall4 35s infinite alternate;
          animation: floatBall4 35s infinite alternate;
}
.linearBG .ball-5 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #335dd2 0%, rgba(29, 161, 253, 0.8) 100%);
  top: 42%;
  left: -25%;
  -webkit-animation: floatBall5 42s infinite alternate;
          animation: floatBall5 42s infinite alternate;
}
.linearBG .ball-6 {
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, #335dd2 0%, rgba(29, 161, 253, 0.8) 100%);
  top: 47.5%;
  right: 10%;
  mix-blend-mode: screen;
  -webkit-animation: floatBall6 50s infinite alternate;
          animation: floatBall6 50s infinite alternate;
}
.linearBG .ball-7 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #5370bf 0%, #2143a0 100%);
  top: 49.5%;
  right: 14%;
  -webkit-animation: floatBall7 45s infinite alternate;
          animation: floatBall7 45s infinite alternate;
}
.linearBG .ball-8 {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, #d9e0f5 0%, #8998c4 100%);
  top: 51%;
  right: 16%;
}

.canvasBox {
  background: linear-gradient(-45deg, #62239f, #5947c1, #c61772, #7272c6, #0ddefb);
  background-size: 400% 400%;
  -webkit-animation: gradient 10s ease infinite;
          animation: gradient 10s ease infinite;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
  pointer-events: none;
  overflow: hidden;
  position: fixed;
  height: 100vh;
}
@media (max-width: 480px) {
  .canvasBox {
    height: 110vh;
    background-size: 200% 200%;
    -webkit-animation: none;
            animation: none;
  }
}

#canvas {
  display: block;
  width: 100%;
  height: 100%;
}

/*header*/
header {
  width: 100%;
  height: 90px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 99;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
header.scroll, header.noBannerPage {
  backdrop-filter: blur(10px);
}
header.scroll.innerPage, header.noBannerPage.innerPage {
  border-color: #dcdcdc;
}
header.scroll.innerPage .logo, header.noBannerPage.innerPage .logo {
  -webkit-filter: none;
          filter: none;
}
header.scroll.innerPage .menuBox .menu li a, header.noBannerPage.innerPage .menuBox .menu li a {
  color: #4b4b4b;
}
header.scroll.innerPage .menuBox .menu li a.current, header.noBannerPage.innerPage .menuBox .menu li a.current {
  color: #874ab8;
}
header.scroll.innerPage .rightBox .searchBtn, header.noBannerPage.innerPage .rightBox .searchBtn {
  background: rgba(219, 219, 219, 0.2);
  border-color: rgba(219, 219, 219, 0.8);
}
header.scroll.innerPage .rightBox .searchBtn::before, header.scroll.innerPage .rightBox .searchBtn::after, header.noBannerPage.innerPage .rightBox .searchBtn::before, header.noBannerPage.innerPage .rightBox .searchBtn::after {
  background: url("../images/border_2_1.png") no-repeat center;
  background-size: contain;
}
header.scroll.innerPage .rightBox .searchBtn svg, header.noBannerPage.innerPage .rightBox .searchBtn svg {
  color: #a7a7a7;
}
@media (min-width: 1181px) {
  header.scroll.innerPage .rightBox .searchBtn svg:hover, header.noBannerPage.innerPage .rightBox .searchBtn svg:hover {
    color: #ffffff;
  }
}
header.scroll.innerPage .rightBox .socialBox, header.noBannerPage.innerPage .rightBox .socialBox {
  background: rgba(219, 219, 219, 0.2);
  border-color: rgba(219, 219, 219, 0.8);
}
header.scroll.innerPage .rightBox .socialBox::before, header.scroll.innerPage .rightBox .socialBox::after, header.noBannerPage.innerPage .rightBox .socialBox::before, header.noBannerPage.innerPage .rightBox .socialBox::after {
  background: url("../images/border_2_1.png") no-repeat center;
  background-size: contain;
}
header.scroll.innerPage .rightBox .socialBox .socialList a, header.noBannerPage.innerPage .rightBox .socialBox .socialList a {
  color: #a7a7a7;
}
@media (min-width: 1181px) {
  header.scroll.innerPage .rightBox .socialBox .socialList a:hover, header.noBannerPage.innerPage .rightBox .socialBox .socialList a:hover {
    color: #ffffff;
  }
  header.scroll.innerPage .rightBox .socialBox .socialList a:hover i.digi, header.noBannerPage.innerPage .rightBox .socialBox .socialList a:hover i.digi {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
header.scroll.innerPage .rightBox .socialBox .socialList a::before, header.noBannerPage.innerPage .rightBox .socialBox .socialList a::before {
  background: url("../images/borderBase_2.png") no-repeat center;
  background-size: contain;
}
header.scroll.innerPage .rightBox .socialBox .socialList i.digi, header.noBannerPage.innerPage .rightBox .socialBox .socialList i.digi {
  -webkit-filter: grayscale(1) brightness(2);
          filter: grayscale(1) brightness(2);
}
header.scroll.innerPage .rightBox .slideMenuTrigger, header.noBannerPage.innerPage .rightBox .slideMenuTrigger {
  background: rgba(219, 219, 219, 0.2);
  border-color: rgba(219, 219, 219, 0.8);
}
header.scroll.innerPage .rightBox .slideMenuTrigger::before, header.scroll.innerPage .rightBox .slideMenuTrigger::after, header.noBannerPage.innerPage .rightBox .slideMenuTrigger::before, header.noBannerPage.innerPage .rightBox .slideMenuTrigger::after {
  background: url("../images/border_2_1.png") no-repeat center;
  background-size: contain;
}
header.scroll.innerPage .rightBox .slideMenuTrigger .line, header.noBannerPage.innerPage .rightBox .slideMenuTrigger .line {
  background: #c1c1c1;
}
header.scroll.innerPage .rightBox .slideMenuTrigger .line::before, header.scroll.innerPage .rightBox .slideMenuTrigger .line::after, header.noBannerPage.innerPage .rightBox .slideMenuTrigger .line::before, header.noBannerPage.innerPage .rightBox .slideMenuTrigger .line::after {
  background: #c1c1c1;
}
header.scroll.innerPage .rightBox .slideMenuTrigger .circle, header.noBannerPage.innerPage .rightBox .slideMenuTrigger .circle {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
header .wrap {
  max-width: 100%;
  height: 100%;
  padding: 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1480px) {
  header .wrap {
    padding: 0 30px;
  }
}
header .logo {
  width: 220px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (max-width: 1480px) {
  header .logo {
    width: 170px;
  }
}
header .logo a {
  display: block;
}
header .logo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
header .menuBox {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1180px) {
  header .menuBox {
    display: none;
  }
}
header .menuBox .menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1600px) {
  header .menuBox .menu {
    padding-right: 100px;
  }
}
header .menuBox .menu li {
  height: 100%;
  margin: 0 20px;
}
@media (max-width: 1480px) {
  header .menuBox .menu li {
    margin: 0 10px;
  }
}
header .menuBox .menu li a {
  height: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(16 / 16);
  letter-spacing: calc(16 * 50 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
header .menuBox .menu li a::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, #ffffff 0, transparent 100%);
  border-radius: 50%;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  pointer-events: none;
  position: absolute;
  top: unset;
  left: 50%;
  right: unset;
  bottom: -120px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1480px) {
  header .menuBox .menu li a {
    font-size: 15px;
  }
}
@media (max-width: 1240px) {
  header .menuBox .menu li a {
    font-size: 13px;
  }
}
header .rightBox {
  position: relative;
  z-index: 2;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
header .rightBox .searchBtn {
  width: 30px;
  height: 50px;
  position: relative;
  margin-right: 40px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8);
  border-width: 1px 0;
}
header .rightBox .searchBtn::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 50px;
  background: url("../images/border_2.png") no-repeat center;
  background-size: contain;
  left: -15px;
  top: -1px;
}
header .rightBox .searchBtn::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 50px;
  background: url("../images/border_2.png") no-repeat center;
  background-size: contain;
  right: -15px;
  top: -1px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
header .rightBox .searchBtn {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 1181px) {
  header .rightBox .searchBtn:hover svg {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-filter: drop-shadow(0 2px 0 #000000);
            filter: drop-shadow(0 2px 0 #000000);
  }
}
header .rightBox .searchBtn svg {
  width: 20px;
  height: 20px;
  color: #ffffff;
  will-change: transform filter;
}
header .rightBox .searchBtn a::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1480px) {
  header .rightBox .socialBox {
    margin-right: 40px;
  }
}
@media (max-width: 1180px) {
  header .rightBox .socialBox {
    display: none;
  }
}

.socialBox {
  height: 50px;
  position: relative;
  margin-right: 70px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8);
  border-width: 1px 0;
}
.socialBox::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 50px;
  background: url("../images/border_2.png") no-repeat center;
  background-size: contain;
  left: -15px;
  top: -1px;
}
.socialBox::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 50px;
  background: url("../images/border_2.png") no-repeat center;
  background-size: contain;
  right: -15px;
  top: -1px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.socialBox .socialList {
  height: 100%;
  margin: 0 -15px;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.socialBox .socialList li {
  height: 100%;
}
.socialBox .socialList a {
  width: 58px;
  height: 100%;
  color: #ffffff;
  font-size: 18px;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.socialBox .socialList a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/borderBase_1.png") no-repeat center;
  background-size: contain;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (min-width: 1181px) {
  .socialBox .socialList a:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .socialBox .socialList a:hover i:not(:first-child) {
    opacity: 1;
  }
}
.socialBox .socialList a i {
  position: absolute;
}
.socialBox .socialList a i:not(:first-child) {
  opacity: 0;
}
.socialBox .socialList a i:nth-of-type(2) {
  text-shadow: 0 2px blue;
  font-size: 20px;
  animation: glitch-animation-1 2s linear 0s infinite alternate-reverse;
}
.socialBox .socialList a i.digi {
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/digi.png") no-repeat center;
  background-size: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/*slideMenu*/
.slideMenuTrigger {
  width: 30px;
  height: 50px;
  cursor: pointer;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8);
  border-width: 1px 0;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.slideMenuTrigger::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 50px;
  background: url("../images/border_1.png") no-repeat center;
  background-size: contain;
  left: -15px;
  top: -1px;
}
.slideMenuTrigger::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 50px;
  background: url("../images/border_1.png") no-repeat center;
  background-size: contain;
  right: -15px;
  top: -1px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
@media (min-width: 1181px) {
  .slideMenuTrigger:hover .line {
    width: 0;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .slideMenuTrigger:hover .circle {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
@media (min-width: 1181px) {
  .slideMenuTrigger.close:hover .line {
    width: 20px;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .slideMenuTrigger.close:hover .circle {
    display: none;
  }
}
.slideMenuTrigger.close .line {
  background: transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.slideMenuTrigger.close .line::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slideMenuTrigger.close .line::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.slideMenuTrigger .line {
  display: block;
  width: 20px;
  height: 1px;
  background: #ffffff;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.slideMenuTrigger .line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: -8px;
  left: 0;
}
.slideMenuTrigger .line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  bottom: -8px;
  left: 0;
}
.slideMenuTrigger .circle {
  width: 30px;
  height: 30px;
  background: url("../images/logo.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.slideMenuArea {
  width: 100%;
  max-width: 480px;
  height: 100vh;
  background: #7129aa;
  opacity: 0;
  overflow-x: hidden;
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #874ab8;
}
.slideMenuArea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #874ab8;
}
.slideMenuArea::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.slideMenuArea {
  position: fixed;
  top: 0;
  left: unset;
  right: 0;
  bottom: unset;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slideMenuArea.show .topBox {
  -webkit-animation: slideLeftAnimation 0.5s 0.4s ease-in-out both;
          animation: slideLeftAnimation 0.5s 0.4s ease-in-out both;
}
.slideMenuArea.show .socialBox {
  -webkit-animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
          animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
}
.slideMenuArea.show .menuBox {
  -webkit-animation: slideLeftAnimation 0.5s 0.8s ease-in-out both;
          animation: slideLeftAnimation 0.5s 0.8s ease-in-out both;
}
.slideMenuArea .wrap {
  padding: 0;
}
.slideMenuArea .topBox {
  padding: 20px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.slideMenuArea .topBox .slideMenuLogo {
  width: 220px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.slideMenuArea .topBox .slideMenuLogo a {
  display: block;
}
.slideMenuArea .topBox .slideMenuLogo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slideMenuArea .topBox .rightBox {
  padding-right: 15px;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.slideMenuArea .topBox .rightBox .text {
  margin-right: 40px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(16 / 16);
  letter-spacing: calc(16 * 0 / 1000 * 1px);
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 408px) {
  .slideMenuArea .topBox .rightBox .text {
    display: none;
  }
}
.slideMenuArea .socialBox {
  height: auto;
  background: none;
  border: none;
  margin: 0 0 20px;
  padding: 0 30px;
}
.slideMenuArea .socialBox::before, .slideMenuArea .socialBox::after {
  display: none;
}
.slideMenuArea .socialBox .socialList {
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.slideMenuArea .socialBox .socialList li {
  width: 20px;
  height: 20px;
  margin-right: 30px;
}
.slideMenuArea .socialBox .socialList li:last-child {
  margin: 0;
}
.slideMenuArea .socialBox .socialList a {
  width: 100%;
}
.slideMenuArea .socialBox .socialList a::before {
  display: none;
}
.slideMenuArea .menuBox {
  padding: 0 30px;
}
.slideMenuArea .menuBox .nav > .menuItem {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span {
  cursor: pointer;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
  position: absolute;
  top: 50%;
  left: unset;
  right: 0;
  bottom: unset;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #ffffff #ffffff transparent transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  position: absolute;
  top: 50%;
  left: unset;
  right: 10px;
  bottom: unset;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span > a::after {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open .submenu {
  -webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
          animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav > .menuItem a {
  display: block;
  padding: 20px 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: calc(17 / 17);
  letter-spacing: calc(17 * 50 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav > .menuItem a.hasThirdMenu {
  padding: 0;
}
.slideMenuArea .menuBox .nav > .menuItem a .en {
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  padding-right: 5px;
}
.slideMenuArea .menuBox .nav .submenu {
  display: none;
  padding: 0 10px 20px;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem {
  margin-bottom: 15px;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem:last-child {
  margin: 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a {
  opacity: 0.7;
  padding: 0;
}
@media (min-width: 1181px) {
  .slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
    opacity: 1;
  }
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a.current {
  opacity: 1;
}
.slideMenuArea .menuBox .nav .thirdMenu {
  display: none;
  padding: 20px 15px 0;
}
.slideMenuArea .menuBox .nav .thirdMenu .thirdMenuItem {
  margin-bottom: 15px;
}
.slideMenuArea .menuBox .nav .thirdMenu .thirdMenuItem:last-child {
  margin: 0;
}
.slideMenuArea .menuBox .nav .thirdMenu .thirdMenuItem a {
  font-size: 14px;
}
.slideMenuArea .copyrightBox {
  text-align: left;
  padding: 0 30px 40px;
  margin-top: 100px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.slideMenuArea .copyrightBox::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#8decef), to(#375eb0));
  background: linear-gradient(to right, #8decef, #375eb0);
  left: 30px;
  bottom: 0;
}
.slideMenuArea .decoBG {
  width: 100%;
  height: 650px;
  background: url("../images/homeAboutDeco_1.png") no-repeat top center;
  mix-blend-mode: screen;
  pointer-events: none;
  position: absolute;
  top: unset;
  left: 50%;
  right: unset;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
@media (max-width: 480px) {
  .slideMenuArea .decoBG {
    display: none;
  }
}

.slideMenuMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 1023px) {
  .bannerArea#ib_ins_banner_000 .Img {
    height: 0;
    padding-bottom: 40%;
  }
}
@media (max-width: 480px) {
  .bannerArea#ib_ins_banner_000 .Img {
    padding-bottom: 75%;
  }
}
.bannerArea#ib_ins_banner_000 .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1023px) {
  .bannerArea#ib_ins_banner_000 .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}

/*footer*/
footer {
  padding: 40px 0 65px;
}
footer .topBox {
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
footer .topBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#8decef), to(#375eb0));
  background: linear-gradient(to right, #8decef, #375eb0);
  bottom: 0;
  left: 0;
}
@media (max-width: 940px) {
  footer .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 600px) {
  footer .topBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 940px) {
  footer .topBox .menuBox {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  footer .topBox .menuBox {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .topBox .menuBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 600px) {
  footer .topBox .menuBox ul {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .topBox .menuBox ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  footer .topBox .menuBox ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  footer .topBox .menuBox ul > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
footer .topBox .menuBox ul li {
  margin-right: 65px;
}
@media (max-width: 800px) {
  footer .topBox .menuBox ul li {
    margin-right: 30px;
  }
}
@media (max-width: 600px) {
  footer .topBox .menuBox ul li {
    margin: 0;
  }
}
footer .topBox .menuBox ul li:last-child {
  margin: 0;
}
footer .topBox .menuBox ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(16 / 16);
  letter-spacing: calc(16 * 50 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
  footer .topBox .menuBox ul li a:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  }
}
footer .topBox .socialBox {
  height: auto;
  background: none;
  border: none;
  margin: 0;
}
footer .topBox .socialBox::before, footer .topBox .socialBox::after {
  display: none;
}
footer .topBox .socialBox .socialList {
  margin: 0;
}
footer .topBox .socialBox .socialList li {
  width: 20px;
  height: 20px;
  margin-right: 30px;
}
footer .topBox .socialBox .socialList li:last-child {
  margin: 0;
}
footer .topBox .socialBox .socialList a {
  width: 100%;
}
footer .topBox .socialBox .socialList a::before {
  display: none;
}
footer .bottomBox {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 800px) {
  footer .bottomBox {
    -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;
  }
}
footer .bottomBox .side_contactInfo ul li {
  color: #e1e1e1;
}
@media (max-width: 800px) {
  footer .bottomBox .side_contactInfo ul li {
    text-align: center;
  }
}
footer .bottomBox .footerLogo {
  width: 151px;
  position: absolute;
  top: 0;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
@media (max-width: 800px) {
  footer .bottomBox .footerLogo {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
  }
}
footer .bottomBox .footerLogo a {
  display: block;
}
footer .bottomBox .footerLogo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 800px) {
  footer .bottomBox .infoBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 40px;
  }
}
@media (max-width: 800px) {
  footer .bottomBox .copyrightBox {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
  }
}

.side_contactInfo ul li {
  opacity: 0.7;
  margin-bottom: 15px;
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 0 / 1000 * 1px);
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (min-width: 1181px) {
  .side_contactInfo ul li:hover {
    opacity: 1;
  }
}

.copyrightBox {
  text-align: right;
}
.copyrightBox .copyright {
  opacity: 0.7;
  margin-bottom: 15px;
  color: #e1e1e1;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 0 / 1000 * 1px);
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (min-width: 1181px) {
  .copyrightBox .copyright:hover {
    opacity: 1;
  }
}
.copyrightBox .mail {
  margin-bottom: 15px;
}
.copyrightBox .mail a {
  opacity: 0.7;
  color: #e1e1e1;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 0 / 1000 * 1px);
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (min-width: 1181px) {
  .copyrightBox .mail a:hover {
    opacity: 1;
  }
}
.copyrightBox .ibestLink span,
.copyrightBox .ibestLink a {
  opacity: 0.7;
  color: #e1e1e1;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 0 / 1000 * 1px);
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
  .copyrightBox .ibestLink a:hover {
    opacity: 1;
  }
}

.privacyArea {
  width: 100%;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea.show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.privacyArea .text {
  width: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
}
.privacyArea .text a {
  color: #ffffff;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 1181px) {
  .privacyArea .text a:hover {
    color: #ffffff;
  }
}
.privacyArea .btnBox {
  width: 100%;
  max-width: 360px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .privacyArea .btnBox {
    max-width: 100%;
  }
}

/*手機快捷選單*/
/*後台預覽模式 系統預設，非必要請勿刪除*/
.adminPreviewArea {
  max-width: 320px;
  border: 4px solid #ffe2e2;
  border-radius: 5px;
  background: #fdc9c9;
  color: #000;
  padding: 20px;
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 99999;
}
.adminPreviewArea button {
  text-decoration: underline;
}

/*後台登入模式 系統預設，非必要請勿刪除*/
.adminLoginArea {
  width: 100%;
  background-color: rgba(180, 0, 0, 0.85);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  text-align: center;
}
.adminLoginArea p {
  padding: 20px 15px;
}

/*********內頁**********/
.mainArea .contentBox {
  clear: both;
}

/*bread*/
.bread {
  display: inline-block;
  border-radius: 99px;
  padding: 8px 20px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
}
.bread .wrap {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.bread .wrap a,
.bread .wrap span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.bread .wrap a {
  color: #ffffff;
}
@media (min-width: 1181px) {
  .bread .wrap a:hover {
    color: #874ab8;
  }
}
.bread .wrap span {
  color: #ffffff;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
  position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 20px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 10%;
  left: 10px;
  z-index: 1;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
  padding-left: 25px;
}
.bread.horizontalLine .wrap a + a::before,
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}

.breadBox {
  text-align: center;
  margin-bottom: 40px;
}
.breadBox .bread {
  background: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#d0518b), to(#2f22f2));
  background-image: linear-gradient(to right, #d0518b 0%, #2f22f2 100%);
}
@media (min-width: 1181px) {
  .breadBox .bread a:hover {
    color: #ffffff;
    opacity: 0.8;
  }
}

.topBanner {
  text-align: center;
  overflow: hidden;
  padding: 175px 0 60px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 1180px) {
  .topBanner {
    padding-top: 120px;
  }
}
.topBanner.active .bread {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.topBanner.active .textBox .subtitle,
.topBanner.active .textBox .title {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.topBanner.active .centerBox .imgBase .img_1 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.topBanner.active .centerBox .imgBase .img_2 {
  opacity: 0.25;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.topBanner.active .centerBox .imgBase .img_3 {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-animation: scale-breathing 4s ease-in-out 0.65s infinite;
          animation: scale-breathing 4s ease-in-out 0.65s infinite;
}
.topBanner.active .centerBox .imgBase .img_4,
.topBanner.active .centerBox .imgBase .img_6 {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
.topBanner.active .centerBox .imgBase .img_5 {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.topBanner .bread {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.topBanner .textBox {
  pointer-events: none;
  position: absolute;
  top: 230px;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
@media (max-width: 1180px) {
  .topBanner .textBox {
    top: 185px;
  }
}
.topBanner .textBox .subtitle {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 70px;
  font-weight: 700;
  line-height: calc(70 / 70);
  letter-spacing: calc(70 * 0 / 1000 * 1px);
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media (max-width: 1180px) {
  .topBanner .textBox .subtitle {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .topBanner .textBox .subtitle {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.topBanner .textBox .title {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  line-height: calc(35 / 35);
  letter-spacing: calc(35 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media (max-width: 1180px) {
  .topBanner .textBox .title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .topBanner .textBox .title {
    font-size: 18px;
  }
}
.topBanner .centerBox {
  pointer-events: none;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 800px) {
  .topBanner .centerBox {
    margin-bottom: -50px;
  }
}
@media (max-width: 480px) {
  .topBanner .centerBox {
    margin-bottom: -100px;
  }
}
.topBanner .centerBox .imgBase {
  width: 1200px;
  padding-top: 200px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 800px) {
  .topBanner .centerBox .imgBase {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    padding-top: 85px;
  }
}
@media (max-width: 480px) {
  .topBanner .centerBox .imgBase {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    padding: 0;
  }
}
.topBanner .centerBox .imgBase .img_1 {
  width: 1111px;
  height: 359px;
  background: url("../images/innerBannerImg_1.png") no-repeat center;
  background-size: contain;
  opacity: 0;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.topBanner .centerBox .imgBase .img_2 {
  width: 1061px;
  height: 361px;
  background: url("../images/innerBannerImg_2.png") no-repeat center;
  background-size: contain;
  opacity: 0;
  -webkit-filter: brightness(10);
          filter: brightness(10);
  position: absolute;
  top: unset;
  left: 50%;
  right: unset;
  bottom: 50px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translate(-50%, 40px);
          transform: translate(-50%, 40px);
}
.topBanner .centerBox .imgBase .img_3 {
  width: 1097px;
  height: 374px;
  background: url("../images/innerBannerImg_3.png") no-repeat center;
  background-size: contain;
  opacity: 0;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  position: absolute;
  top: unset;
  left: 50%;
  right: unset;
  bottom: 75px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  -webkit-transform: translateX(-50%) scale(0.75);
          transform: translateX(-50%) scale(0.75);
}
.topBanner .centerBox .imgBase .img_4 {
  width: 1058px;
  height: 368px;
  background: url("../images/innerBannerImg_4.png") no-repeat center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  position: absolute;
  top: unset;
  left: 50%;
  right: unset;
  bottom: 96px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  -webkit-transform: translateX(-50%) scale(0.5);
          transform: translateX(-50%) scale(0.5);
}
.topBanner .centerBox .imgBase .img_5 {
  width: 251px;
  height: 76px;
  background: url("../images/innerBannerImg_5.png") no-repeat center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  position: absolute;
  top: unset;
  left: 50%;
  right: unset;
  bottom: 260px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  -webkit-transform: translate(-50%, 40px);
          transform: translate(-50%, 40px);
}
.topBanner .centerBox .imgBase .img_5::before {
  content: "";
  position: absolute;
  width: 254px;
  height: 349px;
  background: url("../images/innerBannerImg_5_1.png") no-repeat center;
  background-size: contain;
  -webkit-animation: natural-opacity-breathing 3s ease-in-out infinite;
          animation: natural-opacity-breathing 3s ease-in-out infinite;
  position: absolute;
  top: unset;
  left: 50%;
  right: unset;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.topBanner .centerBox .imgBase .img_6 {
  width: 1132px;
  height: 396px;
  background: url("../images/innerBannerImg_6.png") no-repeat center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  position: absolute;
  top: unset;
  left: 50%;
  right: unset;
  bottom: 110px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  -webkit-transform: translateX(-50%) scale(0.5);
          transform: translateX(-50%) scale(0.5);
}
.topBanner .centerBox .imgBase .img_6 .icon {
  pointer-events: auto;
  position: absolute;
  opacity: 0;
}
@media (min-width: 1181px) {
  .topBanner .centerBox .imgBase .img_6 .icon:hover i {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-filter: drop-shadow(2px 5px 0px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(2px 5px 0px rgba(0, 0, 0, 0.5));
  }
}
@media (max-width: 480px) {
  .topBanner .centerBox .imgBase .img_6 .icon {
    display: none;
  }
}
.topBanner .centerBox .imgBase .img_6 .icon:nth-of-type(1) {
  top: -5px;
  left: 230px;
  -webkit-animation: gradual-flash 1s linear 1.75s forwards, enhanced-quick-flash 4s 3s ease-in-out infinite;
          animation: gradual-flash 1s linear 1.75s forwards, enhanced-quick-flash 4s 3s ease-in-out infinite;
}
.topBanner .centerBox .imgBase .img_6 .icon:nth-of-type(1) i {
  margin-bottom: -10px;
}
.topBanner .centerBox .imgBase .img_6 .icon:nth-of-type(2) {
  top: 117px;
  left: 42px;
  -webkit-animation: gradual-flash 1s linear 2.1s forwards;
          animation: gradual-flash 1s linear 2.1s forwards;
}
.topBanner .centerBox .imgBase .img_6 .icon:nth-of-type(3) {
  bottom: -30px;
  left: 186px;
  -webkit-animation: gradual-flash 1s linear 2.25s forwards, enhanced-quick-flash 3s 3.5s ease-in-out infinite;
          animation: gradual-flash 1s linear 2.25s forwards, enhanced-quick-flash 3s 3.5s ease-in-out infinite;
}
.topBanner .centerBox .imgBase .img_6 .icon:nth-of-type(4) {
  bottom: -115px;
  left: calc(50% + 1px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: gradual-flash 1s linear 2.7s forwards, enhanced-quick-flash 4s 5s ease-in-out infinite;
          animation: gradual-flash 1s linear 2.7s forwards, enhanced-quick-flash 4s 5s ease-in-out infinite;
}
.topBanner .centerBox .imgBase .img_6 .icon:nth-of-type(5) {
  bottom: -30px;
  right: 181px;
  -webkit-animation: gradual-flash 1s linear 1.85s forwards;
          animation: gradual-flash 1s linear 1.85s forwards;
}
.topBanner .centerBox .imgBase .img_6 .icon:nth-of-type(6) {
  top: 117px;
  right: 42px;
  -webkit-animation: gradual-flash 1s linear 2.45s forwards;
          animation: gradual-flash 1s linear 2.45s forwards;
}
.topBanner .centerBox .imgBase .img_6 .icon:nth-of-type(7) {
  top: -15px;
  right: 230px;
  -webkit-animation: gradual-flash 1s linear 2.1s forwards, enhanced-quick-flash 3s 4.5s ease-in-out infinite;
          animation: gradual-flash 1s linear 2.1s forwards, enhanced-quick-flash 3s 4.5s ease-in-out infinite;
}
.topBanner .centerBox .imgBase .img_6 .icon a {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.topBanner .centerBox .imgBase .img_6 .icon i {
  display: block;
  width: 75px;
  height: 75px;
  will-change: transform, filter;
  margin: 0 auto;
}
.topBanner .centerBox .imgBase .img_6 .icon i.icon_1 {
  background: url("../images/bannerIC_1.png") no-repeat center;
  background-size: contain;
}
.topBanner .centerBox .imgBase .img_6 .icon i.icon_2 {
  background: url("../images/bannerIC_2.png") no-repeat center;
  background-size: contain;
}
.topBanner .centerBox .imgBase .img_6 .icon i.icon_3 {
  background: url("../images/bannerIC_3.png") no-repeat center;
  background-size: contain;
}
.topBanner .centerBox .imgBase .img_6 .icon i.icon_4 {
  background: url("../images/bannerIC_4_2.png") no-repeat center;
  background-size: contain;
  margin-bottom: 10px;
}
.topBanner .centerBox .imgBase .img_6 .icon i.icon_5 {
  background: url("../images/bannerIC_4.png") no-repeat center;
  background-size: contain;
}
.topBanner .centerBox .imgBase .img_6 .icon i.icon_6 {
  background: url("../images/bannerIC_6_2.png") no-repeat center;
  background-size: contain;
}
.topBanner .centerBox .imgBase .img_6 .icon i.icon_7 {
  background: url("../images/bannerIC_7.png") no-repeat center;
  background-size: contain;
}
.topBanner .centerBox .imgBase .img_6 .icon .text {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(15 / 15);
  letter-spacing: calc(15 * 0 / 1000 * 1px);
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.topBanner .scrollDown {
  cursor: pointer;
  margin-top: 30px;
}
@media (min-width: 1181px) {
  .topBanner .scrollDown:hover .icon i::before, .topBanner .scrollDown:hover .icon i::after {
    opacity: 1;
  }
}
@media (max-width: 800px) {
  .topBanner .scrollDown {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .topBanner .scrollDown {
    display: none;
  }
}
.topBanner .scrollDown .icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 auto 20px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.topBanner .scrollDown .icon i {
  display: block;
  width: 9px;
  height: 26px;
  background: url("../images/lightning_small.svg") no-repeat center;
  background-size: contain;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.topBanner .scrollDown .icon i::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/lightning_small.svg") no-repeat center;
  background-size: contain;
  top: 3px;
  left: -3px;
  -webkit-filter: drop-shadow(-2px 0 0 red);
          filter: drop-shadow(-2px 0 0 red);
  opacity: 0;
  animation: glitch-animation-4 2s linear 0s infinite alternate-reverse;
}
.topBanner .scrollDown .icon i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/lightning_small.svg") no-repeat center;
  background-size: contain;
  top: -3px;
  left: 3px;
  -webkit-filter: drop-shadow(2px 0 0 purple);
          filter: drop-shadow(2px 0 0 purple);
  opacity: 0;
  animation: glitch-animation-5 2s linear 0s infinite alternate-reverse;
}
.topBanner .scrollDown .text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 20 / 1000 * 1px);
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

/*側邊標題字*/
.sectionTitle {
  border-bottom: 1px solid #d6d6d6;
  color: #232323;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 12px 0;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}
.sectionTitle a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

table.breakpoint > tbody > tr > td.expand {
  background: url("../images/plus.png") no-repeat 5px center;
  cursor: pointer;
  padding-left: 40px;
}

.classNote {
  padding: 20px 0;
}
.classNote.thankInfo {
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.classNote img {
  max-width: 100%;
}

/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
.classBox .classCurrent,
.classBox .secondClassCurrent {
  background: #ffffff;
  border-radius: 8px;
  cursor: pointer;
  padding: 15px 30px 15px 20px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(16 / 16);
  letter-spacing: calc(16 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.classBox .classCurrent::before,
.classBox .secondClassCurrent::before {
  content: "\f107";
  color: #000000;
  font-size: 15px;
  line-height: 1;
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  margin-top: -6px;
}
@media (min-width: 1181px) {
  .classBox .classCurrent,
  .classBox .secondClassCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox .secondClassCurrent {
  margin-top: 15px;
}
.classBox a,
.classBox span {
  cursor: pointer;
}

.classBoxRow {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 8px;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .classBoxRow {
    margin-bottom: 40px;
  }
}
.classBoxRow .classLink {
  border-radius: 8px;
  padding: 5px;
  background: #ffffff;
}
@media (min-width: 1181px) {
  .classBoxRow .classLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .classBoxRow .classLink li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    display: block;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    padding: 20px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: calc(16 / 16);
    letter-spacing: calc(16 * 0 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 1;
  }
  .classBoxRow .classLink a::before,
  .classBoxRow .classLink span::before {
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(#d0518b), to(#2f22f2));
    background: linear-gradient(to right, #d0518b 0%, #2f22f2 100%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current {
    color: #ffffff;
  }
  .classBoxRow .classLink a.current::before,
  .classBoxRow .classLink span.current::before {
    opacity: 1;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover {
    color: #ffffff;
  }
  .classBoxRow .classLink a:hover::before,
  .classBoxRow .classLink span:hover::before {
    opacity: 1;
  }
}
.classBoxRow .secondClassLink {
  margin-top: 15px;
}
@media (max-width: 1180px) {
  .classBoxRow .secondClassLink {
    display: none;
    width: 100%;
    max-height: 90vh;
    border-radius: 8px;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    padding: 5px;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 1;
  }
}
.classBoxRow .secondClassLink.active {
  display: block;
}
.classBoxRow .secondClassLink .secondClassBox {
  display: none;
}
.classBoxRow .secondClassLink .secondClassBox.active {
  display: block;
}
.classBoxRow .secondClassLink .secondClassBox.active.align-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.classBoxRow .secondClassLink .secondClassBox ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1180px) {
  .classBoxRow .secondClassLink .secondClassBox ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.classBoxRow .secondClassLink .secondClassBox ul li {
  margin-right: 10px;
}
@media (max-width: 1180px) {
  .classBoxRow .secondClassLink .secondClassBox ul li {
    width: 100%;
    margin: 0;
  }
}
.classBoxRow .secondClassLink .secondClassBox ul li:last-child {
  margin: 0;
}
.classBoxRow .secondClassLink .secondClassBox ul li a {
  min-width: 105px;
  height: 42px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(16 / 16);
  letter-spacing: calc(16 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 1181px) {
  .classBoxRow .secondClassLink .secondClassBox ul li a:hover {
    border-color: #874ab8;
  }
}
@media (max-width: 1180px) {
  .classBoxRow .secondClassLink .secondClassBox ul li a {
    width: 100%;
    height: auto;
    border: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 15px;
  }
}
.classBoxRow .secondClassLink .secondClassBox ul li a.current {
  border-color: #874ab8;
}
@media (max-width: 1180px) {
  .classBoxRow .secondClassLink .secondClassBox ul li a.current {
    background: -webkit-gradient(linear, left top, right top, from(#d0518b), to(#2f22f2));
    background: linear-gradient(to right, #d0518b 0%, #2f22f2 100%);
    color: #ffffff;
  }
}
.classBoxRow .arrowBox {
  width: calc(100% + 100px);
  height: 82px;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.classBoxRow .arrowBox button {
  width: 50px;
  height: 50px;
  pointer-events: auto;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (min-width: 1181px) {
  .classBoxRow .arrowBox button:hover i {
    opacity: 1;
  }
}
.classBoxRow .arrowBox button.arrowNext i {
  -webkit-transform: scaleX(1.2) rotate(45deg);
          transform: scaleX(1.2) rotate(45deg);
}
.classBoxRow .arrowBox button i {
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #000000 #000000 transparent transparent;
  -webkit-transform: scaleX(1.2) rotate(-135deg);
          transform: scaleX(1.2) rotate(-135deg);
  opacity: 0.2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.classBoxColumn {
  margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
  background-color: #ffffff;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
  -webkit-animation: aniSlideDown 0.5s 0.3s ease-out both;
          animation: aniSlideDown 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a,
.classBoxColumn .classLink .linkHasItems.open + ul > li span {
  padding-left: 25px;
  background-color: #f1f1f1;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current {
  background-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.open,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.open {
  background-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover,
  .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
    background-color: rgba(255, 255, 255, 0.75);
  }
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
  padding-left: 35px;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a.current {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li {
    -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
            animation: aniSlideLeft 0.5s 0.3s ease-out both;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li a,
  .classBoxColumn .classLink .linkHasItems.open + ul > li span {
    padding-left: 25px;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
    padding-left: 35px;
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink ul li:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    color: #000000;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    padding: 18px 15px;
    position: relative;
  }
  .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    background-color: #ffffff;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after,
  .classBoxColumn .classLink span.current::before,
  .classBoxColumn .classLink span.current::after {
    background-color: #fff;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxColumn .classLink a:hover,
  .classBoxColumn .classLink span:hover {
    background-color: #ffffff;
    color: #fff;
  }
  .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after,
  .classBoxColumn .classLink span:hover::before,
  .classBoxColumn .classLink span:hover::after {
    background-color: #fff;
  }
}

@media (max-width: 1180px) {
  .classBoxRow.hasSecondClass .classLink, .classBoxColumn.hasSecondClass .classLink {
    top: 50%;
    z-index: 2;
  }
}
@media (max-width: 1180px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    display: none;
    width: 100%;
    max-height: 90vh;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    overflow-y: auto;
  }
  .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span, .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    display: block;
    color: #000000;
    background: #ffffff;
    position: relative;
    padding: 15px;
  }
}

/*頁碼*/
.pageBox .pageList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #cecece;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageBox .pageList a {
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  position: absolute;
}
.pageBox .pageList a.prevBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (min-width: 1181px) {
  .pageBox .pageList a:hover {
    border: 1px solid #874ab8;
    background-color: #874ab8;
    color: #fff;
  }
  .pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.pageBox .pageList.number {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number a {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
  margin: 5px;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
  left: 0;
  right: 5px;
}
.pageBox .pageList.number a.firstBtn, .pageBox .pageList.number a.lastBtn {
  width: auto;
  height: auto;
  border: none;
  padding: 5px 10px;
  margin: 0;
}
@media (min-width: 1181px) {
  .pageBox .pageList.number a.firstBtn:hover, .pageBox .pageList.number a.lastBtn:hover {
    background-color: transparent;
    color: #874ab8;
  }
}
.pageBox .pageList.number a.current {
  border: 1px solid #874ab8;
  background-color: #874ab8;
  color: #fff;
}
@media (min-width: 1181px) {
  .pageBox .pageList.number a:hover.firstBtn::before, .pageBox .pageList.number a:hover.firstBtn::after, .pageBox .pageList.number a:hover.lastBtn::before, .pageBox .pageList.number a:hover.lastBtn::after {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 1180px) {
  .pageBox .pageList.number .pageNumberBtnBox {
    display: none;
  }
}
.pageBox .pageList.number .pageNumberSelect {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
  margin: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
}
@media (min-width: 1180px) {
  .pageBox .pageList.number .pageNumberSelect {
    display: none;
  }
}
.pageBox .pageList.prevnext li.prev {
  margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
  margin-left: auto;
}
.pageBox .pageList.prevnext a {
  width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 43px;
  padding: 0 20px;
  position: relative;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
  text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
  left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
  right: 15px;
}
@media (max-width: 768px) {
  .pageBox .pageList.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 15px);
  }
  .pageBox .pageList.prevnext a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 10px);
  }
}
.pageBox .pageList.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
  display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
  border-radius: 50%;
  overflow: hidden;
}
.pageBox .pageList.oval a {
  border-radius: 30px;
  overflow: hidden;
}

/*標籤*/
.tagBox {
  padding: 20px 0;
}
.tagBox b {
  display: inline-block;
  margin-right: 10px;
}
.tagBox ul {
  display: inline-block;
}
.tagBox li {
  display: inline-block;
  margin-bottom: 5px;
}
.tagBox a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #ffffff;
  font-size: 13px;
  color: #ffffff;
}
@media (min-width: 1181px) {
  .tagBox a:hover {
    color: #fff;
    background-color: #ffffff;
  }
}
.tagBox a.current {
  color: #fff;
  background-color: #ffffff;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  border-top: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.tab .tabItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab a {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  word-break: break-word;
  z-index: 2;
}
.tab a.current {
  background-color: #ffffff;
  color: #fff;
}

/*頁籤內容*/
.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6;
}
.tabContent .tabContentItem {
  display: none;
}

/*對應&相關*/
/*社群分享*/
.sideShare {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.sideShare .shareList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
  color: #666;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
@media (min-width: 1181px) {
  .sideShare .shareList .shareItem a:hover,
  .sideShare .shareList .shareItem button:hover {
    opacity: 0.8;
  }
}
.sideShare .shareList .shareItem a svg,
.sideShare .shareList .shareItem button svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
  fill: #666;
}
.sideShare .shareList .shareItem a.twitter svg,
.sideShare .shareList .shareItem button.twitter svg {
  width: 14px;
  height: 14px;
}

/*圖片Hover效果1: 放大淡出*/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .imh_opacity:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*圖片Hover效果1: 放大淡出Detail*/
.imh_detail {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_detail img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_detail a:before {
  content: "Details+";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1181px) {
  .imh_detail:hover a:before {
    opacity: 1;
    margin-top: -20px;
  }
  .imh_detail:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*圖片Hover效果1: 放大淡出zoom*/
.imh_zoom {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_zoom img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 1181px) {
  .imh_zoom:hover a:before {
    top: 50%;
  }
  .imh_zoom:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.slick-slider .slick-arrow,
.controlBox .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff !important;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  margin: 10px 5px;
}
.slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before {
  content: "";
  border-style: solid;
  display: block;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slick-slider .slick-arrow.slick-prev::before,
.controlBox .slick-arrow.slick-prev::before {
  border-width: 5px 9px 5px 0;
  border-color: transparent #ffffff transparent transparent;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.slick-slider .slick-arrow.slick-next::before,
.controlBox .slick-arrow.slick-next::before {
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #ffffff;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
@media (min-width: 1181px) {
  .slick-slider .slick-arrow:hover,
  .controlBox .slick-arrow:hover {
    background-color: #ffffff !important;
  }
  .slick-slider .slick-arrow:hover.slick-prev::before,
  .controlBox .slick-arrow:hover.slick-prev::before {
    border-color: transparent #fff transparent transparent;
  }
  .slick-slider .slick-arrow:hover.slick-next::before,
  .controlBox .slick-arrow:hover.slick-next::before {
    border-color: transparent transparent transparent #fff;
  }
}
.slick-slider .slick-dots,
.controlBox .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.slick-slider .slick-dots.center,
.controlBox .slick-dots.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-slider .slick-dots.vertical,
.controlBox .slick-dots.vertical {
  width: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}
.slick-slider .slick-dots.vertical li,
.controlBox .slick-dots.vertical li {
  margin: 8px 0;
}
.slick-slider .slick-dots:not(.vertical) li,
.controlBox .slick-dots:not(.vertical) li {
  margin: 0 8px;
}
.slick-slider .slick-dots.large li,
.controlBox .slick-dots.large li {
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots.white li button::before,
.controlBox .slick-dots.white li button::before {
  background-color: #fff;
}
.slick-slider .slick-dots li,
.controlBox .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.slick-slider .slick-dots li button,
.controlBox .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  color: transparent;
  display: block;
  padding: 0;
  position: relative;
}
.slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  border: none;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-slider .slick-dots li.slick-active button::before,
.controlBox .slick-dots li.slick-active button::before {
  background-color: #ffffff;
  opacity: 1;
}
@media (min-width: 1181px) {
  .slick-slider .slick-dots li:hover button::before,
  .controlBox .slick-dots li:hover button::before {
    background-color: #ffffff;
    opacity: 1;
  }
}

.slickClsList:not(.slick-slider) {
  overflow: hidden;
}
.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
  display: none;
}

.Img {
  position: relative;
}
.Img.observer:not(.loaded), .Img.observerSlick:not(.loaded) {
  -webkit-animation: imgLoading 0.9s ease infinite;
          animation: imgLoading 0.9s ease infinite;
  background-size: 400% 100%;
  background-image: linear-gradient(135deg, rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(246, 246, 246), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225));
  background-color: #f0f0f0;
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
  opacity: 0 !important;
  -webkit-transition: all 1.2s ease !important;
  transition: all 1.2s ease !important;
}

.lg-outer.lg-thumb-open .lg .lg-img-wrap {
  padding-bottom: 138px;
}
.lg-outer .lg .lg-img-wrap {
  padding-top: 47px;
  padding-bottom: 38px;
}

.scrollHint {
  width: 120px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.scrollHint.hide {
  opacity: 0;
}
.scrollHint.horizontal .scrollIcon {
  -webkit-animation: scrollHorizontal 1.25s ease-out infinite;
          animation: scrollHorizontal 1.25s ease-out infinite;
}
.scrollHint.vertical .scrollIcon {
  -webkit-animation: scrollVertical 1.25s ease-out infinite;
          animation: scrollVertical 1.25s ease-out infinite;
}
.scrollHint .scrollIcon {
  position: relative;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" d="M13 2c-1.645 0-3 1.355-3 3v11.813l-.656-.688l-.25-.219a2.968 2.968 0 0 0-4.188 0a2.968 2.968 0 0 0 0 4.188v.031l8.188 8.094l.062.031l.031.063a8.307 8.307 0 0 0 5 1.687h1.72a8.17 8.17 0 0 0 8.187-8.188V14c0-1.645-1.356-3-3-3c-.426 0-.82.117-1.188.281C23.578 9.981 22.395 9 21 9c-.766 0-1.469.3-2 .781A2.984 2.984 0 0 0 17 9a2.95 2.95 0 0 0-1 .188V5c0-1.645-1.355-3-3-3m0 2c.555 0 1 .445 1 1v11h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2.094v-2c0-.555.445-1 1-1c.554 0 1 .445 1 1v7.813c0 3.464-2.723 6.187-6.188 6.187h-1.718c-1.465 0-2.731-.523-3.782-1.313l-8.094-8c-.445-.445-.445-.93 0-1.375c.446-.445.93-.445 1.375 0L12 21.625V5c0-.555.445-1 1-1"/></svg>');
  width: 32px;
  height: 32px;
  -webkit-filter: invert(1);
          filter: invert(1);
  z-index: 2;
}
.scrollHint .scrollText {
  margin-top: 10px;
  color: #fff;
}

.toastMessageBox {
  position: fixed;
  z-index: 1005;
}
.toastMessageBox.top {
  top: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.top {
    top: 10px;
  }
}
.toastMessageBox.right {
  right: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.right {
    right: 10px;
  }
}
.toastMessageBox.bottom {
  bottom: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.bottom {
    bottom: 10px;
  }
}
.toastMessageBox.left {
  left: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.left {
    left: 10px;
  }
}
.toastMessageBox .toastMessage {
  cursor: pointer;
  color: #fff;
  display: block;
  margin: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.toastMessageBox .toastMessage.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.toastMessageBox .toastMessageText {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.toastMessageBox .toastMessageText i {
  font-size: 24px;
  margin-right: 10px;
}

.moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
  width: 60vw;
  height: 70vh;
  top: calc(50% - 35dvh);
  left: calc(50% - 30dvw);
}
@media (max-width: 1180px) {
  .moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
    width: 80dvw;
    height: 90dvh;
    top: calc(50% - 45dvh);
    left: calc(50% - 40dvw);
  }
}
@media (max-width: 768px) {
  .moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
    width: 100dvw;
    height: 100dvh;
    top: calc(50% - 50dvh);
    left: calc(50% - 50dvw);
  }
}

.floatBox.inquiry {
  position: fixed;
  top: unset;
  left: unset;
  right: 30px;
  bottom: 50px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8);
  border-width: 1px 0;
}
.floatBox.inquiry::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 50px;
  background: url("../images/border_2.png") no-repeat center;
  background-size: contain;
  left: -15px;
  top: -1px;
}
.floatBox.inquiry::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 50px;
  background: url("../images/border_2.png") no-repeat center;
  background-size: contain;
  right: -15px;
  top: -1px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.floatBox.inquiry a {
  width: 32px;
  height: 48px;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 1181px) {
  .floatBox.inquiry a:hover i {
    color: #874ab8;
  }
}
.floatBox.inquiry a svg {
  width: 30px;
  height: 30px;
  color: #a7a7a7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.floatBox.inquiry a span {
  width: 18px;
  height: 18px;
  background: #f00;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  top: 2px;
  left: unset;
  right: -8px;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.cb-icon-move::before,
.cb-icon-code::before,
.cb-icon-plus::before,
.cb-icon-cancel::before {
  pointer-events: none;
}