.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}

img {
  width: 100%;
      display: block;
}

section {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
.lp-wrap {
  
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  box-sizing: border-box;
}

/* =====================
   HEADER / LOGO
===================== */
.lp-header {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;  
  gap: 30px;
  color:#fff;
  font-size: 20px;
}

.lp-logo {
  max-width: 160px;
  width: 100%;
  filter: brightness(0) invert(1);
}

.lp-logo {
  max-width: 160px;
  width: 100%;
}

/* =====================
   HERO
===================== */
.lp-hero {
  text-align: center;
  margin-bottom: 40px;
  color: #fff
}

.lp-badge {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 16px;
}

.lp-title {
  font-size: 42px;
  font-weight: 800;
  margin: 16px 0 10px;
}

.lp-desc {
  font-size: 15px;
  color: #e0e0e0;
}

/* =====================
   QUICK CTA BUTTONS
===================== */
.lp-cta-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}

.lp-cta-btn {
  padding: 18px 16px;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.lp-cta-btn strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.lp-cta-btn span {
  font-size: 13px;
  opacity: 0.9;
}

.lp-cta-kakao {
  background: linear-gradient(135deg, #5c8dff, #3b6ff5);
}

.lp-cta-call {
  background: linear-gradient(135deg, #6fb1ff, #4d8dff);
}

/* =====================
   FORM CARD
===================== */
.consult-card {
  background: #4b4d4f;
  border-radius: 16px;
  padding: 30px 24px;
  margin-bottom: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.consult-form {
  width: 100%;
}

.consult-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.consult-field {
  margin-bottom: 20px;
}

.consult-field label {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
  color: #e5e5e5;
}

.consult-field input,
.consult-field textarea {
  width: 100%;
  background: #3f4143;
  border: 1px solid #6b6e70;
  border-radius: 8px;
  padding: 14px;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
}

.consult-field textarea {
  min-height: 120px;
  resize: none;
}

/* =====================
   SUBMIT BUTTON
===================== */
.consult-submit-btn {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #4c8dff, #3474f5);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 10px;
}

.consult-submit-btn:hover {
  opacity: 0.9;
}

/* =====================
   PRIVACY TEXT
===================== */
.consult-privacy {
  font-size: 12px;
  color: #cfcfcf;
  margin-top: 14px;
  line-height: 1.8;
  padding: 15px 0;
}

.consult-privacy > a {
    color: #cfcfcf;
    text-decoration: underline;
}

/* =====================
   FOOTER NAV
===================== */
.lp-footer-nav {
  text-align: center;
}

.lp-back-btn {
  padding: 10px 26px;
  background: linear-gradient(135deg, #4c8dff, #3474f5);
  border: 1px solid #4c8dff;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;

}

/* =====================
   RESPONSIVE (MOBILE)
===================== */
@media (max-width: 768px) {
  .lp-title {
    font-size: 24px;
  }

  .lp-cta-group {
    grid-template-columns: 1fr;
  }

  .consult-row {
    grid-template-columns: 1fr;
  }

  .lp-wrap {
    padding: 30px 16px 50px;
  }

  .policy-title {
    font-size: 28px !important;
    
  }

  .policy-body {

    padding: 0 !important;
}

  .policy-box {
 

    font-size: 14px !important;

}
}


.policy-box > p {
  line-height: 1.5;
}


/* ===== 개인정보처리방침 전용 스타일 ===== */

.policy-hero {
  max-width: 800px;
  text-align: left;
  border-bottom: 1px solid #ffffff;
  padding: 0 0 40px;
  margin: 0 auto;
  width: 100%;
}

.policy-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.4px;
}

/* 본문 영역 */
.policy-body {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}

/* 텍스트 박스 */
.policy-box {
  padding: 25px 0;
  color: #f2f2f2;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
}

.policy-box p {
  margin-bottom: 16px;
}

.policy-box ul {

}

.policy-box li {
  margin-bottom: 10px;
  line-height: 1.2;
}

.policy-box strong {
  font-weight: 600;
  color: #ffffff;
}

/* 시행일 */
.policy-date {
  margin-top: 28px;
  font-size: 14px;
  opacity: 0.85;
}

/* ===== 태블릿 ===== */
@media (min-width: 768px) {
  .policy-title {
    font-size: 34px;
  }

  .policy-box {
    font-size: 16px;
  }
}

/* ===== 데스크톱 ===== */
@media (min-width: 1024px) {
  .policy-body {
    padding: 0;
  }
}

.floating-actions {
  position: fixed;
  top: 150px !important;
  right: 0px !important;
  z-index: 9999;

  display: flex;
  flex-direction: column;

}

.floating-btn {
  display: none;
  overflow: hidden;
  
  background: #fff;
}

.floating-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .floating-btn {
  display: block;

}

  .floating-actions {
    top: auto;
    bottom: 20px;
    right: 14px;
  }

  .floating-btn {
    width: 40px;

  }
}
