@charset "utf-8";
.mt12 {
  margin-top: 12px;
}
.mt24 {
  margin-top: 24px;
}
.mt32 {
  margin-top: 32px;
}

/* header */
header.s__header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  z-index: 10;
}
header.s__header .s__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
}
.menu-link {
  display: flex;
  height: 100%;
}
.menu-link > li {
  position: relative;
  cursor: pointer;
}
.menu-link ul {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  overflow: hidden;
}
.menu-link > li {
  height: 100%;
}
.menu-link a:hover {
  color: var(--main);
}
/* header-mobile */
.mobile-menu {
  display: none;
  height: 62px;
}
.mobile-menu.is-active {
  background: #fcfbf8;
}
.mobile-menu .s__row {
  align-items: center;
  width: 100%;
}
.mobile-menu .s__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.mobile-menu ul ul {
  display: none;
}
.mobile-menu ul ul.is-open {
  display: block;
}
.mobile-menu__list {
  display: none;
}
.mobile-menu__list.is-open {
  display: block;
  height: calc(100dvh - 123px);
  background-color: #fff;
}
.mobile-menu__step1 {
  display: block;
  text-align: left;
  padding: 16px 24px;
  /* border-bottom: 1px solid var(--border); */
}
.mobile-menu__step1.is-open + ul {
  display: block;
  text-align: center;
}
.mobile-menu__step2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px;
}
.mobile-menu__step1.is-open + ul {
  /* border-bottom: 1px solid var(--border); */
  background-color: #f7f7f7;
}
.mobile-menu-btns {
  gap: 12px;
  padding: 0 16px 16px;
  background-color: #fcfbf8;
  display: none;
}
.is-active .mobile-menu-btns {
  display: flex;
}
.mobile-menu-btns button {
  flex: 1;
}
.mobile-menu-btns button:not(.btn-blue) {
  color: #2c63ff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 12px 24px;
  gap: 8px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #2c63ff;
}
.icon-is-close {
  display: none;
}
.menu.is-open .icon-is-open {
  display: none;
}
.menu.is-open .icon-is-close {
  display: block;
}

.pc-menu__step1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  font-weight: 500;
}

.pc-menu__step1.is-open + ul a,
.menu-link > li:hover > ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.pc-menu__step1.is-open + ul li:last-child a,
.menu-link > li:hover > ul li:last-child a {
  padding-bottom: 16px;
}
.pc-menu {
  height: 84px;
}
.menu-right a + a {
  margin-left: 24px;
}
.menu-right a:hover {
  color: var(--main);
}
.header-logo-menu {
  display: flex;
  align-items: center;
  gap: 80px;
}
.btn-blue {
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 12px 24px;
  gap: 8px;
  border-radius: 100px;
  background: #2c63ff;
}
.btn-blue:hover {
  background-color: #2e5ee2;
  color: #fff !important;
}
.top-section {
  /*padding-top: 84px;*/
}
footer {
  background-color: #fcfbf8;
  padding: 62px 0 40px;
}
.footer-line1 {
  display: flex;
  padding-bottom: 80px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
.footer-line1 > div:nth-child(1) {
  width: 308px;
  margin-right: 20%;
}
.footer-line1 > div:nth-child(1) a {
  display: block;
  margin-bottom: 18px;
}
.footer-line1 > div:nth-child(1) img {
  height: 33px;
}
.footer-line1 > div:nth-child(1) p {
  color: #868686;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
}
.footer-line1 > div:nth-child(2) {
  display: flex;
  gap: 62px;
}
.footer-line1 > div:nth-child(2) li:nth-child(1) {
  color: #181818;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
}
.footer-line1 > div:nth-child(2) li:not(:nth-child(1)) {
  color: #868686;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.footer-line2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-line2 p {
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.footer-line2 div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  row-gap: 16px;
}
.footer-line2 div button {
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .header-logo-menu {
    gap: 20px;
  }
  .pc-menu__step1 {
    padding: 0 12px;
  }
  .menu-right a + a {
    margin-left: 12px;
  }
}
@media (max-width: 768px) {
  .pc-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .s__logo img {
    height: 28px;
  }
  .top-section {
    padding-top: 62px;
  }
  .footer-line1 > div:nth-child(1) {
    margin-right: 0;
    width: 100%;
  }
  .footer-line1 {
    flex-direction: column;
    gap: 30px;
  }
  .footer-line2 {
    flex-direction: column-reverse;
    gap: 32px;
    align-items: flex-start;
  }
  .footer-line1 > div:nth-child(2) {
    gap: 36px;
  }
}
.checkbox-container {
    margin-top: 20px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    display: none; /* Hide default checkbox */
}

/* Custom checkbox style */
.checkbox-label .checkbox-custom {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    display: inline-block;
    margin-right: 10px;
    background: #fff;
    position: relative;
}

.checkbox-label input[type="checkbox"]:checked + .checkbox-custom {
    background-color: #007bff; /* Customize color as needed */
    border-color: #007bff;
}

.checkbox-label input[type="checkbox"]:checked + .checkbox-custom::before {
    content: '✔';
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: -2px;
    left: 3px;
}