@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 .section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}

section.sec02 .wrap .section_title h2 {
  font-size: 34px;
  font-weight: 700;
}

section.sec02 .wrap .section_title p {
  font-size: 12px;
  font-weight: 500;
  color: #949BA2;
}

section.sec02 .wrap .section_title span {
  height: 1px;
  width: calc( 100% - 285px);
  background-color: #E4E8ED;
  position: relative;
}

section.sec02 .wrap .section_title span::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #274ac4;
  border-radius: 50%;
}

section.sec02 .wrap .logo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 24px 0;
}

section.sec02 .wrap .logo_list li {
  width: 16.6%;
  border: 1px solid #F8F9FA;
}

section.sec02 .wrap .logo_list li .c_logo {
  height: 70px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.sec02 .wrap .logo_list li .c_logo img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.sec02 .wrap .logo_list li h3 {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #949BA2;
  background-color: #F8F9FA;
  padding: 7px;
}

section.sec02 .wrap .blank {
  height: 120px;
}

section.sec03 {
  background-color: #F8F9FA;
  padding: 120px;
}

section.sec03 .wrap .section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  margin-bottom: 40px;
}

section.sec03 .wrap .section_title h2 {
  font-size: 34px;
  font-weight: 700;
}

section.sec03 .wrap .section_title p {
  font-size: 12px;
  font-weight: 500;
  color: #949BA2;
}

section.sec03 .wrap .section_title span {
  height: 1px;
  width: calc( 100% - 150px);
  background-color: #E4E8ED;
  position: relative;
}

section.sec03 .wrap .section_title span::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #274ac4;
  border-radius: 50%;
}

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

section.sec03 .wrap ol li ul li {
  margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  section.sec02 .wrap .section_title span {
    width: 120px;
  }
  section.sec03 {
    padding: 120px 0;
  }
  section.sec03 .wrap .section_title span {
    width: 120px;
  }
  section.sec03 .wrap .tp-on-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  section.sec02 {
    padding: 60px 0;
  }
  section.sec02 .wrap .section_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.sec02 .wrap .section_title h2 {
    font-size: 20px;
  }
  section.sec02 .wrap .section_title p {
    font-size: 12px;
    padding: 0;
  }
  section.sec02 .wrap .section_title span {
    width: 100%;
    background-color: transparent;
  }
  section.sec02 .wrap .section_title span::after {
    width: 6px;
    height: 6px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  section.sec02 .wrap .logo_list li {
    width: 50%;
  }
  section.sec02 .wrap .logo_list li h3 {
    font-size: 12px;
  }
  section.sec02 .wrap .blank {
    height: 60px;
  }
  section.sec03 {
    padding: 60px 0;
  }
  section.sec03 .wrap .section_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.sec03 .wrap .section_title h2 {
    font-size: 28px;
  }
  section.sec03 .wrap .section_title span {
    background-color: transparent;
  }
  section.sec03 .wrap .section_title span::after {
    width: 6px;
    height: 6px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  section.sec03 .wrap ol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.sec03 .wrap ol li {
    width: 50%;
  }
  section.sec03 .wrap ol li ul li {
    font-size: 10px;
    width: 100%;
    text-align: left;
  }
}
/*# sourceMappingURL=center_effort.css.map */