@charset "UTF-8";
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#section01 {
  padding-top: 170px;
  padding-bottom: 200px;
  text-align: center;
  font-family: "GangwonEdu Power", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  background-color: #f9f6f2;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  #section01 {
    padding: 100px 0 120px;
  }
}
#section01 .main-img {
  display: block;
  width: 100%;
  max-width: 678px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1439.98px) {
  #section01 .main-img {
    width: 50%;
  }
}
@media screen and (max-width: 991.98px) {
  #section01 .main-img {
    width: 60%;
    max-width: 400px;
    margin-bottom: 40px;
  }
}
#section01 .bg-stick {
  position: absolute;
  display: block;
  width: 750px;
  top: 20px;
  right: -457px;
}
@media screen and (max-width: 1439.98px) {
  #section01 .bg-stick {
    top: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  #section01 .bg-stick {
    right: -30vw;
    width: 61vw;
  }
}
@media screen and (max-width: 991.98px) {
  #section01 .bg-stick {
    top: 15%;
    right: -28vw;
    max-width: none;
  }
}
@media screen and (max-width: 767.98px) {
  #section01 .bg-stick {
    display: none;
  }
}
#section01 .txt1 {
  position: relative;
  font-size: 36px;
  line-height: 1.2;
}
@media screen and (max-width: 1439.98px) {
  #section01 .txt1 {
    font-size: 2.5017373176vw;
  }
}
@media screen and (max-width: 991.98px) {
  #section01 .txt1 {
    font-size: 25px;
  }
}
#section01 .txt1.has-line {
  display: inline-block;
  font-size: 44px;
  transform: scale(0.6);
}
@media screen and (max-width: 1439.98px) {
  #section01 .txt1.has-line {
    font-size: 3.0576789437vw;
  }
}
@media screen and (max-width: 991.98px) {
  #section01 .txt1.has-line {
    font-size: 25px;
  }
}
#section01 .txt-line {
  max-width: 674px;
  margin-bottom: 100px;
}
@media screen and (max-width: 991.98px) {
  #section01 .txt-line {
    margin-bottom: 60px;
  }
}
#section01 .txt2 {
  font-size: 29px;
  line-height: 1.3;
}
@media screen and (max-width: 1439.98px) {
  #section01 .txt2 {
    font-size: 2.0152883947vw;
  }
}
@media screen and (max-width: 991.98px) {
  #section01 .txt2 {
    font-size: 22px;
  }
}
#section01 .txt-img1 {
  margin-top: 40px;
  margin-bottom: 60px;
  width: 100%;
  max-width: 860px;
}
@media screen and (max-width: 1439.98px) {
  #section01 .txt-img1 {
    width: 59.7637248089vw;
  }
}
@media screen and (max-width: 991.98px) {
  #section01 .txt-img1 {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 420px;
  }
}
@media screen and (max-width: 440px) {
  #section01 .txt-img1 {
    width: 100%;
  }
}
#section01 .mt {
  margin-top: 53px;
  margin-bottom: 5px;
}
@media screen and (max-width: 991.98px) {
  #section01 .mt {
    margin-top: 30px;
  }
}
#section01 [class*=txt] .logo-desc {
  height: clamp(34px, 2.6vw, 41px);
  margin-top: -3px;
  margin-right: 3px;
  vertical-align: middle;
}

#section03 {
  background: #f9f6f2;
}
#section03 .top {
  margin-bottom: 0;
}