@charset "utf-8";

/* gsap */
.fade-up {
  opacity: 0;
  transform: translateY(150px);
  transition: all 0.5s ease-out;
}

.fade-up-step {
  opacity: 0;
  transform: translateY(80px);
}

.fade-scale {
  opacity: 0;
  transform: scale(0.6) translateY(130px);
}

.fade-rotate {
  opacity: 0;
  transform: translateY(30px) rotate(-80deg);
}




.head_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.head_wrap .kga {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
}

.head_wrap .kga::before,
.head_wrap .kga::after {
  width: 105%;
  position: absolute;
  content: '';
  height: 1px;
  background: #222;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.head_wrap .kga::after {
  top: auto;
  bottom: -8px;
}

.head_wrap .kga img {
  max-width: 46px;
  width: 100%;
}

.head_wrap .kga p {
  font-family: 'paperlogy-M';
}

.head_wrap .end {
  width: 122px;
}

.font-gradi {
  background: var(--po-gradi);
  color: transparent;
  -webkit-background-clip: text;
}


/* sec 1 */

#sec-1 {
  overflow: hidden;
  position: relative;
  background: var(--po-gradi);
  padding: 5em 0;
}

#sec-1 .title_wrap {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-family: 'aggro_M';
  color: #fff;
}

#sec-1 .title_wrap .main_t_bg {
  background: #fff;
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 0px;
  width: fit-content;
  border-radius: 5px;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}

#sec-1 .title_wrap h2 {
  line-height: 1.1;
  font-family: 'aggro_B';
  font-weight: normal;
  font-size: 12rem;
}

#sec-1 .title_wrap .top_t {
  font-size: 3.8rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

#sec-1 .title_wrap .bot_t {
  margin-top: 20px;
  font-size: 2.6rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

#sec-1 .img1,
#sec-1 .img2,
#sec-1 .img3 {
  position: absolute;
}

#sec-1 img {
  max-width: 500px;
  width: 100%;
}

#sec-1 .img1 img {
  max-width: 1920px;
}

#sec-1 .img1 {
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.05);
}

#sec-1 .img2 {
  width: 25%;
  min-width: 300px;
  bottom: -35%;
  left: 10%;
  transform: rotate(-60deg) scale(0.9);
}

#sec-1 .img3 {
  width: 25%;
  min-width: 300px;
  top: -23rem;
  right: 5%;
  transform: rotate(-90deg);
}

/* 상담 */
.counsel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.counsel .coun_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 25px 35px;
  max-width: 550px;
  width: 40%;
}

.counsel .top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.counsel .top .icon {
  text-align: right;
}

.counsel_t {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.counsel_t h4 {
  font-family: 'paperlogy-SB';
  font-size: 2.8rem;
}

.call h4 .color {
  color: #40E25B;
}

.katalk h4 .color {
  color: #FFC401;
}

.counsel .line {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin-top: 15px;
}

.counsel .bot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.counsel .bot .btn {
  width: 100%;
}

.counsel .bot .btn a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
  font-size: 2.8rem;
  font-family: 'paperlogy-SB';
  border-radius: 10px;
}

.call .btn a {
  background: #f1fff0;
  color: #0E2D00;
}

.katalk .btn a {
  background: #fffceb;
  color: #221a00;
}

.counsel .bot span {
  color: #555;
  font-size: 1.6rem;
}

#sec-2 {
  background-image: url(../img/section2_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 10rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}

#sec-2 .sec_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20rem;
}

#sec-2 .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

#sec-2 .top .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

#sec-2 .top .title h4 {
  display: flex;
  align-items: center;
  font-family: 'aggro_B';
  font-size: 4rem;
  color: #fff;
}

#sec-2 .top .title h4 .preten {
  font-family: 'paperlogy-M';
  font-weight: 600;
  font-size: 2.8rem;
}

#sec-2 .top .title .sub_title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
}


#sec-2 .bot {
  position: relative;
  display: flex;
  gap: 8rem;
  color: #fff;
}


#sec-2 .bot .bot_top,
#sec-2 .bot .bot_bot {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  justify-content: space-between;
}

#sec-2 .bot .bot_top::before,
#sec-2 .bot .bot_bot::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


#sec-2 .bot .promise {
  /* padding: 20px 40px;
  border-radius: 10px;
  border: 1px solid #fff; */
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  text-align: center;
  font-weight: 300;
  font-size: 2.2rem;
}

#sec-2 .bot .promise p {
  font-size: 3rem;
  font-family: 'paperlogy-M';
}

#sec-2 .bot .promise span {
  line-height: 1.4;
}


/* sec-3 */
#sec-3 {
  position: relative;
  margin-top: 5rem;
}

.txt_bg {
  text-align: center;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30rem;
  font-family: 'aggro_B';
  opacity: 0.2;
}


#sec-3 .sec_wrap {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  padding: 7rem;
  /* border: 1px solid #ccc; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, .3);
  backdrop-filter: blur(10px);
}

#sec-3 .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3rem;
}

.title {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
}

.sec_title {
  font-family: 'paperlogy-SB';
  font-size: 3rem;
}

.sec_sub_title {
  font-size: 2rem;
}

.sec_sub_title .br {
  margin-top: 3px;
}

#sec-3 .top a {
  background: var(--po-gradi);
  font-size: 2.6rem;
  color: #fff;
  font-family: 'paperlogy-SB';
  padding: 5px 25px;
  border-radius: 50px;
}

#sec-3 .bot {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}

#sec-3 .bot img {
  border-radius: 30px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}


/* sec-4 */
#sec-4 {
  margin-top: 5rem;
  padding: 6rem;
  background-image: url(../img/service_bg.png);
  background-repeat: no-repeat;
}

#sec-4 .title {
  margin-bottom: 6rem;
  gap: 5px;
}

#sec-4 .sec_title {
  color: #fff;
  font-family: 'paperlogy-R';
  font-size: 2rem;
}

#sec-4 .sec_sub_title {
  color: #fff;
  font-family: 'paperlogy-SB';
  font-size: 3rem;
}

#sec-4 .sec_sub_title .font-gradi {
  font-family: 'paperlogy-EB';
}

/* sec 4 progress bar */
.step-progress {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 4rem;
  gap: 1rem;
}

.step-item {
  font-weight: bold;
  font-size: 1.6rem;
  color: #ccc;
  padding: 0.8rem 1.6rem;
  background: transparent;
  border-radius: 30px;
  border: 1px solid #fff;
  text-align: center;
  transition: .3s ease-in-out;
}

.step-item.active {
  background: #00C4FF;
  color: #fff;
  border: 1px solid #00c4ff;
}

.step-line {
  flex: 0 0 30px;
  height: 2px;
  background: #00C4FF;
  border-radius: 10px;
}


#sec-4 .service {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 1rem;
}

#sec-4 .service .card {
  position: relative;
  background: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  justify-content: space-between;
  z-index: 0;
  padding: 30px;
  box-sizing: border-box;
  min-height: 420px;
  max-width: 300px;
  width: 100%;
  min-width: 280px;
}

#sec-4 .service .card::before {
  position: absolute;
  content: '';
  width: 400px;
  height: 400px;
  background: #EBFBFF;
  border-radius: 1000px;
  top: -15rem;
  z-index: -1;
}

#sec-4 .service .card .number {
  position: absolute;
  color: #33C4E8;
  top: 5%;
  left: 5%;
}

#sec-4 .service .card .txt {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 10px;
}

#sec-4 .service .card .txt p {
  font-family: 'paperlogy-SB';
  font-size: 2.4rem;
}

#sec-4 .service .card .txt span {
  font-size: 2rem;
}

#sec-4 .service .card .img {
  margin-top: 25px;
}

#sec-4 .service .step_3 .img {
  margin-top: 35px;
  margin-left: 10px;
}

#sec-4 .service .arrow {
  color: #fff;
}


/* sec-5 */
#sec-5 {
  padding: 6rem;
  background: url(../img/review_bg.png) no-repeat top;
  background-size: cover;
}

#sec-5 .title {
  gap: 5px;
}

#sec-5 .sec_title {
  font-family: 'paperlogy-M';
  font-size: 2rem;
}

#sec-5 .sec_sub_title {
  font-family: 'paperlogy-B';
  font-size: 3.4rem;
}

#sec-5 .sec_sub_title .font-gradi {
  font-family: 'paperlogy-EB';
}

/* review */
.review_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  width: 100%;
  align-items: center;
}

.review_card {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 40px;
  max-width: 760px;
  width: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  gap: 20px;
}

.review_card::before,
.review_card::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: var(--po-color);
  border-radius: 100px;
  left: 15px;
}

.review_card::after {
  left: auto;
  right: 15px;
}

.review_icon img {
  width: 15rem;
  height: 15rem;
  object-fit: contain;
}

.review_content {
  flex: 1;
}

.review_title {
  font-size: 2.4rem;
  font-family: 'paperlogy-SB';
  margin-bottom: 8px;
}

.review_text {
  font-size: 2rem;
  line-height: 1.5;
  color: #333;
}



.talk_noti {
  background: #fafafa;
  margin-top: 40px;
  padding: 40px;
  border-radius: 40px;
}

.talk_noti span:first-child {
  font-family: 'paperlogy-SB';
  font-size: 22px;
}

.talk_noti span:nth-child(2) {
  font-size: 16px;
  color: #e90000;
}

.swiper-slide {
  text-align: center;
}

.talk_noti .mob_image {
  display: none;
}

footer {
  background: #222;
  padding: 4rem 0;
}

.foot_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  gap: 3rem;
  font-weight: 300;
  font-size: 14px;
}

.foot_cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.foot_cont a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.foot_counsel {
  display: flex;
  gap: 10px;
}


/* faq */
.faq-section {
  max-width: 800px;
  margin: 8rem auto;
  padding: 2rem 1rem;
}

.faq-section .sec_title {
  text-align: center;
}

.faq {
  margin-top: 20px;
}

.faq h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 15px 1rem;
  font-size: 2rem;
  font-family: 'paperlogy-M';
  color: #333;
  cursor: pointer;
  transition: 0.2s ease;
}

.faq-question .arrow-icon {
  width: 20px;
  height: 20px;
  stroke: var(--po-color);
  transition: .2s ease-in-out;
}

.faq-item.active .arrow-icon {
  transform: rotate(-180deg);
}

.faq-question span {
  font-family: 'pretendard', sans-serif;
  font-size: 2rem;
  margin-right: 5px;
  color: var(--po-color);
}

.faq-question:hover {
  background: #f9f9f9;
}

.faq-answer {
  height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: height 0.4s ease, padding 0.3s ease;
  line-height: 1.3;
}


.faq-item.active .faq-answer {
  max-height: 500px;
  /* 충분한 높이 설정 */
  padding: 15px 20px !important;
}




/*  */
@media screen and (min-width:501px) {

  header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }

  #sec-1 {
    margin-top: 89px;
  }

  #sec-1 .img2 {
    width: 550px;
    left: 5%;
  }
  #sec-1 .img3{
    width: 460px;
    right: 6%;
  }

  #sec-2 .bot::before,
  #sec-2 .bot::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 40%;
    background: #fff;
    top: 0;
    left: 51.5%;
  }

  #sec-2 .bot::after {
    top: auto;
    bottom: 0;
  }
}

@media screen and (max-width: 1150px) {
  #sec-4 .service {
    flex-direction: column;
  }

  #sec-4 .service .card {
    max-width: 750px;
    min-height: 0;
    padding: 20px;
    gap: 30px;
    flex-direction: row;
    justify-content: start;
    text-align: left;
  }

  #sec-4 .service .card::before {
    top: 50%;
    left: -20rem;
    transform: translateY(-50%);
  }

  #sec-4 .service .card .txt {
    margin-bottom: 0;
  }

  #sec-4 .service .card .img {
    margin-top: 0;
    width: 26%;
  }

  #sec-4 .service .step_3 .img {
    margin-left: 0;
    margin-top: 15px;
  }

  #sec-4 .service .arrow {
    transform: rotate(90deg);
  }

  #sec-4 .service .card .number {
    position: absolute;
    color: #33C4E8;
    top: 8%;
    left: 20px;
  }
}

@media screen and (max-width: 900px) {
  .counsel .coun_box {
    width: 100%;
  }
}


@media screen and (max-width: 800px) {


  .talk_noti img {
    max-width: 80%;
  }

  .talk_noti .pc {
    width: 100%;
    display: none;
  }

  .talk_noti .mob_image {
    width: 100%;
    display: block;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 18px !important;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: auto;
    bottom: 0 !important;
  }

  .talk_noti {
    margin-top: 0;
    padding: 40px 0;
  }
}