	* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    .wrapper1 {
      width: 100%;
      position: relative;
      background-image: url('../images/reservation_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: 55px;
      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: 25px;
      }

      .banner-text p {
        font-size: 15px;
      }
    } 



 /* ¿¹¾àÇÏ±â */
    /* wrapper */
    .wrapper4 {
        width: 100%;
        background: #fff;
    }
    /* container */
    .container4 {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 10px;
    }
    /* ¹è°æ ÀÌ¹ÌÁö ¿µ¿ª */
    .bg-section {
        width: 100%;
        height: 400px;
        background: url('../images/rbg.jpg') no-repeat center/cover;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        box-sizing: border-box;
		position: relative; /* ¿À¹ö·¹ÀÌ¸¦ À§ÇØ ÇÊ¿ä */
    }

	.bg-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.3); /* 30% ¾îµÓ°Ô Ã³¸® */
    border-radius: 20px;
    z-index: 1;
}
    .bg-section .phone {
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 10px;
		position: relative;
        z-index: 2;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); /* ±×¸²ÀÚ Ãß°¡ */
    }
    .bg-section .desc {
        font-size: 20px;
        line-height: 1.5;
		position: relative;
        z-index: 2;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); /* ±×¸²ÀÚ Ãß°¡ */
    }
    /* ÁÂ¿ì ¹Ú½º ¿µ¿ª */
    .box-wrap {
        display: flex;
        gap: 20px;
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .box {
        flex: 1;
        background: #fff;
        border: 1px solid #e7e7e7;
        border-radius: 12px;
        text-align: center;
        padding: 30px 20px;
    }
    .icon {
        font-size: 50px;
        margin-bottom: 20px;
        color: #4cbed3;
    }
    /* ¹öÆ° ½ºÅ¸ÀÏ */
    .btn {
        display: inline-block;
        padding: 25px 50px;
        border-radius: 50px;
        background: #4cbed3;
        border: 2px solid #4cbed3;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    .btn:hover {
        background: #fff;
        color: #111;
        border: 2px solid #4cbed3;
    }

    /* ¹ÝÀÀÇü */
    @media (max-width: 768px) {
        .bg-section {
            height: 250px;
            margin: 0px 10px 0px 0px; /* ÁÂ¿ì ¿©¹é µ¿ÀÏÇÏ°Ô */
            background-size: cover;
            background-position: center;
        }
        .bg-section .phone {
            font-size: 25px;
        }
        .bg-section .desc {
            font-size: 16px;
            padding: 0 20px; /* ÁÂ¿ì 20px ¿©¹é Ãß°¡ */
        }
        .btn {
            padding: 15px 30px;
            font-size: 16px;
        }
        .box-wrap {
            flex-direction: column;
        }
    }






/* 3. Ç¥ °¨½Î´Â ¿µ¿ª */
.table-wrap {
  width: 100%;
  overflow-x: auto;   /* ¸ð¹ÙÀÏ¿¡¼­ ÁÂ¿ì ½ºÅ©·Ñ */
  -webkit-overflow-scrolling: touch; /* iOS ºÎµå·¯¿î ½ºÅ©·Ñ */
}

/* 4. Ç¥ ±âº» */
.table-wrap table {
  width: 100%;
  min-width: 720px;   /* ¸ð¹ÙÀÏ ÃÖ¼Ò °¡·Î */
  border-collapse: collapse;
}

.table-wrap th,
.table-wrap td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

/* 5. ¹ÝÀÀÇü */
@media (max-width: 1024px) {
  .table-wrap table {
    width: auto;   /* °íÁ¤¸»°í ³»¿ë¿¡ ¸Â°Ô */
  }
}