.text-page-primary {
  color: var(--color-dryeyes);
}
.bg-page-light {
  background-color: var(--color-dryeyes-light);
}
.title-normal {
  color: var(--color-dryeyes);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.dryeyes-level th {
  color: var(--color-dryeyes);
  font-size: 18px;
}
.dryeyes-level td {
  font-size: 16px;
}
.dryeyes-level td:nth-child(2),
.dryeyes-level td:nth-child(3) {
  color: #8686b5;
}
.dryeyes-level td:nth-child(4),
.dryeyes-level td:nth-child(5) {
  color: #e95f99;
}
#treat article {
  display: none;
}
.treat label {
  transition: all ease 0.3s;
}
#treat-1:checked ~ label[for="treat-1"],
#treat-2:checked ~ label[for="treat-2"],
#treat-3:checked ~ label[for="treat-3"] {
  background-color: #f1f2ff;
}
#treat-1:checked ~ label[for="treat-2"],
#treat-2:checked ~ label[for="treat-1"],
#treat-3:checked ~ label[for="treat-1"] {
  background-color: #cdd0fe;
}
#treat-1:checked ~ label[for="treat-3"],
#treat-2:checked ~ label[for="treat-3"],
#treat-3:checked ~ label[for="treat-2"] {
  background-color: #bdc2ff;
}
#treat-1:checked ~ .treat-content-1,
#treat-2:checked ~ .treat-content-2,
#treat-3:checked ~ .treat-content-3 {
  display: block;
}
.treat-quota-main {
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  clip-path: polygon(0% 0%, 99.76% 8.63%, 98.85% 97.05%, 1.65% 99.2%);
}
.treat-content-1 .treat-quota-main {
  min-height: 120px;
}
.treat-content-2 .treat-quota-main {
  min-height: 280px;
}
.treat-quota-content {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  width: auto;
  height: auto;
  background-color: #f1f2ff;
  clip-path: polygon(0% 0%, 99.76% 8.63%, 98.85% 97.05%, 1.65% 99.2%);
}
#treat .treat-quota::before,
#treat .treat-quota::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
#treat .treat-quota::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOSIgaGVpZ2h0PSI1MyIgdmlld0JveD0iMCAwIDI5IDUzIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTQgMEw4IDguMTI1MDFMMjMgMTUuMjM0NEwyNSAxMi4xODc1TDE0IDBaIiBmaWxsPSIjNkQ2RDlFIi8+CiAgPHBhdGggZD0iTTQgMTAuMTU4MkwwIDMyLjUwMkgyNkwyOSAyMi4zNDU3TDQgMTAuMTU4MloiIGZpbGw9IiM2RDZEOUUiLz4KICA8cGF0aCBkPSJNOSA0NC42OTE0TDI1IDM4LjU5NzdMMjcgNDIuNjYwMkwxNCA1Mi44MTY0TDkgNDQuNjkxNFoiIGZpbGw9IiM2RDZEOUUiLz4KPC9zdmc+);
  width: 28px;
  height: 36px;
}
#treat .treat-quota::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSI0NSIgdmlld0JveD0iMCAwIDMzIDQ1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMyA2LjA5Mzc2VjEzLjIwMzFMMzEgMTUuMjM0NEwyOSAwTDMgNi4wOTM3NloiIGZpbGw9IiM2RDZEOUUiLz4KICA8cGF0aCBkPSJNNCAxNy4yNjM3TDAgMjUuMzg4N0wyNCA0NC42ODU2TDMzIDIzLjM1NzRMNCAxNy4yNjM3WiIgZmlsbD0iIzZENkQ5RSIvPgo8L3N2Zz4=);
  width: 24px;
  height: 32px;
}
.treat-content-1 .treat-quota::before {
  top: -12px;
  left: 8px;
  rotate: 30deg;
}
.treat-content-1 .treat-quota::after {
  bottom: 12px;
  right: 8px;
}
.treat-content-2 .treat-quota::before {
  top: 10%;
  left: 8px;
}
.treat-content-2 .treat-quota::after {
  bottom: 20%;
  right: 8px;
}
.types-swiper .swiper-slide {
  transition: opacity 0.3s ease;
}
.tabs-container {
  transition: transform 0.6s ease;
}
.tabs-container .causes-tab {
  opacity: 1;
  flex: 0 0 calc(100% / 3);
  transition: all 0.3s ease;
  will-change: transform, opacity;
}
.causes-desc {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.causes-desc.off {
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 413px) {
  #treat label {
    font-size: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .bubble-item {
    opacity: 0;
    transform: translateY(30px);
    animation: BubbleFloat 3s ease-in-out infinite;
  }
  .bubble-item:nth-child(4) {
    animation-delay: 0s;
  }
  .bubble-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .bubble-item:nth-child(6) {
    animation-delay: 0.6s;
  }
  .bubble-item:nth-child(3) {
    animation-delay: 1.2s;
  }
  .bubble-item:nth-child(1) {
    animation-delay: 0.9s;
  }
  .bubble-item:nth-child(2) {
    animation-delay: 1.5s;
  }
  .bubble-item:nth-child(7) {
    animation-delay: 1.8s;
  }
  .tabs-container .causes-tab:not(.on) {
    opacity: 0.55;
    padding-top: 36px;
  }
  .tabs-container .causes-tab.on {
    opacity: 1;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .title-normal {
    font-size: 36px;
  }
  .dryeyes-level th,
  .dryeyes-level td {
    font-size: 30px;
  }
  #treat .treat-quota::before {
    width: 32px;
    height: 56px;
  }
  #treat .treat-quota::after {
    width: 36px;
    height: 48px;
  }
  .treat-content-1 .treat-quota::before,
  .treat-content-2 .treat-quota::before {
    top: 25%;
    left: 32px;
    rotate: 0deg;
  }
  .treat-content-1 .treat-quota::after,
  .treat-content-2 .treat-quota::after {
    bottom: 25%;
    right: 32px;
  }
  .bubble-item {
    opacity: 1;
    transform: translate(0);
    animation: FloatText 5s ease-in-out infinite;
  }
  .bubble-item:nth-child(odd) {
    --move: -20px;
  }
  .bubble-item:nth-child(even) {
    --move: 20px;
  }
  bubble-item:nth-child(1) {
    animation-delay: 0s;
  }
  .bubble-item:nth-child(2) {
    animation-delay: 0.3s;
  }
  .bubble-item:nth-child(3) {
    animation-delay: 0.6s;
  }
  .bubble-item:nth-child(4) {
    animation-delay: 0.9s;
  }
  .bubble-item:nth-child(5) {
    animation-delay: 1.2s;
  }
  .bubble-item:nth-child(6) {
    animation-delay: 1.5s;
  }
  .bubble-item:nth-child(7) {
    animation-delay: 1.8s;
  }
  .tabs-container .causes-tab:not(.on) {
    padding-top: 88px;
  }
  .tabs-container .causes-tab.on {
    padding-top: 0;
  }
  .types-swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.15;
    width: 30%;
    transform: scale(0.8);
    transform-origin: bottom center;
  }
  .types-swiper .swiper-slide.swiper-slide-active {
    width: 40%;
  }
}
