.contact-content-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 19%;
}

.contact-content-wrap .content {
  width: 100%;
}

.contact-content-wrap .content form .top_form {
  position: relative;
  margin-bottom: 42px;
}

.contact-content-wrap .content form .top_form h3 {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 15px;
}

/*.contact-content-wrap .content form .top_form .bg {
    position: absolute;
    width: 100%;
    height: 250px;
    z-index: -1;
    background: #F6FAFD;
    border: 1px solid #DDDDDD;
    top: 0;
  } */
.contact-content-wrap .content form .top_form .text-box {
  width: 100%;
  /* padding: 20px 30px;
  overflow: auto;
  margin-bottom: 25px;
  border: solid 1px #dddddd; */
  background: rgba(35, 31, 32, 0.05);
  border-radius: 5px
}

.contact-content-wrap .content form .top_form .text-box p {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22.4px;
  color: #767676;
}

.contact-content-wrap .content form .top_form .text-box .numbered-list {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22.4px;
  color: #232324;
}

.contact-content-wrap .content form .top_form .text-box p span {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-left: 12px;
}

.contact-content-wrap .content form .top_form .text-box::-webkit-scrollbar {
  width: 5px;
}

.contact-content-wrap .content form .top_form .text-box::-webkit-scrollbar-thumb {
  background: #231f20;
  border-radius: 10px;
}

.contact-content-wrap .content form .top_form .text-box::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  margin: 20px;
}

.contact-content-wrap .content form .top_form .radio-box {
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
}

.contact-content-wrap .content form .top_form .radio-box p {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.09px;
  color: #BA0909;
  margin-right: 10px;
}

.contact-content-wrap .content form .top_form .radio-box label {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-left: 10px;
  position: relative;
}

.contact-content-wrap .content form .top_form .radio-box label span {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #dddddd;
  left: -30px;
  top: 2px;
  transition: all 0.3s;
  cursor: pointer;
}

.contact-content-wrap .content form .top_form .radio-box label span::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  /* background: #DDDDDD; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}

.contact-content-wrap .content form .top_form .radio-box label span.active {
  background: #231f20;
  transition: all 0.3s;
  cursor: initial;
}

.contact-content-wrap .content form .top_form .radio-box label span.active::after {
  background: #ffffff;
  transition: all 0.3s;
}

.contact-content-wrap .content form .top_form .radio-box input {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  opacity: 0;
}

.contact-content-wrap .content form .middle_form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 20px 24px;
  width: 100%;
  margin-bottom: 10px;
}

.contact-content-wrap .content form .middle_form>div {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: 24px;
}

.contact-content-wrap .content form .middle_form>div>label {
  font-family: "Lexend", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16.71px;
  color: #262626;
  margin-bottom: 10px;
}

.contact-content-wrap .content form .middle_form>div>input {
  background: #ffffff;
  border: 1px solid #767676;
  padding: 20px 20px;
  font-family: "SUIT";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.71px;
  color: #767676;
  border-radius: 10px
}

.contact-content-wrap .content form .middle_form>div>input:placeholder {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.71px;
  color: #767676 !important
}

.contact-content-wrap .content form .middle_form>div .option-radiobox {
  display: flex;
  align-items: center;
  height: 43px;
}

.contact-content-wrap .content form .middle_form>div .option-radiobox label {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.71px;
  color: #232324;
  margin-left: 10px;
  position: relative;
}

.contact-content-wrap .content form .middle_form>div .option-radiobox label span {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: url(../imgs/check-btn.png) no-repeat center center #ffffff;
  border: 1px solid #dddddd;
  left: -30px;
  transition: all 0.3s;
  cursor: pointer;
}

.contact-content-wrap .content form .middle_form>div .option-radiobox label span.active {
  background-color: #231f20;
  transition: all 0.3s;
  cursor: initial;
}

.contact-content-wrap .content form .middle_form>div .option-radiobox label:nth-child(2) {
  margin-right: 40px;
}

.contact-content-wrap .content form .middle_form>div .option-radiobox>input {
  width: 20px;
  height: 20px;
  opacity: 0;
}

.contact-content-wrap .content form .bottom_form {
  width: 100%;
  margin-bottom: 48px;
}

.contact-content-wrap .content form .bottom_form .message {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.contact-content-wrap .content form .bottom_form .message label {
  font-family: "Lexend", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}

.contact-content-wrap .content form .bottom_form .message textarea {
  width: 100%;
  height: 300px;
  background: #ffffff;
  border: 1px solid #767676;
  padding: 10px 20px;
  font-family: "SUIT";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  border-radius: 10px
}

.contact-content-wrap .content form .bottom_form .message textarea:placeholder {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.71px;
  color: #767676;
}

.contact-content-wrap .content form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 55px;
  background: #004B3E;
  cursor: pointer;
  margin: 0 auto;
  font-family: "SUIT";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  border: 0;
  transition: 0.3s;
  padding: 8px 60px 8px 60px;
  border-radius: 10px
}

.contact-content-wrap .content form button:hover {
  background-color: #03a389;
}

@media (max-width: 900px) {
  .contact-content-wrap {
    width: 100%;
    padding: 0 16px;
  }

  .contact-content-wrap .content form .top_form .text-box {
    width: 100%;
    padding: 20px 0px;
    background: none;
  }

  .contact-content-wrap .content form .top_form .text-box p {
    font-family: Pretendard, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    letter-spacing: -0.025em;
    text-align: left;
    color: #767676;
  }

  .contact-content-wrap .content form .top_form .text-box .numbered-list {
    font-family: Pretendard, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    letter-spacing: -0.025em;
    text-align: left;
    color: #232324;
  }

  .contact-content-wrap .content form .top_form .radio-box {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .contact-content-wrap .content form .top_form .radio-box p {
    margin-right: 0;
    word-break: keep-all;
    width: 100%;
    margin-bottom: 15px;
  }

  .contact-content-wrap .content form .middle_form {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
  }

  .contact-content-wrap .content form .middle_form>div .option-radiobox label {
    word-break: keep-all;
  }

  .contact-content-wrap .content form .top_form h3 {
    margin: 20px 0 0px;
    font-family: Pretendard, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 23.87px;
    letter-spacing: -0.025em;
    text-align: left;

  }


}