.request-wrap .inner {
  display: flex;
  align-items: flex-start;
  padding: 200px calc((100% - 1520px) / 2) 220px;
  background: #f5f5f5;
  position: relative;
  height: auto;
  top: 0;
  overflow: visible !important;
}

.left.fixed {
  width: calc(100% - 876px);
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 120px;
  align-self: flex-start;
  height: fit-content;
  min-height: 700px;
  /* 네비게이터가 하단 고정될 때 겹침 방지 */
}

.left.fixed>span {
  font-size: 18px;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 20px;
  display: block;
}

.left.fixed h1 {
  font-size: 60px;
  font-weight: 700;
  color: #393939;
  margin-bottom: 80px;
  line-height: 1.1;
}

.navigator {
  display: flex;
  flex-direction: column;
}

.navigator.absolute {
  position: absolute;
  bottom: 0;
}

.navigator .process {
  display: flex;
  align-items: center;
  margin-bottom: 47px;
  position: relative;
}

.navigator .process:not(:first-child):before {
  content: "";
  width: 2px;
  height: 60px;
  position: absolute;
  top: -53px;
  left: 16px;
  display: block;
  background: #cccccc;
}

.navigator .process .icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #cccccc;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
  margin-right: 32px;
  position: relative;
}

.navigator .process.checked::before {
  background-color: #a7abef;
  transition: 0.3s ease;
}

.navigator .process.checked .icon {
  border: 0px;
  background-color: #a7abef;
  background-image: url(../images/icon/check.svg);
  transition: 0.3s ease;
}

.navigator .process.checking .icon {
  background-color: #a7abef;
  border: 0px;
}

.navigator .process .icon::after {
  content: "";
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: #4c55e5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  opacity: 0;
}

.navigator .process.checking .icon::after {
  opacity: 1;
}

.navigator .process.checking .info span:nth-child(2) {
  font-weight: 800 !important;
}

.navigator .process .info {
  display: flex;
  flex-direction: column;
}

.navigator .process .info span:first-child {
  font-size: 14px;
  font-weight: 600;
  color: #848484;
}

.navigator .process .info span:last-child {
  font-size: 18px;
  font-weight: 600;
  color: #2c2c2c;
  margin-top: 6px;
}

.right.form {
  display: flex;
  flex-direction: column;
  width: 876px;
}

.explain {
  margin-bottom: 100px;
}

.explain>span {
  font-size: 24px;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 32px;
  display: block;
}

.explain .lead p {
  font-size: 18px;
  font-weight: 500;
  color: #2c2c2c;
  line-height: 1.7;
}

.explain .lead div.web {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 62px;
  background: #ededf0;
  border-radius: 20px;
}

.explain .lead div.mo {
  display: none;
  flex-direction: column;
  padding: 30px;
  background: #fafafa;
  border-radius: 16px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  justify-content: center;
  align-items: center;
}

.explain .lead div.mo span {
  font-size: 20px;
  font-weight: 700;
  color: #2c2c2c;
  line-height: 1.55;
}

.explain .lead div.mo span mark {
  color: #4f5ae3;
}

.explain .lead div.mo img {
  width: 198px;
  margin: 20px 0 32px;
}

.explain .lead div.mo p {
  font-size: 14px;
  font-weight: 500;
  color: #2c2c2c;
  line-height: 1.6;
  word-break: keep-all;
}

.explain .lead p strong {
  font-weight: 700;
}

form .step {
  margin-bottom: 200px;
}

form .step hgroup {
  margin-bottom: 60px;
}

form .step01 hgroup {
  margin-bottom: 100px;
}

form .step hgroup .num {
  font-size: 24px;
  font-weight: 800;
  color: #4c55e5;
}

form .step hgroup h2 {
  font-size: 34px;
  font-weight: 700;
  color: #393939;
  margin: 20px 0 14px;
}

form .step04 hgroup h2 {
  margin-bottom: 0;
}

form .step mark {
  font-size: 16px;
  font-weight: 600;
  color: #999999;
}

form .step .step_info .input_box {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #aaaaaa;
  margin-top: 52px;
}

form .step .step_info .input_box span {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  margin-right: 120px;
  width: 222px;
}

form .step .step_info .input_box input {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  width: calc(100% - 120px);
}

form .step .step_info .input_box:first-child {
  margin-top: 0;
}

.step02 .step_info {
  display: flex;
  flex-wrap: wrap;
}

.step02 .step_info .select_box {
  width: calc((100% - 64px) / 3);
  height: 220px;
  margin-right: 32px;
  background: #ffffff;
  box-shadow: -1px 6px 28px rgba(0, 0, 0, 0.03);
  margin-top: 32px;
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.step02 .step_info .select_box,
.step02 .step_info .select_box * {
  transition: 0.2s ease;
}

.step02 .step_info .select_box:nth-child(3n) {
  margin-right: 0;
}

.step02 .step_info .select_box:nth-child(n + 1):nth-child(-n + 3) {
  margin-top: 0;
}

.step02 .step_info .select_box span {
  font-size: 22px;
  font-weight: 700;
  color: #2c2c2c;
}

.step02 .step_info .select_box i {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 22px;
}

.step02 .step_info .select_box.on {
  background: #5b64ea;
}

.step02 .step_info .select_box.on span {
  color: #ffffff;
}

.step02 .step_info .select_box.select01 i {
  background-image: url(../images/request/select01.svg);
}

.step02 .step_info .select_box.select02 i {
  background-image: url(../images/request/select02.svg);
}

.step02 .step_info .select_box.select03 i {
  background-image: url(../images/request/select03.svg);
}

.step02 .step_info .select_box.select04 i {
  background-image: url(../images/request/select04.svg);
}

.step02 .step_info .select_box.select05 i {
  background-image: url(../images/request/select05.svg);
}

.step02 .step_info .select_box.select06 i {
  background-image: url(../images/request/select06.svg);
}

.step02 .step_info .select_box.select01.on i {
  background-image: url(../images/request/select01_active.svg);
}

.step02 .step_info .select_box.select02.on i {
  background-image: url(../images/request/select02_active.svg);
}

.step02 .step_info .select_box.select03.on i {
  background-image: url(../images/request/select03_active.svg);
}

.step02 .step_info .select_box.select04.on i {
  background-image: url(../images/request/select04_active.svg);
}

.step02 .step_info .select_box.select05.on i {
  background-image: url(../images/request/select05_active.svg);
}

.step02 .step_info .select_box.select06.on i {
  background-image: url(../images/request/select06_active.svg);
}

.info_tit {
  font-size: 24px;
  font-weight: 700;
  color: #393939;
  margin-bottom: 25px;
}

.info_tit:not(.none):after {
  content: "*";
  color: #4c55e5;
  margin-left: 6px;
  font-weight: 600;
}

form .step03 hgroup {
  margin-bottom: 60px;
}

form .step03 .button_box {
  display: flex;
  flex-wrap: wrap;
}

form .step03 .button_box button {
  width: fit-content;
  height: 73px;
  padding: 0 68px;
  font-size: 24px;
  font-weight: 600;
  color: #393939;
  border-radius: 500px;
  background: #ffffff;
  margin-right: 15px;
  margin-top: 15px;
  transition: 0.2s ease;
}

form .step03 .button_box button.on {
  background: #4c55e5;
  color: #fff;
}

form .step03 .info_tit:nth-child(3) {
  margin-top: 90px;
}

.step04 .info_tit {
  margin-bottom: 14px;
}

.step04 textarea {
  width: 100%;
  height: 260px;
  border-radius: 18px;
  background: #ffffff;
  margin-top: 40px;
  border: none;
  padding: 24px 32px;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 57px;
}

.file_box input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.file_box {
  width: 100%;
  position: relative;
  height: 68px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  background: #ffffff;
  padding: 0 160px 0 32px;
  margin-top: 36px;
}

.file_box .upload-name {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  display: block;
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  pointer-events: none !important;
}

.file_box label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 146px;
  background: #4c55e5;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 500px;
}

.submit {
  display: flex;
  align-items: center;
  margin-left: auto;
  width: fit-content;
}

.submit span {
  font-size: 60px;
  font-weight: 700;
  color: #393939;
  margin-right: 50px;
}

.submit button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #4c55e5;
  box-shadow: -8px 6px 23px rgba(78, 85, 221, 0.3);
}

@media (max-width: 1650px) {
  .request-wrap .inner {
    padding: 200px 4% 220px;
  }
}

@media (max-width: 1600px) {
  .request-wrap .inner {
    flex-direction: column;
    position: relative;
  }

  .navigator {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 117px;
    background: #ededf0;
    border-radius: 16px 16px 0 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 9998;
  }

  .left.fixed {
    position: initial;
    z-index: 9998;
  }

  .right.form {
    width: 100%;
  }

  .navigator .process {
    width: fit-content;
    flex-direction: column;
    align-items: center;
    margin: 0 50px 0 0;
  }

  .navigator .process:last-child {
    margin-right: 0;
  }

  .navigator .process .icon {
    margin: 0 0 7px;
  }

  .navigator .process:not(:first-child):before {
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    top: 16px;
    left: -54px;
    display: block;
    background: #cccccc;
  }

  .navigator .process .info span:last-child {
    display: none;
  }

  .left.fixed {
    width: 100%;
  }

  form .step .step_info .input_box span {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-right: 50px;
    width: 110px;
  }

  .explain>span {
    display: none;
  }

  .left.fixed h1 {
    margin-bottom: 90px;
  }
}

@media (max-width: 768px) {
  .navigator .process .info span:first-child {
    font-size: 13px;
  }

  .explain .lead div.web {
    display: none;
  }

  .explain .lead div.mo {
    display: flex;
  }

  form .step03 .button_box button {
    width: calc((100% - 7px) / 2);
    margin-right: 7px;
    margin-top: 8px;
    font-size: 18px;
    padding: 0;
    height: 60px;
  }

  form .step03 .button_box button:nth-child(2n) {
    margin-right: 0;
  }

  form .step03 .button_box button:nth-child(n + 1):nth-child(-n + 2) {
    margin-top: 0;
  }

  .step02 .step_info .select_box {
    width: calc((100% - 16px) / 3);
    height: 180px;
    margin-top: 8px;
    margin-right: 8px;
    border-radius: 18px;
  }

  .request-wrap .inner {
    padding-top: 96px;
    padding-bottom: 172px;
  }

  .left.fixed h1 {
    margin-bottom: 45px;
  }

  .left.fixed>span {
    font-size: 16px;
  }

  .left.fixed h1 {
    font-size: 40px;
  }

  form .step hgroup .num {
    font-size: 20px;
  }

  form .step hgroup h2 {
    font-size: 28px;
    margin: 8px 0;
  }

  form .step mark {
    font-size: 15px;
  }

  .explain {
    margin-bottom: 84px;
  }

  .left.fixed h1 {
    margin-bottom: 45px;
  }

  form .step hgroup {
    margin-bottom: 60px;
  }

  form .step .step_info .input_box {
    flex-direction: column;
    border-bottom: none;
    align-items: flex-start;
    margin-top: 40px;
  }

  form .step .step_info .input_box span {
    text-align: left;
  }

  .input_box input {
    border-bottom: 1px solid #aaaaaa;
    width: 100% !important;
    margin-top: 14px;
    padding-bottom: 10px;
  }

  form .step .step_info .input_box span,
  form .step .step_info .input_box input {
    font-size: 18px;
  }

  form .step {
    margin-bottom: 84px;
  }

  .step02 .step_info .select_box i {
    width: 42px;
    height: 42px;
    background-size: contain;
  }

  .step02 .step_info .select_box span {
    font-size: 18px;
  }

  .info_tit {
    font-size: 20px;
  }

  form .step03 .info_tit:nth-child(3) {
    margin-top: 36px;
  }

  .step04 .info_tit {
    margin-bottom: 8px;
  }

  .step04 textarea {
    margin-top: 24px;
    padding: 20px;
    margin-bottom: 36px;
  }

  .file_box {
    margin-top: 24px;
    height: 62px;
    padding: 0 30px 0 168px;
  }

  .file_box .upload-name {
    font-size: 15px;
  }

  .file_box label {
    left: 6px;
    width: 146px;
    height: 50px;
    font-size: 16px;
  }

  .submit {
    margin-top: -24px;
  }

  .submit span {
    font-size: 50px;
    margin-right: 20px;
  }

  .submit button {
    width: 60px;
    height: 60px;
  }

  .submit button img {
    width: 25px;
  }
}

@media (max-width: 500px) {
  form .step03 .button_box button {
    font-size: 15px;
    height: 50px;
  }

  form .step hgroup .num {
    font-size: 16px;
  }

  form .step hgroup h2 {
    font-size: 22px;
  }

  form .step mark {
    font-size: 13px;
  }

  form .step hgroup {
    margin-bottom: 32px;
  }

  form .step .step_info .input_box {
    margin-top: 24px;
  }

  form .step .step_info .input_box span,
  form .step .step_info .input_box input {
    font-size: 15px;
  }

  .file_box .upload-name {
    font-size: 13px;
    font-weight: 500;
  }

  .file_box .upload-name::placeholder {
    font-size: 13px;
  }

  .step02 .step_info .select_box {
    height: 100px;
    border-radius: 18px;
  }

  .step02 .step_info .select_box i {
    width: 28px;
    height: 28px;
    background-size: contain;
  }

  .step02 .step_info .select_box span {
    font-size: 14px;
  }

  .info_tit {
    font-size: 16px;
  }

  .submit span {
    font-size: 40px;
  }

  .submit button {
    width: 42px;
    height: 42px;
  }

  .submit button img {
    width: 16.5px;
  }
}

/* 로딩 화면 스타일 */
#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10001;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#loading-overlay .loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#loading-overlay .spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(76, 85, 229, 0.1);
  border-left: 4px solid #4c55e5;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}

#loading-overlay p {
  font-size: 20px;
  font-weight: 700;
  color: #393939;
  line-height: 1.5;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  #loading-overlay p {
    font-size: 16px;
  }

  #loading-overlay .spinner {
    width: 40px;
    height: 40px;
  }
}