:root {
  --text: #222;
  --muted: #868686;
  --line: #eaeaea;
  --max: 1280px;
  --gold: #b79a65;
  --black: #111;
}

/* 섹션  */
.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 110px 0;
}

.center {
  text-align: center;
}

.eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6f6f6f;
  font-size: 14px;
}

h1 {
  font-weight: 500;
  letter-spacing: -0.05em;
  margin: 48px 0 45px;
  font-size: clamp(44px, 5.72vw, 55px);
  line-height: 1.1;
}

h2 {
  font-size: clamp(30px, 2.42vw, 48px);
  margin: 38px 0 26px;
  letter-spacing: -2px;
  font-weight: 600;
  font-family: "MaruBuri";
}

@font-face {
  font-family: "MaruBuri";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.woff2);
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "MaruBuri";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.woff2);
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "MaruBuri";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff2);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "MaruBuri";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff2);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "MaruBuri";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.woff2);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "MaruBuri";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.woff2);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "MaruBuri";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.woff2);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "MaruBuri";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff2);
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "MaruBuri";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.woff2);
  font-weight: 700;
  font-display: swap;
}

.desc {
  color: var(--muted);
  font-size: 17px;
}

/* Hero full-bleed with left label/button */
.hero {
  height: 950px;
  background: url(../img/main.jpg);
}

.hero p {
  font-size: 20px;
  opacity: 0.8;
  padding-bottom: 4rem;
}

.hero-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.hero-left {
  color: #111;
  z-index: 2;
}

.btn {
  display: inline-block;
  border: 1px solid #535353;
  padding: 16px 28px;
  border-radius: 999px;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* bar */
.bar {
  padding: 4rem 3rem;
  text-align: center;
}

/* Trio products row like reference */
.trio {
  border-top: 1px solid #ddd;
  padding-bottom: 0;
}

.cols3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
}

.item {
  text-align: center;
  height: 94vh;
  transition: background-size 0.5s ease;
  background-size: 100%;
}
.item:nth-child(1) {
  background: url(../img/trio_1.jpg) bottom / 100% no-repeat;
}
.item:nth-child(2) {
  background: url(../img/trio_2.jpg) bottom / 100% no-repeat;
}
.item:nth-child(3) {
  background: url(../img/trio_3.jpg) bottom / 100% no-repeat;
}
.item:hover {
  background-size: 110%;
  transition: 0.5s;
}

.item .cap {
  margin-top: 6px;
  color: #9a9a9a;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.item .name {
  margin: 0;
  font-weight: 600;
  font-family: "MaruBuri";
  font-size: 45px;
  line-height: 1.22;
  padding-top: 2rem;
}

.name-row {
  gap: 12px;
  margin: 12px 0 6px;
}

.meta-right {
  color: #9aa0a6;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.item .price {
  font-size: 14px;
  color: #333;
  margin-top: 6px;
}

.item .photo {
  height: 140px;
  object-fit: contain;
  margin: 18px auto;
}

/* Big model image */
.model {
  padding: 0;
}

.model img {
  width: 100%;
  height: auto;
}

/* clean */
.clean .title {
  font-size: 14px;
  letter-spacing: 0.14em;
  color: #666;
  text-align: center;
  margin-bottom: 6px;
}

.clean .subtitle {
  font-size: 14px;
  color: #9a9a9a;
  text-align: center;
  margin-bottom: 24px;
}

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

.tile {
  position: relative;
}

.tile img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}

.badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
  font-weight: 600;
}

.badge small {
  display: block;
  font-size: 14px;
  opacity: 0.9;
}

/* Benefits (업체장점) */
#benefits {
}
.features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 3rem;
}

.feature {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 22px;
  background: #fff;
  font-size: 19px;
}

.check {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #e9f6ef;
  display: grid;
  place-items: center;
  font-size: 14px;
  color: #2a8f5a;
}

.feature b {
  font-weight: 700;
}

/* Pricing cards */
#pricing {
  background: url(../img/sec3_bg.jpg) right no-repeat;
}

#pricing .title {
  text-align: left;
}

.price-wrap {
  max-width: 800px;
}

.price-lead {
  color: #666;
  font-size: 16px;
  margin: 1px 0 45px;
}

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

.plan {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 20px;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
}

.plan .t {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: nowrap;
}

.plan .m {
  display: none;
}

.plan .r {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-self: end;
}

.m-inline {
  color: #9aa0a6;
  font-size: 14px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.plan .r .pill {
  margin: 0;
}

.plan h4 {
  margin: 0;
  font-size: 19px;
  white-space: nowrap;
}

.meta {
  color: #9aa0a6;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.price {
  justify-self: end;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

.pill {
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 999px;
  padding: 6px 10px;
  justify-self: end;
  color: #666;
}

.plan:hover {
  border-color: #d9caa5;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

/* 갤러리 */
 .slide_bg {
  overflow: hidden;
}

.slide2 .slick-list {
  margin: 0 -10px;
}

.slide2 .slick-slide {
  margin: 0 10px;
  width: 25%;
}

.slide2-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 330px;
}

.slide2 .slick-prev {
  background: url(images/btn_prev.png);
  height: 36px;
  width: 36px;
  left: 20px;
}

.slide2 .slick-next {
  background: url(images/btn_next.png);
  height: 36px;
  width: 36px;
  right: 20px;
}

.slide2 .slick-dots {
  bottom: 10px;
}

.slide2 .slick-dots .slick-active button {
  background: rgb(216, 65, 98);
  display: none;
}

.slide2 .slick-dots li + li {
  margin-left: 10px;
}

.slide2 .slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  background-color: green;
  width: 10px;
  height: 10px;
  display: none;
}

.slide2-box-1 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-2 {
  background: url(../img/g2.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-3 {
  background: url(../img/g3.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-4 {
  background: url(../img/g4.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-5 {
  background: url(../img/g5.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-6 {
  background: url(../img/g6.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box h2,
.slide2-box p {
  text-align: center;
  font-size: 30px;
  color: brown;
}

.slide2 .slide2-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide2_txt {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
}

.slide2_txt p {
  color: #222;
}

.slide2_txt strong {
  color: #d44a35;
}

.gall_btn {
  display: block;
  color: #fff;
  margin: 0 auto;
  width: 270px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  background: #222;
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}

/******************** 슬라이드2 끝// ********************/


/* contact */
#contact {
  background: url(../img/cs_bg.jpg) center;
  padding: 110px 0;
  margin-top: 5rem;
}


/* 모바일 */
@media (min-width: 760px) {
  .plans {
    grid-template-columns: 1fr;
  }
}

/* Responsive */
@media (min-width: 760px) {
  .cols3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }

  .grid6 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid6 img {
    height: 220px;
  }

  .tiles {
    grid-template-columns: repeat(3, 1fr);
  }

  .tile img {
    height: 280px;
  }
}

@media (max-width: 480px) {
  .hero {
    height: 99vh;
    background-image: url(../img/mainm.jpg);
    background-size: cover;
  }
  .hero p {
    font-size: 17px;
    padding-bottom: 2rem;
  }
  .nav {
    gap: 14px;
    font-size: 14px;
  }

  .hero-img {
    height: 56vh;
  }

  .hero-left {
    top: 14%;
    left: 5%;
    max-width: 88%;
  }

  h1 {
    font-size: 35px;
    line-height: 1.15;
  }

  .btn {
    padding: 14px 17px;
    font-size: 13px;
  }

  .name-row {
    gap: 8px;
  }
  .section {
    padding: 60px 0;
  }
.item {
  height: 80vh;
}
  .item .name {
    font-size: 37px;
  }

  .item .desc {
    padding-bottom: 2rem;
  }

  .item .photo {
    height: 120px;
  }

  .grid6 img {
    height: 120px;
  }

  #pricing {
    padding-bottom: 60vh;
    background-size: 66%;
    background-position: center bottom;
  }

  .sec3 {
    padding: 4rem 0 0;
  }

  .plan {
    padding: 14px 16px;
    gap: 8px;
  }

  .plan h4 {
    font-size: 17px;
  }

  .m-inline {
    font-size: 14px;
  }

  .plan .r {
    gap: 8px;
  }

  .pt0 {
    padding-top: 0;
  }

  .mb-18 {
    margin-bottom: 18px;
  }

  .container-wide {
    max-width: 1000px;
  }

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

  .map-embed {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 16px;
    height: 360px;
  }

  .foothead {
    font-weight: 700;
    margin-bottom: 6px;
  }

  .btnrow {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
