@charset "UTF-8";
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
.title h2 {
  text-align: center;
  font-size: 75px;
  font-family: "GangwonEdu Power", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}
@media screen and (max-width: 991.98px) {
  .title h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 991.98px) {
  .title h2 img {
    width: 350px;
  }
}
@media screen and (max-width: 543.98px) {
  .title h2 img {
    width: 280px;
  }
}
.title h2 span {
  color: #e60012;
}
.title p {
  font-family: "GangwonEdu Power", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 27px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1439.98px) {
  .title p {
    font-size: 2.362751911vw;
  }
}
@media screen and (max-width: 991.98px) {
  .title p {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 360px) {
  .title p {
    font-size: 14px;
  }
}

#section01 {
  background: url("../../img/fish_3/section01_bg.png") no-repeat center;
  padding: 200px 0 100px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991.98px) {
  #section01 {
    padding: 150px 0 80px;
  }
}
#section01 img {
  display: block;
  margin: 0 auto;
  max-height: 85%;
}
@media screen and (max-width: 1199.98px) {
  #section01 img {
    width: 90%;
    max-height: none;
  }
}

#section02 {
  background: url("../../img/fish_3/section02_bg.png") no-repeat center;
  padding: 114px 0;
  background-size: cover;
}
@media screen and (max-width: 991.98px) {
  #section02 {
    padding: 80px 0;
  }
}
#section02 h2 {
  color: #fff;
  font-family: "GangwonEdu Power", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 39px;
  text-decoration: underline;
  text-align: center;
  text-decoration-thickness: 1px;
  text-underline-position: under;
}
@media screen and (max-width: 991.98px) {
  #section02 h2 {
    font-size: 30px;
  }
}
#section02 p {
  color: #fff;
  text-align: center;
  font-size: 38px;
  line-height: 1.25;
  margin-top: 25px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1439.98px) {
  #section02 p {
    font-size: 2.5017373176vw;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 p {
    font-size: 15px;
    margin-top: 30px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 370px) {
  #section02 p {
    font-size: 14px;
  }
}

#section03 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f9f6f2;
}
#section03 .chartimg {
  filter: drop-shadow(0px 15px 10px rgba(0, 0, 0, 0.7));
}
#section03 .bottom img {
  display: block;
  margin: 40px auto 0;
}
@media screen and (max-width: 991.98px) {
  #section03 .bottom img {
    width: 90%;
  }
}

#section04 {
  padding: 110px 0 200px;
  background-color: #e60012;
}
@media screen and (max-width: 991.98px) {
  #section04 {
    padding: 80px 0;
  }
}
#section04 .title {
  color: #fff;
}
#section04 .title p {
  font-family: "Noto Sans KR", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  line-height: 1.3;
}
#section04 .bg {
  position: relative;
  padding: 30px 0;
  margin: 113px auto 0;
}
@media screen and (max-width: 1199.98px) {
  #section04 .bg {
    width: 526px;
    margin: 50px auto 0;
    padding: 30px 12px;
  }
}
@media screen and (max-width: 543.98px) {
  #section04 .bg {
    width: 300px;
  }
}
#section04 .bg::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../../img/fish_3/section03_img3.png") no-repeat center;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1199.98px) {
  #section04 .bg::after {
    background-size: 537px;
  }
}
@media screen and (max-width: 543.98px) {
  #section04 .bg::after {
    background-size: 300px;
  }
}
#section04 .video-wrap {
  cursor: pointer;
  max-width: 1029px;
  aspect-ratio: 16/9;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
#section04 .video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}