@charset "UTF-8";
/**
 * * 往上適應
 * * 引用方式: +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 值
 * */
@keyframes ani-wave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: var(--win-w, 0);
  }
}
.container {
  max-width: calc(100% - 40px);
  padding-inline-start: 0;
  padding-inline-end: 0;
}
@media (min-width: 1400px) {
  .container {
    max-width: calc(100% - 31.25vw);
  }
}

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

: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 {
  color: #373333;
  font-size: 1rem;
  line-height: 200%;
  letter-spacing: 0.32px;
  font-family: "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  -webkit-font-smoothing: antialiased;
  image-rendering: auto;
  touch-action: manipulation;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}
body.is-lock {
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
}
body.is-mask::before {
  opacity: 1;
  pointer-events: auto;
  transition: all ease 300ms;
}
body::before {
  content: "";
  width: 100%;
  height: 100vh;
  background: rgba(55, 51, 51, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: all ease 300ms;
}

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

a {
  color: #373333;
  text-decoration: none;
  transition: all ease 300ms;
}
a:hover {
  color: currentColor;
}
a:active, a:hover, a:visited, a:focus {
  text-decoration: none;
  outline: 0;
  transition: all ease 300ms;
}

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

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-bottom: 0;
}

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 300ms;
}

::placeholder {
  color: rgba(55, 51, 51, 0.3);
}

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

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

.u-pointer {
  cursor: pointer;
}

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

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

.u-img-contain {
  object-fit: contain;
  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: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
}

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

.u-text-black {
  color: #373333 !important;
}

.u-text-red-imphasized {
  color: #FF4656 !important;
}

.u-h1 {
  font-size: 2.25rem;
  line-height: 160%;
  letter-spacing: 0.72px;
}
@media (min-width: 768px) {
  .u-h1 {
    font-size: 3rem;
    letter-spacing: 0.96px;
  }
}

.u-h2 {
  font-size: 1.75rem;
  line-height: 160%;
  letter-spacing: 0.56px;
}
@media (min-width: 768px) {
  .u-h2 {
    font-size: 2.625rem;
    letter-spacing: 0.84px;
  }
}

.u-h3 {
  font-size: 1.5rem;
  line-height: 160%;
  letter-spacing: 0.48px;
}
@media (min-width: 768px) {
  .u-h3 {
    font-size: 2.25rem;
    letter-spacing: 0.72px;
  }
}

.u-h4 {
  font-size: 1.25rem;
  line-height: 160%;
  letter-spacing: 0.4px;
}
@media (min-width: 768px) {
  .u-h4 {
    font-size: 1.875rem;
    letter-spacing: 0.6px;
  }
}

.u-h5 {
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: 0.36px;
}
@media (min-width: 768px) {
  .u-h5 {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}

.u-h6 {
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.32px;
}
@media (min-width: 768px) {
  .u-h6 {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}

.u-body {
  font-size: 1rem;
  line-height: 200%;
  letter-spacing: 0.32px;
}
@media (min-width: 768px) {
  .u-body {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}

.u-caption {
  font-size: 0.875rem;
  line-height: 180%;
  letter-spacing: 0.7px;
}

.u-button-lg {
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0.36px;
}
@media (min-width: 768px) {
  .u-button-lg {
    font-size: 1.5rem;
    letter-spacing: 0.48px;
  }
}

.u-button-xl {
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0.36px;
}
@media (min-width: 768px) {
  .u-button-xl {
    font-size: 1.75rem;
    letter-spacing: 0.56px;
  }
}

.u-button {
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0.32px;
}
@media (min-width: 768px) {
  .u-button {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}

.u-button-sm {
  font-size: 0.875rem;
  line-height: 140%;
  letter-spacing: 0.28px;
}

.u-bg-red-10 {
  background-color: #FFEFF0;
}

.u-bg-white {
  background-color: #ffffff;
}

.u-text-underline {
  text-decoration: underline;
}
.u-text-underline:hover {
  text-decoration: underline;
}

.editor {
  color: #373333;
  font-size: 1rem;
  line-height: 200%;
  letter-spacing: 0.32px;
  font-family: "Noto Sans TC", sans-serif;
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-font-smoothing: antialiased;
  image-rendering: auto;
  touch-action: manipulation;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .editor {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}
.editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  font-weight: 700;
  margin-bottom: 56px;
}
.editor h2 {
  font-size: 1.75rem;
  line-height: 160%;
  letter-spacing: 0.56px;
}
@media (min-width: 768px) {
  .editor h2 {
    font-size: 2.625rem;
    letter-spacing: 0.84px;
  }
}
.editor h3 {
  font-size: 1.5rem;
  line-height: 160%;
  letter-spacing: 0.48px;
}
@media (min-width: 768px) {
  .editor h3 {
    font-size: 2.25rem;
    letter-spacing: 0.72px;
  }
}
.editor h4 {
  font-size: 1.25rem;
  line-height: 160%;
  letter-spacing: 0.4px;
}
@media (min-width: 768px) {
  .editor h4 {
    font-size: 1.875rem;
    letter-spacing: 0.6px;
  }
}
.editor h5 {
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: 0.36px;
}
@media (min-width: 768px) {
  .editor h5 {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}
.editor h6 {
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.32px;
}
@media (min-width: 768px) {
  .editor h6 {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}
.editor p {
  font-size: 1rem;
  line-height: 200%;
  letter-spacing: 0.32px;
}
@media (min-width: 768px) {
  .editor p {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}
.editor a {
  text-decoration: underline;
  font-weight: 700;
}
.editor img {
  display: inline-block;
}
.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;
}

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

.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  display: none;
}
.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
  transition: all ease 300ms;
}
.swiper .swiper-button-next:focus, .swiper .swiper-button-next:focus-visible,
.swiper .swiper-button-prev:focus,
.swiper .swiper-button-prev:focus-visible {
  outline: none;
  border: none;
}
.swiper .swiper-pagination {
  width: fit-content;
  background-color: #ffffff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  left: 50%;
  bottom: 27px;
  transform: translate3d(-50%, 0, 0);
  padding: 10px 16px;
}
@media (min-width: 768px) {
  .swiper .swiper-pagination {
    bottom: 40px;
  }
}
.swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #D9D9D9;
  opacity: 1;
  margin: 0;
  transition: all ease 300ms;
}
.swiper .swiper-pagination-bullet:focus, .swiper .swiper-pagination-bullet:focus-visible {
  outline: none;
  border: none;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #FF5E6C;
  transition: all ease 300ms;
}

.c-input, .c-textarea, .select2-container--default .select2-selection--single {
  display: flex;
  border-radius: 20px !important;
  border: 1px solid rgba(55, 51, 51, 0.6);
  gap: 8px;
  padding: 15px 20px 15px 24px;
  transition: all ease 300ms;
}

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

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

.select2-container .select2-selection--single .select2-selection__rendered {
  width: 100%;
  color: rgba(55, 51, 51, 0.3);
  font-size: 1rem;
  line-height: 200%;
  letter-spacing: 0.32px;
  text-align: start;
  padding: 0;
  transition: all ease 300ms;
}
@media (min-width: 768px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}
.select2-container .select2-selection--single .select2-selection__rendered.is-selected {
  color: #373333;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  width: 24px;
  height: 24px;
  transition: all ease 300ms;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-image: url("../images/other-icon/arrow-down-black.svg");
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent;
  color: #FF5E6C;
}
.select2-container--default .select2-results__option--selected::before {
  opacity: 1;
  transition: all ease 300ms;
}

.select2-container--open {
  z-index: 1020;
}
.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
  transition: all ease 300ms;
}

.select2-dropdown {
  border: none !important;
  border-radius: 20px !important;
  top: 6px;
  overflow: hidden;
  box-shadow: 0 32px 48px 0 rgba(0, 0, 0, 0.08);
}

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

.select2-results__options {
  cursor: pointer;
  max-height: 250px !important;
}
.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: rgba(255, 94, 108, 0.1);
  border: 0;
  border-radius: 50px;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #FF4656;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
}
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background-color: #FF4656;
}
@-moz-document url-prefix() {
  .select2-results__options {
    scrollbar-width: thin;
    scrollbar-color: #FF4656 rgba(255, 94, 108, 0.1);
  }
}

.select2-results__option {
  position: relative;
  padding: 12px 8px 12px 36px;
  transition: all ease 300ms;
}
.select2-results__option::before {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/SVG/check.svg");
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translate3d(0, -50%, 0);
  opacity: 0;
  transition: all ease 300ms;
}

.select2-results__option--selectable {
  color: #373333;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: rgba(255, 94, 108, 0.1);
  color: #FF5E6C;
  transition: all ease 300ms;
}

.c-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  overflow-y: hidden;
  padding: 8px;
  opacity: 0;
  pointer-events: none;
  transition: all ease 300ms;
}
.c-modal::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(55, 51, 51, 0.5);
  z-index: -1;
}
.c-modal[show=true] {
  opacity: 1;
  pointer-events: auto;
  transition: all ease 300ms;
}
.c-modal[show=true] .c-modal__content {
  transform: translate3d(0, 0, 0);
  transition: all ease 300ms;
}
.c-modal__dialog {
  max-width: 100%;
  height: 100%;
  display: flex;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .c-modal__dialog {
    max-width: 560px;
  }
}
.c-modal__content {
  width: 100%;
  min-height: 285px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background-color: #F2F1EE;
  border-radius: 20px;
  text-align: center;
  padding: 40px 32px;
  margin: auto;
  transform: translate3d(0, 10%, 0);
  transition: all ease 300ms;
}
@media (min-width: 768px) {
  .c-modal__content {
    border-radius: 50px;
    gap: 32px;
    padding: 48px 32px;
  }
}
.c-modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .c-modal__body {
    gap: 16px;
  }
}
.c-modal__title {
  font-size: 1.375rem;
  line-height: 180%;
  letter-spacing: 0.44px;
  font-weight: 700;
}
.c-modal__text {
  font-size: 1.125rem;
  line-height: 200%;
  letter-spacing: 0.36px;
}
.c-modal__footer {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .c-modal__footer {
    flex-direction: row;
  }
}
.c-modal__footer .c-btn {
  max-width: 360px;
}

.c-spinner[type=full] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(55, 51, 51, 0.5);
  opacity: 0;
  z-index: -1;
  transition: all ease 300ms;
}
.c-spinner[type=inline] {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: -1;
  transition: all ease 300ms;
}
.c-spinner[show=true] {
  opacity: 1;
  z-index: 9999;
  transition: all ease 300ms;
}

.c-breadcrumb {
  position: relative;
  z-index: 1020;
  padding: 10px 0;
}
@media (max-width: 767.98px) {
  .c-breadcrumb .icon {
    width: 20px;
    height: 20px;
  }
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-breadcrumb__list > * {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.c-breadcrumb__list > *.is-active .c-breadcrumb__link {
  font-weight: 400;
  pointer-events: none;
}
.c-breadcrumb__list > *.is-active .icon {
  display: none;
}
.c-breadcrumb__list .icon {
  color: rgba(55, 51, 51, 0.6);
}
.c-breadcrumb__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(55, 51, 51, 0.6);
  font-size: 0.875rem;
  line-height: 180%;
  letter-spacing: 0.7px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-breadcrumb__link {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}
.c-breadcrumb__link:hover {
  color: rgba(55, 51, 51, 0.6);
}

.c-pagination {
  width: fit-content;
  display: flex;
  justify-content: center;
  gap: 10px;
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
  padding: 12px 16px;
  margin: 40px auto 0 auto;
}
@media (min-width: 768px) {
  .c-pagination {
    margin-top: 64px;
  }
}
.c-pagination > *.is-disabled * {
  color: #D9D9D9;
  pointer-events: none;
}
.c-pagination > *.is-active .c-pagination__link {
  font-weight: 700;
}
.c-pagination > *.is-active .c-pagination__link::after {
  opacity: 1;
  transition: all ease 300ms;
}
.c-pagination__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
}
.c-pagination__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #373333;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.8px;
  padding: 3px 4px;
}
@media (hover: hover) {
  .c-pagination__link:hover {
    color: #373333;
  }
}
.c-pagination__link::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #373333;
  position: absolute;
  bottom: 2px;
  left: 0;
  opacity: 0;
  transition: all ease 300ms;
}

.c-btn, .c-btn-icon, .c-btn-pill {
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all ease 300ms;
}

@keyframes icon-move-end {
  0% {
    transform: translate3d(-100%, 0, 0);
    transform-origin: right center;
  }
  50% {
    transform: translate3d(-100%, 0, 0);
    transform-origin: right center;
  }
  100% {
    transform: translate3d(0, 0, 0);
    transform-origin: left center;
  }
}
@keyframes icon-move-up {
  0% {
    transform: translate3d(0, -100%, 0);
    transform-origin: right center;
  }
  50% {
    transform: translate3d(0, -100%, 0);
    transform-origin: right center;
  }
  100% {
    transform: translate3d(0, 0, 0);
    transform-origin: left center;
  }
}
.c-btn {
  border-radius: 20px;
  padding: 20px;
}
@media (hover: hover) {
  .c-btn:hover {
    gap: 10px;
  }
  .c-btn:hover .c-btn__text {
    transform: translate3d(5px, 0, 0);
    transition: all ease 300ms;
  }
  .c-btn:hover .c-btn__icon {
    opacity: 1;
    transition: all ease 300ms;
  }
  .c-btn:hover .icon {
    transform: translate3d(0, 0, 0);
  }
}
.c-btn.is-disabled {
  pointer-events: none;
  transition: all ease 300ms;
}
.c-btn .icon {
  transform: translate3d(-100%, 0, 0);
}
.c-btn--fixedw {
  max-width: 360px;
}
@media (max-width: 767.98px) {
  .c-btn--sm {
    padding: 12px 10px;
  }
}
.c-btn__text {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0.32px;
  font-weight: 700;
  transform: translate3d(12px, 0, 0);
  transition: all ease 300ms;
}
@media (min-width: 768px) {
  .c-btn__text {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}
.c-btn__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  opacity: 0;
  transition: all ease 300ms;
}
.c-btn--black-10 {
  background-color: rgba(55, 51, 51, 0.1);
}
@media (hover: hover) {
  .c-btn--black-10:hover {
    background-color: rgba(55, 51, 51, 0.2);
  }
}
.c-btn--black-10.is-disabled {
  background-color: #D9D9D9;
  color: #373333;
}
.c-btn--red {
  background-color: #FF5E6C;
  color: #ffffff;
}
.c-btn--red:hover {
  background-color: #FF4656;
  color: #ffffff;
}
.c-btn--red.is-disabled {
  background-color: #D9D9D9;
  color: #373333;
}
.c-btn--blue {
  background-color: #0AA1F5;
  color: #ffffff;
}
.c-btn--blue:hover {
  background-color: #0090F3;
  color: #ffffff;
}
.c-btn--blue.is-disabled {
  background-color: #D9D9D9;
  color: #373333;
}

.c-btn-icon {
  border-radius: 20px;
  gap: 20px;
  padding: 16px 80px 20px 16px;
}
@media (min-width: 768px) {
  .c-btn-icon {
    padding: 20px 92px 20px 52px;
  }
}
@media (hover: hover) and (min-width: 768px) {
  .c-btn-icon:hover {
    transform: scale(1.07);
  }
}
@media (hover: hover) {
  .c-btn-icon:hover .c-btn-icon__icon {
    transition: all ease 300ms;
  }
}
@media (hover: hover) and (min-width: 768px) {
  .c-btn-icon:hover .c-btn-icon__icon {
    transform: rotate(10deg);
  }
}
.c-btn-icon.is-disabled {
  background-color: #D9D9D9;
  pointer-events: none;
  transition: all ease 300ms;
}
.c-btn-icon__icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  object-position: center center;
  transition: all ease 300ms;
}
.c-btn-icon__text {
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0.36px;
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c-btn-icon__text {
    font-size: 1.5rem;
    letter-spacing: 0.48px;
  }
}
.c-btn-icon--red {
  background-color: #FF5E6C;
  color: #ffffff;
}
.c-btn-icon--red:hover {
  background-color: #FF4656;
  color: #ffffff;
}
.c-btn-icon--blue {
  background-color: #0AA1F5;
  color: #ffffff;
}
.c-btn-icon--blue:hover {
  background-color: #0090F3;
  color: #ffffff;
}
.c-btn-icon--lg {
  border-radius: 50px;
}
@media (min-width: 768px) {
  .c-btn-icon--lg .c-btn-icon__icon {
    width: 80px;
    height: 80px;
  }
}
.c-btn-icon--lg .c-btn-icon__text {
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0.36px;
}
@media (min-width: 768px) {
  .c-btn-icon--lg .c-btn-icon__text {
    font-size: 1.75rem;
    letter-spacing: 0.56px;
  }
}

.c-btn-semicircle {
  width: 160px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #FF5E6C;
  gap: 4px;
  font-size: 1.18125rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.378px;
}
@media (min-width: 768px) {
  .c-btn-semicircle {
    width: 200px;
    height: 100px;
  }
}
.c-btn-semicircle:hover {
  color: #ffffff;
}
@media (hover: hover) {
  .c-btn-semicircle:hover {
    background-color: #FF4656;
    transform: scale(1.05);
  }
  .c-btn-semicircle:hover .c-btn-semicircle__icon--end .icon {
    transform: translate3d(100%, 0, 0);
    transition: all ease 300ms;
  }
  .c-btn-semicircle:hover .c-btn-semicircle__icon--up .icon {
    transform: translate3d(0, -100%, 0);
    transition: all ease 300ms;
  }
}
.c-btn-semicircle.is-disabled {
  pointer-events: none;
  transition: all ease 300ms;
}
.c-btn-semicircle__icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
  transition: all ease 300ms;
}
.c-btn-semicircle--up {
  border-radius: 200px 200px 0 0;
  padding: 10px 10px 14px 10px;
}
.c-btn-semicircle--up .c-btn-semicircle__icon {
  flex-direction: column;
}
.c-btn-semicircle--down {
  border-radius: 0 0 200px 200px;
  padding: 14px 10px 10px 10px;
}
.c-btn-semicircle--down .c-btn-semicircle__icon {
  justify-content: flex-end;
}

.c-btn-pill {
  width: fit-content;
  border-radius: 50px;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0.32px;
  font-weight: 700;
  padding: 15px 30px;
}
@media (min-width: 768px) {
  .c-btn-pill {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}
.c-btn-pill--outline-red {
  border: 1px solid #FF5E6C;
  color: #FF5E6C;
}
.c-btn-pill--outline-red:hover {
  color: #FF5E6C;
}
@media (hover: hover) {
  .c-btn-pill--outline-red:hover {
    background-color: rgba(255, 94, 108, 0.1);
  }
}
.c-btn-pill--sm {
  font-size: 0.875rem;
  line-height: 140%;
  letter-spacing: 0.28px;
  padding: 10px 16px;
}
.c-btn-pill--lg {
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0.36px;
  padding: 12px 24px;
}
@media (min-width: 768px) {
  .c-btn-pill--lg {
    font-size: 1.5rem;
    letter-spacing: 0.48px;
  }
}
@media (min-width: 768px) {
  .c-btn-pill--lg {
    padding: 18px 36px;
  }
}

.c-btn-circle {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  color: #FF5E6C;
}
.c-btn-circle:hover {
  color: #FF5E6C;
}
@media (hover: hover) {
  .c-btn-circle:hover {
    background-color: #ffffff;
  }
}
.c-btn-circle .icon {
  width: 20px;
  height: 20px;
}

.c-card-news {
  position: relative;
  height: 100%;
  border-radius: 15px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  cursor: pointer;
  padding: 16px 16px 24px 16px;
  transition: all ease 300ms;
}
@media (min-width: 768px) {
  .c-card-news {
    border-radius: 50px;
    gap: 20px;
    padding: 20px 20px 36px 20px;
  }
}
@media (hover: hover) {
  .c-card-news:hover {
    background-color: #0AA1F5;
    color: #ffffff;
  }
}
.c-card-news__img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 77.9166666667%;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .c-card-news__img {
    border-radius: 30px;
  }
}
.c-card-news__img img, .c-card-news__img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all ease 300ms;
}
.c-card-news__img video {
  z-index: -1;
}
.c-card-news__date {
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.32px;
}
@media (min-width: 768px) {
  .c-card-news__date {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}
.c-card-news__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: start;
  font-size: 1.25rem;
  line-height: 160%;
  letter-spacing: 0.4px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-card-news__title {
    font-size: 1.875rem;
    letter-spacing: 0.6px;
  }
}

.c-card-events {
  position: relative;
  border-radius: 20px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  transition: all ease 300ms;
}
@media (min-width: 768px) {
  .c-card-events {
    flex-direction: row;
    gap: 20px;
    border-radius: 50px;
    padding: 20px;
  }
}
@media (hover: hover) {
  .c-card-events:hover {
    background-color: #0AA1F5;
    color: #ffffff;
  }
  .c-card-events:hover .c-card-events__img img {
    transform: translate3d(-50%, -50%, 0) scale(1.3);
    transition: all ease 300ms;
  }
  .c-card-events:hover .c-card-events__note {
    color: rgba(255, 255, 255, 0.8);
  }
  .c-card-events:hover .c-btn {
    background-color: #ffffff;
    color: #373333;
  }
}
.c-card-events .c-btn {
  width: 100%;
}
@media (max-width: 767.98px) {
  .c-card-events .c-btn {
    padding: 10px;
  }
}
@media (hover: hover) {
  .c-card-events .c-btn:hover {
    background-color: #ffffff;
    color: #FF5E6C;
  }
}
.c-card-events__start {
  width: 100%;
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .c-card-events__start {
    max-width: clamp(150px, 10.4166666667vw, 200px);
    flex-direction: column;
  }
}
.c-card-events__end {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-card-events__end {
    gap: 16px;
    padding-inline-end: 20px;
  }
}
@media (max-width: 767.98px) {
  .c-card-events__img {
    width: 100%;
    max-width: 100px;
    flex-shrink: 0;
  }
}
.c-card-events__img > * {
  width: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .c-card-events__img > * {
    border-radius: 30px;
  }
}
.c-card-events__img img, .c-card-events__img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all ease 300ms;
}
.c-card-events__img video {
  z-index: -1;
}
.c-card-events__note {
  color: rgba(55, 51, 51, 0.5);
  font-size: 0.875rem;
  line-height: 180%;
  letter-spacing: 0.7px;
  margin-top: 2px;
}
.c-card-events__date {
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.32px;
}
@media (min-width: 768px) {
  .c-card-events__date {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}
.c-card-events__title {
  font-size: 1.25rem;
  line-height: 160%;
  letter-spacing: 0.4px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-card-events__title {
    font-size: 1.875rem;
    letter-spacing: 0.6px;
  }
}
.c-card-events__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: start;
  font-size: 0.875rem;
  line-height: 180%;
  letter-spacing: 0.7px;
}

.c-card-vote {
  position: relative;
  border-radius: 20px;
  background-color: #ffffff;
  display: flex;
  gap: 16px;
  padding: 16px;
  transition: all ease 300ms;
}
@media (min-width: 768px) {
  .c-card-vote {
    gap: 20px;
    border-radius: 50px;
    padding: 20px;
  }
}
@media (hover: hover) {
  .c-card-vote:hover {
    background-color: #0AA1F5;
    color: #ffffff;
  }
  .c-card-vote:hover .c-card-vote__img img {
    transform: translate3d(-50%, -50%, 0) scale(1.3);
    transition: all ease 300ms;
  }
  .c-card-vote:hover .c-card-vote__note {
    color: rgba(255, 255, 255, 0.8);
  }
  .c-card-vote:hover .c-btn {
    background-color: #ffffff;
    color: #373333;
  }
}
.c-card-vote .c-btn {
  width: 100%;
}
@media (max-width: 767.98px) {
  .c-card-vote .c-btn {
    padding: 10px;
  }
}
@media (hover: hover) {
  .c-card-vote .c-btn:hover {
    background-color: #ffffff;
    color: #FF5E6C;
  }
}
.c-card-vote__start {
  width: 100%;
  max-width: 100px;
  height: fit-content;
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .c-card-vote__start {
    max-width: clamp(150px, 10.4166666667vw, 200px);
    flex-direction: column;
  }
}
.c-card-vote__end {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .c-card-vote__end {
    gap: 16px;
    padding: 22px 20px 22px 0;
  }
}
.c-card-vote__img {
  width: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .c-card-vote__img {
    border-radius: 30px;
  }
}
.c-card-vote__img img, .c-card-vote__img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all ease 300ms;
}
.c-card-vote__img video {
  z-index: -1;
}
.c-card-vote__note {
  color: rgba(55, 51, 51, 0.5);
  font-size: 0.875rem;
  line-height: 180%;
  letter-spacing: 0.7px;
  margin-top: 2px;
}
.c-card-vote__title {
  font-size: 1.25rem;
  line-height: 160%;
  letter-spacing: 0.4px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-card-vote__title {
    font-size: 1.875rem;
    letter-spacing: 0.6px;
  }
}

.c-card-record {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  border-radius: 20px;
  background-color: rgba(255, 94, 108, 0.1);
  padding: 20px;
}
@media (min-width: 768px) {
  .c-card-record {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 20px 40px;
  }
}
.c-card-record.is-disabled {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFF;
}
.c-card-record.is-disabled .c-card-record__date, .c-card-record.is-disabled .c-card-record__title, .c-card-record.is-disabled .c-card-record__note {
  color: rgba(55, 51, 51, 0.6);
}
.c-card-record__start {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (min-width: 768px) {
  .c-card-record__start {
    gap: 4px;
  }
}
.c-card-record__start__mid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-card-record__date {
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.32px;
}
@media (min-width: 768px) {
  .c-card-record__date {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}
.c-card-record__title {
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: 0.36px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-card-record__title {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}
.c-card-record__note {
  font-size: 0.875rem;
  line-height: 180%;
  letter-spacing: 0.7px;
}
.c-card-record__end {
  max-width: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0 auto;
}

.c-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.c-form__btn {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .c-form__btn {
    gap: 24px;
    flex-direction: row;
  }
}

.c-field {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-field__start {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 4px;
}
.c-field__start .c-hint {
  flex-shrink: 0;
}
.c-field__end {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-label {
  width: 100%;
  display: flex;
  gap: 4px;
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: 0.36px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-label {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}

.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%;
  display: flex;
  align-items: center;
}
.c-input input {
  width: 100%;
  transition: all ease 300ms;
}
.c-input__clear {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all ease 300ms;
}

.c-textarea {
  transition: all ease 300ms;
}
.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: rgba(255, 94, 108, 0.1);
  border: 0;
  border-radius: 50px;
}
.c-textarea textarea::-webkit-scrollbar-thumb {
  background-color: #FF4656;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
}
.c-textarea textarea::-webkit-scrollbar-thumb:hover {
  background-color: #FF4656;
}
@-moz-document url-prefix() {
  .c-textarea textarea {
    scrollbar-width: thin;
    scrollbar-color: #FF4656 rgba(255, 94, 108, 0.1);
  }
}

.c-check-group {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 56px;
}
.c-check-group--img {
  gap: 0;
  margin-bottom: -24px;
}
.c-check-group--img > * {
  margin-bottom: 24px;
}
.c-check-group > * {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.c-check-group__img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.2666666667%;
  border-radius: 10px;
}
@media (hover: hover) {
  .c-check-group__img:hover img, .c-check-group__img:hover iframe {
    transform: translate3d(-50%, -50%, 0) scale(1.05);
    transition: all ease 300ms;
  }
}
.c-check-group__img img, .c-check-group__img iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all ease 300ms;
}

.c-check {
  display: flex;
  gap: 4px;
}
.c-check.is-checked label {
  color: #FF5E6C;
  transition: all ease 300ms;
}
.c-check.is-checked label a {
  color: #FF5E6C;
}
.c-check label {
  cursor: pointer;
  transition: all ease 300ms;
}
.c-check input[type=checkbox], .c-check input[type=radio] {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
  margin-top: 6px;
}
.c-check input[type=checkbox]::before, .c-check input[type=radio]::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}
.c-check input[type=checkbox]::before {
  background-image: url("../images/other-icon/icon-checkbox.svg");
}
.c-check input[type=checkbox]:checked::before {
  background-image: url("../images/icon/SVG/checkbox-checked.svg");
}
.c-check input[type=radio]::before {
  background-image: url("../images/other-icon/icon-radio.svg");
}
.c-check input[type=radio]:checked::before {
  background-image: url("../images/icon/SVG/radio-checked.svg");
}

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

.c-hint {
  color: rgba(55, 51, 51, 0.5);
  font-size: 0.875rem;
  line-height: 180%;
  letter-spacing: 0.7px;
  text-align: start;
  transition: all ease 300ms;
}
.c-hint.is-error {
  color: #FF4656;
}

[field-state] {
  transition: all ease 300ms;
}
[field-state] .c-hint.is-error {
  display: none;
}
[field-state].is-disabled .c-input__clear {
  display: none;
}
[field-state].is-disabled .c-input, [field-state].is-disabled .c-textarea {
  background-color: rgba(55, 51, 51, 0.1);
  pointer-events: none;
}
[field-state].is-disabled .c-input input, [field-state].is-disabled .c-input textarea, [field-state].is-disabled .c-textarea input, [field-state].is-disabled .c-textarea textarea {
  color: rgba(55, 51, 51, 0.3);
}
@media (hover: none) {
  [field-state].is-disabled .c-input input, [field-state].is-disabled .c-input textarea, [field-state].is-disabled .c-textarea input, [field-state].is-disabled .c-textarea textarea {
    color: #373333;
  }
}
[field-state].is-hidden {
  display: none;
}
[field-state].is-error .c-hint.is-error {
  display: block;
}

[input-state] {
  transition: all ease 300ms;
}
[input-state].is-hidden {
  display: none;
}
[input-state].is-focus .c-input, [input-state].is-focus .c-textarea {
  border-color: #FF5E6C;
  border-color: #0AA1F5;
}
[input-state].is-focus .c-input__clear {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all ease 300ms;
}
[input-state].is-error .c-input, [input-state].is-error .c-textarea {
  border-color: #FF4656;
  background-color: rgba(255, 94, 108, 0.1);
}
[input-state].is-error .c-input input, [input-state].is-error .c-input textarea, [input-state].is-error .c-textarea input, [input-state].is-error .c-textarea textarea {
  color: #FF4656;
}
[input-state].is-error .c-input__clear {
  color: #FF4656;
  transition: all ease 300ms;
}
[input-state].is-error .c-select .selectric, [input-state].is-error .c-select .select2-container--default .select2-selection--single {
  border-color: #FF4656;
  background-color: rgba(255, 94, 108, 0.1);
}
[input-state].is-error .c-hint.is-error {
  display: block;
}

.c-toast {
  min-width: 214px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -40%, 0);
  border-radius: 20px;
  line-height: 145%;
  background-color: #F2F1EE;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
  padding: 27px 42px;
  opacity: 0;
  pointer-events: none;
  z-index: 1080;
  transition: all ease 300ms;
}
.c-toast[show=true] {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, -50%, 0);
  transition: all ease 300ms;
}
.c-toast__icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-toast__text {
  text-align: center;
}

.c-tag {
  width: fit-content;
  height: fit-content;
  text-align: center;
  border-radius: 50px;
  flex-shrink: 0;
  font-size: 0.875rem;
  line-height: 180%;
  letter-spacing: 0.7px;
  font-weight: 700;
  padding: 6px 16px;
}
.c-tag--black-60 {
  background-color: rgba(55, 51, 51, 0.6);
  color: #ffffff;
}

.c-step {
  display: flex;
  justify-content: center;
}
.c-step > * {
  position: relative;
  padding-inline-end: 80px;
}
@media (min-width: 768px) {
  .c-step > * {
    padding-inline-end: 113px;
  }
}
.c-step > *::before {
  content: "";
  width: calc(100% - 5px);
  height: 1px;
  background-color: rgba(55, 51, 51, 0.6);
  position: absolute;
  top: 8px;
  left: 53px;
}
.c-step > *:last-child {
  padding-inline-end: 0;
}
.c-step > *:last-child::before {
  display: none;
}
.c-step__item {
  width: 90px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 200%;
  letter-spacing: 0.32px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .c-step__item {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}
.c-step__item::before, .c-step__item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  top: 4px;
  border-radius: 1000px;
}
.c-step__item::before {
  width: 18px;
  height: 18px;
  border: 1px solid #FF5E6C;
  top: 0;
  opacity: 0;
}
.c-step__item::after {
  width: 10px;
  height: 10px;
  background-color: #373333;
}
.c-step__item.is-active {
  color: #FF5E6C;
}
.c-step__item.is-active::after {
  background-color: #FF5E6C;
}
.c-step__item.is-active::before {
  opacity: 1;
}

.c-title {
  position: relative;
  color: #FF5E6C;
  font-size: 1.5rem;
  line-height: 160%;
  letter-spacing: 0.48px;
  font-weight: 700;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .c-title {
    font-size: 2.25rem;
    letter-spacing: 0.72px;
  }
}
@media (min-width: 768px) {
  .c-title {
    padding-bottom: 28px;
  }
}
.c-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 8px;
  border-radius: 50px;
  background-color: rgba(255, 94, 108, 0.1);
}

.c-empty {
  border-radius: 50px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0.36px;
  font-weight: 700;
  padding: 120px 60px;
}
@media (min-width: 768px) {
  .c-empty {
    font-size: 1.5rem;
    letter-spacing: 0.48px;
  }
}

.c-time {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.c-time__item {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.36px;
}
.c-time__item:last-child .c-time__item__num::before {
  display: none;
}
.c-time__item__num {
  position: relative;
  color: #FF4656;
  background-color: rgba(55, 51, 51, 0.1);
  border-radius: 10px;
  font-family: "Archivo Black", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
  padding: 4px 12px;
}
@media (min-width: 768px) {
  .c-time__item__num {
    font-size: 2.25rem;
  }
}
.c-time__item__num::before {
  content: ":";
  color: #373333;
  font-size: 2.25rem;
  line-height: 160%;
  letter-spacing: 0.72px;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate3d(50%, -50%, 0);
  font-family: "Noto Sans TC", sans-serif;
}

c-password-btn {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-tab__nav {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.c-tab__content {
  position: relative;
  display: grid;
  place-items: flex-start;
}
.c-tab__content__pane {
  width: 100%;
  grid-area: 1/1/2/2;
  overflow-x: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  display: none;
  transition: all ease 300ms;
}
.c-tab__content__pane.is-active {
  display: block;
}
.c-tab__content__pane.is-fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: all ease 300ms;
}

.m-editor {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.m-editor__img {
  position: relative;
  padding: 0 10px 10px 0;
}
.m-editor__img img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 3px 3px 0 0 #FF5E6C;
}
@media (min-width: 768px) {
  .m-editor__img img {
    border-radius: 50px;
    box-shadow: 10px 10px 0 0 #FF5E6C;
  }
}
.m-editor .row {
  gap: 24px;
}
@media (min-width: 768px) {
  .m-editor .row {
    gap: 0;
  }
}
@media (min-width: 1620px) {
  .m-editor #T2 .col:first-child, .m-editor #T3 .col:first-child {
    max-width: 29.53125vw;
  }
}
.m-editor .c-title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .m-editor .c-title {
    margin-bottom: 20px;
  }
}

.m-header {
  position: relative;
  overflow: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 74.6666666667%;
  mask-image: url("../images/modules/mask_mob.png");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-color: #0AA1F5;
}
@media (min-width: 768px) {
  .m-header {
    min-height: 300px;
    padding-top: 22.5%;
    mask-image: url("../images/modules/mask.png");
  }
}
.m-header::before, .m-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.m-header::before {
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #373333;
  mix-blend-mode: multiply;
}
.m-header::after {
  width: 53.8666666667vw;
  height: 11.2vw;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/modules/subtract_mob.png");
  pointer-events: none;
}
@media (min-width: 768px) {
  .m-header::after {
    width: 53.9583333333vw;
    height: 11.3541666667vw;
    background-image: url("../images/modules/subtract.png");
    background-position: bottom;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .m-header::after {
    width: 62.5vw;
    height: 13.0208333333vw;
  }
}
@media (min-width: 992px) {
  .m-header::after {
    width: 53.9583333333vw;
    height: 11.3541666667vw;
  }
}
.m-header__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.m-header__img::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 161, 245, 0) 0%, #0AA1F5 100%);
  mix-blend-mode: multiply;
}
.m-header__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #0AA1F5;
  z-index: -1;
}
.m-header .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .m-header .container {
    top: 33%;
  }
}
.m-header .c-breadcrumb__link {
  color: #ffffff;
}
.m-header .c-breadcrumb__link:hover {
  color: #ffffff;
}
.m-header .c-breadcrumb .icon {
  color: #ffffff;
}
.m-header__title {
  font-size: 2.25rem;
  line-height: 160%;
  letter-spacing: 0.72px;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (min-width: 768px) {
  .m-header__title {
    font-size: 3rem;
    letter-spacing: 0.96px;
  }
}
@media (max-width: 767.98px) {
  .m-header__title {
    font-size: 1.75rem;
  }
}

.m-cards {
  margin-bottom: -16px;
}
@media (min-width: 768px) {
  .m-cards {
    margin-bottom: -40px;
  }
}
.m-cards.sty-only > * {
  width: 100% !important;
}
.m-cards > * {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .m-cards > * {
    margin-bottom: 40px;
  }
}

@media (min-width: 1620px) {
  .is-scroll .l-nav__mid {
    transform: translate3d(-50%, -100%, 0);
    transition: all ease 300ms;
  }
}

.l-nav {
  position: sticky;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  z-index: 1040;
  transition: all ease 300ms;
}
@media (min-width: 992px) {
  .l-nav {
    padding: 28px 60px;
  }
}
.l-nav.is-open .l-nav__toggle .icon:first-child {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scaleY(1);
}
.l-nav.is-open .l-nav__toggle .icon:last-child {
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scaleY(1.1);
}
.l-nav.is-open .l-nav__aside {
  opacity: 1;
  pointer-events: auto;
  transition: all ease 300ms;
}
.l-nav__start {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 28px;
}
.l-nav__mid {
  width: 247px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 16px 18px;
  transition: all ease 300ms;
}
@media (min-width: 992px) {
  .l-nav__mid {
    width: 628px;
    gap: 48px;
    border-radius: 0 0 50px 50px;
    padding: 30px 56px;
  }
}
.l-nav__mid > * {
  position: relative;
}
.l-nav__mid > *::before {
  content: "";
  width: 1px;
  height: 17px;
  background-color: rgba(55, 51, 51, 0.2);
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate3d(0, -50%, 0);
}
@media (min-width: 992px) {
  .l-nav__mid > *::before {
    height: 44px;
    right: -24px;
  }
}
.l-nav__mid > *:last-child::before {
  display: none;
}
.l-nav__mid > * img {
  width: auto;
  height: 34px;
  object-fit: contain;
  object-position: center center;
}
@media (min-width: 992px) {
  .l-nav__mid > * img {
    height: 60px;
  }
}
.l-nav__end {
  width: 100%;
  display: none;
}
@media screen and (min-width: 1890px) {
  .l-nav__end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
  }
}
.l-nav__toggle {
  position: relative;
  width: 24px;
  height: 24px;
  color: #FF5E6C;
}
@media (min-width: 992px) {
  .l-nav__toggle {
    width: 48px;
    height: 48px;
  }
}
.l-nav__toggle .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 200ms ease, transform 400ms cubic-bezier(0.41, 0.3, 0.16, 1.15);
}
.l-nav__toggle .icon:first-child {
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scaleY(0.8);
}
.l-nav__toggle .icon:last-child {
  transform: translate3d(-50%, -50%, 0) scaleY(1);
}
.l-nav__brand {
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: 0.36px;
  font-weight: 700;
  display: none;
}
@media (min-width: 768px) {
  .l-nav__brand {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}
@media screen and (min-width: 1890px) {
  .l-nav__brand {
    display: block;
  }
}
.l-nav__link {
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: 0.36px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-nav__link {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}
.l-nav__aside {
  width: calc(100% - 16px);
  position: absolute;
  top: calc(100% + 26px);
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 32px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 32px;
  opacity: 0;
  pointer-events: none;
  transition: all ease 300ms;
}
@media (min-width: 768px) {
  .l-nav__aside {
    width: 100%;
    max-width: 230px;
    top: calc(100% + 8px);
    left: 20px;
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 992px) {
  .l-nav__aside {
    left: 60px;
    padding: 56px;
  }
}
@media screen and (min-width: 1890px) {
  .l-nav__aside {
    max-width: 210px;
  }
}
@media screen and (min-width: 1890px) {
  .l-nav__aside .c-btn-pill {
    display: none;
  }
}
.l-nav__aside__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .l-nav__aside__list {
    border-radius: 30px;
    gap: 32px;
  }
}
.l-nav__aside__link {
  position: relative;
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: 0.36px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-nav__aside__link {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}
.l-nav__aside__link::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #FF5E6C;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all ease 300ms;
}
@media (hover: hover) {
  .l-nav__aside__link:hover {
    color: #FF5E6C;
  }
  .l-nav__aside__link:hover::before {
    width: 100%;
    transition: all ease 300ms;
  }
}

.l-footer {
  position: relative;
  background-color: #FFEFF0;
  border-radius: 50px 50px 0 0;
  text-align: center;
  z-index: 99;
  padding-top: 56px;
}
@media (min-width: 768px) {
  .l-footer {
    border-radius: 100px 100px 0 0;
    padding-top: 40px;
  }
}
.l-footer .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .l-footer .container {
    gap: 50px;
  }
}
.l-footer__title {
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: 0.36px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-footer__title {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}
.l-footer__link {
  font-size: 0.875rem;
  line-height: 180%;
  letter-spacing: 0.7px;
  font-weight: 700;
  color: #FF5E6C;
}
.l-footer__link:hover {
  color: #FF5E6C;
}
.l-footer__copy {
  font-weight: 400;
}
.l-footer__group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .l-footer__group {
    flex-direction: row;
    gap: 24px;
  }
}
.l-footer__group > * {
  position: relative;
}
.l-footer__group > *::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #D9D9D9;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translate3d(0, -50%, 0);
  display: none;
}
@media (min-width: 768px) {
  .l-footer__group > *::before {
    display: block;
  }
}
.l-footer__group > *:last-child::before {
  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[show=false] {
  opacity: 0;
  z-index: -99;
  transition: all ease 300ms;
}

.l-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .l-wrap {
    padding-top: 120px;
    padding-bottom: 200px;
  }
}

.l-content__head {
  position: relative;
  background-color: rgba(255, 94, 108, 0.1);
  padding-top: 32px;
  padding-bottom: 104px;
}
@media (min-width: 768px) {
  .l-content__head {
    padding-top: 80px;
    padding-bottom: 186px;
  }
}
.l-content__head::before {
  content: "";
  width: 100%;
  height: 72px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-repeat: repeat-x;
  background-image: url("../images/layout/wave-white_mob.svg");
  z-index: 1;
  pointer-events: none;
  animation: ani-wave 3000ms linear infinite;
}
@media (min-width: 576px) and (max-width: 1619.98px) {
  .l-content__head::before {
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .l-content__head::before {
    height: 146px;
    background-image: url("../images/layout/wave-white.svg");
    animation-duration: 6000ms;
  }
}
@media (min-width: 1620px) {
  .l-content__head::before {
    background-size: auto;
  }
}
.l-content__head .c-breadcrumb {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .l-content__head .c-breadcrumb {
    margin-bottom: 80px;
  }
}
.l-content__head__grpup {
  max-width: 980px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.l-content__date {
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.32px;
}
@media (min-width: 768px) {
  .l-content__date {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}
.l-content__title {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 150%;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (min-width: 768px) {
  .l-content__title {
    font-size: 3rem;
  }
}
.l-content__group {
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: 0.36px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 768px) {
  .l-content__group {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}
.l-content__group__item {
  display: flex;
}
.l-content__body {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .l-content__body {
    padding-bottom: 200px;
  }
}
.l-content__body__group {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.l-register .l-content__head .c-breadcrumb {
  margin-bottom: 48px;
}
.l-register__head {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .l-register__head {
    gap: 40px;
    margin-bottom: 40px;
  }
}
.l-register__head .u-h4 {
  font-weight: 900;
}
.l-register__head .c-btn {
  max-width: fit-content;
}
@media (min-width: 576px) {
  .l-register__head .c-btn {
    max-width: 200px;
  }
}
.l-register__head__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media (min-width: 768px) {
  .l-register__head__group {
    gap: 40px;
  }
}
.l-register__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.l-register__content__img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  object-position: center center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .l-register__content__img {
    width: 160px;
    height: 160px;
  }
}
.l-register__content__btn {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .l-register__content__btn {
    gap: 24px;
    flex-direction: row;
  }
}

.l-signup__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  text-align: center;
}
.l-signup__wrap__title {
  font-size: 1.75rem;
  line-height: 160%;
  letter-spacing: 0.56px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-signup__wrap__title {
    font-size: 2.625rem;
    letter-spacing: 0.84px;
  }
}
.l-signup__wrap__group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .l-signup__wrap__group {
    flex-direction: row;
    gap: 16px;
  }
}

.l-member__row {
  justify-content: space-between;
  gap: 32px;
}
@media (min-width: 992px) {
  .l-member__row {
    gap: 0;
  }
}
.l-member__content {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .l-member__content {
    gap: 40px;
  }
}
@media (min-width: 1400px) {
  .l-member__content {
    max-width: 51.0416666667vw;
  }
}
.l-member__content__head {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.l-member__content__head .c-hint {
  flex: 1;
  padding-bottom: 5px;
}
.l-member__title {
  font-size: 1.5rem;
  line-height: 160%;
  letter-spacing: 0.48px;
  font-weight: 700;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .l-member__title {
    font-size: 2.25rem;
    letter-spacing: 0.72px;
  }
}
.l-member__aside {
  position: relative;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .l-member__aside {
    max-width: 272px;
  }
}
.l-member__aside.is-open .l-member__aside__select .icon {
  transform: rotate(180deg);
}
.l-member__aside.is-open .l-member__aside__menu {
  opacity: 1;
  pointer-events: auto;
  transition: all ease 300ms;
}
.l-member__aside__select {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-radius: 20px;
  border: 1px solid rgba(55, 51, 51, 0.6);
  font-weight: 700;
  padding: 16px 24px 16px 20px;
}
@media (min-width: 992px) {
  .l-member__aside__select {
    display: none;
  }
}
.l-member__aside__menu {
  width: 100%;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
  padding: 32px;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 1040;
  opacity: 0;
  pointer-events: none;
  transition: all ease 300ms;
}
@media (min-width: 992px) {
  .l-member__aside__menu {
    position: static;
    opacity: 1;
    pointer-events: auto;
  }
}
.l-member__aside__menu .menu__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.l-member__aside__menu .menu__footer {
  border-top: 1px solid rgba(55, 51, 51, 0.1);
  padding-top: 24px;
  margin-top: 24px;
}
.l-member__aside__link {
  position: relative;
  color: rgba(55, 51, 51, 0.6);
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: 0.36px;
  font-weight: 700;
  padding-inline-start: 32px;
}
@media (min-width: 768px) {
  .l-member__aside__link {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}
.l-member__aside__link::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FF5E6C;
  border-radius: 1000px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  opacity: 0;
  transition: all ease 300ms;
}
@media (hover: hover) {
  .l-member__aside__link:hover {
    color: #373333;
  }
}
.l-member__aside__link.is-active {
  color: #373333;
}
.l-member__aside__link.is-active::before {
  opacity: 1;
  transition: all ease 300ms;
}

@keyframes arch-transition {
  0% {
    transform: translate3d(-50%, 0, 0) scaleX(1.5);
  }
  100% {
    transform: translate3d(-50%, 0, 0) scaleX(1);
  }
}
[data-page=index].is-scroll .kv__banner__swiper {
  background-color: #ffffff;
}
[data-page=index].is-scroll .kv__banner__swiper .swiper__vactor {
  background-color: #ffffff;
}
[data-page=index].is-scroll .kv__banner__swiper .swiper__vactor::before {
  background-image: url("../images/pages/index/arch-top-white_mob.svg");
  animation: arch-transition 300ms ease forwards;
}
@media (min-width: 768px) {
  [data-page=index].is-scroll .kv__banner__swiper .swiper__vactor::before {
    background-image: url("../images/pages/index/arch-top-white.svg");
  }
}
[data-page=index].is-scroll .kv__banner__swiper .swiper__vactor::after {
  background-image: url("../images/pages/index/arch-bottom-white_mob.svg");
  transform: translate3d(-50%, -20%, 0);
  transition: transform ease 200ms;
}
@media (min-width: 768px) {
  [data-page=index].is-scroll .kv__banner__swiper .swiper__vactor::after {
    background-image: url("../images/pages/index/arch-bottom-white.svg");
  }
}
[data-page=index].is-scroll .kv__banner__swiper .swiper::before {
  opacity: 0;
  transition: all ease 300ms;
}
[data-page=index].is-scroll .kv__banner__swiper .swiper::after {
  opacity: 1;
  transition: all ease 300ms;
}
[data-page=index] .kv {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 120px;
}
@media (min-width: 768px) {
  [data-page=index] .kv {
    padding-bottom: 246px;
  }
}
[data-page=index] .kv::before {
  content: "";
  width: 100%;
  height: 72px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-repeat: repeat-x;
  background-image: url("../images/layout/wave-red_mob.svg");
  z-index: 1;
  pointer-events: none;
  animation: ani-wave 3000ms linear infinite;
}
@media (min-width: 576px) and (max-width: 1619.98px) {
  [data-page=index] .kv::before {
    background-size: cover;
  }
}
@media (min-width: 768px) {
  [data-page=index] .kv::before {
    height: 146px;
    background-image: url("../images/layout/wave-red.svg");
    animation-duration: 6000ms;
  }
}
@media (min-width: 1620px) {
  [data-page=index] .kv::before {
    background-size: auto;
  }
}
[data-page=index] .kv__banner {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  [data-page=index] .kv__banner {
    height: auto;
  }
}
[data-page=index] .kv__banner.is-hover .c-btn-semicircle {
  background-color: #FF4656;
  transform: scale(1.05);
}
[data-page=index] .kv__banner.is-hover .c-btn-semicircle .c-btn-semicircle__icon--end .icon {
  transform: translate3d(100%, 0, 0);
  transition: all ease 300ms;
}
[data-page=index] .kv__banner.is-hover .c-btn-semicircle .c-btn-semicircle__icon--up .icon {
  transform: translate3d(0, -100%, 0);
  transition: all ease 300ms;
}
[data-page=index] .kv__banner .c-btn-semicircle {
  width: clamp(60px, 42.6666666667vw, 160px);
  height: clamp(30px, 21.3333333333vw, 80px);
  z-index: 5;
  margin-top: -8px;
}
@media (min-width: 576px) {
  [data-page=index] .kv__banner .c-btn-semicircle {
    margin-top: -5px;
  }
}
@media (min-width: 768px) {
  [data-page=index] .kv__banner .c-btn-semicircle {
    width: clamp(150px, 10.4166666667vw, 200px);
    height: clamp(75px, 5.2083333333vw, 100px);
    margin-top: -3px;
  }
}
[data-page=index] .kv__banner__swiper {
  width: 100%;
  height: calc(100% - var(--btn-h, 0));
  position: relative;
  background-color: #FFEFF0;
}
[data-page=index] .kv__banner__swiper .swiper {
  width: 100%;
  height: 100%;
}
[data-page=index] .kv__banner__swiper .swiper::before, [data-page=index] .kv__banner__swiper .swiper::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  bottom: 1px;
  transition: all ease 300ms;
}
[data-page=index] .kv__banner__swiper .swiper::before {
  background-color: #0AA1F5;
  left: 0;
}
[data-page=index] .kv__banner__swiper .swiper::after {
  background-color: #FF5E6C;
  right: 0;
  opacity: 0;
}
[data-page=index] .kv__banner__swiper .swiper-wrapper {
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-image: url("../images/pages/index/mask.png");
}
[data-page=index] .kv__banner__swiper .swiper-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 37.5%;
}
[data-page=index] .kv__banner__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
[data-page=index] .kv__banner__swiper .swiper__vactor {
  width: 100%;
  height: 56px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFEFF0;
}
@media (min-width: 768px) {
  [data-page=index] .kv__banner__swiper .swiper__vactor {
    height: var(--btn-h, 80px);
  }
}
[data-page=index] .kv__banner__swiper .swiper__vactor::before, [data-page=index] .kv__banner__swiper .swiper__vactor::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: 5;
  pointer-events: none;
  transition: transform ease 200ms;
}
[data-page=index] .kv__banner__swiper .swiper__vactor::before {
  background-image: url("../images/pages/index/arch-top_mob.svg");
  width: 100%;
  height: 11.2vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: calc(100% - 1px);
}
@media (min-width: 768px) {
  [data-page=index] .kv__banner__swiper .swiper__vactor::before {
    background-image: url("../images/pages/index/arch-top.svg");
    height: 7.6041666667vw;
  }
}
[data-page=index] .kv__banner__swiper .swiper__vactor::after {
  background-image: url("../images/pages/index/arch-bottom_mob.svg");
  width: 100%;
  height: 11.2vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(100% - 1px);
}
@media (min-width: 768px) {
  [data-page=index] .kv__banner__swiper .swiper__vactor::after {
    background-image: url("../images/pages/index/arch-bottom.svg");
    height: 7.6041666667vw;
  }
}
[data-page=index] .kv__marquee {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 10;
  margin-top: 32px;
}
@media (min-width: 768px) {
  [data-page=index] .kv__marquee {
    margin-top: 20px;
  }
}
[data-page=index] .kv__marquee > div {
  flex-shrink: 0;
}
[data-page=index] .kv__marquee__item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
[data-page=index] .kv__marquee__item .item__obj {
  font-size: 3rem;
  line-height: 150%;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  [data-page=index] .kv__marquee__item .item__obj {
    font-size: 5.625rem;
    letter-spacing: 5.4px;
  }
}
[data-page=index] .kv__marquee__item .item__obj img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center center;
}
@media (min-width: 768px) {
  [data-page=index] .kv__marquee__item .item__obj img {
    width: 160px;
    height: 160px;
  }
}
[data-page=index] .kv__marquee__item .item__obj--blue {
  color: #B5E1FF;
}
[data-page=index] .kv__marquee__item .item__obj--red {
  color: #FFC1B5;
}
[data-page=index] .kv__marquee__item .item__obj--yellow {
  color: #FFEEC1;
}
[data-page=index] .kv__marquee__item .item__obj--cyan {
  color: #A0F5F9;
}
[data-page=index] .events {
  position: relative;
  z-index: 10;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  [data-page=index] .events {
    padding-bottom: 120px;
  }
}
[data-page=index] .events::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 21px;
  left: 0;
  background-color: #FFEFF0;
  z-index: -1;
}
@media (min-width: 768px) {
  [data-page=index] .events::before {
    top: 73px;
  }
}
[data-page=index] .events__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 50px;
  margin-top: -57px;
}
@media (min-width: 768px) {
  [data-page=index] .events__btn {
    flex-direction: row;
    gap: 40px;
    margin-bottom: 100px;
    margin-top: -106px;
  }
}
[data-page=index] .events__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  [data-page=index] .events__head {
    gap: 40px;
    margin-bottom: 51px;
  }
}
[data-page=index] .events__head__title {
  position: relative;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 150%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding-inline-start: 24px;
}
@media (min-width: 768px) {
  [data-page=index] .events__head__title {
    font-size: 3rem;
    padding-inline-start: 40px;
  }
}
[data-page=index] .events__head__title::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 1000px;
  background-color: #FF5E6C;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
@media (min-width: 768px) {
  [data-page=index] .events__head__title::before {
    width: 20px;
    height: 20px;
  }
}
[data-page=index] .banner {
  position: relative;
  min-height: 72px;
  z-index: 10;
  overflow: hidden;
}
@media (min-width: 768px) {
  [data-page=index] .banner {
    min-height: 146px;
  }
}
[data-page=index] .banner.is-empty::before {
  display: none;
}
[data-page=index] .banner::before, [data-page=index] .banner::after {
  content: "";
  position: absolute;
}
[data-page=index] .banner::before {
  width: 100%;
  height: 11.2vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/pages/index/banner-arc_mob.svg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media (min-width: 768px) {
  [data-page=index] .banner::before {
    height: 11.3541666667vw;
    background-image: url("../images/pages/index/banner-arc.svg");
  }
}
[data-page=index] .banner::after {
  width: 100%;
  height: 72px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-repeat: repeat-x;
  background-image: url("../images/layout/wave-white_mob.svg");
  z-index: 1;
  pointer-events: none;
  animation: ani-wave 3000ms linear infinite;
  z-index: 5;
}
@media (min-width: 576px) and (max-width: 1619.98px) {
  [data-page=index] .banner::after {
    background-size: cover;
  }
}
@media (min-width: 768px) {
  [data-page=index] .banner::after {
    height: 146px;
    background-image: url("../images/layout/wave-white.svg");
    animation-duration: 6000ms;
  }
}
@media (min-width: 1620px) {
  [data-page=index] .banner::after {
    background-size: auto;
  }
}
[data-page=index] .banner .swiper-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 96%;
}
@media (min-width: 992px) {
  [data-page=index] .banner .swiper-slide {
    padding-top: 52.2916666667%;
  }
}
[data-page=index] .banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
[data-page=index] .info {
  position: relative;
  z-index: 10;
  margin-top: -72px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  [data-page=index] .info {
    margin-top: -122px;
    padding-bottom: 200px;
  }
}
[data-page=index] .info__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  [data-page=index] .info__logo {
    gap: 39px;
    margin-bottom: 100px;
  }
}
[data-page=index] .info__logo img {
  width: auto;
  height: 95px;
  object-fit: contain;
  object-position: center center;
}
@media (min-width: 768px) {
  [data-page=index] .info__logo img {
    height: 190px;
  }
}
[data-page=index] .info__title {
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  [data-page=index] .info__title {
    margin-bottom: 20px;
  }
}
[data-page=index] .info__title::before {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
[data-page=index] .marquee {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  margin-bottom: -76px;
}
@media (min-width: 768px) {
  [data-page=index] .marquee {
    gap: 20px;
    margin-bottom: -100px;
  }
}
[data-page=index] .marquee > * {
  width: 325px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  [data-page=index] .marquee > * {
    width: 650px;
  }
}
[data-page=index] .marquee__item {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
  border-radius: 10px;
}
@media (min-width: 768px) {
  [data-page=index] .marquee__item {
    border-radius: 20px;
  }
}
[data-page=index] .marquee__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

[data-page=contact] .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  [data-page=contact] .title {
    margin-bottom: 56px;
  }
}
[data-page=contact] .img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
  border-radius: 30px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  [data-page=contact] .img {
    border-radius: 50px;
    margin-bottom: 0;
  }
}
[data-page=contact] .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

[data-page=vote-content] .vote {
  background-color: rgba(255, 94, 108, 0.1);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 28px;
}
@media (min-width: 768px) {
  [data-page=vote-content] .vote {
    border-radius: 50px;
    gap: 40px;
    padding: 56px;
  }
}
[data-page=vote-content] .vote__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
[data-page=vote-content] .vote__title {
  font-size: 1.25rem;
  line-height: 160%;
  letter-spacing: 0.4px;
  font-weight: 900;
}
@media (min-width: 768px) {
  [data-page=vote-content] .vote__title {
    font-size: 1.875rem;
    letter-spacing: 0.6px;
  }
}

[data-page=events-content] {
  background-color: #ffffff;
}
[data-page=events-content] .l-content__head {
  background-color: #ffffff;
}
[data-page=events-content] .l-content__head::before {
  width: 100%;
  height: 72px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-repeat: repeat-x;
  background-image: url("../images/layout/wave-red_mob.svg");
  z-index: 1;
  pointer-events: none;
  animation: ani-wave 3000ms linear infinite;
}
@media (min-width: 576px) and (max-width: 1619.98px) {
  [data-page=events-content] .l-content__head::before {
    background-size: cover;
  }
}
@media (min-width: 768px) {
  [data-page=events-content] .l-content__head::before {
    height: 146px;
    background-image: url("../images/layout/wave-red.svg");
    animation-duration: 6000ms;
  }
}
@media (min-width: 1620px) {
  [data-page=events-content] .l-content__head::before {
    background-size: auto;
  }
}
[data-page=events-content] .head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-inline-start: var(--container-side, 0);
  padding-inline-end: var(--container-side, 0);
}
@media (min-width: 768px) {
  [data-page=events-content] .head {
    gap: 40px;
  }
}
@media (min-width: 992px) {
  [data-page=events-content] .head {
    padding-inline-end: 40px;
  }
}
[data-page=events-content] .share {
  width: fit-content;
  height: fit-content;
  flex-shrink: 0;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-weight: 700;
  padding: 32px;
  z-index: 1030;
}
@media (max-width: 991.98px) {
  [data-page=events-content] .share {
    display: none;
  }
}
[data-page=events-content] .share__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
[data-page=events-content] .share__list__btn {
  color: #FF5E6C;
}
[data-page=events-content] .info {
  position: relative;
  background-color: #FFEFF0;
  z-index: 5;
  padding-top: 19px;
}
@media (min-width: 992px) {
  [data-page=events-content] .info {
    padding-top: 0;
  }
}
@media (min-width: 1620px) {
  [data-page=events-content] .info {
    margin-top: -29px;
  }
}
[data-page=events-content] .info__start {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  [data-page=events-content] .info__start {
    flex: 1;
    margin-bottom: 0;
  }
}
[data-page=events-content] .info__register {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 576px) {
  [data-page=events-content] .info__register {
    min-width: 412px;
  }
}
@media (min-width: 992px) {
  [data-page=events-content] .info__register {
    max-width: 30.7%;
    gap: 12px;
  }
}
[data-page=events-content] .info__swiper {
  position: relative;
  min-height: 72px;
  margin-top: 43px;
}
@media (min-width: 768px) {
  [data-page=events-content] .info__swiper {
    min-height: 146px;
    margin-top: 53px;
  }
}
[data-page=events-content] .info__swiper.is-empty::before {
  display: none;
}
[data-page=events-content] .info__swiper::before, [data-page=events-content] .info__swiper::after {
  content: "";
  position: absolute;
}
[data-page=events-content] .info__swiper::before {
  width: 100%;
  height: 11.2vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/layout/arc_mob.svg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media (min-width: 768px) {
  [data-page=events-content] .info__swiper::before {
    height: 11.3541666667vw;
    background-image: url("../images/layout/arc.svg");
  }
}
[data-page=events-content] .info__swiper::after {
  width: 100%;
  height: 72px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-repeat: repeat-x;
  background-image: url("../images/layout/wave-white_mob.svg");
  z-index: 1;
  pointer-events: none;
  animation: ani-wave 3000ms linear infinite;
  z-index: 5;
}
@media (min-width: 576px) and (max-width: 1619.98px) {
  [data-page=events-content] .info__swiper::after {
    background-size: cover;
  }
}
@media (min-width: 768px) {
  [data-page=events-content] .info__swiper::after {
    height: 146px;
    background-image: url("../images/layout/wave-white.svg");
    animation-duration: 6000ms;
  }
}
@media (min-width: 1620px) {
  [data-page=events-content] .info__swiper::after {
    background-size: auto;
  }
}
[data-page=events-content] .info__swiper .swiper-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 96%;
}
@media (min-width: 992px) {
  [data-page=events-content] .info__swiper .swiper-slide {
    padding-top: 44.2708333333%;
  }
}
[data-page=events-content] .info__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

[data-page=login] .c-tab__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  [data-page=login] .c-tab__nav {
    flex-direction: row;
    gap: 43px;
    margin-bottom: 64px;
  }
}
[data-page=login] .c-tab__nav .c-btn-icon {
  background-color: rgba(55, 51, 51, 0.1);
}
@media (hover: hover) {
  [data-page=login] .c-tab__nav .c-btn-icon:first-child:hover {
    background-color: #FF5E6C;
    color: #ffffff;
  }
}
[data-page=login] .c-tab__nav .c-btn-icon:first-child.is-active {
  background-color: #FF5E6C;
  color: #ffffff;
}
@media (hover: hover) {
  [data-page=login] .c-tab__nav .c-btn-icon:last-child:hover {
    background-color: #0AA1F5;
    color: #ffffff;
  }
}
[data-page=login] .c-tab__nav .c-btn-icon:last-child.is-active {
  background-color: #0AA1F5;
  color: #ffffff;
}
[data-page=login] .forgot {
  width: 100%;
  margin-top: -8px;
}
[data-page=login] .bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
[data-page=login] .bottom__divider {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-page=login] .bottom__divider::before, [data-page=login] .bottom__divider::after {
  content: "";
  width: calc(50% - 23px);
  height: 1px;
  background-color: rgba(55, 51, 51, 0.6);
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
[data-page=login] .bottom__divider::before {
  left: 0;
}
[data-page=login] .bottom__divider::after {
  right: 0;
}

[data-page=member] .block {
  background-color: rgba(255, 94, 108, 0.1);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 40px 32px;
}
@media (min-width: 768px) {
  [data-page=member] .block {
    border-radius: 50px;
    padding: 80px 32px;
  }
}
[data-page=member] .block__title {
  color: #FF5E6C;
  font-size: 1.25rem;
  line-height: 160%;
  letter-spacing: 0.4px;
  font-weight: 900;
}
@media (min-width: 768px) {
  [data-page=member] .block__title {
    font-size: 1.875rem;
    letter-spacing: 0.6px;
  }
}
[data-page=member] .block__img {
  width: 100%;
  max-width: 320px;
  mix-blend-mode: multiply;
}
[data-page=member] .block__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

@media (max-width: 767.98px) {
  [data-page=member-register] .l-wrap {
    padding-bottom: 103px;
  }
}
[data-page=member-register] .m-cards {
  margin-bottom: -16px;
}
[data-page=member-register] .m-cards > * {
  margin-bottom: 16px;
}

/*# sourceMappingURL=main.css.map */
