@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
.subtop-wrap {
  background-image: url("../imgs/subtop_about.png");
}
@media screen and (max-width: 767.98px) {
  .subtop-wrap {
    background-image: url("../imgs/subtop_about_m.png");
  }
}

@media screen and (max-width: 991.98px) {
  .text-divide-wrap .right-wrap h2 {
    font-weight: 500;
  }
  .text-divide-wrap .right-wrap img {
    width: 100%;
    max-width: 323px;
  }
}

#section01 {
  padding: 200px 0;
}
@media screen and (max-width: 991.98px) {
  #section01 {
    padding: 65px 0;
  }
}

.list-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 120px;
}
@media screen and (max-width: 1919.98px) {
  .list-wrapper {
    column-gap: 6.2532569046vw;
  }
}
@media screen and (max-width: 991.98px) {
  .list-wrapper {
    flex-direction: column !important;
  }
}
.list-wrapper:not(:last-child) {
  margin-bottom: 130px;
}
@media screen and (max-width: 991.98px) {
  .list-wrapper:not(:last-child) {
    margin-bottom: 50px;
  }
}
.list-wrapper:nth-child(odd) {
  flex-direction: row-reverse;
}
.list-wrapper:nth-child(odd) .img-wrap {
  text-align: right;
}
@media screen and (max-width: 991.98px) {
  .list-wrapper .img-wrap {
    order: 2;
    margin-top: 40px;
  }
}
@media screen and (max-width: 543.98px) {
  .list-wrapper .img-wrap {
    width: calc(100% + 38px);
    margin-left: -19px;
    margin-right: -19px;
    margin-top: 40px;
  }
}
.list-wrapper .img-wrap img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  .list-wrapper .img-wrap img {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
  }
}
.list-wrapper .img-wrap img ~ img {
  margin-top: 109px;
}
@media screen and (max-width: 991.98px) {
  .list-wrapper .img-wrap img ~ img {
    margin-top: 0;
  }
}
.list-wrapper .img-wrap .bar {
  margin: 109px auto 0;
  width: 1px;
  height: 300px;
  background-color: #000;
}
@media screen and (max-width: 1919.98px) {
  .list-wrapper .img-wrap .bar {
    height: 15.6331422616vw;
  }
}
@media screen and (max-width: 991.98px) {
  .list-wrapper .img-wrap .bar {
    display: none;
  }
}
.list-wrapper .txt-wrap li:not(:last-child) {
  margin-bottom: 90px;
}
@media screen and (max-width: 991.98px) {
  .list-wrapper .txt-wrap li:not(:last-child) {
    margin-bottom: 30px;
  }
  .list-wrapper .txt-wrap li:not(:last-child):after {
    content: "";
    width: 80%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-top: 1px solid #edf0e9;
  }
}
.list-wrapper .txt-wrap .title {
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  .list-wrapper .txt-wrap .title {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.list-wrapper .txt-wrap .desc {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 991.98px) {
  .list-wrapper .txt-wrap .desc {
    font-size: 14px;
  }
}
.list-wrapper .txt-wrap .desc span {
  color: #3e7c4b;
  font-weight: 700;
}
.list-wrapper .txt-wrap .desc .subtitle {
  margin: 45px 0;
  font-size: 30px;
  font-weight: 700;
  color: #3e7c4b;
}
@media screen and (max-width: 991.98px) {
  .list-wrapper .txt-wrap .desc .subtitle {
    margin: 20px 0;
    font-size: 14px;
  }
}

#section02 .title {
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #section02 .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
#section02 .title span {
  color: #3e7c4b;
}
#section02 .desc {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #section02 .desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
#section02 .form-wrap {
  margin-top: 90px;
}
@media screen and (max-width: 991.98px) {
  #section02 .form-wrap {
    margin-top: 30px;
  }
}
#section02 .application-form {
  width: 100%;
}
#section02 .application-form .form-row {
  display: flex;
  margin-bottom: 30px;
}
#section02 .application-form .form-row .form-label {
  width: 160px;
  font-size: 24px;
  padding-right: 43px;
  text-align: right;
  flex-shrink: 0;
}
@media screen and (max-width: 991.98px) {
  #section02 .application-form .form-row .form-label {
    width: 80px;
    padding-right: 0;
    padding-top: 3px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }
}
#section02 .application-form .form-row input[type=text] {
  width: 350px;
}
@media screen and (max-width: 991.98px) {
  #section02 .application-form .form-row input[type=text] {
    width: 100%;
  }
}
#section02 .application-form .form-row input[type=text],
#section02 .application-form .form-row textarea {
  padding: 8px;
  height: 36px;
  background: #edf0e9;
  border: none;
  border-bottom: 2px solid #3e7c4b;
}
@media screen and (max-width: 991.98px) {
  #section02 .application-form .form-row input[type=text],
  #section02 .application-form .form-row textarea {
    height: 24px;
  }
}
#section02 .application-form .form-row textarea {
  width: 100%;
  height: 150px;
  resize: none;
}
@media screen and (max-width: 991.98px) {
  #section02 .application-form .form-row textarea {
    height: 70px;
  }
}
#section02 .application-form .form-row .experience-options {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 991.98px) {
  #section02 .application-form .form-row .experience-options {
    gap: 24px;
  }
}
#section02 .application-form .form-row .experience-options label {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  white-space: nowrap;
}
@media screen and (max-width: 991.98px) {
  #section02 .application-form .form-row .experience-options label {
    font-size: 14px;
  }
}
#section02 .application-form .form-row .experience-options label input {
  margin-right: 4px;
}
#section02 .application-form .form-row .experience-options input[type=radio] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 4px;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  #section02 .application-form .form-row .experience-options input[type=radio] {
    width: 12px;
    height: 12px;
  }
}
#section02 .application-form .form-row .experience-options input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 10px;
  border: solid #3e7c4b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 991.98px) {
  #section02 .application-form .form-row .experience-options input[type=radio]:checked::after {
    top: 0;
    left: 3px;
    width: 2px;
    height: 6px;
  }
}
#section02 .application-form .btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 90px auto 0;
  width: 200px;
  height: 50px;
  font-size: 24px;
  background-color: #f6cb42;
  color: #3e7c4b;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  #section02 .application-form .btn-submit {
    margin-top: 50px;
    width: 100px;
    height: 30px;
    font-size: 14px;
  }
}