@charset "UTF-8";

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/******************** 메인 슬라이드 시작 ********************/
.block {
  height: 80px;
}

.slick-slider {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* height: 45px; */
  width: 50px;
  font-size: 0;
}

.slick-prev {
  background: url(images/prev.png);
  left: 0;
  z-index: 2;
}

.slick-next {
  background: url(images/next.png);
  right: 0;
}

.slick-dots {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  font-size: 0;
}

.slick-dots .slick-active button {
  background-color: #222;
}

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

.slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  background-color: #666;
  opacity: 0.5;
  width: 16px;
  height: 16px;
}

.slide-box {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 900px;
}

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

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

.text-group {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: right;
  color: #fff;
}

.slide-box h2 {
  font-family: "ONE-Mobile-Title";
  font-size: 55px;
  line-height: 64px;
  font-weight: 300;
  padding: 2rem 0 4rem;
}

.slide-box p {
  display: inline-block;
  font-family: "ONE-Mobile-Regular";
  font-size: 22px;
  padding: 5px 14px;
  background: #ef4d2d;
}

.slide-box span {
  display: inline-block;
  padding: 6px 10px;
  background: rgb(230, 118, 27);
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

.more {
  display: inline-block;
  padding: 15px 40px;
  position: relative;
  border: 1px solid #999;
}

.more::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 0%;
  height: 100%;
  background: rgba(203, 238, 216, 0.25);
  transition: 0.4s;
}

.more:hover::after {
  width: 100%;
}
.btn {
  display: inline-block;
  padding: 18px 40px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  transition: var(--transition);
  border: 2px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.btn-primary:hover {
  background-color: var(--accent-color);
}

.btn-outline-light {
  border-color: var(--text-light);
  color: var(--text-light);
}

.btn-outline-light:hover {
  background-color: var(--text-light);
  color: var(--primary-color);
}

/* .slide.align-center .slide-box {
  display: flex;
  align-items: center;
  justify-content: center; 
} */
/******************** 메인 슬라이드 끝// ********************/

/******************** 슬라이드2 시작 ********************/
.slide_bg {
  padding: 100px 0;
  background: #fbf8ef;
}

.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: 230px;
}

.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: #ef4d2d;
  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/g1.jpg);
  background-size: cover;
  background-position: center center;
}

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

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

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

.slide2-box-6 {
  background: url(../img/g1.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 끝// ********************/

/* --- CSS Reset & Variables --- */
:root {
  --primary-color: #1a252f;
  /* 딥 네이비 (신뢰) */
  --accent-color: #c5a059;
  /* 앤티크 골드 (고급) */
  --text-dark: #222222;
  --text-gray: #555555;
  --bg-light: #f8f9fa;
  --white: #ffffff;
  --transition: all 0.3s ease;
}

/* --- Layout Utilities --- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-padding {
  padding: 100px 0;
}

.text-center {
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--primary-color);
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--accent-color);
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-desc {
  max-width: 700px;
  margin: 0 auto 3rem;
  color: var(--text-gray);
}

.btn-consult {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 600;
  transition: var(--transition);
}

.btn-consult:hover {
  background-color: var(--accent-color);
}

.hero-btn {
  display: inline-block;
  border: 2px solid var(--white);
  color: var(--white);
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: var(--transition);
}

.hero-btn:hover {
  background-color: var(--white);
  color: var(--primary-color);
}

/* --- Intro Services (Cards) --- */
.services {
  background-color: var(--white);
  margin-top: -80px;
  /* Overlap effect */
  position: relative;
  z-index: 10;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.service-card {
  background: var(--white);
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-top: 3px solid var(--accent-color);
  transition: var(--transition);
}

.service-card:hover {
  transform: translateY(-10px);
}

.icon-box {
  width: 60px;
  height: 60px;
  background-color: var(--bg-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--primary-color);
}

.service-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

/* --- About Section --- */
.about {
  background-color: var(--bg-light);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-img {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.about-text h2 {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.about-text p {
  font-size: 19px;
}

.about-text .highlight {
  color: var(--accent-color);
  font-weight: 700;
}

.about-features {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  font-size: 18px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

/* --- Product Showcase --- */
.products {
  background-color: var(--white);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.product-item {
  position: relative;
  overflow: hidden;
  group: 1;
}

.product-thumb {
  height: 300px;
  overflow: hidden;
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-item:hover .product-thumb img {
  transform: scale(1.1);
}

.product-info {
  padding: 25px;
  background: var(--white);
  border: 1px solid #eee;
}

.product-cat {
  font-size: 0.9rem;
  color: var(--accent-color);
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.product-title {
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.product-desc {
  font-size: 0.95rem;
  color: var(--text-gray);
}

/* --- Why Choose Us (Stats/Trust) --- */
.trust-banner {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 80px 0;
  text-align: center;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.trust-item h4 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 10px;
}

.trust-item p {
  font-size: 1.1rem;
  opacity: 0.8;
}

/* --- Feature Sections (Large Image Banners) --- */
.feature-banner {
  position: relative;
  height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.feature-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.feature-banner::after {
  /* Overlay */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.feature-content {
  position: relative;
  z-index: 10;
  color: var(--text-light);
  max-width: 600px;
  margin-left: 8%; /* 왼쪽 여백 */
}

.feature-banner.alt .feature-content {
  margin-left: auto;
  margin-right: 8%; /* 오른쪽 정렬 */
  text-align: right;
}

.feature-title {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.feature-desc {
  font-size: 1.15rem;
  opacity: 0.9;
  margin-bottom: 2.5rem;
}

/* --- Contact --- */
.contact {
  background-color: var(--white);
  padding-bottom: 0;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.contact-info {
  flex: 1;
  padding: 60px;
  background-color: var(--bg-light);
}

.contact-map {
  flex: 1;
  min-height: 400px;
  background-color: #ddd;
  /* Map Placeholder */
  position: relative;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.info-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.info-row i {
  color: var(--accent-color);
  flex-shrink: 0;
}

.info-content h5 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}



/* --- Contact Section --- */
.contact {
  position: relative;
  height: 700px;
  background-color: #ddd;
}

.contact-map-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.contact-info-box {
  position: relative;
  z-index: 10;
  background: var(--primary-color);
  max-width: 500px;
  padding: 60px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10%;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.contact-item {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-item i {
  color: var(--accent-color);
}

.contact-item h5 {
  font-family: var(--font-body);
  font-size: 1.1rem;
  margin-bottom: 5px;
  font-weight: 600;
}
.contact-item p {
  opacity: 0.8;
  font-size: 17px;
}


/* Responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.2rem;
  }

  .nav-menu {
    display: none;
  }

  /* Mobile Menu would go here */
  .about-grid,
  .product-grid,
  .trust-grid,
  .contact-wrapper {
    grid-template-columns: 1fr;
  }

  .services {
    margin-top: 0;
    padding-top: 60px;
  }
  .contact-info-box {
    margin: 0 auto;
    width: 90%;
  }
}



/**m_tit 시작**/
.m_tit {
  text-align: center;
}

.m_tit p {
  font-size: 20px;
  line-height: 1.7;
  color: #727272;
}

.m_tit h2 {
  font-size: 45px;
  line-height: 170%;
  font-weight: normal;
  font-family: "ONE-Mobile-Title";
}

.m_tit h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 130%;
}

.m_tit h2 b {
  font-weight: 500;
}

.m_tit em {
  padding: 6px 20px;
  margin-right: 1rem;
  border: 3px solid #fff;
  border-radius: 25px;
  font-size: 30px;
  font-weight: normal;
}

.m_tit strong {
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.m_tit2 {
  margin-bottom: 40px;
}

.m_tit2 p {
  font-size: 20px;
  padding-bottom: 14px;
  color: #d44a35;
  line-height: 100%;
}

.m_tit2 h2 {
  font-size: 40px;
  font-weight: 100;
  line-height: 100%;
  color: #222;
}

.m_tit2 h2 b {
  font-weight: 500;
}

.m_tit2 h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  color: #222;
  padding-top: 20px;
}

/**m_tit 끝//**/

/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
@media (max-width: 1024px) {
  /**메인 슬라이드 시작**/

  /**메인 슬라이드 끝**/

  /**m_tit 시작**/
  .m_tit {
    margin-bottom: 20px;
  }

  .m_tit h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }

  .m_tit p {
    font-size: 20px;
  }

  /**m_tit 끝//**/

  .feature-banner {
    height: 60vh;
  }
  .feature-content {
    margin: 0 auto !important;
    text-align: center !important;
    padding: 0 20px;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 768
*******************************************************************************************************************************/
@media (max-width: 768px) {
  /**메인 슬라이드 시작**/
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .slick-arrow {
    display: none;
  }

  .slide-box {
    height: 100vh;
  }

  .slide-box-1 {
    background-position: center;
    background-size: cover;
  }

  .text-group {
    height: 100vh;
    padding-top: 1rem;
  }

  .btn {
    padding: 18px 30px;
    font-size: 16px;
  }

  .slide-box h2 {
    font-size: 34px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    line-height: 1.2;
  }

  .slide-box p {
    font-size: 15px;
    line-height: 1;
  }

  .slide-box span {
    font-size: 15px;
    margin-top: 0;
    padding: 3px 6px;
  }

  /**m_tit 시작**/
  .m_tit,
  .m_tit2 {
    margin-bottom: 10px;
  }

  .m_tit h2,
  .m_tit2 h2 {
    padding-bottom: 0;
    font-size: 29px;
  }

  .m_tit p,
  .m_tit2 p,
  .m_tit em {
    font-size: 18px;
  }

  .m_tit2 h3 {
    display: none;
  }

  .m_tit h3 {
    font-size: 25px;
  }

  /**m_tit 끝//**/

  /* title */
  .title {
    padding-bottom: 20px;
  }

  .title h3 {
    font-size: 28px;
  }

  .title p {
    font-size: 17px;
  }

  /* sec1 */
  .sec1 {
    margin: 30px 0;
    padding-bottom: 0;
  }

  .sec1.pad {
    padding-top: 10px;
  }

  .sec1 ul {
    padding-top: 1rem;
    grid-gap: 0;
    grid-template-columns: 1fr;
  }

  .sec1 ul li p {
    font-weight: 600;
    font-size: 16px;
    padding-top: 1.2rem;
  }

  .about-text h2 {
    font-size: 37px;
    line-height: 1.2;
    padding: 1rem 0;
  }
  .about-text p {
    font-size: 18px;
    color: #555;
  }
  /* sec2 */
  .sec2 {
    padding: 50px 0;
    background-position: right;
  }

  .sec2 .container {
    background: url(../img/sec2m.jpg) no-repeat top center;
  }

  .sec2 ul {
    padding-top: 230px;
    width: 95%;
    margin: auto;
  }

  .sec2 ul li {
    font-size: 16px;
  }

  /* sec3 */
  .sec3 {
    padding: 80px 0;
  }

  .sec3 ul {
    padding-top: 3rem;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .sec3 ul li {
    font-size: 16px;
  }

  .sec3 p {
    max-width: 28ch;
    margin: auto;
  }

  .feature-title {
    font-size: 34px;
  }
  .feature-desc {
    font-size: 17px;
    text-shadow: 0 0 5px #000;
  }

  /* 슬라이드2 */
  .slide_bg {
    padding: 50px 0;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width: 480px) {
  /* title */
  .title {
    padding: 2rem 1rem 0;
  }

  .title h3 {
    margin: auto;
    max-width: 19ch;
    font-size: 22px;
  }

  /* slide */
  .slide-box h2 {
    font-size: 26px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    line-height: 1.2;
  }

  .slide-box p {
    display: none;
  }

  /* sec2 */
  .sec2 {
    padding-bottom: 2rem;
  }

  .sec2 ul {
    padding-top: 210px;
  }

  .sec2 ul li {
    background-size: 27px;
    padding-left: 4rem;
    padding-right: 1rem;
  }

  /* sec4 */

  .sec4 .map {
    height: 250px;
  }

  .sec4 .text {
    background: url(../img/sec4.jpg);
    background-size: cover;
    position: relative;
  }
}
