@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
.about-container > section {
  padding: 150px 0;
}
@media screen and (max-width: 991.98px) {
  .about-container > section {
    padding: 60px 0;
  }
}

.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");
  }
}

#section01 .cont-wrap .list-wrap {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
}
@media screen and (max-width: 991.98px) {
  #section01 .cont-wrap .list-wrap {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
}
#section01 .cont-wrap .list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 288px;
  padding: 40px 27px 22px;
  font-weight: 500;
  border: 1px solid #000;
  border-radius: 30px;
}
@media screen and (max-width: 991.98px) {
  #section01 .cont-wrap .list {
    padding: 20px 22px;
    border-radius: 20px;
    height: auto;
  }
}
#section01 .cont-wrap .list.point-box {
  flex: 1.15;
  background-color: #3e7c4b;
  color: #fff;
  border: none;
}
#section01 .cont-wrap .list.full-width {
  flex: 1;
  height: 380px;
}
@media screen and (max-width: 991.98px) {
  #section01 .cont-wrap .list.full-width {
    height: auto;
  }
}
#section01 .cont-wrap .list.full-width ul {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1199.98px) {
  #section01 .cont-wrap .list.full-width ul {
    gap: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  #section01 .cont-wrap .list.full-width ul {
    flex-direction: column;
  }
}
#section01 .cont-wrap .list.full-width ul li {
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  #section01 .cont-wrap .list.full-width ul li:nth-child(2) {
    margin-left: auto;
  }
}
#section01 .cont-wrap .list.full-width ul .desc {
  line-height: 1.7;
}
#section01 .cont-wrap .title {
  display: flex;
  justify-content: space-between;
  font-family: "GmarketSans", "Pretendard", "맑은 고딕", sans-serif;
  font-size: 34px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #section01 .cont-wrap .title {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
#section01 .cont-wrap .desc {
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 1499.98px) {
  #section01 .cont-wrap .desc {
    font-size: 1.7344896598vw;
  }
}
@media screen and (max-width: 991.98px) {
  #section01 .cont-wrap .desc {
    font-size: 14px;
  }
}
#section01 .cont-wrap .btn-ask {
  margin-left: auto;
  font-family: "Pretendard", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 25px;
  color: #a9a9a9;
}
@media screen and (max-width: 991.98px) {
  #section01 .cont-wrap .btn-ask {
    font-size: 16px;
  }
}
#section01 .cont-wrap .label {
  display: block;
  color: #3e7c4b;
  font-weight: 600;
}

#section02 {
  background: url("../imgs/about/sec2_bg.png") no-repeat left center/cover;
}
@media screen and (max-width: 543.98px) {
  #section02 {
    background-position: left -150px center;
  }
}
#section02 .inner-gap {
  display: flex;
}
@media screen and (max-width: 991.98px) {
  #section02 .inner-gap {
    flex-direction: column;
    text-align: center;
  }
}
#section02 .left-wrap {
  padding-right: 40px;
  width: 28.6%;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #section02 .left-wrap {
    margin-bottom: 30px;
    font-size: 24px;
    width: auto;
    padding-right: 0;
  }
}
#section02 .right-wrap {
  flex: 1;
  padding-left: 66px;
  border-left: 2px solid #000;
}
@media screen and (max-width: 991.98px) {
  #section02 .right-wrap {
    padding-left: 0;
    border: none;
  }
}
#section02 .right-wrap .title {
  position: relative;
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #section02 .right-wrap .title {
    margin-bottom: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .right-wrap .title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -35px;
    left: 50%;
    width: 2px;
    height: 20px;
    background-color: #000;
    transform: translateX(-50%);
  }
}
#section02 .right-wrap .desc {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #section02 .right-wrap .desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.98px) {
  #section02 .right-wrap .desc {
    text-align: center;
  }
}
@media screen and (max-width: 349.98px) {
  #section02 .right-wrap .desc {
    font-size: 12px;
  }
}
#section02 .right-wrap .desc:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 991.98px) {
  #section02 .right-wrap .desc:not(:last-child) {
    margin-bottom: 24px;
  }
}

#section03 .cont-wrap {
  position: relative;
}
#section03 .img-wrap {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 991.98px) {
  #section03 .img-wrap {
    position: static;
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .img-wrap img {
    width: 100%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  #section03 .img-wrap img {
    max-width: 74%;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .txt-wrap {
    margin-top: 40px;
  }
}
#section03 .txt-wrap ul li {
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 991.98px) {
  #section03 .txt-wrap ul li {
    padding-left: 15px;
  }
}
#section03 .txt-wrap ul li:nth-child(1), #section03 .txt-wrap ul li:nth-child(2) {
  padding-right: 464px;
}
@media screen and (max-width: 991.98px) {
  #section03 .txt-wrap ul li:nth-child(1), #section03 .txt-wrap ul li:nth-child(2) {
    padding-right: 0;
  }
}
#section03 .txt-wrap ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
}
@media screen and (max-width: 991.98px) {
  #section03 .txt-wrap ul li:before {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
#section03 .txt-wrap ul li:not(:last-child) {
  margin-bottom: 90px;
}
@media screen and (max-width: 991.98px) {
  #section03 .txt-wrap ul li:not(:last-child) {
    margin-bottom: 35px;
  }
}
#section03 .txt-wrap .title {
  margin-bottom: 24px;
  font-size: 34px;
  font-weight: 500;
  font-family: "GmarketSans", "Pretendard", "맑은 고딕", sans-serif;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #section03 .txt-wrap .title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
#section03 .txt-wrap .desc {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #section03 .txt-wrap .desc {
    font-size: 14px;
  }
}

#section04 {
  padding-bottom: 460px;
}
@media screen and (max-width: 1499.98px) {
  #section04 {
    padding-bottom: 30.6871247498vw;
  }
}
@media screen and (max-width: 991.98px) {
  #section04 {
    padding-bottom: 120px;
  }
}
#section04 .cont-wrap {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 1499.98px) {
  #section04 .cont-wrap {
    gap: 6.6711140761vw;
  }
}
@media screen and (max-width: 991.98px) {
  #section04 .cont-wrap {
    flex-direction: column;
  }
}
#section04 .img-wrap {
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #section04 .img-wrap img {
    width: 100%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  #section04 .img-wrap img {
    max-width: 74%;
  }
}
#section04 .txt-wrap li {
  position: relative;
  padding-left: 25px;
  font-size: 34px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 1499.98px) {
  #section04 .txt-wrap li {
    font-size: 2.2681787859vw;
  }
}
@media screen and (max-width: 991.98px) {
  #section04 .txt-wrap li {
    padding-left: 15px;
    font-size: 16px;
  }
}
#section04 .txt-wrap li:not(:last-child) {
  margin-bottom: 55px;
}
@media screen and (max-width: 991.98px) {
  #section04 .txt-wrap li:not(:last-child) {
    margin-bottom: 25px;
  }
}
#section04 .txt-wrap li:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
}
@media screen and (max-width: 991.98px) {
  #section04 .txt-wrap li:before {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}