@charset "UTF-8";
:root {
  --f-code: consolas, monospace;
  --f-sans: Barlow, Microsoft Jhenghei, sans-serif;
  --f-serif: Noto Serif TC, serif;
  --c-bg: #fcfcfc;
  --c-main: #4D994F;
  --c-link: #0099ff;
  --c-border: #d8d8d8;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .-mob {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .-pc {
    display: none !important;
  }
}
body {
  font-size: 16px;
  font-family: "Barlow", "Microsoft Jhenghei", sans-serif;
  line-height: 150%;
  background: #fcfcfc;
}

.f-half {
  overflow: hidden;
  margin-right: 0.125em;
  width: 0.5em;
}

.f-half-65 {
  overflow: hidden;
  margin-right: 0.125em;
  width: 0.65em;
}

.-link {
  cursor: pointer;
}

.-center {
  text-align: center;
}

:root {
  --tpl-header-height-pc: 128px;
  --tpl-header-height-pcs: 128px;
  --tpl-header-height-mob: 128px;
  --tpl-header-height-phone: 96px;
  --tpl-footer-height-pc: 64px;
  --tpl-footer-height-pcs: 64px;
  --tpl-footer-height-mob: 64px;
  --tpl-footer-height-phone: 96px;
}

#header {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
}
#header::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-bottom: 1px solid #d8d8d8;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  #header {
    padding: 0 64px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  #header {
    padding: 0 48px;
  }
}
@media (max-width: 767.9px) {
  #header {
    padding: 0 16px;
  }
}
#header.-fixed {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
}
#header.-fixed::after {
  opacity: 1;
}
@media (min-width: 768px) {
  #header.-fixed .wrapper {
    height: 64px;
  }
}
@media (max-width: 767.9px) {
  #header.-fixed .wrapper {
    height: 64px;
  }
}
@media (max-width: 480px) {
  #header.-fixed .wrapper {
    height: 48px;
  }
}
#header.-fixed .wrapper .captain {
  top: 12px;
}
@media (max-width: 767.9px) {
  #header.-fixed .wrapper .captain {
    top: 8px;
  }
}
@media (min-width: 768px) {
  #header.-fixed .wrapper .captain .zh {
    font-size: 24px;
  }
}
@media (max-width: 767.9px) {
  #header.-fixed .wrapper .captain .zh {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  #header.-fixed .wrapper .captain .zh {
    font-size: 20px;
  }
}
#header.-fixed .wrapper .captain .en {
  opacity: 0;
}
@media (min-width: 768px) {
  #header.-fixed .linkPane {
    left: 128px;
    top: 8px;
  }
}
@media (max-width: 767.9px) {
  #header.-fixed .linkPane {
    left: 128px;
    top: 8px;
  }
}
@media (max-width: 480px) {
  #header.-fixed .linkPane {
    left: 108px;
    top: 0;
  }
}
#header.-fixed .filterPane {
  top: 8px;
}
#header.-fixed .filterPane .filterGroup > .label {
  margin-top: -20px;
  opacity: 0;
}
#header .wrapper {
  position: relative;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  #header .wrapper {
    height: var(--tpl-header-height-pc);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  #header .wrapper {
    height: var(--tpl-header-height-pcs);
  }
}
@media (max-width: 767.9px) {
  #header .wrapper {
    height: var(--tpl-header-height-mob);
  }
}
@media (max-width: 480px) {
  #header .wrapper {
    height: var(--tpl-header-height-phone);
  }
}
#header .wrapper .captain {
  position: absolute;
  left: 0;
  top: 32px;
  font-family: "Noto Serif TC", serif;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#header .wrapper .captain:hover {
  color: #4D994F;
}
#header .wrapper .captain a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.9px) {
  #header .wrapper .captain {
    top: 12px;
  }
}
@media (max-width: 480px) {
  #header .wrapper .captain {
    top: 8px;
  }
}
#header .wrapper .captain .zh {
  display: block;
  font-size: 32px;
  line-height: 40px;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767.9px) {
  #header .wrapper .captain .zh {
    font-size: 30px;
    line-height: 48px;
  }
}
@media (max-width: 480px) {
  #header .wrapper .captain .zh {
    font-size: 20px;
    line-height: 32px;
  }
}
#header .wrapper .captain .en {
  display: block;
  font-size: 14px;
  line-height: 28px;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767.9px) {
  #header .wrapper .captain .en {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  #header .wrapper .captain .en {
    font-size: 10px;
    line-height: 12px;
  }
}
#header .linkPane {
  position: absolute;
  left: 192px;
  top: 48px;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767.9px) {
  #header .linkPane {
    left: 192px;
    top: 40px;
  }
}
@media (max-width: 480px) {
  #header .linkPane {
    left: 128px;
    top: 12px;
  }
}
#header .linkPane a {
  display: inline-block;
  font-size: 1rem;
  line-height: 48px;
  color: inherit;
}
#header .linkPane a:hover {
  color: #4D994F;
}
#header .filterPane {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  z-index: 1100;
  right: 0;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  #header .filterPane {
    top: 24px;
  }
}
@media (max-width: 767.9px) {
  #header .filterPane {
    top: 20px;
  }
}
#header .filterPane .filterGroup + .filterGroup {
  margin-left: 8px;
}
#header .filterPane .filterGroup > .label {
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 8px;
  text-align: center;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767.9px) {
  #header .filterPane .filterGroup > .label {
    display: none;
  }
}
#header .filter {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 8px;
}
@media (max-width: 767.9px) {
  #header .filter {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
#header .filter .filterItem {
  position: relative;
  display: inline-block;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 1000px;
  color: inherit;
}
@media (max-width: 767.9px) {
  #header .filter .filterItem {
    height: 32px;
  }
}
#header .filter .filterItem:hover {
  border-color: #4D994F;
}
#header .filter .filterItem .numDot {
  position: absolute;
  display: block;
  right: -4px;
  top: -4px;
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  zoom: 0.5;
  color: #fff;
  background-color: #c00;
  border-radius: 100px;
}
#header .filter .filterItem .numDot[data-num="0"] {
  display: none;
}
#header .filter .selectFilterItem {
  padding: 0 8px;
  height: 40px;
  line-height: 38px;
  width: 144px;
  cursor: pointer;
}
@media (max-width: 767.9px) {
  #header .filter .selectFilterItem {
    height: 32px;
    width: 112px;
    line-height: 30px;
  }
}
#header .filter .selectFilterItem .display .value .icon {
  display: inline-block;
  width: 23px;
  line-height: 38px;
  text-align: center;
}
@media (max-width: 767.9px) {
  #header .filter .selectFilterItem .display .value .icon {
    line-height: 30px;
  }
}
#header .filter .selectFilterItem .display .dropdownIcon {
  position: absolute;
  right: 0;
  top: 0;
  width: 31px;
  line-height: 38px;
  text-align: center;
}
@media (max-width: 767.9px) {
  #header .filter .selectFilterItem .display .dropdownIcon {
    line-height: 30px;
  }
}
#header .filter .selectFilterItem:hover {
  background-color: #fff;
}
#header .filter .selectFilterItem:hover .dropdownMenu {
  right: -1px;
  opacity: 1;
  transition: right 0s 0s linear, opacity 0.25s 0s linear;
}
#header .filter .selectFilterItem .dropdownMenu {
  position: absolute;
  right: 200vw;
  top: calc(100% + 8px);
  width: 144px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1rem;
  opacity: 0;
  transition: right 0s 0.5s linear, opacity 0.25s 0.25s linear;
}
@media (max-width: 767.9px) {
  #header .filter .selectFilterItem .dropdownMenu {
    width: 128px;
  }
}
#header .filter .selectFilterItem .dropdownMenu .item {
  padding: 0 8px;
  line-height: 39px;
  cursor: pointer;
  border-top: 1px solid #f8f8f8;
}
#header .filter .selectFilterItem .dropdownMenu .item:first-child {
  border-top: none;
}
#header .filter .selectFilterItem .dropdownMenu .item .icon {
  display: inline-block;
  width: 23px;
  line-height: 38px;
  text-align: center;
}
#header .filter .selectFilterItem .dropdownMenu .item:hover {
  color: #4D994F;
}
#header .filter .buttonFilterItem {
  aspect-ratio: 1/1;
  cursor: pointer;
}
#header .filter .buttonFilterItem .icon {
  display: block;
  line-height: 38px;
  text-align: center;
}
@media (max-width: 767.9px) {
  #header .filter .buttonFilterItem .icon {
    line-height: 30px;
  }
}
#header .filter .buttonFilterItem:hover {
  background-color: #fff;
}
#header .filter .buttonFilterItem:hover .icon {
  color: #4D994F;
}

#footer {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 63px;
  border-top: 1px solid #d8d8d8;
}
@media (min-width: 768px) {
  #footer {
    padding: 0 64px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  #footer {
    padding: 0 48px;
  }
}
@media (max-width: 767.9px) {
  #footer {
    padding: 0 32px;
  }
}
@media (max-width: 480px) {
  #footer {
    padding: 0 16px;
  }
}
#footer > .wrapper {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  #footer > .wrapper {
    display: block;
  }
}
#footer .links {
  flex: 1 1 auto;
}
@media (max-width: 767.9px) {
  #footer .links {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  #footer .links {
    font-size: 14px;
    display: flex;
    justify-content: center;
    line-height: 47px;
  }
}
#footer .links .spacer {
  display: none;
}
#footer .links a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
#footer .links a:hover {
  color: #4D994F;
}
#footer .links a:hover span {
  border-bottom: 2px solid #4D994F;
}
#footer .links a span {
  display: inline-block;
  line-height: 24px;
}
#footer .links > * + * {
  margin-left: 16px;
}
@media (max-width: 767.9px) {
  #footer .links > * + * {
    margin-left: 12px;
  }
}
@media (max-width: 480px) {
  #footer .links > * + * {
    margin-left: 12px;
  }
}
#footer .copy {
  flex: 1 1 auto;
  text-align: right;
}
@media (max-width: 767.9px) {
  #footer .copy {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  #footer .copy {
    font-size: 12px;
    text-align: center;
    line-height: 32px;
  }
}
#footer .copy b {
  display: inline-block;
  transform: scaleX(-1);
}

.updateLog {
  font-size: 0.875em;
}
.updateLog li {
  margin: 1rem 0;
}
.updateLog .date {
  display: block;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.updateLog .text {
  display: block;
  padding-left: 2rem;
}

.popup {
  position: fixed;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: left 0s 0.4s linear, background-color 0.2s 0.2s linear;
}
.popup.-active {
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: left 0s 0s linear, background-color 0.2s 0s linear;
}
.popup.-active .wrapper {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.4s 0.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s 0.2s linear;
}
.popup .wrapper {
  flex: 0 1 440px;
  margin-left: 24px;
  margin-right: 24px;
  min-height: 240px;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  opacity: 0;
  transform: translateY(4em);
  transition: transform 0s 0.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s 0s linear;
}
.popup .wrapper .icon {
  margin: 16px 16px 0;
  text-align: center;
}
.popup .wrapper .icon i {
  font-size: 48px;
  line-height: 64px;
  color: #4D994F;
}
.popup .wrapper .body {
  display: flex;
  margin: 0 16px 32px;
  align-items: center;
  min-height: 128px;
}
@media (max-width: 767.9px) {
  .popup .wrapper .body {
    min-height: 96px;
  }
}
.popup .wrapper .body > div {
  flex: 1 1 100%;
}
.popup .wrapper .body h3 {
  margin: 1em 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 767.9px) {
  .popup .wrapper .body h3 {
    font-size: 20px;
    line-height: 32px;
  }
}
.popup .wrapper .body p {
  flex: 0 0 100%;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin: 1em 0;
}
.popup .wrapper .body p.p {
  margin-left: 1em;
  margin-right: 1em;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
@media (max-width: 767.9px) {
  .popup .wrapper .body p {
    font-size: 16px;
    line-height: 24px;
  }
}
.popup .wrapper .body p a {
  color: #0099ff;
}
.popup .wrapper .check {
  margin: 8px;
  margin-top: -24px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.popup .wrapper .check label {
  display: block;
  text-align: center;
}
.popup .wrapper .buttons {
  display: flex;
  margin: 8px;
}
.popup .wrapper .buttons .kcButton {
  flex: 1 1 50%;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background: #e8e8e8;
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
}
.popup .wrapper .buttons .kcButton + .kcButton {
  margin-left: 8px;
}
.popup .wrapper .buttons .kcButton.-action-accept {
  color: #fff;
  background: #4D994F;
}

#searchBoxPopup .-filter-keyword {
  width: 100%;
  height: 3em;
  padding: 0 0.5em;
  font-size: 24px;
  text-align: center;
}

.floating {
  position: fixed;
  right: 1em;
  bottom: -5em;
  width: 64px;
  height: 64px;
  color: #fff;
  background-color: #4D994F;
  border-radius: 1000px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}
.floating.-active {
  bottom: 1em;
  transition: bottom 1s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s linear;
}
@media (max-width: 767.9px) {
  .floating.-active {
    bottom: 0.5em;
  }
}
.floating:hover {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.9px) {
  .floating {
    width: 48px;
    height: 48px;
    right: 0.5em;
  }
}
.floating .icon {
  display: block;
  margin-top: 6px;
  line-height: 32px;
  font-size: 28px;
  text-align: center;
}
@media (max-width: 767.9px) {
  .floating .icon {
    margin-top: 4px;
    line-height: 24px;
    font-size: 21px;
  }
}
.floating .label {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 767.9px) {
  .floating .label {
    font-size: 10px;
    line-height: 15px;
  }
}

.qField {
  margin: 1rem 0;
}
.qField.-buttons {
  display: flex;
  justify-content: flex-end;
}
.qField .label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.25rem;
}
.qField .label.-req::after {
  content: "*必填";
  position: relative;
  margin-left: 0.5em;
  top: -0.2em;
  font-size: 0.8em;
  color: #c00;
}

.qInput input.input,
.qInput textarea.input {
  font-size: 14px;
  border: 1px solid #ccc;
}
.qInput input.input::-moz-placeholder, .qInput textarea.input::-moz-placeholder {
  color: #999;
}
.qInput input.input::placeholder,
.qInput textarea.input::placeholder {
  color: #999;
}
.qInput input.input:focus::-moz-placeholder, .qInput textarea.input:focus::-moz-placeholder {
  color: #ccc;
}
.qInput input.input:focus::placeholder,
.qInput textarea.input:focus::placeholder {
  color: #ccc;
}
.qInput input.input {
  height: 32px;
  width: 100%;
  padding: 0 calc(0.5em - 1px);
}
.qInput textarea.input {
  width: 100%;
  line-height: 2em;
  padding: 0 calc(0.5em - 1px);
}
.qInput .hint {
  font-size: 0.8rem;
  line-height: 1.5em;
  color: #999;
}

.qfButton {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 14px;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.qfButton:hover {
  background-color: #666;
  border-color: #666;
}

@media (min-width: 768px) {
  #header + .page {
    margin-top: var(--tpl-header-height-pc);
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  #header + .page {
    margin-top: var(--tpl-header-height-pcs);
  }
}
@media (max-width: 767.9px) {
  #header + .page {
    margin-top: var(--tpl-header-height-mob);
  }
}
@media (max-width: 480px) {
  #header + .page {
    margin-top: var(--tpl-header-height-phone);
  }
}

.textPage {
  margin: 0 auto;
  max-width: 640px;
}
@media (min-width: 768px) {
  .textPage {
    padding: 32px 64px 64px;
    min-height: calc(100vh - var(--tpl-header-height-pc) - var(--tpl-footer-height-pc));
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .textPage {
    padding: 32px 48px 64px;
    min-height: calc(100vh - var(--tpl-header-height-pcs) - var(--tpl-footer-height-pcs));
  }
}
@media (max-width: 767.9px) {
  .textPage {
    padding: 24px 24px 48px;
    min-height: calc(100vh - var(--tpl-header-height-mob) - var(--tpl-footer-height-mob));
  }
}
@media (max-width: 480px) {
  .textPage {
    padding: 24px 16px 48px;
    min-height: calc(100vh - var(--tpl-header-height-phone) - var(--tpl-footer-height-phone));
  }
}
.textPage h1, .textPage h2, .textPage h3 {
  font-family: "Noto Serif TC", serif;
  line-height: 150%;
  margin: 2rem 0;
}
.textPage h1 {
  font-size: 1.75rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.textPage h1 .subtitle {
  transform: translateY(-0.5em);
  font-size: 1rem;
  color: #666;
}
.textPage h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
.textPage h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media (max-width: 767.9px) {
  .textPage h1 {
    font-size: 1.75rem;
  }
  .textPage h2 {
    font-size: 1.5rem;
  }
  .textPage h3 {
    font-size: 1.25rem;
  }
}
.textPage p {
  font-size: 1rem;
  text-align: justify;
  line-height: 200%;
  margin: 1rem 0;
}
.textPage p.note {
  font-size: 0.875rem;
  color: #666;
}
.textPage em {
  color: #c00;
}

.recordsPage {
  margin: 0 auto;
  max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .recordsPage {
    max-width: 640px;
  }
}
.recordsPage h1 {
  text-align: center;
}
.recordsPage h2 {
  text-align: center;
}
.recordsPage .recordSection {
  border-top: 1px solid var(--c-border);
}
.recordsPage .recordSection .recordItemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1em 0;
}
.recordsPage .recordSection .recordItem {
  flex: 0 0 33.33%;
}
.recordsPage .recordSection .recordItemNote p {
  margin: 0.875em 0;
  margin-left: 1em;
  font-size: 0.875em;
  line-height: 125%;
  text-indent: -1em;
  color: #666;
}
@media (min-width: 768px) {
  .recordsPage .recordSection .recordItemNote p {
    text-align: center;
  }
}
.recordsPage .recordSection .recordItemNote p::before {
  content: "*";
  width: 1em;
  display: inline-block;
  text-indent: 0em;
}
.recordsPage .recordSection .recordItemNote p a {
  color: var(--c-link);
}
.recordsPage .recordItem {
  margin: 1em 0;
}
.recordsPage .recordItem .label {
  margin-bottom: 0.5em;
  font-weight: bold;
  text-align: center;
}
.recordsPage .recordItem .value,
.recordsPage .recordItem .value-2 {
  text-align: center;
  font-size: 3em;
  line-height: 125%;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .recordsPage .recordItem .value,
  .recordsPage .recordItem .value-2 {
    font-size: 2em;
    margin-bottom: 0.25em;
  }
}
@media (max-width: 480px) {
  .recordsPage .recordItem .value,
  .recordsPage .recordItem .value-2 {
    font-size: 2em;
    margin-bottom: 0.25em;
  }
}
.recordsPage .recordItem .value-2 {
  font-size: 1.25em;
  color: #666;
}
@media (max-width: 767.9px) {
  .recordsPage .recordItem .value-2 {
    font-size: 0.875em;
  }
}
@media (max-width: 480px) {
  .recordsPage .recordItem .value-2 {
    font-size: 0.875em;
  }
}

.indexPage {
  margin: 0 auto;
  max-width: 640px;
}
@media (min-width: 768px) {
  .indexPage {
    padding: 0 64px 64px;
    min-height: calc(100vh - var(--tpl-header-height-pc) - var(--tpl-footer-height-pc));
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .indexPage {
    padding: 0 48px 64px;
    min-height: calc(100vh - var(--tpl-header-height-pcs) - var(--tpl-footer-height-pcs));
  }
}
@media (max-width: 767.9px) {
  .indexPage {
    padding: 0 24px 48px;
    min-height: calc(100vh - var(--tpl-header-height-mob) - var(--tpl-footer-height-mob));
  }
}
@media (max-width: 480px) {
  .indexPage {
    padding: 0 16px 48px;
    min-height: calc(100vh - var(--tpl-header-height-phone) - var(--tpl-footer-height-phone));
  }
}
.indexPage .namecard {
  font-family: "Noto Serif TC", serif;
}
@media (min-width: 768px) {
  .indexPage .namecard {
    padding: 64px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .indexPage .namecard {
    padding: 64px 0;
  }
}
@media (max-width: 767.9px) {
  .indexPage .namecard {
    padding: 48px 0;
  }
}
@media (max-width: 480px) {
  .indexPage .namecard {
    padding: 32px 0;
  }
}
.indexPage .namecard h1 .zh {
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}
.indexPage .namecard h1 .en {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}
.indexPage .namecard h1::after {
  content: "";
  display: block;
  width: 6rem;
  height: 8px;
  margin-top: 8px;
  border-left: 2rem solid #F5D60A;
  border-right: 2rem solid #6699FF;
  box-shadow: 0 0.125em 0.5em rgba(0, 0, 0, 0.1);
}
.indexPage .namecard .titleList {
  margin: 32px -8px;
  font-size: 24px;
  line-height: 200%;
}
@media (max-width: 767.9px) {
  .indexPage .namecard .titleList {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .indexPage .namecard .titleList {
    font-size: 16px;
  }
}
.indexPage .namecard .titleList span {
  display: inline-block;
  cursor: help;
}
.indexPage .namecard .titleList span > span {
  margin: 0 8px;
}
.indexPage .namecard .titleList span > span:hover {
  color: #4D994F;
}
.indexPage .namecard .source {
  margin: 32px 0;
}
.indexPage .namecard .source a {
  display: inline-block;
  color: #6699FF;
  border-bottom: 1px solid rgba(102, 153, 255, 0.5);
}
.indexPage .subsiteList {
  color: #333;
}
.indexPage .subsiteList + .subsiteList {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .indexPage .subsiteList {
    display: flex;
  }
}
@media (max-width: 767.9px) {
  .indexPage .subsiteList {
    display: block;
  }
}
.indexPage .subsiteList .subsiteCard {
  position: relative;
}
@media (min-width: 768px) {
  .indexPage .subsiteList .subsiteCard {
    flex: 1 1 50%;
  }
}
@media (max-width: 767.9px) {
  .indexPage .subsiteList .subsiteCard {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 480px) {
  .indexPage .subsiteList .subsiteCard {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .indexPage .subsiteList .subsiteCard + .subsiteCard {
    margin-left: 32px;
  }
}
@media (max-width: 767.9px) {
  .indexPage .subsiteList .subsiteCard + .subsiteCard {
    margin-top: 32px;
  }
}
.indexPage .subsiteList .subsiteCard .icon {
  width: 48px;
  line-height: 48px;
  text-align: center;
}
@media (min-width: 768px) {
  .indexPage .subsiteList .subsiteCard .icon {
    margin-left: -8px;
  }
}
@media (max-width: 767.9px) {
  .indexPage .subsiteList .subsiteCard .icon {
    position: absolute;
    left: -8px;
    top: 0;
  }
}
.indexPage .subsiteList .subsiteCard .icon::before {
  font-size: 30px;
  line-height: inherit;
}
.indexPage .subsiteList .subsiteCard h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
.indexPage .subsiteList .subsiteCard h3 i {
  width: 1.5em;
  text-align: center;
}
.indexPage .subsiteList .subsiteCard p {
  font-size: 14px;
  line-height: 28px;
}
.indexPage .subsiteList .subsiteCard a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.indexPage .subsiteList .roarSiteCard:hover {
  color: #4D994F;
}
.indexPage .subsiteList .fawnSiteCard:hover {
  color: #4D994F;
}

.quoteListV2Page {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .quoteListV2Page {
    padding: 128px 64px 0.1px;
    min-height: calc(100vh - 128px - 64px);
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .quoteListV2Page {
    padding: 128px 48px 0.1px;
    min-height: calc(100vh - 128px - 64px);
  }
}
@media (max-width: 767.9px) {
  .quoteListV2Page {
    padding: 96px 24px 0.1px;
    min-height: calc(100vh - 96px - 64px);
  }
}
@media (max-width: 480px) {
  .quoteListV2Page {
    padding: 64px 16px 0.1px;
    min-height: calc(100vh - 64px - 96px);
  }
}
.quoteListV2Page .quoteCard {
  position: relative;
  max-width: 672px;
  border: 1px solid #d8d8d8;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /*
  &[data-quote-year="2022"],
  &[data-quote-year="2021"]{

      &::before{
          opacity: .15;
          background-image: url(../img/oldpaper.jpg);
      }

      > .header{

          .thumb{
              border-color: rgba(#D8B459, .5);
          }

          .tagList{
              mix-blend-mode: multiply;
              opacity: .9;
          }
      }

      > .body{
          mix-blend-mode: multiply;
      }

      color: #3F3721;
      border-color: rgba(#D8B459, .5);
      box-shadow: 0 0 12px rgba(#D8B459, .1);

      &:hover{
          border-color: #644E16;
      }
  }

  &[data-quote-year="2020"],
  &[data-quote-year="2019"]{

      &::before{
          opacity: .3;
          background-image: url(../img/oldpaper.jpg);
      }

      > .header{

          .thumb{
              border-color: rgba(#D8B459, .7);
          }

          .tagList{
              mix-blend-mode: multiply;
              opacity: .8;
          }
      }

      > .body{
          mix-blend-mode: multiply;
      }

      color: #644E16;
      border-color: rgba(#D8B459, .7);
      box-shadow: 0 0 12px rgba(#D8B459, .2);

      &:hover{
          border-color: #644E16;

          > .header{
              .thumb{
                  border-color: #644E16;
              }
          }
      }
  }

  &[data-quote-year="2018"],
  &[data-quote-year="2017"]{

      &::before{
          opacity: .5;
          background-image: url(../img/oldpaper.jpg);
      }

      > .header{

          .thumb{
              border-color: rgba(#D8B459, .85);
          }

          .tagList{
              mix-blend-mode: multiply;
              opacity: .7;
          }
      }

      > .body{
          mix-blend-mode: multiply;
      }

      color: rgba(#644E16, .95);
      border-color: rgba(#D8B459, .85);
      box-shadow: 0 0 12px rgba(#D8B459, .3);

      &:hover{
          border-color: #644E16;

          > .header{
              .thumb{
                  border-color: #644E16;
              }
          }
      }
  }

  &[data-quote-year="2016"],
  &[data-quote-year="2015"]{

      &::before{
          opacity: .8;
          background-image: url(../img/oldpaper.jpg);
      }

      > .header{

          .thumb{
              border-color: #D8B459;

              img{
              }

              &::before{
                  z-index: 1;
                  opacity: .6;
                  mix-blend-mode: color;
                  background-color: #DFB068;
              }

              &::after{
                  z-index: 2;
                  opacity: .3;
                  mix-blend-mode: screen;
                  background-image: url(../img/oldpaper.jpg);
              }
          }

          .tagList{
              mix-blend-mode: multiply;
              opacity: .6;
          }
      }

      > .body{
          mix-blend-mode: multiply;
      }

      color: rgba(#644E16, .9);
      border-color: #D8B459;
      box-shadow: 0 0 12px rgba(#D8B459, .4);

      &:hover{
          border-color: #644E16;

          > .header{
              .thumb{
                  border-color: #644E16;
              }
          }
      }
  } */
}
@media (min-width: 768px) {
  .quoteListV2Page .quoteCard {
    margin: 48px auto 32px;
  }
}
@media (max-width: 767.9px) {
  .quoteListV2Page .quoteCard {
    margin: 32px auto 32px;
    width: 100%;
    border-radius: 0.5rem;
  }
}
.quoteListV2Page .quoteCard::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.25;
  border-radius: 1rem;
  background-size: cover;
  background-position: center center;
  pointer-events: none;
}
@media (max-width: 767.9px) {
  .quoteListV2Page .quoteCard::before {
    border-radius: 0.5rem;
  }
}
.quoteListV2Page .quoteCard:hover {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
}
.quoteListV2Page .quoteCard:hover[data-quote-qgroupid="1"] {
  border-color: #4D994F;
}
.quoteListV2Page .quoteCard:hover[data-quote-qgroupid="1"] .header .thumb {
  border-color: #4D994F;
}
.quoteListV2Page .quoteCard:hover[data-quote-qgroupid="2"] {
  border-color: #0099ff;
}
.quoteListV2Page .quoteCard:hover[data-quote-qgroupid="2"] .header .thumb {
  border-color: #0099ff;
}
.quoteListV2Page .quoteCard > .header {
  position: relative;
}
@media (min-width: 768px) {
  .quoteListV2Page .quoteCard > .header {
    height: 95px;
  }
}
@media (max-width: 767.9px) {
  .quoteListV2Page .quoteCard > .header {
    height: 79px;
  }
}
.quoteListV2Page .quoteCard > .header .thumb {
  position: absolute;
  display: block;
  color: inherit;
  left: 31px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .quoteListV2Page .quoteCard > .header .thumb {
    top: -17px;
    left: 31px;
    width: 112px;
  }
}
@media (max-width: 767.9px) {
  .quoteListV2Page .quoteCard > .header .thumb {
    top: -17px;
    left: 15px;
    width: 80px;
  }
}
.quoteListV2Page .quoteCard > .header .thumb::before, .quoteListV2Page .quoteCard > .header .thumb::after {
  content: "";
  display: block;
}
.quoteListV2Page .quoteCard > .header .thumb::after {
  background-position: center center;
  background-size: cover;
}
.quoteListV2Page .quoteCard > .header .thumb::before, .quoteListV2Page .quoteCard > .header .thumb::after,
.quoteListV2Page .quoteCard > .header .thumb img {
  position: absolute;
  display: block;
  left: 3px;
  top: 3px;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .quoteListV2Page .quoteCard > .header .thumb::before, .quoteListV2Page .quoteCard > .header .thumb::after,
  .quoteListV2Page .quoteCard > .header .thumb img {
    width: 104px;
  }
}
@media (max-width: 767.9px) {
  .quoteListV2Page .quoteCard > .header .thumb::before, .quoteListV2Page .quoteCard > .header .thumb::after,
  .quoteListV2Page .quoteCard > .header .thumb img {
    width: 72px;
  }
}
.quoteListV2Page .quoteCard > .header .text {
  position: absolute;
  font-family: "Noto Serif TC", serif;
}
@media (min-width: 768px) {
  .quoteListV2Page .quoteCard > .header .text {
    left: 160px;
    top: 15px;
  }
}
@media (max-width: 767.9px) {
  .quoteListV2Page .quoteCard > .header .text {
    left: 103px;
    top: 7px;
  }
}
.quoteListV2Page .quoteCard > .header .name {
  display: block;
  color: inherit;
  font-weight: 500;
}
@media (min-width: 768px) {
  .quoteListV2Page .quoteCard > .header .name {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767.9px) {
  .quoteListV2Page .quoteCard > .header .name {
    font-size: 20px;
    line-height: 24px;
  }
}
.quoteListV2Page .quoteCard > .header .year {
  display: block;
  font-weight: 500;
}
@media (min-width: 768px) {
  .quoteListV2Page .quoteCard > .header .year {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 767.9px) {
  .quoteListV2Page .quoteCard > .header .year {
    font-size: 14px;
    line-height: 24px;
  }
}
.quoteListV2Page .quoteCard > .header .tagList {
  position: absolute;
  display: flex;
  flex-direction: row;
}
@media (min-width: 768px) {
  .quoteListV2Page .quoteCard > .header .tagList {
    right: 11px;
    top: 15px;
  }
}
@media (max-width: 767.9px) {
  .quoteListV2Page .quoteCard > .header .tagList {
    right: 5px;
    top: 7px;
  }
}
.quoteListV2Page .quoteCard > .header .tagList .tag {
  text-align: center;
  color: #fff;
  background-color: #666;
  border-radius: 0.25em;
}
@media (min-width: 768px) {
  .quoteListV2Page .quoteCard > .header .tagList .tag {
    margin: 0 4px;
    padding: 0 0.5em;
    font-size: 1rem;
    line-height: 32px;
  }
}
@media (max-width: 767.9px) {
  .quoteListV2Page .quoteCard > .header .tagList .tag {
    margin: 0 2px;
    padding: 0 0.25em;
    font-size: 0.875em;
    line-height: 24px;
  }
}
.quoteListV2Page .quoteCard > .header .tagList .tag.-rating {
  width: auto;
  padding: 0 0.25em;
  color: #333;
  background-color: transparent;
  border: 0;
}
.quoteListV2Page .quoteCard > .header .tagList .tag.-roar {
  background-color: #4D994F;
}
.quoteListV2Page .quoteCard > .header .tagList .tag.-fawn {
  background-color: #0099ff;
}
.quoteListV2Page .quoteCard > .body .quote {
  display: flex;
  align-items: center;
  min-height: 4em;
}
@media (min-width: 768px) {
  .quoteListV2Page .quoteCard > .body .quote {
    margin: 1rem 0 1rem;
  }
}
@media (max-width: 767.9px) {
  .quoteListV2Page .quoteCard > .body .quote {
    margin: 0.5rem 0 0.5rem;
  }
}
.quoteListV2Page .quoteCard > .body .quote .wrapper {
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .quoteListV2Page .quoteCard > .body .quote .wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 767.9px) {
  .quoteListV2Page .quoteCard > .body .quote .wrapper {
    padding: 0 7px;
  }
}
.quoteListV2Page .quoteCard > .body .hashtagList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .quoteListV2Page .quoteCard > .body .hashtagList {
    font-size: 1rem;
    height: 32px;
  }
}
@media (max-width: 767.9px) {
  .quoteListV2Page .quoteCard > .body .hashtagList {
    font-size: 0.875rem;
  }
}
.quoteListV2Page .quoteCard > .body .hashtagList .hashtag {
  margin: 0 4px;
  line-height: 32px;
  color: #0099ff;
}
@media (min-width: 768px) {
  .quoteListV2Page .quoteCard > .body .hashtagList .hashtag {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .quoteListV2Page .quoteCard > .body .hashtagList .hashtag {
    font-size: 0.875rem;
  }
}
.quoteListV2Page .quoteCard > .footer {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #d8d8d8;
  height: 63px;
}
@media (min-width: 768px) {
  .quoteListV2Page .quoteCard > .footer {
    padding: 0 11px;
  }
}
@media (max-width: 767.9px) {
  .quoteListV2Page .quoteCard > .footer {
    padding: 0 7px;
  }
}
.quoteListV2Page .quoteCard > .footer .r1 {
  flex: 1 1 50%;
  display: flex;
}
.quoteListV2Page .quoteCard > .footer .r2 {
  flex: 0 0 auto;
}
.quoteListV2Page .quoteCard > .footer .r3 {
  flex: 1 1 50%;
  text-align: right;
}
@media (max-width: 767.9px) {
  .quoteListV2Page .quoteCard > .footer .r3 {
    flex: 1 1 35%;
  }
}
.quoteListV2Page .quoteCard > .footer .footerFn {
  position: relative;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
.quoteListV2Page .quoteCard > .footer .footerFn::before {
  content: "";
  position: absolute;
  display: block;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 100px;
}
@media (max-width: 767.9px) {
  .quoteListV2Page .quoteCard > .footer .footerFn::before {
    top: 8px;
    bottom: 8px;
  }
}
.quoteListV2Page .quoteCard > .footer .footerFn:hover {
  color: #4D994F;
}
.quoteListV2Page .quoteCard > .footer .footerFn i {
  position: relative;
  width: 24px;
  text-align: center;
}
.quoteListV2Page .quoteCard > .footer .footerFn[data-active="1"] {
  color: #fff;
}
.quoteListV2Page .quoteCard > .footer .footerFn[data-active="1"]::before {
  background-color: #4D994F;
}
.quoteListV2Page .quoteCard > .footer .footerFn.-off {
  color: #666;
  cursor: default;
}
.quoteListV2Page .quoteCard > .footer .footerFn.-off i {
  width: 24px;
  text-align: center;
}
.quoteListV2Page .quoteCard > .footer .r1 .footerFn {
  line-height: 48px;
  text-align: center;
}
@media (min-width: 768px) {
  .quoteListV2Page .quoteCard > .footer .r1 .footerFn {
    flex: 0 0 48px;
  }
}
@media (max-width: 767.9px) {
  .quoteListV2Page .quoteCard > .footer .r1 .footerFn {
    flex: 0 0 40px;
  }
}
.quoteListV2Page .quoteCard > .footer .goDetail {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 15px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  border: 1px solid #D9D9D9;
  border-radius: 1000px;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .quoteListV2Page .quoteCard > .footer .goDetail {
    flex: 0 0 48px;
  }
}
@media (max-width: 767.9px) {
  .quoteListV2Page .quoteCard > .footer .goDetail {
    flex: 0 0 40px;
  }
}
.quoteCard[data-quote-qgroupid="1"] .goDetail:hover {
  color: #4D994F;
  border-color: #4D994F;
}

.quoteCard[data-quote-qgroupid="2"] .goDetail:hover {
  color: #0099ff;
  border-color: #0099ff;
}

@media (min-width: 768px) {
  .quoteListV2Page .quoteCard[data-quote-cardtextsize="3L"] .quote {
    font-size: 46px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize="2L"] .quote {
    font-size: 40px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=XL] .quote {
    font-size: 36px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=L] .quote {
    font-size: 30px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=M] .quote {
    font-size: 24px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=S] .quote {
    font-size: 20px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize="3L"] .quote .small {
    font-size: 24px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize="2L"] .quote .small {
    font-size: 24px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=XL] .quote .small {
    font-size: 24px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=L] .quote .small {
    font-size: 24px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=M] .quote .small {
    font-size: 20px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=S] .quote .small {
    font-size: 16px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize="3L"] .quote .blur {
    font-size: 24px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize="2L"] .quote .blur {
    font-size: 24px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=XL] .quote .blur {
    font-size: 24px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=L] .quote .blur {
    font-size: 24px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=M] .quote .blur {
    font-size: 20px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=S] .quote .blur {
    font-size: 16px;
  }
}
@media (max-width: 767.9px) {
  .quoteListV2Page .quoteCard[data-quote-cardtextsize="3L"] .quote {
    font-size: 29px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize="2L"] .quote {
    font-size: 26px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=XL] .quote {
    font-size: 23px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=L] .quote {
    font-size: 20px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=M] .quote {
    font-size: 18px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=S] .quote {
    font-size: 16px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize="3L"] .quote .small {
    font-size: 16px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize="2L"] .quote .small {
    font-size: 16px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=XL] .quote .small {
    font-size: 16px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=L] .quote .small {
    font-size: 16px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=M] .quote .small {
    font-size: 14px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=S] .quote .small {
    font-size: 14px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize="3L"] .quote .blur {
    font-size: 16px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize="2L"] .quote .blur {
    font-size: 16px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=XL] .quote .blur {
    font-size: 16px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=L] .quote .blur {
    font-size: 16px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=M] .quote .blur {
    font-size: 14px;
  }
  .quoteListV2Page .quoteCard[data-quote-cardtextsize=S] .quote .blur {
    font-size: 14px;
  }
}

.quote {
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.75em;
  text-align: center;
}
.quote span, .quote b {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.quote .blur {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.75em;
  color: #666;
}
.quote .small {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.75em;
}
.quote .line {
  display: block;
}
.quote .p {
  text-align: left;
  margin: 0 2rem;
}
@media (max-width: 767.9px) {
  .quote .p {
    margin: 0 0.75rem;
  }
}
.quote .p + .p {
  margin-top: 1rem;
}
.quote em {
  color: #c00;
}
.quote em > b::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.125em;
  left: 50%;
  transform: translateX(-50%);
  width: 0.125em;
  aspect-ratio: 1/1;
  background-color: #c00;
  border-radius: 100%;
}
.quote .ellipsis {
  display: inline;
}
.quote .ellipsis::before {
  content: "...";
  color: #999;
}
.quote > span > * {
  margin-left: -0.1em;
  margin-right: -0.1em;
}

.headerBlock {
  font-weight: bold;
}
@media (min-width: 768px) {
  .headerBlock {
    margin: 0 0 2rem;
    font-size: 24px;
    line-height: 48px;
  }
}
@media (max-width: 767.9px) {
  .headerBlock {
    margin: 1rem 0 2rem;
    font-size: 16px;
    line-height: 32px;
  }
}

.hotHashtagList {
  display: flex;
  justify-content: center;
}
.hotHashtagList .label {
  flex: 0 0 auto;
}
.hotHashtagList .hashtagLink {
  flex: 0 0 auto;
  margin: 0 0.25em;
  color: #0099ff;
}

.listHeaderBlock {
  display: flex;
  justify-content: center;
}
.listHeaderBlock a.back {
  position: relative;
  margin-right: 1rem;
  padding-right: 1rem;
  color: #333;
}
.listHeaderBlock a.back::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1em;
  border-right: 1px solid #ccc;
  transform: translateY(-50%);
}
.listHeaderBlock h2 {
  font-weight: bold;
  text-align: center;
}
.listHeaderBlock h2 b {
  color: #0099ff;
}

.pagerBlock {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.pagerBlock.-top {
  margin: 1rem 0;
}
.pagerBlock .numResult {
  flex: 0 0 auto;
  color: #666;
}
@media (min-width: 768px) {
  .pagerBlock .numResult {
    margin-left: 1rem;
    font-size: 1.25rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .pagerBlock .numResult {
    margin-left: 0.5rem;
    font-size: 1rem;
    line-height: 2rem;
  }
}
.pagerBlock a {
  margin: 0 0.25rem;
  font-size: 1.25rem;
  text-align: center;
  color: #666;
  border: 1px solid #f8f8f8;
  border-radius: 1000px;
}
@media (min-width: 768px) {
  .pagerBlock a {
    flex: 0 0 2.5rem;
    font-size: 1.25rem;
    line-height: calc(2.5rem - 2px);
  }
}
@media (max-width: 767.9px) {
  .pagerBlock a {
    flex: 0 0 2rem;
    font-size: 1rem;
    line-height: calc(2rem - 2px);
  }
}
.pagerBlock a.-active {
  color: #0099ff;
  background-color: #f8f8f8;
  border-color: #0099ff;
}
.pagerBlock a:hover {
  border-color: #ccc;
}
.pagerBlock .-ellipsis {
  margin: 0 0.25rem;
  font-size: 1.25rem;
  text-align: center;
  color: #666;
  border: 1px solid transparent;
  border-radius: 1000px;
}
@media (min-width: 768px) {
  .pagerBlock .-ellipsis {
    flex: 0 0 2rem;
    font-size: 1.25rem;
    line-height: calc(2rem - 2px);
  }
}
@media (max-width: 767.9px) {
  .pagerBlock .-ellipsis {
    flex: 0 0 auto;
    font-size: 1rem;
    line-height: calc(1.5rem - 2px);
  }
}

.quoteSingleV2Page {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .quoteSingleV2Page {
    padding: 96px 64px 0.1px;
    min-height: calc(100vh - 96px - 64px);
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .quoteSingleV2Page {
    padding: 96px 48px 0.1px;
    min-height: calc(100vh - 96px - 64px);
  }
}
@media (max-width: 767.9px) {
  .quoteSingleV2Page {
    padding: 96px 24px 0.1px;
    min-height: calc(100vh - 96px - 64px);
  }
}
@media (max-width: 480px) {
  .quoteSingleV2Page {
    padding: 64px 16px 0.1px;
    min-height: calc(100vh - 64px - 96px);
  }
}
.quoteSingleV2Page .quoteSingleCard {
  border-radius: 1rem;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .quoteSingleV2Page .quoteSingleCard {
    margin: 48px auto 32px;
  }
}
@media (max-width: 767.9px) {
  .quoteSingleV2Page .quoteSingleCard {
    margin: 32px auto 32px;
    width: 100%;
  }
}
.quoteSingleV2Page .quoteSingleCard > .header {
  position: relative;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.quoteSingleV2Page .quoteSingleCard > .header::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #d8d8d8;
}
@media (min-width: 768px) {
  .quoteSingleV2Page .quoteSingleCard > .header::after {
    left: 128px;
  }
}
@media (max-width: 767.9px) {
  .quoteSingleV2Page .quoteSingleCard > .header::after {
    left: 80px;
  }
}
@media (min-width: 768px) {
  .quoteSingleV2Page .quoteSingleCard > .header {
    height: 96px;
  }
}
@media (max-width: 767.9px) {
  .quoteSingleV2Page .quoteSingleCard > .header {
    height: 72px;
  }
}
.quoteSingleV2Page .quoteSingleCard > .header .thumb {
  position: absolute;
  left: 31px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .quoteSingleV2Page .quoteSingleCard > .header .thumb {
    top: -16px;
    left: 0;
    width: 128px;
  }
}
@media (max-width: 767.9px) {
  .quoteSingleV2Page .quoteSingleCard > .header .thumb {
    top: 0;
    left: 0;
    width: 80px;
  }
}
.quoteSingleV2Page .quoteSingleCard > .header .thumb img {
  position: absolute;
  display: block;
  left: 3px;
  top: 3px;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .quoteSingleV2Page .quoteSingleCard > .header .thumb img {
    width: 120px;
  }
}
@media (max-width: 767.9px) {
  .quoteSingleV2Page .quoteSingleCard > .header .thumb img {
    width: 72px;
  }
}
.quoteSingleV2Page .quoteSingleCard > .header .text {
  position: absolute;
  font-family: "Noto Serif TC", serif;
}
@media (min-width: 768px) {
  .quoteSingleV2Page .quoteSingleCard > .header .text {
    left: 144px;
    top: 16px;
  }
}
@media (max-width: 767.9px) {
  .quoteSingleV2Page .quoteSingleCard > .header .text {
    left: 96px;
    top: 16px;
  }
}
.quoteSingleV2Page .quoteSingleCard > .header .name {
  display: block;
  color: inherit;
  font-weight: 500;
}
@media (min-width: 768px) {
  .quoteSingleV2Page .quoteSingleCard > .header .name {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767.9px) {
  .quoteSingleV2Page .quoteSingleCard > .header .name {
    font-size: 20px;
    line-height: 24px;
  }
}
.quoteSingleV2Page .quoteSingleCard > .header .year {
  display: block;
  font-weight: 500;
}
@media (min-width: 768px) {
  .quoteSingleV2Page .quoteSingleCard > .header .year {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 767.9px) {
  .quoteSingleV2Page .quoteSingleCard > .header .year {
    font-size: 14px;
    line-height: 24px;
  }
}
.quoteSingleV2Page .quoteSingleCard > .header .tagList {
  position: absolute;
  display: flex;
  flex-direction: row;
}
@media (min-width: 768px) {
  .quoteSingleV2Page .quoteSingleCard > .header .tagList {
    right: 0;
    top: 48px;
  }
}
@media (max-width: 767.9px) {
  .quoteSingleV2Page .quoteSingleCard > .header .tagList {
    right: 0;
    top: 32px;
  }
}
.quoteSingleV2Page .quoteSingleCard > .header .tagList .tag {
  text-align: center;
  color: #fff;
  background-color: #666;
  border-radius: 0.25em;
}
@media (min-width: 768px) {
  .quoteSingleV2Page .quoteSingleCard > .header .tagList .tag {
    margin: 0 4px;
    padding: 0 0.5em;
    font-size: 1rem;
    line-height: 32px;
  }
}
@media (max-width: 767.9px) {
  .quoteSingleV2Page .quoteSingleCard > .header .tagList .tag {
    margin: 0 2px;
    padding: 0 0.25em;
    font-size: 0.875em;
    line-height: 24px;
  }
}
.quoteSingleV2Page .quoteSingleCard > .header .tagList .tag.-rating {
  width: auto;
  padding: 0 0.25em;
  color: #333;
  background-color: transparent;
  border: 0;
}
.quoteSingleV2Page .quoteSingleCard > .header .tagList .tag.-roar {
  background-color: #4D994F;
}
.quoteSingleV2Page .quoteSingleCard > .header .tagList .tag.-fawn {
  background-color: #0099ff;
}
.quoteSingleV2Page .quoteSingleCard > .body {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.quoteSingleV2Page .quoteSingleCard > .body .quote {
  margin: 4rem 0;
}
.quoteSingleV2Page .quoteSingleCard .functionList {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
.quoteSingleV2Page .quoteSingleCard .functionList .function {
  flex: 0 0 auto;
  margin: 0 0.25rem;
  padding: 0 0.5rem;
  font-size: 1rem;
  line-height: calc(2.5em - 2px);
  color: #666;
  border: 1px solid #ccc;
  border-radius: 10rem;
  cursor: pointer;
}
.quoteSingleV2Page .quoteSingleCard .functionList .function .icon {
  width: 2em;
  text-align: center;
  text-align: center;
}
.quoteSingleV2Page .quoteSingleCard .functionList .function:hover {
  color: #4D994F;
  border-color: #4D994F;
}
@media (min-width: 768px) {
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize="4L"] .quote {
    font-size: 52px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize="3L"] .quote {
    font-size: 48px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize="2L"] .quote {
    font-size: 44px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize=XL] .quote {
    font-size: 40px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize=L] .quote {
    font-size: 36px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize=M] .quote {
    font-size: 32px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize=S] .quote {
    font-size: 24px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize="4L"] .quote .blur {
    font-size: 24px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize="3L"] .quote .blur {
    font-size: 24px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize="2L"] .quote .blur {
    font-size: 24px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize=XL] .quote .blur {
    font-size: 24px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize=L] .quote .blur {
    font-size: 24px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize=M] .quote .blur {
    font-size: 24px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize=S] .quote .blur {
    font-size: 20px;
  }
}
@media (max-width: 767.9px) {
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize="4L"] .quote {
    font-size: 28px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize="3L"] .quote {
    font-size: 26px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize="2L"] .quote {
    font-size: 24px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize=XL] .quote {
    font-size: 22px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize=L] .quote {
    font-size: 20px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize=M] .quote {
    font-size: 18px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize=S] .quote {
    font-size: 16px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize="4L"] .quote .blur {
    font-size: 16px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize="3L"] .quote .blur {
    font-size: 16px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize="2L"] .quote .blur {
    font-size: 16px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize=XL] .quote .blur {
    font-size: 16px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize=L] .quote .blur {
    font-size: 16px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize=M] .quote .blur {
    font-size: 14px;
  }
  .quoteSingleV2Page .quoteSingleCard[data-quote-cardtextsize=S] .quote .blur {
    font-size: 14px;
  }
}
.quoteSingleV2Page .metaBlock {
  max-width: 640px;
  margin: 2rem auto 1rem;
}
.quoteSingleV2Page .metaBlock .metaRow {
  display: flex;
  font-size: 16px;
  line-height: 2em;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 480px) {
  .quoteSingleV2Page .metaBlock .metaRow {
    display: block;
    font-size: 14px;
  }
}
.quoteSingleV2Page .metaBlock .metaRow .key {
  flex: 0 0 4em;
  margin-right: 1rem;
  font-weight: bold;
}
.quoteSingleV2Page .metaBlock .metaRow .val {
  flex: 1 1 auto;
}
.quoteSingleV2Page .metaBlock .metaRow .val p {
  margin: 1em 0;
}
.quoteSingleV2Page .metaBlock .metaRow .val p:first-child {
  margin-top: 0;
}
.quoteSingleV2Page .metaBlock .metaRow .val p em {
  margin-left: 0.25em;
  margin-right: 0.25em;
  font-weight: bold;
  color: #c00;
}
.quoteSingleV2Page .metaBlock .metaRow .val a {
  color: #6699FF;
}
.quoteSingleV2Page .metaBlock .metaRow .val a::before {
  display: inline-block;
  width: 1.25em;
}
.quoteSingleV2Page .metaBlock .metaRow.-hashtag {
  display: flex;
  text-align: center;
  justify-content: center;
}
.quoteSingleV2Page .metaBlock .metaRow.-hashtag .tag {
  flex: 0 0 auto;
  margin: 0 0.25rem;
}
.quoteSingleV2Page .metaBlock .metaRow.-hashtag a {
  color: #6699FF;
}
.quoteSingleV2Page .metaBlock .moreVoiceLine {
  display: flex;
  align-items: center;
  margin: 0.75rem 0;
}
.quoteSingleV2Page .metaBlock .moreVoiceLine:first-child {
  margin-top: 0;
}
.quoteSingleV2Page .metaBlock .moreVoiceLine .function {
  flex: 0 0 auto;
  margin: 0 0.5rem 0 0;
  padding: 0 0.75rem 0 0.5rem;
  font-size: 1rem;
  line-height: calc(2em - 2px);
  color: #666;
  border: 1px solid #ccc;
  border-radius: 10rem;
  cursor: pointer;
}
.quoteSingleV2Page .metaBlock .moreVoiceLine .function .icon {
  width: 2em;
  text-align: center;
  text-align: center;
}
.quoteSingleV2Page .metaBlock .moreVoiceLine .function:hover {
  color: #4D994F;
  border-color: #4D994F;
}

.-action-playVoice {
  position: relative;
  overflow: hidden;
}
.-action-playVoice .progBar {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: rgba(77, 153, 79, 0.1);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.-action-playVoice .-play,
.-action-playVoice .-pause {
  position: relative;
}
.-action-playVoice[data-quote-audio-status=on] .progBar {
  opacity: 1;
  transition: opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.-action-playVoice[data-quote-audio-status=on] .-play {
  display: none;
}
.-action-playVoice[data-quote-audio-status=on] .-pause {
  display: block !important;
}

.shareBlock {
  max-width: 640px;
  margin: 2rem auto 1rem;
}
.shareBlock h3 {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.shareBlock p {
  font-size: 1rem;
  text-align: center;
  margin: 1rem 0;
}
.shareBlock .shareTypeBlock {
  display: flex;
  margin: 0 -4px;
}
.shareBlock .shareTypeBlock .shareTypeCard {
  padding: 4px;
  margin: 0 4px;
  border: 4px solid #ccc;
  border-radius: 0.5rem;
  cursor: pointer;
}
.shareBlock .shareTypeBlock .shareTypeCard.-selected {
  border-color: #4D994F;
}
.shareBlock .shareTypeBlock .shareTypeCard .image {
  position: relative;
}
.shareBlock .shareTypeBlock .shareTypeCard .image .imageMask {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(0.75rem);
          backdrop-filter: blur(0.75rem);
  border-radius: 0.25rem;
  text-align: center;
}
.shareBlock .shareTypeBlock .shareTypeCard .image .imageMask p {
  font-size: 1.25rem;
}
.shareBlock .shareTypeBlock .shareTypeCard .image .imageMask.-hide {
  transition: all 5s ease-in-out 1s;
  opacity: 0;
  -webkit-backdrop-filter: blur(0rem);
          backdrop-filter: blur(0rem);
}
.shareBlock .shareTypeBlock .shareTypeCard .image .imageMask.-hide p,
.shareBlock .shareTypeBlock .shareTypeCard .image .imageMask.-hide .kcButton {
  transition: all 1s ease-in-out;
  opacity: 0;
}
.shareBlock .shareTypeBlock .shareTypeCard .image .kcButton {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 1.25rem;
  line-height: 200%;
  color: #000;
  background-color: #fff;
  border-radius: 0.25rem;
  cursor: pointer;
}
.shareBlock .shareTypeBlock .shareTypeCard img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
  vertical-align: top;
}
.shareBlock .shareTypeBlock .shareTypeCard .label {
  text-align: center;
}
.shareBlock .copyBlock .inputField {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 1rem;
}
.shareBlock .copyBlock .inputField input {
  flex: 1 1 auto;
  padding: 0 15px;
  font-family: consolas, monospace;
  font-size: 1rem;
  font-weight: bold;
  border: 0;
  background: transparent;
}
@media (max-width: 767.9px) {
  .shareBlock .copyBlock .inputField input {
    padding: 0 7px;
    font-size: 0.8em;
  }
}
.shareBlock .copyBlock .inputField input:focus {
  outline: none;
}
.shareBlock .copyBlock .inputField .copyTextButton {
  flex: 0 0 auto;
  padding: 0 15px;
  position: relative;
  font-weight: bold;
  line-height: 40px;
  border-left: 1px solid #ccc;
  cursor: pointer;
}
.shareBlock .copyBlock .inputField .copyTextButton:hover {
  color: #4D994F;
}
.shareBlock .copyBlock .msg {
  text-align: center;
  color: #4D994F;
}

.qButton {
  display: inline-block;
  font-size: 16px;
  line-height: 38px;
  padding: 0 1em;
  border: 1px solid #d8d8d8;
  border-radius: 100px;
  cursor: pointer;
}
.qButton.-c-main {
  color: #4D994F;
  border-color: #4D994F;
}

.contrastListPage {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contrastListPage {
    padding: 128px 64px 0.1px;
    min-height: calc(100vh - 64px);
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .contrastListPage {
    padding: 128px 48px 0.1px;
    min-height: calc(100vh - 64px);
  }
}
@media (max-width: 767.9px) {
  .contrastListPage {
    padding: 96px 24px 0.1px;
    min-height: calc(100vh - 64px);
  }
}
@media (max-width: 480px) {
  .contrastListPage {
    padding: 64px 16px 0.1px;
    min-height: calc(100vh - 96px);
  }
}
.contrastListPage .quoteListSec {
  border-top: 1px solid #d8d8d8;
}
.contrastListPage .quoteListSec .msg {
  margin: 2rem 0;
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: center;
}
.contrastListPage .quoteListSec .quoteListTable {
  width: 100%;
  margin: 2em 0;
}
.contrastListPage .quoteListSec .quoteListTable th {
  padding: 0.5em 0.125em;
  font-size: 14px;
}
.contrastListPage .quoteListSec .quoteListTable td {
  padding: 0.5em 0.125em;
  font-size: 16px;
  line-height: 24px;
}
.contrastListPage .quoteListSec .quoteListTable .name {
  width: auto;
  text-align: left;
}
.contrastListPage .quoteListSec .quoteListTable .fn {
  width: 2em;
  text-align: center;
}
.contrastListPage .quoteListSec .quoteListTable .fn a {
  color: #0099ff;
}
.contrastListPage .quoteListSec .quoteListTable .-link:hover {
  color: #0099ff;
}
.contrastListPage .quoteListSec .quoteListTable .quoteItem {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.contrastListPage .quoteListSec .buttons {
  text-align: center;
}
.contrastListPage .quoteNoteSec {
  margin-top: 2rem;
  border-top: 1px solid #d8d8d8;
}

.contrastPage {
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contrastPage {
    padding: 128px 64px 64px;
    min-height: calc(100vh - 64px);
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .contrastPage {
    padding: 128px 48px 48px;
    min-height: calc(100vh - 64px);
  }
}
@media (max-width: 767.9px) {
  .contrastPage {
    padding: 96px 24px 64px;
    min-height: calc(100vh - 64px);
  }
}
@media (max-width: 480px) {
  .contrastPage {
    padding: 80px 16px 48px;
    min-height: calc(100vh - 96px);
  }
}
.contrastPage .quoteContrastCard {
  position: relative;
  border: 1px solid #d8d8d8;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .contrastPage .quoteContrastCard {
    margin: 48px auto 0;
    padding-top: 80px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .contrastPage .quoteContrastCard {
    margin: 36px auto 0;
    padding-top: 60px;
    padding-bottom: 0;
  }
}
@media (max-width: 767.9px) {
  .contrastPage .quoteContrastCard {
    padding: 0 48px 0 16px;
  }
}
.contrastPage .quoteContrastCard .speaker .thumb {
  position: relative;
  aspect-ratio: 1/1;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  background: #fff;
}
@media (min-width: 768px) {
  .contrastPage .quoteContrastCard .speaker .thumb {
    width: 112px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .contrastPage .quoteContrastCard .speaker .thumb {
    width: 96px;
  }
}
@media (max-width: 767.9px) {
  .contrastPage .quoteContrastCard .speaker .thumb {
    width: 64px;
  }
}
.contrastPage .quoteContrastCard .speaker .thumb img {
  display: block;
  aspect-ratio: 1/1;
  margin: 3px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .contrastPage .quoteContrastCard .speaker .thumb img {
    width: 104px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .contrastPage .quoteContrastCard .speaker .thumb img {
    width: 88px;
  }
}
@media (max-width: 767.9px) {
  .contrastPage .quoteContrastCard .speaker .thumb img {
    width: 56px;
  }
}
.contrastPage .quoteContrastCard .speaker .name {
  position: relative;
  line-height: 2em;
}
@media (min-width: 768px) {
  .contrastPage .quoteContrastCard .speaker .name {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .contrastPage .quoteContrastCard .speaker .name {
    font-size: 14px;
  }
}
@media (max-width: 767.9px) {
  .contrastPage .quoteContrastCard .speaker .name {
    padding: 0 8px;
  }
}
@media (min-width: 768px) {
  .contrastPage .quoteContrastCard .quoteItem > .speaker {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin-bottom: 1em;
  }
}
@media (max-width: 767.9px) {
  .contrastPage .quoteContrastCard .quoteItem > .speaker {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .contrastPage .quoteContrastCard .quoteItem > .speaker .thumb {
    margin: 0 auto 0.25em;
  }
}
@media (min-width: 768px) {
  .contrastPage .quoteContrastCard .quoteItemPair > .speaker {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767.9px) {
  .contrastPage .quoteContrastCard .quoteItemPair > .speaker {
    position: relative;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767.9px) {
  .contrastPage .quoteContrastCard .quoteItemPair > .speaker::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #ccc;
  }
}
.contrastPage .quoteContrastCard .quoteItemPair {
  position: relative;
}
@media (min-width: 768px) {
  .contrastPage .quoteContrastCard .quoteItemPair {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .contrastPage .quoteContrastCard .quoteItemPair::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px solid #ccc;
  }
}
.contrastPage .quoteContrastCard .quoteItem {
  position: relative;
  color: #333;
  align-content: center;
}
@media (min-width: 768px) {
  .contrastPage .quoteContrastCard .quoteItem {
    flex: 0 0 50%;
    min-height: 320px;
    padding: 0 32px;
    padding-top: calc(112px + 4em);
    padding-bottom: 95px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .contrastPage .quoteContrastCard .quoteItem {
    flex: 0 0 50%;
    min-height: 240px;
    padding: 0 18px;
    padding-top: calc(96px + 4em);
    padding-bottom: 95px;
  }
}
@media (max-width: 767.9px) {
  .contrastPage .quoteContrastCard .quoteItem {
    margin: 16px 0;
  }
}
.contrastPage .quoteContrastCard .quoteItem > .footer {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .contrastPage .quoteContrastCard .quoteItem > .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 63px;
    border-top: 1px solid #d8d8d8;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .contrastPage .quoteContrastCard .quoteItem > .footer {
    left: 12px;
    right: 12px;
  }
}
@media (max-width: 767.9px) {
  .contrastPage .quoteContrastCard .quoteItem > .footer {
    justify-content: flex-start;
    margin-top: 4px;
    padding: 0 7px;
    height: 47px;
    font-size: 14px;
    color: #999;
  }
}
.contrastPage .quoteContrastCard .quoteItem > .footer .r1 {
  flex: 1 1 50%;
  display: flex;
}
@media (max-width: 767.9px) {
  .contrastPage .quoteContrastCard .quoteItem > .footer .r1 {
    margin-left: -8px;
    flex: 0 0 auto;
  }
}
.contrastPage .quoteContrastCard .quoteItem > .footer .r2 {
  flex: 0 0 auto;
}
@media (max-width: 767.9px) {
  .contrastPage .quoteContrastCard .quoteItem > .footer .r2 {
    margin-left: 16px;
    flex: 0 0 auto;
  }
}
.contrastPage .quoteContrastCard .quoteItem > .footer .r3 {
  flex: 1 1 50%;
  text-align: right;
}
@media (max-width: 767.9px) {
  .contrastPage .quoteContrastCard .quoteItem > .footer .r3 {
    margin-left: 16px;
    flex: 0 0 auto;
  }
}
.contrastPage .quoteContrastCard .quoteItem > .footer .footerFn {
  position: relative;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
.contrastPage .quoteContrastCard .quoteItem > .footer .footerFn::before {
  content: "";
  position: absolute;
  display: block;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 100px;
}
@media (max-width: 767.9px) {
  .contrastPage .quoteContrastCard .quoteItem > .footer .footerFn::before {
    top: 8px;
    bottom: 8px;
  }
}
.contrastPage .quoteContrastCard .quoteItem > .footer .footerFn:hover {
  color: #4D994F;
}
.contrastPage .quoteContrastCard .quoteItem > .footer .footerFn i {
  position: relative;
  width: 24px;
  text-align: center;
}
.contrastPage .quoteContrastCard .quoteItem > .footer .footerFn[data-active="1"] {
  color: #fff;
}
.contrastPage .quoteContrastCard .quoteItem > .footer .footerFn[data-active="1"]::before {
  background-color: #4D994F;
}
.contrastPage .quoteContrastCard .quoteItem > .footer .footerFn.-off {
  color: #ccc;
  cursor: default;
}
.contrastPage .quoteContrastCard .quoteItem > .footer .footerFn.-off i {
  width: 24px;
  text-align: center;
}
.contrastPage .quoteContrastCard .quoteItem > .footer .r1 .footerFn {
  line-height: 48px;
  text-align: center;
}
@media (min-width: 768px) {
  .contrastPage .quoteContrastCard .quoteItem > .footer .r1 .footerFn {
    flex: 0 0 48px;
  }
}
@media (max-width: 767.9px) {
  .contrastPage .quoteContrastCard .quoteItem > .footer .r1 .footerFn {
    flex: 0 0 32px;
  }
}
.contrastPage .quoteContrastCard .quoteItem > .footer .goDetail {
  position: relative;
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .contrastPage .quoteContrastCard .quoteItem > .footer .goDetail {
    flex: 0 0 48px;
    padding: 0 15px 0 15px;
    border: 1px solid #D9D9D9;
    border-radius: 1000px;
  }
}
@media (max-width: 767.9px) {
  .contrastPage .quoteContrastCard .quoteItem > .footer .goDetail {
    font-size: 14px;
    flex: 0 0 32px;
    color: #999;
  }
}
.quoteCard[data-quote-qgroupid="1"] .goDetail:hover {
  color: #4D994F;
  border-color: #4D994F;
}

.quoteCard[data-quote-qgroupid="2"] .goDetail:hover {
  color: #0099ff;
  border-color: #0099ff;
}

@media (max-width: 767.9px) {
  .contrastPage .quoteContrastCard .quoteItem0 {
    border-top: 1px solid #d8d8d8;
    padding-top: 16px;
  }
}
@media (min-width: 768px) {
  .contrastPage .quoteContrastCard .quote {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .contrastPage .quoteContrastCard .quote {
    font-size: 17.5px;
  }
}
@media (max-width: 767.9px) {
  .contrastPage .quoteContrastCard .quote {
    text-align: left;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .contrastPage .quoteContrastCard .quote .blur {
    font-size: 16px;
  }
}
@media (max-width: 767.9px) {
  .contrastPage .quoteContrastCard .quote .blur {
    font-size: 13px;
  }
}
.contrastPage .quoteContrastCard .time {
  font-family: "Noto Serif TC", serif;
}
@media (min-width: 768px) {
  .contrastPage .quoteContrastCard .time {
    margin: 0.25em;
    margin-top: 0.5em;
    font-size: 24px;
    line-height: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .contrastPage .quoteContrastCard .time {
    font-size: 20px;
  }
}
@media (max-width: 767.9px) {
  .contrastPage .quoteContrastCard .time {
    margin-top: 0.5em;
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (min-width: 768px) {
  .contrastPage .quoteContrastCard .timeDiff {
    position: absolute;
    left: 50%;
    top: -64px;
    font-size: 32px;
    line-height: 48px;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .contrastPage .quoteContrastCard .timeDiff {
    top: -48px;
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 767.9px) {
  .contrastPage .quoteContrastCard .timeDiff {
    position: relative;
    width: 100%;
    height: 0.1px;
  }
}
.contrastPage .quoteContrastCard .timeDiff .content {
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 767.9px) {
  .contrastPage .quoteContrastCard .timeDiff .content {
    position: absolute;
    right: -48px;
    bottom: calc(50% - 32px);
    font-size: 24px;
    line-height: 48px;
    transform: rotate(-90deg) translate(50%, 0);
    transform-origin: 100% 100%;
  }
}
.contrastPage .quoteContrastCard .timeDiff i {
  font-size: 0.8em;
}

*[class^=em-] {
  font-family: "Barlow", "Microsoft Jhenghei", sans-serif;
}

*[class^=emx-] {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 100;
  width: 1.25em;
  top: 0.25em;
  margin: 0;
  font-size: 100%;
  line-height: 150%;
  aspect-ratio: 1/1;
}
*[class^=emx-]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: inherit;
  background-size: contain;
}

.emx-01::before,
.emx-scallion::before {
  background-image: url(../emoji/scallion.png);
}

.emx-02::before,
.emx-clam-close::before {
  background-image: url(../emoji/clam-close.png);
}

@keyframes em-shake {
  10% {
    transform: rotate(0deg);
  }
  14% {
    transform: rotate(-7deg);
  }
  18% {
    transform: rotate(7deg);
  }
  22% {
    transform: rotate(-7deg);
  }
  26% {
    transform: rotate(7deg);
  }
  30% {
    transform: rotate(-7deg);
  }
  34% {
    transform: rotate(7deg);
  }
  38% {
    transform: rotate(-6deg);
  }
  42% {
    transform: rotate(6deg);
  }
  46% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  54% {
    transform: rotate(0deg);
  }
}