@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.ttf) format("truetype");
}

    .video-section {
      position: relative;
      width: 100%;
      height: 1000px;
      overflow: hidden;
    }

    .youtube-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      pointer-events: none;
    }

.youtube-bg iframe {
  width: 100vw;
  height: 56.25vw; /* 16:9 ºñÀ² */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 400vh;
}
    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.4);
      z-index: 1;
    }

    .content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      max-width: 1200px;
      padding: 0 20px;
      color: white;
      z-index: 2;
      text-align: left;
      text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
    }

    .title {
      font-size: 60px;
	  color:#fff;
      font-weight: bold;
      margin-bottom: 20px;
	  font-family:'NanumSquareNeo', sans-serif;
    }

    .subtitle {
      font-size: 30px;
	  color:#fff;
      line-height: 1.5;
      margin-bottom: 30px;
	  font-family:'NanumSquareNeo', sans-serif;
    }

    .btn1 {
      display: inline-block;
      padding: 18px 30px 15px 30px;
      background-color: #4975e8;
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      text-decoration: none;
      border-radius: 8px;
      transition: all 0.3s ease;	  
      text-shadow: none; 
	  font-family:'NanumSquareNeo', sans-serif;
    }

    .btn1:hover {
      background-color: #fff;
      color: #333;
	  text-decoration: none;
	  font-family:'NanumSquareNeo', sans-serif;
    }

    @media (max-width: 1024px) {
      .video-section {
        height: 600px;
      }

      .title {
        font-size: 30px;
      }

      .subtitle {
        font-size: 20px;
      }

      .btn1 {
        font-size: 16px;
        padding: 10px 24px;
      }

      .content {
        padding-left: 50px;
      }
    }


/* ¸ÞÀÎÇÏ´Ü 3°³ÀÌ¹ÌÁö */
    .wrapper1 {
      width: 100%;
      background-color: #2c2c2c;
      padding: 50px 0;
    }

    .container1 {
      max-width: 1450px;
      margin: 0 auto;
      padding: 0 20px;
      box-sizing: border-box;
      color: #fff;
    }

    .intro {
      text-align: center;
      margin-bottom: 60px;
      color: #fff;
    }

    .intro p:nth-child(1) {
      font-size: 23px;
      margin-bottom: 10px;
	  font-family:'NanumSquareNeo', sans-serif;
    }

    .intro p:nth-child(2) {
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 10px;
	  font-family:'NanumSquareNeo', sans-serif;
    }

    .intro p:nth-child(3) {
      font-size: 18px;
	  font-family:'NanumSquareNeo', sans-serif;
    }

    .box-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 30px;
    }

    .box {
      background-color: #212121;
      border-radius: 20px;
      flex: 1 1 calc(33.333% - 20px);
      min-width: 280px;
      padding: 30px;
      box-sizing: border-box;
      text-align: center;
      color: #fff;
    }

    .circle-number {
      width: 50px;
      height: 50px;
      line-height: 50px;
      border-radius: 50%;
      background-color: #4975e8;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      display: inline-block;
      margin-bottom: 20px;
    }

    .box-title {
      font-size: 30px;
      margin: 10px 0;
      color: #fff;
	  font-weight:bold;
	  font-family:'NanumSquareNeo', sans-serif;
    }

    .box-desc {
      font-size: 18px;
      color: #fff;
      margin-top: 15px;
      line-height: 1.6;
	  font-family:'NanumSquareNeo', sans-serif;
    }

.box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  transition: transform 0.4s ease;
}

.box img:hover {
  transform: scale(1.05);
  transform-origin: center center;
  /* ÀÌ¹ÌÁö Å×µÎ¸®¸¦ ³Ñ¾î°¡Áö ¾Êµµ·Ï ºÎ¸ð°¡ overflow: hiddenÀÌ¾î¾ß ÇÔ */
}

.img-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

    @media (max-width: 1024px) {
      .box-container {
        flex-direction: column;
        gap: 20px;
      }

    .box-title {
      font-size: 25px;
    }
    }


/* ¸ÞÀÎÇÏ´Ü ¼Ò°³ °ßÀû¹®ÀÇ */

    .wrapper2 {
      width: 100%;
      padding: 50px 20px;
      background-color: #212121;
      display: flex;
      justify-content: center;
    }

    .container2 {
      width: 100%;
      max-width: 1400px;
      background-color: #2c2c2c;
      border-radius: 20px;
      padding: 40px;
      display: flex;
      gap: 40px;
      align-items: stretch; /* ³ôÀÌ ¸ÂÃß±â À§ÇØ stretch */
      flex-wrap: nowrap;
    }

.left-image {
  flex: 1 1 0;
  width: 0;
  display: flex;
  overflow: hidden;         /* ÀÌ¹ÌÁö°¡ È®´ëµÇ´õ¶óµµ ¹Ù±ùÀ¸·Î ¾È Æ¢¾î³ª¿À°Ô */
  border-radius: 20px;      /* µÕ±Ù Å×µÎ¸® À¯Áö */
}

.left-image img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.left-image:hover img {
  transform: scale(1.05);   /* ¾ÈÂÊÀ¸·Î »ìÂ¦ È®´ë */
}

    .right-text {
      flex: 0 0 400px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }

    .right-text p {      
      font-size: 20px;
	  color:#fff;
      line-height: 2;
      margin-bottom: 30px;
	  font-family:'NanumSquareNeo', sans-serif;
    }

.quote-btn {
  display: inline-block;
  background-color: #4975e8;
  color: #fff;
  border: 2px solid #527eef;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  width: auto;
  font-weight:bold;
  font-family:'NanumSquareNeo', sans-serif;
  align-self: flex-start; /* ¹öÆ° ³Êºñ °íÁ¤ ¹× ¿ÞÂÊ Á¤·Ä */
}

    .quote-btn:hover {
      background-color: #fff;
      color: #111;
      text-decoration:none;
    }

    @media (max-width: 1024px) {
      .container2 {
        flex-direction: column;
        padding: 30px 20px;
        gap: 20px;
        align-items: center;
        flex-wrap: wrap;
      }

      .left-image,
      .right-text {
        width: 100%;
        max-width: 100%;
        flex: none;
      }

      .right-text {
        margin-top: 0; /* »çÁø ¹Ø ¿©¹é Á¦°Å */
      }

      .right-text p {
      font-size: 17px;
      }
    }



    /* ¸ÞÀÎ ÇÏ´Ü 3°³ÀÌ¹ÌÁö */

    .wrapper4 {
      position: relative;
      background: url('../images/mbg.jpg') no-repeat center center fixed;
      background-size: cover;
      padding: 60px 20px;
    }

    /* ¾îµÎ¿î ¹ÝÅõ¸í ¿À¹ö·¹ÀÌ */
    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7); /* ¾îµÎ¿î ·¹ÀÌ¾î */
      z-index: 1;
    }

    .container4 {
      position: relative;
      z-index: 2;
      max-width: 1400px;
      margin: 0 auto;
      color: #fff;
    }

    .intro2 {
      text-align: left;
      margin-bottom: 50px;
    }

    .intro2 h1 {
      font-size: 50px;
      margin-bottom: 20px;
      color: #fff;
      font-family:'NanumSquareNeo', sans-serif;
    }

    .intro2 p {
      font-size: 25px;
      line-height: 1.6;
      margin-bottom: 20px;
      color: #fff;
      font-family:'NanumSquareNeo', sans-serif;
    }

    .intro2 h2 {
      font-size: 35px;
      margin-top: 30px;
      color: #fff;
      font-family:'NanumSquareNeo', sans-serif;
    }

    .service-images {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 40px;
    }

.service-item {
  position: relative;
  flex: 1 1 calc(33.333% - 20px);
  border-radius: 16px;
  overflow: hidden;
  min-width: 280px;
}

.service-item::before {
  content: "";
  display: block;
  padding-top: 66.66%; /* ¹ÝÀÀÇü ºñÀ² À¯Áö */
}

/* ÀÌ¹ÌÁö ´ë½Å ¹è°æÀ¸·Î Ç¥Çö */
.img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-size 0.4s ease;
  z-index: 1;
}

/* ¸¶¿ì½º ¿À¹ö ½Ã ³»ºÎ È®´ëÃ³·³ º¸ÀÌ°Ô */
.service-item:hover .img-box {
  background-size: 110%;
}

/* ¶óº§Àº ±×´ë·Î À¯Áö */
.label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #4975e8;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
  z-index: 2;
  border-radius: 10px 10px 0 0;
  font-family:'NanumSquareNeo', sans-serif;
}

    .custom-button1 {
      display: inline-block;
      width: 100%;
      padding: 25px 50px;
      font-size: 22px;
      background-color: #4975e8;
      color: #fff;
      border: 2px solid #4975e8;
      border-radius: 28px;
      text-decoration: none;
      text-align: center;
      transition: all 0.3s ease;
      margin-top: 40px;	  
      margin-bottom: 20px;
	  font-weight:bold;
      font-family:'NanumSquareNeo', sans-serif;
    }

    .custom-button1:hover {
      background-color: #fff;
      color: #333;
	  text-decoration:none
    }

    .button-wrapper1 {
      text-align: center;
      margin-top: 40px;
    }


    @media (max-width: 1024px) {
      .service-item {
        flex: 1 1 100%;
      }
  .intro2 h1 {
    font-size: 25px;
  }

  .intro2 p {
    font-size: 16px;
  }

  .intro2 h2 {
    font-size: 20px;
  }
      .custom-button1 {
        display: block;
        width: 100%;
        margin: 60px auto 0;
      }
    }





     /* ÇÏ´Ü ÁÖ¿ä°í°´»ç ·Î°í */
	
	.wrapper5 {
      background-color: #212121;
      padding: 30px 20px 50px;
    }

    .container5 {
      max-width: 1400px;
      margin: 0 auto;
      text-align: center;
      color: white;
      background-color: #2c2c2c;
      border-radius: 20px;
      padding: 40px 20px;
      box-sizing: border-box;
    }

    .container5 h2 {
      font-size: 30px;
      margin-bottom: 30px;
      margin-top: 0;
	  font-family:'NanumSquareNeo', sans-serif;
    }

    @media (max-width: 768px) {
      .container h2 {
        padding-top: 50px;
        font-size: 25px;
      }
    }

    .swiper {
      position: relative;
      padding-bottom: 50px;
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      width: 100%;
      max-width: 190px;
      height: auto;
      object-fit: contain;
      transition: transform 0.3s;
    }

    .swiper-button-prev,
    .swiper-button-next {
      background: rgba(0, 0, 0, 0.3);
      width: 30px;
      height: 30px;
      border-radius: 55px;
      z-index: 10;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
      font-size: 19px;
    }


    .swiper-button-prev {
      left: 20px;
    }

    .swiper-button-next {
      right: 20px;
    }





     /* ÇÏ´Ü ½Å±Ô °è¾à ¹ýÀÎ */	
    .wrapper6 {
      width: 100%;
      background-color: #2c2c2c;
      padding: 40px 20px;
      text-align: center;
    }

    .titles {
      color: #ffffff;
      font-size: 30px;
      margin-bottom: 30px;
	  font-weight: bold;
	  font-family:'NanumSquareNeo', sans-serif;
    }

    .container6 {
      max-width: 1400px;
      margin: 0 auto;
      background-color: #ffffff;
      border-radius: 20px;
      padding: 40px 20px;
	  text-align: left;	  
    }

    /* ¹ÝÀÀÇü */
    @media (max-width: 768px) {
      .titles {
        font-size: 20px;
      }

      .container6 {
        padding: 20px 15px;
        border-radius: 12px;
      }
    }