/* --------------------- general */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url("navigation.css");
@import url("footer.css");
@font-face {
  font-family: "BMDOHYEON";
  src: url("https://cdn.jsdelivr.net/gh/wizfile/font/BMDOHYEON.eot");
  src: url("https://cdn.jsdelivr.net/gh/wizfile/font/BMDOHYEON.woff")
    format("woff");
  font-style: normal;
}
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");

:root {
}

body {
  font-family: "Pretendard";
  zoom: 0.75;
}

span.swiper-notification {
  display: none;
}

.fa-phone:before,
.fa-youtube:before {
  display: none;
}

/* -------- hero header (new design) */
.hero-header {
  background: linear-gradient(74.61deg, rgba(97, 223, 194, 0.8) 6.7%, rgba(12, 137, 141, 0.8) 96.03%);
  padding: 140px 0 120px;
  min-height: 900px;
  display: flex;
  align-items: center;
}

.hero-header .container {
  max-width: 1280px;
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}

.hero-wrapper {
  display: grid;
  grid-template-columns: 52fr 48fr; /* 좌측 콘텐츠 영역 확장으로 태그 1줄 확보 */
  gap: 60px;
  align-items: center;
}

/* Left Content Area */
.hero-content {
  padding: 0;
}

.hero-subtitle {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: #393838;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.hero-title {
  font-family: "BMDOHYEON";
  font-size: 72px;
  line-height: 1.3;
  color: #53473E;
  margin-bottom: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.hero-description {
  font-size: 18px;
  line-height: 1.8;
  color: #53473E;
  margin-bottom: 42px;
  font-weight: 400;
}

/* CTA Buttons */
.hero-cta {
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
  padding: 16px 32px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.btn-primary {
  background: #5a4632;
  color: #ffffff;
  border: 2px solid #5a4632;
}

.btn-primary:hover {
  background: #4a3622;
  border-color: #4a3622;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(90, 70, 50, 0.25);
}

.btn-secondary {
  background: transparent;
  color: #5a4632;
  border: 2px solid #5a4632;
}

.btn-secondary:hover {
  background: #5a4632;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(90, 70, 50, 0.2);
}

/* Feature Tags */
.hero-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-tags .tag {
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 22px;
  font-size: 13px;
  color: #5a4632;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Right Image Area */
.hero-image {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* 데스크탑에서는 태그 줄바꿈 방지로 한 줄 유지 */
@media screen and (min-width: 1025px) {
  .hero-tags {
    flex-wrap: nowrap;
  }
}

.before-after-container {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.comparison-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  display: block;
}

.divider-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 75%;
  background: linear-gradient(
    to bottom,
    transparent,
    #ffffff 15%,
    #ffffff 85%,
    transparent
  );
  z-index: 10;
}

.comparison-label {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
  z-index: 11;
  pointer-events: none;
}

.comparison-label span {
  background: #ffffff;
  padding: 6px 14px;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 700;
  color: #5a4632;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.5px;
}

.label-bottom {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  color: #7a6a5a;
  white-space: nowrap;
  text-align: center;
}

/* -------- floating */
header .floating-banner {
  position: fixed;
  background: #ffffff;
  top: 72%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 9999;
  border-radius: 40px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
header .floating-banner .container {
}
header .floating-banner .container .wrapper {
  padding: 10px;
}
header .floating-banner .container .wrapper .item {
  padding: 17px 0;
}

header .floating-banner .container .wrapper .item:nth-child(2) {
  border-top: 1px solid rgb(203, 203, 203);
  border-bottom: 1px solid rgb(203, 203, 203);
}

header .floating-banner .container .wrapper .item a {
}

header .floating-banner .container .wrapper .item a img {
  width: 57px;
  height: 57px;
}

/* -------- 상담 */

.reservation-banner {
  position: fixed;
  bottom: -100px;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: bottom 0.3s;
}
.reservation-banner .container {
}
.reservation-banner .container .wrapper {
}
.reservation-banner .container .wrapper .toggle_btn {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  width: 25rem;
  background-color: #00bc9e;
  margin: 0 auto;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  padding: 0.6875rem;
  text-align: center;
}
.reservation-banner .container .wrapper .form {
  display: none;
  background-color: #00bc9e;
  width: 100%;
  color: #fff;
  padding: 25px 0;
  justify-content: center;
  gap: 30px;
}

.reservation-banner .container .wrapper .form span {
  font-size: 40px;
  font-weight: 700;
}

.reservation-banner .container .wrapper .form input {
  background: #fff;
  color: #393838;
  border-radius: 20px;
  align-self: center;
  padding: 10px;
  font-size: 20px;
  width: unset;
}

.reservation-banner .container .wrapper .form input::placeholder {
  color: #aeaeae;
}

.reservation-banner .container .wrapper .form div {
  align-self: center;
}

.reservation-banner .container .wrapper .form div label {
  font-size: 20px;
}
.reservation-banner .container .wrapper .form .reserve-btn {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  background-color: #222;
  border-radius: 20px;
  padding: 4px 30px;
  letter-spacing: 3px;
}
.reservation-banner.on {
  bottom: 0;
}

