@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
.subtop-wrap {
  background-image: url("../imgs/subtop_education.png");
}
.subtop-wrap .title {
  color: #1e2a24;
}
.subtop-wrap .lg {
  font-size: 60px;
}
@media screen and (max-width: 1499.98px) {
  .subtop-wrap .lg {
    font-size: 4.0026684456vw;
  }
}
@media screen and (max-width: 991.98px) {
  .subtop-wrap .lg {
    font-size: 22px;
  }
}

#section01 {
  position: relative;
  padding-bottom: 468px;
}
@media screen and (max-width: 991.98px) {
  #section01 {
    padding-bottom: 130px;
  }
}
#section01 [class*=bg-img] {
  position: absolute;
  bottom: 200px;
}
@media screen and (max-width: 991.98px) {
  #section01 [class*=bg-img] {
    bottom: 54px;
  }
}
#section01 [class*=bg-img].bg-img1 {
  left: 100px;
}
@media screen and (max-width: 991.98px) {
  #section01 [class*=bg-img].bg-img1 {
    left: auto;
    right: 0;
    width: 227px;
  }
}
#section01 [class*=bg-img].bg-img2 {
  right: 100px;
}
#section01 .main-title {
  margin-bottom: 146px;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #section01 .main-title {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
#section01 .main-title span {
  position: relative;
  display: inline-block;
  margin-left: 6px;
  font-size: 48px;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 991.98px) {
  #section01 .main-title span {
    font-size: 18px;
  }
}
#section01 .main-title span:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: -8px;
  width: calc(100% + 16px);
  height: 60px;
  background-color: #3e7c4b;
  z-index: -1;
}
@media screen and (max-width: 991.98px) {
  #section01 .main-title span:before {
    top: 3px;
    height: 25px;
    left: -5px;
    width: calc(100% + 10px);
  }
}
#section01 .lists {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 160px;
}
@media screen and (max-width: 1919.98px) {
  #section01 .lists {
    gap: 8.3376758729vw;
  }
}
@media screen and (max-width: 991.98px) {
  #section01 .lists {
    display: block;
  }
}
#section01 .lists:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 511px;
  border-left: 1px solid #3e7c4b;
  transform: translateX(-50%);
  opacity: 0.2;
}
@media screen and (max-width: 991.98px) {
  #section01 .lists:after {
    content: none;
  }
}
#section01 .lists li {
  position: relative;
  padding: 35px 38px;
  border: 1px solid #3e7c4b;
  border-radius: 30px;
  width: 100%;
  max-width: 487px;
  color: #3e7c4b;
}
@media screen and (max-width: 991.98px) {
  #section01 .lists li {
    max-width: none;
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 991.98px) {
  #section01 .lists li:not(:last-child) {
    margin-bottom: 30px;
  }
}
#section01 .lists .title {
  margin-bottom: 45px;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #section01 .lists .title {
    margin-bottom: 15px;
    font-size: 16px;
    display: inline-block;
    box-shadow: inset 0 -6px 0 #f6cb42;
  }
}
#section01 .lists .desc {
  font-size: 30px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #section01 .lists .desc {
    font-size: 14px;
  }
}

#section02 {
  padding-bottom: 258px;
  background: url("../imgs/education/img_bg_chart.png") no-repeat center top 225px/100% auto;
}
@media screen and (max-width: 991.98px) {
  #section02 {
    padding-bottom: 30px;
    background: none;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .title-wrap .title {
    margin-bottom: 20px;
  }
}
#section02 .tab-accordion .tab-menu {
  display: flex;
  margin-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
#section02 .tab-accordion .tab-menu .tab-button {
  cursor: pointer;
  padding: 20px 0;
  margin-right: 50px;
  font-size: 26px;
  font-weight: 600;
  color: #a8a8a8;
}
#section02 .tab-accordion .tab-menu .tab-button.active {
  font-weight: 700;
  border-bottom: 3px solid #3e7c4b;
  color: #3e7c4b;
}
#section02 .tab-accordion .tab-item {
  margin-bottom: 12px;
}
#section02 .tab-accordion .tab-item .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 16px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
}
#section02 .tab-accordion .tab-item .toggle-icon {
  position: relative;
  width: 10px;
  height: 10px;
}
#section02 .tab-accordion .tab-item .toggle-icon::before, #section02 .tab-accordion .tab-item .toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #333;
  transition: all 0.2s ease;
}
#section02 .tab-accordion .tab-item .toggle-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
#section02 .tab-accordion .tab-item .toggle-icon::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
#section02 .tab-accordion .tab-item .content {
  position: relative;
  display: none;
  padding-top: 100px;
}
@media screen and (max-width: 991.98px) {
  #section02 .tab-accordion .tab-item .content {
    padding: 50px 10px;
    background: url("../imgs/education/img_bg_chart_m.png") no-repeat center top/cover;
  }
}
#section02 .tab-accordion .tab-item.active .toggle-icon::after {
  opacity: 0;
}
#section02 .tab-accordion .tab-item.active .content {
  display: block;
}
#section02 .tab-accordion .tab-item .video-wrap {
  position: absolute;
  top: 520px;
  right: -160px;
  width: 730px;
  background-color: #000;
  overflow: hidden;
}
@media screen and (max-width: 1499.98px) {
  #section02 .tab-accordion .tab-item .video-wrap {
    right: -10.0066711141vw;
    width: 48.6991327552vw;
  }
}
@media screen and (max-width: 1440px) {
  #section02 .tab-accordion .tab-item .video-wrap {
    right: 0;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .tab-accordion .tab-item .video-wrap {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-bottom: 40px;
  }
}
#section02 .tab-accordion .tab-item .cont-title {
  margin-bottom: 100px;
  display: inline-block;
  font-size: 36px;
  font-weight: 900;
  color: #3e7c4b;
  box-shadow: inset 0 -12px 0 #f6cb42;
}
@media screen and (max-width: 991.98px) {
  #section02 .tab-accordion .tab-item .cont-title {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
#section02 .tab-accordion .tab-item .subtitle {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 991.98px) {
  #section02 .tab-accordion .tab-item .subtitle {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
#section02 .tab-accordion .tab-item .subtitle.subtitle2 {
  margin-top: 250px;
}
@media screen and (max-width: 991.98px) {
  #section02 .tab-accordion .tab-item .subtitle.subtitle2 {
    margin-top: 40px;
  }
}
#section02 .tab-accordion .tab-item .desc {
  font-size: 26px;
  line-height: 1.7;
}
@media screen and (max-width: 991.98px) {
  #section02 .tab-accordion .tab-item .desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
#section02 .tab-accordion .tab-item .desc span {
  display: block;
  color: #3e7c4b;
  font-weight: 700;
}
@media (min-width: 992px) {
  #section02 .tab-accordion .mobile-only {
    display: none !important;
  }
  #section02 .tab-accordion .pc-only {
    display: flex;
  }
  #section02 .tab-accordion .tab-item .content {
    display: none;
  }
  #section02 .tab-accordion .tab-item.active .content {
    display: block;
  }
}
@media (max-width: 991px) {
  #section02 .tab-accordion .pc-only {
    display: none;
  }
  #section02 .tab-accordion .mobile-only {
    display: block;
  }
  #section02 .tab-accordion .tab-menu {
    display: none;
  }
  #section02 .tab-accordion .tab-item .content {
    display: none;
  }
  #section02 .tab-accordion .tab-item.active .content {
    display: block;
  }
}

#section03 {
  position: relative;
  padding-top: 180px;
  background-color: #f8f9f6;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  #section03 {
    padding-top: 90px;
    background-color: #fff;
  }
  #section03:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 38px);
    border-top: 1px solid #1e2a24;
    transform: translateX(-50%);
  }
}
#section03 .txt-real {
  position: absolute;
  top: 30px;
  left: 60px;
}
@media screen and (max-width: 1499.98px) {
  #section03 .txt-real {
    width: 26.6844563042vw;
    top: 4.2695130087vw;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .txt-real {
    top: 64px;
    left: 19px;
    width: auto;
    height: 38px;
  }
}
#section03 .title-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  #section03 .title-wrap {
    padding-left: 60px;
  }
}
#section03 .title-wrap .btn-more {
  margin-top: 10px;
  margin-right: -190px;
  font-size: 26px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1709.98px) {
  #section03 .title-wrap .btn-more {
    margin-right: 0;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .title-wrap .btn-more {
    margin-top: 8px;
    font-size: 14px;
    color: #a8a8a8;
  }
}
@media screen and (max-width: 543.98px) {
  #section03 .title-wrap .btn-more {
    font-size: 12px;
  }
}
#section03 .title-wrap .btn-more span {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media screen and (max-width: 543.98px) {
  #section03 .title-wrap .btn-more span {
    text-underline-offset: 2px;
  }
}
#section03 .swiper {
  width: 70%;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 991.98px) {
  #section03 .swiper {
    width: 77%;
  }
}
@media screen and (max-width: 543.98px) {
  #section03 .swiper {
    margin-left: -8%;
  }
}
#section03 .list-wrap li {
  overflow: hidden;
}
#section03 .list-wrap li:before {
  content: "";
  display: block;
  padding-top: 140%;
}
#section03 .list-wrap li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section04 {
  display: none;
}
@media screen and (max-width: 1600px) {
  #section04 {
    display: block;
    padding-top: 150px;
  }
}
@media screen and (max-width: 991.98px) {
  #section04 {
    padding-top: 60px;
  }
}
#section04 .title {
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #section04 .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
#section04 .title span {
  color: #3e7c4b;
}
#section04 .desc {
  margin-top: 70px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #section04 .desc {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.5;
  }
}
#section04 .form-wrap {
  margin-top: 90px;
}
@media screen and (max-width: 991.98px) {
  #section04 .form-wrap {
    margin-top: 30px;
  }
}
#section04 .application-form {
  width: 100%;
}
#section04 .application-form .form-row {
  display: flex;
  margin-bottom: 30px;
}
#section04 .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) {
  #section04 .application-form .form-row .form-label {
    width: 80px;
    padding-right: 0;
    padding-top: 3px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }
}
#section04 .application-form .form-row input[type=text] {
  width: 350px;
  padding: 8px;
  height: 36px;
  background: #edf0e9;
  border: none;
  border-bottom: 2px solid #3e7c4b;
  border-bottom: 2px solid #3e7c4b !important;
  transition: none;
  box-shadow: none;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
@media screen and (max-width: 991.98px) {
  #section04 .application-form .form-row input[type=text] {
    height: 24px;
    width: 100%;
  }
}
#section04 .application-form .form-row .way-options {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 991.98px) {
  #section04 .application-form .form-row .way-options {
    gap: 24px;
    flex-wrap: wrap;
  }
}
#section04 .application-form .form-row .way-options label {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  white-space: nowrap;
}
@media screen and (max-width: 991.98px) {
  #section04 .application-form .form-row .way-options label {
    font-size: 14px;
  }
}
#section04 .application-form .form-row .way-options label input {
  margin-right: 4px;
}
#section04 .application-form .form-row .way-options input[type=checkbox] {
  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) {
  #section04 .application-form .form-row .way-options input[type=checkbox] {
    width: 12px;
    height: 12px;
  }
}
#section04 .application-form .form-row .way-options input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 5px;
  width: 8px;
  height: 15px;
  border: solid #3e7c4b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 991.98px) {
  #section04 .application-form .form-row .way-options input[type=checkbox]:checked::after {
    top: 0;
    left: 3px;
    width: 4px;
    height: 8px;
  }
}
#section04 .application-form .btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto 0;
  width: 200px;
  height: 50px;
  font-size: 24px;
  background-color: #f6cb42;
  color: #3e7c4b;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  #section04 .application-form .btn-submit {
    margin-top: 30px;
    width: 100px;
    height: 30px;
    font-size: 14px;
  }
}