@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@200;300;400;500;600;700;800;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700&display=swap");
*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 142%;
}

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

a {
  text-decoration: none;
  color: unset;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
a:hover {
  opacity: 0.5;
  color: unset;
}

p {
  margin: 0;
}

figcaption {
  text-align: center;
}

img, svg {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  color: unset;
}
button:disabled {
  cursor: initial;
}

.hide-scrollbar {
  scrollbar-width: none;
}

/* Typography */
.t-z-1 {
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .t-z-1 {
    font-size: 14px;
  }
}

.t-z-2 {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .t-z-2 {
    font-size: 16px;
  }
}

.t-z-3 {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .t-z-3 {
    font-size: 18px;
  }
}

.t-z-4 {
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .t-z-4 {
    font-size: 20px;
  }
}

.t-z-5 {
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .t-z-5 {
    font-size: 22px;
  }
}

.t-z-6 {
  font-size: 24px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .t-z-6 {
    font-size: 26px;
  }
}

.t-z-7 {
  font-size: 28px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .t-z-7 {
    font-size: 30px;
  }
}

.t-z-8 {
  font-size: 32px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .t-z-8 {
    font-size: 34px;
  }
}

.t-z-9 {
  font-size: 36px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .t-z-9 {
    font-size: 38px;
  }
}

.t-z-10 {
  font-size: 40px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .t-z-10 {
    font-size: 42px;
  }
}

.t-w-1 {
  font-weight: 100;
}

.t-w-2 {
  font-weight: 200;
}

.t-w-3 {
  font-weight: 300;
}

.t-w-4 {
  font-weight: 400;
}

.t-w-5 {
  font-weight: 500;
}

.t-w-6 {
  font-weight: 600;
}

.t-w-7 {
  font-weight: 700;
}

.t-w-8 {
  font-weight: 800;
}

.t-w-9 {
  font-weight: 900;
}

.t-title-1 {
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .t-title-1 {
    font-size: 30px;
  }
}

.t-title-2 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .t-title-2 {
    letter-spacing: 4px;
  }
}
.t-title-2 > span {
  font-size: 24px;
  line-height: 1.5;
  position: relative;
}
@media (min-width: 768px) {
  .t-title-2 > span {
    font-size: 26px;
  }
}
.t-title-2 > span::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -8px;
  left: 0;
  background-color: #e6e6e6;
}
@media (min-width: 992px) {
  .t-title-2 > span::after {
    bottom: unset;
    left: unset;
    top: 0;
    right: -15px;
    width: 6px;
    height: 100%;
  }
}

.t-display {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .t-display {
    font-size: 42px;
  }
}
.t-display-sec {
  font-family: "PT Serif", serif;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 400;
  color: #898989;
}
@media (min-width: 768px) {
  .t-display-sec {
    font-size: 30px;
  }
}
.t-en {
  font-family: "PT Serif", "Noto Sans TC", serif;
  font-weight: 400;
}

.t-c {
  color: #00799F;
}

.t-c-g {
  opacity: 0.75;
}

p, span, a, ul {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.4px;
}
@media (min-width: 768px) {
  p, span, a, ul {
    font-size: 18px;
  }
}

/* Layout */
.gl-mt {
  margin-top: 180px;
}
@media (min-width: 992px) {
  .gl-mt {
    margin-top: 200px;
  }
}

.por {
  position: relative;
}

.flexable {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .flexable {
    flex-direction: row;
  }
}

.jcc {
  justify-content: center;
}

.jcb {
  justify-content: space-between;
}

.jce {
  justify-content: end;
}

.ain {
  align-items: flex-end;
}

.aic {
  align-items: center;
}

.flex-column-r {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row;
  }
}

.fl-r {
  float: right;
}

.fl-l {
  float: left;
}

.t-a-c {
  text-align: center;
}

.t-a-l {
  text-align: left;
}

.t-a-j {
  text-align: justify;
}

.t-a-r {
  text-align: right;
}

section.container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  section.container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.para {
  text-indent: 2rem;
  line-height: 163%;
  padding-bottom: 1rem;
}

.fade-enter-active {
  transition: all 1s;
}

.fade-leave-active {
  position: absolute;
  opacity: 0;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
  transform: translateY(10px);
}

.flur-enter-active {
  transition: all 1s;
}

.flur-leave-active {
  position: absolute;
  opacity: 0;
}

.flur-enter, .flur-leave-to {
  opacity: 0;
  filter: blur(5px);
  transform: translate(-10px, -10px);
}

.anim-highlight {
  overflow: hidden;
}
.anim-highlight > span {
  position: relative;
  display: inline-block;
  animation: downFlyIn 1s forwards;
  color: #EDEDED;
}
.anim-highlight > span::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  animation: highlight 1s 0.3s forwards ease-in-out;
}

.anim-flur-reveal {
  opacity: 0;
  animation: flurReveal 1.5s forwards ease-out;
}

@keyframes flurReveal {
  from {
    filter: blur(5px);
    opacity: 0;
    transform: translate(-10px, -10px);
  }
  to {
    filter: blur(0px);
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
.rotating {
  animatino: rotating 2s linear infinite;
}

.scroll {
  position: relative;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes highlight {
  0% {
    transform: scaleX(0);
    transform-origin: bottom left;
    background-color: #53504F;
  }
  50% {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  51% {
    transform: scaleX(1);
    transform-origin: bottom right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: bottom right;
    background-color: #EDEDED;
  }
}
@keyframes scrolling {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  51% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
@keyframes scale-easeOutElastic {
  0% {
    transform: scale(1);
  }
  16% {
    transform: scale(0.88);
  }
  40% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes textFadeIn {
  from {
    opacity: 0;
    top: 10px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes downFlyIn {
  from {
    top: 100px;
    color: #53504F;
  }
  to {
    top: 0;
    color: #53504F;
  }
}
@keyframes loadingRightMove {
  0% {
    transform: scaleX(0);
    transform-origin: bottom left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  51% {
    transform: scaleX(1);
    transform-origin: bottom right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: bottom right;
  }
}
@keyframes moveWithDelay {
  0% {
    transform: scaleX(0);
    transform-origin: bottom left;
  }
  10% {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  11% {
    transform: scaleX(1);
    transform-origin: bottom right;
  }
  20% {
    transform: scaleX(0);
    transform-origin: bottom right;
  }
  21% {
    transform: scaleX(0);
    transform-origin: bottom left;
  }
  30%, 100% {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
.fade-enter-active {
  transition: all 1s;
}

.fade-leave-active {
  position: absolute;
  opacity: 0;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
  transform: translateY(10px);
}

.flur-enter-active {
  transition: all 1s;
}

.flur-leave-active {
  position: absolute;
  opacity: 0;
}

.flur-enter, .flur-leave-to {
  opacity: 0;
  filter: blur(5px);
  transform: translate(-10px, -10px);
}

.anim-highlight {
  overflow: hidden;
}
.anim-highlight > span {
  position: relative;
  display: inline-block;
  animation: downFlyIn 1s forwards;
  color: #EDEDED;
}
.anim-highlight > span::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  animation: highlight 1s 0.3s forwards ease-in-out;
}

.anim-flur-reveal {
  opacity: 0;
  animation: flurReveal 1.5s forwards ease-out;
}

@keyframes flurReveal {
  from {
    filter: blur(5px);
    opacity: 0;
    transform: translate(-10px, -10px);
  }
  to {
    filter: blur(0px);
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
.rotating {
  animatino: rotating 2s linear infinite;
}

.scroll {
  position: relative;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes highlight {
  0% {
    transform: scaleX(0);
    transform-origin: bottom left;
    background-color: #53504F;
  }
  50% {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  51% {
    transform: scaleX(1);
    transform-origin: bottom right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: bottom right;
    background-color: #EDEDED;
  }
}
@keyframes scrolling {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  51% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
@keyframes scale-easeOutElastic {
  0% {
    transform: scale(1);
  }
  16% {
    transform: scale(0.88);
  }
  40% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes textFadeIn {
  from {
    opacity: 0;
    top: 10px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes downFlyIn {
  from {
    top: 100px;
    color: #53504F;
  }
  to {
    top: 0;
    color: #53504F;
  }
}
@keyframes loadingRightMove {
  0% {
    transform: scaleX(0);
    transform-origin: bottom left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  51% {
    transform: scaleX(1);
    transform-origin: bottom right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: bottom right;
  }
}
@keyframes moveWithDelay {
  0% {
    transform: scaleX(0);
    transform-origin: bottom left;
  }
  10% {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  11% {
    transform: scaleX(1);
    transform-origin: bottom right;
  }
  20% {
    transform: scaleX(0);
    transform-origin: bottom right;
  }
  21% {
    transform: scaleX(0);
    transform-origin: bottom left;
  }
  30%, 100% {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
.my-btn {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  border-radius: 50px;
  background-color: #00799F;
  color: #ffffff;
  padding: 0.5rem 1.75rem;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 768px) {
  .my-btn {
    font-size: 16px;
  }
}
.my-btn:active {
  transform: scale(0.95);
  background-color: #ffffff;
  color: #00799F;
}
.my-btn:hover {
  opacity: 0.75;
}
.my-btn.small {
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  padding: 0.25rem 1rem;
}
@media (min-width: 768px) {
  .my-btn.small {
    font-size: 14px;
  }
}

.my-btn:disabled {
  opacity: 0.3;
}

.my-btn.highlight {
  background: #ffffff;
  color: #00799F;
}

.my-btn.outline {
  background: transparent;
  border: 1px solid #312D2C;
  color: #312D2C;
}

.my-btn.outline.highlight {
  border-color: #ffffff;
  color: #ffffff;
}

.my-btn.link {
  border: 2px solid #00799F;
  position: relative;
  padding: 18px;
  display: flex;
  align-items: center;
  max-width: 22.5rem;
  position: relative;
}
.my-btn.link .icon {
  width: unset;
  height: unset;
  position: absolute;
  right: 2px;
  top: 1px;
}
.my-btn.link ._outline {
  stroke-width: 2;
  stroke: #C8C8C8;
}
.my-btn.link ._circle {
  transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
  stroke-width: 2;
  stroke: #00799F;
}
.my-btn.link .title {
  padding-left: 0.75rem;
}
.my-btn.link .icon-container {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  border: 2px solid white;
  border-radius: 50px;
  padding: 22px;
  /* 共用需要 */
  background-image: url(../imgs/icons/arrow_right_w.svg);
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.my-btn.link:hover {
  border-color: #CABD82;
  opacity: 1;
  background: #EDEDED;
}
.my-btn.link:hover .icon-container {
  border-color: #CABD82;
  /* 共用需要 */
  background-image: url(../imgs/icons/arrow_right.svg);
}
.my-btn.link:hover ._circle {
  stroke-dashoffset: 0;
  stroke: #CABD82;
}
.my-btn.link.highlight .icon-container {
  background-color: #00799F;
}
.my-btn.link.highlight:hover {
  color: #53504F;
}
.my-btn.link.highlight:hover .icon-container {
  background-color: transparent;
  background-image: url(../imgs/icons/arrow_right.svg);
}
.my-btn.link.disabled {
  pointer-events: none;
  background-color: #eaeaea;
  border-color: #C8C8C8;
  color: #898989;
}
.my-btn.link.disabled .icon-container {
  border-color: #C8C8C8;
  background-image: url(..//imgs/icons/arrow_right_dis.svg);
}

.my-cta-container {
  padding: 3px;
  width: 100%;
}
.my-cta-container:not(.large) {
  max-width: 400px;
}
.my-cta-container .my-cta {
  font-weight: bold;
  font-size: 20px;
  color: #53504F;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 1rem;
}
.my-cta-container .my-cta .icon-container {
  width: calc(70px + 1.5rem);
  height: 43px;
}
.my-cta-container .my-cta img {
  width: 70px;
  margin-left: 1.5rem;
  position: absolute;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.my-cta-container .my-cta img:nth-child(2) {
  left: -100px;
}
.my-cta-container .my-cta:hover {
  opacity: 1;
}
.my-cta-container .my-cta:hover img {
  transform: translateX(130%);
}

.my-cta-container.large {
  width: 100%;
  min-width: 110vw;
  padding: 30px 20px;
}
@media (min-width: 992px) {
  .my-cta-container.large {
    height: 100px;
  }
}
.my-cta-container.large > a {
  flex-direction: column;
  align-items: start;
}
@media (min-width: 992px) {
  .my-cta-container.large > a {
    flex-direction: row;
    align-items: unset;
  }
}
.my-cta-container.large > a > span {
  font-size: 28px;
  line-height: 1.5;
  border-bottom: 4px solid #000;
}
@media (min-width: 768px) {
  .my-cta-container.large > a > span {
    font-size: 30px;
  }
}
.my-cta-container.large .icon-container {
  margin-left: 0;
}
@media (min-width: 992px) {
  .my-cta-container.large .icon-container {
    margin-left: 8px;
  }
}
.my-cta-container.large img {
  margin-left: 0;
}
@media (min-width: 992px) {
  .my-cta-container.large img {
    margin-left: 1.5rem;
  }
}

.icon {
  width: 18px;
}

.icon-container {
  display: inline-block;
  margin-left: 8px;
  position: relative;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.icon-container .icon {
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 100%;
}

.my-link {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .my-link {
    font-size: 16px;
  }
}
.my-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #312D2C;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -4px;
  top: unset;
}
.my-link .icon:nth-child(2) {
  top: 30px;
  left: -30px;
}
.my-link:hover::after {
  animation: flyAway 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.my-link:hover .icon {
  transform: translate(30px, -30px);
}
.my-link.disabled {
  opacity: 0.75;
  pointer-events: none;
}

.my-link.highlight::after {
  background-color: #ffffff;
}

.file-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 24px 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #898989;
}
@media (min-width: 992px) {
  .file-link {
    flex-direction: row;
    margin: 32px 0;
  }
}
.file-link .title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .file-link .title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .file-link .title {
    margin-bottom: 0;
  }
}
.file-link .sub-title {
  font-size: 12px;
  line-height: 1.5;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .file-link .sub-title {
    font-size: 14px;
  }
}
.file-link .cate {
  font-weight: bold;
  color: #ffffff;
  background-color: #b9b9b9;
  padding: 0.25rem 1rem;
  border-radius: 16px;
}
.file-link::after {
  display: none;
}
.file-link:hover {
  opacity: 1;
}

.dpd-container {
  position: relative;
  cursor: pointer;
  display: inline-block;
  max-width: 600px;
  padding: 6px 0;
}
.dpd-container .dpd-head {
  position: relative;
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
}
.dpd-container .dpd-head::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #312D2C;
  position: absolute;
  top: 0;
  left: 0;
  top: unset;
  bottom: -4px;
}
.dpd-container .dpd-head::before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  top: unset;
  bottom: -40px;
}
.dpd-container .dpd-head .icon:nth-child(2) {
  top: -30px;
  left: 0px;
}
.dpd-container .dpd-lists {
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 32px;
  opacity: 0;
  background-color: #EDEDED;
  pointer-events: none;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  padding: 4px;
  z-index: 99;
  overflow: auto;
  max-height: 350px;
}
.dpd-container:hover .dpd-lists {
  opacity: 1;
  cursor: pointer;
  pointer-events: initial;
}
.dpd-container:hover .icon {
  transform: translate(0px, 30px);
}

.dpd-list {
  padding: 8px 16px;
  opacity: 0.8;
  color: #53504F;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.dpd-list:hover {
  background-color: rgba(185, 185, 185, 0.3);
  opacity: 1;
}

/* Input */
input.valid {
  border: 2px solid #76bc47;
}

input.invalid {
  border: 2px solid #D55555;
}

.my-inpt-container {
  cursor: pointer;
}
.my-inpt-container .aid {
  font-size: 14px;
  margin-bottom: 8px;
}
.my-inpt-container .aid > span {
  color: #D55555;
}

.my-inpt {
  -webkit-appearance: none;
  border-radius: 8px;
  border: none;
  box-shadow: 0 0 0 1px #787878;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
  padding: 12px 16px;
}
.my-inpt:focus, .my-inpt:active, .my-inpt:checked, .my-inpt:hover, .my-inpt:checked:hover {
  outline: none;
  box-shadow: 0 0 0 2px #b9b9b9, 0 0 0 5px white;
}

.my-inpt[type=checkbox] {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
  background: url("common/imgs/icons/checked.svg");
  background-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  padding: 0;
  flex-shrink: 0;
}
.my-inpt[type=checkbox]:checked {
  box-shadow: none;
  background-size: 120%;
}

select.my-inpt {
  background-image: url("common/imgs/icons/arrow_down.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  padding-right: 42px;
}

textarea {
  min-height: 120px;
}

/* Images */
figure .mask {
  width: 100%;
  height: unset;
  overflow: hidden;
  position: relative;
}
figure .mask::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(200, 226, 214, 0.3) -0.09%, rgba(212, 85, 85, 0.05) 99.91%);
}

.img-showcase img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-showcase figcaption {
  margin-left: 18px;
  padding: 12px 0 8px 16px;
  border-left: solid #312D2C;
}
@media (min-width: 992px) {
  .img-showcase figcaption {
    padding: 18px 0 8px 24px;
    margin-left: 36px;
  }
}

/* Snake Banner */
.snake-banner {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 90vw;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  background-color: #413d35;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  border-radius: 24px;
  padding: 1rem 2rem;
  z-index: 98;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1s;
}
.snake-banner.hide {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 30px);
}

/* Card */
.card {
  background-color: #ffffff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  padding: 24px;
  flex-shrink: 0;
}

.card-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 768px) {
  .card-title {
    font-size: 18px;
  }
}
.card-title .note {
  font-family: "Noto Serif TC", "serif";
  color: #a0a0a0;
  margin-bottom: 8px;
}

/* Footer */
.footer {
  border-top: 1px solid #C8C8C8;
  border-bottom: 15px solid #00799F;
  background-color: #EDEDED;
  padding: 25px;
  padding-top: 60px;
  flex-direction: column;
  color: #53504F;
}
@media (min-width: 768px) {
  .footer {
    flex-direction: row;
    padding: 60px;
    height: 50vh;
  }
}
.footer > div {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .footer > div {
    margin: 0;
    padding: 0 30px;
  }
}
.footer .col-md-10 {
  padding-bottom: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(49, 45, 44, 0.5);
}
@media (min-width: 768px) {
  .footer .col-md-10 {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.footer .col-md-2 a {
  margin: 8px 0;
}
.footer .logo {
  cursor: pointer;
  width: 300px;
}
.footer .sns > a {
  transition: 0.3s ease-in-out;
}
.footer .sns > a:hover {
  opacity: 0.5;
}

/* Header */
.my-header {
  position: fixed;
  top: 0;
  z-index: 98;
  width: 100vw;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.my-header .logo {
  width: 180px;
}
@media (min-width: 768px) {
  .my-header .logo {
    width: 220px;
  }
}
@media (min-width: 992px) {
  .my-header .logo {
    width: 310px;
  }
}
.my-header .link {
  letter-spacing: 1.5px;
  font-weight: 500;
  margin: 0 8px;
  position: relative;
  color: #898989;
}
.my-header .link a:hover {
  opacity: 1;
  color: #53504F;
}
.my-header .link::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  opacity: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00799F;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.my-header .link:hover::after {
  opacity: 1;
  bottom: -20px;
}
.my-header .dpd-lists {
  background-color: #00799F;
  top: 40px;
}
.my-header .dpd-list {
  color: #ffffff;
}
.my-header > div {
  background: rgba(237, 237, 237, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .my-header > div {
    padding: 20px 60px 20px 60px;
  }
}
.my-header > .my-btn {
  margin-top: 16px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .my-header {
    top: 0;
  }
}
.my-header.out {
  transform: translateY(calc(-100% - 25px)) !important;
}
.my-header .mobile-menu .icon {
  width: 24px;
}
.my-header .mobile-menu .menu {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #EDEDED;
  background-image: url(common/imgs/bg_top.png);
  background-size: cover;
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-top: 0;
  color: #53504F;
}
.my-header .mobile-menu .menu header {
  position: absolute;
  top: 20px;
  z-index: 99;
  width: 100%;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .my-header .mobile-menu .menu header {
    top: 50px;
    padding: 0 50px;
  }
}
.my-header .mobile-menu .menu header > div {
  display: flex;
  justify-content: space-between;
}
.my-header .mobile-menu .menu > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  overflow: scroll;
  max-height: 80vh;
}
@media (min-width: 768px) {
  .my-header .mobile-menu .menu > div {
    justify-content: space-between;
    padding: 0 50px;
  }
}
.my-header .mobile-menu .menu .nav {
  margin-top: 40px;
}
.my-header .mobile-menu .menu .mobile-nav .heading {
  padding: 0 0 16px 0;
  border-bottom: 3px solid #53504F;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  width: 100%;
  align-items: center;
}
@media (min-width: 768px) {
  .my-header .mobile-menu .menu .mobile-nav .heading {
    font-size: 18px;
  }
}
.my-header .mobile-menu .menu .cta {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 1rem;
  font-size: 20px;
  margin: 24px 0;
  border-radius: 16px;
}
@media (min-width: 576px) {
  .my-header .mobile-menu .menu .cta {
    margin: 120px 0 40px 0;
  }
}
.my-header .mobile-menu .menu .sns {
  margin: 40px 0;
}
.my-header .mobile-menu .menu.show {
  opacity: 1;
  pointer-events: initial;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.my-header .mobile-menu .menu figure {
  height: 130px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .my-header .mobile-menu .menu figure {
    height: unset;
  }
}
.my-header .sns > a {
  transition: 0.3s ease-in-out;
}
.my-header .sns > a:hover {
  opacity: 0.5;
}
.my-header .hamburger span {
  width: 100%;
  height: 3px;
  display: inline-block;
  background-color: #53504F;
  margin: 3px 0;
  animation: moveWithDelay 5s 3s infinite;
}
.my-header .hamburger span:nth-child(3) {
  width: 70%;
}

.mobile-subpages {
  display: none;
}
.mobile-subpages.show {
  display: block;
}

.desk-menu {
  display: none;
}
@media (min-width: 768px) {
  .desk-menu {
    display: flex;
  }
}

.mobile-menu {
  display: block;
}
@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}

/* Cover Enter Point*/
.cover-container {
  aspect-ratio: 1/1;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  max-height: 700px;
}

.cover-enter-point {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.cover-enter-point::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #EDEDED;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition-duration: 0.7s;
  transform-origin: left;
  transform: scaleX(0);
}
.cover-enter-point .btm-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: unset;
  padding: 16px;
}
@media (min-width: 768px) {
  .cover-enter-point .btm-container {
    display: none;
  }
}
.cover-enter-point .btm-container .icon {
  position: absolute;
  right: 8px;
  top: 8px;
}
.cover-enter-point .btm-descrip {
  margin: 0;
  padding: 8px 12px;
  border-left: 2px solid #53504F;
  background-color: rgba(237, 237, 237, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.cover-enter-point .hover-descrip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #53504F;
  opacity: 0;
  text-align: center;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 2;
}
.cover-enter-point:hover {
  opacity: unset;
}
.cover-enter-point:hover .hover-descrip {
  opacity: 1;
}
.cover-enter-point:hover::after {
  opacity: 1;
  transform: scaleX(100%);
}

/* layout */
@media (min-width: 768px) {
  .layout-t {
    padding-left: 8.3333333333vw;
  }
}

.layout-i {
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.layout-i:hover {
  opacity: 0.8;
}

/* modal popup */
.popup {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
.popup img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80vw;
}
@media (min-width: 768px) {
  .popup img {
    max-height: 80vh;
  }
}
.popup button {
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: #EDEDED;
}

/* table  */
.my-table-container {
  overflow: auto;
}
.my-table-container.wide {
  display: flex;
}
@media (min-width: 768px) {
  .my-table-container.wide {
    justify-content: center;
  }
}
.my-table-container.wide .table {
  max-width: 80vw;
}
.my-table-container table, .my-table-container td, .my-table-container th {
  border-collapse: collapse;
}
.my-table-container .table {
  width: 100%;
  max-width: 600px;
  table-layout: fixed;
}
.my-table-container .table-heads {
  width: 100%;
  padding-bottom: 6px;
  border-bottom: 2px solid #53504F;
}
.my-table-container .table-head {
  text-align: left;
}
.my-table-container .table-head th {
  padding-left: 24px;
  position: relative;
}
.my-table-container .table-head th:nth-child(1) {
  width: 240px;
}
.my-table-container .table-head th:nth-child(2) {
  width: 300px;
}
.my-table-container .table-head th:nth-child(3) {
  width: 90px;
}
.my-table-container .table-head th:nth-child(4) {
  width: 120px;
}
.my-table-container .table-head th:nth-child(5) {
  width: 120px;
}
.my-table-container .table-head th::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #b9b9b9;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.my-table-container .table-rows tr {
  width: 100%;
  padding: 16px 4px;
}
.my-table-container .table-rows.striped tr:nth-of-type(even) {
  background-color: #00799F;
}
.my-table-container td {
  padding: 10px 4px 10px 8px;
}
.my-table-container td:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
}

.my-table .dpd-container {
  margin-bottom: 60px;
}

.my-paginations {
  margin: 32px 0;
  font-family: "PT Serif", serif;
}
.my-paginations .my-pagination {
  padding: 12px 20px;
  margin-right: 12px;
  border-radius: 50px;
}
.my-paginations .my-pagination:focus, .my-paginations .my-pagination:active, .my-paginations .my-pagination.active {
  background-color: #00799F;
  color: #ffffff;
}

.my-news {
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #C8C8C8;
  align-items: center;
}
@media (min-width: 768px) {
  .my-news {
    flex-direction: row;
  }
}
.my-news figure {
  flex-basis: 240px;
  flex-shrink: 0;
  max-height: 160px;
  overflow: hidden;
  margin: 0 16px 0 0;
  position: relative;
  display: flex;
  align-items: center;
}
.my-news .time {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.my-news .title {
  font-size: 24px;
  line-height: 150%;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.my-news .container {
  overflow: hidden;
  padding: 0;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .my-news .container {
    flex-direction: row;
  }
}
.my-news::after {
  display: none;
}
.my-news .icon-container {
  background-color: #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  position: absolute;
  right: 30px;
  top: -10px;
}
@media (min-width: 768px) {
  .my-news .icon-container {
    position: inherit;
  }
}
.my-news .icon-container .icon {
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.my-news .icon-container .icon:nth-child(2) {
  top: calc(50% + 40px);
  left: calc(50% - 40px);
}
.my-news:hover {
  opacity: 1;
}
.my-news:hover .title {
  opacity: 0.5;
}
.my-news:hover .icon {
  transform: translate(180%, -270%);
}

/* Tabs */
.tab-head-container {
  display: flex;
}
.tab-head-container .tabs {
  width: 100%;
}
.tab-head-container .tabs > button {
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 16px;
  position: relative;
  width: 100%;
  color: #787878;
  border-bottom: 2px solid #C8C8C8;
}
@media (min-width: 768px) {
  .tab-head-container .tabs > button {
    font-size: 18px;
  }
}
.tab-head-container .tabs > button.active {
  color: #312D2C;
  border-color: #312D2C;
  font-weight: 700;
}

.tab-content-container {
  position: relative;
}
.tab-content-container .tab-content {
  padding: 30px 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .tab-content-container .tab-content {
    padding: 40px 10%;
  }
}
@media (min-width: 992px) {
  .tab-content-container .tab-content {
    padding: 60px 25%;
    display: flex;
  }
}

/* Carousel Auto */
.stage-carousel-container {
  display: flex;
  padding: 0 15px 30px 15px;
  padding-bottom: 500px;
  position: relative;
}
@media (min-width: 992px) {
  .stage-carousel-container {
    padding: 30px;
    padding-bottom: 180px;
  }
}
@media (min-width: 992px) {
  .stage-carousel-container > div {
    display: flex;
  }
}
.stage-carousel-container .vue-transition {
  top: 150px;
  left: 0;
}
@media (min-width: 992px) {
  .stage-carousel-container .vue-transition {
    top: 30px;
    left: 150px;
  }
}
.stage-carousel-container .btn-controls {
  margin-bottom: 60px;
  margin-right: 24px;
}
@media (min-width: 992px) {
  .stage-carousel-container .btn-controls {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.btn-controls {
  display: flex;
}
.btn-controls .ctrl {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #b9b9b9;
  margin: 16px;
  color: #b9b9b9;
  font-weight: bold;
}
.btn-controls .ctrl:hover {
  background-color: white;
}

.kol-card {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 24px;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .kol-card {
    margin: 0 65px;
    padding: 46px;
    width: 580px;
  }
}
.kol-card .img-container {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #787878;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .kol-card .img-container {
    width: 150px;
    height: 150px;
    left: 0px;
    top: -20px;
  }
}
.kol-card .head {
  margin: 55px 0 36px 0;
}
@media (min-width: 992px) {
  .kol-card .head {
    margin: 0 0 50px 52px;
  }
}

.aside {
  padding: 0 12px 0 0;
  position: sticky;
  left: 0;
  z-index: 1;
  width: 120px;
  top: 100px;
}
@media (min-width: 992px) {
  .aside {
    top: 130px;
    width: 180px;
  }
}
.aside .head > h3 {
  writing-mode: vertical-lr;
  letter-spacing: 4px;
  transition: all 0.3s;
  pointer-events: none;
}
.aside .line {
  width: 100%;
  height: 2px;
  background-color: #C8C8C8;
  position: relative;
  left: -24px;
  top: 4px;
}
.aside.scroll-over .line {
  left: -12px;
}
.aside.scroll-over .head > h3 {
  opacity: 0;
  writing-mode: unset;
  height: 0;
}

.aside-nav {
  text-align: right;
  cursor: pointer;
}
.aside-nav.is-open .subs {
  opacity: 1;
}
.aside-nav .subs {
  padding-top: 24px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.aside-nav .subs li {
  padding: 12px 0;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.5;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 768px) {
  .aside-nav .subs li {
    font-size: 18px;
  }
}
.aside-nav .subs li:hover {
  opacity: 1;
}
.aside-nav .heading.active {
  font-weight: bold;
}

.plus-icon span {
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: black;
  transition: 0.3s ease-in-out;
}
.plus-icon span:nth-child(1) {
  transform-origin: center center;
  transform: translateX(100%) rotate(90deg);
}

.my-accordion {
  margin-bottom: 32px;
}
.my-accordion.is-open .accordion-body {
  opacity: 1;
  margin-top: 28px;
}
.my-accordion.is-open .plus-icon span:nth-child(1) {
  transform: translateX(100%) rotate(0);
}
.my-accordion .accordion-header {
  padding-bottom: 8px;
  border-bottom: 1px solid black;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.my-accordion .accordion-header > h4 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  max-width: 80%;
}
@media (min-width: 992px) {
  .my-accordion .accordion-header > h4 {
    max-width: 90%;
  }
}
.my-accordion:hover .accordion-header {
  color: rgba(0, 0, 0, 0.7);
}
.my-accordion .accordion-body {
  margin: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  list-style: none;
  transition: all 0.5s ease-in-out;
  padding-left: 30px;
}
.my-accordion .accordion-body li {
  margin-bottom: 24px;
  position: relative;
  flex-direction: column;
}
.my-accordion .accordion-body li::after {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #b9b9b9;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -24px;
  top: 8px;
}
@media (min-width: 768px) {
  .my-accordion .accordion-body li {
    flex-direction: row;
  }
}

.capsule {
  border-radius: 24px;
  background-color: #EDEDED;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 12px;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 8px;
  color: #00799F;
  cursor: pointer;
}
.capsule.active {
  background-color: #53504F;
  color: #ffffff;
}
.capsule.highlight {
  background-color: #EDEDED;
  color: #53504F;
  border: 1px solid #CABD82;
}
.capsule.highlight:hover, .capsule.highlight.active {
  background-color: #CABD82;
  color: #ffffff;
}

.search-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: 80vw;
  background-color: white;
  z-index: 999;
  box-shadow: 0 0 50px 20px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  padding: 24px;
}
@media (min-width: 768px) {
  .search-container {
    padding: 60px;
  }
}
.search-container .card {
  width: 70%;
  height: auto;
  margin: 0 auto;
}

.scroll-down {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  top: 155px;
  right: 12px;
}
@media (min-width: 768px) {
  .scroll-down {
    flex-direction: column;
    top: unset;
    right: unset;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.scroll-down span {
  font-size: 14px;
  font-weight: 500;
  color: #898989;
  writing-mode: tb;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .scroll-down span {
    writing-mode: rl;
    padding-right: 0;
  }
}
.scroll-down .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00799F;
  margin-bottom: 6px;
  animation: scrollDown 1.5s infinite ease-in-out;
}

.my-tooltip {
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  padding: 8px;
}
.my-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  top: calc(100% + 4px);
  left: -50%;
  z-index: 99;
  width: -moz-max-content;
  width: max-content;
  max-width: 200px;
  letter-spacing: 1.5px;
  background-color: #C8C8C8;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 8px;
  display: block;
  opacity: 0;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale(0);
  text-align: left;
}
.my-tooltip:hover::after {
  opacity: 1;
  transform: scale(1);
}

.fade-enter-active {
  transition: all 1s;
}

.fade-leave-active {
  position: absolute;
  opacity: 0;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
  transform: translateY(10px);
}

.flur-enter-active {
  transition: all 1s;
}

.flur-leave-active {
  position: absolute;
  opacity: 0;
}

.flur-enter, .flur-leave-to {
  opacity: 0;
  filter: blur(5px);
  transform: translate(-10px, -10px);
}

.anim-highlight {
  overflow: hidden;
}
.anim-highlight > span {
  position: relative;
  display: inline-block;
  animation: downFlyIn 1s forwards;
  color: #EDEDED;
}
.anim-highlight > span::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  animation: highlight 1s 0.3s forwards ease-in-out;
}

.anim-flur-reveal {
  opacity: 0;
  animation: flurReveal 1.5s forwards ease-out;
}

@keyframes flurReveal {
  from {
    filter: blur(5px);
    opacity: 0;
    transform: translate(-10px, -10px);
  }
  to {
    filter: blur(0px);
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
.rotating {
  animatino: rotating 2s linear infinite;
}

.scroll {
  position: relative;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes highlight {
  0% {
    transform: scaleX(0);
    transform-origin: bottom left;
    background-color: #53504F;
  }
  50% {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  51% {
    transform: scaleX(1);
    transform-origin: bottom right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: bottom right;
    background-color: #EDEDED;
  }
}
@keyframes scrolling {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  51% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
@keyframes scale-easeOutElastic {
  0% {
    transform: scale(1);
  }
  16% {
    transform: scale(0.88);
  }
  40% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes textFadeIn {
  from {
    opacity: 0;
    top: 10px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes downFlyIn {
  from {
    top: 100px;
    color: #53504F;
  }
  to {
    top: 0;
    color: #53504F;
  }
}
@keyframes loadingRightMove {
  0% {
    transform: scaleX(0);
    transform-origin: bottom left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  51% {
    transform: scaleX(1);
    transform-origin: bottom right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: bottom right;
  }
}
@keyframes moveWithDelay {
  0% {
    transform: scaleX(0);
    transform-origin: bottom left;
  }
  10% {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  11% {
    transform: scaleX(1);
    transform-origin: bottom right;
  }
  20% {
    transform: scaleX(0);
    transform-origin: bottom right;
  }
  21% {
    transform: scaleX(0);
    transform-origin: bottom left;
  }
  30%, 100% {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
figcaption {
  border-left: 1.5px solid #000;
  padding-left: 8px;
}

.enter-animation {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EDEDED;
  z-index: 99;
  position: fixed;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  transform-origin: left;
}
.enter-animation img {
  width: 300px;
  opacity: 0;
  animation: flurReveal 1.5s forwards ease-out;
  animation-delay: 0.5s;
}

.list-info, .list {
  margin: 12px;
  padding: 6px 0 10px 10px;
  border-left: 3px solid #000;
}
@media (min-width: 768px) {
  .list-info, .list {
    margin: 1rem 0;
  }
}
.list-info li, .list li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #C8C8C8;
}

.pj-cover {
  height: 60vh;
  background-size: cover;
  background-position: center;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .pj-cover {
    margin: 30px 0 60px 0;
  }
}

.list {
  border: none;
  padding: 6px 12px 6px 0;
}

._icon {
  width: 2em;
  height: 2em;
  display: flex;
  margin-left: auto;
  position: relative;
}
._icon::before {
  border: 1px solid #ffffff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s;
  width: 100%;
}
._icon ._iconBorder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._icon ._circle {
  stroke: #CABD82;
  stroke-width: 1.5;
  fill: none;
  stroke-dasharray: 113;
  stroke-dashoffset: -113;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
._icon ._arrow {
  fill: #53504F;
}

.my-link.highlight ._icon::before {
  border-color: #00799F;
}

body {
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition-duration: 1.5s;
}
body.highlight {
  background-color: #003f53;
}

#heroImg {
  animation-delay: 2s;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 700px;
}
@media (min-width: 768px) {
  #heroImg {
    height: 75vh;
  }
}
#heroImg img {
  width: 40vw;
}

#mainPage > .row {
  padding: 0 12px;
  max-width: 1200px;
  margin: 0 auto;
}
#mainPage .callout {
  margin: 0 auto;
  position: relative;
}
#mainPage .callout .deco {
  position: absolute;
  left: -80px;
  bottom: -80px;
}

.div-box {
  padding-bottom: 40px;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .div-box {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.div-box.right {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .div-box.right {
    border-left: 1px solid #C8C8C8;
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

.section-title > div {
  width: 50px;
  height: 5px;
  background-color: #00799F;
}
.section-title .dot {
  background-color: #00799F;
  width: 12px;
  height: 12px;
  border-radius: 30px;
}
.section-title .number {
  background-color: #ffffff;
  color: #00799F;
  box-shadow: 0px 4px 4px rgba(5, 102, 191, 0.2);
  border-radius: 50%;
  margin-left: 22px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.section-title.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.section-title.center h2 > div {
  position: absolute;
  top: 2px;
  right: 5px;
}
.section-title h2 > div {
  float: right;
}
.section-title.right {
  text-align: right;
}
.section-title.right .t-title-2 + div {
  margin-left: auto;
}
.section-title.highlight {
  color: #ffffff;
}
.section-title.highlight > div {
  background-color: #CABD82;
}
.section-title.highlight .dot {
  background-color: #CABD82;
}
.section-title.highlight .number {
  background-color: #CABD82;
  color: #003f53;
}

#featureSec {
  background-image: url("../imgs/features_bg.png");
  background-size: cover;
  padding-bottom: 250px;
  text-align: right;
}
#featureSec > .row {
  max-width: 1200px;
  margin: 0 auto;
}

.js-horizontal-scroll-container {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .js-horizontal-scroll-container {
    padding-left: calc((100vw - 1200px) / 2);
    padding-right: 200px;
  }
}

.js-horizontal-scroll-content {
  gap: 3.2rem;
}

body.highlight #featureSec {
  color: #ffffff;
}

.feature {
  display: flex;
  align-items: center;
}
.feature .content {
  margin-left: 40px;
}
.feature h3 {
  color: #CABD82;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.feature p {
  color: #ffffff;
}

.feature-icon {
  width: 100px;
  height: 100px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 10px rgba(187, 187, 187, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-icon img {
  width: 70px;
}

#svgCancer {
  max-height: 55vh;
}
@media (min-width: 768px) {
  #svgCancer {
    max-height: unset;
  }
}

.deco {
  width: 160px;
  animation: rotating 8s linear infinite;
}

.bg-txt {
  background-image: url("../img/bg-txt.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.callout {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 18px;
}

.my-accordion-header {
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  padding-left: 2rem;
  opacity: 0.75;
}
.my-accordion-header:hover {
  opacity: 1;
}
.my-accordion-header:hover::after {
  opacity: 1;
  transform: translateX(0) translateY(-50%);
}
.my-accordion-header::after {
  content: "?";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  background-color: #CABD82;
  color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(5px) translateY(-50%);
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.my-accordion-body {
  padding-top: 12px;
  padding-left: 2rem;
}
.my-accordion-body > p {
  padding: 0 24px;
  border-left: 2px solid #C8C8C8;
}

.my-accordion-header[aria-expanded=true] {
  opacity: 1;
}
.my-accordion-header[aria-expanded=true] .icon {
  transform: rotate(180deg);
}
.my-accordion-header[aria-expanded=true]::after {
  opacity: 1;
  transform: translateX(0) translateY(-50%);
}

.c-title {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #CABD82;
  margin-bottom: 3rem;
}
.c-title::after {
  content: "";
  width: 56px;
  height: 28px;
  border-radius: 0 0 100px 100px;
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  width: 56px;
  background: radial-gradient(55.8% 95.8% at 50% -20%, #CABD82 0%, transparent 100%);
  box-shadow: 0px 5px 12px rgba(202, 189, 130, 0.5);
}

.c-subtitle {
  position: relative;
  padding-left: 1.5rem;
  letter-spacing: 1.35px;
  font-weight: 700;
}
.c-subtitle::after {
  content: "";
  width: 16px;
  height: 5px;
  background: linear-gradient(90deg, #CABD82 0%, transparent 100%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.guide-step {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .guide-step {
    margin-bottom: 0;
  }
}
.guide-step .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 267px;
}
.guide-step span {
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #53504F;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 8px;
}
.guide-step h5 {
  position: relative;
  padding-left: 52px;
  padding-top: 8px;
  color: #00799F;
}
.guide-step h5::after {
  content: attr(data-step);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  background-color: #00799F;
  color: #ffffff;
  font-size: 22px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #312D2C;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: normal;
}

body {
  background-color: #EDEDED;
}

main.gl-mt {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  main.gl-mt {
    margin-bottom: 80px;
  }
}
main.gl-mt .web-title {
  overflow: hidden;
}/*# sourceMappingURL=common.css.map */
