@charset "UTF-8";
/* 
 * 全域變數
 */
:root {
  --ff-default: "Roboto", "Microsoft JhengHei UI", "Microsoft JhengHei", Sans-serif;
  --fs-head-title: clamp(1.5rem, 2.5vw, 2rem);
  --fs-head-subtitle: clamp(1.25rem, 2.5vw, 1.5rem);
  --fs-head-text: clamp(1.125rem, 2.5vw, 1.375rem);
  --fs-list-title: 1.5rem;
  --fs-list-text: 1rem;
  --fs-message-text: clamp(1rem, 2.5vw, 1.125rem);
  --fz-h1: clamp(1.625rem, 2.5vw, 2rem);
  --fz-h2: clamp(1.4125rem, 2.5vw, 1.875rem);
  --fz-h3: clamp(1.375rem, 2.5vw, 1.625rem);
  --fz-h4: clamp(1.25rem, 2.5vw, 1.5rem);
  --fz-h5: clamp(1.1875rem, 2vw, 1.4125rem);
  --fz-h6: clamp(1.125rem, 1.8vw, 1.375rem);
  --fz-sm: 0.9375em;
  --w-container: 1460px;
  --plyr-control-spacing: 10px;
  --plyr-color-main: #c22020;
  --button-radius: 50px;
  --switch: #000;
  --header-bg: none;
  --header-sm: #f9f9f9;
  --header-scroll: #fff;
  --nav-link: #fff;
  --nav-link-sm: #000;
  --nav-scroll: #333;
  --footer-bg: #f4f4f4;
  --footer-title: #222;
  --footer-link: #555;
  --footer-text: #777;
  --footer-social-bg: #f4f4f4;
  --footer-social: #333;
  --article-title: #000;
  --kanban-title: #fff;
  --kanban-subtitle: #000000;
  --kanban-text: #ddd;
  --kanban-button: #222;
  --kanban-pagination: #fff;
  --kanban-pagination-active: #222;
}
:root .header-burger {
  --switch: #000;
  --header-sm: #f9f9f9;
  --header-scroll: #fff;
  --nav-link: #000;
  --nav-link-active: #000;
}
:root .footer.type-two-column {
  --footer-bg: #f4f4f4;
  --footer-title: #222;
  --footer-link: #555;
  --footer-text: #777;
  --footer-border: rgba(0, 0, 0, 0.15);
  --footer-social-bg: #f4f4f4;
  --footer-social: #333;
}
:root .footer.type-three-column {
  --footer-bg: #f4f4f4;
  --footer-title: #222;
  --footer-link: #555;
  --footer-text: #777;
  --footer-border: rgba(0, 0, 0, 0.15);
  --footer-social-bg: #f4f4f4;
  --footer-social: #333;
}
/* 
 * Reset
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  border: 0;
  text-decoration: none;
  vertical-align: top;
  max-width: 100%;
}
a {
  color: #000;
  outline: none;
}
a,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
input,
textarea,
select,
button {
  font-size: 1rem;
  font-weight: 400;
}
textarea,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input,
textarea,
select {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  font-size: 1rem;
  border-radius: 0;
}
input,
textarea,
select,
input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  resize: vertical;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
p {
  line-height: inherit;
  margin: 0;
  padding: 0;
}
span {
  display: inline-block;
}
label {
  font-weight: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #888;
  font-size: 15px;
  opacity: 1;
}
.reset {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.reset input,
.reset label,
.reset select {
  vertical-align: middle;
}
input[type=date]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  font-family: var(--ff-default);
  font-weight: 500;
  scroll-behavior: smooth;
}
body {
  color: #212121;
  padding-top: 80px;
}
@media (max-width: 639px) {
  body {
    padding-top: 60px;
  }
}
a {
  color: #212121;
}
a:hover {
  color: #ee7916;
}
.list__current {
  color: #ee7916;
}
/**
 * 編輯器表格溢出
 */
.editor-table {
  display: block;
  width: 100%;
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: 20px;
}
.editor-table::after {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg'  width='24'  height='24'  viewBox='0 0 24 24'  fill='none'  stroke='%23333'  stroke-width='2'  stroke-linecap='round'  stroke-linejoin='round'  class='icon icon-tabler icons-tabler-outline icon-tabler-caret-left-right'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M14 18l6 -6l-6 -6v12' /%3E%3Cpath d='M10 18l-6 -6l6 -6v12' /%3E%3C/svg%3E");
  width: 25px;
  height: 25px;
  pointer-events: none;
  line-height: 1;
  z-index: 20;
  display: block;
  top: 8px;
  right: 20px;
  opacity: 0;
  -webkit-animation: ani_lr 1.2s both linear infinite;
  animation: ani_lr 1.2s both linear infinite;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.editor-table.need-scroll::after {
  opacity: 0.9;
}
@-webkit-keyframes ani_lr {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(35%);
    transform: translateX(35%);
  }
}
@keyframes ani_lr {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(35%);
    transform: translateX(35%);
  }
}