.firstSec {
  display: flex;
  justify-content: center;
  padding: 57px 0 143px;
  background-size: cover;
  background: url("../../images/landing/img-landing-back.svg") no-repeat center;
}

.IntroArea {
  width: 560px;
  display: block;
  height: auto;
  padding: 180px 0 0 50px;
}

.IntroArea h3 {
  font-weight: 700;
  font-size: 60px;
  line-height: 84px;
  color: #040821;
  padding: 0 0 0 0;
}

.IntroArea .subTxt {
  padding: 20px 0 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #333;
}

.subTxt span {
  display: block;
}

.IntroArea h3 span {
  /* display: block; */
}

.topImgWrap {
  max-width: 800px;
}
.topImgWrap img{
  width: 100%;
}

/* 두번째 section */
.scdSec {
  width: 100%;
}

.scdSec .descArea {
  text-align: center;
  height: 513px;
  margin: 0 auto;
  padding: 80px 0;
  background: #f6f6f6;
  box-sizing: border-box;
  background: url("../../images/landing/img-landing-back02.svg") no-repeat center;
}

.scdSec .descArea .tag {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #1AB6E4;
}
.scdSec .descArea h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  padding: 8px 0 12px;
}
.scdSec .descArea p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #222;
}

.scdSec .descArea .spanBlock {
  display: block;
}

.scdSec .pointList {
  display: flex;
  max-width: fit-content;
  margin: 45px auto 0;
  align-items: center;
  padding: 31px 0;
  box-shadow: 0px 3px 24px rgba(190, 209, 215, 0.25);
  border-radius: 32px;
  background: #fff;
}

.scdSec .pointList li {
  width: 200px;
  padding: 20px 40px;
}

.scdSec .pointList li:nth-of-type(2) {
  border-right: 1px solid #BED1D7;
  border-left: 1px solid #BED1D7;
}

.scdSec .pointList li > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.scdSec .pointList li img {
  width: 87px;
}

.scdSec .pointList .txtArea {
  position: relative;
}
.scdSec .pointList li .txtArea > h4{
  position: relative;
  font-weight: 700;
  font-size: 24px;
  padding: 16px 0 8px;
  width: fit-content;
  margin: 0 auto;
}

.scdSec .pointList li .txtArea > h4::after {
  background: rgba(26, 182, 228, 0.5);
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 12px;
  bottom: 8px;
  left: -4px;
  padding: 0 4px;
}

.thirdSec {
  padding: 169px 0 120px;
}

.thirdSec ul {
  display: flex;
  justify-content: center;
  gap: 80px;
}

.thirdSec ul li {
  text-align: center;
}

.thirdSec ul li > h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  padding-bottom: 12px;
}

.thirdSec ul li > p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

.thirdSec ul li > a {
  display: flex;
  justify-content: center;
  gap: 4px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #586063;
  align-items: center;
  margin: 20px 0 60px;
}

.thirdSec ul li > img {
  width: 100%;
}

/* 제휴도입 문의 랜딩 페이지 */
.middleSec {
  background: #f6f6f6;
  padding: 60px 20px;
}

.middleSec .mobileBtnList {
  display: none;
}

.middleSec .modalList {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.middleSec .modalList li {
  position: relative;
  width: calc(100% / 2);
  height: 300px;
  box-sizing: border-box;
  display: flex;
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 0px 3px 24px rgba(190, 209, 215, 0.25);
  border-radius: 16px;
  cursor: pointer;
}

.middleSec .modalList li h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 47px;
  min-width: 310px;
}

.middleSec .modalList li h3 span {
  display: block;
}

.middleSec .modalList li > .middleImg {
  position: absolute;
  bottom: -30px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
.middleSec .modalList li > .clickBtn {
  position: absolute;
  bottom: 50%;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
}

.landingFag {
  margin: 0 auto;
  max-width: 1440px;
  padding: 40px 20px 120px;
  box-sizing: border-box;
}

.landingFag .top {
  text-align: center;
}

.landingFag .tag {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #1AB6E4;
}
.landingFag .title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #333;
  padding:10px 0 40px;
}

.landingFag .moreQuestBtn {
  display: block;
  box-sizing: border-box;
  width: 105px;
  padding: 12px 30px;
  background: #2C3785;
  color: #fff;
  border-radius: 100px;
  margin: 40px auto 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  cursor: pointer;
}

.landingFag ul li img.icon {
  position: absolute;
  right: 40px;
  top: 30px;
}

/* 모바일 기준 998px*/
@media screen and (max-width: 998px) {
  .firstSec {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    /* width: 100%; */
    height: 100%;
    background: url("../../images/landing/img-landing-back-m.svg") no-repeat center;
  }
  
  
  .IntroArea {
    text-align: center;
    width: 100%;
    display: block;
    padding: 14px;
  }
  
  .IntroArea h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
  }
  
  .IntroArea .subTxt {
    padding: 20px 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #333;
  }

  
  /* 두번째 section */
  .scdSec {
    width: 100%;
  }
  
  .scdSec .descArea {
    text-align: center;
    height: auto;
    margin: 0 auto;
    padding: 60px 20px;
    background: #f6f6f6;
  }
  
  .scdSec .descArea .tag {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
  }
  .scdSec .descArea h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    padding: 8px 0;
  }
  .scdSec .descArea p {
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
  }
  
  .scdSec .pointList {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin: 48px auto 0;
    padding: 0px 31px;
    box-shadow: 0px 3px 24px rgba(190, 209, 215, 0.25);
    border-radius: 32px;
    background: #fff;
  }
  
  .scdSec .pointList li {
    width: 100%;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    text-align: left;
  }
  
  .scdSec .pointList li:nth-of-type(2) {
    border-right: none;
    border-left: none;
    border-top: 1px solid #BED1D7;
    border-bottom: 1px solid #BED1D7;
  }
  
  .scdSec .pointList li .txtArea > h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
  }

  .scdSec .pointList li .txtArea > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
  }
   
  .thirdSec {
    padding: 60px 20px;
  }
  
  .thirdSec ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 48px;
  }
  
  .thirdSec ul li {
    text-align: center;
  }
  
  .thirdSec ul li > h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
  }
  
  .thirdSec ul li > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }
  
  .thirdSec ul li > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #586063;
    align-items: center;
    margin: 17px 0 33px;
  }

  .thirdSec .moreInfo img {
    width: 22px;
    height: 22px;
  }
  
  .thirdSec ul li > img {
    width: 80%;
  }

  /* 랜딩 - 문의하기 페이지 추가 */
.middleSec {
  background: #fff;
  padding: 30px 20px;
}

.middleSec .modalList {
  display: none;
}

.middleSec .mobileBtnList {
  display: block;
  width: 100%;
}

.middleSec .mobileBtnList li button {
  width: 100%;
  box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.16);
  border-radius: 32px;
  padding: 16px 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.middleSec .mobileBtnList li:nth-of-type(1) button {
  background: #fff;
  color: #333;
  margin-bottom: 16px;
}
.middleSec .mobileBtnList li:nth-of-type(2) button {
  background: #2C3785;
  color: #fff;
}

.landingFag {
  margin: 0 auto;
  max-width: 1440px;
  padding: 60px 20px 40px;
  box-sizing: border-box;
}

.landingFag .tag {
  font-size: 15px;
  line-height: 18px;
}
.landingFag .title {
  font-size: 28px;
  line-height: 33px;
  padding:10px 0 40px;
}

.landingFag .moreQuestBtn {
  display: block;
  box-sizing: border-box;
  width: 105px;
  padding: 12px 30px;
  background: #fff;
  border: 1px solid #939FA4;
  color: #222;
  border-radius: 100px;
  margin: 40px auto 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
}

.landingFag ul li img.icon {
  top: 19px;
  right: 24px;
}
}


@media screen and (max-width: 360px) {
  .scdSec .pointList li .txtArea > h4 span {
    display: block;
  }
}