/* [project]/styles/main.css [app-client] (css) */
:focus-visible {
  outline-offset: 2px;
  z-index: 9999;
  outline: 3px solid gold;
}

html {
  scroll-behavior: smooth;
  transition: font-size .2s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-fade-in {
  animation: .4s ease-out fadeIn;
}

.slide-transition {
  transition: opacity 1s ease-in-out;
}

.sign-container {
  opacity: 0;
  max-height: 0;
  margin-top: 0;
  transition: all .5s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
}

.sign-container.visible {
  opacity: 1;
  max-height: 600px;
  margin-top: 30px;
}

.mobile-menu-overlay {
  z-index: 2400;
  opacity: 0;
  visibility: hidden;
  background: #0009;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
}

.mobile-menu-overlay.open {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-wrap {
  z-index: 2500;
  background: #fff;
  flex-direction: column;
  width: 85%;
  max-width: 320px;
  height: 100%;
  padding: 25px;
  transition: right .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: fixed;
  top: 0;
  right: -100%;
  box-shadow: -5px 0 20px #00000026;
}

.mobile-menu-wrap.open {
  right: 0;
}

.modal-overlay {
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  background: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-wrap {
  background: #fff;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  transition: transform .3s;
  display: flex;
  overflow: hidden;
  transform: translateY(20px);
  box-shadow: 0 10px 40px #0003;
}

.modal-overlay.active .modal-wrap {
  transform: translateY(0);
}

body.low-vision {
  zoom: 1.2;
  color: #fff !important;
  background-color: #000 !important;
}

body.low-vision * {
  box-shadow: none !important;
  border-color: #0ff !important;
}

body.low-vision .sec-desc, body.low-vision .intro-text, body.low-vision .step-desc, body.low-vision .faq-content, body.low-vision .info-label, body.low-vision .info-val, body.low-vision .feat-date, body.low-vision footer, body.low-vision p, body.low-vision span, body.low-vision div, body.low-vision .apply-process, body.low-vision .modal-meta, body.low-vision .modal-body {
  color: #fff !important;
}

body.low-vision .a11y-btn.active, body.low-vision [aria-pressed="true"] {
  color: #ffe812 !important;
  background-color: #000 !important;
  border: 2px solid #ffe812 !important;
}

body.low-vision .a11y-btn.active i, body.low-vision .a11y-btn.active span, body.low-vision .a11y-btn.active .emoji-icon, body.low-vision [aria-pressed="true"] *, body.low-vision .active * {
  color: #ffe812 !important;
}

body.low-vision header, body.low-vision .hero, body.low-vision .step-item, body.low-vision details, body.low-vision .feat-card, body.low-vision .support-card, body.low-vision .contact-box, body.low-vision .contact-info, body.low-vision .intro-box, body.low-vision .target-item, body.low-vision .mob-list-item, body.low-vision .mobile-menu-wrap, body.low-vision .blog-list-table th, body.low-vision .blog-list-table td, body.low-vision .faq-content, body.low-vision .sign-lang-container, body.low-vision .modal-wrap, body.low-vision .modal-header, body.low-vision .modal-file-box, body.low-vision section, body.low-vision footer, body.low-vision nav, body.low-vision main, body.low-vision summary, body.low-vision table, body.low-vision thead, body.low-vision tbody, body.low-vision tr {
  color: #fff !important;
  background: #000 !important;
}

body.low-vision .hero-overlay {
  background: #000c !important;
}

body.low-vision h1, body.low-vision h2, body.low-vision h3, body.low-vision h4, body.low-vision .logo, body.low-vision a, body.low-vision .faq-q, body.low-vision .step-num, body.low-vision .intro-sub-title, body.low-vision .target-icon, body.low-vision .gnb-precheck-btn, body.low-vision .modal-title, body.low-vision .file-name, body.low-vision .gnb-pc button {
  color: #f7ed72 !important;
}

body.low-vision .gnb-pc button {
  color: #f7ed72 !important;
  background: none !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
}

body.low-vision .gnb-pc button span {
  background: #f7ed72 !important;
}

body.low-vision button.logo, body.low-vision button.logo i {
  color: #f7ed72 !important;
}

body.low-vision .faq-badge, body.low-vision .modal-badge {
  color: #f7ed72 !important;
  background: #000 !important;
  border: 1px solid #0ff !important;
}

body.low-vision .btn-cta, body.low-vision .btn-file-down, body.low-vision .btn-close-modal {
  color: #f7ed72 !important;
  background: #000 !important;
  border: 2px solid #0ff !important;
}

body.low-vision .gnb-precheck-btn {
  background: #000 !important;
  border: 1px solid #f7ed72 !important;
}

body.low-vision .a11y-btn, body.low-vision .font-control-group {
  border: 1px solid #fff !important;
}

body.low-vision .mobile-menu-wrap {
  background: #000 !important;
}

body.low-vision .mobile-menu-wrap .font-extrabold, body.low-vision .mobile-menu-wrap .m-menu-title {
  color: #f7ed72 !important;
}

body.low-vision .mobile-menu-wrap button[aria-label="메뉴 닫기"] {
  color: #fff !important;
}

body.low-vision .mobile-menu-wrap ul li button, body.low-vision .mobile-menu-wrap .mobile-gnb a {
  color: #f7ed72 !important;
  background: #000 !important;
  border-color: #0ff !important;
}

body.low-vision .mobile-menu-wrap ul li button svg, body.low-vision .mobile-menu-wrap .mobile-gnb a:after {
  color: #0ff !important;
}

body.low-vision .mobile-menu-wrap ul li a[aria-label*="사전문진표"], body.low-vision .mobile-menu-wrap .mobile-gnb a.precheck {
  color: #f7ed72 !important;
  background: #000 !important;
  border: 2px solid #0ff !important;
}

body.low-vision .mobile-menu-wrap .mt-auto p, body.low-vision .mobile-menu-wrap .mt-auto p strong {
  color: #fff !important;
}

body.low-vision .mobile-menu-wrap .mt-auto p span, body.low-vision button[aria-label="메뉴 열기"] {
  color: #f7ed72 !important;
}

body.low-vision input, body.low-vision textarea, body.low-vision select {
  color: #fff !important;
  background: #000 !important;
  border: 1px solid #0ff !important;
}

body.low-vision table th {
  color: #f7ed72 !important;
  background: #111 !important;
}

body.low-vision table td {
  color: #fff !important;
  background: #000 !important;
}

body.low-vision ::-webkit-scrollbar {
  background: #000;
}

body.low-vision ::-webkit-scrollbar-thumb {
  background: #0ff;
}

body.low-vision #bp-web-widget-container, body.low-vision .bpw-floating-button {
  border: 2px solid #0ff !important;
}

.sign-lang-container {
  opacity: 0;
  background: #000;
  border: 1px solid #ddd;
  border-radius: 16px;
  max-width: 800px;
  max-height: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
}

.sign-lang-container.visible {
  opacity: 1;
  max-height: 600px;
  margin-top: 30px;
  box-shadow: 0 10px 30px #0000001a;
}

.sign-video-placeholder {
  background: #000;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.sign-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.sign-emoji {
  z-index: 10;
  background: #fffc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 1.875rem;
  display: flex;
  position: absolute;
  top: 10px;
  left: 10px;
  box-shadow: 0 2px 5px #0003;
}

details {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  margin-bottom: 15px;
  transition: all .3s;
}

details[open] {
  border-color: #004c28;
  box-shadow: 0 5px 15px #0000000d;
}

summary {
  cursor: pointer;
  color: #333;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  font-size: 1.125rem;
  font-weight: 700;
  list-style: none;
  display: flex;
}

summary::-webkit-details-marker {
  display: none;
}

summary:after {
  content: "";
  color: #999;
  font-family: "Font Awesome 6 Free";
  font-size: .875rem;
  font-weight: 900;
  transition: transform .3s;
}

details[open] summary:after {
  color: #004c28;
  transform: rotate(180deg);
}

.faq-content {
  color: #555;
  background: #fff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 0 25px 30px;
  font-size: 1.125rem;
  line-height: 1.7;
}

.faq-q {
  color: #004c28;
  margin-right: 12px;
  font-weight: 900;
}

.faq-badge {
  color: #004c28;
  vertical-align: 2px;
  background: #eaf3ed;
  border: 1px solid #004c281a;
  border-radius: 6px;
  margin-right: 8px;
  padding: 2px 8px;
  font-size: .875rem;
  font-weight: 700;
  display: inline-block;
}

.gnb-precheck-btn {
  border: 1.5px solid var(--primary);
  white-space: nowrap;
  background: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 1rem;
  font-weight: 700;
  transition: all .2s;
  display: inline-flex;
  color: var(--primary) !important;
}

.gnb-precheck-btn i {
  margin-left: 4px;
  font-size: .875rem;
}

.gnb-precheck-btn span {
  margin-right: 4px;
}

.gnb-precheck-btn:hover {
  background: var(--primary);
  color: #fff !important;
}

details[open] summary .faq-arrow {
  transform: rotate(180deg);
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.prose-content p {
  margin-bottom: 10px;
}

.prose-content img {
  border-radius: 8px;
  max-width: 100%;
  margin: 16px 0;
}

.card-hover {
  transition: transform .3s, box-shadow .3s;
}

.card-hover:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px #0000001a;
}

.step-hover {
  transition: transform .3s;
}

.step-hover:hover {
  transform: translateY(-5px);
}

.btn-cta-hover {
  transition: all .3s cubic-bezier(.25, .8, .25, 1);
}

.btn-cta-hover:hover {
  transform: translateY(-4px);
}

.header-main {
  min-height: 80px;
}

.gnb-pc {
  transition: gap .2s;
}

html[style*="font-size: 125%"] .gnb-pc, html[style*="font-size: 150%"] .gnb-pc {
  gap: 1rem !important;
}

html[style*="font-size: 150%"] .gnb-pc {
  gap: .75rem !important;
}

html[style*="font-size: 125%"] .header-main button[class*="text-[1.375rem]"], html[style*="font-size: 150%"] .header-main button[class*="text-[1.375rem]"] {
  font-size: 1.125rem;
}

html[style*="font-size: 125%"] .gnb-pc button, html[style*="font-size: 125%"] .gnb-pc a {
  padding: .5rem 0;
  font-size: 1rem;
}

html[style*="font-size: 150%"] .gnb-pc button, html[style*="font-size: 150%"] .gnb-pc a {
  padding: .375rem 0;
  font-size: .9375rem;
}

html[style*="font-size: 125%"] .gnb-pc a[class*="rounded-md"] {
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

html[style*="font-size: 150%"] .gnb-pc a[class*="rounded-md"] {
  padding: .375rem 1rem;
  font-size: .8125rem;
}

@media (max-width: 1024px) {
  .hero {
    padding: 100px 20px 80px;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1.125rem;
  }

  .btn-group {
    flex-direction: column;
    align-items: center;
  }

  .btn-cta {
    width: 100%;
    max-width: 300px;
    padding: 16px 30px;
    font-size: 1.125rem;
  }

  .step-list {
    flex-direction: column;
  }

  .support-grid {
    grid-template-columns: 1fr;
  }

  .target-list {
    flex-direction: column;
  }

  .contact-box {
    padding: 30px 20px;
  }

  .contact-info {
    padding: 20px;
  }

  .hide-mobile-table {
    display: none;
  }

  .show-mobile-list {
    display: block;
  }

  .mobile-scroll {
    scroll-snap-type: x mandatory;
    gap: 15px;
    padding-bottom: 20px;
    display: flex;
    overflow-x: auto;
  }

  .mobile-scroll > * {
    scroll-snap-align: start;
    min-width: 280px;
  }

  .modal-wrap {
    border-radius: 12px;
    max-height: 95vh;
  }

  .blog-featured {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1025px) {
  .hide-mobile-table {
    display: table;
  }

  .show-mobile-list {
    display: none;
  }

  .step-list {
    gap: 25px;
    display: flex;
  }

  .support-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    display: grid;
  }

  .target-list {
    gap: 20px;
    display: flex;
  }
}

/*# sourceMappingURL=styles_main_34b07077.css.map*/