@charset "UTF-8";
/* Paperlogy (Noonnu) */
@font-face {
  font-family: "Paperlogy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* YEONGJUSeonbi TTF (Noonnu) */
@font-face {
  font-family: "YeongjuSeonbi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2403@1.0/YEONGJUSeonbiTTF.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.content__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

:root {
  --sticky-header-height: 84px;
  --sticky-member-tabs-height: 58px;
}

body {
  padding-top: var(--sticky-header-height);
}

.member-tabs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: sticky;
  top: var(--sticky-header-height);
  z-index: 960;
  padding-bottom: 20px;
  padding-top: 30px;
  background: #f5f9ff;
  backdrop-filter: none;
}

.member-tabs__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
  font-family: "Paperlogy", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #b3b6b9;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.member-tabs__item:last-child:before {
  display: none;
}
.member-tabs__item .member-tabs__icon {
  opacity: 0.5;
}
.member-tabs__item:before {
  content: "";
  width: 2px;
  height: 16px;
  background: #cecece;
  position: absolute;
  right: -15px;
}
.member-tabs__item:hover {
  border-color: #b7bcc2;
  color: #222;
}
.member-tabs__item:hover .member-tabs__icon {
  opacity: 1;
}
.member-tabs__item--current {
  color: #222;
}
.member-tabs__item--current .member-tabs__icon {
  opacity: 1;
}

.member-tabs__icon {
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
  z-index: 980;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.site-header .content__inner {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.site-footer {
  display: flex;
  justify-content: center;
  padding: 35px 0;
}
.site-footer .content__inner {
  display: flex;
  gap: 80px;
}
.site-footer .content__inner address {
  color: #000;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}

.site-content {
  display: flex;
  justify-content: center;
  background: #f5f9ff;
}
.site-content .content__inner {
  display: flex;
  flex-direction: column;
  padding: 20px 0 50px 0;
  box-sizing: border-box;
}

.sub-timecare {
  width: 100%;
}

.sub-tabs {
  margin-bottom: 0;
  position: sticky;
  top: calc(30px + var(--sticky-header-height) + var(--sticky-member-tabs-height));
  z-index: 950;
  padding-top: 8px;
  border-bottom: 20px solid #efe3ff;
  background: #f5f9ff;
}
.sub-tabs:has(.sub-tabs__link--orange.sub-tabs__link--current) {
  border-bottom-color: #fff0cf;
}
.sub-tabs:has(.sub-tabs__link--pink.sub-tabs__link--current) {
  border-bottom-color: #f7dff3;
}
.sub-tabs:has(.sub-tabs__link--blue.sub-tabs__link--current) {
  border-bottom-color: #c1d8fd;
}
.sub-tabs:has(.sub-tabs__link--gray.sub-tabs__link--current) {
  border-bottom-color: #d5e6e9;
}
.sub-tabs:has(.sub-tabs__link--yellow.sub-tabs__link--current) {
  border-bottom-color: #fdffca;
}
.sub-tabs:has(.sub-tabs__link--green.sub-tabs__link--current) {
  border-bottom-color: #cbf3d9;
}
.sub-tabs:has(.sub-tabs__link--purple.sub-tabs__link--current) {
  border-bottom-color: #efe3ff;
}

.sub-tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 5px;
  align-items: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sub-tabs__list .sub-tabs__item a {
  text-decoration: none;
}

.sub-tabs__link {
  position: relative;
  display: block;
  min-width: 112px;
  padding: 14px 25px 16px;
  border-radius: 20px 20px 0 0;
  font-family: "Paperlogy", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  color: #3d3d3d;
  text-align: center;
  transition: color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.sub-tabs__link:focus-visible {
  outline: 3px solid #1c5ed9;
  outline-offset: 2px;
}
.sub-tabs__link.sub-tabs__link--current::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #209e4e;
}
.sub-tabs__link.sub-tabs__link--current {
  font-size: 20px;
}
.sub-tabs__link--yellow {
  background: #fdffca;
}
.sub-tabs__link--yellow.sub-tabs__link--current {
  background: #fdffca;
  font-weight: bold;
  color: #ffcc33;
}
.sub-tabs__link--yellow.sub-tabs__link--current::after {
  background: #ffcc33;
}
.sub-tabs__link--orange {
  background: #fff0cf;
}
.sub-tabs__link--orange.sub-tabs__link--current {
  background: #fff0cf;
  font-weight: bold;
  color: #f5a92f;
}
.sub-tabs__link--orange.sub-tabs__link--current::after {
  background: #f5a92f;
}
.sub-tabs__link--pink {
  background: #f7dff3;
}
.sub-tabs__link--pink.sub-tabs__link--current {
  background: #f7dff3;
  font-weight: bold;
  color: #bf72a8;
}
.sub-tabs__link--pink.sub-tabs__link--current::after {
  background: #bf72a8;
}
.sub-tabs__link--blue {
  background: #c1d8fd;
}
.sub-tabs__link--blue.sub-tabs__link--current {
  background: #c1d8fd;
  font-weight: bold;
  color: #4f79c9;
}
.sub-tabs__link--blue.sub-tabs__link--current::after {
  background: #4f79c9;
}
.sub-tabs__link--gray {
  background: #d5e6e9;
}
.sub-tabs__link--gray.sub-tabs__link--current {
  background: #d5e6e9;
  font-weight: bold;
  color: #507883;
}
.sub-tabs__link--gray.sub-tabs__link--current::after {
  background: #507883;
}
.sub-tabs__link--green {
  background: #cbf3d9;
}
.sub-tabs__link--green.sub-tabs__link--current {
  background: #cbf3d9;
  font-weight: bold;
  color: #209e4e;
}
.sub-tabs__link--green.sub-tabs__link--current::after {
  background: #209e4e;
}
.sub-tabs__link--purple {
  background: #efe3ff;
}
.sub-tabs__link--purple.sub-tabs__link--current {
  background: #efe3ff;
  font-weight: bold;
  color: #8c6ad6;
}
.sub-tabs__link--purple.sub-tabs__link--current::after {
  background: #8c6ad6;
}

.sub-banner {
  --sub-banner-theme-color: #cbf3d9;
  --sub-banner-theme-dark: #5bad78;
  z-index: 1;
  padding: 20px;
  padding-bottom: 400px;
  border-radius: 0 0 30px 30px;
  background-color: #cbf3d9;
  background-image: url(../img/sub-bottom-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.sub-banner--orange {
  --sub-banner-theme-color: #fff0cf;
  --sub-banner-theme-dark: #d39a3c;
  background-color: #fff0cf;
}
.sub-banner--pink {
  --sub-banner-theme-color: #f7dff3;
  --sub-banner-theme-dark: #bf72a8;
  background-color: #f7dff3;
}
.sub-banner--blue {
  --sub-banner-theme-color: #c1d8fd;
  --sub-banner-theme-dark: #4f79c9;
  background-color: #c1d8fd;
}
.sub-banner--gray {
  --sub-banner-theme-color: #d5e6e9;
  --sub-banner-theme-dark: #6f8d95;
  background-color: #d5e6e9;
}
.sub-banner--yellow {
  --sub-banner-theme-color: #fdffca;
  --sub-banner-theme-dark: #b3b54a;
  background-color: #fdffca;
}
.sub-banner--green {
  --sub-banner-theme-color: #cbf3d9;
  --sub-banner-theme-dark: #5bad78;
  background-color: #cbf3d9;
}
.sub-banner--purple {
  --sub-banner-theme-color: #efe3ff;
  --sub-banner-theme-dark: #8c6ad6;
  background-color: #efe3ff;
}

.sub-banner__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  margin: 0 auto;
}
.sub-banner__inner .sub-banner__top-content {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.sub-banner__inner .sub-banner__top-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sub-banner-top-content-star.png) no-repeat center center;
  background-size: auto;
  z-index: 0;
}
.sub-banner__inner .sub-banner__top-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1370px;
  height: 335px;
  background-color: var(--sub-banner-theme-color);
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1370' height='335' viewBox='0 0 1370 335' fill='none'%3E%3Cpath d='M0 305.218V37.3847V0H1370V288.783C1132.36 111.937 917.226 170.308 839.366 221.599C509.611 350.656 201.339 355.747 0 305.218Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  -webkit-mask-size: 1370px 335px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1370' height='335' viewBox='0 0 1370 335' fill='none'%3E%3Cpath d='M0 305.218V37.3847V0H1370V288.783C1132.36 111.937 917.226 170.308 839.366 221.599C509.611 350.656 201.339 355.747 0 305.218Z' fill='black'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: top left;
  mask-size: 1370px 335px;
}
.sub-banner__inner .sub-banner__top-content > * {
  position: relative;
  z-index: 1;
}
.sub-banner__inner .sub-banner__top-content .sub-banner__top-content-icon {
  margin-top: -70px;
}

.sub-banner__intro {
  flex: 1 1 320px;
  min-width: 280px;
  padding: 60px;
  box-sizing: border-box;
}

.sub-banner__title {
  margin-bottom: 20px;
  color: #212121;
  font-family: Paperlogy;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}

.sub-banner--green .sub-banner__title span {
  color: #209e4e;
}

.sub-banner--purple .sub-banner__title span {
  color: #8c6ad6;
}

.sub-banner--yellow .sub-banner__title span {
  color: #ffcc33;
}

.sub-banner--gray .sub-banner__title span {
  color: #507883;
}

.sub-banner--blue .sub-banner__title span {
  color: #4f79c9;
}

.sub-banner--pink .sub-banner__title span {
  color: #bf72a8;
}

.sub-banner--orange .sub-banner__title span {
  color: #f5a92f;
}

.sub-banner__desc {
  color: #000;
  font-family: Paperlogy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  word-break: keep-all;
  padding-right: 30px;
  height: 80px;
}
.sub-banner__desc br {
  display: none;
}

.sub-banner__visual {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  flex: 1 1 400px;
  padding-top: 60px;
}

.sub-banner__illust {
  flex: 0 0 auto;
  max-width: min(280px, 100%);
  height: auto;
}

.sub-banner__blocks {
  width: 100px;
  height: 120px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff8a65 0%, #ffd54f 25%, #4fc3f7 50%, #81c784 100%);
  opacity: 0.9;
}

.sub-banner__photo {
  margin: 0;
  padding: 8px;
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: visible;
}
.sub-banner__photo img {
  overflow: hidden;
  background: #fff;
  border-radius: 65px;
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  width: 460px;
  height: auto;
}
.sub-banner__photo span {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 65px;
  z-index: -1;
}

.sub-article {
  width: 100%;
  padding: 40px 44px 48px;
  border-radius: 0 0 20px 20px;
  background: #fff;
}

.caution {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #777;
  font-weight: 500;
}

.sub-article--panel[hidden] {
  display: none;
}

.subText {
  font-size: 20px;
  color: #929292;
  font-weight: 500;
}

.sub-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 36px 0 20px;
  font-family: "Paperlogy", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #252525;
}
.sub-section-title:first-child {
  margin-top: 0;
}
.sub-section-title__accent {
  position: relative;
  flex-shrink: 0;
  width: 11px;
  height: 26px;
}
.sub-section-title__accent::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 11px;
  height: 26px;
  background: #494949;
  clip-path: path("M0 6C0 2.96243 2.46243 0.5 5.5 0.5C8.53757 0.5 11 2.96243 11 6V25.5H0V6Z");
}
.sub-section-title__accent::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--sub-banner-theme-dark);
}

.sub-block {
  margin-bottom: 40px;
}
.sub-block p {
  font-family: "Paperlogy", sans-serif;
  line-height: 160%;
  color: #121212;
}
.sub-block__title {
  margin-bottom: 12px;
  font-family: "Paperlogy", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #252525;
}

.sub-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
}

.sub-steps__item {
  position: relative;
  flex: 0 1 auto;
  max-width: 100%;
}

.sub-steps__num {
  font-family: "Paperlogy", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: var(--sub-banner-theme-dark);
}

.sub-steps__label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border: 1px solid #bbbbbb;
  border-radius: 999px;
  background: #fafafa;
  font-family: "Paperlogy", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #070606;
  word-break: keep-all;
}

.sub-steps__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--sub-banner-theme-dark);
  border-right: 2px solid var(--sub-banner-theme-dark);
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.sub-table-wrap {
  overflow-x: auto;
}

.sub-table {
  border-top: 2px solid #212121;
  width: 100%;
  border-collapse: collapse;
  font-family: "Paperlogy", sans-serif;
  font-size: 15px;
  text-align: center;
}
.sub-table th,
.sub-table td {
  padding: 14px 16px;
  border: 1px solid #ddd;
  vertical-align: middle;
  line-height: 160%;
}
.sub-table thead th {
  background: #f8f8f8;
  font-weight: 600;
  color: #333;
}
.sub-table tbody th[scope=row] {
  background: #f8f8f8;
  font-weight: 600;
  color: #212121;
}

.sub-table__col-label {
  width: 22%;
}

.sub-table__cell--left {
  text-align: left;
}

.sub-list {
  margin: 0;
  padding-left: 0;
  font-family: "Paperlogy", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}
.sub-list__title {
  font-weight: 700;
  color: #252525;
  margin-right: 2px;
}
.sub-list--bullet {
  list-style: none;
}
.sub-list--bullet > li {
  position: relative;
  padding-left: 18px;
}
.sub-list--bullet > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sub-banner-theme-dark);
}
.sub-list--dash {
  margin-top: 8px;
  padding-left: 16px;
  list-style: none;
}
.sub-list--dash li {
  position: relative;
  padding-left: 14px;
}
.sub-list--dash li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #666;
}

.playroom-photo-row {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.playroom-photo-row__item {
  flex: 1;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
}

.playroom-photo-row__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-footer-visual {
  position: relative;
  margin-top: 48px;
  padding: 48px 24px 32px;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(180deg, #e8f6e4 0%, #d4edc8 100%);
  overflow: hidden;
}
.sub-footer-visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 24' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,0 L0,16 Q300,0 600,16 T1200,16 L1200,0 Z'/%3E%3C/svg%3E") no-repeat center bottom;
  background-size: 100% 100%;
  pointer-events: none;
}

.sub-footer-visual__welcome {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  font-family: "Paperlogy", sans-serif;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 800;
  letter-spacing: 0.15em;
  text-align: center;
  color: #ff7043;
  text-shadow: 1px 2px 0 rgba(255, 255, 255, 0.8);
}

.sub-footer-visual__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sub-footer-visual__star {
  position: absolute;
  width: clamp(48px, 8vw, 90px);
  height: auto;
  opacity: 0.95;
}
.sub-footer-visual__star--1 {
  left: 8%;
  top: 28%;
}
.sub-footer-visual__star--2 {
  left: 50%;
  top: 12%;
  transform: translateX(-50%);
}
.sub-footer-visual__star--3 {
  right: 8%;
  top: 26%;
}

.sub-footer-visual__characters {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 24px 48px;
}

.sub-footer-visual__char {
  max-width: min(240px, 38vw);
  height: auto;
}
.sub-footer-visual__char--left {
  order: 1;
}
.sub-footer-visual__char--right {
  order: 2;
}

.playroom-photo-row {
  display: flex;
}
.playroom-photo-row .playroom-photo-row__item {
  flex: 1 1;
  display: flex;
}
.playroom-photo-row .playroom-photo-row__item img {
  width: 100%;
  height: 100%;
}

.floating-quick-link {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  display: flex;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-family: "Paperlogy", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  overflow: hidden;
  isolation: isolate;
  transition: width 0.24s ease, transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.floating-quick-link .floating-quick-link__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: left 0.24s ease;
}
.floating-quick-link .floating-quick-link__icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.floating-quick-link .floating-quick-link__label {
  position: absolute;
  left: 42px;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.24s ease;
}
.floating-quick-link:hover, .floating-quick-link:focus-visible {
  width: var(--quick-expanded-width, 220px);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
}
.floating-quick-link:hover .floating-quick-link__icon, .floating-quick-link:focus-visible .floating-quick-link__icon {
  left: 22px;
}
.floating-quick-link:hover .floating-quick-link__label, .floating-quick-link:focus-visible .floating-quick-link__label {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.floating-quick-link:focus-visible {
  outline: 3px solid #8cc2ff;
  outline-offset: 2px;
}

.floating-center-link {
  --quick-expanded-width: 272px;
  background: #f68592;
}
.floating-center-link:hover, .floating-center-link:focus-visible {
  background: #ff596c;
}

.floating-way-link {
  --quick-expanded-width: 132px;
  bottom: 84px;
  background: #79c9ff;
}
.floating-way-link:hover, .floating-way-link:focus-visible {
  background: #4bb1ff;
}

.floating-top-link {
  --quick-expanded-width: 48px;
  bottom: 144px;
  background: #a6d673;
}
.floating-top-link:hover, .floating-top-link:focus-visible {
  background: #8db95d;
}
.floating-top-link:hover .floating-quick-link__icon, .floating-top-link:focus-visible .floating-quick-link__icon {
  left: 50%;
}
.floating-top-link:hover .floating-quick-link__label, .floating-top-link:focus-visible .floating-quick-link__label {
  opacity: 0;
  transform: translateY(-50%) translateX(8px);
}

@media (prefers-reduced-motion: reduce) {
  .sub-tabs__link {
    transition: none;
  }
  .floating-center-link {
    transition: none;
  }
  .floating-way-link {
    transition: none;
  }
}/*# sourceMappingURL=common.css.map */