
* {
  box-sizing: border-box;
}

html {
  --home-header-height: 60px;
  --brand-blue: #007ce0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #080808;
  background: #fff;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body[data-hide-service-5="true"] [data-service-id="5"],
body[data-hide-service-6="true"] [data-service-id="6"] {
  display: none !important;
}

html.home-menu-lock,
body.home-menu-lock,
html.service-modal-lock,
body.service-modal-lock,
html.policy-modal-lock,
body.policy-modal-lock {
  overflow: hidden;
}

body.home-menu-lock {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.home-page,
.login-page,
.service-page {
  min-width: 320px;
  padding-top: var(--home-header-height);
  overflow-x: hidden;
  background: #fff;
}

.care-hero {
  position: relative;
  background: #eef5ff;
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
}

.section-title {
  margin-bottom: 50px;
  text-align: center;
}

.section-title h2 {
  margin: 0 0 12px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
}

.section-title p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}

.home-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .24);
  background: var(--brand-blue);
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, backdrop-filter .22s ease;
}

.home-header.is-scrolled {
  border-bottom-color: rgba(255, 255, 255, .18);
  background: rgba(0, 124, 224, .78);
  box-shadow: 0 10px 28px rgba(0, 60, 120, .16);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
}

.home-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 24px;
  gap: 20px;
}

.home-logo {
  flex: 0 0 auto;
}

.home-logo img {
  width: 120px;
  height: auto;
}

.home-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  gap: 18px;
}

.home-menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 40px;
  height: 40px;
  padding: 0;
  gap: 5px;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.home-menu-button span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: transform .18s ease, opacity .18s ease;
}

.home-header.is-menu-open .home-menu-button span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.home-header.is-menu-open .home-menu-button span:nth-child(2) {
  opacity: 0;
}

.home-header.is-menu-open .home-menu-button span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.home-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  justify-content: end;
  width: min(820px, 100%);
  gap: 4px 18px;
}

.home-nav[data-menu-count="4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(900px, 100%);
}

.home-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  color: rgba(255, 255, 255, .94);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  word-break: keep-all;
  transition: color .16s ease;
}

.home-nav a:hover,
.home-nav a:focus,
.home-nav a[aria-current="page"] {
  color: #fff86a;
  outline: 0;
}

.login-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 62px;
  height: 36px;
  padding: 0 18px;
  border-radius: 18px;
  color: var(--brand-blue);
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 73, 140, .16);
  white-space: nowrap;
}

.login-button.is-logged-in {
  min-width: 82px;
  background: rgba(255, 255, 255, .94);
}

.login-account {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
}

.login-account .login-button {
  gap: 8px;
}

.login-button.is-logged-in::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .16s ease, margin .16s ease;
}

.login-account.is-open .login-button.is-logged-in::after {
  margin-top: 3px;
  transform: rotate(-135deg);
}

.login-account-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 50;
  width: 118px;
  padding: 6px;
  border: 1px solid #dce6f5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(35, 80, 150, .14);
}

.login-account-menu[hidden] {
  display: none;
}

.login-account-menu button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  color: #142862;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  transition: color .16s ease, background .16s ease;
}

.login-account-menu button:hover,
.login-account-menu button:focus {
  color: #2e72cc;
  background: #eef5ff;
  outline: 0;
}

.home-footer {
  padding: 36px 24px 42px;
  color: #fff;
  background: #202020;
}

.home-footer__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.home-footer-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.home-footer img {
  width: 120px;
  height: auto;
}

.footer-policy-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

.footer-policy-nav a,
.footer-policy-nav button {
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  background: transparent;
}

.footer-policy-nav a:hover,
.footer-policy-nav a:focus,
.footer-policy-nav button:hover,
.footer-policy-nav button:focus {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.signup-company .footer-policy-nav {
  justify-content: center;
  margin: 0 0 22px;
}

.footer-line {
  height: 1px;
  margin: 34px 0 36px;
  background: rgba(255, 255, 255, .82);
}

.home-footer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.home-footer .copyright {
  margin-top: 32px;
}

.service-cancel-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, .46);
}

.service-cancel-modal-overlay[hidden] {
  display: none;
}

.service-cancel-modal {
  position: relative;
  width: min(100%, 760px);
  min-height: 460px;
  padding: 42px 48px 78px;
  border: 1px solid #d8e1ef;
  border-radius: 18px;
  color: #080808;
  background: #fff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
}

.service-cancel-modal__close {
  position: absolute;
  top: 20px;
  right: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  color: #080808;
  font-size: 38px;
  line-height: 1;
  background: transparent;
}

.service-cancel-modal h2 {
  margin: 0 0 22px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.18;
}

.service-cancel-modal p {
  margin: 0;
  color: #142862;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  word-break: keep-all;
}

.service-cancel-modal__question {
  margin-top: 28px;
}

.service-cancel-modal__actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.service-cancel-modal__actions button {
  min-width: 74px;
  height: 40px;
  padding: 0 22px;
  border: 1px solid #dfe6f2;
  border-radius: 999px;
  color: #080808;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
}

.service-cancel-modal__actions button:hover,
.service-cancel-modal__actions button:focus {
  border-color: #3d76db;
  color: #2f6fcb;
}

.service-cancel-modal__bottom {
  position: absolute;
  right: 24px;
  bottom: 22px;
  min-width: 58px;
  height: 36px;
  padding: 0 16px;
  border: 0;
  border-radius: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #3d76db;
}

.policy-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, .48);
}

.policy-modal-overlay[hidden] {
  display: none;
}

.policy-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(100%, 1100px);
  height: min(92vh, 900px);
  padding: 30px 32px 74px;
  border-radius: 18px;
  color: #080808;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .32);
}

.policy-modal--small {
  width: min(100%, 760px);
  height: auto;
  min-height: 0;
  max-height: min(80vh, 620px);
}

.policy-modal__close {
  position: absolute;
  top: 18px;
  right: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  color: #080808;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
  background: transparent;
}

.policy-modal h2 {
  margin: 0;
  padding-right: 70px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.18;
}

.policy-modal__body {
  flex: 1 1 auto;
  min-height: 0;
  margin-top: 34px;
  padding: 0 16px 0 20px;
  overflow: auto;
  color: #080808;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  word-break: keep-all;
}

.policy-modal__body h4 {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 700;
}

.policy-modal__body p {
  margin: 0 0 22px;
}

.policy-modal__body ul,
.policy-modal__body ol {
  margin: 0 0 22px;
  padding-left: 20px;
}

.policy-modal__body iframe,
.policy-modal-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  border: 0;
}

.policy-modal__bottom {
  position: absolute;
  right: 24px;
  bottom: 22px;
  min-width: 80px;
  height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 21px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  background: #3d76db;
}

@media (max-width: 700px) {
  html {
    --home-header-height: 68px;
  }

  .home-header-top {
    position: relative;
    padding: 16px 20px;
    gap: 14px;
  }

  .home-header-actions {
    gap: 10px;
  }

  .home-menu-button {
    display: inline-flex;
    order: 2;
  }

  .home-nav {
    position: fixed;
    left: auto;
    right: 0;
    top: var(--home-header-height);
    bottom: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: 1fr;
    align-content: start;
    justify-content: stretch;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 18px 20px 28px;
    gap: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    transition: transform .34s ease, visibility .34s ease;
    white-space: normal;
  }

  .home-header.is-menu-open .home-nav {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .home-nav[data-menu-count="4"],
  .home-nav[data-menu-count="6"] {
    grid-template-columns: 1fr;
  }

  .home-nav a {
    justify-content: flex-start;
    width: 100%;
    min-height: 52px;
    padding: 0 8px;
    border-bottom: 1px solid #eef2f8;
    color: #111;
    font-size: 15px;
    font-weight: 600;
  }

  .home-nav a:hover,
  .home-nav a:focus,
  .home-nav a[aria-current="page"] {
    color: var(--brand-blue);
  }

  .login-button {
    order: 1;
  }

  .login-account {
    order: 1;
  }

  .home-footer-head {
    display: grid;
    gap: 22px;
  }

  .footer-policy-nav {
    justify-content: flex-start;
    gap: 10px 16px;
  }
}

@media (max-width: 560px) {
  .home-logo img {
    width: 108px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .section-title p {
    font-size: 16px;
  }

  .service-cancel-modal-overlay {
    align-items: flex-start;
    padding: 18px;
  }

  .service-cancel-modal {
    min-height: min(540px, calc(100vh - 36px));
    padding: 30px 24px 74px;
    border-radius: 14px;
  }

  .service-cancel-modal h2 {
    padding-right: 38px;
    font-size: 30px;
  }

  .service-cancel-modal p {
    font-size: 14px;
  }

  .service-cancel-modal__close {
    top: 16px;
    right: 16px;
  }

  .policy-modal-overlay {
    padding: 10px;
  }

  .policy-modal {
    height: calc(100vh - 20px);
    padding: 24px 18px 68px;
    border-radius: 14px;
  }

  .policy-modal h2 {
    padding-right: 48px;
    font-size: 26px;
  }

  .policy-modal__close {
    top: 12px;
    right: 12px;
    width: 46px;
    height: 46px;
    font-size: 44px;
  }

  .policy-modal__body {
    margin-top: 24px;
    padding: 0 6px;
    font-size: 14px;
  }
}
