@charset "UTF-8";
@font-face {
  font-family: "TaipeiSansTCBeta";
  src: url(../fonts/TaipeiSansTCBeta-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "BDRetrocentric";
  src: url(../fonts/BDRetrocentric-Regular.otf);
  font-weight: 500;
  font-display: swap;
}
/**
 * * Allows you to use retina images at various pixel densities.
 * * Examples:
 * *
 * *   +retina(/images/mypic.jpg, 2);
 * *   +retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 * *
 * * @param  {Value}  $path               The path to the file name minus extension.
 * * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * * @param  {Value}  $extras: null       Any other `background` values to be added.
 * */
/**
 * * 往上適應
 * * 引用方式: +media-up($breakpoint-value)
 * */
/**
 * * 往上適應
 * * 引用方式: +media-up-num(自訂數值)
 * */
/**
 * * 往下適應
 * * 引用方式: +media-down($breakpoint-value)
 * */
/**
 * * 往下適應
 * * 引用方式: +media-up-num(自訂數值)
 * */
/**
 * * 範圍內適應
 * * 引用方式: +media-between($lower-breakpoint, $upper-breakpoint)
 * */
/**
 * * 引用方式: +lh(15,22) 前面放 line-height 的 px 值, 後面放 font-size 的 px 值（計算）
 * */
/**
 * * 引用方式: +ls(15,22) 前面放 letter-spacing 的 px 值, 後面放 font-size 的 px 值（計算）
 * */
/*  ===== firefox font weight bold 統一設定為 normal (firefox 在小字為粗體的時候會過粗) ===== */
/**
 * * 引用方式: +gradient(180deg,#fff,4%,#eee,92%)
 * */
/**
 * * margin
 * * 引用方式: +mb(15,22) 前面放 margin 的 px 值, 後面放 font-size 的 px 值
 * */
/**
 * * padding
 * * 引用方式: +pb(15,22) 前面放 padding 的 px 值, 後面放 font-size 的 px 值
 * */
.container-fluid {
  padding-inline-start: 30px;
  padding-inline-end: 30px;
}

.container {
  padding-inline-start: 30px;
  padding-inline-end: 30px;
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 100%;
    padding-inline-end: 5.555vw;
    padding-inline-start: 5.555vw;
  }
}

.row {
  margin-inline-start: -7.5px;
  margin-inline-end: -7.5px;
}
@media (min-width: 768px) {
  .row {
    margin-inline-start: -15px;
    margin-inline-end: -15px;
  }
}
.row > * {
  padding-inline-end: 7.5px;
  padding-inline-start: 7.5px;
}
@media (min-width: 768px) {
  .row > * {
    padding-inline-end: 15px;
    padding-inline-start: 15px;
  }
}

.main-container.inner-page {
  padding-top: 11.875vw;
  padding-bottom: 9.03vw;
}
@media (max-width: 991.98px) {
  .main-container.inner-page {
    padding-top: 150px;
  }
}
@media (max-width: 767.98px) {
  .main-container.inner-page {
    padding-top: 110px;
  }
}
@media (max-width: 575.98px) {
  .main-container.inner-page {
    padding-bottom: 60px;
  }
}

.container-page-share {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding-left: 7.361vw;
  padding-right: 13.125vw;
}
@media (max-width: 991.98px) {
  .container-page-share {
    padding-left: 40px;
    padding-right: 10.125vw;
  }
}
@media (max-width: 767.98px) {
  .container-page-share {
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .container-page-share {
    gap: 30px;
    margin-bottom: 60px;
  }
}

:root {
  scroll-behavior: initial;
}

*:focus, *:active, *:visited,
*::before:focus,
*::before:active,
*::before:visited,
*::after:focus,
*::after:active,
*::after:visited {
  outline: none !important;
  box-shadow: none !important;
}

noscript {
  position: absolute;
  top: 0;
  z-index: 9999;
}

body {
  position: relative;
  color: #ffffff;
  line-height: normal;
  font-family: "TaipeiSansTCBeta", sans-serif;
  overflow-x: hidden;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  image-rendering: auto;
  touch-action: manipulation;
  -moz-osx-font-smoothing: grayscale;
  padding: 0px;
  margin: 0px;
  background-color: #242424;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
body.is-hidden {
  overflow: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 400ms;
}
a:hover {
  color: currentColor;
}
a:active, a:hover, a:visited, a:focus {
  text-decoration: none;
  outline: 0;
  transition: all ease 400ms;
}

.hvr-effect:not(.t-child)::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  width: 0;
  height: 12px;
  background-color: #ffffff;
  transition: all 0.5s ease;
}
.hvr-effect:hover::after {
  width: 100%;
}
.hvr-effect.t-child:hover .el-t::after {
  width: 100%;
}
.hvr-effect.t-child .el-t {
  position: relative;
}
.hvr-effect.t-child .el-t::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  width: 0;
  height: 12px;
  background-color: #ffffff;
  transition: all 0.5s ease;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  outline: 0;
  cursor: pointer;
  transition: all ease 400ms;
}
button:active, button:hover, button:visited, button:focus {
  outline: 0;
  transition: all ease 400ms;
}

ul, ol {
  padding: 0;
  margin-bottom: 0;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

p, label {
  margin: 0;
}

textarea {
  resize: none;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: transparent;
  border: none;
  outline: 0;
  padding: 0;
}
input:active, input:hover, input:visited, input:focus, select:active, select:hover, select:visited, select:focus, textarea:active, textarea:hover, textarea:visited, textarea:focus {
  outline: 0;
}

input[type=submit], [type=date], [type=checkbox] {
  cursor: pointer;
  transition: all ease 400ms;
}

::-moz-placeholder {
  color: #999999;
}

::placeholder {
  color: #999999;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.animation__el {
  transition: all 1s ease-in-out;
}
.animation__el.in img {
  display: block;
}
.animation__el img {
  display: none;
}
.animation__el.fadeUp {
  transform: translateY(30px);
  opacity: 0;
}
.animation__el.fadeUp.in {
  transform: translateY(0);
  opacity: 1;
}
.animation__el.fadeIn {
  opacity: 0;
}
.animation__el.fadeIn.in {
  opacity: 1;
}

.layout-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/layout/bg-share.png), linear-gradient(120deg, #F1F3F4 84.73%, #E2E4E7 100%);
  background-size: cover;
}

.en-font {
  font-family: "BDRetrocentric", sans-serif;
}

.fz-xs {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.24px;
}

.fz-s {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.84px;
}

.fz-m {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.64px;
}

.fz-xs {
  font-size: 0.75rem;
  line-height: 150%;
}

.fw-b {
  font-weight: bold !important;
}

.c-scroll-text {
  font-family: "Funnel Display", sans-serif;
  position: fixed;
  bottom: 16.67%;
  left: 5.55%;
  z-index: 11;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .c-scroll-text {
    bottom: 40px;
    left: 20px;
  }
}
.c-scroll-text .icon-arrow-bg {
  background-image: url("../images/icon/SVG/icon-arrow.svg");
  background-size: contain;
  background-position: center 0;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  animation: upToDownInfinte 2s infinite linear;
}
@keyframes upToDownInfinte {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center 48px;
  }
}

.c-disc-title {
  position: relative;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
}
@-moz-document url-prefix() {
  .c-disc-title {
    font-weight: normal;
  }
}
.c-disc-title {
  line-height: 1.2;
  letter-spacing: 0.64px;
  padding-left: 26px;
}
@media (min-width: 1440px) {
  .c-disc-title {
    font-size: 1.11vw;
  }
}
.c-disc-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.c-disc-title.type-share {
  margin-left: -26px;
}
@media (max-width: 767.98px) {
  .c-disc-title.type-share {
    margin-left: 0px;
  }
}

.c-title-jumbo {
  font-size: 5rem;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1.6px;
}
@media (max-width: 1199.98px) {
  .c-title-jumbo {
    font-size: 4rem;
  }
}
@media (max-width: 575.98px) {
  .c-title-jumbo {
    font-size: 3rem;
  }
}
@meida screen and (max-width: 414px) {
  .c-title-jumbo {
    font-size: 2rem;
  }
}

.c-title-xxl {
  font-size: 2.375rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 3.8px;
}
@media (min-width: 1440px) {
  .c-title-xxl {
    font-size: 2.6439vw;
  }
}
@media (max-width: 575.98px) {
  .c-title-xxl {
    font-size: 1.75rem;
  }
}

.c-title-xl {
  font-size: 2rem;
  font-weight: bold;
}
@-moz-document url-prefix() {
  .c-title-xl {
    font-weight: normal;
  }
}
.c-title-xl {
  line-height: 1.6;
  letter-spacing: 3.2px;
}

.c-title-lg {
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 1px;
}

.c-title-md {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.48px;
}
@media (max-width: 575.98px) {
  .c-title-md {
    font-size: 1.25rem;
  }
}

.c-title-sm {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 575.98px) {
  .c-title-sm {
    font-size: 1rem;
  }
}

.c-text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.84px;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  background-color: #ffffff;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .swiper .swiper-button-prev, .swiper .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}
.swiper .swiper-button-prev.swiper-button-disabled, .swiper .swiper-button-next.swiper-button-disabled {
  display: none;
}
.swiper .swiper-button-prev svg, .swiper .swiper-button-next svg {
  width: 48px;
  height: 48px;
}
@media (max-width: 991.98px) {
  .swiper .swiper-button-prev svg, .swiper .swiper-button-next svg {
    width: 24px;
    height: 24px;
  }
}
.swiper .swiper-button-prev {
  transform: rotate(90deg) translateX(-50%);
  left: 13px;
}
@media (max-width: 991.98px) {
  .swiper .swiper-button-prev {
    left: 8px;
  }
}
.swiper .swiper-button-next {
  transform: rotate(-90deg) translateX(50%);
  right: 13px;
}
@media (max-width: 991.98px) {
  .swiper .swiper-button-next {
    right: 8px;
  }
}

.c-form-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0px 14px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 618px;
}
.c-form-wrap .c-field.column-6 {
  width: calc(50% - 7px);
}
.c-form-wrap .c-field.column-12 {
  width: 100%;
}
@media (max-width: 575.98px) {
  .c-form-wrap .c-field.column-xs-12 {
    width: 100%;
  }
}
.c-form-wrap .c-field .c-btn-pill {
  margin: 0 0 0 auto;
}
.c-form-wrap .c-field .c-btn-pill svg {
  transform: rotate(-90deg);
}

.select2-selection__rendered.is-active {
  color: #000000 !important;
}

.u-link-range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-pointer {
  cursor: pointer;
}

.u-pointer-none {
  pointer-events: none;
}

.u-hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.u-img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.u-img-contain {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.u-bg-cover {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.u-16x9 {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.u-16x9 > * {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.u-flex-1 {
  flex: 1;
}

.editor {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.84px;
  font-family: "TaipeiSansTCBeta", sans-serif;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  image-rendering: auto;
  touch-action: manipulation;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 50px;
}
.editor * {
  padding: 0;
  margin: 0;
}
.editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .editor h2:not(:last-child), .editor h3:not(:last-child), .editor h4:not(:last-child), .editor h5:not(:last-child), .editor h6:not(:last-child) {
    margin-bottom: 30px;
  }
}
.editor h2 {
  font-size: 1.5rem;
  letter-spacing: 0.01em;
}
.editor h3 {
  font-size: 1.375rem;
  letter-spacing: 0.01em;
}
.editor h4 {
  font-size: 1.25rem;
  line-height: 170%;
  letter-spacing: 0.01em;
}
.editor h5 {
  font-size: 1.125rem;
  letter-spacing: 0.01em;
}
.editor h6 {
  font-size: 1rem;
  letter-spacing: 0.01em;
  line-height: normal;
}
.editor p {
  font-size: 0.875rem;
}
.editor p:not(:last-child) {
  margin-bottom: 30px;
}
.editor a {
  color: #A0AAB7;
  text-decoration: underline;
}
.editor img {
  max-width: 100%;
  width: 100%;
  display: inline-block;
}
.editor img:not(:last-child) {
  margin-bottom: 30px;
}
.editor ul, .editor ol {
  padding-inline-start: 1.5rem;
}
.editor ul {
  list-style: revert;
}
.editor table {
  caption-side: initial;
  border-collapse: initial;
}
.editor tbody, .editor td, .editor tfoot, .editor th, .editor thead, .editor tr {
  border-style: inherit;
  border-width: inherit;
}
.editor .iframe-cover {
  position: relative;
  width: 100%;
  padding-top: 56.2429696288%;
  overflow: hidden;
  margin-bottom: 20px;
}
.editor .iframe-cover iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.editor iframe[src*="youtube.com"],
.editor iframe[src*="youtu.be"],
.editor iframe[src*="google.com/maps"],
.editor iframe[src*="google.com/maps/embed"] {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
}

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  transition: all ease 400ms;
}

.swiper-button-next::after, .swiper-button-prev::after {
  content: none;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  transition: all ease 400ms;
}
.swiper-button-next:focus, .swiper-button-next:focus-visible, .swiper-button-prev:focus, .swiper-button-prev:focus-visible {
  outline: none;
  border: none;
}

.swiper-pagination-bullet:focus, .swiper-pagination-bullet:focus-visible {
  outline: none;
  border: none;
}

.c-input input, .c-input-file input[type=file], .c-textarea textarea, .select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 0px;
  border-radius: 5px !important;
  padding: 0px 14px;
  transition: all ease 400ms;
}
@media (hover: hover) {
  .c-input input:hover, .c-input-file input[type=file]:hover, .c-textarea textarea:hover, .select2-container--default .select2-selection--single:hover {
    background-color: #F0F0F0;
    transition: all ease 400ms;
  }
}

.select2-container {
  width: 100% !important;
  height: 49px;
}

.select2-container--default .select2-selection--single {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 49px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  width: 100%;
  color: #C4C4C4;
  padding: 0 16px 0 0;
  transition: all ease 400ms;
}
.select2-container .select2-selection--single .select2-selection__rendered.is-selected {
  color: #1E1E1E;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  width: auto;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5.5px 0 5.5px;
  border-color: #1E1E1E transparent transparent transparent;
  transition: all ease 400ms;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--open {
  z-index: 1020;
}

.select2-dropdown {
  border: 1px solid #999999 !important;
  border-radius: 5px !important;
  top: 6px;
}

.select2-search--dropdown {
  padding: 12px 18px;
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #999999;
  border-radius: 5px;
  padding: 12px 18px;
}

.select2-results__options::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.select2-results__options::-webkit-scrollbar-button {
  width: 6px;
  height: 6px;
  display: none;
}
.select2-results__options::-webkit-scrollbar-track {
  background-color: #F0F0F0;
  border: 0;
  border-radius: 18px;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.7);
  border: 0;
  border-radius: 18px;
  cursor: pointer;
}
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
@-moz-document url-prefix() {
  .select2-results__options {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.7) #F0F0F0;
  }
}
.select2-results__options {
  cursor: pointer;
  max-height: 250px !important;
}

.select2-results__option {
  font-size: 1rem;
  letter-spacing: 0.01em;
  line-height: normal;
  padding: 10px 22px;
  transition: all ease 400ms;
}

.select2-results__option--selectable {
  color: #1E1E1E;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #A0AAB7;
  color: #ffffff;
  transition: all ease 400ms;
}

.os-custom > .os-scrollbar-horizontal {
  height: 6px;
}

.os-custom > .os-scrollbar-vertical {
  width: 6px;
}

.os-custom > .os-scrollbar-corner {
  width: 6px;
  background-color: transparent;
}

.os-custom > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
  cursor: pointer;
}

.os-custom > .os-scrollbar-horizontal > .os-scrollbar-track:before,
.os-custom > .os-scrollbar-vertical > .os-scrollbar-track:before {
  content: "";
  display: block;
  position: absolute;
  background: #F0F0F0;
  border-radius: 18px;
}

.os-custom > .os-scrollbar-horizontal > .os-scrollbar-track:before,
.os-custom > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:before {
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.os-custom > .os-scrollbar-vertical > .os-scrollbar-track:before,
.os-custom > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
}

.os-custom > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 18px;
}

.os-custom > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:hover:before,
.os-custom > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:hover:before {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.os-custom > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle.active:before,
.os-custom > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle.active:before {
  background: rgba(0, 0, 0, 0.7);
}

.os-custom > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  height: 100%;
}

.os-custom > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  width: 100%;
}

.os-custom.os-host-transition > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:before {
  transition: height 0.3s, margin-top 0.3s, background 0.2s;
}

.os-custom.os-host-transition > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
  transition: width 0.3s, margin-inline-start 0.3s, background 0.2s;
}

.air-datepicker-global-container {
  z-index: 1055;
}

.air-datepicker {
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
}

.air-datepicker-nav--action path {
  stroke: #A0AAB7;
  stroke-width: 1px;
}

.air-datepicker-nav--action:hover {
  background-color: transparent;
}

.air-datepicker-nav--title {
  color: #A0AAB7;
}
.air-datepicker-nav--title i {
  color: #A0AAB7;
}
.air-datepicker-nav--title:hover {
  background-color: transparent;
}

.air-datepicker-body--day-names,
.air-datepicker-body--cells {
  justify-items: center;
  align-items: center;
}

.air-datepicker-body--day-name {
  color: #A0AAB7;
  width: 30px;
  height: 30px;
}

.air-datepicker-cell {
  transition: all ease 400ms;
}
.air-datepicker-cell.-focus- {
  transition: all ease 400ms;
}

.air-datepicker-body.-days- .air-datepicker-cell {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
.air-datepicker-body.-days- .air-datepicker-cell.-focus- {
  background-color: #A0AAB7;
  color: #ffffff;
}
.air-datepicker-body.-days- .air-datepicker-cell.-current- {
  color: #A0AAB7;
}
.air-datepicker-body.-days- .air-datepicker-cell.-current-.-focus- {
  color: #ffffff;
}
.air-datepicker-body.-days- .air-datepicker-cell.-selected- {
  background-color: #A0AAB7;
  color: #ffffff;
}

.air-datepicker-body--cells.-months- .air-datepicker-cell.-focus- {
  background-color: transparent;
}
.air-datepicker-body--cells.-months- .air-datepicker-cell.-current- {
  color: #A0AAB7;
}
.air-datepicker-body--cells.-months- .air-datepicker-cell.-selected- {
  background-color: transparent;
  color: #A0AAB7;
}

.air-datepicker-body--cells.-years- .air-datepicker-cell.-focus- {
  background-color: transparent;
}
.air-datepicker-body--cells.-years- .air-datepicker-cell.-current- {
  color: #A0AAB7;
}
.air-datepicker-body--cells.-years- .air-datepicker-cell.-selected {
  background-color: transparent;
  color: #A0AAB7;
}

.modal-dialog {
  max-width: 100%;
}
@media (min-width: 414px) {
  .modal-dialog {
    max-width: 650px;
  }
}

.modal-dialog-scrollable .modal-content {
  overflow: initial;
}
.modal-dialog-scrollable .os-host {
  overflow: hidden !important;
}

.modal-body {
  position: relative;
}

.modal-title {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .modal-title {
    font-size: 1.5rem;
  }
}

.btn-close:focus {
  box-shadow: none;
}

.c-modal {
  padding: 15px;
}
.c-modal .modal-content {
  height: 100%;
  max-height: 800px;
}

.c-spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: -1;
  transition: opacity 300ms;
}
.c-spinner.is-active {
  opacity: 1;
  z-index: 9999;
  transition: opacity 300ms;
}

.c-spinner-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: -1;
  transition: opacity 300ms;
}
.c-spinner-inner.is-active {
  opacity: 1;
  z-index: 9999;
  transition: opacity 300ms;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-button:not(.collapsed) {
  color: currentColor;
  background-color: transparent;
  box-shadow: none;
}

.accordion-button {
  background-color: transparent;
  padding: 0;
}
.accordion-button::after {
  display: none;
}

.accordion-body {
  padding: 0;
}

.accordion-item {
  background-color: transparent;
  border: none;
}

.c-breadcrumb {
  position: relative;
  z-index: 1020;
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}
.c-breadcrumb__list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1E1E1E;
  padding-inline-start: 8px;
}
.c-breadcrumb__list__item:first-child {
  padding-inline-start: 0;
}
.c-breadcrumb__list__item:first-child::before {
  display: none;
}
.c-breadcrumb__list__item::before {
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/SVG/upload.svg");
  vertical-align: middle;
  margin-inline-end: 8px;
}
.c-breadcrumb__list__item.is-active {
  font-weight: 700;
  color: #A0AAB7;
}
.c-breadcrumb__list__item.is-active::before {
  background-image: url("../images/other-icon/upload.svg");
}
.c-breadcrumb__list__item .item__link {
  display: block;
  color: #1E1E1E;
}
.c-breadcrumb__list__item .item__link:hover {
  color: #1E1E1E;
}

.c-pagination {
  display: flex;
  justify-content: center;
  margin: 40px -5px 0 -5px;
}
@media (min-width: 992px) {
  .c-pagination {
    margin-top: 80px;
  }
}
.c-pagination .icon {
  width: 16px;
  height: 16px;
  color: #1E1E1E;
}
.c-pagination__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}
.c-pagination__item.is-active .c-pagination__item__link {
  background-color: #A0AAB7;
  color: #ffffff;
}
.c-pagination__item__text {
  color: #1E1E1E;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) {
  .c-pagination__item__text:hover {
    color: #1E1E1E;
    background-color: transparent;
  }
}
.c-pagination__item__link {
  color: #1E1E1E;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  border: none;
}
@media (hover: hover) {
  .c-pagination__item__link:hover {
    color: #1E1E1E;
    background-color: transparent;
  }
}

.c-btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 14px;
  transition: all ease 400ms;
}

.c-btn-pill {
  height: 36px;
  border-radius: 18px;
}
@media (max-width: 575.98px) {
  .c-btn-pill {
    height: 31px;
  }
}
.c-btn-pill.transparent {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.c-btn-pill.transparent:hover {
  background-color: #ffffff;
  color: #000000;
}
.c-btn-pill.transparent:hover svg {
  filter: invert(1);
}
.c-btn-pill.standard {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
}
.c-btn-pill img, .c-btn-pill svg {
  transition: all 0.5s ease;
  margin-left: 4px;
}

.c-card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1199.98px) {
  .c-card-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .c-card-wrap {
    width: 100%;
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .c-card-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-card {
  position: relative;
  cursor: pointer;
  transition: all ease 400ms;
}
@media (hover: hover) {
  .c-card:hover {
    transition: all ease 400ms;
  }
  .c-card:hover .c-card__img img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: all ease 400ms;
  }
}
.c-card__head {
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .c-card__head {
    margin-bottom: 16px;
  }
}
.c-card__body {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
  padding: 13px 10px 0px;
  margin-bottom: 1px;
}
.c-card__footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-card__img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 75%;
}
.c-card__img img, .c-card__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 400ms;
}
.c-card__img video {
  z-index: -1;
}
.c-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: start;
  font-weight: 700;
}
.c-card__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: start;
}
.c-card a {
  color: #ffffff;
}

.c-card-column:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .c-card-column:not(:last-child) {
    margin-bottom: 20px;
  }
}
.c-card-column a {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .c-card-column a {
    gap: 15px;
  }
}
@media (max-width: 575.98px) {
  .c-card-column a {
    gap: 8px;
  }
}
@media (max-width: 575.98px) {
  .c-card-column a {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.c-card-column a:hover {
  color: #000000;
}
.c-card-column .img-wrap {
  position: relative;
  width: 42.37%;
  padding-top: 24.8504398827%;
}
@media (max-width: 575.98px) {
  .c-card-column .img-wrap {
    width: 100%;
    padding-top: 58.651026393%;
  }
}
.c-card-column .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-card-column .content-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: calc(57.63% - 30px);
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767.98px) {
  .c-card-column .content-wrap {
    width: calc(57.63% - 15px);
  }
}
@media (max-width: 575.98px) {
  .c-card-column .content-wrap {
    width: 100%;
  }
}
.c-card-column .content-wrap .date {
  display: inline-block;
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .c-card-column .content-wrap .date {
    margin-bottom: 9px;
  }
}
.c-card-column .content-wrap .c-title-sm {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: start;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .c-card-column .content-wrap .c-title-sm {
    margin-bottom: 8px;
  }
}
.c-card-column .content-wrap .hashtag span {
  display: block;
  margin-bottom: 5px;
}

.c-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 17px;
}
@media (min-width: 992px) {
  .c-field {
    flex-direction: row;
    margin-bottom: 30px;
  }
}
.c-field:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .c-field.sty-column {
    flex-direction: column;
  }
}
.c-field.sty-column .c-field__start {
  margin-bottom: 8px;
}
.c-field__start {
  width: 30%;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .c-field__start {
    margin-bottom: 0;
  }
}
.c-field__end {
  width: 100%;
}

.c-label {
  width: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-weight: 500;
  line-height: 100%;
  padding-left: 5px;
  margin-bottom: 8px;
  transition: all ease 400ms;
}

.c-input-group {
  width: 100%;
  display: flex;
}
.c-input-group > * {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-inline-end: 10px;
}
.c-input-group > *:last-child {
  margin-inline-end: 0;
}

.c-input {
  width: 100%;
}
.c-input input {
  width: 100%;
  height: 49px;
  transition: all ease 400ms;
}
.c-input input::-moz-placeholder {
  color: #C4C4C4;
}
.c-input input::placeholder {
  color: #C4C4C4;
}
.c-input__clear {
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all ease 400ms;
}
.c-input__clear .icon {
  width: 15px;
  height: 15px;
}

.c-input-file {
  cursor: pointer;
}
.c-input-file * {
  cursor: pointer;
}
.c-input-file input[type=file] {
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.c-input-file .c-input-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-input-file .c-input-text .icon {
  width: 16px;
  height: 16px;
  border: 1px solid #1FA809;
  margin-inline-start: 8px;
}

.c-file-group {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-inline-start: -20px;
  margin-inline-end: -20px;
}
.c-file-group > * {
  margin-bottom: 10px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
}
.c-file-group > *:last-child {
  margin-bottom: 0;
}
.c-file-group .icon-clear {
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -10px;
  right: -10px;
  border: 1px solid #1FA809;
}

.c-file-img {
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #F0F0F0;
  border-radius: 5px;
  position: relative;
  padding: 30px;
}
.c-file-img img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.c-file-text {
  position: relative;
  display: inline-flex;
  font-size: 0.875rem;
  margin-top: 4px;
}

.c-textarea {
  position: relative;
  width: 100%;
  height: 128px;
  transition: all ease 400ms;
}
.c-textarea textarea {
  width: 100%;
  height: 100%;
}
.c-textarea textarea::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.c-textarea textarea::-webkit-scrollbar-button {
  width: 6px;
  height: 6px;
  display: none;
}
.c-textarea textarea::-webkit-scrollbar-track {
  background-color: #F0F0F0;
  border: 0;
  border-radius: 18px;
}
.c-textarea textarea::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.7);
  border: 0;
  border-radius: 18px;
  cursor: pointer;
}
.c-textarea textarea::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
@-moz-document url-prefix() {
  .c-textarea textarea {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.7) #F0F0F0;
  }
}
.c-textarea textarea {
  padding: 10px 14px;
}
.c-textarea textarea::-moz-placeholder {
  color: #C4C4C4;
}
.c-textarea textarea::placeholder {
  color: #C4C4C4;
}

.c-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  margin-inline-start: -10px;
  margin-inline-end: -10px;
  margin-bottom: -20px;
}
.c-checkbox-group > * {
  margin-inline-start: 10px;
  margin-inline-end: 10px;
  margin-bottom: 20px;
}

.c-checkbox, .c-radio {
  display: flex;
  align-items: center;
}
.c-checkbox label, .c-radio label {
  cursor: pointer;
}
.c-checkbox input[type=checkbox], .c-checkbox input[type=radio], .c-radio input[type=checkbox], .c-radio input[type=radio] {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
  margin-inline-end: 10px;
  border: 1px solid #1FA809;
}
.c-checkbox input[type=checkbox]::before, .c-checkbox input[type=radio]::before, .c-radio input[type=checkbox]::before, .c-radio input[type=radio]::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-checkbox input[type=checkbox]:checked::before, .c-checkbox input[type=radio]:checked::before, .c-radio input[type=checkbox]:checked::before, .c-radio input[type=radio]:checked::before {
  content: "";
}

.c-select {
  width: 100%;
  transition: all ease 400ms;
}

.c-hint {
  font-size: 0.75rem;
  color: #999999;
  margin-top: 4px;
  transition: all ease 400ms;
}
@media (min-width: 992px) {
  .c-hint {
    font-size: 0.875rem;
  }
}
.c-hint.is-error {
  color: #FE2828;
}

.error-msg {
  font-size: 0.75rem;
  color: #FE2828;
  margin-top: 6px;
  transition: all ease 400ms;
}
@media (min-width: 992px) {
  .error-msg {
    font-size: 0.875rem;
  }
}

[field-state] {
  transition: all ease 400ms;
}
[field-state] .c-hint.is-error {
  display: none;
}
[field-state].is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
[field-state].is-hidden {
  display: none;
}
[field-state].is-error .c-label {
  color: #FE2828;
}
[field-state].is-error .c-hint.is-error {
  display: block;
}

[input-state] {
  transition: all ease 400ms;
}
[input-state].is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
[input-state].is-hidden {
  display: none;
}
[input-state].is-focus .c-input {
  border-color: #A0AAB7;
}
[input-state].is-typing .c-input__clear {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all ease 400ms;
}
[input-state].is-error .c-input, [input-state].is-error .c-textarea {
  border: 1px solid #FE2828;
}
[input-state].is-error .c-input__clear {
  color: #FE2828;
  transition: all ease 400ms;
}
[input-state].is-error .c-select .selectric, [input-state].is-error .c-select .select2-container--default .select2-selection--single {
  border-color: #FE2828;
}
[input-state].is-error .c-hint.is-error {
  display: block;
}

.c-toast {
  min-width: 214px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  border-radius: 5px;
  line-height: 145%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 27px 42px;
  opacity: 0;
  pointer-events: none;
  z-index: 1080;
  transition: all ease 400ms;
}
.c-toast.is-show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition: all ease 400ms;
}
.c-toast__icon {
  width: 56px;
  height: 56px;
  border-radius: 50px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.c-toast__icon .icon {
  width: 28px;
  height: 28px;
  color: #A0AAB7;
}
.c-toast__text {
  text-align: center;
}

.c-aside {
  width: 305px;
}
@media (max-width: 767.98px) {
  .c-aside {
    width: 100%;
  }
}
.c-aside-navigation {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 767.98px) {
  .c-aside-navigation {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767.98px) {
  .c-aside-navigation.desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-aside-navigation.mobile {
    display: none;
  }
}
.c-aside-navigation > div:not(:last-child) {
  margin-bottom: 16px;
}
.c-aside-navigation a {
  color: #ffffff;
  line-height: 1.6;
}
.c-aside-navigation a:hover {
  color: #1E1E1E;
}
.c-aside-navigation a.active {
  color: #1E1E1E;
  font-weight: bold;
}
@-moz-document url-prefix() {
  .c-aside-navigation a.active {
    font-weight: normal;
  }
}
.c-aside-navigation a.active {
  text-decoration-line: underline;
  text-underline-offset: 3px;
}
.c-aside-navigation .select2-container--default .select2-selection--single {
  background: rgba(255, 255, 255, 0.16);
  border: 0px;
  border-radius: 2px !important;
  padding: 0px 14px;
  border-bottom: 1px solid #ffffff;
  transition: all ease 400ms;
}
.c-aside-navigation .select2-container .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
  font-weight: bold;
}
@-moz-document url-prefix() {
  .c-aside-navigation .select2-container .select2-selection--single .select2-selection__rendered {
    font-weight: normal;
  }
}
.c-aside-navigation .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  border-color: #FFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.c-aside .c-btn-pill {
  padding: 0px 20px 0px 14px;
}
.c-aside .c-btn-pill svg {
  transform: rotate(90deg);
  margin-left: 0px;
  margin-right: 10px;
}
.c-aside .has-button {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.c-aside .has-button .c-title-xl {
  letter-spacing: 1.2px;
  line-height: 1.3;
}
.c-aside .has-button a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
  margin-top: 5px;
}
.c-aside .has-button a svg {
  margin-top: 1px;
  margin-left: 7px;
}

[data-page=qa] .select2-dropdown {
  border: none !important;
  border-radius: 0px !important;
}
[data-page=qa] .select2-results__option {
  font-size: 1rem;
  border-bottom: 1px solid #1E1E1E;
}
[data-page=qa] .select2-results__option.select2-results__option--highlighted {
  font-weight: bold;
}
@-moz-document url-prefix() {
  [data-page=qa] .select2-results__option.select2-results__option--highlighted {
    font-weight: normal;
  }
}

.c-filter-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.c-filter-wrap a {
  padding: 0px 30px;
}
@media (max-width: 575.98px) {
  .c-filter-wrap a {
    padding: 0px 15px;
  }
}

.m-editor .article-system-wrap {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .m-editor .article-system-wrap {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.m-editor .nsdi-article-system {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .m-editor .nsdi-article-system {
    margin-bottom: 50px;
  }
}
.m-editor .nsdi-article-system .row {
  align-items: center;
}
.m-editor .nas-image-wrapper img {
  width: 100%;
}
.m-editor .nas-article {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .m-editor .nas-article {
    margin-top: 0;
  }
}
.m-editor #T6 {
  margin-bottom: -24px;
}
.m-editor #T6 .nas-image-wrapper {
  margin-bottom: 24px;
}
.m-editor > div:last-child .nsdi-article-system {
  margin-bottom: 0;
}

.m-cards {
  margin-bottom: -36px;
}
@media (min-width: 1200px) {
  .m-cards {
    margin-bottom: -96px;
  }
}
.m-cards > * {
  margin-bottom: 36px;
}
@media (min-width: 1200px) {
  .m-cards > * {
    margin-bottom: 96px;
  }
}

.layout-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
  height: 95px;
  transition: all 0.5s ease;
}
@media (max-width: 575.98px) {
  .layout-header {
    height: 85px;
    padding: 17px 0;
  }
}
.layout-header::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.layout-header::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: transparent;
  transition: all 0.5s ease;
}
.layout-header-wrap {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .layout-header-wrap {
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #ffffff;
    width: 215px;
    min-height: 100vh;
    align-items: flex-start;
    transition: all ease 400ms;
  }
  .layout-header-wrap.is-active {
    right: 0;
  }
}
@media (max-width: 575.98px) {
  .layout-header-wrap {
    align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .layout-header-wrap .hamburger {
    position: absolute;
    top: 24px;
    right: 0;
  }
}
@media (max-width: 575.98px) {
  .layout-header-wrap .hamburger {
    top: 17px;
  }
}
.layout-header-logo {
  width: 110px;
}
.layout-header-nav {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .layout-header-nav {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 148px 36px 20px;
    gap: 30px;
  }
}
@media (max-width: 575.98px) {
  .layout-header-nav {
    padding: 94px 36px 20px;
  }
}
.layout-header-nav a {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .layout-header-nav a {
    color: #000000;
  }
}
@media (min-width: 992px) {
  .layout-header-nav .has-dropdown {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .layout-header-dropdown {
    position: absolute;
    top: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    padding: 16px 24px;
    border-radius: 10px;
    min-width: 165px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
  }
}
@media (max-width: 991.98px) {
  .layout-header-dropdown {
    margin-top: 15px;
  }
}
.layout-header-dropdown.is-hover {
  opacity: 1;
  pointer-events: visible;
}
.layout-header-dropdown a {
  display: block;
  font-size: 0.875rem;
  color: #000000;
  padding: 6px 0px 11px 0px;
}
.layout-header-dropdown a:not(:last-child) {
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .layout-header-contact {
    position: fixed;
    bottom: 40px;
    right: 20px;
  }
}
.layout-header.leave-top::before {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.layout-header.leave-top::after {
  background-color: #ffffff;
}
.layout-header .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .layout-header .container {
    padding-inline-start: 20px;
    padding-inline-end: 0;
  }
}
.layout-header .c-btn-pill {
  padding-left: 20px;
}

.hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #A0AAB7;
  width: 50px;
  height: 50px;
}
@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger.is-active .line:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(2) {
  transform: translateY(-5px) rotate(-45deg);
}
.hamburger .line {
  width: 24px;
  height: 1px;
  background-color: #ffffff;
  display: block;
  margin: 4px auto;
  transition: all ease 400ms;
}

.l-nav {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1040;
  transition: all ease 400ms;
}
.l-nav__logo {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 251px;
  height: 45px;
  background-image: url("../images/layout/logo.svg");
}
@media only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  .l-nav__logo {
    white-space: nowrap;
    overflow: hidden;
    text-indent: 101%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 251px;
    height: 45px;
    background-image: url("../images/layout/logo@2x.svg");
  }
}
.l-nav__logo__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

[data-page=index] .layout-footer .copyright {
  top: auto;
  bottom: 5.33%;
  right: 5.55%;
  transform: translateY(0%);
  writing-mode: horizontal-tb;
}
@media (max-width: 991.98px) {
  [data-page=index] .layout-footer .copyright {
    display: none;
  }
}

.layout-footer {
  background-color: #A0AAB7;
}
.layout-footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 60px 145px 60px 114px;
}
@media (max-width: 1439.98px) {
  .layout-footer-container {
    padding: 60px 60px 60px 30px;
  }
}
@media (max-width: 991.98px) {
  .layout-footer-container {
    gap: 50px 0px;
    padding: 60px 30px;
  }
  .layout-footer-container > div {
    width: 100%;
  }
}
.layout-footer-container a {
  color: #ffffff;
}
.layout-footer-title {
  max-width: 500px;
  font-family: "BDRetrocentric", sans-serif;
  margin-bottom: 54px;
}
.layout-footer-title-zh {
  margin-bottom: 34px;
}
@media (max-width: 1199.98px) {
  .layout-footer-title {
    max-width: 400px;
  }
}
@media (max-width: 991.98px) {
  .layout-footer-title {
    max-width: none;
  }
}
.layout-footer-icon-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
}
.layout-footer-information {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 0px;
}
@media screen and (min-width: 992px) and (max-width: 1215px) {
  .layout-footer-information {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767.98px) {
  .layout-footer-information {
    grid-template-columns: repeat(1, 1fr);
  }
}
.layout-footer-information > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.layout-footer-information > div span {
  margin-right: 16px;
}
.layout-footer-navigation {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .layout-footer-navigation {
    width: 100%;
  }
}
.layout-footer-navigation .c-btn-pill {
  margin: 0 0 0 auto;
}
@media (max-width: 991.98px) {
  .layout-footer-navigation .c-btn-pill {
    display: none;
  }
}
.layout-footer-menu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 100px;
  color: #ffffff;
  margin-bottom: 46px;
}
@media (max-width: 1439.98px) {
  .layout-footer-menu {
    gap: 75px;
  }
}
@media (max-width: 991.98px) {
  .layout-footer-menu {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .layout-footer-menu {
    gap: 50px;
  }
}
.layout-footer-menu-title {
  font-weight: bold;
}
@-moz-document url-prefix() {
  .layout-footer-menu-title {
    font-weight: normal;
  }
}
.layout-footer-menu-title {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 12px;
  margin-bottom: 23px;
}
.layout-footer-menu > div {
  width: 177px;
}
@media (max-width: 575.98px) {
  .layout-footer-menu > div {
    width: calc(50% - 25px);
  }
}
.layout-footer-menu > div li:not(:last-child) {
  margin-bottom: 16px;
}
.layout-footer-menu a {
  display: block;
  font-size: 0.875rem;
  color: #ffffff;
  border-bottom: 0.5px solid #ffffff;
  padding-bottom: 6px;
}
.layout-footer .copyright {
  position: fixed;
  top: 50%;
  right: 30px;
  z-index: 11;
  transform: translateY(-50%);
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.24px;
  writing-mode: vertical-lr;
  margin: 0;
}
@media (max-width: 767.98px) {
  .layout-footer .copyright {
    display: none;
  }
}

.l-loading {
  background-color: #ffffff;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.l-loading.is-hidden {
  opacity: 0;
  z-index: -99;
  transition: all ease 400ms;
}

.main-section {
  position: relative;
  width: 100%;
  max-width: 576px;
  margin: 0 auto;
  padding-bottom: 70px;
  background-color: #242424;
}
.main-section .dec-top {
  position: absolute;
  top: 12px;
  left: 0px;
  z-index: 0;
  width: 93vw;
  padding-top: 27.9279279279vw;
  background-image: url(../images/pages/bg-top.png);
  filter: blur(3px);
}
@media (min-width: 576px) {
  .main-section .dec-top {
    width: 536px;
    padding-top: 160.960960961px;
  }
}
.main-section .dec-top::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(36, 36, 36) 25%, rgba(36, 36, 36, 0.9) 65%, rgba(36, 36, 36, 0.8) 100%);
}
.main-section .dec-bot {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 93vw;
  padding-top: 13.963963964vw;
  background-image: url(../images/pages/bg-bot.png);
  filter: blur(3px);
}
@media (min-width: 576px) {
  .main-section .dec-bot {
    width: 536px;
    padding-top: 80.4804804805px;
  }
}
.main-section .dec-bot::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(36, 36, 36, 0.9) 0%, rgb(36, 36, 36) 100%);
}

.header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
}
.header .logo {
  width: 40px;
}
.header .nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.header .nav a:active {
  transform: translateY(3px);
}
.header .lang {
  font-family: "Saira", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1;
}

.text-random {
  font-family: "TaipeiSansTCBeta", sans-serif;
  padding: 24px 30px 30px;
}
.text-random p {
  transform: translateY(10px);
  opacity: 0;
  transition: all 1s ease-in-out;
}
.text-random p:not(.show) {
  display: none;
}
.text-random p.show {
  transform: translateY(0px);
  opacity: 1;
}

.swiper-container-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.swiper.top {
  padding-left: 27px;
  margin-bottom: 15px;
}
.swiper.bot {
  padding-left: 27px;
  transform: rotate(180deg);
}
.swiper.bot .swiper-slide {
  transform: rotate(180deg) scale(0.95);
}
.swiper.bot .swiper-slide:active {
  transform: translateY(-4px) rotate(180deg) scale(0.95);
}
.swiper .swiper-slide {
  position: relative;
  transform: translateZ(0) scale(0.95);
  box-shadow: 18px 18px 10px -16px #000;
  border-radius: 5px;
  overflow: hiiden;
}
.swiper .swiper-slide:active {
  transform: translateY(4px) translateZ(0) scale(0.95);
  box-shadow: none;
}
.swiper .swiper-slide .mask, .swiper .swiper-slide .mask-random {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(20px);
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 5px;
  --c: 30px;
  clip-path: polygon(0 0, calc(100% - var(--c)) 0, 100% var(--c), 100% 100%, var(--c) 100%, 0 calc(100% - var(--c)));
}
.swiper .swiper-slide .mask-random {
  z-index: 11;
  transform: translate(-50%, -50%) translateZ(20px);
  background-color: transparent;
  transition: all 0.1s ease-in-out;
}
.swiper .swiper-slide .mask-random.show {
  background-color: #888;
  animation: flash 0.25s ease-in-out infinite;
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.swiper .swiper-slide .bg-cover {
  background-color: rgba(25, 25, 25, 0.25);
  width: 100%;
  padding-top: 142%;
  border-radius: 5px;
  overflow: hidden;
  --c: 30px;
  clip-path: polygon(0 0, calc(100% - var(--c)) 0, 100% var(--c), 100% 100%, var(--c) 100%, 0 calc(100% - var(--c)));
}
.swiper .swiper-slide .bg-cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.swiper .swiper-slide .img-cover {
  position: relative;
  width: 100%;
  padding-top: 142%;
  border-radius: 5px;
  overflow: hidden;
  --c: 30px;
  clip-path: polygon(0 0, calc(100% - var(--c)) 0, 100% var(--c), 100% 100%, var(--c) 100%, 0 calc(100% - var(--c)));
}
.swiper .swiper-slide .img-cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide .notice {
  position: relative;
  width: 100%;
  padding-top: 142%;
  background-color: rgba(25, 25, 25, 0.25);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 5px;
  border: 0.75px solid color-mix(in srgb, #FFF, transparent 50%);
  --c: 30px;
  clip-path: polygon(0 0, calc(100% - var(--c)) 0, 100% var(--c), 100% 100%, var(--c) 100%, 0 calc(100% - var(--c)));
}
.swiper .swiper-slide .notice::before, .swiper .swiper-slide .notice::after {
  content: "";
  position: absolute;
}
.swiper .swiper-slide .notice::before {
  top: -6px;
  right: 14px;
  width: 1px;
  height: 41px;
  background-color: color-mix(in srgb, #FFF, transparent 50%);
  transform: rotate(315deg);
}
.swiper .swiper-slide .notice::after {
  bottom: -6px;
  left: 14px;
  width: 1px;
  height: 41px;
  background-color: color-mix(in srgb, #FFF, transparent 50%);
  transform: rotate(315deg);
}
.swiper .swiper-slide .notice .inner-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.swiper .swiper-slide .notice .inner-wrap img {
  margin-bottom: 10px;
}

.liquid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  border-radius: 5px;
  --c: 30px;
  clip-path: polygon(0 0, calc(100% - var(--c)) 0, 100% var(--c), 100% 100%, var(--c) 100%, 0 calc(100% - var(--c)));
}
.liquid-canvas::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.2;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.card-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) translateZ(20px);
  width: calc(100% - 26px);
  height: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  padding: 33px 13px 27px;
  --c: 30px;
  clip-path: polygon(0 0, calc(100% - var(--c)) 0, 100% var(--c), 100% 100%, var(--c) 100%, 0 calc(100% - var(--c)));
}
.card-content::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.7" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)"/%3E%3C/svg%3E');
  opacity: 0.2;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.card-content .title .winename {
  font-family: "BDRetrocentric", sans-serif;
  font-size: 4.6vw;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0px;
}
@media (min-width: 576px) {
  .card-content .title .winename {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 430px) {
  .card-content .title .winename {
    font-size: 16px;
  }
}
.card-content .detail {
  width: 100%;
}
.card-content .detail > img {
  width: 7.69vw;
  max-width: 30px;
}
.card-content .information {
  text-align: right;
  display: flex;
  justify-content: right;
  align-items: end;
}
.card-content .information .num {
  font-size: 1rem;
  font-family: "Saira", sans-serif;
  display: block;
  margin-bottom: -8px;
}
.card-content .information .percent {
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-left: -5px;
}
.card-content .information .abv {
  font-family: "BDRetrocentric", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
}
.card-content .introduce {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
}

.random-btn {
  position: fixed;
  bottom: 34px;
  right: 26px;
  z-index: 997;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.random-btn img {
  border-radius: 50%;
  background-color: rgba(36, 36, 36, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: inset 1px 1px 0 rgba(130, 130, 130, 0.75), inset 0 0 1px rgba(130, 130, 130, 0.75);
}
.random-btn:active {
  transform: translateY(5px);
}

.modal-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, 100%);
  width: 526px;
  max-width: calc(100% - 50px);
  max-height: 85dvh;
  border-radius: 30px;
  transition: all 0.5s ease-in-out;
}
.modal-wrap.show {
  transform: translate(-50%, -50%);
}
.modal-wrap.is-random .again {
  pointer-events: visible;
  opacity: 1;
}
.modal-wrap .modal {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  transform: translate(0, 0);
  width: 100%;
  box-shadow: inset 1px 1px 1px 0 rgba(155, 155, 155, 0.5), 10px 10px 10px -5px rgba(0, 0, 0, 0.8);
}
.modal-wrap .modal.show {
  transform: translate(0, 0);
}
.modal-wrap .again {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%) translateY(0px);
  background-color: #fff;
  color: #000;
  box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.8);
  width: 80px;
  height: 40px;
  border-radius: 26px;
  pointer-events: none;
  opacity: 0;
}
.modal-wrap .again:active {
  transform: translateX(-50%) translateY(5px) scale(0.95);
  box-shadow: none;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, 100%);
  width: calc(100% - 50px);
  max-height: 85dvh;
  border-radius: 30px;
  overflow-y: scroll;
  transition: all 0.5s ease-in-out;
  overscroll-behavior: none;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media (min-width: 576px) {
  .modal {
    width: 526px;
  }
}
.modal.show {
  transform: translate(-50%, -50%);
}
.modal-mask, .modal-mask-random {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 998;
  width: 100vw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}
.modal-mask.show, .show.modal-mask-random {
  background-color: rgba(36, 36, 36, 0.8);
  pointer-events: visible;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.modal-content {
  position: relative;
  padding: 40px 30px;
}
.modal-content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  filter: url(#noiseFilter);
  opacity: 0.2;
  mix-blend-mode: overlay;
}
.modal-content::after {
  content: "";
}
.modal-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 12px;
}
.modal-head a {
  font-family: "Saira", sans-serif;
  color: #FFF;
  border: 1px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8125rem;
  height: 25px;
  padding: 0px 10px;
  border-radius: 13px;
  white-space: nowrap;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.modal-head a:active {
  transform: translateY(3px);
}
.modal .title {
  font-family: "BDRetrocentric", sans-serif;
  font-size: 1.625rem;
  max-width: calc(100% - 50px);
}
.modal .price {
  font-family: "Saira", sans-serif;
  font-weight: 600;
}
.modal .introduce {
  font-size: 0.875rem;
  line-height: 1.8;
  padding: 22px 0px;
  margin: 22px 0px;
}
.modal .modal-level {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .modal-level .hreb, .modal .modal-level .wood, .modal .modal-level .fragrance, .modal .modal-level .fruity {
  width: 50px;
  height: 50px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin-bottom: 3px;
}
.modal .modal-level p {
  font-size: 0.875rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
}
.modal.type-moudle {
  font-size: 0.875rem;
  line-height: 1.8;
  background-color: rgba(16, 16, 16, 0.6);
  box-shadow: inset 1px 1px 1px 0 rgba(155, 155, 155, 0.5), inset 0px 0px 1px 1px rgba(155, 155, 155, 0.5);
}
.modal.type-moudle .modal-head {
  justify-content: flex-end;
  position: absolute;
  top: 40px;
  right: 30px;
  padding-bottom: 0px;
}
.modal.type-moudle .moudle {
  width: 100%;
}
.modal.type-moudle .moudle:first-child {
  max-width: calc(100% - 50px);
}
.modal.type-moudle .moudle:not(:last-child) {
  margin-bottom: 26px;
}
.modal.type-moudle .moudle.type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.modal.type-moudle .moudle-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
}
.modal.type-moudle .moudle-title img {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  margin-right: 6px;
}

.liquid-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.liquid-img img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.liquid-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  background-color: rgba(10, 25, 45, 0.4);
  /* background-color: rgba(45, 10, 20, 0.4); */
}

.type-special .img-cover img {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.type-special .img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.liquid-canvas-drip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

.type-special .card-content {
  position: absolute;
  z-index: 10;
}

[data-page=about] .about-text {
  width: 43.61vw;
}
@media (max-width: 1439.98px) {
  [data-page=about] .about-text {
    width: 53.61vw;
  }
}
@media (max-width: 767.98px) {
  [data-page=about] .about-text {
    width: 100%;
  }
}
[data-page=about] .about-text .c-title-xl {
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  [data-page=about] .about-text .c-title-xl {
    margin-bottom: 30px;
  }
}
[data-page=about] .about-member {
  padding-left: 7.361vw;
  padding-bottom: 13.54vw;
}
[data-page=about] .about-member-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 133.3333333333%;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  [data-page=about] .about-member-img {
    margin-bottom: 15px;
  }
}
[data-page=about] .about-member-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[data-page=about] .about-member-title {
  padding: 0px 10px;
}
@media (max-width: 575.98px) {
  [data-page=about] .about-member-title {
    padding: 0px;
  }
}
[data-page=about] .about-member-subtitle {
  padding: 0px 10px;
  margin-bottom: 7px;
}
@media (max-width: 575.98px) {
  [data-page=about] .about-member-subtitle {
    padding: 0px;
  }
}
[data-page=about] .about-member-content {
  padding: 0px 10px;
  line-height: 1.6;
}
@media (max-width: 575.98px) {
  [data-page=about] .about-member-content {
    padding: 0px;
  }
}
[data-page=about] .about-client-img-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px 0px;
  padding: 0px 40px;
}
@media (max-width: 991.98px) {
  [data-page=about] .about-client-img-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767.98px) {
  [data-page=about] .about-client-img-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575.98px) {
  [data-page=about] .about-client-img-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
[data-page=about] .about-client-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 32.7338129496%;
}
[data-page=about] .about-client-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[data-page=about] .about-client .c-title-xxl {
  margin-bottom: 80px;
}
@media (max-width: 575.98px) {
  [data-page=about] .about-client .c-title-xxl {
    margin-bottom: 40px;
  }
}

[data-page=web-design] .web-design-wrap {
  width: 63.96vw;
}
@media (max-width: 767.98px) {
  [data-page=web-design] .web-design-wrap {
    width: 100%;
  }
}
[data-page=web-design] .c-container:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  [data-page=web-design] .c-container:not(:last-child) {
    margin-bottom: 40px;
  }
}
[data-page=web-design] .c-container:not(:last-child).has-border-bottom {
  padding-bottom: 40px;
  border-bottom: rgba(255, 255, 255, 0.4);
}
[data-page=web-design] .c-card-container .c-title-md {
  margin-bottom: 40px;
}
[data-page=web-design] .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
[data-page=web-design] .title-wrap.type-s {
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  [data-page=web-design] .title-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
  [data-page=web-design] .title-wrap .c-title-md {
    margin-bottom: 15px;
  }
}
[data-page=web-design] .c-wrap-share {
  margin-bottom: 60px;
}
[data-page=web-design] .c-wrap-share.single-page .c-text-border-item:not(:last-child) {
  margin-bottom: 20px;
}
[data-page=web-design] .c-wrap-share .c-text-border-item {
  transition: all 0.5s ease;
}
[data-page=web-design] .c-wrap-share .c-text-border-item.hvr-effect:hover {
  color: #000000;
}
[data-page=web-design] .c-wrap-share .c-text-border-item.hvr-effect:hover ul li::before {
  background-color: #000000;
}
[data-page=web-design] .c-wrap-share .c-text-border-item.hvr-effect:hover a {
  color: #000000;
}
[data-page=web-design] .c-wrap-share .c-text-border-item.hvr-effect:hover a .arrow-wrap::after {
  transform: translate(-50%, calc(-50% + 2px)) scale(1);
}
[data-page=web-design] .c-wrap-share .c-text-border-item.hvr-effect:hover a svg path {
  stroke: #000000;
}
[data-page=web-design] .c-wrap-share .c-text-border-item:not(:last-child) {
  margin-bottom: 40px;
}
[data-page=web-design] .c-wrap-share .c-text-border-item > div {
  padding: 30px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  [data-page=web-design] .c-wrap-share .c-text-border-item > div {
    padding: 20px;
  }
}
[data-page=web-design] .c-wrap-share .c-text-border-item > div .c-title-sm {
  display: inline-block;
}
[data-page=web-design] .c-wrap-share .c-text-border-item ul {
  padding-left: 24px;
}
@media (max-width: 575.98px) {
  [data-page=web-design] .c-wrap-share .c-text-border-item ul {
    padding-left: 20px;
  }
}
[data-page=web-design] .c-wrap-share .c-text-border-item ul li {
  font-size: 0.875rem;
  position: relative;
  line-height: 2;
}
[data-page=web-design] .c-wrap-share .c-text-border-item ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -14px;
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: all 0.5s ease;
}
[data-page=web-design] .c-wrap-share .c-text-border-item a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  line-height: 1.6;
  padding: 0px 30px;
}
@media (max-width: 575.98px) {
  [data-page=web-design] .c-wrap-share .c-text-border-item a {
    padding: 0px;
  }
}
[data-page=web-design] .c-wrap-share .c-text-border-item a span {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 575.98px) {
  [data-page=web-design] .c-wrap-share .c-text-border-item a span {
    max-width: calc(100% - 24px - 24px);
  }
}
[data-page=web-design] .c-wrap-share .c-text-border-item a .arrow-wrap {
  position: relative;
}
[data-page=web-design] .c-wrap-share .c-text-border-item a .arrow-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s ease;
}
[data-page=web-design] .c-wrap-share .c-text-border-item a .arrow-wrap path {
  transition: all 0.5s ease;
}
[data-page=web-design] .c-wrap-share .c-text-border-item .title-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
[data-page=web-design] .c-wrap-share .c-text-border-item .title-wrap .c-title-sm {
  position: relative;
  margin-bottom: 0px;
  padding-right: 15px;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  [data-page=web-design] .c-wrap-share .c-text-border-item .title-wrap .c-title-sm {
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
[data-page=web-design] .c-wrap-share .c-text-border-item .title-wrap .c-title-sm::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 19px;
  background-color: #ffffff;
}
@media (max-width: 575.98px) {
  [data-page=web-design] .c-wrap-share .c-text-border-item .title-wrap .c-title-sm::after {
    content: none;
  }
}
[data-page=web-design] .c-wrap-share .c-text-border-item .c-title-sm {
  margin-bottom: 16px;
}
@media (max-width: 575.98px) {
  [data-page=web-design] .c-wrap-share .c-text-border-item .c-text {
    text-align: center;
  }
}
[data-page=web-design] .c-table-wrap {
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  [data-page=web-design] .c-table-wrap {
    overflow-x: scroll;
  }
}
[data-page=web-design] .c-table {
  line-height: 1.6;
}
@media (max-width: 575.98px) {
  [data-page=web-design] .c-table {
    width: 584px;
    overflow-x: scroll;
  }
}
@media (max-width: 575.98px) {
  [data-page=web-design] .c-table.type-2 {
    width: 100%;
    overflow-x: auto;
  }
}
[data-page=web-design] .c-table.type-2 > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 575.98px) {
  [data-page=web-design] .c-table.type-3 {
    width: 100%;
    overflow-x: auto;
  }
}
[data-page=web-design] .c-table.type-3 > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
[data-page=web-design] .c-table > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 30px 0px;
}
@media (max-width: 575.98px) {
  [data-page=web-design] .c-table > div {
    padding: 20px 0px;
  }
}
[data-page=web-design] .c-table > div .title, [data-page=web-design] .c-table > div .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
[data-page=web-design] .c-table > div .content .subtitle:not(:last-child) {
  margin-bottom: 5px;
}
[data-page=web-design] .c-table > div .content .c-title-sm:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  [data-page=web-design] .c-table > div .content svg {
    width: 24px;
  }
}
[data-page=web-design] .c-plan-container > .c-title-sm {
  margin-bottom: 10px;
}
[data-page=web-design] .c-plan-container .title-wrap {
  margin-bottom: 15px;
}
[data-page=web-design] .c-plan-container .title-wrap p:first-child {
  width: 70%;
}
@media (max-width: 575.98px) {
  [data-page=web-design] .c-plan-container .title-wrap p:first-child {
    width: 100%;
  }
}
[data-page=web-design] .c-plan-container .c-plan-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  [data-page=web-design] .c-plan-container .c-plan-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  [data-page=web-design] .c-plan-container .c-plan-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
[data-page=web-design] .c-plan-container .c-plan-wrap .c-plan-item {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  padding: 40px 30px 50px;
  transition: all 0.5s ease;
}
[data-page=web-design] .c-plan-container .c-plan-wrap .c-plan-item:hover {
  background-color: #ffffff;
  color: #1E1E1E;
}
[data-page=web-design] .c-plan-container .c-plan-wrap .c-plan-item:hover .c-btn-pill {
  background-color: #1E1E1E;
  border-color: #1E1E1E;
  color: #ffffff;
}
[data-page=web-design] .c-plan-container .c-plan-wrap .c-plan-item-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #DFDFDF;
}
[data-page=web-design] .c-plan-container .c-plan-wrap .c-plan-item-head .c-btn-pill {
  margin: 0 auto 10px;
}
[data-page=web-design] .c-plan-container .c-plan-wrap .c-plan-item-head > .c-title-md {
  margin-bottom: 10px;
}
[data-page=web-design] .c-plan-container .c-plan-wrap .c-plan-item-head > .text-center {
  line-height: 1.8;
}
[data-page=web-design] .c-plan-container .c-plan-wrap .c-plan-item-detail:not(:last-child) {
  margin-bottom: 24px;
}
[data-page=web-design] .c-plan-container .c-plan-wrap .c-plan-item-detail > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
[data-page=web-design] .c-plan-container .c-plan-wrap .c-plan-item-detail > div:not(:last-child) {
  margin-bottom: 10px;
}
[data-page=web-design] .c-plan-container .c-plan-wrap .c-plan-item-detail > div svg {
  width: 20px;
  margin-right: 15px;
}
[data-page=web-design] .c-plan-container .c-plan-wrap .c-plan-item-detail > div svg + p {
  width: calc(100% - 20px - 15px);
  line-height: 1.6;
}
[data-page=web-design] .c-plan-container .c-plan-wrap .c-plan-item-title {
  margin-bottom: 16px;
}
[data-page=web-design] .c-plan-container .c-plan-introduce {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 84px;
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  [data-page=web-design] .c-plan-container .c-plan-introduce {
    grid-template-columns: repeat(1, 1fr);
    gap: 42px;
  }
}
[data-page=web-design] .c-plan-container .c-plan-introduce > div {
  position: relative;
}
[data-page=web-design] .c-plan-container .c-plan-introduce > div:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -42px;
  transform: translateY(-50%);
  width: 1.5px;
  height: 72px;
  background-color: #ffffff;
}
@media (max-width: 575.98px) {
  [data-page=web-design] .c-plan-container .c-plan-introduce > div:first-child::after {
    content: none;
  }
}
[data-page=web-design] .c-plan-container .c-plan-introduce .c-title-sm {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}
[data-page=web-design] .c-plan-container .c-plan-introduce .c-title-sm::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  transfrom: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
}
[data-page=web-design] .c-steps-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 991.98px) {
  [data-page=web-design] .c-steps-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
[data-page=web-design] .c-steps-container .c-steps-item {
  border: 1px solid #ffffff;
  padding: 24px 22px;
  border-radius: 10px;
  transition: all 0.5s ease;
}
[data-page=web-design] .c-steps-container .c-steps-item:hover {
  background-color: #ffffff;
  color: #000000;
}
[data-page=web-design] .c-steps-container .c-steps-title {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 10px;
}
[data-page=web-design] .c-steps-container .c-detail {
  padding-left: 22px;
}
[data-page=web-design] .c-steps-container .c-detail:not(:last-child) {
  margin-bottom: 15px;
}
[data-page=web-design] .c-steps-container .c-detail .c-text {
  position: relative;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 5px;
}
[data-page=web-design] .c-steps-container .c-detail .c-text::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: -13px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
}
[data-page=web-design] .c-pm-container .c-pm-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
[data-page=web-design] .c-pm-container .c-pm-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 65px;
}
@media (max-width: 575.98px) {
  [data-page=web-design] .c-pm-container .c-pm-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0px;
  }
}
[data-page=web-design] .c-pm-container .c-pm-content .c-title-sm {
  border-right: 3px solid #ffffff;
  margin-bottom: 14px;
}
[data-page=web-design] .c-pm-container .c-btn-pill svg {
  transform: rotate(-90deg);
}
[data-page=web-design] .c-progress-container {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 575.98px) {
  [data-page=web-design] .c-progress-container {
    padding-bottom: 40px;
  }
}
[data-page=web-design] .c-progress-container > .c-title-sm {
  margin-bottom: 10px;
}
[data-page=web-design] .c-progress-container > .c-text {
  margin-bottom: 16px;
}
[data-page=web-design] .c-progress-container .c-progress-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 17px;
  padding: 20px;
  border-radius: 10px;
  margin-left: 20px;
  transition: all 0.5s ease;
}
@media (max-width: 575.98px) {
  [data-page=web-design] .c-progress-container .c-progress-item {
    padding: 20px 0px 20px 10px;
  }
}
[data-page=web-design] .c-progress-container .c-progress-item:hover {
  background-color: #ffffff;
  color: #000000;
}
[data-page=web-design] .c-progress-container .c-progress-item:last-child::after {
  height: 70%;
}
[data-page=web-design] .c-progress-container .c-progress-item::before {
  content: "";
  position: absolute;
  top: 26px;
  left: -20px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
}
[data-page=web-design] .c-progress-container .c-progress-item::after {
  content: "";
  position: absolute;
  top: 31px;
  left: -14px;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}
[data-page=web-design] .c-progress-container .c-progress-item span {
  display: block;
  line-height: 1.4;
  white-space: nowrap;
}
[data-page=web-design] .c-progress-container .c-progress-item h4 {
  margin-bottom: 10px;
}
[data-page=web-design] .c-progress-container .c-progress-item .c-text {
  line-height: 1.8;
}
[data-page=web-design] .c-progress-container .c-progress-item .c-text span {
  display: inline;
  text-decoration: underline;
}
[data-page=web-design] .c-qa-wrap .c-title-md {
  margin-bottom: 40px;
}

[data-page=works-list] .filter-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 38px;
  margin-bottom: 88px;
}
[data-page=works-list] .filter-wrap a {
  padding: 0px 28px;
}
[data-page=works-list] .works-list-wrap {
  width: 63.89vw;
}

[data-page=works-content] .c-aside .has-button {
  margin-bottom: 33px;
}
[data-page=works-content] .works-content-wrap {
  width: 60.14vw;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  [data-page=works-content] .works-content-wrap {
    width: 100%;
  }
}
[data-page=works-content] .works-content-wrap .main-img {
  margin-bottom: 30px;
}
[data-page=works-content] .works-content-wrap .main-img img {
  width: 100%;
}
[data-page=works-content] .works-content-wrap .c-btn-pill {
  padding-right: 20px;
}
[data-page=works-content] .works-content-wrap .c-btn-pill svg {
  transform: rotate(90deg);
  margin-left: 0;
  margin-right: 4px;
}

[data-page=knowledge-list] .knowledge-list-wrap {
  width: 58.68vw;
}
@media (max-width: 991.98px) {
  [data-page=knowledge-list] .knowledge-list-wrap {
    width: 80vw;
  }
}
@media (max-width: 767.98px) {
  [data-page=knowledge-list] .knowledge-list-wrap {
    width: 100%;
  }
}

[data-page=knowledge-content] .knowledge-content-wrap {
  width: 58.68vw;
}
@media (max-width: 767.98px) {
  [data-page=knowledge-content] .knowledge-content-wrap {
    width: 100%;
  }
}
[data-page=knowledge-content] .knowledge-content-wrap h1.c-title-lg {
  margin-bottom: 14px;
}
[data-page=knowledge-content] .knowledge-content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}
[data-page=knowledge-content] .knowledge-content-wrap .title-wrap .hashtag {
  max-width: 80%;
}

[data-page=qa] .qa-content-wrap {
  width: 51.32vw;
}
[data-page=qa] .qa-content-wrap {
  width: 61.32vw;
}
@media (max-width: 991.98px) {
  [data-page=qa] .qa-content-wrap {
    width: 56.32vw;
  }
}
@media (max-width: 767.98px) {
  [data-page=qa] .qa-content-wrap {
    width: 100%;
  }
}

.qa-content-wrap {
  width: 100%;
}
.qa-content-wrap .qa-item {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 25px;
}
@media (max-width: 575.98px) {
  .qa-content-wrap .qa-item {
    padding-bottom: 15px;
  }
}
.qa-content-wrap .qa-item:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 575.98px) {
  .qa-content-wrap .qa-item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.qa-content-wrap .qa-item a {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-content: flex-start;
  color: #ffffff;
  font-weight: bold;
}
@-moz-document url-prefix() {
  .qa-content-wrap .qa-item a {
    font-weight: normal;
  }
}
.qa-content-wrap .qa-item a {
  line-height: 1.4;
}
.qa-content-wrap .qa-item a:hover, .qa-content-wrap .qa-item a[aria-expanded=true] {
  color: #1E1E1E;
}
.qa-content-wrap .qa-item a:hover::after, .qa-content-wrap .qa-item a[aria-expanded=true]::after {
  width: 100%;
}
.qa-content-wrap .qa-item a[aria-expanded=false] {
  color: #ffffff;
}
.qa-content-wrap .qa-item a[aria-expanded=false]::after {
  width: 0%;
}
.qa-content-wrap .qa-item a span {
  white-space: nowrap;
  padding-right: 13px;
}
.qa-content-wrap .qa-item p {
  padding: 27px 34px 16px 41px;
}
@media (max-width: 1199.98px) {
  .qa-content-wrap .qa-item p {
    padding: 27px 17px 16px 20px;
  }
}

[data-page=contact] .main-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
  padding-bottom: 9.03vw;
}
@media (max-width: 991.98px) {
  [data-page=contact] .main-container {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  [data-page=contact] .main-container {
    padding-bottom: 60px;
  }
}
[data-page=contact] .contact-dec-img {
  width: 37.083vw;
}
@media (max-width: 991.98px) {
  [data-page=contact] .contact-dec-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
[data-page=contact] .contact-main {
  padding-top: 11.6vw;
  padding-right: 13vw;
}
@media (max-width: 1439.98px) {
  [data-page=contact] .contact-main {
    padding-right: 6.5vw;
  }
}
@media (max-width: 991.98px) {
  [data-page=contact] .contact-main {
    padding-top: 150px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
[data-page=contact] .contact-main .c-disc-title {
  margin-bottom: 10px;
}
[data-page=contact] .contact-main .c-title-xl {
  margin-bottom: 13px;
}
[data-page=contact] .contact-main .c-title-sm {
  margin-bottom: 40px;
}

[data-page=empty] .error-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
  padding: 150px 30px;
}
@media (min-width: 1200px) {
  [data-page=empty] .error-container {
    min-height: 46.533271289vw;
    gap: 106px;
    padding: 0px 80px;
  }
}
@media (max-width: 1199.98px) {
  [data-page=empty] .error-container {
    flex-direction: column;
    padding: 150px 30px 75px 30px;
  }
}
[data-page=empty] .error-main {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 9rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 7px;
}
@media (min-width: 1200px) {
  [data-page=empty] .error-main::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -53px;
    transform: translateY(-50%);
    width: 1px;
    height: 70px;
    background-color: #ffffff;
  }
}
@media (max-width: 575.98px) {
  [data-page=empty] .error-main {
    font-size: 4.5rem;
  }
}
[data-page=empty] .error-main span {
  position: absolute;
  top: -15px;
  left: 10px;
  transform: rotate(-20deg);
}
@media (max-width: 575.98px) {
  [data-page=empty] .error-main span {
    top: -25px;
    left: -20px;
  }
}
[data-page=empty] .error-main span::before, [data-page=empty] .error-main span::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 1px;
  height: 24px;
  background-color: #ffffff;
}
[data-page=empty] .error-main span::before {
  left: -15px;
  transform: rotate(-20deg);
}
[data-page=empty] .error-main span::after {
  right: -15px;
  transform: rotate(20deg);
}
[data-page=empty] .error-main img {
  width: 144px;
  margin: 0px 5px;
}
@media (max-width: 575.98px) {
  [data-page=empty] .error-main img {
    width: 72px;
  }
}
[data-page=empty] .error-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
[data-page=empty] .error-content .c-title-md {
  margin-bottom: 14px;
}
[data-page=empty] .error-content .c-title-sm {
  line-height: 1.6;
  margin-bottom: 14px;
}/*# sourceMappingURL=main.css.map */