.topIntro {
  padding: 131px 0 80px;
  text-align: center;
}
.topIntro .title{
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
}

.topIntro .robotLogo {
  max-width: 161px;
}

.topIntro .descBox {
  margin-top: 120px;
}

.topIntro .tag {
  color: #1AB6E4;
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 10px;
}

.topIntro .descBox > p:nth-of-type(1) {
  font-weight: 600;
  font-size: 36px;
  color: #333;
  padding-bottom: 10px;
}
.topIntro .descBox > p:nth-of-type(2),
.topIntro .descBox > p:nth-of-type(3) {
  font-weight: 300;
  font-size: 20px;
  color: #333;
  letter-spacing: 0.01em;
  line-height: 26px;
}


/* 그리드 */
.gridCont {
  width: 100%;
  padding-bottom: 120px;
}

.gridCont .gridList{
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(3, 1fr);
}

.gridCont .gridList li {
  max-width: 434px;
  height: 200px;
  border-radius: 20px;
  /* 공통 백그라운드 */
  display: block;
  background-size: cover;
}

.gridCont .gridList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  width: 100%;
  height: 100%;
}

/* 솔루션별 */
.gridCont .gridList li:nth-of-type(1) {
  background: url("../../images/rpa/img-grid01.png") no-repeat center;
}
.gridCont .gridList li:nth-of-type(2) {
  background: url("../../images/rpa/img-grid02.png") no-repeat center;
}
.gridCont .gridList li:nth-of-type(3) {
  background: url("../../images/rpa/img-grid03.png") no-repeat center;
}
.gridCont .gridList li:nth-of-type(4) {
  background: url("../../images/rpa/img-grid04.png") no-repeat center;
}
.gridCont .gridList li:nth-of-type(5) {
  background: url("../../images/rpa/img-grid05.png") no-repeat center;
}
.gridCont .gridList li:nth-of-type(6) {
  background: url("../../images/rpa/img-grid06.png") no-repeat center;
}

/* 직무별 */ 
.gridCont .gridList.job li:nth-of-type(1) {
  background: url("../../images/rpa/img-job-grid-01.png") no-repeat center;
}
.gridCont .gridList.job li:nth-of-type(2) {
  background: url("../../images/rpa/img-job-grid-02.png") no-repeat center;
}
.gridCont .gridList.job li:nth-of-type(3) {
  background: url("../../images/rpa/img-job-grid-03.png") no-repeat center;
}
.gridCont .gridList.job li:nth-of-type(4) {
  background: url("../../images/rpa/img-job-grid-04.png") no-repeat center;
}
.gridCont .gridList.job li:nth-of-type(5) {
  background: url("../../images/rpa/img-job-grid-05.png") no-repeat center;
}
.gridCont .gridList.job li:nth-of-type(6) {
  background: url("../../images/rpa/img-job-grid-06.png") no-repeat center;
}


/* 모바일 ~ 패드 */

/* 모바일 기준 998px*/
@media screen and (max-width: 998px) {
  .topIntro {
    padding: 30px 0 48px;
    text-align: center;
  }
  .topIntro .title{
    font-size: 36px;
  }
  
  .topIntro .robotLogo {
    max-width: 102px;
  }
  
  .topIntro .descBox {
    margin-top: 60px;
  }

  .topIntro .descBox p span{
    display: block;
  }
  
  .topIntro .tag {
    font-size: 15px;
    padding-bottom: 10px;
  }
  
  .topIntro .descBox > p:nth-of-type(1) {
    font-weight: 600;
    font-size: 34px;
    line-height: 38px;
    padding-bottom: 12px;
  }
  
  .topIntro .descBox > p:nth-of-type(2),
  .topIntro .descBox > p:nth-of-type(3) {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
  }
  
  /* 그리드 */
  .gridCont .gridList{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gridCont .gridList li {
    font-size: 20px;
  }
}

@media screen and (max-width: 930px) {
  .gridCont .gridList{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
