.current-info {
  padding: 15px 18%;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fafafa;
  gap: 5px;
  position: relative;
}

.prev-path {
  color: #8d8d8d;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.current-path {
  color: #101314;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  position: relative;
}

.content .page__body .under__depth--list-v2 {
  display: none;
  position: absolute;
  z-index: 100;
  top: 40px;
  left: 380px;
  padding: 6px 12px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .16);
  border: solid 1px #464646;
  background-color: #fff
}

.content .page__body .under__depth--list-v2.is-show {
  display: inline-block
}

.content .page__body .under__depth--list-v2 a{
  display: block;
  white-space: nowrap;
  padding: 5px 0;
  color: #666;
}

.info-content {
  max-width: 1184px;
  background-color: #fff;
  /* padding: 40px 18%; */
  gap: 40px;
  display: flex;
  flex-direction: column;
  margin: 20px auto;
}

.info-content-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.info-content-title {
  color: #222;
  font-family: "Noto Sans KR";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.info-content-divider {
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
}

.info-procedure-wrap {
  width: 100%;
  height: 240px;
  border-radius: 126px;
  background-color: #f2f9ed;
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: space-between;
}

.info-procedure-sub-wrap {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: space-between;
}

.info-procedure-item {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background-color: #ade667;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.info-procedure-sub-item {
  width: 200px;
  height: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info-procedure-step-title {
  color: #575757;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.info-procedure-step {
  color: #262626;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.info-procedure-item-title {
  color: #161616;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.info-introduce-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
}

.info-introduce-step-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-introduce-title {
  color: #222;
  font-family: "Noto Sans KR";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.info-introduce-step-wrap {
  display: flex;
  flex-direction: column;
}

.info-introduce-step {
  color: #262626;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
}

.info-introduce-contact {
  margin-top: 10px;
  color: #939398;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.info-introduce-book-wrap {
  min-width: 142px;
  max-width: 142px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.info-introduce-book-title {
  color: #262626;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
  text-decoration-line: underline;
}

.info-introduce-sub-divider {
  width: 100%;
  height: 1px;
  background: #00c300;
}

.button-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 50px;
  margin-bottom: 45px;

  button {
    width: 220px;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

.modal-body {
  padding-top: 0px !important;
  padding-bottom: 1rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.info-modal-title {
  color: #101314;
  font-family: "Noto Sans KR";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 4px 16px;
}

/* 모달 폼 스타일 */
.modal-form-container {
  padding: 0px 16px;
  box-sizing: border-box;
}

.form-table {
  width: 100%;
  border-top: 1px solid #222;
  border-collapse: collapse;
}

.form-table th {
  background-color: #f9f9f9;
  padding: 10px 20px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  width: 140px;
  height: 60px;
  box-sizing: border-box;
}

.form-table th:not(.group-header){
  vertical-align: middle !important;
}

.form-table td {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  height: 60px;
  box-sizing: border-box;
  vertical-align: middle !important;
}

.form-label {
  color: #000;
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.form-label {
  margin-bottom: 0px;
}

.form-label.required::after {
  content: "*";
  color: red;
  margin-left: 2px;
}

.form-input {
  height: 32px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
}

.form-button {
  height: 32px;
  padding: 0 15px;
  background: #222;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 12px;
}

/* 그룹 헤더 스타일 */
.form-table th.group-header {
  background-color: #f9f9f9;
  border-right: 1px solid #ddd;
  width: 124px;
  text-align: center;
  vertical-align: top;
  padding-top: 20px;
}

/* 기존 th 스타일 수정 */
.form-table th.sub-header {
  background-color: #f9f9f9;
  width: 158px; /* 24-11-15 */
}

.form-check-wrap {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-textarea-warp {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #d3d2d3;
  background-color: #f7f7f7;
  overflow-y: auto;
  overflow-x: hidden;

  padding: 20px;

  color: #202020;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-divider {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 20px 0px;
}

.form-button-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;

  button {
    color: #fff;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 104px;
    height: 55px;
  }
}

.form-footer {
  color: #222;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 40px;
  margin-bottom: 40px;
}

.form-check-input:checked {
  background-color: #50b628;
  border-color: #50b628;
}

.form-check-input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(80, 182, 40, 0.25);
}

.cal-divider {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0px;
}

.cal-title {
  color: #000;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}

.day-desc {
  color: #939398;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.day-cnt {
  color: #000;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 5px;
}