@charset "UTF-8";
.is_mo {
  display: none;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.banner {
  padding: 50px 0 166px 0;
  background: #d74a40;
}
.banner strong {
  display: inline-block;
  padding-top: 238px;
  color: #ffeb35;
  text-align: center;
  font-family: Pretendard;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: url(../images/img_money.png) no-repeat center top;
}
.banner p {
  margin-top: 10px;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner p span {
  font-weight: 700;
}

.section01 {
  padding: 100px 0;
  background: #f4f4f4;
}
.section01 .titleBox strong {
  color: #414141;
  font-family: Pretendard;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section01 .titleBox strong i {
  position: relative;
  z-index: 10;
}
.section01 .titleBox strong b {
  position: relative;
}
.section01 .titleBox strong b::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 14px;
  background-color: #ffeb35;
}
.section01 .titleBox strong span {
  color: #ff4335;
}
.section01 .titleBox .desc {
  margin-top: 20px;
  color: #727272;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 128.571% */
}
.section01 .titleBox .desc span {
  font-weight: 600;
}
.section01 .infoBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 720px;
  margin: 0 auto;
  padding: 164px 0 200px 0;
}
.section01 .infoBox img {
  filter: drop-shadow(7px 10px 22px rgba(58, 57, 57, 0.3));
}
.section01 .infoBox .text {
  position: absolute;
  padding: 14px 24px;
  border-radius: 40px 40px 40px 0px;
  background: #414141;
  width: -moz-max-content;
  width: max-content;
}
.section01 .infoBox .text p {
  color: #fff;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section01 .infoBox .text p span {
  color: #ffeb35;
}
.section01 .infoBox .text.red {
  background: #ff4335;
}
.section01 .infoBox .text.text01 {
  left: 290px;
  top: 60px;
}
.section01 .infoBox .text.text02 {
  left: -18px;
  top: 134px;
  border-radius: 40px 40px 0px 40px;
}
.section01 .infoBox .text.text03 {
  right: -30px;
  left: auto;
  top: 406px;
  border-radius: 0px 40px 40px 40px;
}
.section01 .infoBox .text.text04 {
  right: 300px;
  left: auto;
  top: 488px;
  border-radius: 40px 0px 40px 40px;
}
.section01 .tags {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.section01 .tags span {
  display: inline-block;
  padding: 4px;
  color: #414141;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #dfdfdf;
}

.section02 {
  padding: 100px 0;
}
.section02 .slideCont {
  max-width: 792px;
  margin: 0 auto;
}
.section02 .titleBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section02 .titleBox .badge {
  margin-bottom: 32px;
  padding: 10px 20px;
  border-radius: 30.844px;
  background: #ff4335;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section02 .titleBox .tit {
  margin-bottom: 18px;
  text-align: left;
  color: #414141;
  font-family: Pretendard;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section02 .titleBox .tit span {
  color: #ff4335;
}
.section02 .titleBox .desc {
  position: relative;
  text-align: left;
  padding-left: 10px;
  color: #c1c3cf;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.section02 .titleBox .desc::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "*";
  color: #c1c3cf;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.section02 .slideItem {
  width: 100%;
  padding-top: 40px;
}
.section02 .slideItem .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  width: 100%;
  gap: 30px 24px;
}
.section02 .slideItem .swiper-wrapper .swiper-slide {
  width: calc(50% - 12px);
  padding: 40px 28px;
  border-radius: 22px;
  border: 2px solid var(--www-save-tax-co-kr-aqua-haze, #eff3f6);
  background: #f2f2f2;
  text-align: left;
}
.section02 .slideItem .swiper-wrapper .swiper-slide .name {
  display: inline-block;
  margin: 10px 0;
  color: var(--www-save-tax-co-kr-outer-space, #30363d);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34.01px;
}
.section02 .slideItem .swiper-wrapper .swiper-slide p {
  flex-direction: column;
  color: #6d6a6a;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 136.364% */
}
.section02 .slideItem .swiper-wrapper .swiper-slide p span {
  background-color: #ffe6e6;
  color: #6d6a6a;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 136.364% */
}
.section02 .slideItem .swiper-wrapper .swiper-slide.top {
  position: relative;
  top: -234px;
}
.section02 .swiper-pagination {
  display: none;
}

.section03 {
  padding: 100px 0;
  background: #d74a40;
}
.section03 .titleBox {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-direction: column;
  margin-bottom: 60px;
}
.section03 .titleBox .badge {
  padding: 10px 20px;
  color: #d74a40;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 30.844px;
  background: #ffeb35;
}
.section03 .titleBox .text {
  color: #fff;
  text-align: center;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section03 .titleBox .text span {
  color: #ffeb35;
}
.section03 .steps {
  max-width: 636px;
  margin: 0 auto;
}
.section03 .steps li {
  display: flex;
  justify-content: space-between;
  height: 200px;
  padding: 26px 80px;
  border-radius: 40px;
  background: #fff;
}
.section03 .steps li .textBox {
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.section03 .steps li .textBox .step {
  padding: 8px 10px;
  border-radius: 58px;
  background: #d74a40;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section03 .steps li .textBox p {
  text-align: left;
  color: #414141;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section03 .steps li .textBox p span {
  color: #d74a40;
}
.section03 .steps li + li {
  margin-top: 28px;
}
.section03 .steps li.right .textBox {
  align-items: flex-end;
}
.section03 .steps li.right .textBox p {
  text-align: right;
}
.section03 .steps li:last-child {
  padding: 38px 80px;
}

.section04 {
  padding: 88px 0 38px;
  background: #414141;
}
.section04 .title {
  color: #fff;
  font-family: Pretendard;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px; /* 106.897% */
}
.section04 .title span {
  color: #ffeb35;
}
.section04 .calc {
  display: flex;
  justify-content: center;
  margin-bottom: 130px;
}
.section04 .calc .text {
  text-align: left;
}
.section04 .calc .text .info {
  margin-top: 20px;
  color: #aaa;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 128.571% */
}
.section04 .calc .text .info span {
  color: #e1e1e1;
}
.section04 .gragh {
  max-width: 1020px;
  margin: 0 auto;
}
.section04 .gragh .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 865px;
  text-align: left;
}
.section04 .gragh .text .desc {
  margin-top: 20px;
  color: #6c6c6c;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
}

.section05 {
  padding: 100px 0;
  background: #f4f4f4;
}
.section05 .innerBox {
  max-width: 840px;
  margin: 0 auto;
}
.section05 .title {
  color: #414141;
  text-align: center;
  font-family: Pretendard;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section05 .title span {
  color: #ff4335;
}
.section05 .users {
  margin-top: 64px;
}
.section05 .users li {
  display: flex;
  position: relative;
  padding: 44px 60px;
  border-radius: 40px;
  background: #ffe6e6;
}
.section05 .users li p {
  text-align: left;
  margin-left: auto;
  color: #000;
  font-family: Pretendard;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section05 .users li p strong {
  color: #ff4335;
}
.section05 .users li img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-60%);
}
.section05 .users li + li {
  margin-top: 72px;
}
.section05 .users li.white {
  background-color: #fff;
}
.section05 .users li.white p {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
.section05 .users li.white img {
  position: absolute;
  right: 0;
  left: auto;
  transform: translateY(-64%);
}
.section05 .mentor {
  margin-top: 114px;
}
.section05 .mentor .desc {
  margin-top: 42px;
  color: #727272;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 128.571% */
}

.section06 {
  padding: 100px 0;
}
.section06 .innerBox {
  margin: 0 auto;
  max-width: 720px;
}
.section06 .titleBox {
  padding-bottom: 70px;
  text-align: left;
  color: #414141;
  font-size: 46px;
  line-height: normal;
  font-weight: 700;
  background: url(../images/img_title_bg.png) no-repeat right top;
}
.section06 .titleBox strong {
  color: #ff4335;
  font-weight: 700;
  line-height: normal;
}
.section06 .titleBox span {
  position: relative;
  line-height: normal;
}
.section06 .titleBox span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 4px;
  background: #ffe6e6;
}
.section06 .titleBox span b {
  position: relative;
  z-index: 1;
}
.section06 .video {
  margin-bottom: 78px;
}
.section06 .chat {
  padding-top: 112px;
  background: url(../images/icon_mark.png) no-repeat top center;
}
.section06 .chat .textBox {
  margin-bottom: 30px;
}
.section06 .chat .imgBox {
  display: flex;
  justify-content: center;
}
.section06 .chat p {
  color: #727272;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 142.857% */
}
.section06 .chat p strong {
  font-size: 34px;
  font-weight: 600;
}
.section06 .chat p strong span {
  color: #ff4335;
  font-weight: 600;
}
.section06 .chat .subText {
  display: inline-block;
  margin-top: 4px;
  color: #b1b1b1;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
}

.fixed-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px 0;
  background: #282828;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
  z-index: 10;
}
.fixed-btn .btnInner {
  display: flex;
  align-items: center;
}
.fixed-btn .desc {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.66px;
}
.fixed-btn .desc span {
  color: #ff4335;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.66px;
}
.fixed-btn .time {
  display: flex;
  margin-left: 22px;
}
.fixed-btn .time .number {
  color: #fff;
  text-align: center;
  font-family: "Spoqa Han Sans Neo";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.fixed-btn button {
  margin-left: 22px;
  display: inline-flex;
  padding: 22px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.84px;
  border-radius: 10px;
  background: #ff4335;
}

/* 화면 크기가 600px 이하일 때 */
@media screen and (max-width: 760px) {
  .is_mo {
    display: block;
  }
  .is_pc {
    display: none;
  }
  .wrapper {
    max-width: 760px;
    margin: 0 auto;
  }
  .section01 {
    padding: 40px 0;
  }
  .section01 .titleBox {
    margin-bottom: 28px;
  }
  .section01 .titleBox strong {
    font-size: 26px;
  }
  .section01 .titleBox strong b::after {
    height: 8px;
  }
  .section01 .titleBox .desc {
    margin-top: 14px;
    font-size: 14px;
    line-height: 18px;
  }
  .section01 .infoBox {
    padding: 90px 0 98px 0;
  }
  .section01 .infoBox img {
    width: 120px;
  }
  .section01 .infoBox .text {
    padding: 12px 8px;
    left: 50%;
    right: auto;
  }
  .section01 .infoBox .text p {
    font-size: 16px;
  }
  .section01 .infoBox .text.text01 {
    left: 50%;
    right: auto;
    top: 10px;
    transform: translateX(-30%);
  }
  .section01 .infoBox .text.text02 {
    left: 50%;
    right: auto;
    top: 66px;
    transform: translateX(-94%);
  }
  .section01 .infoBox .text.text03 {
    left: 50%;
    right: auto;
    top: 210px;
    transform: translateX(-6%);
  }
  .section01 .infoBox .text.text04 {
    left: 50%;
    right: auto;
    top: 258px;
    transform: translateX(-68%);
  }
  .section01 .tags {
    flex-wrap: wrap;
    max-width: 300px;
    margin: 28px auto 0 auto;
    justify-content: center;
    gap: 5px 8px;
  }
  .section01 .tags span {
    padding: 2px 6px;
    font-size: 14px;
  }
  .section02 {
    padding: 40px 0;
  }
  .section02 .titleBox {
    margin-bottom: 20px;
    align-items: center;
  }
  .section02 .titleBox .badge {
    margin-bottom: 12px;
    padding: 4px 10px;
    font-size: 12px;
  }
  .section02 .titleBox .tit {
    margin-bottom: 10px;
    text-align: center;
    font-size: 28px;
  }
  .section02 .titleBox .desc {
    font-size: 12px;
    line-height: 14px; /* 120% */
    text-align: center;
  }
  .section02 .slideItem {
    width: 100%;
    padding-top: 0;
    padding: 0 36px;
  }
  .section02 .slideItem .swiper-wrapper {
    display: flex;
    align-items: initial;
    flex-wrap: initial;
    gap: 0;
    width: auto;
  }
  .section02 .slideItem .swiper-wrapper .swiper-slide {
    height: 342px;
    padding: 30px 22px;
  }
  .section02 .slideItem .swiper-wrapper .swiper-slide img {
    width: 102px;
  }
  .section02 .slideItem .swiper-wrapper .swiper-slide .name {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
  }
  .section02 .slideItem .swiper-wrapper .swiper-slide p {
    font-size: 16px;
    line-height: 22px; /* 137.5% */
  }
  .section02 .slideItem .swiper-wrapper .swiper-slide p span {
    font-size: 16px;
    line-height: 22px; /* 137.5% */
  }
  .section02 .slideItem .swiper-wrapper .swiper-slide.top {
    position: static;
    top: 0;
  }
  .section02 .swiper-pagination {
    position: static;
    display: flex;
    gap: 10px;
    justify-content: center;
    position: relative;
    margin-top: 24px;
  }
  .section02 .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0;
    background-color: #d9d9d9;
  }
  .section02 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 38px;
    border-radius: 100px;
    background: #ff4335;
  }
  .section03 {
    padding: 40px 20px;
  }
  .section03 .titleBox {
    gap: 12px;
    margin-bottom: 26px;
  }
  .section03 .titleBox .badge {
    padding: 4px 10px;
    font-size: 12px;
  }
  .section03 .titleBox .text {
    font-size: 24px;
  }
  .section03 .steps li {
    height: 100px;
    padding: 12px 40px;
    border-radius: 20px;
  }
  .section03 .steps li img {
    height: 70px;
  }
  .section03 .steps li .textBox {
    gap: 4px;
  }
  .section03 .steps li .textBox .step {
    padding: 4px 6px;
    font-size: 12px;
  }
  .section03 .steps li .textBox p {
    font-size: 14px;
  }
  .section03 .steps li:last-child {
    padding: 20px 40px;
  }
  .section03 .steps li + li {
    margin-top: 14px;
  }
  .section04 {
    padding: 40px 0;
  }
  .section04 .title {
    font-size: 28px;
    line-height: normal;
  }
  .section04 .calc {
    gap: 12px;
    margin-bottom: 70px;
    padding: 0 20px;
    flex-direction: column;
  }
  .section04 .calc .text {
    text-align: center;
  }
  .section04 .calc .text .info {
    margin-top: 12px;
    font-size: 14px;
    line-height: 18px;
  }
  .section04 .gragh .text {
    width: 100%;
    padding: 0 30px;
  }
  .section04 .gragh .text .title {
    font-size: 6vw;
    line-height: normal;
  }
  .section04 .gragh .text .desc {
    margin-top: 0;
    font-size: 3vw;
    line-height: normal;
  }
  .section05 {
    padding: 40px 20px;
  }
  .section05 .title {
    font-size: 28px;
  }
  .section05 .users {
    margin-top: 40px;
  }
  .section05 .users li {
    padding: 16px 28px;
    border-radius: 15px;
  }
  .section05 .users li img {
    margin-left: 10px;
    width: 120px;
  }
  .section05 .users li p {
    font-size: 14px;
  }
  .section05 .users li.white img {
    margin: 0 10px 0 0;
    width: 120px;
  }
  .section05 .users li + li {
    margin-top: 26px;
  }
  .section05 .mentor {
    margin-top: 40px;
  }
  .section05 .mentor .desc {
    margin-top: 22px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
  }
  .section06 {
    padding: 40px 0;
  }
  .section06 .titleBox {
    margin-bottom: 20px;
    padding-bottom: 68px;
    text-align: center;
    font-size: 22px;
    background-size: 64px;
    background-position: bottom center;
  }
  .section06 .titleBox span::after {
    height: 6px;
  }
  .section06 .video {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .section06 .chat {
    padding-top: 56px;
    background-size: 50px;
  }
  .section06 .chat .textBox p {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
  }
  .section06 .chat .textBox p strong {
    font-size: 17px;
  }
  .section06 .chat .subText {
    margin-top: 2px;
    line-height: 16px; /* 133.333% */
    font-size: 12px;
  }
  .section06 .chat .imgBox {
    padding: 0 45px;
  }
  .banner {
    padding: 24px 0 124px 0;
  }
  .banner strong {
    padding-top: 110px;
    font-size: 28px;
    background-size: 102px;
  }
  .banner p {
    margin-top: 6px;
    font-size: 14px;
  }
  .fixed-btn {
    padding: 14px 14px 8px 14px;
    bottom: 2%;
    width: 92%;
    left: 4%;
    border-radius: 10px;
  }
  .fixed-btn .btnInner {
    display: flex;
    flex: 1;
    text-align: center;
    flex-direction: column;
  }
  .fixed-btn .btnInner .desc {
    font-size: 14px;
  }
  .fixed-btn .btnInner .desc span {
    font-size: 14px;
  }
  .fixed-btn .btnInner .time {
    margin-left: 0;
  }
  .fixed-btn .btnInner .number {
    font-size: 30px;
  }
  .fixed-btn button {
    display: flex;
    padding: 14px 20px;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
}/*# sourceMappingURL=styles.css.map */