.main main {
  padding-top: 0;
}

.main header {
  background: transparent;
  border-bottom: none;
}
.main header.on {
  background: #fff;
}

/* 1 */
.main .sec01 {
  background: #f5f7fe;
}
.main .sec01 .inner {
  padding: 260px 0 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .sec01 .panel02 {
  width: 50%;
}
.main .sec01 .panel02 img {
  width: 100%;
}
.main .sec01 h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 130%;
  color: #1a1a1a;
}
.main .sec01 h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #375ff0;
  margin: 24px 0 40px;
}
.main .sec01 .go_apply {
  width: 167px;
  height: 42px;
  background: #375ff0;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #ffffff;
}

/* 2 */
.main .sec02 {
  overflow-x: hidden;
}
.main .sec02 .inner {
  display: flex;
  flex-direction: column;
  padding: 180px 0 150px;
}
.main .sec02 .title_area {
  margin-bottom: 160px;
}
.main .sec02 .title_area h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 140%;
  color: #1a1a1a;
  margin-top: 32px;
}

.main .sec02 .title_area h2 span {
  color: #375ff0;
}
.main .sec02 .panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .sec02 .panel + .panel {
  margin-top: 180px;
}
.main .sec02 .panel > div + div {
  margin-left: 20px;
}

.main .sec02 .panel .txt_wrap,
.main .sec02 .panel .img_wrap {
  max-width: 460px;
  width: 50%;
}
.main .sec02 .panel .img_wrap > img {
  width: 100%;
}

.main .sec02 .panel .txt_wrap h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #333d4b;
}

.main .sec02 .panel .txt_wrap p {
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  color: #4e5968;
  margin-top: 24px;
}

/* 3 */
.main .sec03 {
  background: #f5f5f5;
}

.main .sec03 .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 180px 0;
}

.main .sec03 .title_area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main .sec03 .title_area img {
  width: 164px;
}

.main .sec03 .title_area h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 53px;
  text-align: center;
  color: #1a1a1a;
  margin: 40px 0 80px;
}

.main .sec03 .panel_wrap {
  display: flex;
  align-items: center;
  width: 100%;
}

.main .sec03 .panel {
  width: 33.33%;
  max-width: 347px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
}

.main .sec03 .panel + .panel {
  margin-left: 20px;
}

.main .sec03 .panel h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  color: #1a1a1a;
  word-break: keep-all;
}
.main .sec03 .panel p {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #1a1a1a;
  margin: 16px 0 40px;
}

.main .sec03 .panel .icon_wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.main .sec03 .panel:nth-child(2) .icon_wrap {
  background: #375ff0;
}

.main .sec03 .panel:nth-child(3) .icon_wrap {
  background: #ffc734;
}

/* 4 */
.main .sec04 {
  padding: 180px 0;
  display: flex;
  flex-direction: column;
}

.main .sec04 .title_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.main .sec04 .title_area h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 53px;
  text-align: center;
  color: #1a1a1a;
  word-break: keep-all;
}

.main .sec04 .title_area .txt_B {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #375ff0;
  margin-top: 16px;
}
.main .sec04 .swiper {
  padding-bottom: 32px;
}
.main .sec04 .swiper-slide {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  opacity: 0.3;
  cursor: pointer;
}

.main .sec04 .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.main .sec04 .swiper-slide .star_wrap {
  display: flex;
}
.main .sec04 .swiper-slide .review_title {
  width: 100%;
  margin: 16px 0 24px;
  text-align: left;
}
.main .sec04 .swiper-slide .review_title h5 {
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1a1a1a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .sec04 .swiper-slide .review_title .nick {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #8b95a1;
  margin-top: 8px;
}
.main .sec04 .swiper-slide .review {
  width: 100%;
  height: 6em;
  font-weight: 500;
  font-size: 16px;
  color: #4e5968;
  margin-bottom: 40px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.2em;
}
.main .sec04 .swiper-slide .go_review {
  border: 1px solid #4e5968;
  border-radius: 33px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #4e5968;
  padding: 8px 24px;
  max-height: 36px;
}

.main .sec04 .swiper-slide .go_review::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon/more.svg") no-repeat center / 100%;
  display: inline-block;
  margin-left: 8px;
}

.main .sec04 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #bdbdbd;
  border-radius: 50%;
  opacity: 1;
}

.main .sec04 .swiper-pagination-bullet-active {
  width: 32px;
  background: linear-gradient(90.37deg, #375ff0 5.83%, #829dff 99.75%);
  border-radius: 7px;
}
.main .sec04 .go_more {
  height: 42px;
  display: inline-flex;
  background: #eff3fe;
  border-radius: 8px;
  padding: 0 32px;
  margin: 60px auto 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #375ff0;
}
/* 5 */
.main .sec05 {
  background: #f5f5f5;
  padding: 80px 0;
}
.main .sec05 h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 60px;
}
.main .sec05 .banner_wraper {
  height: 80px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.main .sec05 .banner_wraper img {
  height: 100%;
  position: absolute;
}

/* 6 */
.main .sec06 {
  background: #375ff0;
}

.main .sec06 .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}
.main .sec06 h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  margin: 40px 0 12px;
}

.main .sec06 span {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #e0e0e0;
}

.main .sec06 .go_apply {
  width: 191px;
  height: 50px;
  background: #f5f7fe;
  box-shadow: 0 4px 20px rgba(2, 70, 191, 0.2);
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #375ff0;
  margin-top: 40px;
}

@media all and (max-width: 1100px) {
  .main .sec03 .panel_wrap {
    flex-direction: column;
  }
  .main .sec03 .panel {
    width: 100%;
    max-width: 500px;
  }
  .main .sec03 .panel + .panel {
    margin-left: 0;
    margin-top: 12px;
  }
}

@media all and (max-width: 920px) {
  /* 1 */
  .main .sec01 .inner {
    flex-direction: column;
    align-items: center;
  }
  .main .sec01 .panel01 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .sec01 .panel02 {
    width: 100%;
    max-width: 500px;
    margin-top: 60px;
  }

  .main .sec01 h2 {
    text-align: center;
  }

  /* 2 */

  .main .sec02 .title_area {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main .sec02 .panel {
    flex-direction: column;
  }
  .main .sec02 .panel:nth-child(3) {
    flex-direction: column-reverse;
  }
  .main .sec02 .panel > div + div {
    margin-left: 0;
    margin-top: 40px;
  }

  .main .sec02 .panel .txt_wrap,
  .main .sec02 .panel .img_wrap {
    max-width: 500px;
    width: 100%;
  }

  .main .sec02 .panel .txt_wrap h3 {
    text-align: center;
    word-break: keep-all;
  }
  .main .sec02 .panel .txt_wrap h3 br {
    display: none;
  }
  .main .sec02 .panel .txt_wrap p {
    text-align: center;
    word-break: keep-all;
  }
}

@media all and (max-width: 768px) {
  /* 1 */
  .main .sec01 .inner {
    padding: 160px 0 90px;
  }

  .main .sec01 h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
  .main .sec01 h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin: 20px 0 40px;
  }
  .main .sec01 .go_apply {
    width: 191px;
  }

  .main .sec01 .panel02 {
    padding: 0 20px;
  }

  /* 2 */
  .main .sec02 .inner {
    padding: 100px 0;
  }
  .main .sec02 .title_area {
    margin-bottom: 80px;
  }
  .main .sec02 .title_area > img {
    width: 58px;
  }
  .main .sec02 .title_area h2 {
    font-size: 28px;
    margin-top: 16px;
  }

  .main .sec02 .panel + .panel {
    margin-top: 100px;
  }

  main .sec02 .panel .img_wrap {
    padding: 0 20px;
  }
  .main .sec02 .panel:nth-child(3) .txt_wrap {
    margin-top: 40px;
  }
  .main .sec02 .panel .txt_wrap h3 {
    font-size: 20px;
  }

  .main .sec02 .panel .txt_wrap p {
    font-size: 16px;
    letter-spacing: -0.04em;
    margin-top: 16px;
  }

  /* 3 */

  .main .sec03 .inner {
    padding: 100px 0;
  }

  .main .sec03 .title_area img {
    width: 102px;
  }

  .main .sec03 .title_area h2 {
    font-size: 24px;
    line-height: 29px;
    margin: 20px 0 60px;
  }

  .main .sec03 .panel {
    padding: 32px;
  }

  .main .sec03 .panel h4 {
    font-size: 18px;
  }
  .main .sec03 .panel p {
    font-size: 14px;
    margin: 8px 0 32px;
  }

  .main .sec03 .panel .icon_wrap {
    width: 64px;
    height: 64px;
  }

  .main .sec03 .panel .icon_wrap > img {
    width: 40px;
  }
  /* 4 */
  .main .sec04 {
    padding: 100px 0;
  }

  .main .sec04 .title_area {
    margin-bottom: 60px;
  }
  .main .sec04 .title_area h2 {
    font-size: 24px;
    line-height: 140%;
    width: 50%;
  }

  .main .sec04 .title_area .txt_B {
    font-size: 16px;
    line-height: 19px;
    margin-top: 12px;
  }
  .main .sec04 .swiper {
    padding-bottom: 42px;
  }
  .main .sec04 .swiper-slide {
    padding: 20px;
  }

  .main .sec04 .swiper-slide .star_wrap > img {
    width: 20px;
  }
  .main .sec04 .swiper-slide .review_title {
    margin: 12px 0 16px;
  }
  .main .sec04 .swiper-slide .review_title h5 {
    font-size: 16px;
    line-height: 19px;
  }

  .main .sec04 .swiper-slide .review_title .nick {
    font-size: 12px;
    line-height: 14px;
  }
  .main .sec04 .swiper-slide .review {
    height: 8.4em;
    font-size: 13px;
    margin-bottom: 24px;
    -webkit-line-clamp: 7;
  }
  .main .sec04 .swiper-slide .go_review {
    font-size: 13px;
    max-height: 32px;
  }

  .main .sec04 .swiper-slide .go_review::after {
    width: 16px;
    height: 16px;
  }

  .main .sec04 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .main .sec04 .swiper-pagination-bullet-active {
    width: 32px;
  }
  .main .sec04 .go_more {
    height: 48px;
    margin: 40px auto 0;
  }
  /* 5 */
  .main .sec05 {
    padding: 60px 0;
  }
  .main .sec05 h2 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 40px;
  }
  /* 6 */

  .main .sec06 .inner {
    padding: 60px 0;
  }
  .main .sec06 .logo {
    width: 102px;
  }
  .main .sec06 h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0 8px;
  }

  .main .sec06 span {
    font-size: 14px;
    line-height: 17px;
  }

  .main .sec06 .go_apply {
    width: 200px;
    height: 48px;
    font-size: 16px;
  }
}

.newsletter_sec {
	background-color: #EFF3FE;
}

.newsletter_sec img {
	width: 281px;
	display: block;
	margin: 0 auto;
}

.newsletter_sec h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 43px;
	letter-spacing: -0.02em;
	text-align: center;
	margin: 40px 0 20px 0;
}

.newsletter_sec .btn {
	margin: 20px auto;
    width: 384px;
}

@media all and (max-width: 768px) {
	.newsletter_sec h2 {
		font-size: 24px;
	}
	
	.newsletter_sec img {
		width: 200px;
	}
	
	.newsletter_sec .btn {
		width: 80%;
	}
}
