    .wrapper1 {
      width: 100%;
      position: relative;
      background-image: url('../images/price_bg.jpg'); /* ¹è°æ ÀÌ¹ÌÁö °æ·Î */
      background-size: cover;
      background-position: center;
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4); /* ¾îµÎ¿î ¹ÝÅõ¸í ¿À¹ö·¹ÀÌ */
      z-index: 1;
    }

    .banner {
      position: relative;
      height: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      z-index: 2;
    }

    .banner-text h1 {
      font-size: 40px;
      color: white;
      margin-bottom: 10px;	  
	  font-family:'NanumSquareNeoBold', sans-serif;
    }

    .banner-text p {
      font-size: 20px;
      color: white;
	  font-family:'NanumSquareNeoBold', sans-serif;
    }

    @media (max-width: 1024px) {
      .banner {
        height: 200px;
        padding: 20px;
      }

      .banner-text h1 {
        font-size: 28px;
      }

      .banner-text p {
        font-size: 15px;
      }
    } 

 /* ¿ä±Ý¾È³» Ç¥ */
.wrapper4 {
  width: 100%;
  background: #fff;
  padding: 40px 10px 20px 10px;
}

.container4 {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.car-box {
  flex: 1 1 calc(50% - 20px);
  background: #fafafa;
  padding: 20px;
  border-radius: 10px;
}

.car-box1 {
  flex: 1 1 calc(50% - 20px);
  background: #fff;
}

.car-box h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: 'NanumSquareNeoBold';
}

.table-wrap {
  overflow-x: auto;
  border-radius: 8px;
}

.table-wrap table {
  width: 100%;
  border-collapse: collapse;
}

.table-wrap th {
  font-size: 16px;
  background: #3ba18e;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

.table-wrap td {
  font-size: 16px;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.note {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.quote-btn1 {
  display: inline-block;
  background-color: #fff;
  color: #111;
  border: 2px solid #3da592;
  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:'NanumSquareNeoBold', sans-serif;
  margin-bottom: 10px;
}

    .quote-btn1:hover {
      background-color: #3ba18e;
      color: #fff;
      text-decoration:none;
	  }

/* ¹ÝÀÀÇü */
@media (max-width: 1024px) {
  .wrapper4 {
  padding: 40px 10px 0px 10px;
  }
  .container4 {
    flex-direction: column;
    gap: 20px;
  }
  .car-box {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 100%;
  }
  .car-box1 {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 100%;
  }
  .car-box h2 {
    font-size: 18px;
  }
  .table-wrap th {
  font-size: 13px;
 }

  .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOS ºÎµå·¯¿î ½ºÅ©·Ñ */
  }
  .table-wrap table {
    min-width: 450px; /* Ç¥°¡ ÁÙÁö ¾Ê°í ½ºÅ©·Ñ °¡´É */
    font-size: 13px;
  }

.table-wrap td {
  font-size: 13px;
 }
  .note {
    font-size: 12px;
  }
}
