/* 변수 */

:root {
  --c-black-1: #111111;
  --c-black-2: #191919;
  --c-black-3: #343434;

  --c-white: #fff;

  --c-blue-1: #004fff;
  --c-blue-2: #4da6ff;
  --c-blue-3: #4d62ff;
  --c-blue-4: #0f4edd;
  --c-blue-5: #5489ff;
  --c-blue-6: #0d1d50;

  --c-transparent-1: rgba(255, 255, 255, 0.2);
  --c-transparent-2: rgba(17, 17, 17, 0.5);

  --c-bg-1: #f7fafc;
  --c-bg-2: #f3f7fa;
  --c-bg-3: #0a0312;
  --c-bg-4: #ebf4ff;
  --c-bg-5: #f5f8ff;

  --c-border: #ddd;

  --c-ph: #9e9e9e;

  --l-1: linear-gradient(288deg, #4da6ff 7.08%, #8be0fe 86.37%);
  --l-2: linear-gradient(297deg, #bcd0ff 0%, #dffaff 100.01%);
  --l-3: linear-gradient(287deg, #3372ff 40.48%, #004fff 88.81%);
  --l-4: linear-gradient(270deg, rgba(175, 228, 255, 0) 7.85%, #afe4ff 43.2%);
  --l-5: linear-gradient(90deg, #4d62ff 32.88%, rgba(77, 98, 255, 0) 86.86%);
  --l-6: linear-gradient(90deg, #4da6ff 39.68%, rgba(77, 166, 255, 0) 90.64%);

  --shadow-1: 4px 10px 20px 0 rgba(0, 0, 0, 0.1);

  --pd-320: 320px;
  --pd-280: 280px;
  --pd-200-1: 200px;
  --pd-200-2: 200px;
  --pd-180-1: 180px;
  --pd-180-2: 180px;
  --pd-180-3: 180px;
  --pd-120: 120px;
  --pd-100: 100px;

  --max-w: 1560px;

  --fs-150: 150px;
  --fs-80: 80px;
  --fs-60-1: 60px;
  --fs-60-2: 60px;
  --fs-50: 50px;
  --fs-48: 48px;
  --fs-44: 44px;
  --fs-40: 40px;
  --fs-34: 34px;
  --fs-30: 30px;
  --fs-24: 24px;
  --fs-22: 22px;
  --fs-20-1: 20px;
  --fs-20-2: 20px;
  --fs-20-3: 20px;
  --fs-18: 18px;
  --fs-16: 16px;

  --br-30: 30px;
  --br-20: 20px;
  --br-15: 15px;
  --br-10: 10px;
}

.onlyPc {
  display: block !important;
}

.onlyMo {
  display: none !important;
}
.onlyPc767 {
  display: block !important;
}

.onlyMo767 {
  display: none !important;
}

@media all and (max-width: 1719px) {
  :root {
    --pd-320: 280px;
    --pd-280: 260px;
    --pd-200-1: 180px;
    --pd-200-2: 180px;
    --pd-180-1: 140px;
  }
}
@media all and (max-width: 1639px) {
  :root {
    --pd-320: 240px;
    --pd-280: 240px;
    --pd-200-1: 160px;
    --pd-200-2: 160px;
    --pd-180-1: 120px;
    --pd-180-2: 160px;
    --pd-180-3: 160px;

    --fs-150: 140px;
    --fs-80: 72px;
    --fs-60-1: 52px;
    --fs-60-2: 52px;
    --fs-48: 44px;
    --fs-24: 22px;
  }
}
@media all and (max-width: 1400px) {
  :root {
    --pd-320: 200px;
    --pd-280: 220px;
    --pd-200-1: 140px;
    --pd-200-2: 140px;

    --fs-150: 120px;
    --fs-80: 64px;
    --fs-60-1: 48px;
    --fs-60-2: 48px;
    --fs-40: 32px;
    --fs-34: 30px;
    --fs-20-1: 18px;
    --fs-20-2: 18px;
  }
}
@media all and (max-width: 1199px) {
  :root {
    --pd-320: 110px;
    --pd-280: 200px;
    --pd-200-1: 120px;
    --pd-200-2: 120px;
    --pd-180-1: 100px;
    --pd-180-2: 140px;
    --pd-180-3: 140px;

    --pd-120: 100px;

    --fs-150: 100px;
    --fs-80: 56px;
    --fs-60-1: 44px;
    --fs-60-2: 44px;
    --fs-50: 40px;
    --fs-48: 36px;
    --fs-44: 34px;
    --fs-40: 30px;
    --fs-34: 28px;
    --fs-30: 24px;
    --fs-24: 20px;
    --fs-22: 20px;
    --fs-20-3: 15px;
    --fs-18: 16px;

    --br-30: 20px;
    --br-20: 10px;
    --br-15: 10px;
  }

  .onlyPc {
    display: none !important;
  }
  .onlyMo {
    display: block !important;
  }
}
@media all and (max-width: 1023px) {
  :root {
    --pd-200-1: 100px;
    --pd-200-2: 110px;
    --pd-180-1: 80px;
    --pd-180-2: 120px;
    --pd-180-3: 50px;

    --pd-100: 80px;

    --fs-60-1: 40px;
    --fs-60-2: 40px;
    --fs-48: 32px;
    --fs-44: 28px;
    --fs-34: 24px;
    --fs-30: 20px;
    --fs-24: 18px;
  }
}
@media all and (max-width: 767px) {
  :root {
    --pd-200-1: 80px;
    --pd-180-1: 60px;
    --pd-180-2: 100px;

    --pd-100: 60px;

    --fs-150: 80px;
    --fs-80: 48px;
    --fs-60-1: 36px;
    --fs-60-2: 36px;
    --fs-48: 30px;
    --fs-50: 36px;
    --fs-34: 20px;
    --fs-24: 16px;
  }

  .onlyPc767 {
    display: none !important;
  }
  .onlyMo767 {
    display: block !important;
  }
}
@media all and (max-width: 560px) {
  :root {
    --pd-200-1: 60px;
    --pd-180-1: 40px;
    --pd-100: 40px;

    --fs-50: 32px;
    --fs-34: 16px;
  }
}
@media all and (max-width: 480px) {
  :root {
    --pd-280: 187px;
    --pd-200-1: 50px;
    --pd-180-1: 20px;
    --pd-180-2: 80px;

    --pd-120: 80px;
    --pd-100: 20px;

    --fs-80: 40px;
    --fs-60-1: 30px;
    --fs-60-2: 30px;
    --fs-50: 24px;
    --fs-44: 24px;
    --fs-40: 20px;
    --fs-34: 13px;
    --fs-30: 18px;
    --fs-24: 16px;
    --fs-22: 17px;
    --fs-20-1: 17px;
    --fs-20-2: 16px;
    --fs-18: 16px;

    --br-30: 10px;
  }
}
@media all and (max-width: 380px) {
  :root {
    --fs-60-1: 24px;
    --fs-60-2: 24px;
  }
}

/* 레이아웃 */

main {
  max-width: 100vw;
  overflow: hidden;
}

.ctn {
  margin: 0 auto;
}

.controlMax {
  width: 100%;
  max-width: 1560px;
}

.sidePd {
  padding-left: var(--pd-180-1);
  padding-right: var(--pd-180-1);
}

.sidePdMo {
}

.verticalPd {
  padding-top: var(--pd-180-1);
  padding-bottom: var(--pd-180-1);
}
.verticalPdMid {
  padding-top: var(--pd-180-3);
  padding-bottom: var(--pd-180-3);
}

.verticalPdBig {
  padding-top: var(--pd-180-2);
  padding-bottom: var(--pd-180-2);
}
.verticalPdBigger {
  padding-top: var(--pd-200-1);
  padding-bottom: var(--pd-200-1);
}
.verticalPdHuge {
  padding-top: var(--pd-280);
  padding-bottom: var(--pd-280);
}
.verticalPdMax {
  padding-top: var(--pd-320);
  padding-bottom: var(--pd-320);
}

.topPd {
  padding-top: var(--pd-180-1);
}
.topPdBig {
  padding-top: var(--pd-180-2);
}
.topPdBigger {
  padding-top: var(--pd-200-1);
}
.topPdBigger2 {
  padding-top: var(--pd-200-2);
}

.bottomPd {
  padding-bottom: var(--pd-180-1);
}
.bottomPdBig {
  padding-bottom: var(--pd-180-2);
}

/* 공통 */

.w100 {
  width: 100%;
}

.alignAuto {
  align-self: auto;
}

/* 버튼 */

.inquiryButton {
  width: auto;
  display: flex;
  padding: 18px 34px;
  justify-content: start;
  align-items: center;
  align-self: self-start;
  gap: 10px;
  border-radius: 100px;
  background: var(--l-3);
  background-size: 200% 200%;
  background-position: 0% 50%;
  color: var(--c-white);
  font-size: var(--fs-22);
  font-weight: 700;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.inquiryButton:hover {
  background-position: 100% 50%;
}

.inquiryButton.white {
  background: transparent;
  border: 1px solid var(--c-white);
  color: var(--c-white);
}

/* hover 시 일반 inquiryButton과 동일한 효과 적용 */
.inquiryButton.white:hover {
  background: var(--l-3);
  background-size: 200% 200%;
  background-position: 100% 50%;
  border-color: transparent; /* 필요하면 유지 or 제거 가능 */
  color: var(--c-white);
  transition: background-position 0.6s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
}

.downloadButton {
  display: flex;
  padding: 18px 34px;
  justify-content: center;
  align-items: center;
  gap: 14px;

  background-color: var(--c-blue-4);
  transition: all 0.3s ease-in-out;
  border-radius: 100px;
  color: var(--c-white);
  font-size: var(--fs-22);
  font-weight: 700;
  cursor: pointer;
}

.downloadButton:hover {
  background-color: var(--c-blue-6);
}

/* text */

body {
  color: var(--c-black-1);
}

.highlight {
  background-image: var(--l-3);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.blue {
  color: var(--c-blue-4);
}
.lightBlue {
  color: var(--c-blue-2);
}

.center {
  text-align: center;
}

.left {
  text-align: left !important;
}
.leftMoCenter {
  text-align: left !important;
}

.headline {
  font-size: var(--fs-60-1);
  font-weight: 600;
  line-height: 135%;
}

.subHeadline {
  font-size: var(--fs-30);
  font-weight: 400;
  line-height: 140%;
}

.bigTitle {
  font-size: var(--fs-50);
  font-weight: 400;
  line-height: 140%;
}
.midTitle {
  font-size: var(--fs-48);
  font-weight: 600;
  line-height: 140%;
}

.noWrap {
  white-space: nowrap;
}

.title {
  text-align: center;
  font-size: var(--fs-44);
  font-weight: 700;
  line-height: 140%;
}

.subTitle {
  text-align: center;
  font-size: var(--fs-24);
  font-weight: 400;
  line-height: 140%;
}

.subTitleTag {
  width: auto;
  display: flex;
  padding: 6px 18px;
  justify-content: center;
  align-items: center;

  border-radius: 100px;
  background: var(--c-blue-1);

  color: var(--c-white);
  text-align: center;
  font-size: var(--fs-24);
  font-weight: 500;
  line-height: 140%;
}

.black {
  color: var(--c-black-1) !important;
}

.white {
  color: var(--c-white) !important;
}

.bold {
  font-weight: 700;
}

.fw400 {
  font-weight: 400;
}
.boldMo {
}

.underlineImg {
  position: relative;
  z-index: 2;
}

.underlineImg::before {
  content: "";
  display: block;
  width: 100%;
  height: 120%;
  background: url(/public/icons/main-sec-04-underline-all.svg) no-repeat center
    bottom / 100%;
  position: absolute;
  top: 0;
  left: 0%;
  z-index: -1;
}

.underlineImgOnlyPc {
  position: relative;
  z-index: 2;
}

.underlineImgOnlyPc::before {
  content: "";
  display: block;
  width: 100%;
  height: 145%;
  background: url(/public/icons/main-sec-04-underline-all.svg) no-repeat center
    bottom / 100%;
  position: absolute;
  top: 0;
  left: 5%;
  z-index: -1;
}

.underlineImgOnlyMo {
  position: relative;
  z-index: 2;
}

.underline {
  text-decoration: underline;
}

@media all and (max-width: 1199px) {
  .underlineImgOnlyPc::before {
    content: none;
    display: none;
  }
  .underlineImgOnlyMo::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/public/icons/main-sec-04-underline-all.svg) no-repeat
      center bottom / 100%;
    position: absolute;
    top: 0;
    left: 5%;
    z-index: -1;
  }
  .boldMo {
    font-weight: 700 !important;
  }
  .leftMoCenter {
    text-align: center !important;
  }
}
@media all and (max-width: 1023px) {
}
@media all and (max-width: 767px) {
}
@media all and (max-width: 481px) {
}

.tag {
  width: auto;
  display: flex;
  padding: 6px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 80px;
  background: var(--c-transparent-1);

  color: var(--c-white);
  text-align: center;
  font-size: var(--fs-24);
  font-weight: 600;
}

.numUnit {
  display: flex;
  align-items: center;
  gap: 5px;
}

.numUnit .num {
  color: var(--c-white);
  font-size: var(--fs-80);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.6px;
}
.numUnit .unit {
  padding-top: 38px;
  align-self: stretch;
  color: var(--c-white);
  font-size: var(--fs-20-1);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.4px;
}

.category {
  color: var(--c-blue-5);
  text-align: center;
  font-family: Poppins;
  font-size: var(--fs-20-1);

  font-weight: 300;
  line-height: 140%;
  text-transform: capitalize;
}

.linkButton {
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;

  border-radius: 100px;
  background: var(--l-3);

  color: #fff;
  font-size: var(--fs-16);

  font-weight: 600;
}

.goToLinkButton {
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;

  border-radius: 50%;
  background: var(
    --l-3,
    linear-gradient(287deg, #3372ff 40.48%, #004fff 88.81%)
  );
}
.goToLinkButton img {
  max-width: 41px;
  width: 100%;
  aspect-ratio: 1/1;
}
.cardItem {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cardItem::before {
  content: "";
  position: absolute;
  inset: -15%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-120%) skewX(-20deg);
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  transition: opacity 0.25s ease;
  border-radius: inherit;
}

.cardItem:hover::before {
  opacity: 1;
  animation: card-shine 1s ease forwards;
}

@keyframes card-shine {
  0% {
    transform: translateX(-120%) skewX(-20deg);
  }
  100% {
    transform: translateX(120%) skewX(-20deg);
  }
}

.flowBar {
  background-color: var(--c-blue-3);
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}
.flowBar.big {
  padding: 50px 0;
  background-color: transparent;
}
.flowBar.dark {
  background-color: var(--c-blue-6);
}
.flowBar .flowInner {
  display: flex;
  white-space: nowrap;
}
.flowBar p {
  display: flex;
  white-space: nowrap;
  animation: flow 20s linear infinite;
}
.flowBar.big p {
  display: flex;
  white-space: nowrap;
  animation: flow 50s linear infinite;
}
.flowBar span {
  font-family: Montserrat;
  font-size: var(--fs-24);
  font-weight: 500;

  position: relative;
  padding: 0 28px;
  width: auto;
}
.flowBar.big span {
  color: rgba(77, 166, 255, 0.15);
  font-family: Montserrat;
  font-size: var(--fs-150);
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  padding: 0;
}

.flowBar span::after {
  content: "";
  position: absolute;
  display: block;

  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 6px;
  aspect-ratio: 1/1;
  background: var(--c-white);
  border-radius: 50%;
}

.flowBar.big span::after {
  content: "";
  position: absolute;
  display: block;

  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  aspect-ratio: 1/1;
  background: rgba(77, 166, 255, 0.15);
  border-radius: 50%;
}

@keyframes flow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.logoFlow {
  overflow: hidden;
  width: 100%;
}

.flowTrack {
  display: flex;
  width: max-content;
  animation: flow 20s linear infinite;
}

.flowTrack img {
  width: auto;
  height: 80px;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.floating {
  animation: float 3s ease-in-out infinite;
}

/* 헤더 */

header.onlyPc {
  position: fixed;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);

  background: transparent;
  transition: background-color 0.4s ease;
  z-index: 1000;
}

header.light.scrolled {
  background: var(--c-white);
}
header.dark.scrolled {
  background: var(--c-bg-3);
}

header.onlyPc div {
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
}

header.onlyPc nav {
  display: flex;
  justify-content: start;
  gap: 60px;
}

header.onlyPc nav .logo img {
  width: 239px;
  height: 40px;
  aspect-ratio: 239/40;
}

header.light nav .logo img.light {
  display: block;
}
header.light nav .logo img.dark {
  display: none;
}
header.dark nav .logo img.light {
  display: none;
}
header.dark nav .logo img.dark {
  display: block;
}

header .logo h1 {
  display: none;
}

header.onlyPc nav ul {
  display: flex;
  gap: 40px;
  align-items: center;
}

header.onlyPc nav ul li .navItem {
  font-size: var(--fs-18);
  font-weight: 500;

  transition: all 0.3s ease-in-out;
}

header.onlyPc nav ul li .navItem:hover {
  color: var(--c-blue-1);
}

header.onlyPc.dark nav ul li .navItem {
  color: var(--c-white);
  font-size: var(--fs-18);
  font-weight: 500;

  transition: all 0.3s ease-in-out;
}

header.onlyPc.dark nav ul li .navItem:hover {
  color: var(--c-white);
}

/* header mo */

header.onlyMo {
  position: fixed;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);

  background: transparent;
  transition: background-color 0.4s ease;
  z-index: 1000;
}

header.onlyMo .logo-light {
  display: none;
}

header.onlyMo .innerCtn {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
header.onlyMo .menuButton {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 30px;
}
header.onlyMo .menuCloseButton {
  display: none;
  cursor: pointer;
}
header.onlyMo.open .menuOpenButton {
  display: none;
  height: 100%;
}
header.dark.onlyMo .menuOpenButton * {
  stroke: var(--c-white);
}
header.onlyMo.open .menuCloseButton {
  display: block;
  height: 20px;
}

header.onlyMo.open .logo-light {
  display: block;
}
header.onlyMo.open .logo-dark {
  display: none;
}

header.onlyMo.open {
  bottom: 0;
  background: var(--c-white);
}

header.onlyMo .wrapper {
  padding: 20px 4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.onlyMo .logo {
  width: 132px;
  flex-shrink: 0;
  aspect-ratio: 6/1;
}

header.onlyMo #menuMo {
  display: none;
}
header.onlyMo #menuMo.open {
  display: block;
}
header.onlyMo #menuMo ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 24px;
}
header.onlyMo #menuMo .navItem {
  font-size: 18px;

  font-style: normal;
  font-weight: 600;
  line-height: auto;
}

/* footer */

footer {
  display: flex;
  justify-content: space-between;

  padding: var(--pd-120) var(--pd-100);
  background-image: url(/public/images/footer-bg.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

footer .logo img {
  width: 359px;
  aspect-ratio: 359/60;
}

footer .infoCtn {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
footer .infoCtn .linkWrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
footer .infoCtn .linkCtn {
  display: flex;
  gap: 90px;
}
.footerGoToLinkButton {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease-in-out;
}
.footerGoToLinkButton:hover {
  transform: translateY(-5%);
}
.footerGoToLinkButton p {
  width: 173px;
  font-size: var(--fs-40);
  font-weight: 700;
  line-height: 140%;
  transition: all 0.3s ease-in-out;
}
.footerGoToLinkButton:hover p {
  color: var(--c-blue-4);
}
.footerGoToLinkButton img {
  width: auto;
  aspect-ratio: 1/1;
  transition: all 0.3s ease-in-out;
}
.footerGoToLinkButton:hover img {
  transform: translate(5%, -5%);
}

footer .captionWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}

footer .captionWrap ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

footer .captionWrap ul li {
  display: flex;
  gap: 14px;
}

footer .captionWrap ul li:first-child {
  padding-bottom: 3px;
}
.captionWrap li .caption:not(:last-child) {
  padding-right: 14px;
}
.captionWrap li .caption:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-right: 1px solid rgba(163, 163, 163, 0.3);
}

.caption {
  color: var(--c-transparent-2);
  position: relative;
  font-size: var(--fs-20-2);

  font-style: normal;
  line-height: 140%;
}

/* footer */

@media all and (max-width: 1401px) {
  .inquiryButton {
    padding: 16px 28px;
    gap: 4px;
  }

  .downloadButton {
    padding: 16px 28px;
    gap: 4px;
  }

  .goToLinkButton {
    width: 40px;
    aspect-ratio: 1/1;
    padding: 6px;
  }
  .goToLinkButton img {
    width: 100%;
    aspect-ratio: 1/1;
  }

  footer {
    flex-direction: column;
    gap: 80px;
    background-image: url(/public/images/footer-bg-mo.png);
    background-position: left top;
  }
  footer .logo img {
    width: 320px;
  }
  .footerGoToLinkButton {
    width: 180px;
    justify-content: space-between;
  }
  .footerGoToLinkButton p {
    width: auto;
  }
  .footerGoToLinkButton img {
    width: 40px;
  }
  footer .infoCtn {
    gap: 60px;
  }
  footer .infoCtn .linkWrap {
    gap: 30px;
  }
  footer .infoCtn .linkCtn {
    gap: 60px;
  }
  footer .captionWrap {
    gap: 30px;
  }
  .flowBar.big {
    padding: 40px 0;
  }
}
@media all and (max-width: 1199px) {
  .sidePdMo {
    padding-left: var(--pd-180-1);
    padding-right: var(--pd-180-1);
  }
  footer {
    gap: 60px;
  }
  .flowBar.big {
    padding: 32px 0;
  }
}
@media all and (max-width: 767px) {
  .title {
    font-weight: 700;
  }

  .inquiryButton {
    height: 44px;
    font-size: 15px;
    padding: 16px 20px;
    gap: 4px;
  }
  .inquiryButton img {
    width: 20px;
    aspect-ratio: 1/1;
  }

  .downloadButton {
    padding: 16px 20px;
    height: 44px;
    font-size: 15px;
    gap: 4px;
  }

  .footerGoToLinkButton {
    width: 170px;
  }
  footer .infoCtn {
    gap: 48px;
  }
  footer .infoCtn .linkWrap {
    gap: 24px;
  }
  footer .infoCtn .linkCtn {
    gap: 40px;
  }
  footer .captionWrap {
    gap: 20px;
  }
  footer .captionWrap ul {
    gap: 5px;
  }
  footer .captionWrap ul li {
    gap: 8px;
  }
  footer .captionWrap ul li.column {
    flex-direction: column;
    gap: 5px;
  }
  .captionWrap li .caption:not(:last-child) {
    padding-right: 8px;
  }
  .captionWrap li .caption:not(:last-child)::after {
    width: 8px;
  }
  .captionWrap li.column .caption:not(:last-child)::after {
    display: none;
  }
  .numUnit .unit {
    padding-top: 24px;
  }
  .flowBar.big {
    padding: 24px 0;
  }
  .flowBar span {
    font-size: 20px;
  }
}
@media all and (max-width: 481px) {
  footer {
    gap: 30px;
  }
  footer .logo img {
    width: 183px;
  }
  .footerGoToLinkButton {
    width: 120px;
  }
  .footerGoToLinkButton img {
    width: 30px;
  }
  footer .infoCtn {
    gap: 24px;
  }
  footer .infoCtn .linkWrap {
    gap: 16px;
  }
  footer .infoCtn .linkCtn {
    gap: 20px;
  }
  footer .captionWrap {
    gap: 10px;
  }
  .numUnit .unit {
    padding-top: 16px;
  }
  .subTitleTag {
    font-size: 14px;
  }
}
