@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
section.sec02 {
  padding: 80px 0;
}

section.sec02 .wrap > h1 {
  font-size: 60px;
  font-weight: 700;
  color: #274ac4;
  text-align: center;
  margin-bottom: 70px;
}

section.sec02 .wrap ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.sec02 .wrap ol li {
  width: 49%;
  background-color: #F8F9FA;
  padding: 30px;
  border: 1px solid transparent;
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

section.sec02 .wrap ol li:hover {
  border-color: #274ac4;
}

section.sec02 .wrap ol li .list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.sec02 .wrap ol li .list_inner img {
  width: 240px;
  height: 240px;
}

section.sec02 .wrap ol li .list_inner .text_part {
  text-align: center;
}

section.sec02 .wrap ol li .list_inner .text_part h5 {
  font-size: 16px;
  font-weight: 600;
  color: #274ac4;
  margin-bottom: 5px;
}

section.sec02 .wrap ol li .list_inner .text_part h2 {
  font-size: 28px;
}

section.sec02 .wrap ol li .list_inner .text_part span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #CED4DA;
  margin: 17px 0;
}

section.sec02 .wrap ol li .list_inner .text_part h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

section.sec02 .wrap ol li .list_inner .text_part p {
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  section.sec02 .wrap ol li .list_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.sec02 .wrap ol li .list_inner img {
    width: 170px;
    height: 170px;
  }
}

@media screen and (max-width: 768px) {
  section.sec02 {
    padding: 60px 0;
  }
  section.sec02 .wrap > h1 {
    font-size: 28px;
    margin-bottom: 12px;
  }
  section.sec02 .wrap ol li {
    width: 100%;
  }
  section.sec02 .wrap ol .list_inner .text_part h5 {
    font-size: 14px;
  }
  section.sec02 .wrap ol .list_inner .text_part h2 {
    font-size: 20px;
  }
  section.sec02 .wrap ol .list_inner .text_part h4 {
    font-size: 14px;
  }
  section.sec02 .wrap ol .list_inner .text_part p {
    font-size: 12px;
  }
}
/*# sourceMappingURL=guide_coach.css.map */