.sub-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 12rem;
  background-image: url("../images/sub/bg_sub_visual.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sub-visual__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.625rem;
}
.sub-visual__section {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}
.sub-visual__title-box {
  flex: 1;
  min-width: 0;
}
.sub-visual__breadcrumb-list {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-visual__breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
.sub-visual__breadcrumb-item--current .sub-visual__breadcrumb-text {
  color: #0369a1;
  font-weight: 600;
}
.sub-visual__breadcrumb-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #44403c;
}
.sub-visual__breadcrumb-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: #44403c;
}
.sub-visual__breadcrumb-icon--home {
  width: 16px;
  height: 16px;
}
.sub-visual__breadcrumb-icon--home svg {
  width: 14px;
  height: 14px;
}
.sub-visual__breadcrumb-icon--separator {
  width: 6px;
  height: 12px;
}
.sub-visual__breadcrumb-text {
  color: #44403c;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.sub-visual__breadcrumb-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sub-visual__title {
  margin: 0;
  color: #18181b;
  font-size: 3.625rem;
  font-weight: 700;
  line-height: 1.35;
}
.sub-visual__title.eng {
  font-size: 2.5rem;
}
.sub-visual__btns {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
}
.sub-visual__btn {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #C9D0D7;
  background: #FFF;
}
@media screen and (max-width: 1024px) {
  .sub-visual {
    height: 14rem;
  }
  .sub-visual__title {
    font-size: 2.5rem;
  }
  .sub-visual__title.eng {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sub-visual {
    height: 12rem;
  }
  .sub-visual__title {
    font-size: 1.375rem;
  }
  .sub-visual__breadcrumb-text {
    font-size: 0.875rem;
  }
  .sub-visual__btns {
    padding: 0;
  }
  .sub-visual__btn {
    width: 32px;
    height: 32px;
  }
  .sub-visual__btn svg {
    width: 13px;
    height: 13px;
  }
}

@media print {
  body.is-printing-content #wrap > *:not(#main) {
    display: none !important;
  }
  body.is-printing-content #main > *:not(.sub-visual__content) {
    display: none !important;
  }
  body.is-printing-content .sub-visual__content {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
.sub-visual__content {
  padding-top: 70px;
  padding-bottom: 143px;
}
@media screen and (max-width: 1024px) {
  .sub-visual__content {
    padding-top: 50px;
    padding-bottom: 85px;
  }
}

.terms-agreement {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.terms-agreement__header {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.terms-agreement__title {
  margin: 0;
  color: #44403c;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.terms-agreement__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0.625rem 1.75rem;
  border-radius: 1rem;
  border: 1px solid #d1d5db;
  background-color: #fff;
  box-sizing: border-box;
}
.terms-agreement__all {
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.terms-agreement__all-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
}
.terms-agreement__all-desc {
  flex: 1;
  margin: 0;
  color: #6b7280;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.terms-agreement__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.terms-agreement__item {
  width: 100%;
}
.terms-agreement__item + .terms-agreement__item .terms-agreement__item-head {
  border-top: 0;
}
.terms-agreement__item.is-open .terms-agreement__item-head {
  border-bottom: 0;
}
.terms-agreement__item:last-child .terms-agreement__item-head {
  border-bottom: 0;
}
.terms-agreement__item-head {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.terms-agreement__item-body {
  width: 100%;
  padding: 1.25rem 1.75rem;
  background-color: #fff;
  box-sizing: border-box;
  border-top: 1px solid #e5e7eb;
}
.terms-agreement__item-body.is-hidden {
  display: none;
}
.terms-agreement__content {
  color: #44403c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  word-break: keep-all;
}
.terms-agreement__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  padding: 0.125rem;
  border: 0;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
}
.terms-agreement__toggle:focus-visible {
  outline: 2px solid #0369a1;
  outline-offset: 2px;
}
.terms-agreement__toggle-icon {
  display: inline-flex;
  transition: transform 0.2s;
}
.terms-agreement__item:not(.is-open) .terms-agreement__toggle-icon {
  transform: rotate(180deg);
}
.terms-agreement__toggle-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media screen and (max-width: 768px) {
  .terms-agreement__card {
    padding: 0.625rem 1rem;
  }
  .terms-agreement__all-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
  }
  .terms-agreement__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .terms-agreement__item-body {
    padding: 1rem;
  }
}

.error-msg {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 20px;
  color: #dc2626;
  font-size: 0.875rem;
  font-weight: 500;
}

.register-step {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.register-step.step2 {
  gap: 50px;
}
.register-step .register-complete {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  border-radius: 10px;
  border: 1px solid #c9d0d7;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(9px);
  padding: 70px 0;
}
.register-step .register-complete-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/sub/register/register-complete.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 130px;
  height: 130px;
}
.register-step .register-complete-title {
  color: #3E3A39;
  text-align: center;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 140%;
}
.register-step .register-complete-desc {
  color: #717680;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1024px) {
  .register-step {
    gap: 20px;
  }
  .register-step.step2 {
    gap: 30px;
  }
}

.apply-step {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.apply-step.step4 {
  gap: 30px;
}
.apply-step .apply-recruit-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #c9d0d7;
  border-radius: 8px;
  padding: 20px 24px;
}
.apply-step .apply-recruit-info .info-title {
  font-size: 1rem;
  font-weight: 700;
  color: #18181b;
}
.apply-step .apply-recruit-info .info-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.875rem;
  color: #64748b;
}
.apply-step .apply-recruit-info .info-meta .label {
  font-weight: 600;
  color: #475569;
}
@media screen and (max-width: 768px) {
  .apply-step {
    gap: 20px;
  }
}

.login-form {
  width: 100%;
}

.login {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 100%;
  max-width: 79.6875rem;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  overflow: hidden;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-sizing: border-box;
}
.login__error {
  width: 100%;
  max-width: 31.25rem;
  padding: 0.75rem 1rem;
  border: 1px solid #fecaca;
  border-radius: 4px;
  background-color: #fef2f2;
  color: #b91c1c;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.login__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
.login__title {
  margin: 0;
  color: #44403c;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.975rem;
  text-align: center;
}
.login__desc {
  margin: 0;
  color: #6b7280;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
}
.login__fields {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  max-width: 31.25rem;
}
.login__input-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.login__password {
  position: relative;
  width: 100%;
}
.login__password-field {
  display: block;
  width: 100%;
}
.login__password-field input {
  padding-right: 3rem;
}
.login__password-toggle {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #717680;
  cursor: pointer;
  transform: translateY(-50%);
}
.login__password-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.login__password-icon--hide {
  display: none;
}
.login__password-toggle.is-visible .login__password-icon--show {
  display: none;
}
.login__password-toggle.is-visible .login__password-icon--hide {
  display: inline-flex;
}
.login__save-id-text {
  color: #44403c;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.login__btn-area {
  width: 100%;
  margin: 0;
}
.login__submit {
  width: 100%;
  min-width: 0;
}
.login__links {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.login__link {
  color: #44403c;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}
.login__link:hover, .login__link:focus-visible {
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.login__link-divider {
  flex-shrink: 0;
  width: 1px;
  height: 0.75rem;
  background-color: #e5e7eb;
}
@media screen and (max-width: 768px) {
  .login {
    gap: 2rem;
    padding: 40px 40px 50px;
  }
  .login__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .login__desc {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
  .login__link {
    font-size: 0.9375rem;
  }
  .login__links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.find-account {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.375rem;
  width: 100%;
  max-width: 76.625rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.find-account__card {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3.125rem;
  width: 100%;
  padding: 2.5rem 0;
  overflow: hidden;
  border: 1px solid #c9d0d7;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  box-sizing: border-box;
}
.find-account__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  flex: 1;
  min-width: 0;
  max-width: 31.25rem;
}
.find-account__divider {
  align-self: stretch;
  width: 1px;
  flex-shrink: 0;
  background-color: #c9d0d7;
}
.find-account__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
}
.find-account__title {
  margin: 0;
  color: #3e3a39;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.4;
}
.find-account__desc {
  margin: 0;
  color: #717680;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.find-account__notice {
  display: flex;
  align-items: center;
  gap: 0.1875rem;
  margin-top: 0.5rem;
}
.find-account__notice-icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.find-account__notice-text {
  color: #717680;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
}
.find-account__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
.find-account__form--popup {
  padding: 1.5rem 1.75rem;
  width: 25rem;
  max-width: 90vw;
  box-sizing: border-box;
}
.find-account__fields {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 100%;
}
.find-account__fields .input-text {
  width: 100%;
}
.find-account__btn-area {
  width: 100%;
  margin: 0;
}
.find-account__btn-area .btn {
  width: 100%;
  min-width: 0;
  border-radius: 4px;
  font-weight: 700;
}
.find-account__result {
  display: none;
  margin: 0;
  padding: 0.75rem 0.875rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
.find-account__result.success {
  display: block;
  border: 1px solid #bbf7d0;
  background-color: #f0fdf4;
  color: #166534;
}
.find-account__result.error {
  display: block;
  border: 1px solid #fecaca;
  background-color: #fef2f2;
  color: #dc2626;
}
@media screen and (max-width: 1024px) {
  .find-account {
    gap: 3.125rem;
    max-width: 100%;
    padding: 0 2rem;
    box-sizing: border-box;
  }
  .find-account__card {
    flex-direction: column;
    align-items: stretch;
    gap: 3.125rem;
    padding: 2.5rem;
    background-color: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .find-account__col {
    align-items: stretch;
    gap: 1.875rem;
    flex: none;
    max-width: none;
    width: 100%;
  }
  .find-account__col:last-child {
    gap: 1.25rem;
  }
  .find-account__divider {
    width: 100%;
    height: 1px;
    align-self: auto;
  }
  .find-account__title {
    font-size: 1.75rem;
  }
  .find-account__desc {
    font-size: 1rem;
    line-height: 1.4;
  }
  .find-account__form {
    gap: 1.25rem;
  }
  .find-account__fields {
    gap: 0.625rem;
  }
  .find-account__fields .input-text input[type=text],
  .find-account__fields .input-text input[type=password] {
    height: 45px;
    font-size: 0.9375rem;
  }
  .find-account__btn-area .btn {
    height: 3.5rem;
    font-size: 1rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .find-account {
    gap: 1.875rem;
    padding: 0 1rem;
  }
  .find-account__card {
    gap: 1.875rem;
    padding: 1.25rem 1.25rem 1.875rem;
    border-radius: 6px;
  }
  .find-account__col {
    gap: 1.875rem;
  }
  .find-account__col:last-child {
    gap: 1.25rem;
  }
  .find-account__title {
    font-size: 1.375rem;
  }
  .find-account__desc {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .find-account__desc br {
    display: none;
  }
  .find-account__notice {
    align-items: flex-start;
  }
  .find-account__notice-text {
    font-size: 0.75rem;
  }
  .find-account__fields .input-text input[type=text],
  .find-account__fields .input-text input[type=password] {
    height: 42px;
    font-size: 0.875rem;
  }
  .find-account__btn-area.btn-area {
    width: 100%;
  }
  .find-account__btn-area.btn-area .btn {
    width: 100%;
    height: 3rem;
    padding: 0.5rem 1.25rem;
    font-size: 0.9375rem;
  }
}

.doc-guide {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 8px;
  padding: 0.875rem 1.125rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: #92400e;
  line-height: 1.7;
}
.doc-guide strong {
  color: #78350f;
}

.doc-upload-list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-bottom: 2rem;
}

.doc-upload-card {
  position: relative;
  padding: 30px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.doc-upload-card:hover, .doc-upload-card:focus-visible {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.doc-upload-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.doc-upload-card__title-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.doc-upload-card__badge {
  height: 24px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 3.5px 6px;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 700;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.doc-upload-card__badge--required {
  border-color: #0065bd;
  color: #0065bd;
  background: #fff;
}
.doc-upload-card__badge--optional {
  border-color: #d1d5db;
  color: #6b7280;
  background: #fff;
}
.doc-upload-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #3E3A39;
}
.doc-upload-card__btn {
  height: 48px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 10px;
  border: 1px solid #0065bd;
  border-radius: 6px;
  background: #fff;
  color: #0065bd;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 600;
  cursor: pointer;
}
.doc-upload-card__btn:hover, .doc-upload-card__btn:focus-visible {
  background: #EEF6FF;
}
.doc-upload-card__body {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #E9EAEB;
  padding-top: 20px;
}
.doc-upload-card__file-icon {
  display: inline-flex;
  color: #6b7280;
  flex-shrink: 0;
}
.doc-upload-card__file-name {
  width: auto;
  min-width: 0;
  font-size: 1rem;
  color: #3E3A39;
  text-decoration: underline;
  text-underline-offset: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doc-upload-card__file-size {
  font-size: 1rem;
  color: #717680;
  flex-shrink: 0;
}
.doc-upload-card__file-status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #0065bd;
  font-size: 0.9375rem;
  font-weight: 600;
  flex-shrink: 0;
}
.doc-upload-card__placeholder {
  font-size: 1rem;
  color: #717680;
}
.doc-upload-card__note {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 140%;
  white-space: pre-line;
}
.doc-upload-card__file-input {
  display: none;
}
.doc-upload-card--uploaded {
  background: #F7F9FA;
}
.doc-upload-card--uploaded .doc-upload-card__badge {
  background: #F7F9FA;
}
.doc-upload-card--uploaded .doc-upload-card__btn {
  border: 1px solid #717680;
  color: #717680;
}
.doc-upload-card--uploaded .doc-upload-card__btn svg path {
  fill: #717680;
}
@media screen and (max-width: 1024px) {
  .doc-upload-card__badge {
    font-size: 0.75rem;
  }
  .doc-upload-card__btn {
    padding: 8px 10px;
    height: 38px;
  }
}
@media screen and (max-width: 768px) {
  .doc-upload-card {
    padding: 24px 16px;
    padding-bottom: 82px;
  }
  .doc-upload-card__title {
    font-size: 1.0625rem;
  }
  .doc-upload-card__btn {
    height: 42px;
    position: absolute;
    bottom: 24px;
    left: 16px;
    right: 16px;
    font-size: 0.875rem;
    justify-content: center;
  }
  .doc-upload-card__body {
    flex-wrap: wrap;
  }
  .doc-upload-card__file-name {
    font-size: 0.8125rem;
    max-width: calc(100% - 82px);
  }
  .doc-upload-card__file-size {
    font-size: 0.8125rem;
  }
  .doc-upload-card__file-status {
    width: 100%;
    font-size: 0.6875rem;
  }
  .doc-upload-card__placeholder {
    font-size: 0.75rem;
  }
  .doc-upload-card__note {
    font-size: 0.75rem;
  }
}

.upload-loading {
  display: none;
  margin-left: 0.5rem;
  color: #6b7280;
  font-size: 0.75rem;
}

.review-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #3E3A39;
}
.review-section-title:not(:first-of-type) {
  margin-top: 2.5rem;
}
.review-section-title__icon {
  display: inline-flex;
  color: #0065bd;
}

@media screen and (max-width: 768px) {
  .review-doc-table .form-table__row-tr {
    position: relative;
    padding-right: 114px;
  }
  .review-doc-table .form-table__row-td.number {
    display: none;
  }
  .review-doc-table .form-table__row-td.doc-type {
    font-size: 0.875rem;
    color: #3E3A39;
    text-align: left;
  }
  .review-doc-table .form-table__row-td.file-name {
    font-size: 0.8125rem;
    color: #717680;
    text-align: left;
  }
  .review-doc-table .form-table__row-td.download {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .review-doc-table .form-table__row-td.download .review-doc-download {
    padding: 6px 12px;
    font-size: 0.75rem;
  }
}

.review-table-wrap {
  overflow: hidden;
}

.review-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #1F3573;
}
.review-table th {
  width: 12rem;
  padding: 0.875rem 1.25rem;
  background: #f7f9fb;
  border-bottom: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #44403c;
  vertical-align: top;
}
.review-table td {
  padding: 0.875rem 1.25rem;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.9375rem;
  color: #1a1d24;
  line-height: 1.6;
}
.review-table tr:last-child th,
.review-table tr:last-child td {
  border-bottom: none;
}

.review-doc-download {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.375rem 0.875rem;
  border: 1px solid #0065bd;
  border-radius: 999px;
  color: #0065bd;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}
.review-doc-download:hover, .review-doc-download:focus-visible {
  background: #EEF6FF;
}

.review-confirm-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #B7D4EF;
  background: #EEF6FC;
  text-align: center;
}
.review-confirm-box__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  color: #0065bd;
}
.review-confirm-box__text {
  color: #2F3A34;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
}
.review-confirm-box__label {
  color: #0065BD;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .review-confirm-box__text {
    font-size: 0.9375rem;
  }
  .review-confirm-box__label {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .review-confirm-box {
    padding: 24px 16px;
  }
  .review-confirm-box__text {
    font-size: 0.875rem;
  }
  .review-confirm-box__label {
    font-size: 0.875rem;
  }
}

.review-success-popup {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  padding-bottom: 30px;
  width: 660px;
  max-width: 90vw;
}
.review-success-popup__content {
  padding: 30px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #E9EAEB;
  background: #F7F9FA;
}
.review-success-popup__title {
  color: #1A1D24;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 150%;
}
.review-success-popup__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  border: 1px solid #E9EAEB;
  background: #FFF;
}
.review-success-popup__receipt-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.review-success-popup__receipt-box__label {
  color: #1A1D24;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}
.review-success-popup__receipt-box__value {
  color: #0065BD;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 150%;
}
.review-success-popup__text {
  color: #717680;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 150%;
}
.review-success-popup__text__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}

.status-detail {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.status-detail-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.status-detail__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.status-detail .status-title {
  color: #3E3A39;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 140%;
}
.status-detail .status-badge {
  display: inline-block;
  height: 1.75rem;
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 600;
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
}
.status-detail .status-badge.status-DRAFT {
  color: #1A1D24;
}
.status-detail .status-badge.status-SUBMIT {
  color: #00B84C;
}
.status-detail .status-badge.status-REVIEW {
  color: #0065BD;
}
.status-detail .status-badge.status-SUPPLEMENT {
  color: #0065BD;
}
.status-detail .status-badge.status-SUPPLEMENT_DONE {
  color: #0065BD;
}
.status-detail .status-badge.status-APPROVE {
  color: #00B84C;
}
.status-detail .status-badge.status-REJECT {
  color: #FF1500;
}
.status-detail .status-badge.status-CANCEL {
  border-color: #C9D0D7;
  color: #717680;
}
.status-detail .step-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 24px 0;
}
.status-detail .step-wrap .step-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 70px;
}
.status-detail .step-wrap .step-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 2.5px solid #E2E8F0;
  border-radius: 50%;
  background: #fff;
  color: #94A3B8;
  font-size: 0.875rem;
  font-weight: 700;
  transition: all 0.2s;
}
.status-detail .step-wrap .step-circle.done {
  border-color: #10B981;
  background: #10B981;
  color: #fff;
}
.status-detail .step-wrap .step-circle.active {
  border-color: #3B82F6;
  background: #EFF6FF;
  color: #3B82F6;
}
.status-detail .step-wrap .step-circle.reject {
  border-color: #EF4444;
  background: #EF4444;
  color: #fff;
}
.status-detail .step-wrap .step-label {
  margin-top: 8px;
  color: #94A3B8;
  font-size: 0.75rem;
  font-weight: 500;
}
.status-detail .step-wrap .step-label.done {
  color: #10B981;
}
.status-detail .step-wrap .step-label.active {
  color: #3B82F6;
  font-weight: 700;
}
.status-detail .step-wrap .step-label.reject {
  color: #EF4444;
  font-weight: 700;
}
.status-detail .step-wrap .step-connector {
  width: 60px;
  height: 2.5px;
  margin-bottom: 24px;
  background: #E2E8F0;
}
.status-detail .step-wrap .step-connector.done {
  background: #10B981;
}
.status-detail .doc-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.status-detail .doc-card {
  border-radius: 10px;
  border: 1px solid #C9D0D7;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.status-detail .doc-card:hover, .status-detail .doc-card:focus-visible {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.status-detail .doc-card--reject {
  background: #F9FAFB;
}
.status-detail .doc-card--reject .doc-header {
  padding-bottom: 14px;
}
.status-detail .doc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}
.status-detail .doc-num {
  color: #1A1D24;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 140%;
}
.status-detail .doc-badge {
  font-size: 0.9375rem;
  font-weight: 600;
}
.status-detail .doc-badge.badge-approve {
  padding: 4px 16px;
  border-radius: 30px;
  color: #00B84C;
  border: 1px solid #00B84C;
}
.status-detail .doc-badge.badge-reject {
  padding: 4px 16px;
  border-radius: 30px;
  color: #FF1500;
  border: 1px solid #FF1500;
  background: #fff;
}
.status-detail .reject-detail {
  padding: 0 30px 30px;
}
.status-detail .reject-reason {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.status-detail .reject-reason .icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: #EF4444;
}
.status-detail .reject-reason-content {
  display: flex;
  gap: 20px;
  align-items: center;
}
.status-detail .reject-reason .label {
  color: #EA3033;
  font-size: 1rem;
  font-weight: 400;
  flex-shrink: 0;
}
.status-detail .reject-reason .text {
  color: #717680;
  font-size: 1rem;
}
.status-detail .doc-upload-card {
  border: 1px solid #C9D0D7;
}
.status-detail .doc-upload-card__subtitle {
  color: #6b7280;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}
.status-detail .summary-title {
  margin-bottom: 12px;
  color: #1A1D24;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
}
.status-detail .summary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 32px;
  padding: 30px;
}
.status-detail .summary-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9375rem;
  line-height: 150%;
}
.status-detail .summary-item .label {
  flex-shrink: 0;
  width: 150px;
  color: #717680;
  font-weight: 500;
}
.status-detail .summary-item .value {
  flex: 1;
  min-width: 0;
  color: #1A1D24;
  font-weight: 400;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .status-detail__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .status-detail__header .status-title {
    order: 2;
  }
  .status-detail .doc-header {
    padding: 24px 16px;
  }
  .status-detail .reject-detail {
    padding: 0 16px 24px;
  }
  .status-detail .summary-grid {
    grid-template-columns: 1fr;
    padding: 24px 16px;
  }
  .status-detail .summary-item .label {
    width: 110px;
  }
}

.register-alert {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 41.25rem;
  max-width: 90vw;
  padding: 1rem;
}
.register-alert__box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  padding: 1.875rem 0;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  background-color: #f9fafb;
}
.register-alert__content {
  flex: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  min-width: 0;
}
.register-alert__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  border: 1px solid #E9EAEB;
  background-color: #fff;
  background-image: url("../images/sub/register/register-alert.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.register-alert__message {
  margin: 0;
  color: #44403c;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  text-align: center;
}
.register-alert__actions {
  width: 100%;
  margin: 0;
}
.register-alert__actions .btn {
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .register-alert {
    width: 100%;
    padding: 0.75rem;
  }
  .register-alert__message {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.sitemap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .sitemap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .sitemap {
    grid-template-columns: 1fr;
  }
}
.sitemap__list {
  display: contents;
}
.sitemap__section {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding: 1.5rem 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  background-color: #fff;
}
.sitemap__depth1 {
  display: flex;
  align-items: center;
  padding-bottom: 0.875rem;
  border-bottom: 2px solid #0065bd;
  color: #1a1d24;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
.sitemap__depth1:hover, .sitemap__depth1:focus-visible {
  color: #0065bd;
}
.sitemap__depth2-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemap__depth2-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.sitemap__link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #44403c;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}
.sitemap__link:hover, .sitemap__link:focus-visible {
  color: #0065bd;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.sitemap__depth2-label {
  color: #1a1d24;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
}
.sitemap__depth3-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding-left: 0.875rem;
  list-style: none;
}
.sitemap__sublink {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.5;
  text-decoration: none;
}
.sitemap__sublink:hover, .sitemap__sublink:focus-visible {
  color: #0065bd;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.sitemap__sublink .dot {
  flex-shrink: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #d1d5db;
}
.sitemap__blank {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  color: currentColor;
}
.sitemap__blank svg {
  width: 100%;
  height: 100%;
}

.applyStep2ProductDetail {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 1280px;
  max-width: 90vw;
  padding: 1rem;
}
.applyStep2ProductDetail__box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  padding: 1.875rem 32px;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  background-color: #f9fafb;
}
.applyStep2ProductDetail__content {
  flex: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  min-width: 0;
}
.applyStep2ProductDetail__content .board-write {
  max-width: 100%;
}

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