@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 清除浮動 */
.clearfix {
  *zoom: 1; /*For IE 6&7 only*/
}
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

a.btn,
button.btn,
[type=submit].btn,
[type=reset].btn,
[type=image].btn {
  display: inline-block;
  padding: 0.25em 0.5em;
  line-height: 1.15;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}
a.btn.gray-solid,
button.btn.gray-solid,
[type=submit].btn.gray-solid,
[type=reset].btn.gray-solid,
[type=image].btn.gray-solid {
  color: inherit;
  border-color: #e4e5f0;
  background-color: #e4e5f0;
  -webkit-transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
}
a.btn.gray-solid:hover,
button.btn.gray-solid:hover,
[type=submit].btn.gray-solid:hover,
[type=reset].btn.gray-solid:hover,
[type=image].btn.gray-solid:hover {
  color: inherit;
  border-color: #e4e5f0;
  background-color: #aaaab3;
}
a.btn.gray-line,
button.btn.gray-line,
[type=submit].btn.gray-line,
[type=reset].btn.gray-line,
[type=image].btn.gray-line {
  color: inherit;
  border-color: #aaaab3;
  background-color: transparent;
  -webkit-transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
}
a.btn.gray-line:hover,
button.btn.gray-line:hover,
[type=submit].btn.gray-line:hover,
[type=reset].btn.gray-line:hover,
[type=image].btn.gray-line:hover {
  color: inherit;
  border-color: #aaaab3;
  background-color: #e4e5f0;
}
a.btn.blue-solid,
button.btn.blue-solid,
[type=submit].btn.blue-solid,
[type=reset].btn.blue-solid,
[type=image].btn.blue-solid {
  color: white;
  border-color: #3bb6fd;
  background-color: #3bb6fd;
  -webkit-transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
}
a.btn.blue-solid:hover,
button.btn.blue-solid:hover,
[type=submit].btn.blue-solid:hover,
[type=reset].btn.blue-solid:hover,
[type=image].btn.blue-solid:hover {
  color: white;
  border-color: #3bb6fd;
  background-color: #1ca9fb;
}
a.btn.blue-line,
button.btn.blue-line,
[type=submit].btn.blue-line,
[type=reset].btn.blue-line,
[type=image].btn.blue-line {
  color: #3bb6fd;
  border-color: #3bb6fd;
  background-color: white;
  -webkit-transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
}
a.btn.blue-line:hover,
button.btn.blue-line:hover,
[type=submit].btn.blue-line:hover,
[type=reset].btn.blue-line:hover,
[type=image].btn.blue-line:hover {
  color: #3bb6fd;
  border-color: #3bb6fd;
  background-color: #e5f4ff;
}
a.btn.red-solid,
button.btn.red-solid,
[type=submit].btn.red-solid,
[type=reset].btn.red-solid,
[type=image].btn.red-solid {
  color: white;
  border-color: #ff4063;
  background-color: #ff4063;
  -webkit-transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
}
a.btn.red-solid:hover,
button.btn.red-solid:hover,
[type=submit].btn.red-solid:hover,
[type=reset].btn.red-solid:hover,
[type=image].btn.red-solid:hover {
  color: white;
  border-color: #ff4063;
  background-color: #eb3b5a;
}
a.btn.red-line,
button.btn.red-line,
[type=submit].btn.red-line,
[type=reset].btn.red-line,
[type=image].btn.red-line {
  color: #ff4063;
  border-color: #ff4063;
  background-color: white;
  -webkit-transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
}
a.btn.red-line:hover,
button.btn.red-line:hover,
[type=submit].btn.red-line:hover,
[type=reset].btn.red-line:hover,
[type=image].btn.red-line:hover {
  color: #ff4063;
  border-color: #ff4063;
  background-color: #ffe5e5;
}
a.btn.orange-solid,
button.btn.orange-solid,
[type=submit].btn.orange-solid,
[type=reset].btn.orange-solid,
[type=image].btn.orange-solid {
  color: white;
  border-color: #ff9340;
  background-color: #ff9340;
  -webkit-transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
}
a.btn.orange-solid:hover,
button.btn.orange-solid:hover,
[type=submit].btn.orange-solid:hover,
[type=reset].btn.orange-solid:hover,
[type=image].btn.orange-solid:hover {
  color: white;
  border-color: #ff9340;
  background-color: #eb863b;
}
a.btn.orange-line,
button.btn.orange-line,
[type=submit].btn.orange-line,
[type=reset].btn.orange-line,
[type=image].btn.orange-line {
  color: #ff9340;
  border-color: #ff9340;
  background-color: white;
  -webkit-transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
}
a.btn.orange-line:hover,
button.btn.orange-line:hover,
[type=submit].btn.orange-line:hover,
[type=reset].btn.orange-line:hover,
[type=image].btn.orange-line:hover {
  color: #ff9340;
  border-color: #ff9340;
  background-color: #fff2e5;
}
a.btn.yellow-solid,
button.btn.yellow-solid,
[type=submit].btn.yellow-solid,
[type=reset].btn.yellow-solid,
[type=image].btn.yellow-solid {
  color: white;
  border-color: #ffcc40;
  background-color: #ffcc40;
  -webkit-transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
}
a.btn.yellow-solid:hover,
button.btn.yellow-solid:hover,
[type=submit].btn.yellow-solid:hover,
[type=reset].btn.yellow-solid:hover,
[type=image].btn.yellow-solid:hover {
  color: white;
  border-color: #ffcc40;
  background-color: #ebbb3b;
}
a.btn.yellow-line,
button.btn.yellow-line,
[type=submit].btn.yellow-line,
[type=reset].btn.yellow-line,
[type=image].btn.yellow-line {
  color: #ffcc40;
  border-color: #ffcc40;
  background-color: white;
  -webkit-transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
}
a.btn.yellow-line:hover,
button.btn.yellow-line:hover,
[type=submit].btn.yellow-line:hover,
[type=reset].btn.yellow-line:hover,
[type=image].btn.yellow-line:hover {
  color: #ffcc40;
  border-color: #ffcc40;
  background-color: #fff9e5;
}
a.btn.green-solid,
button.btn.green-solid,
[type=submit].btn.green-solid,
[type=reset].btn.green-solid,
[type=image].btn.green-solid {
  color: white;
  border-color: #40ff86;
  background-color: #40ff86;
  -webkit-transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
}
a.btn.green-solid:hover,
button.btn.green-solid:hover,
[type=submit].btn.green-solid:hover,
[type=reset].btn.green-solid:hover,
[type=image].btn.green-solid:hover {
  color: white;
  border-color: #40ff86;
  background-color: #3beb7d;
}
a.btn.green-line,
button.btn.green-line,
[type=submit].btn.green-line,
[type=reset].btn.green-line,
[type=image].btn.green-line {
  color: #3beb7d;
  border-color: #40ff86;
  background-color: white;
  -webkit-transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
}
a.btn.green-line:hover,
button.btn.green-line:hover,
[type=submit].btn.green-line:hover,
[type=reset].btn.green-line:hover,
[type=image].btn.green-line:hover {
  color: #3beb7d;
  border-color: #40ff86;
  background-color: #e5fff2;
}
a.btn.purple-solid,
button.btn.purple-solid,
[type=submit].btn.purple-solid,
[type=reset].btn.purple-solid,
[type=image].btn.purple-solid {
  color: white;
  border-color: #a640ff;
  background-color: #a640ff;
  -webkit-transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
}
a.btn.purple-solid:hover,
button.btn.purple-solid:hover,
[type=submit].btn.purple-solid:hover,
[type=reset].btn.purple-solid:hover,
[type=image].btn.purple-solid:hover {
  color: white;
  border-color: #a640ff;
  background-color: #9a3beb;
}
a.btn.purple-line,
button.btn.purple-line,
[type=submit].btn.purple-line,
[type=reset].btn.purple-line,
[type=image].btn.purple-line {
  color: #a640ff;
  border-color: #a640ff;
  background-color: white;
  -webkit-transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
}
a.btn.purple-line:hover,
button.btn.purple-line:hover,
[type=submit].btn.purple-line:hover,
[type=reset].btn.purple-line:hover,
[type=image].btn.purple-line:hover {
  color: #a640ff;
  border-color: #a640ff;
  background-color: #f9e5ff;
}
a.btn.pink-solid,
button.btn.pink-solid,
[type=submit].btn.pink-solid,
[type=reset].btn.pink-solid,
[type=image].btn.pink-solid {
  color: white;
  border-color: #ef40ff;
  background-color: #ef40ff;
  -webkit-transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
}
a.btn.pink-solid:hover,
button.btn.pink-solid:hover,
[type=submit].btn.pink-solid:hover,
[type=reset].btn.pink-solid:hover,
[type=image].btn.pink-solid:hover {
  color: white;
  border-color: #ef40ff;
  background-color: #dc3beb;
}
a.btn.pink-line,
button.btn.pink-line,
[type=submit].btn.pink-line,
[type=reset].btn.pink-line,
[type=image].btn.pink-line {
  color: #ef40ff;
  border-color: #ef40ff;
  background-color: white;
  -webkit-transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, border 0.3s ease-out, background-color 0.3s ease-out;
}
a.btn.pink-line:hover,
button.btn.pink-line:hover,
[type=submit].btn.pink-line:hover,
[type=reset].btn.pink-line:hover,
[type=image].btn.pink-line:hover {
  color: #ef40ff;
  border-color: #ef40ff;
  background-color: #ffe5ff;
}

.menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  list-style: none;
}
.menu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1em 0.25em;
  color: #333333;
  text-decoration: none;
  font-size: 1em;
  border-bottom: 0 solid transparent;
  -webkit-transition: padding 0.3s ease, color 0.3s ease, border-bottom 0.3s ease;
  transition: padding 0.3s ease, color 0.3s ease, border-bottom 0.3s ease;
}
.menu a.active {
  padding-top: calc(1.5em - 5px);
  color: #E72835;
  border-bottom: 5px solid #E72835;
}

.packery-grid {
  padding: 4em 1em;
}

.packery-grid-item {
  width: calc(25% - 8px);
  margin: 0;
  padding: 10px;
}
.packery-grid-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1em;
}

@media (max-width: 1200px) {
  .packery-grid-item {
    width: calc(33.333333% - 12px);
  }
}
@media (max-width: 800px) {
  .packery-grid-item {
    width: calc(50% - 18px);
  }
}
@media (max-width: 500px) {
  .packery-grid-item {
    width: calc(100% - 34px);
  }
}
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #E72835;
  position: fixed;
  z-index: 1031;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
#nprogress .spinner {
  display: none;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid transparent;
  border-top-color: #E72835;
  border-left-color: #E72835;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus {
  outline: 0;
}

html,
body {
  padding: 0;
  height: 100%;
  color: #333333;
  font-family: "Microsoft JhengHei", "微軟正黑體", arial, sans-serif !important;
  font-size: 16px;
  background-color: #ffffff;
  scroll-behavior: smooth;
  word-wrap: break-word;
}

/* 清除圖片底部的空白 */
img,
svg {
  vertical-align: middle;
  border: none;
  outline: none;
}

/* 取消預設斜體 */
i,
em,
cite,
dfn,
var,
address {
  font-style: normal;
}

code,
pre,
samp,
kbd,
var {
  font-family: "Source Code Pro", monospace;
}

figure {
  margin: 0;
}

.ossian {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}

.break {
  word-break: break-all;
}

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

.glass {
  -webkit-backdrop-filter: blur(2em);
          backdrop-filter: blur(2em);
}

.nav {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

#main-content {
  opacity: 0; /* 初始設為隱藏 */
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; /* 添加淡入效果 */
}