@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.purple {
  color: #676ED5;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
  height: 100%;
  overscroll-behavior: none;
}
body {
  overscroll-behavior: none;
  margin: 0;
  padding: 0;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  display: flex;
  flex-direction: column;
}
body.no-scroll {
  overflow: hidden;
}
p {
  margin: 0;
}
button {
  cursor: pointer;
}
a {
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 576px) and (max-width: 620px) {
  html {
    font-size: 10px;
  }
}
.week-page {
  /* height: 100%; */
  background-color: #f4f4f4;
}

@media screen and (max-width: 1048px) {
  .week-page {
    height: auto;
  }
}
header {
  background-color: #f9f9f9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  height: 70px;
  padding: 0 40px;
  position: sticky;
  top: 0;
  z-index: 1300;
}
header .logo {
  width: 340px;
  height: auto;
  display: block;
}
@media screen and (max-width: 992px) {
  header .logo {
    width: 160px;
  }
}
@media screen and (max-width: 992px) {
  header {
    height: 52px;
    padding: 0 18px;
    width: 100%;
  }
  header img {
    width: 160px;
  }
}
.hamburger {
  width: 24px;
  height: 18px;
  position: relative;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 992px) {
  .hamburger {
    display: block;
  }
}
.hamburger span {
  position: absolute;
  height: 2px;
  width: 100%;
  background: black;
  border-radius: 2px;
  left: 0;
  transition: 0.3s;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 8px;
}
.hamburger span:nth-child(3) {
  top: 16px;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}
.header-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding-right: 24px;
}
@media screen and (max-width: 992px) {
  .header-logo-wrapper {
    width: 100%;
    justify-content: center;
  }
}
.header-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 992px) {
  .header-item {
    display: none;
  }
}
.header-item-m {
  position: sticky;
  top: 52px;
  left: 0;
  right: 0;
  z-index: 1200;
  display: none;
  flex-direction: column;
  align-items: center;
  background-color: #f9f9f9;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.28);
}
.header-item-m.open {
  display: flex;
}
.ul-general {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  list-style: none;
  padding: 0;
}
.ul-general li {
  position: relative;
  margin-left: 16px;
  padding-right: 16px;
}
.ul-general li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #000000;
}
.ul-general a {
  color: #424242;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  font-weight: 350;
}
.ul-general-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  list-style: none;
  padding: 0;
  padding-bottom: 20px;
  flex-direction: column;
  width: 100%;
  text-align: center;
  margin: 0;
}
.ul-general-mobile li {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.ul-general-mobile li:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.ul-general-mobile a {
  color: #333333;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
}
.nav-mobile {
  width: 100%;
}
.gotop-main {
  right: 80px;
}
@media screen and (max-width: 480px) {
  .gotop-main {
    right: 50px;
  }
}
.gotop-page {
  right: 20px;
}
.gotop {
  position: fixed;
  bottom: 20px;
  z-index: 1501;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.gotop-show {
  visibility: hidden;
}
.fab,
.gotop-show {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.fab.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.gotop-show.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
}
.footer-title {
  font-size: 18px;
  letter-spacing: 7px;
}
.footer-text {
  font-size: 16px;
}
.footer-text a {
  display: inline-block;
  font-size: inherit;
  color: #26A862;
  text-decoration: underline;
}
.footer-area-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  background-color: #ffffff;
  padding: 45px 40px;
  border-top: 3px solid #1d9c58;
  gap: 10px;
  width: 100%;
  color: #555555;
}
.footer-area-1 span {
  max-width: 960px;
}
.footer-area-2 {
  background-image: linear-gradient(115deg, #72c361 1%, #4fb980 98%);
  padding: 6px 40px;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.footer-list-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 740px) {
  .footer-list-wrapper {
    flex-direction: column;
    gap: 0;
    padding-bottom: 14px;
  }
}
.footer-list ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
}
.footer-list ul a {
  font-size: 14px;
  color: #ffffff;
}
.footer-ul {
  list-style: none;
  display: flex;
  color: #474747;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0;
}
.footer-ul > :not(:last-child) {
  border-right: 1px solid #474747;
  padding-right: 20px;
  margin-right: 20px;
}








/* --------------------------- */

.relative {
  position: relative;
}

.reverse {
  flex-direction: column;
}

.w-full {
  width: 100%;
}

.space-between {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.space-between > img {
  width: 48px;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mb-16 {
  margin-bottom: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.max-120 {
  max-width: 120px !important;
}

.gap-ul > li:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 576px) {
  .reverse-m {
    flex-direction: column;
  }
  .reverse-m button {
    max-width: none;
  }
  .reverse-m a {
    max-width: none;
  }
}

.input-style {
  border: 1px solid #a5a5a5;
  border-radius: 8px;
  width: 186px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0 12px;
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  .input-style {
    width: calc(100% - 48px);
    margin: 12px 24px 0 24px;
  }
}
.input-search {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #474747;
}

.text-hl {
  color: #1d9c58;
}

.tree-point {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 34px;
  background: var(--linear, linear-gradient(90deg, #00994E 0%, #1C89C4 46.21%, #676ED5 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 2px;
}
.tree-point-lg {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 38px;
  background: var(--linear, linear-gradient(90deg, #00994E 0%, #1C89C4 46.21%, #676ED5 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 2px;
}

.point {
  color: #676ED5;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 26px;
}
.point-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.point-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.point-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 34px;
  color: #474747;
}

.notice {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  color: #474747;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #474747;
}
.notice-container {
  width: 100%;
  max-width: 1160px;
  margin: auto;
  color: #474747;
  padding: 40px 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .notice-container {
    padding: 40px 16px;
  }
}
.notice-container p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 24px;
  width: 100%;
  margin-bottom: 4px;
  margin-top: 8px;
}
.notice-ul {
  font-size: 14px;
  font-weight: 350;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 0;
  padding-left: 32px;
}
.notice-ul li {
  padding: 0px;
}
.notice-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.notice-wrapper.collapsed {
  max-height: 160px;
}

.gradient-mask {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, #F7F7F7 80%);
  pointer-events: none;
}

.notice-wrapper.expanded .gradient-mask {
  display: none;
}

.toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 8px;
  background: none;
  border: none;
  color: #1d9c58;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
}

.toggle-btn img {
  transition: transform 0.3s ease;
}

.toggle-btn img.rotate-up {
  transform: rotate(180deg);
}


.btn-more {
  background-color: #474747;
  border-radius: 100px;
  padding: 8px 25px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 26px;
}
.btn-more-outline {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 1px solid;
  color: #474747;
  border-radius: 100px;
  width: 100%;
  max-width: 182px;
  padding: 5px 0;
  margin: 0 auto;
  cursor: pointer;
}
.btn-more-outline p {
  padding-left: 16px;
  color: #474747;
  font-size: 14px;
  font-weight: 350;
  letter-spacing: 1px;
  line-height: 24px;
}
.btn-more-outline a {
  padding-left: 16px;
  color: #474747;
  font-size: 14px;
  font-weight: 350;
  letter-spacing: 1px;
  line-height: 24px;
}
.btn-pre {
  position: absolute;
  background-color: transparent;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  cursor: pointer;
}
.btn-pre img {
  box-shadow: 0px 2.25px 7.5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
}
@media screen and (max-width: 576px) {
  .btn-pre {
    bottom: 1%;
    transform: translateY(-1%);
  }
}
.btn-next {
  position: absolute;
  background-color: transparent;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  cursor: pointer;
}
.btn-next img {
  box-shadow: 0px 2.25px 7.5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
}
@media screen and (max-width: 576px) {
  .btn-next {
    bottom: 1%;
    transform: translateY(-1%);
  }
}
.btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
.btn-group-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}

.banner-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  overflow: hidden;
}
.banner-track {
  width: 100%;
  display: flex;
  transform: translateX(calc(-100% * var(--initial-index, 0)));
}
.banner-slide {
  min-width: 100%;
  display: flex;
}
@media screen and (max-width: 576px) {
  .banner-slide {
    flex-direction: column;
  }
}
.banner-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex: 1;
  background-color: #f4f4f4;
  height: 100%;
}
.banner-text-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.25rem;
  flex-direction: column;
  padding-bottom: 3rem;
  min-width: 430px;
}
@media screen and (max-width: 1048px) {
  .banner-text-wrapper {
    min-width: 0;
  }
}
@media screen and (max-width: 860px) {
  .banner-text-wrapper {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .banner-text-wrapper {
    padding: 50px 34px 62px 34px;
    width: 100%;
  }
}
.banner-text-title {
  color: #000000;
  font-size: 3.625rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: calc(3.625rem + 10px);
}
.banner-text-hint {
  color: #707070;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: calc(1.5rem + 10px);
}
.banner-img {
  display: flex;
  flex: 0.8;
}
.banner-img img {
  width: 100%;
}
.banner-scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 0px;
  padding-bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.banner-scroll :last-child {
  animation: float 1.5s ease-in-out infinite;
}
@media screen and (max-width: 576px) {
  .banner-scroll {
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-blend-mode: multiply;
  }
  .banner-scroll .m-scroll {
    content: url("./ic_scroll_w.svg");
  }
  .banner-scroll .m-arrow {
    content: url("./ic_scroll_arrow_w.svg");
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.tab {
  width: 100%;
  height: 48px;
  background: #f9f9f9;
  box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.1);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-y: hidden;
}
.tab::-webkit-scrollbar {
  display: none;
}
.tab-menu {
  color: #a4a4a4;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  list-style: none;
  padding: 0 20px;
  margin: 0;
  min-width: max-content;
}
.tab-menu li {
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}
.tab-menu li.active {
  color: #1d9c58;
}
.tab-menu li.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #1d9c58;
  border-radius: 2px;
}
.tab-link {
  color: #a4a4a4;
}
.tab-mask-wrapper {
  position: sticky;
  top: 70px;
  z-index: 1000;
}
@media screen and (max-width: 992px) {
  .tab-mask-wrapper {
    top: 52px;
  }
}
.tab-mask-main {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1050;
  display: none;
}
@media screen and (max-width: 576px) {
  .tab-mask-main {
    display: block;
  }
}

.tab.dragging {
  cursor: grabbing;
  user-select: none;
  -webkit-user-drag: none;
}

.activity {
  padding-top: 80px;
  margin: 0 auto;
  max-width: 1160px;
}
.activity-container {
  background-image: url("../assets/bg.svg");
  background-size: cover;
  background-position: bottom center;
}
@media screen and (max-width: 576px) {
  .activity {
    padding-top: 40px;
  }
}
.activity-block {
  margin: 0 24px 160px 24px;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .activity-block {
    margin-bottom: 40px;
  }
}
.activity-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-direction: column;
  padding-bottom: 45px;
}
.activity-text-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: calc(1.5rem + 10px);
  color: #474747;
}
.activity-text-title {
  font-size: 2.625rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: calc(2.625rem + 10px);
  color: #474747;
}
@media screen and (max-width: 480px) {
  .activity-text-title {
    font-size: 28px;
  }
}
.activity-text-hint {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: calc(1.5rem + 10px);
  color: #707070;
}
.activity-banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.activity-banner > img {
  width: 100%;
}
@media screen and (max-width: 860px) {
  .activity-banner {
    flex-direction: column;
  }
}
@media screen and (max-width: 860px) {
  .activity-banner-desktop {
    display: none;
  }
}
.activity-banner-m {
  display: none;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .activity-banner-m {
    display: block;
  }
}
.activity-banner-text {
  text-align: left;
  width: 100%;
  margin-left: 40px;
}
@media screen and (max-width: 860px) {
  .activity-banner-text {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.activity-banner-text :first-child {
  margin-bottom: 12px;
}
@media screen and (max-width: 860px) {
  .activity-banner-text :first-child {
    margin: 0;
  }
}
.activity-shop {
  width: 100%;
  max-width: 262px;
  min-height: 308px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  box-shadow: 0px 0px 28px 0px rgba(186, 186, 186, 0.12);
  backdrop-filter: blur(35px);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-direction: column;
}
.activity-shop-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 40px auto 16px auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 740px) {
  .activity-shop-wrapper {
    margin-top: 20px;
  }
}
.activity-shop-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin-bottom: 4px;
}
@media screen and (max-width: 740px) {
  .activity-shop-info {
    align-items: flex-start;
    flex-direction: column;
  }
}
.activity-shop-info .label {
  flex: 0 0 40%;
}
.activity-shop-info .address {
  flex: 0 0 60%;
}
.activity-shop-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  margin: auto;
}
.activity-shop-brand {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
}
.activity-shop-brand-img {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  flex-direction: column;
}
.activity-shop-brand-img img {
  width: 90px;
}
.activity-shop-single {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
}
.activity-shop-single img {
  width: 90px;
}
.activity-shop-single p {
  text-align: center;
}
@media screen and (max-width: 740px) {
  .activity-shop {
    max-width: none;
  }
}
.activity-shop-text {
  width: 100%;
  font-size: 14px;
  font-weight: 350;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: left;
  color: #474747;
  margin: 0;
  flex: 1;
  padding: 0;
}
.activity-shop-text-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #474747;
  margin-bottom: 2px;
}
.activity-shop-text li {
  margin-left: 18px;
}

.spacer {
  width: 262px;
  height: 1px;
  visibility: hidden;
}

.shop-dec {
  position: absolute;
  left: -8px;
  top: -10px;
}

ul.activity-shop-text li::marker {
  color: #1d9c58;
  font-size: 14px;
}

.brand-name {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #474747;
  text-align: left;
}

.divider-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.divider-title {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 22px;
  white-space: nowrap;
}
.divider-green {
  width: 100%;
  height: 1px;
  background-color: #1d9c58;
}
.divider-purple {
  width: 100%;
  height: 1px;
  background-color: #676ED5;
}

.week {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
}
@media screen and (max-width: 576px) {
  .week {
    width: 100%;
  }
}
.week-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.week-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  border-radius: 12px 12px 0px 0px;
  background: linear-gradient(94deg, #78CB9E 0.12%, #757EEC 99.88%);
  padding: 20px 0 16px 0px;
  z-index: 5;
}
.week-top-title {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 26px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100px;
  padding: 6px 16px;
}
.week-dec-left {
  position: absolute;
  left: 25px;
  top: -13px;
}
.week-dec-right {
  position: absolute;
  right: 25px;
  top: -13px;
}
.week-container {
  z-index: 4;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 12px 12px;
  box-shadow: 0px -3px 24px 0px rgba(97, 97, 97, 0.05), 0px 7px 24px 0px rgba(97, 97, 97, 0.1);
  backdrop-filter: blur(33px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  padding: 20px;
}
.week-container > img {
  width: 160px;
}
.week-container-title {
  width: 100%;
  color: #474747;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 28px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.week-container-text {
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 26px;
}
.week-page-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  max-width: 1000px;
  margin: 60px auto 60px auto;
}
@media screen and (max-width: 1048px) {
  .week-page-container {
    margin: 60px 32px;
  }
}
@media screen and (max-width: 576px) {
  .week-page-container {
    margin: 60px 32px 24px 32px;
  }
}
.week-page-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  width: 100%;
  margin-bottom: 60px;
}
.week-page-banner > img {
  width: 100%;
}
@media screen and (max-width: 1048px) {
  .week-page-banner {
    flex-direction: column;
    gap: 20px;
  }
}
.week-page-banner-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  flex-direction: column;
  height: 100%;
}
.week-page-banner-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: calc(1.5rem + 10px);
  color: #474747;
  margin-bottom: 12px;
  width: 100%;
}
.week-page-banner-text img {
  width: 160px;
}
@media screen and (max-width: 992px) {
  .week-page-banner-text img {
    width: 90px;
    height: auto;
  }
}

.page-back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  color: #474747;
}
.page-hint {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 22px;
  color: #474747;
}
.page-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  margin-bottom: 20px;
}
.page-header .social-media-desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.page-header .social-media-desktop button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .page-header .social-media-desktop {
    display: none;
  }
}

.media-show {
  display: none;
}
@media screen and (max-width: 576px) {
  .media-show {
    display: flex;
  }
}

.calendar-btn {
  display: none;
}
@media screen and (max-width: 576px) {
  .calendar-btn {
    display: flex;
  }
}

.alert {
  background-color: #474747;
  font-size: 2.375rem;
  font-weight: 500;
  letter-spacing: 1.125rem;
  line-height: calc(2.375rem + 10px);
  color: #ffffff;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.75rem;
  margin-bottom: 80px;
  max-height: 77px;
}
@media screen and (max-width: 1240px) {
  .alert {
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: 10px;
    line-height: calc(1.75rem + 10px);
    gap: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .alert {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 32px;
    gap: 8px;
    margin-bottom: 0;
  }
  .alert img {
    width: 32px;
    height: 32px;
  }
}

.fab {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 999;
  background-color: transparent;
  outline: none;
  border: none;
  visibility: hidden;
  z-index: 1500;
}
.fab > img {
  width: 160px;
}
@media screen and (max-width: 480px) {
  .fab > img {
    width: 120px;
  }
}
@media screen and (max-width: 480px) {
  .fab {
    right: 10px;
  }
}


.table {
  margin: 8px 0;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1800;
  justify-content: center;
  align-items: center;
  overscroll-behavior: none;
}
.modal-wrapper {
  position: relative;
}
.modal-content {
  background-color: #ffffff;
  box-shadow: 0px 0px 28px 0px rgba(186, 186, 186, 0.1215686275);
  padding: 32px 24px 32px 32px;
  border-radius: 10px;
  position: relative;
  width: calc(100% - 40px);
  max-width: 720px;
  max-height: 90dvh;
  margin: 0 20px;
  overscroll-behavior: none;
}
.modal-container {
  margin-top: 16px;
  overflow-y: auto;
  padding-right: 16px;
  max-height: 100%;
  overscroll-behavior: none;
}
.modal-container-title {
  color: #474747;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 26px;
  margin-bottom: 4px;
}
.modal-container-subtitle {
  color: #474747;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 8px 0;
}
.modal-title-list {
  color: #474747;
  font-size: 14px;
  font-weight: 350;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 0;
  padding-left: 24px;
}
.modal-title-list li a {
  word-break: break-word;
  white-space: normal;
}
.modal-title-main {
  color: #474747;
  font-size: 14px;
  font-weight: 350;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 0;
  padding-left: 24px;
}
.modal-ul-sub {
  padding: 0;
  margin-top: 4px;
  list-style: none;
}
.modal-ul-sub li {
  margin-left: 0;
}
.modal-tab {
  border-top: 1px solid #e7e7e7;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  background: #ffffff;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-y: hidden;
  z-index: 1000;
}
.modal-tab::-webkit-scrollbar {
  display: none;
}
.modal-tab-menu {
  color: #a4a4a4;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: max-content;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-right: 64px;
}
.modal-tab-menu li {
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}
.modal-tab-menu li.active {
  color: #1d9c58;
}
.modal-tab-menu li.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #1d9c58;
  border-radius: 2px;
}

.modal-container::-webkit-scrollbar {
  width: 6px;
}

.modal-container::-webkit-scrollbar-track {
  background: #ffffff;
}

.modal-container::-webkit-scrollbar-thumb {
  background: #a4a4a4;
  border-radius: 100px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.tab-mask {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  right: -8px;
  top: 0px;
}

.modal.active {
  display: flex;
}

.modal-tab.dragging {
  cursor: grabbing;
  user-select: none;
  -webkit-user-drag: none;
}

.name-wrapper {
  width: 100%;
}