@charset "UTF-8";
@import url("common.css");

/* .header {
  background: #383838;
}
.nav-menu li a {
  color: #fff;
} */

/* Hero */
.hero {
  background: #fff;
  color: #000;
  text-align: center;
  position: relative;
}

.hero ul li .sub_hero {
  width: 100%;
  height: 950px;
  position: relative;
  text-align: center;
  background: #fff;
}
.hero ul li .sub_hero h1 {
  font-family: "brandon lightI";
  font-size: 62px;
  position: absolute;
  text-shadow: 1px 1px 3px white;
  z-index: 1;
  top: 2%;
  right: 8%;
  color: #383838;
}
.hero ul li .sub_hero p {
  font-family: "aritaD medium";
  position: absolute;
  z-index: 1;
  font-size: 30px;
  top: 14%;
  right: 8%;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 3px white;
  color: #383838;
}
.hero-image {
  position: absolute;
  width: 83%;
  z-index: 0;
  left: 2.5%;
  top: 12%;
  overflow: hidden;
  max-height: 775px;
}
.bx-wrapper img {
  margin-top: -10%;
}
/* bxslider */
/* 슬라이더 기본 영역 */
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  border: 0;
  box-shadow: none;
  *zoom: 1;
}

/* 이미지 슬라이드 */
.bxslider {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bxslider li {
  position: relative;
}

/* 컨트롤 버튼 (이전/다음) */
.bx-wrapper .bx-prev {
  display: none;
}

.bx-wrapper .bx-next,
.custom-next {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
  z-index: 999;
  right: 110px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #f9c702;
}
.custom-next img {
  width: 60px;
  height: 60px;
}

/* 페이지네이션 (동그라미 버튼) */
.bx-wrapper .bx-pager {
  display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}

/* H2 */
h2 {
  font-size: 55px;
  font-family: "playfair semibold";
  text-align: left;
  padding: 52px 0;
  margin-left: 2.5%;
}

/* Services */
.services {
  background: #000;
}
.services h2 {
  color: #fff;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin: 0 2.5% 2rem;
}

.service-item {
  background: #fff;
  padding: 1.5rem;
  border: 1px solid #ddd;
  text-align: center;
}
.service-item span {
  display: block;
  width: 32%;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 35px;
}
.service-item span img {
  width: 100%;
}
.service-item h3 {
  font-family: "aritaD medium";
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.service-item p {
  font-family: "aritaD light";
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 25px;
  margin-bottom: 15px;
}

.services button,
.about-content button {
  padding: 1.5rem 3.5rem;
  background: #f9c702;
  border: none;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 50px;
  font-family: "brandonG regular";
  cursor: pointer;
  margin: 45px 2.5% 80px;
}

/* Brands */
.brands {
  text-align: center;
}

.brand-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin: 0 3% 4rem;
}

.brand-item {
  display: block;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.brand-item img {
  width: 100%;
  position: absolute;
  left: 0;
  top: -14%;
  transition: transform 0.5s ease; /* 부드럽게 확대 */
}
.brand-item:hover img {
  transform: scale(1.08); /* 살짝 확대 */
}
.brand-item p {
  position: absolute;
  z-index: 999;
  font-family: "brandonG regular";
  font-size: 28px;
  top: 45%;
  left: 5%;
  color: #fff;
}
.brand-item .bg {
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

/* News */
.news {
  background: #222;
  color: #fff;
  position: relative;
  height: 550px;
}

.news-list {
}

#blog-feed {
  background: #333;
  padding: 1rem;
  border-radius: 5px;
  position: absolute;
  top: 85px;
  right: 50px;
  width: 58%;
}

#blog-feed .post {
  display: flex;
  border-bottom: 1px solid #fff;
}
#blog-feed h3 {
  width: 80%;
}

#blog-feed h3 a {
  display: block;
  color: #fff;
  font-family: aritaD medium;
  padding-left: 20px;
  line-height: 72px;
}
#blog-feed p {
  line-height: 72px;
  padding-left: 30px;
}

/* About */
.about {
  background: #f9f9f9;
}

.about-content {
  position: relative;
}
.about-content .contact {
  font-family: "aritaD light";
  line-height: 28px;
  margin-left: 2rem;
}
.about-content .sns {
  position: absolute;
  right: 2rem;
  top: -25px;
}
.about-content .sns a {
  display: block;
  width: 60px;
}
.about-content .sns a img {
  width: 100%;
}

.map {
  background: #ccc;
  height: 250px;
}

/* 반응형 */
@media screen and (max-width: 1800px) {
  .bx-wrapper img {
    margin-top: -8%;
  }
  h2 {
    font-size: 50px;
  }
  .hero-image {
    width: 63%;
    max-height: 450px;
  }
  .hero ul li .sub_hero h1 {
    font-size: 52px;
    top: 5%;
    right: 6%;
  }
  .hero ul li .sub_hero p {
    font-size: 26px;
    top: 18%;
    right: 7%;
  }
  .hero ul li .sub_hero {
    height: 600px;
  }

  .bx-wrapper .bx-next,
  .custom-next {
    top: 66%;
    width: 80px;
    height: 80px;
  }
  .custom-next img {
    width: 45px;
    height: 45px;
  }

  .service-item h3 {
    font-size: 20px;
  }
  .service-item p {
    font-size: 13px;
  }
  .services button,
  .about-content button {
    font-size: 16px;
    padding: 1.2rem 3rem;
    gap: 35px;
  }
  .brand-gallery {
    margin: 0 3% 2.5rem;
    margin-bottom: 100px;
  }
  .brand-item {
    height: 310px;
  }
  .brand-item p {
    font-size: 26px;
  }
  .news {
    height: 450px;
  }

  #blog-feed {
    width: 51%;
    top: 65px;
  }
  #blog-feed h3 a {
    line-height: 50px;
    font-size: 17px;
  }
  #blog-feed p {
    line-height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .hero-image {
    position: relative;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    max-height: fit-content;
  }
  .bx-wrapper img {
    margin-top: 0;
  }
  .hero ul li .sub_hero {
    height: auto;
    padding-bottom: 15%;
  }
  .hero ul li .sub_hero h1 {
    position: relative;
    top: 0;
    right: 0;
    font-size: 26px;
    line-height: 28px;
    padding: 3%;
  }
  .hero ul li .sub_hero p {
    position: relative;
    top: 0;
    right: 0;
    font-size: 18px;
    padding: 0 3%;
    line-height: 22px;
  }
  .bx-wrapper .bx-controls-auto,
  .bx-wrapper .bx-pager {
    bottom: 10px;
  }
  .bx-wrapper .bx-next,
  .custom-next {
    display: none;
  }
  .bx-wrapper .bx-pager {
    display: block;
  }
  .bx-wrapper .bx-pager.bx-default-pager a.active,
  .bx-wrapper .bx-pager.bx-default-pager a:focus,
  .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #fff;
  }

  .brand-gallery {
    grid-template-columns: none;
    margin: 0 3% 2.5rem;
    gap: 1%;
  }
  .brand-item {
    height: auto;
  }
  .brand-item img {
    position: relative;
    top: 0;
  }
  .service-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #blog-feed {
    position: relative;
    width: 100%;
    top: 0;
    margin: 0 auto;
    right: 0;
    padding: 0;
  }
  #blog-feed h3 {
    width: 75%;
  }
  #blog-feed h3 a {
    font-size: 17px;
    line-height: 35px;
  }
  #blog-feed p {
    padding-left: 10px;
    font-size: 14px;
    line-height: 35px;
  }
}

@media screen and (max-width: 780px) {
  h2 {
    font-size: 40px;
    margin-left: 5%;
  }
  .hero-image {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }
  .bx-wrapper img {
    margin-top: 0;
  }
  .hero ul li .sub_hero {
    height: auto;
    padding-bottom: 15%;
  }
  .hero ul li .sub_hero h1 {
    position: relative;
    top: 0;
    right: 0;
    font-size: 26px;
    line-height: 28px;
    padding: 3%;
  }
  .hero ul li .sub_hero p {
    position: relative;
    top: 0;
    right: 0;
    font-size: 18px;
    padding: 0 3%;
    line-height: 22px;
  }
  .bx-wrapper .bx-controls-auto,
  .bx-wrapper .bx-pager {
    bottom: 10px;
  }
  .service-list {
    display: inline-block;
    margin: 0 5% 2rem;
  }
  .service-item {
    margin-bottom: 20px;
  }
  .service-item p {
    font-size: 14px;
    line-height: 18px;
    padding: 0 5%;
  }
  .services button,
  .about-content button {
    padding: 1rem 2rem;
    margin: 3% 5% 80px;
  }
  .brand-gallery {
    grid-template-columns: none;
    margin: 0 3% 2.5rem;
    gap: 1%;
  }
  .brand-item {
    height: auto;
  }
  .brand-item img {
    position: relative;
    top: 0;
  }

  .about-content {
    grid-template-columns: 1fr;
    padding-bottom: 30px;
  }
  .about-content .contact {
    margin: 0 5%;
    margin-bottom: 10%;
  }
  .about-content .sns {
    left: 15px;
    top: initial;
    bottom: 25px;
  }
  .about-content .sns a {
    display: inline-block;
    width: 60px;
  }
}
