@charset "UTF-8";
/* 진행중 페이지입니다 */
.py-ui .important-box {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  padding: 20px;
  border: 1px solid var(--pink-8);
  border-radius: 10px;
  background-color: var(--pink-0);
  position: relative;
  text-align: center;
}

.py-ui .important-box i {
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: var(--pink-8);
  background-color: transparent;
}

.py-ui .important-box p {
  padding: 30px 0px 20px 0px;
  font-size: 1.2rem;
}

.py-ui p {
  margin: 0px;
}

.py-ui .important-box i {
  font-size: 4rem;
  color: var(--pink-8);
}

.inner {
  width: 1100px;
  margin: 0 auto;
}

.sub_sec {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sub_sec {
  padding: 100px 0 100px;
}

.sub_sec {
  overflow: hidden;
}

.subSecTit2 {
  margin-bottom: 40px;
}

.client_wrap .subSecTit2 h3 {
  color: #2cc1ea;
}

.subSecTit2 h3 {
  font-size: 30px;
  line-height: 30px;
}

.client_list {
  width: 1120px;
  margin-left: -10px;
  margin-top: -10px;
}

.client_list li {
  float: left;
  width: 20%;
  padding: 10px 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

.client_list li img {
  width: 100%;
}
