/* Start custom CSS for html, class: .elementor-element-702ee1f */.wfc-fee-v2{
  max-width:960px;
  margin:0 auto;
  padding:72px 20px;
  display:block;
  color:#222;
}

.fee-v2-left{
  padding:20px 0;
}

.fee-mini{
  display:inline-block;
  margin-bottom:10px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#9f2525;
}

.fee-v2-left h2{
  margin:0 0 18px;
  font-size:46px;
  font-weight:800;
  line-height:1.15;
  letter-spacing:-0.05em;
}

.lead{
  margin:0 0 22px;
  font-size:18px;
  line-height:1.85;
  color:#666;
}

.fee-price{
  display:inline-block;
  margin:0 0 28px;
  padding:11px 17px;
  border-radius:999px;
  background:#fbf0f0;
  color:#9f2525;
  font-size:15px;
  font-weight:800;
}

.fee-points{
  display:grid;
  gap:14px;
}

.point{
  padding:20px 22px;
  border-left:4px solid #9f2525;
  background:#fafafa;
}

.point strong{
  display:block;
  margin-bottom:6px;
  font-size:16px;
  font-weight:800;
}

.point p{
  margin:0;
  font-size:15px;
  color:#666;
  line-height:1.7;
}

.action-box{
  padding:26px;
  border:1px solid #eadada;
  border-radius:24px;
  background:#fff;
  box-shadow:0 10px 24px rgba(60,30,20,.045);
  transition:.28s ease;
}

.action-box:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 36px rgba(60,30,20,.1);
}

.action-box.primary{
  background:linear-gradient(135deg,#9f2525 0%,#7f1d1d 100%);
  border:none;
}

.action-box span{
  display:inline-block;
  margin-bottom:10px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#9f2525;
}

.action-box.primary span{
  color:rgba(255,255,255,.78);
}

.action-box h3{
  margin:0 0 12px;
  font-size:26px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:-0.04em;
  color:#222;
}

.action-box.primary h3{
  color:#fff;
}

.action-box p{
  margin:0 0 18px;
  font-size:15px;
  line-height:1.75;
  color:#666;
}

.action-box.primary p{
  color:rgba(255,255,255,.9);
}

.action-box a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 20px;
  border:1px solid #9f2525;
  background:#fff;
  color:#9f2525 !important;
  text-decoration:none !important;
  font-size:15px;
  font-weight:800;
  transition:.25s ease;
}

.action-box.primary a{
  border:1px solid rgba(255,255,255,.7);
  background:transparent;
  color:#fff !important;
}

.action-box a:hover{
  transform:translateY(-2px);
}

.action-box.primary a:hover{
  background:#fff;
  color:#9f2525 !important;
}

/* 신청 방법 */
.fee-process{
  grid-column:1 / -1;
  margin-top:12px;
  padding:28px;
  border-radius:28px;
  background:#fbf0f0;
}

.fee-process h3{
  margin:0 0 18px;
  font-size:26px;
  font-weight:800;
  color:#222;
}

.process-step{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:14px 0;
  border-top:1px solid rgba(159,37,37,.12);
}

.process-step:first-of-type{
  border-top:none;
}

.process-step span{
  flex:0 0 36px;
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#9f2525;
  color:#fff;
  font-size:14px;
  font-weight:800;
  line-height:1;
}

.process-step p{
  margin:0;
  font-size:15px;
  line-height:1.8;
  color:#555;
}

.process-step strong{
  color:#9f2525;
  font-weight:800;
}

.process-note{
  margin-top:18px;
  padding:14px 16px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(159,37,37,.08);
  font-size:14px;
  font-weight:700;
  line-height:1.75;
  color:#9f2525;
}

/* FAQ */
.fee-faq{
  grid-column:1 / -1;
  margin-top:0;
  padding:28px;
  border-radius:28px;
  background:#ffffff;
  border:1px solid #eadada;
  box-shadow:0 10px 24px rgba(60,30,20,.045);
}

.fee-faq h3{
  margin:0 0 18px;
  font-size:26px;
  font-weight:800;
  color:#222;
}

.faq-item{
  padding:18px 0;
  border-top:1px solid #eadada;
}

.faq-item:first-of-type{
  border-top:none;
}

.faq-item strong{
  display:block;
  margin-bottom:8px;
  font-size:16px;
  font-weight:800;
  color:#222;
}

.faq-item p{
  margin:0;
  font-size:15px;
  line-height:1.75;
  color:#555;
}

@media (max-width:900px){
  .wfc-fee-v2{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .wfc-fee-v2{
    padding:52px 18px;
  }

  .fee-v2-left h2{
    font-size:34px;
  }

  .lead{
    font-size:16px;
  }

  .action-box,
  .fee-process,
  .fee-faq{
    padding:24px;
  }

  .action-box h3,
  .fee-process h3,
  .fee-faq h3{
    font-size:24px;
  }

  .process-step{
    gap:12px;
  }

  .process-step span{
    width:32px;
    height:32px;
    flex-basis:32px;
    font-size:13px;
  }

  .process-step p,
  .faq-item p{
    font-size:14px;
  }
}

.process-step.action{
  display:grid;
  grid-template-columns:36px 1fr auto;
  align-items:center;
  gap:16px;
}

.process-content p{
  margin:0;
}

.process-step.action a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 16px;
  border:1px solid #9f2525;
  background:#fff;
  color:#9f2525 !important;
  text-decoration:none !important;
  font-size:14px;
  font-weight:800;
  white-space:nowrap;
  transition:.25s ease;
}

.process-step.action a:hover{
  background:#9f2525;
  color:#fff !important;
}

@media (max-width:640px){
  .process-step.action{
    grid-template-columns:32px 1fr;
  }

  .process-step.action a{
    grid-column:2;
    width:fit-content;
    margin-top:10px;
  }
}

.fee-process{
  margin-bottom: 36px !important;
  position: relative;
  z-index: 1;
}

.fee-faq{
  margin-top: 0 !important;
  position: relative;
  z-index: 0;
}/* End custom CSS */