@charset "utf-8";

/*Noto Sans TC-黑體*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
/*Noto Serif TC-明體*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;700;900&display=swap");
/* 'Balsamiq Sans', cursive;英文圓體*/
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@1,400;1,700&display=swap");
/*EG*/
/*font-family: 'Lemonada', cursive;LINE*/
@import url("https://fonts.googleapis.com/css2?family=Lemonada:wght@400;500;600;700&display=swap");

/*假粉圓體*/
/*引自:https://max-everyday.com/2020/03/open-huninn-font//*/
@font-face {
  font-family: "FakePearl";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-SemiBold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-SemiBold.woff) format("woff");
}

.f-family01 {
  font-family: "Noto Sans TC", sans-serif !important;
}

.f-family02 {
  font-family: "Noto Serif TC", sans-serif !important;
}

.f-family03 {
  font-family: "FakePearl", "Balsamiq Sans", sans-serif !important;
}

.f-family04 {
  font-family: "Lemonada", cursive !important;
}

.fw_300 {
  font-weight: 300 !important;
}

.fw_400 {
  font-weight: 400 !important;
}

.fw_500 {
  font-weight: 500 !important;
}

.fw_600 {
  font-weight: 500 !important;
}

.fw_700 {
  font-weight: 700 !important;
}

.fw_900 {
  font-weight: 900 !important;
}

.fw_bolder {
  font-weight: bold;
}

.f-whitebd {
  font-weight: 900;
  text-shadow: -1px -1px 0px #fff, -1px 0px 0px #fff, -1px 1px 0px #fff, 0px 1px 0px #fff, 1px -1px 0px #fff, 0 -1px 0px #fff, 1px 1px 0px #fff, 1px 0px 0px #fff;
}

.f_stroke {
  z-index: 1;
  position: relative;
}

.f_stroke::before {
  position: absolute;
  content: attr(data-storke);
  z-index: -1;
}

.f_stroke::before {
  -webkit-text-stroke: .08em #fff;
  text-shadow: 0.05em 0.05em 0.05em #333;
}

.v-middle {
  vertical-align: middle;
}

.v-baseline {
  vertical-align: baseline;
}

.v-text-top {
  vertical-align: text-top;
}

.v-text-bottom {
  vertical-align: text-bottom;
}

.v-top {
  vertical-align: top;
}

.v-bottom {
  vertical-align: bottom;
}

.lp-2 {
  letter-spacing: 2px !important;
}

.lp-5 {
  letter-spacing: 5px !important;
}

.lp-8 {
  letter-spacing: 8px !important;
}

.lp-10 {
  letter-spacing: 10px !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-1d1 {
  line-height: 1.1 !important;
}

.lh-1d3 {
  line-height: 1.3 !important;
}

.lh-1d5 {
  line-height: 1.5 !important;
}

.lh-1d8 {
  line-height: 1.8 !important;
}

/*font-size*/
.f-0d6em {
  font-size: 0.6em !important;
}

.f-0d7em {
  font-size: 0.7em !important;
}

.f-0d8em {
  font-size: 0.8em !important;
}

.f-0d9em {
  font-size: 0.9em !important;
}

.f-1em {
  font-size: 1em !important;
}

.f-1d1em {
  font-size: 1.1em !important;
}

.f-1d2em {
  font-size: 1.2em !important;
}

.f-1d3em {
  font-size: 1.3em !important;
}

.f-1d4em {
  font-size: 1.4em !important;
}

.f-1d6em {
  font-size: 1.6em !important;
}

.f-1d8em {
  font-size: 1.8em !important;
}

.f-2em {
  font-size: 2em !important;
}

.f-2d2em {
  font-size: 2.2em !important;
}

.f-2d4em {
  font-size: 2.4em !important;
}

.f-2d6em {
  font-size: 2.6em !important;
}

.f-2d8em {
  font-size: 2.8em !important;
}

.f-3em {
  font-size: 3em !important;
}

.f-3d6em {
  font-size: 3.6em !important;
}

.f-4em {
  font-size: 4em !important;
}

.f-4d6em {
  font-size: 4.6em !important;
}

.f-5em {
  font-size: 5em !important;
}

@media (min-width: 576px) {
  .f-sm-0d6em {
    font-size: 0.6em !important;
  }

  .f-sm-0d7em {
    font-size: 0.7em !important;
  }

  .f-sm-0d8em {
    font-size: 0.8em !important;
  }

  .f-sm-0d9em {
    font-size: 0.9em !important;
  }

  .f-sm-1em {
    font-size: 1em !important;
  }

  .f-sm-1d1em {
    font-size: 1.1em !important;
  }

  .f-sm-1d2em {
    font-size: 1.2em !important;
  }

  .f-sm-1d3em {
    font-size: 1.3em !important;
  }

  .f-sm-1d4em {
    font-size: 1.4em !important;
  }

  .f-sm-1d6em {
    font-size: 1.6em !important;
  }

  .f-sm-1d8em {
    font-size: 1.8em !important;
  }

  .f-sm-2em {
    font-size: 2em !important;
  }

  .f-sm-2d2em {
    font-size: 2.2em !important;
  }

  .f-sm-2d4em {
    font-size: 2.4em !important;
  }

  .f-sm-2d6em {
    font-size: 2.6em !important;
  }

  .f-sm-2d8em {
    font-size: 2.8em !important;
  }

  .f-sm-3em {
    font-size: 3em !important;
  }

  .f-sm-3d6em {
    font-size: 3.6em !important;
  }

  .f-sm-4em {
    font-size: 4em !important;
  }

  .f-sm-4d6em {
    font-size: 4.6em !important;
  }

  .f-sm-5em {
    font-size: 5em !important;
  }
}

@media (min-width: 768px) {
  .f-md-0d6em {
    font-size: 0.6em !important;
  }

  .f-md-0d7em {
    font-size: 0.7em !important;
  }

  .f-md-0d8em {
    font-size: 0.8em !important;
  }

  .f-md-0d9em {
    font-size: 0.9em !important;
  }

  .f-md-1em {
    font-size: 1em !important;
  }

  .f-md-1d1em {
    font-size: 1.1em !important;
  }

  .f-md-1d2em {
    font-size: 1.2em !important;
  }

  .f-md-1d3em {
    font-size: 1.3em !important;
  }

  .f-md-1d4em {
    font-size: 1.4em !important;
  }

  .f-md-1d6em {
    font-size: 1.6em !important;
  }

  .f-md-1d8em {
    font-size: 1.8em !important;
  }

  .f-md-2em {
    font-size: 2em !important;
  }

  .f-md-2d2em {
    font-size: 2.2em !important;
  }

  .f-md-2d4em {
    font-size: 2.4em !important;
  }

  .f-md-2d6em {
    font-size: 2.6em !important;
  }

  .f-md-2d8em {
    font-size: 2.8em !important;
  }

  .f-md-3em {
    font-size: 3em !important;
  }

  .f-md-3d6em {
    font-size: 3.6em !important;
  }

  .f-md-4em {
    font-size: 4em !important;
  }

  .f-md-4d6em {
    font-size: 4.6em !important;
  }

  .f-md-5em {
    font-size: 5em !important;
  }
}

@media (min-width: 992px) {
  .f-lg-0d6em {
    font-size: 0.6em !important;
  }

  .f-lg-0d7em {
    font-size: 0.7em !important;
  }

  .f-lg-0d8em {
    font-size: 0.8em !important;
  }

  .f-lg-0d9em {
    font-size: 0.9em !important;
  }

  .f-lg-1em {
    font-size: 1em !important;
  }

  .f-lg-1d1em {
    font-size: 1.1em !important;
  }

  .f-lg-1d2em {
    font-size: 1.2em !important;
  }

  .f-lg-1d3em {
    font-size: 1.3em !important;
  }

  .f-lg-1d4em {
    font-size: 1.4em !important;
  }

  .f-lg-1d6em {
    font-size: 1.6em !important;
  }

  .f-lg-1d8em {
    font-size: 1.8em !important;
  }

  .f-lg-2em {
    font-size: 2em !important;
  }

  .f-lg-2d2em {
    font-size: 2.2em !important;
  }

  .f-lg-2d4em {
    font-size: 2.4em !important;
  }

  .f-lg-2d6em {
    font-size: 2.6em !important;
  }

  .f-lg-2d8em {
    font-size: 2.8em !important;
  }

  .f-lg-3em {
    font-size: 3em !important;
  }

  .f-lg-3d6em {
    font-size: 3.6em !important;
  }

  .f-lg-4em {
    font-size: 4em !important;
  }

  .f-lg-4d6em {
    font-size: 4.6em !important;
  }

  .f-lg-5em {
    font-size: 5em !important;
  }
}

@media (min-width: 1200px) {
  .f-xl-0d6em {
    font-size: 0.6em !important;
  }

  .f-xl-0d7em {
    font-size: 0.7em !important;
  }

  .f-xl-0d8em {
    font-size: 0.8em !important;
  }

  .f-xl-0d9em {
    font-size: 0.9em !important;
  }

  .f-xl-1em {
    font-size: 1em !important;
  }

  .f-xl-1d1em {
    font-size: 1.1em !important;
  }

  .f-xl-1d2em {
    font-size: 1.2em !important;
  }

  .f-xl-1d3em {
    font-size: 1.3em !important;
  }

  .f-xl-1d4em {
    font-size: 1.4em !important;
  }

  .f-xl-1d6em {
    font-size: 1.6em !important;
  }

  .f-xl-1d8em {
    font-size: 1.8em !important;
  }

  .f-xl-2em {
    font-size: 2em !important;
  }

  .f-xl-2d2em {
    font-size: 2.2em !important;
  }

  .f-xl-2d4em {
    font-size: 2.4em !important;
  }

  .f-xl-2d6em {
    font-size: 2.6em !important;
  }

  .f-xl-2d8em {
    font-size: 2.8em !important;
  }

  .f-xl-3em {
    font-size: 3em !important;
  }

  .f-xl-3d6em {
    font-size: 3.6em !important;
  }

  .f-xl-4em {
    font-size: 4em !important;
  }

  .f-xl-4d6em {
    font-size: 4.6em !important;
  }

  .f-xl-5em {
    font-size: 5em !important;
  }
}

/*#font-size*/