/* CSS Version: 1.0.19 */
/* google fonts  */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");

/* google fonts  end */

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

/* ! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com  */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-1\/3 {
  bottom: 33.333333%;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-40 {
  bottom: 10rem;
}

.bottom-60 {
  bottom: 15rem;
}

.bottom-\[13em\] {
  bottom: 13em;
}

.bottom-\[20em\] {
  bottom: 20em;
}

.bottom-\[20rem\] {
  bottom: 20rem;
}

.bottom-\[26em\] {
  bottom: 26em;
}

.bottom-\[26rem\] {
  bottom: 26rem;
}

.bottom-\[29em\] {
  bottom: 29em;
}

.bottom-\[32rem\] {
  bottom: 32rem;
}

.bottom-\[36em\] {
  bottom: 36em;
}

.bottom-\[46em\] {
  bottom: 46em;
}

.bottom-\[51em\] {
  bottom: 51em;
}

.bottom-\[58em\] {
  bottom: 58em;
}

.bottom-\[61em\] {
  bottom: 61em;
}

.bottom-\[66em\] {
  bottom: 66em;
}

.left-1\/2 {
  left: 50%;
}

.left-\[10em\] {
  left: 10em;
}

.left-\[1em\] {
  left: 1em;
}

.left-\[2em\] {
  left: 2em;
}

.left-\[30em\] {
  left: 30em;
}

.left-\[32em\] {
  left: 32em;
}

.left-\[35\%\] {
  left: 35%;
}

.left-\[35em\] {
  left: 35em;
}

.left-\[45\%\] {
  left: 45%;
}

.left-\[7em\] {
  left: 7em;
}

.right-0 {
  right: 0px;
}

.right-16 {
  right: 4rem;
}

.right-32 {
  right: 8rem;
}

.right-52 {
  right: 13rem;
}

.right-8 {
  right: 2rem;
}

.right-\[11em\] {
  right: 11em;
}

.right-\[18em\] {
  right: 18em;
}

.right-\[1em\] {
  right: 1em;
}

.right-\[21em\] {
  right: 21em;
}

.right-\[22em\] {
  right: 22em;
}

.right-\[26em\] {
  right: 26em;
}

.right-\[40em\] {
  right: 40em;
}

.right-\[41em\] {
  right: 41em;
}

.right-\[7em\] {
  right: 7em;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-24 {
  top: 6rem;
}

.top-\[16em\] {
  top: 16em;
}

.top-\[23em\] {
  top: 23em;
}

.top-\[28em\] {
  top: 28em;
}

.top-\[31em\] {
  top: 31em;
}

.top-\[32em\] {
  top: 32em;
}

.top-\[37em\] {
  top: 37em;
}

.top-\[57em\] {
  top: 57em;
}

.top-\[8em\] {
  top: 8em;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.m-auto {
  margin: auto;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mt-56 {
  margin-top: -14rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[286px\] {
  height: 286px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[60px\] {
  height: 60px;
}

.h-full {
  height: 100%;
}

.min-h-\[1080px\] {
  min-height: 1080px;
}

.min-h-\[1125px\] {
  min-height: 1125px;
}

.min-h-\[1190px\] {
  min-height: 1190px;
}

.min-h-\[800px\] {
  min-height: 800px;
}

.w-3\/4 {
  width: 75%;
}

.w-\[1100px\] {
  width: 1100px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[75px\] {
  width: 75px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-\[50rem\] {
  max-width: 50rem;
}

.max-w-\[51rem\] {
  max-width: 51rem;
}

.max-w-\[62rem\] {
  max-width: 62rem;
}

.origin-\[13\.26\%_31\.25\%\] {
  transform-origin: 13.26% 31.25%;
}

.origin-\[32\.5\%_41\.35\%\] {
  transform-origin: 32.5% 41.35%;
}

.origin-\[34\.43\%_28\.75\%\] {
  transform-origin: 34.43% 28.75%;
}

.origin-\[55\.21\%_27\.14\%\] {
  transform-origin: 55.21% 27.14%;
}

.origin-\[57\.73\%_43\.33\%\] {
  transform-origin: 57.73% 43.33%;
}

.origin-\[63\.85\%_34\.43\%\] {
  transform-origin: 63.85% 34.43%;
}

.origin-\[63\.85\%_47\.08\%\] {
  transform-origin: 63.85% 47.08%;
}

.origin-\[69\.51\%_46\.88\%\] {
  transform-origin: 69.51% 46.88%;
}

.origin-\[77\.60\%_51\.51\%\] {
  transform-origin: 77.6% 51.51%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.animate-\[book_2s_linear_infinite\] {
  animation: book 2s linear infinite;
}

.animate-\[face1_2s_infinite\] {
  animation: face1 2s infinite;
}

.animate-\[face2_2s_infinite\] {
  animation: face2 2s infinite;
}

.animate-\[face3_2s_infinite\] {
  animation: face3 2s infinite;
}

.animate-\[face4_2s_infinite\] {
  animation: face4 2s infinite;
}

.animate-\[face5_2s_infinite\] {
  animation: face5 2s infinite;
}

.animate-\[fadeIn01_6s_linear_infinite\] {
  animation: fadeIn01 6s linear infinite;
}

.animate-\[fadeIn01_8s_linear_infinite\] {
  animation: fadeIn01 8s linear infinite;
}

.animate-\[fadeIn02_6s_linear_infinite\] {
  animation: fadeIn02 6s linear infinite;
}

.animate-\[fadeIn02_8s_linear_infinite\] {
  animation: fadeIn02 8s linear infinite;
}

.animate-\[fadeIn03_6s_linear_infinite\] {
  animation: fadeIn03 6s linear infinite;
}

.animate-\[fadeIn03_8s_linear_infinite\] {
  animation: fadeIn03 8s linear infinite;
}

.animate-\[fadeIn04_6s_linear_infinite\] {
  animation: fadeIn04 6s linear infinite;
}

.animate-\[fadeIn04_8s_linear_infinite\] {
  animation: fadeIn04 8s linear infinite;
}

.animate-\[fadeIn05_8s_linear_infinite\] {
  animation: fadeIn05 8s linear infinite;
}

.animate-\[fadeIn06_8s_linear_infinite\] {
  animation: fadeIn06 8s linear infinite;
}

.animate-\[fadeInOut_10s_ease-in-out_infinite\] {
  animation: fadeInOut 10s ease-in-out infinite;
}

.animate-\[fadeInOut_10s_infinite\] {
  animation: fadeInOut 10s infinite;
}

.animate-\[handMove_1\.5s_infinite\] {
  animation: handMove 1.5s infinite;
}

.animate-\[leftHand_2s_linear_infinite\] {
  animation: leftHand 2s linear infinite;
}

.animate-\[leg_3s_linear_infinite\] {
  animation: leg 3s linear infinite;
}

.animate-\[pole_1\.5s_linear_infinite\] {
  animation: pole 1.5s linear infinite;
}

.animate-\[rightHand_2s_linear_infinite\] {
  animation: rightHand 2s linear infinite;
}

.animate-\[teacherHand_2s_linear_infinite\] {
  animation: teacherHand 2s linear infinite;
}

.animate-\[tears_2s_infinite\] {
  animation: tears 2s infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-x-\[18px\] {
  -moz-column-gap: 18px;
  column-gap: 18px;
}

.gap-y-12 {
  row-gap: 3rem;
}

.overflow-hidden {
  overflow: hidden;
}

.text-wrap {
  text-wrap: wrap;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(26 32 48 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(15 21 39 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem 20px;
}

.p-2 {
  padding: 0.5rem;
}

.p-20 {
  padding: 5rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-10 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20 {
  padding-left: 8%;
  padding-right: 8%;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-\[20rem\] {
  padding-top: 20rem;
}

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.leading-loose {
  line-height: 2;
}

.leading-normal {
  line-height: 1.5;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#FDE9CE\] {
  --tw-text-opacity: 1;
  color: rgb(253 233 206 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.duration-200 {
  transition-duration: 200ms;
}

html {
  scroll-behavior: smooth;
}

header {
  max-width: 1920px;
  margin: auto;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei";
  max-width: 1920px;
  margin: auto;
  background: #1a2030;
}

h1 {
  font-family: "Noto Serif TC", "微軟正黑體", "Microsoft JhengHei";
}

h2 {
  font-family: "Noto Serif TC", "微軟正黑體", "Microsoft JhengHei";
  font-size: 36px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}

h3 {
  font-family: "Noto Serif TC", "微軟正黑體", "Microsoft JhengHei";
  font-size: 24px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

p,
span {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei";
  font-size: 18px;
  line-height: 1.6em;
}

/* NB */

@media screen and (max-width: 1440px) {
  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  p,
  span {
    font-size: 18px;
  }
}

/* MB */
@media screen and (max-width: 769px) {


  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  p,
  span {
    font-size: 16px;
  }
}

.serif-tc {
  font-family: "Noto Serif TC", "微軟正黑體", "Microsoft JhengHei";
}

.side-nav a.active {
  border-color: white;
}

section.further-reading .storys-wrap > .story-container {
  width: calc(33% - 12px);
}

@media screen and (max-width: 769px) {
  section.further-reading .storys-wrap > .story-container {
    width: 100%;
    aspect-ratio: 4/3;
  }
}

/* fadeInOut 10s for map*/

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* case01 hand*/

@keyframes handMove {
  0% {
    transform: translate(0, 0);
  }

  33% {
    transform: translate(-6px, 6px);
  }

  66% {
    transform: translate(-6px, 0px);
  }

  100% {
    transform: translateY(0);
  }
}

/* case01 face1*/

@keyframes face1 {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(5deg);
    opacity: 1;
  }
}

@keyframes face2 {
  0% {
    opacity: 0;
    transform: rotate(15deg);
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}

@keyframes face3 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes face4 {
  0% {
    opacity: 0;
    transform: rotate(30deg);
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}

@keyframes face5 {
  0% {
    opacity: 0;
    transform: rotate(-5deg);
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}

/* case02 leg*/

@keyframes leg {
  0% {
    transform: rotate(-20deg);
  }

  50% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(-20deg);
  }
}

/* case03 left hand*/

@keyframes leftHand {
  0% {
    transform: rotate(-15deg);
  }

  100% {
    transform: rotate(10deg);
  }
}

@keyframes bookDesktop {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  75% {
    transform: translate(-14em, 23em) rotate(0deg);
  }

  100% {
    transform: translate(-22em, 18em) rotate(-50deg);
  }
}

@keyframes bookLaptop {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  75% {
    transform: translate(-14em, 18em) rotate(0deg);
  }

  100% {
    transform: translate(-22em, 13em) rotate(-50deg);
  }
}

@keyframes book {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  75% {
    transform: translate(-3em, 5.3em) rotate(0deg);
  }

  100% {
    transform: translate(-5em, 3em) rotate(-50deg);
  }
}

@keyframes rightHand {
  0% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(-45deg);
  }
}

/* case04 pole*/

@keyframes poleLaptop {
  0% {
    transform: translate(0em, 0em);
  }

  50% {
    transform: translate(1.5em, 0em);
  }

  60% {
    transform: translate(1.5em, 0.5em);
  }

  100% {
    transform: translate(0em, 0em);
  }
}

@keyframes pole {
  0% {
    transform: translate(0em, 0em);
  }

  50% {
    transform: translate(8px, 0em);
  }

  60% {
    transform: translate(8px, 3px);
  }

  100% {
    transform: translate(0em, 0em);
  }
}

/* case05 tears*/

@keyframes tears {
  0% {
    transform: translate(0);
  }

  100% {
    transform: translate(20px, 60px);
  }
}

@keyframes teacherHand {
  0% {
    transform: rotate(-20deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-20deg);
  }
}

/* data01 fadeIn01 12s*/

@keyframes fadeIn01 {
  0% {
    opacity: 0;
  }

  12.5% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn02 {
  0% {
    opacity: 0;
  }

  12.5% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn03 {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  37.5% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn04 {
  0% {
    opacity: 0;
  }

  37.5% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn05 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  62.5% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn06 {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }

  62.5% {
    opacity: 0;
    transform: translate(0, 2em);
  }

  75% {
    opacity: 1;
    transform: translate(0, 0em);
  }
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.group:hover .group-hover\:-translate-y-4 {
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 768px) {
  .md\:bottom-40 {
    bottom: 10rem;
  }

  .md\:bottom-60 {
    bottom: 15rem;
  }

  .md\:bottom-\[20rem\] {
    bottom: 20rem;
  }

  .md\:left-\[45\%\] {
    left: 45%;
  }

  .md\:right-32 {
    right: 8rem;
  }

  .md\:right-52 {
    right: 13rem;
  }

  .md\:-my-56 {
    margin-top: -16%;
    margin-bottom: -22%;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mt-56 {
    margin-top: -18%;
    z-index: 2;
  }

  .md\:h-\[30px\] {
    height: 30px;
  }

  .md\:min-h-\[1080px\] {
    min-height: 1080px;
  }

  .md\:min-h-\[1125px\] {
    min-height: 1125px;
  }

  .md\:min-h-\[1190px\] {
    min-height: 1190px;
  }

  .md\:w-\[1100px\] {
    width: 1100px;
    max-width: 100%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-\[20rem\] {
    padding-top: 20rem;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .laptop\:bottom-80 {
    bottom: 20rem;
  }

  .laptop\:left-\[60\%\] {
    left: 60%;
  }

  .laptop\:right-\[28rem\] {
    right: 28rem;
  }

  .laptop\:-my-60 {
    margin-top: -22%;
    margin-bottom: -22%;
  }

  .laptop\:-mb-60 {
    margin-bottom: -15rem;
  }

  .laptop\:-mt-40 {
    margin-top: -10rem;
  }

  .laptop\:-mt-44 {
    margin-top: -11rem;
  }

  .laptop\:-mt-80 {
    margin-top: -22%;
    z-index: 2;
  }

  .laptop\:block {
    display: block;
  }

  .laptop\:flex {
    display: flex;
  }

  .laptop\:hidden {
    display: none;
  }

  .laptop\:h-\[155px\] {
    height: 155px;
  }

  .laptop\:h-\[40px\] {
    height: 40px;
  }

  .laptop\:h-\[50px\] {
    height: 50px;
  }
  .laptop\:h-\[80px\] {
    height: 80px;
  }

  .laptop\:w-\[1100px\] {
    width: 1100px;
  }

  .laptop\:animate-\[bookLaptop_2s_linear_infinite\] {
    animation: bookLaptop 2s linear infinite;
  }

  .laptop\:animate-\[poleLaptop_1\.5s_linear_infinite\] {
    animation: poleLaptop 1.5s linear infinite;
  }

  .laptop\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .laptop\:pt-\[40rem\] {
    padding-top: 40rem;
  }

  .laptop\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1537px) {
  .desktop\:bottom-96 {
    bottom: 24rem;
  }

  .desktop\:bottom-\[33em\] {
    bottom: 33em;
  }

  .desktop\:bottom-\[38em\] {
    bottom: 38em;
  }

  .desktop\:bottom-\[60em\] {
    bottom: 60em;
  }

  .desktop\:bottom-\[65em\] {
    bottom: 65em;
  }

  .desktop\:bottom-\[73em\] {
    bottom: 73em;
  }

  .desktop\:bottom-\[78em\] {
    bottom: 78em;
  }

  .desktop\:left-\[11em\] {
    left: 11em;
  }

  .desktop\:left-\[40em\] {
    left: 40em;
  }

  .desktop\:right-\[24em\] {
    right: 24em;
  }

  .desktop\:right-\[25em\] {
    right: 25em;
  }

  .desktop\:right-\[29em\] {
    right: 29em;
  }

  .desktop\:right-\[53em\] {
    right: 53em;
  }

  .desktop\:right-\[55em\] {
    right: 55em;
  }

  .desktop\:top-\[36em\] {
    top: 36em;
  }

  .desktop\:top-\[40em\] {
    top: 40em;
  }

  .desktop\:top-\[41em\] {
    top: 41em;
  }

  .desktop\:top-\[48em\] {
    top: 48em;
  }

  .desktop\:-mt-48 {
    margin-top: -12rem;
  }

  .desktop\:-mt-96 {
    margin-top: -24rem;
  }

  .desktop\:animate-\[bookDesktop_2s_linear_infinite\] {
    animation: bookDesktop 2s linear infinite;
  }

  .desktop\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/*YANGSHEEP 電腦教室調整*/
.ys-h1 {
  color: #fff;
  text-align: center;
  line-height: 1.6em;
  width: 100%;
  font-weight: 700;
  text-shadow: 1px 2px 0px #000000 !important;
  letter-spacing: 0.1em;
}
.ys-maindiv
{
  height: 80vh;
  display: flex;
  justify-content: center;
}
.ysdata01bak
{
  background-image: url(https://www.nownews.com/antibullying/assets/img/data01/今日新聞_圖表漸層.webp);
  background-position: top center;
  background-size: contain;
}
/* 修正圖片多餘邊線*/
section#case02,
section#case03,
section#case04,
section#case05 {
  margin-top: -2px;
}
.ys-headerlogo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ys-blingimg {
  text-align: right;
  margin-top: -5%;
  margin-bottom: 5%;
}
.ys-ps
{
  font-size:20px;
  font-weight: 700;
  text-align: center;
}
.yspspan
{
  font-size:20px;
  font-weight: 700;
}
.ys-ptpadding
{
  padding-top: 2.5em;
  padding-bottom: 1.25em;
}
.ys-h1imgdiv
{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:0px;
}
#ysspace
{ 
  height:350px; 
  background: #fff;
}
.ys-casetitle
{
  padding-top: 300px;
}
.ys-casetitlemagin
{
  margin-top: 150px;
}
@media (min-width: 1366px) {
  /*.ys-h1 {
    font-size: 50px !important;
    top:100px;
  }*/
  .ys-h1img {
    margin:100px auto 0px auto;
    width: 45%;
  }
  .ys-icon {
    height: 40px;
    width: 40px;
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  .map-case01-tool {
    top: 45%;
    left: 40%;
  }
  .map-case02-tool {
    top: 64%;
    left: 62%;
  }
  .map-case03-tool {
    top: 31%;
    left: 32%;
  }
  .map-case04-tool {
    top: 28%;
    left: 63%;
  }
  .map-case05-tool {
    top: 38%;
    left: 9%;
  }
  /*.ys-h1 {
    font-size: 40px;
    top:80px;
  }*/
  .ys-h1img {
    margin:80px auto 0px auto;
    width: 60%;
  }
  .ys-headerlogo {
    padding: 20px 40px;
  }
  .ys-icon {
    height: 30px;
    width: 30px;
    margin-left: 15px;
  }
  .ys-pb,.ys-p
  {
    font-size:30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
  }
  .ys-ptitle
  {
    font-size:24px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: "Noto Serif TC", "微軟正黑體", "Microsoft JhengHei";
    text-align: center;
  }

}
@media (max-width: 1023px) {
  .map-case01-tool {
    top: 40%;
    right: 7%;
  }
  .map-case02-tool {
    bottom: 18%;
    right: 10%;
  }
  .map-case03-tool {
    top: 54%;
    left: 6%;
  }
  .map-case04-tool {
    top: 18%;
    right: 8%;
  }
  .map-case05-tool {
    top: 29%;
    left: 5%;
  }
  /*.ys-h1  {
    font-size: 20px !important;
    top:60px;
  }*/
  .ys-h1img {
    margin:60px auto 0px auto;
    
    width: 90%;
  }
  .ys-headerlogo {
    padding: 10px;
  }
  .ys-icon {
    height: 20px;
    width: 20px;
    margin-left: 10px;
  }
  .ys-pb,.ys-p
  {
    font-size:24px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
  }
  .ys-ptitle
  {
    font-size:20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
  }
}
@media (min-width: 678px)
{
  .ys-blinimgmb,.ys-textmb
  {
    display: none;
  }
}
@media (max-width: 677px)
{
  .ys-blinimgpc,.ys-textpc
  {
    display: none;
  }

}