/** @format */
/** @format */
/* NO CSS*/
#wrap {
  overflow: hidden;
}

.layout {
  max-width: calc(100% - var(--contents-padding-px) * 2);
  width: var(--contents-width);
  position: relative;
  margin: 0 auto;
}
.layout:has(.inquiry) {
  max-width: calc(100% - var(--contents-padding-px) * 2);
  width: var(--contents-width-sm);
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .layout {
    width: var(--contents-width-mini) !important;
  }
}

.header {
  height: var(--header-height);
  padding: var(--contents-padding);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
.header-container {
  display: flex;
  align-items: center;
  gap: var(--header-gap);
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.header-logo {
  width: var(--side-width);
}
.header-logo a {
  display: flex;
  width: 11.4rem;
}
.header-logo a img {
  width: 100%;
}
.header-logo .main-logo-white {
  display: block;
}
.header-logo .main-logo-color {
  display: none;
}
.header-plani {
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--plani);
  font-size: 1.8rem;
  gap: 0.4rem;
  height: 4rem;
  border-radius: 0.8rem;
}
.header-plani span {
  font-weight: 600;
  white-space: nowrap;
}
.header-plani:hover {
  background: var(--plani);
  color: #fff;
}
.header-util {
  display: flex;
  gap: 0.8rem;
}
.header-util-family.active .header-util-family-controller {
  background: var(--gray900);
  color: #fff;
}
.header-util-family.active .header-util-family-controller::before {
  content: "\eb98";
}
.header-util-family.active .header-util-family-list {
  display: flex;
}
.header-util-family-controller {
  width: 4rem;
  height: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
  font-size: 2.4rem;
  color: var(--gray900);
}
.header-util-family-controller::before {
  display: block;
  content: "\ef78";
  font-family: "remixicon";
}
.header-util-family-list {
  display: none;
  position: absolute;
  top: calc(100% + 0.9rem);
  right: 0;
  width: 17rem;
  padding: 2rem 2.4rem;
  border: 1px solid var(--gray700);
  box-shadow: 0.4rem 0.4rem 1.6rem rgba(0, 0, 0, 0.12);
  flex-direction: column;
  gap: 0.4rem;
  border-radius: 1.2rem;
  background: #fff;
}
.header-util-family-list a {
  line-height: 1.4;
  color: var(--gray900);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  height: 2.4rem;
}
.header-util-family-list a:hover {
  color: var(--plani);
}
.header-util-family-list a:hover::before {
  display: block;
  content: "\ea6c";
  font-family: "remixicon";
  font-size: 1.8rem;
}
.header-util-link a,
.header-util-link button {
  border-radius: var(--component-radius-lg);
}
.header-util-close {
  width: 4rem;
  height: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
  font-size: 2.4rem;
  background: var(--gray900);
  color: #fff;
}
.header-util-close::before {
  display: block;
  content: "\eb98";
  font-family: "remixicon";
}
.header-util-sitemap {
  width: 4rem;
  height: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
  font-size: 2.4rem;
  background: var(--gray900);
  color: #fff;
  display: none;
}
.header-util-sitemap::before {
  display: block;
  content: "\ef32";
  font-family: "remixicon";
}
.header-util-sitemap.active::before {
  content: "\eb98";
}
@media (max-width: 1024px) {
  .header {
    --header-gap: .8rem;
    background: #fff;
  }
  .header-container {
    justify-content: space-between;
  }
  .header-logo {
    opacity: 1 !important;
  }
  .header-logo .main-logo-white {
    display: none;
  }
  .header-logo .main-logo-color {
    display: block;
  }
  .header-logo a {
    width: 9.5rem;
  }
  .header-gnb {
    padding: 0;
    margin: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: calc(var(--header-height) + 1rem);
    right: var(--contents-padding-px);
    width: auto;
    display: none;
    align-items: center;
    padding: 0.8rem;
    border-radius: 12px;
    border: 1px solid var(--gray200);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.04);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
  .header-gnb.active {
    display: flex;
  }
  .header-gnb ul {
    display: flex;
    gap: 0.4rem;
    flex-direction: column;
  }
  .header-gnb ul li a {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    position: relative;
    padding: 0 1.6rem;
    color: var(--gray800);
    gap: 0.8rem;
    border-radius: 0.8rem;
  }
  .header-gnb ul li a.active {
    background: var(--gray1000);
    color: #fff !important;
    font-weight: 600;
  }
  .header-gnb ul li a.active::before {
    display: block;
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: var(--primary-hover);
    border-radius: 50%;
  }
  .header-plani {
    background: var(--plani);
    color: #fff;
    font-size: 1.6rem;
  }
  .header-menu {
    gap: var(--header-gap);
    display: flex;
  }
  .header-util-family {
    display: none;
  }
  .header-util-close {
    background: var(--gray400);
  }
  .header-util-close::before {
    content: "\ea58";
    color: var(--gray900);
  }
  .header-util-sitemap {
    display: flex;
    border-radius: 0.8rem;
  }
}

.footer {
  position: relative;
}
.footer-information {
  padding: 4rem 0 6.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
  border-top: 1px solid var(--gray300);
}
.footer-copy {
  color: var(--gray500);
  font-weight: 500;
  line-height: 1.5;
  font-size: 1.6rem;
}
.footer-sns {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.footer-sns a {
  font-size: 3.2rem;
  color: var(--gray400);
}
@media (max-width: 1280px) {
  .footer::before {
    display: block;
    content: "";
    width: calc(100% - var(--contents-padding-px) * 2);
    height: 1px;
    background: var(--gray300);
    position: absolute;
    top: 0;
    left: var(--contents-padding-px);
  }
  .footer-information {
    border-top: none !important;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    text-align: center;
    padding: 4rem 0;
  }
}

.pi-popup {
  overflow: hidden;
  height: auto !important;
  z-index: 100;
  box-shadow: 0.5rem 1rem 3rem 0px rgba(0, 0, 0, 0.15);
  max-width: calc(100% - 4rem);
  border-radius: 1.2rem;
  border: none;
  letter-spacing: 0;
}
.pi-popup .pi-popup-container {
  width: 100% !important;
  height: auto !important;
  background: var(--gray100) !important;
}
.pi-popup .pi-popup-btn {
  display: flex;
  height: 5.4rem;
  font-size: 1.6rem;
  padding: 0 3.2rem;
  background: var(--gray200);
  justify-content: space-between;
  gap: 1rem;
}
.pi-popup .pi-popup-btn > * {
  padding: 0 !important;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.pi-popup .pi-popup-btn > *:last-child {
  border-right: 0;
}
.pi-popup .pi-popup-btn i {
  font-size: 2rem;
}
.pi-popup .pi-popup-btn-cookie {
  position: relative;
  color: var(--gray500);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pi-popup .pi-popup-btn-cookie input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  clip: rect(0, 0, 0, 0);
  visibility: hidden;
}
.pi-popup .pi-popup-btn-cookie:has(input[type=checkbox]:checked) {
  color: var(--plani);
}
.pi-popup .pi-popup-btn-cookie span {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.pi-popup .pi-popup-btn-close {
  color: var(--gray900);
}