    body {
      margin: 0;
      padding: 0;
      background-color: #fff;
      font-family: 'Pretendard', sans-serif;
      text-align: center;
    }

  .top-wrapper {
    width: 100%;
    height: 72px;
    background-color: #fff;
    display: flex;
    align-items: flex-end; /* 하단 정렬 */
    justify-content: center;
    padding-bottom: 10px; /* 텍스트와 하단 간격 조절 */
    box-sizing: border-box;
  }

  .top-inner {
    width: 1920px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .top-inner-sub {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .top-logo img {
    height: 48px;
  }

  .top-logo-index {
    margin-left:40px;
  }

  .top-menu {
    display: flex;
    gap: 48px;
    font-size: 24px;
    font-weight: 700;
  }

  .top-menu-index {
    margin-right:80px;
  }

  .top-menu a {
    color: #000;
    text-decoration: none;
  }

  .top-menu a.current-view {
    color: #00A3FF;
  }

  .top-divider {
    height: 5px;
    margin-top: 4px;
    background-color: #000;
    margin: 0 auto;
    width: 1200px; /* 기본값 */
  }

  /* 필요 시 100%로 변경할 수 있음 */
  /* .top-divider { width: 100%; } */

    .container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0;
    }

    .container img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }

    @media screen and (max-width: 768px) {
      .container {
        max-width: 100%;
      }
    }

.page-path {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 20px 0 20px;
  font-size: 28px;
  font-weight:700;
  color: #333;
  display: flex;
  align-items: center;
}

.page-title-wrap {
  max-width: 1200px;
  margin: 16px auto 24px auto;
  padding: 0 20px;
  border-bottom: 2px solid #000;
}

.page-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #111;
}

.form-label {
	font-size:20px;
	width:24%;
	text-align:left;
}

.form-label-find {
	font-size:20px;
	width:50%;
	text-align:left;
}

.form-label-single {
	font-size:20px;
	width:12%;
	text-align:left;
}

.label-required {
	color:#ee4c4a;
}

sl-input::part(base) {
  --sl-input-border-color: #8ab3e4;   /* 테두리 색상 */
  --sl-focus-ring-color: #4b90e2;     /* 포커스 시 outline 색상 */
  border-radius: 8px;
  font-size: 15px;
}

sl-input::part(input) {
  padding-left: 12px;
  padding-right: 12px;
}

sl-button.button-upload::part(base) {
  width:300px;
  background-color:#7550c4;
  border-radius: 8px;
  font-size: 20px;
}

.agree-text {
	font-size:24px;
}

.apply-complete-box {
  width: 100%;
/*  max-width: 720px;*/
  margin: 0px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  padding: 40px 0px;
  text-align: center;
  font-family: 'Pretendard', sans-serif;
  border: 1px solid #ccc;
}

.apply-complete-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.apply-complete-desc {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 35px;
}

.apply-complete-button sl-button {
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
}

.apply-find-button sl-button {
  font-size: 16px;
}

sl-button.button-complete::part(base) {
  width:300px;
  background-color:#00a4ff;
  border-radius: 8px;
  font-size: 20px;
}

sl-button.button-find::part(base) {
  width:100%;
  background-color:#00a4ff;
  border-radius: 8px;
  font-size: 20px;
}