.topIntro {
  padding: 131px 0 80px;
  text-align: center;
}
.topIntro .title{
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
}

.topIntro .robotLogo {
  max-width: 161px;
}

/* 공통 */
.firstBox  {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 80px 20px;
}

/* 회색 박스 */
.firstBox {
  background: #f6f6f6;
}

.firstBox strong{
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #333;
}

.firstBox .subDesc{
  padding-top: 12px;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #333;
}

.firstBox .tag {
  color: #1AB6E4;
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 10px;
}

.firstBox .subTitle {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #333;
}

.firstBox .imgArea {
  max-width: 566px;
  margin: 80px auto 45px;
  text-align: center;
}

.firstBox .imgArea img{
  width: 100%;
}

/* 두번째 흰색 */
.secondBox {
  margin: 0 auto;
  max-width: 1240px;
  padding: 120px 20px;
  box-sizing: border-box;
}

.secondBox .subTitle {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
}

.pointArea {
  margin: 0 auto;
  padding: 80px 0;
}

.pointArea .wrapConts {
  display: flex;
  /* gap: 80px; */
  justify-content: space-around;
}

.pointArea .wrapConts li {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap:16px;
}
.pointArea .wrapConts li > img {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 160px;
}

.pointArea .wrapConts li strong {
  font-weight: 700;
  font-size: 28px;
  line-height: 43px;
}
.pointArea .wrapConts li .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/* 테이블 구역 */
.tableArea {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.tableArea .firstDep ul{
  display: flex;
  gap: 60px;
  /* margin-bottom: 40px; */
}

.tableArea .firstDep ul li {
width: 570px;
}

.tableArea .firstDep ul li .title {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.tableArea .firstDep ul li:nth-of-type(1) .title {
 background: #E3F9FF;
 color: #1AB6E4;
}

.tableArea .firstDep ul li:nth-of-type(2) .title {
 background: #1AB6E4;
 color: #fff;
}

.tableArea .firstDep ul li .textArea {
  padding: 16px 8px;
  width: 100%;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
}

.tableArea .secDep .title {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #1AB6E4;
  background: #E3F9FF;
}

.tableArea .secDep .wrapTableImg{
  margin-top: 16px;
  width: 100%;
}
.tableArea .secDep .wrapTableImg img{
  width: 100%;
}

.tableArea .thirdDep .title {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  background: #1AB6E4;
}

.tableArea .thirdDep .txtList {
  margin-top: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.tableArea .thirdDep .downloadBtn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 224px;
  margin-top: 80px;
  padding: 16px 24px;
  border-radius: 100px;
  color: #fff;
  background: #081C88;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px
}

@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;
  }

  /* 공통 */
.firstBox  {
  padding: 60px 20px;
}

/* 회색 박스 */
.firstBox .tag {
  font-size: 15px;
}

.firstBox .subTitle {
  font-size: 28px;
}

.firstBox strong{
  font-size: 24px;
  line-height: 29px;
}

.firstBox .subDesc{
  font-size: 16px;
  line-height: 22px;
}

.firstBox .imgArea {
  margin: 60px auto 30px;
}

/* 두번째 흰색 */
.secondBox {
  padding: 60px 20px;
  box-sizing: border-box;
}

.secondBox .subTitle {
  font-size: 28px;
}

.pointArea {
  padding: 48px 0;
}

.pointArea .wrapConts {
  flex-direction: column;
  gap: 24px;
  /* justify-content: center; */
}

.pointArea .wrapConts li {
  flex-direction: column;
  gap: 8px;
}
.pointArea .wrapConts li > img {
  width: 95px;
  height: 95px;
}

.pointArea .wrapConts li strong {
  font-size: 20px;
  line-height: 24px;
}
.pointArea .wrapConts li .desc {
  font-size: 14px;
  line-height: 21px;
}

/* 테이블 구역 */
.tableArea {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tableArea .firstDep ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tableArea .firstDep ul li {
  width: 100%;
}

.tableArea .firstDep ul li .title {
  font-size: 20px;
  line-height: 22px;
}
.tableArea .firstDep ul li:nth-of-type(1) .title {
 background: #E3F9FF;
 color: #1AB6E4;
}

.tableArea .firstDep ul li:nth-of-type(2) .title {
 background: #1AB6E4;
 color: #fff;
}

.tableArea .firstDep ul li .textArea {
  padding: 8px 4px;
  font-size: 16px;
  line-height: 24px;
}

.tableArea .secDep .title {
  font-size: 20px;
  line-height: 22px;
}

.tableArea .secDep .wrapTableImg{
    margin-top: 8px;
}

.tableArea .secDep .wrapTableImg > img{
  width: 100%;
}

.tableArea .thirdDep .title {
  font-size: 20px;
  line-height: 22px;
}

.tableArea .thirdDep .txtList {
  margin-top: 8px;
  padding: 8px 4px;
  font-size: 16px;
  line-height: 24px;
}
.tableArea .thirdDep .downloadBtn {
  gap: 4px;
  width: 175px;
  margin-top: 48px;
  padding: 12px 16px;
  border-radius: 100px;
  font-size: 18px;
}
.tableArea .thirdDep .downloadBtn img {
  width: 24px;
  height: 24px;
}

}
