.highlight {
  display: inline;
  box-shadow: inset 0 -17px 0 #eff3fe;
  /*-10px은 highlight의 두께*/
}

.highlight:after {
  content: "";
  width: 0;
  height: 17px;
  display: inline-block;
  background: #eff3fe;
}

.sec {
  padding: 120px 20px;
}

.sec01 {
  background: #f8f8fa;
  padding: 112px 20px 111px;
  margin-top: -58px;
}
.sec01 .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec01 h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  color: #00247d;
}

.sec01 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #4e5968;
  margin-top: 12px;
}
.sec01 .hr {
  width: 64px;
  height: 2px;
  background: #1a1a1a;
  margin: 40px 0;
}
.sec01 small {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4e5968;
}

.sec02 .tit_area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec02 .tit_area small {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #8b95a1;
  margin-bottom: 24px;
}

.sec02 .tit_area h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #1a1a1a;
}

.sec02 .tit_area h2 span {
  font-weight: 700;
  color: #375ff0;
}

.sec02 .merit_list {
  max-width: 896px;
  margin: 100px auto 0;
}

.sec02 .merit_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec02 .merit_list li + li {
  margin-top: 160px;
}
.sec02 .merit_list li .list + .img_wrap,
.sec02 .merit_list li .img_wrap + .list {
  margin-left: 20px;
}
.sec02 .merit_list li .list {
  max-width: 378px;
}
.sec02 .merit_list li .num {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #00247d;
}
.sec02 .merit_list li .dt {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #333333;
  margin: 12px 0 20px;
}
.sec02 .merit_list li .desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #4f4f4f;
  word-break: keep-all;
  text-align: left;
}

.sec03 {
  background: #eff3fe;
}
.sec03 .tit_area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec03 h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  color: #333333;
  margin-top: 20px;
}
.sec03 h2 span {
  background: linear-gradient(299.6deg, #012ed3 11.69%, #375ff0 46.27%, #8936ff 119.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.sec03 ul {
  background: #ffffff;
  box-shadow: 8px 24px 54px rgba(35, 52, 116, 0.08);
  border-radius: 12px;
  padding: 70px 60px;
  margin-top: 60px;
}
.sec03 ul li {
  position: relative;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: #333333;
  padding-left: 48px;
}
.sec03 ul li::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../images/content/community/icon_chk.svg) no-repeat center / 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec03 ul li + li {
  margin-top: 40px;
}

.sec04 .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec04 h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  color: #333333;
  text-align: center;
}
.sec04 ul {
  width: 100%;
  display: flex;
  margin-top: 80px;
}
.sec04 ul li {
  position: relative;
  width: calc(100% / 3);
}
.sec04 ul li + li {
  margin-left: 20px;
}
.sec04 ul li .step {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #375ff0;
  display: flex;
  align-items: center;
}
.sec04 ul li:nth-child(2) .step {
  color: #274cd0;
}
.sec04 ul li:nth-child(3) .step {
  color: #00247d;
}
.sec04 li .step .line {
  position: relative;
  border-top: 2px solid #e0e0e0;
  margin-left: 20px;
  flex: 1;
}
.sec04 li .step .line::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #e0e0e0;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.sec04 li .desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #1a1a1a;
  margin: 20px 0 28px;
}

.sec04 li .device {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #1a1a1a;
}

.sec04 li .device .row {
  display: flex;
  align-items: center;
}
.sec04 li .device .row > span {
  min-width: 102px;
}
.sec04 li .device .icons a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sec04 li .device .icons a .bubble {
  position: absolute;
  top: 65%;
  left: 50%;
  white-space: nowrap;
  background: #fff;
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid #eaedee;
  z-index: 1;
  display: none;
}
.sec04 li .device .icons a:hover .bubble {
  display: block;
}

.sec04 li .device .icons a + a {
  margin-left: 24px;
}
.sec04 li .link {
  width: 255px;
  height: 58px;
  background: #375ff0;
  border-radius: 38px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.sec04 li .link::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../images/content/community/arrow.svg) no-repeat center / 100%;
  margin-left: 8px;
}

.sec05 {
  background: #f8f8fa;
  padding: 120px 20px 112px;
}
.sec05 h2.tit1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #333333;
  text-align: center;
}
.sec05 .swiper_area {
  margin: 60px 0 40px;
}
.sec05 .swiper-slide .box {
  max-width: 1080px;
  background: #ffffff;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #eaedee;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.04);
  border-radius: 12px;

  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #4f4f4f;
}

.sec05 .swiper-slide .box::before {
  content: "";
  width: 32px;
  height: 26px;
  background: url(../../images/content/common/icon_review.svg) no-repeat center / 100%;
}
.sec05 .swiper-slide .box > p {
  font-family: "Pretendard";
  margin: 32px 0 24px;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec05 .swiper-slide .box .user {
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
}

.sec05 .swiper-slide .box .class {
  font-size: 22px;
  margin-bottom: 4px;
}
/* pop_review */
.pop_review {
  padding: 0;
  width: auto;
}
.pop_review .icon_close {
  background: none;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.pop_review .box {
  width: calc(100vw - 40px);
  max-width: 800px;
  background: #ffffff;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #4f4f4f;
}

.pop_review .box::before {
  content: "";
  width: 32px;
  height: 26px;
  background: url(../../images/content/common/icon_review.svg) no-repeat center / 100%;
}
.pop_review .box > .review {
  font-family: "Pretendard";
  margin: 32px 0 24px;
  max-height: 50vh;
  overflow: auto;
}

.pop_review .box .user {
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
}

.pop_review .box .class {
  font-size: 22px;
  margin-bottom: 4px;
}
.sec05 .swiper_area {
  position: relative;
}
.sec05 .swiper_area .btn_move {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 1;
}
.sec05 .swiper_area .swiper_prev {
  left: 0;
}
.sec05 .swiper_area .swiper_next {
  right: 0;
}

.sec05 .swiper-pagination {
  position: relative;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec05 .swiper-pagination-bullet-active {
  width: 32px;
  background: linear-gradient(90.37deg, #375ff0 5.83%, #829dff 99.75%);
  border-radius: 7px;
}
.sec07 {
  background: #eff3fe;
}
.sec07 .tit_area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec07 .tit_area h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  color: #00247d;
  margin-bottom: 12px;
}
.sec07 .tit_area h2 span {
  color: #375ff0;
}
.sec07 .tit_area small {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}

.sec07 .banner {
  display: block;
  margin: 80px auto 50px;
}
.sec07 .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec07 .btn_wrap .link {
  max-width: 347px;
  width: 50%;
  height: 58px;
  background: #375ff0;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.24);
  border-radius: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

.sec07 .btn_wrap .link:hover {
	cursor: pointer;
}
.sec07 .btn_wrap .link.bk {
  background: #1a1a1a;
}
.sec07 .btn_wrap .link + .link {
  margin-left: 20px;
}

@media all and (max-width: 768px) {
  .highlight {
    box-shadow: inset 0 -12px 0 #eff3fe;
  }

  .highlight:after {
    height: 12px;
  }

  .sec {
    padding: 80px 20px;
  }

  .sec01 {
    padding: 80px 20px 24px;
    margin-top: -48px;
  }
  .sec01 .inner {
    flex-direction: column;
  }
  .sec01 h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .sec01 p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
  }
  .sec01 .hr {
    margin: 32px auto 26px;
  }
  .sec01 small {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    display: block;
  }
  .sec01 .link {
    width: 258px;
    height: 46px;
    font-size: 16px;
    line-height: 22px;
  }
  .sec01 .right {
    max-width: 400px;
    padding: 0 30px;
    margin-top: 26px;
  }

  .sec01 .right img {
    width: 100%;
  }

  .sec02 .tit_area small {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 16px;
  }

  .sec02 .tit_area h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .sec02 .merit_list {
    margin: 60px auto 0;
  }

  .sec02 .merit_list li {
    flex-direction: column-reverse;
  }
  .sec02 .merit_list li.a2 {
    flex-direction: column;
  }
  .sec02 .merit_list li + li {
    margin-top: 120px;
  }
  .sec02 .merit_list li .list + .img_wrap,
  .sec02 .merit_list li .img_wrap + .list {
    margin-left: 0;
  }
  .sec02 .merit_list li .img_wrap img {
    width: 100%;
  }
  .sec02 .merit_list li .num {
    font-size: 16px;
  }
  .sec02 .merit_list li .dt {
    font-size: 24px;
    line-height: 32px;
    margin: 8px 0 16px;
  }
  .sec02 .merit_list li .desc {
    font-size: 16px;
    line-height: 24px;
  }
  .sec03 .tit_area img {
    width: 26px;
  }
  .sec03 h2 {
    font-size: 24px;
    line-height: 46px;
    margin-top: 12px;
  }

  .sec03 ul {
    padding: 32px 20px;
    margin-top: 40px;
  }
  .sec03 ul li {
    font-size: 18px;
    line-height: 26px;
    padding-left: 36px;
    word-break: keep-all;
  }
  .sec03 ul li::before {
    width: 20px;
    height: 20px;
  }
  .sec03 ul li + li {
    margin-top: 20px;
  }

  .sec04 h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .sec04 ul {
    margin-top: 60px;
    flex-direction: column;
    max-width: 300px;
  }
  .sec04 ul li {
    width: 100%;
  }
  .sec04 ul li + li {
    margin-left: 0;
    margin-top: 32px;
  }
  .sec04 ul li .step {
    font-size: 18px;
    line-height: 22px;
  }
  .sec04 li .step .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: calc(100% - 44px);
    border-left: 2px solid #e0e0e0;
    margin-left: 0;
  }
  .sec04 li .step .line::before {
    top: 0;
    left: -5px;
    transform: translate(0%, -50%);
  }
  .sec04 li .desc {
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0 20px;
    text-align: left;
    padding: 0 20px;
  }

  .sec04 li:nth-child(2) .desc br:nth-child(1) {
    display: none;
  }
  .sec04 li:nth-child(3) .desc {
    margin-bottom: 0;
  }
  .sec04 li .device {
    font-size: 14px;
    line-height: 22px;
    padding: 0 20px;
  }

  .sec04 li .device .row + .row {
    margin-top: 16px;
  }
  .sec04 li .device .row > span {
    min-width: 74px;
  }
  .sec04 li .device .icons a:hover .bubble {
    display: none;
  }

  .sec04 li .device .icons a + a {
    margin-left: 16px;
  }
  .sec04 li .device .icons img {
    width: 60px;
  }
  .sec04 li .link {
    width: 255px;
    height: 50px;
    font-size: 16px;
    line-height: 26px;
    margin-left: 20px;
  }

  .sec05 {
    padding: 80px 20px 88px;
  }

  .sec05 h2.tit1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }
  .sec05 .swiper_area {
    margin: 40px 0 32px;
  }
  .sec05 .swiper-slide .box {
    width: calc(100% - 40px);
    padding: 32px 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .sec05 .swiper-slide .box::before {
    width: 24px;
    height: 20px;
  }
  .sec05 .swiper-slide .box > p {
    margin: 24px 0 16px;
  }
  .sec05 .swiper-slide .box .class {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .sec05 .swiper-slide .box .user {
    font-size: 14px;
    line-height: 26px;
  }
  /*  */
  .pop_review .box {
    padding: 32px 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .pop_review .box::before {
    width: 24px;
    height: 20px;
  }
  .pop_review .box > .review {
    margin: 24px 0 16px;
  }
  .pop_review .box .class {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .pop_review .box .user {
    font-size: 14px;
    line-height: 26px;
  }

  .sec05 .swiper_area .btn_move {
    width: 32px;
    height: 32px;
  }

  .sec07 .tit_area h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 8px;
  }
  .sec07 .tit_area h2 span {
    display: block;
  }
  .sec07 .tit_area small {
    font-size: 16px;
    line-height: 24px;
    width: 210px;
    text-align: center;
  }

  .sec07 .banner {
    margin: 40px auto 24px;
    max-width: 100%;
    width: 100%;
  }
  .sec07 .btn_wrap {
    flex-direction: column;
  }

  .sec07 .btn_wrap .link {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 26px;
  }
  .sec07 .btn_wrap .link + .link {
    margin-left: 0;
    margin-top: 16px;
  }
}
