.mainHeader {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.mainHeader .header_pc {
  display: block;
}
.mainHeader .header_m {
  display: none;
}
.mainHeader .inner {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  display: flex;
}
.mainHeader .top {
  background-color: #CCD1DB;
  width: 100%;
  padding: 10px 0;
}
.mainHeader .top .inner {
  justify-content: flex-end;
  gap: 29px;
}
.mainHeader .top .inner a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.215px;
}
.mainHeader .menu {
  border-bottom: 1px solid #EEE;
}
.mainHeader .menu .inner {
  justify-content: space-between;
}
.mainHeader .menu .right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.mainHeader .menu .right .blueBtn {
  border-radius: 19.5px;
  background: #4163E7;
  padding: 7px 20px 8px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.246px;
}
.mainHeader .menu ul {
  display: flex;
  align-items: center;
  gap: 35px;
  height: 100%;
}
.mainHeader .menu ul li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.mainHeader .menu ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  margin: 0 auto;
  height: 2px;
  background-color: #2C2C2C;
  transition: 0.3s;
}
.mainHeader .menu ul li:hover::before {
  width: 100%;
}
.mainHeader .menu ul a {
  padding: 10px 0;
  color: #2C2C2C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.246px;
}
.mainHeader .menu .dropBox {
  display: none;
}
.mainHeader .menu .about:hover .dropBox {
  display: block;
  min-width: 120px;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 10px 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.mainHeader .menu .about:hover .dropBox a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.mainHeader .menu .about:hover .dropBox a:hover {
  color: #4163E7;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .mainHeader .header_pc {
    display: none;
  }
  .mainHeader .header_m {
    position: relative;
    display: block;
    padding: 22px 0;
    width: 100%;
    min-height: 66px;
    box-sizing: border-box;
  }
  .mainHeader .header_m .inner {
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
  }
  .mainHeader .header_m .start {
    visibility: hidden;
    display: inline-flex;
    padding: 3px 10px 4px;
    align-items: center;
    justify-content: center;
    background: #4163E7;
    color: #fff;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.369px;
    border-radius: 40px;
    position: absolute;
    top: 50%;
    right: 58px;
    transform: translateY(-50%);
    opacity: 0;
  }
  .mainHeader .header_m .mobileMenuClose {
    display: none;
    width: 24px;
    height: 24px;
    background: url(../../img/renewMain/Menu/Close_MD.svg) center no-repeat;
    position: absolute;
    top: 19px;
    right: 20px;
    text-indent: -9999px;
  }
  .mainHeader .header_m .mobileMenu {
    position: relative;
    position: fixed;
    width: 100%;
    height: auto;
    top: -100%;
    right: 0;
    left: 0;
    background-color: #fff;
    transition: all 0.3s;
    z-index: -1;
    padding: 77px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    color: #2C2C2C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.369px;
    box-sizing: border-box;
  }
  .mainHeader .header_m .mobileMenu .conWrap {
    opacity: 0;
  }
  .mainHeader .header_m .mobileMenu ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .mainHeader .header_m .mobileMenu li a {
    padding: 5px 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #2C2C2C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.369px;
  }
  .mainHeader .header_m .mobileMenu .etc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    padding: 0 4px;
    margin-top: 35px;
  }
  .mainHeader .header_m .mobileMenu .etc .divider {
    width: 1px;
    height: 16px;
    background: #D9D9D9;
  }
  .mainHeader .header_m .main {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../img/renewMain/Menu/House_02.svg) center no-repeat;
  }
  .mainHeader .header_m .benefit {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../img/renewMain/Menu/Gift.svg) center no-repeat;
  }
  .mainHeader .header_m .regist {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../img/renewMain/Menu/Building_01.svg) center no-repeat;
  }
  .mainHeader .header_m .goods {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../img/renewMain/Menu/Bookmark.svg) center no-repeat;
  }
  .mainHeader .header_m .combi {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../img/renewMain/Menu/Chart_Pie.svg) center no-repeat;
  }
  .mainHeader .header_m .decl {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../img/renewMain/Menu/Chart_Line.svg) center no-repeat;
  }
  .mainHeader .header_m.ac .conWrap {
    opacity: 1;
    transition: 0.3s 0.3s;
  }
  .mainHeader .header_m.ac .mobileMenu {
    top: 0;
  }
  .mainHeader .header_m.ac .mobileMenuClose {
    display: block;
    cursor: pointer;
  }
  .mainHeader .header_m.ac .hamburger {
    display: none;
  }
  .mainHeader .header_m.ac .start {
    visibility: visible;
    opacity: 1;
    transition: 0.3s 0.3s;
  }
}

.main em {
  color: #436FE0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.738px;
}
.main em i {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: -2px;
  width: 24px;
  height: 24px;
}
.main h3 {
  margin-top: 10px;
  color: #1C2129;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.738px;
  margin-bottom: 7px;
}
.main p {
  color: #7A8494;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.738px;
}
.main .inner {
  max-width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .main .inner {
    max-width: 375px;
  }
}
@media screen and (max-width: 1200px) {
  .main em {
    font-size: 16px;
  }
  .main em i {
    width: 20px;
    height: 20px;
    margin-bottom: -4px;
  }
  .main h3 {
    font-size: 24px;
  }
  .main p {
    font-size: 16px;
  }
}
.main .visual {
  width: 100%;
  height: 752px;
  padding-top: 112px;
  box-sizing: border-box;
  background: linear-gradient(0deg, #D9EAFF 0%, rgba(217, 234, 255, 0.03) 97.4%, rgba(67, 111, 224, 0) 100%);
  overflow: hidden;
}
.main .visual .inner {
  display: flex;
  padding-left: 110px;
  max-width: 1200px;
  box-sizing: border-box;
  position: relative;
}
.main .visual .inner .textArea {
  flex: 0 0 370px;
}
.main .visual .inner .subTit {
  margin-top: 85px;
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.369px;
}
.main .visual .inner .tit {
  margin-top: 22px;
  color: #000;
  font-family: Noto Sans KR;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.738px;
}
.main .visual .inner .dsec {
  margin-top: 32px;
  color: #333;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.262px;
}
.main .visual .inner .blueBtn {
  margin-top: 32px;
  border-radius: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #4163E7;
  width: 184px;
  height: 56px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.277px;
}
.main .visual .inner .imgArea {
  position: absolute;
  left: 610px;
  top: 0;
}
.main .visual .inner .imgArea img {
  width: 767px;
  margin-top: 60px;
}
.main .visual .inner .pcImg {
  display: block;
}
.main .visual .inner .mobileImg {
  display: none;
}
@media screen and (max-width: 1200px) {
  .main .visual {
    height: auto;
    overflow: visible;
  }
  .main .visual .inner {
    display: flex;
    flex-direction: column;
    padding: 0;
    padding-bottom: 290px;
    position: relative;
  }
  .main .visual .inner .textArea {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .main .visual .inner .subTit {
    color: #000;
    margin-top: 0;
    font-size: 20px;
    letter-spacing: -0.369px;
  }
  .main .visual .inner .tit {
    margin-top: 22px;
    color: #000;
    font-size: 24px;
    line-height: 136%;
  }
  .main .visual .inner .dsec {
    margin: 0 auto;
    margin-top: 32px;
    color: #333;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.262px;
    order: 2;
    max-width: 280px;
  }
  .main .visual .inner .blueBtn {
    order: 0;
    margin: 0 auto;
    margin-top: 40px;
  }
  .main .visual .inner .imgArea {
    top: unset;
    right: 0;
    left: 0;
    bottom: -267px;
  }
  .main .visual .inner .imgArea img {
    margin-top: 9px;
    margin: 0 auto;
    width: 100%;
    max-width: 375px;
  }
  .main .visual .inner .pcImg {
    display: none;
  }
  .main .visual .inner .mobileImg {
    display: block;
  }
}
.main .advantage {
  background: #F4F7F9;
  padding: 118px 0 110px;
}
.main .advantage .inner {
  text-align: center;
  margin: 0 auto;
}
.main .advantage h2 {
  margin: 0;
  margin-bottom: 18px;
  color: #1C2129;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.738px;
}
.main .advantage .desc {
  max-width: 570px;
  color: #1C2129;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: -0.738px;
  word-break: keep-all;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .main .advantage {
    padding-top: 310px;
    padding-bottom: 80px;
  }
  .main .advantage h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .main .advantage .desc {
    font-size: 20px;
    max-width: 310px;
  }
}
.main .whyCello {
  padding-top: 97px;
  padding-bottom: 107px;
  overflow: hidden;
}
.main .whyCello .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 45px;
  text-align: center;
}
.main .whyCello h2 {
  color: #1C2129;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.738px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.main .whyCello .division {
  display: flex;
  text-align: left;
}
.main .whyCello .division img {
  width: 100%;
}
.main .whyCello .division .left {
  flex: 1 0 50%;
}
.main .whyCello .division .right {
  flex: 1 0 50%;
}
.main .whyCello em {
  padding-left: 55px;
  color: #436FE0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.738px;
}
.main .whyCello em i {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: -2px;
  width: 24px;
  height: 24px;
  background: url(../../img/renewMain/Interface/Bookmark.svg) center no-repeat;
}
.main .whyCello h3 {
  padding-left: 55px;
  margin-top: 10px;
  color: #1C2129;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.738px;
  margin-bottom: 7px;
}
.main .whyCello p {
  padding-left: 90px;
  color: #7A8494;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.738px;
}
@media screen and (max-width: 1200px) {
  .main .whyCello {
    padding-top: 80px;
    padding-bottom: 760px;
  }
  .main .whyCello h2 {
    font-size: 28px;
    max-width: 230px;
    margin-bottom: 80px;
  }
  .main .whyCello .inner {
    max-width: 375px;
    padding: 0;
  }
  .main .whyCello .division {
    flex-direction: column;
    position: relative;
  }
  .main .whyCello em {
    padding-left: 55px;
    font-size: 16px;
  }
  .main .whyCello em i {
    width: 20px;
    height: 20px;
    margin-bottom: -4px;
  }
  .main .whyCello h3 {
    padding-left: 55px;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .main .whyCello p {
    padding-left: 55px;
    font-size: 16px;
  }
  .main .whyCello .left img {
    position: absolute;
    top: 210px;
    left: 0;
    width: 290px;
  }
  .main .whyCello .right img {
    position: absolute;
    top: 380px;
    right: -26px;
    width: 286px;
  }
}
.main .service01 {
  padding: 134px 0 160px;
  background: #F5F6FA;
}
.main .service01 .inner {
  padding: 0 50px;
  position: relative;
}
.main .service01 .textWrap {
  padding-left: 60px;
}
.main .service01 em i {
  background: url(../../img/renewMain/Warning/Shield_Check.svg) center no-repeat;
}
.main .service01 p {
  margin-top: 40px;
}
.main .service01 .top {
  margin-bottom: 200px;
}
.main .service01 .top img {
  position: absolute;
  width: 560px;
  top: -16px;
  right: 50px;
}
.main .service01 .bottom {
  display: flex;
}
.main .service01 .bottom .textWrap {
  padding-left: 47px;
  margin-top: 48px;
}
.main .service01 .bottom img {
  width: 560px;
}
@media screen and (max-width: 1200px) {
  .main .service01 {
    padding: 80px 0;
  }
  .main .service01 .inner {
    padding: 0;
  }
  .main .service01 .textWrap {
    padding-left: 42px;
  }
  .main .service01 .top {
    margin-bottom: 0;
  }
  .main .service01 .top img {
    position: static;
    width: 100%;
  }
  .main .service01 .bottom {
    flex-direction: column-reverse;
  }
  .main .service01 .bottom img {
    width: 100%;
  }
}
.main .service02 {
  padding: 150px 0;
}
.main .service02 .inner {
  padding: 0 50px;
}
.main .service02 .textWrap {
  padding: 0 60px;
}
.main .service02 .textWrap em i {
  background: url(../../img/renewMain/Interface/Chart_Line.svg) center no-repeat;
}
.main .service02 .textWrap .flexWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .service02 .serv2 {
  width: 100%;
}
.main .service02 .bottom {
  display: flex;
  align-items: center;
}
.main .service02 .bottom img {
  width: 560px;
}
.main .service02 .bottom p {
  padding-left: 45px;
}
@media screen and (max-width: 1200px) {
  .main .service02 {
    padding: 80px 0;
  }
  .main .service02 .inner {
    padding: 0;
  }
  .main .service02 .inner .textWrap {
    padding: 0 46px;
    margin-bottom: 20px;
  }
  .main .service02 .inner .flexWrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .main .service02 .inner .flexWrap p {
    margin-top: 20px;
  }
  .main .service02 .bottom {
    flex-direction: column;
  }
  .main .service02 .bottom img {
    width: 100%;
  }
  .main .service02 .bottom p {
    padding-left: 0;
    margin: 0 auto;
  }
}
.main .service03 {
  background: #F5F6FA;
  padding: 150px 0;
}
.main .service03 .inner {
  padding: 0 50px;
}
.main .service03 .textWrap {
  padding: 0 60px;
  margin-bottom: 16px;
}
.main .service03 .textWrap em i {
  background: url(../../img/renewMain/Interface/Chart_Pie.svg) center no-repeat;
}
.main .service03 .textWrap p {
  max-width: 540px;
  word-break: keep-all;
}
.main .service03 .flexWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .service03 img {
  width: calc(100% + 30px);
  margin-left: -20px;
}
@media screen and (max-width: 1200px) {
  .main .service03 {
    padding: 80px 0;
  }
  .main .service03 .inner {
    padding: 0;
  }
  .main .service03 .inner .textWrap {
    padding: 0 46px;
    margin-bottom: 20px;
  }
  .main .service03 .inner .flexWrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .main .service03 .inner .flexWrap p {
    margin-top: 20px;
  }
  .main .service03 img {
    width: 100%;
    margin: 0;
  }
}
.main .service04 {
  padding: 150px 0;
}
.main .service04 .top {
  display: flex;
  justify-content: space-between;
  padding: 0 110px;
}
.main .service04 .top img {
  width: 330px;
}
.main .service04 .top em i {
  background: url(../../img/renewMain/Interface/Gift.svg) center no-repeat;
}
.main .service04 .top p {
  margin-top: 40px;
  word-break: keep-all;
  max-width: 516px;
}
.main .service04 .bottom {
  margin-top: 214px;
  display: flex;
  justify-content: flex-start;
  padding: 0 100px 0 34px;
  gap: 60px;
}
.main .service04 .bottom .imgWrap {
  width: 396px;
  flex: 0 0 auto;
}
.main .service04 .bottom img {
  width: 100%;
}
.main .service04 .bottom em i {
  background: url(../../img/renewMain/System/Laptop.svg) center no-repeat;
}
.main .service04 .bottom p {
  margin-top: 40px;
  word-break: keep-all;
}
@media screen and (max-width: 1200px) {
  .main .service04 {
    padding: 80px 0 20px;
  }
  .main .service04 .inner {
    padding: 0;
  }
  .main .service04 .inner .top,
  .main .service04 .inner .bottom {
    flex-direction: column;
    padding: 0;
  }
  .main .service04 .inner .bottom {
    flex-direction: column-reverse;
    margin-top: 70px;
    gap: 30px;
  }
  .main .service04 .inner .bottom .imgWrap {
    width: 100%;
  }
  .main .service04 .inner .bottom p {
    margin-top: 20px;
  }
  .main .service04 .inner .textWrap {
    padding: 0 55px;
  }
}
.main .startNow {
  text-align: center;
  padding: 150px 0 180px;
  background: #F5F6FA;
}
.main .startNow h3 {
  color: #1C2129;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.738px;
}
.main .startNow .blueBtn {
  border-radius: 12px;
  background: #4163E7;
  padding: 19px;
  width: 220px;
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  color: #FFF;
  text-align: center;
  font-family: Noto Sans KR;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.277px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .main .startNow {
    padding: 80px 0;
  }
  .main .startNow h3 {
    font-size: 24px;
    margin: 0;
    max-width: 230px;
    margin: 0 auto;
  }
  .main .startNow .blueBtn {
    margin-top: 23px;
  }
}

/*# sourceMappingURL=renewStyle.css.map */
