body{background: #000;}

.hero {
  position: relative;
  width: 100%;
  min-height: 800px; /* °íÁ¤ ³ôÀÌ ´ë½Å ÃÖ¼Ò ³ôÀÌ ¼³Á¤ */
  height: 100vh;
  background: url('../img/images/company_banner.jpg') no-repeat center center / cover;
  display: flex;
  align-items: center; /* flex-start ´ë½Å center·Î º¯°æÇÏ¿© ±ÛÀÚ ½ò¸² ¹æÁö */
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 30%, rgba(0,0,0,0.1) 55%, rgba(0,0,0,0.1) 100%);
      z-index: 1;
    }


    .hero-content {
      position: absolute;
      top: 18%;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      padding: 0 20px;
    }


    .hero-content .sub { font-size: 16px; letter-spacing: 0.5px; opacity: 0.9; margin-bottom: 18px; }
    .hero-content h1 { font-size: 42px; font-weight: 700; line-height: 1.3; }


    .visual-wrap {
  background: #000; 
  width: 100%; 
  /* height: 100vh; ¸¦ »èÁ¦ÇÏ¼¼¿ä */
  min-height: 1000px; /* Ã¢ ³ôÀÌ°¡ ³·¾ÆÁ®µµ ±ÛÀÚ°¡ °ãÄ¡Áö ¾Ê°Ô È®º¸ */
  overflow: hidden;
  margin-bottom: 100px;
}
.visual-top { 
  height: 300px; /* vh ´ë½Å px·Î °íÁ¤ */
  background: #000; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
}
    .visual-logo { width: 90px; }



.visual-bottom {


  position: relative;


  height:800px;


  background:


    linear-gradient(


      to right,


      rgba(0,0,0,0.99) 0%,   /* ½ÃÀÛ ¿ÏÀü ¾îµÓ°Ô */


      rgba(0,0,0,0.8) 20%,   /* Áß°£ ÂÊ Á¶±Ý ¿¬ÇÏ°Ô */


      rgba(0,0,0,0.6) 40%,   /* Áß°£ Á¶±Ý Åõ¸í */


      rgba(0,0,0,0.3) 60%,   /* ´õ ¿¬ÇÏ°Ô */


      rgba(0,0,0,0) 85%      /* °ÅÀÇ Åõ¸í ³¡ */


    ),


    url('../img/images/company_banner2.jpg') no-repeat center 70% / cover;


}


    .visual-text { position: absolute; left: 6%; top: 50%; transform: translateY(-50%); max-width: 420px; color: #fff; }
    .visual-text p { font-size: 15px; line-height: 1.9; opacity: 0.9; }
    .quote-mark { color:#000; font-size: 42px; opacity: 0.6; }


@media (min-width: 2000px) {


   .carousel {
      position: relative;
      width: 100%;
      height: 1000px; !important;
      background: #000; /* ¹è°æ °ËÁ¤ Ã³¸® */
      overflow: hidden;
    }
}
    /* Ä³·¯¼¿ ¼½¼Ç */
    .carousel {
      position: relative;
      width: 100%;
      height: 1000px;
      background: #000; /* ¹è°æ °ËÁ¤ Ã³¸® */
      overflow: hidden;
    }




    .carousel-text {

      width: 100%;
      text-align: center;
      z-index: 10;
      font-size: 20px;
      line-height: 1.6;
      color: #fff;
   
    }


    .track-container {  width: 100%; height: 100%; }


    /* &#11088; Æ®·¢ ¼³Á¤: left: 0À¸·Î ½ÃÀÛÇÏ¿© JS¿¡¼­ Á¤È®ÇÑ px·Î Á¦¾î */
    .track {
      position: absolute;
      top: 55%; 
      left: 0;
      display: flex;
      gap: 60px; /* gap °ª À¯Áö */
      transform: translateY(-50%);
      will-change: transform;
    }


.item {
  width: 60vw;
  max-width: 1100px; /* ³Ê¹« Ä¿ÁöÁö ¾Ê°Ô Á¦ÇÑ */
  /* height: 70vh; ´ë½Å ºñÀ²(aspect-ratio)À» »ç¿ëÇÕ´Ï´Ù */
  aspect-ratio: 16 / 9; /* ¸í½ÃÀûÀÎ Á÷»ç°¢Çü ºñÀ² ¼³Á¤ */
  flex-shrink: 0;
  position: relative;
  transform: scale(0.85);
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0.5;
}


    /* &#11088; È°¼º »óÅÂ: °¡¿îµ¥ ÀÌ¹ÌÁö ¿øº» ¹à±â + È®´ë */
    .item.active {
      transform: scale(1.0);
      opacity: 1;
      z-index: 10;
    }


    /* ÀÌ¹ÌÁö À§ÀÇ ±×¸²ÀÚ Á¦°Å (¸ðµç ÀÌ¹ÌÁö ¿øº» À¯Áö) */
    .item::after { content: none !important; }


.item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ºñÀ²À» À¯ÁöÇÏ¸ç ¿µ¿ªÀ» ²Ë Ã¤¿ò */
  border-radius: 12px;
  display: block;
}


    .nav {
      position: absolute;
      top: 55%;
      transform: translateY(-50%);
      z-index: 20;
      width: 56px; height: 56px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.4);
      background: rgba(255,255,255,0.15);
      color: #fff; font-size: 28px;
      cursor: pointer;
      display: flex; align-items: center; justify-content: center;
    }
    .nav:hover { background: rgba(255,255,255,0.4); }
    .prev { left: 40px; }
    .next { right: 40px; }

/* ±âº» ½ºÅ¸ÀÏ ÃÊ±âÈ­ */
  .promise-section {
    position: relative;
    width: 100%;
    height: 1000px; /* È­¸é ²Ë Â÷°Ô ¼³Á¤ */
    background: url('../img/images/company_banner3.jpg') no-repeat center center / cover;
    overflow: hidden;
  }


  /* »ó´Ü ºí·¢ ±×¶óµ¥ÀÌ¼Ç ·¹ÀÌ¾î */
  .promise-overlay {
    position: absolute;
    inset: 0;
    /* À§ÂÊÀº ¿ÏÀü °ËÁ¤(100%), 30% ÁöÁ¡ºÎÅÍ Åõ¸íÇØÁö±â ½ÃÀÛÇÏ¿© ÀÌ¹ÌÁö°¡ º¸ÀÌ°Ô ¼³Á¤ */
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,      /* »ó´Ü ¿ÏÀü ºí·¢ */
      rgba(0, 0, 0, 1) 15%,     /* 15% ÁöÁ¡±îÁö ºí·¢ À¯Áö */
      rgba(0, 0, 0, 0.7) 35%,   /* ºÎµå·¯¿î ÀüÈ¯ */
      rgba(0, 0, 0, 0) 60%      /* 60% ÁöÁ¡ºÎÅÍ´Â ÀÌ¹ÌÁö ¿øº» ³ëÃâ */
    );
    display: flex;
    justify-content: center;
    align-items: flex-start;    /* ÅØ½ºÆ®¸¦ À§ÂÊ¿¡ ¹èÄ¡ */
    padding-top: 80px;          /* »ó´Ü ¿©¹é */
  }


  .promise-title {
    color: #fff;
    font-size: 28px;            /* ÅØ½ºÆ® Å©±â */
    font-weight: 600;
    letter-spacing: -0.5px;     /* ÀÚ°£ Á¶Àý */
    text-align: center;
    z-index: 10;
  }
.history-section { padding: 100px 0; background: #fff; font-family: 'Pretendard', sans-serif; }
  .history-container { max-width: 1200px; margin: 0 auto; position: relative; }
  
  .history-header { text-align: center; margin-bottom: 80px; }
  .history-header h2 { font-size: 24px; line-height: 1.5; color: #333; font-weight: 700; }


  .timeline { position: relative; width: 100%; }
  
  /* Áß¾Ó ¼öÁ÷¼± */
  .center-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e0e0e0;
    transform: translateX(-50%);
  }


  .timeline-item {
    display: flex;
    width: 50%;
    padding: 30px 40px;
    position: relative;
    box-sizing: border-box;
  }


  /* ÁÂ¿ì ¹èÄ¡ */
  .timeline-item.left { left: 0; justify-content: flex-end; text-align: right; }
  .timeline-item.right { left: 50%; justify-content: flex-start; text-align: left; }


  /* Áß¾Ó ÆÄ¶õ Á¡ */
  .dot {
    position: absolute;
    top: 35px;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 3px solid #3b82f6;
    border-radius: 50%;
    z-index: 5;
  }
  .left .dot { right: -8px; }
  .right .dot { left: -8px; }


  .year { font-size: 28px; font-weight: 800; color: #111; margin-bottom: 10px; }
  .content p { font-size: 15px; color: #666; line-height: 1.6; margin-bottom: 5px; }
/* 3. Location Style */
  .location-section { padding: 100px 20px; background: #f9f9f9; }
  .location-container { max-width: 1200px; margin: 0 auto; display: flex; gap: 60px; align-items: center; }
  .location-info { flex: 1; }
  .loc-label { color: #3b82f6; font-weight: 700; font-size: 14px; }
  .loc-title { font-size: 36px; margin: 15px 0 50px; color: #111; }
  .loc-item { display: flex; gap: 20px; margin-bottom: 35px; }
  .loc-text strong { font-size: 18px; color: #333; display: block; margin-bottom: 5px; }
  .loc-text p { color: #777; font-size: 16px; }
  .map-btn { 
    display: inline-block; padding: 15px 35px; background: #436de1; color: #fff !important;
    text-decoration: none; border-radius: 6px; font-weight: 600; margin-top: 20px;
  }

 .map-btn:hover{background:#567deb;}
  .location-map { flex: 1.5; border-radius: 15px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
  .location-map img { width: 100%; display: block; }
.bottom-gallery-banner {
    position: relative;
    width: 100%;
    height: 450px; /* ¹è³Ê ³ôÀÌ */
    /* ÁÖ½Å ÀÌ¹ÌÁö 1854.jpg¸¦ ¹è°æÀ¸·Î ¼³Á¤ */
    background: url('{{$template}}/img/images/view2.jpg') no-repeat center center / cover;
    overflow: hidden;
  }


  /* ÀÌ¹ÌÁö À§¸¦ ¾îµÓ°Ô ÇÏ¿© ±ÛÀÚ¸¦ Àß º¸ÀÌ°Ô ¸¸µê */
  .banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* ¾îµÎ¿î Á¤µµ Á¶Àý */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }


  .banner-content {
    color: #fff;
    z-index: 2;
    padding: 0 20px;
  }


  .banner-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -1px;
  }


  .banner-desc {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 35px;
    opacity: 0.9;
  }


  .banner-btn {
    display: inline-block;
    padding: 14px 45px;
    background: #fff;
    color: #222;
    text-decoration: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
  }


  .banner-btn:hover {
    background:#000;
   color:#fff;
  }
}

/* QHD µî ´ëÇü È­¸é¿¡¼­ ³Ê¹« ±æ¾îÁö´Â °Í ¹æÁö */
@media (min-width: 2000px) {
  .item {
    width: 60vw; /* ³Êºñ ºñÁßÀ» »ìÂ¦ ÁÙ¿©¼­ ¼¼·Î°¡ ³Ê¹« Ä¿ÁöÁö ¾Ê°Ô ÇÔ */
    max-width: 1600px;
  }


}
@media (max-width: 1300px) {
   .carousel {
 
      height: 70vh;
    }
  

    }
@media (max-width: 968px) {
   .carousel {
      position: relative;
      width: 100%;
      height: 500px;
      background: #000; /* ¹è°æ °ËÁ¤ Ã³¸® */
      overflow: hidden;
    }
.carousel-text {
 
      font-size:17px;
    }
    .location-container { flex-direction: column; }
    .location-map { width: 100%; }
  
    .center-line { left: 20px; transform: none; }
    .timeline-item { width: 100%; left: 0 !important; padding: 30px 0 30px 50px; text-align: left !important; justify-content: flex-start !important; }
    .dot { left: 14px !important; }
    
    .promise-title { font-size: 24px; padding: 0 20px; }
    .loc-title { font-size: 28px; }
  }
    @media (max-width: 768px) {
 .visual-wrap {margin-bottom:-50px;}
      .hero-content { top: 20%; width: 90%; }
       .hero-content h1 { font-size: 32px; /* 28px -> 32px·Î È®´ë */ line-height: 1.4; word-break: keep-all; /* ´Ü¾î ´ÜÀ§ ÁÙ¹Ù²ÞÀ¸·Î ±ò²ûÇÏ°Ô */ }
.visual-text { left: 8%; max-width: 85%; }
.visual-text p { font-size: 18px; /* 14px -> 18px·Î ´ëÆø È®´ë */ line-height: 1.7; }
.quote-mark { font-size: 36px; }
      .visual-top { height: 30vh; }
      .visual-bottom { height: 70vh; }
     .item { width: 85vw; height: auto; /* ³ôÀÌ´Â ºñÀ²¿¡ ¸Â°Ô ÀÚµ¿ Á¶Àý */ aspect-ratio: 4 / 3; /* ¸ð¹ÙÀÏÀº Á¶±Ý ´õ ¼¼·Î°¡ ÀÖ´Â Á÷»ç°¢ÇüÀÌ º¸±â ÁÁ½À´Ï´Ù */ }
  .carousel {
 
      height: 500px;

    }
.carousel-text { font-size: 16px; /* 16px -> 18px·Î È®´ë */ top: 90px; padding: 0 15px; line-height: 1.5; }
.item { width: 85vw; /* È­¸éÀ» Á¶±Ý ´õ ²Ë Ã¤¿ì°Ô */ height: 45vh; }
.nav { width: 44px; height: 44px; font-size: 20px; }
.hero-content .sub { font-size: 16px; /* ¼­ºê ÅØ½ºÆ® À¯Áö È¤Àº ¾à°£ Å©°Ô */ margin-bottom: 12px; }
.prev { left: 10px; } 
  .next { right: 10px; }
.promise-section {
      height: 60vh;             /* ¸ð¹ÙÀÏ¿¡¼­´Â ³ôÀÌ Ãà¼Ò */
    }
    .promise-title {
      font-size: 20px;          /* ±ÛÀÚ Å©±â Ãà¼Ò */
      padding: 0 20px;
      line-height: 1.4;
      word-break: keep-all;     /* ´Ü¾î ´ÜÀ§ ÁÙ¹Ù²Þ */
    }
    .promise-overlay {
      padding-top: 50px;
    }
.center-line { left: 30px; }
    .timeline-item { width: 100%; left: 0 !important; padding: 20px 0 20px 60px; text-align: left !important; justify-content: flex-start !important; }
    .dot { left: 23px !important; top: 25px; }
    .year { font-size: 22px; }
    .history-header h2 { font-size: 18px; padding: 0 20px; }
  }
.bottom-gallery-banner {
      height: 350px;
    }
    .banner-title {
      font-size: 28px;
    }
    .banner-desc {
      font-size: 15px;
    }
    .banner-btn {
      padding: 12px 35px;
    }
    }