
.action .btn-bk-show { background-color: #00c853}
.btn-back  a { color:#fff;}
input.frm-input, select.frm-input { border: 1px solid #ccc; padding:0.4em; line-height:1em; font-size:14px; margin:0 5px 0 5px } 
input[required].frm-input { border: 1px solid #ddd; border-left:1px solid #ddd; } 
h1 { padding: 0.5em; font-size:30px; text-align:center; display:none } 

#fsearchroom { max-width:1600px; margin: 150px  auto 10px  auto;}
#container { margin: 0 5px; } 
input[name="date_range"] { width: 200px; padding: 0.5em; margin: 0; line-height: 20px; border: 1px solid #ccc; box-sizing: border-box; } 

.btn-search { padding: 0.5em; margin: 0; line-height: 20px; box-sizing: border-box; border: 1px solid #ccc; } 
.btn-booking { padding: 0.5em; margin: 0; line-height: 20px; box-sizing: border-box; border: 0; border-radius: 4px; color: #fff; background-color: #3949ab; } 
table.box { width: 100%; border-collapse: collapse; max-width:1400px; margin:0 auto } 
table.box td,
table.box th { padding: 0.5em 0.2em; border: 1px solid #ddd; text-align: center; font-size:16px } 



.header {/* display:flex;*/ align-items: center; justify-content: space-between; } 

#frmbk { display: flex; align-items: center; flex-direction: column; padding: 50px 0; max-width: 1400px; margin: 0 auto; } 
#frmbk .price-field { display: flex; align-items: center; flex-direction: column; padding: 0 20px; width: 100%; } 
#frmbk .price-field .item { display: flex; align-items: center; flex-direction: row; border-top: 1px solid #ddd; padding-top: 10px; margin-top: 10px; width: 100%; } 
#frmbk .price-field .item label { font-weight: 500; color: #3949ab; font-size: 18px; margin: 0 10px 0 0; display: none; width: 220px } 
#frmbk .price-field .item .frm-input { width: 100%; max-width: 200px; padding: 12px 15px; font-size: 18px; border: 1px solid #ddd; border-radius: 10px; transition: all 0.3s ease; } 
#frmbk .price-field .item .frm-input:focus { outline: none; box-shadow: 0 0 5px rgba(57, 73, 171, 0.5); } 
#frmbk .price-field .action { width: 100%; border-top: 1px solid #2979ff; text-align: center; padding: 20px 0; } 
#frmbk .bk-field .item { display: flex; align-items: center; flex-direction: row; border-top: 1px solid #ddd; padding-top: 10px; margin-top: 10px; } 
#frmbk .bk-field .item label { width: 120px; font-weight: bold; color: #3949ab; font-size: 18px; } 
#frmbk .bk-field .action { border-top: 1px solid #2979ff; padding-top: 10px; margin-top: 10px; text-align: center; }  
.btn-submit { padding: 12px 30px; font-size: 18px; background-color: #3949ab; color: white; border: none; border-radius: 10px; cursor: pointer; transition: background-color 0.3s ease; } 

@media (min-width: 768px) { 
    #frmbk .price-field { flex-direction: row; } 
    #frmbk .price-field .item { border: 0; width: auto; margin-right: 20px; } 
    #frmbk .price-field .action { border: 0; width: auto; } 
    #frmbk .price-field .btn-submit { margin-left: 20px; } 
}
@media (min-width: 1600px) { 
    #frmbk {justify-content: space-between; } 
    #frmbk .price-field { width: auto; } 
    #frmbk .price-field .item { margin-right: 30px; } 
    #frmbk .price-field .item label { display: inline-block; margin-right: 15px; }
    #frmbk .price-field .action { margin-left: 0px; } 
    #frmbk .bk-field { display: flex; flex-direction: row; align-items: center; } 
    #frmbk .bk-field .item { border: none; margin-right: 30px; } 
    #frmbk .bk-field .action { border: none; margin-left: 30px; } 
}


.room_info { /*display: flex;*/ flex-direction: column;  font-family: 'Pretendard', sans-serif;} 
.room-info h2 { text-align: center; margin-bottom: 10px; font-size: 50px; font-weight: bold; font-family: "Playfair Display", serif; }
.room-info .subtitle { text-align: center; color: #555; font-size: 18px; font-weight: 400; margin-bottom: 60px; padding: 0 20px; word-break: keep-all; line-height: 1.65; }
.room-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto 150px; }
.room-info h3 { font-weight: 400; color: #1a1a1a; border: 1px solid #ddd; border-radius: 30px; font-size: 18px; padding: 15px 0; width: 200px; margin: 0 auto; }
.room-info p { font-size: 18px; color: #1a1a1a; font-weight: 400; padding-top: 20px; }

.room_info .photo_wrapper { width: 100%; } 
.room_info .photo_wrapper img { height:100vh; background-size:cover; background-repeat:no-repeat}
.room_info .photo_wrapper .owl-nav { position: absolute;width: 100%; bottom: 50%;}
.room_info .photo_wrapper .owl-dots{position:absolute;width:100%; text-align:center; margin:0 auto; bottom:135px;}
.room_info .photo_wrapper .owl-dots .owl-dot{background:rgba(255, 255, 255, 0.5);width:30px;height:5px;display:inline-block;margin-left:10px; border:0}
.room_info .photo_wrapper .owl-dots .owl-dot.active{background:rgba(255, 255, 255, 1)}

.room_info .price-rule { max-width:1400px; width: 100%; padding: 10px 0; border-bottom: 1px solid #ddd; margin-bottom: 10px; } 
.room_info .price-rule ul { padding: 20px 0 0 20px}
.room_info .price-rule ul li { font-size:16px}
.room_info .price-rule h3 { font-size:18px; color:#000; font-weight:500; margin: 0 0 20px 10px}
.room_info .people ul { padding:20px 20px 0 20px}
.room_info .people ul li { font-size:16px; line-height:1.6; position:relative; padding-left:10px}
.room_info .people ul li:before {position: absolute; top: 12px; left: 0px; width: 4px; height: 4px;  background: #aaa; content: '';  border-radius: 50%;}
.room_info .txt_time { font-size:16px; padding:0 0 0 20px; display:none}

@media (min-width: 768px){
 .room_info {/* display: flex;*/ flex-direction: row; } 
 .room_info .photo_wrapper { width: 100%; } 
 .room_info .price-rule {  width: 100%; max-width:1400px; margin:0 auto; padding: 20px 20px; border-bottom: 0; } 
}


#room_photo .owl-nav button { position: absolute; top: 50%; width: 40px; height: 40px; margin-top: -20px; font-size: 20px; border-radius: 50%; background-color: #000; color: #fff; line-height: 40px; opacity: 0.7; vertical-align: top; } 
#room_photo .owl-nav button.owl-prev { left: 0; } 
#room_photo .owl-nav button.owl-next { right: 0; } 

.room_list .tbl-stat { font-size: 18px}
.room_list .tbl-stat thead th, .tbl-stat tbody th { padding: 20px 0;}
.room_list .tbl-stat tbody td { text-align: center}
.blue {color:#3a8afd}
.red {color:#e6360d }


.c-box { padding: 15px 0; border-top: 1px solid #ccc; display: flex; flex-direction: row; font-family: 'Pretendard', sans-serif;}
.c-box:last-child { border-bottom: 0; font-family: 'Pretendard', sans-serif; }
.c-box h3 { width: 100px; color: #000; font-size: 18px; font-weight: 500; padding-top: 5px; }
.c-box ul { font-size: 16px; color: #555; width: calc(100% - 100px); display: flex; flex-wrap: wrap; list-style-type: disc; }
.c-box ul li { width: 33.33%; display: block; height: 40px; line-height: 40px; }

.clear:after { content: " "; visibility: hidden; display: block; height: 0; clear: both; }

table.list .btn-cancel { background-color: red; color: #fff; padding: 0.2em; line-height: 1em; border-radius: 3px; }


.txt_memo { max-width:1400px; margin:0 auto; padding:30px; line-height:1.65; font-family: 'Pretendard', sans-serif;}
.txt_memo h2 { font-size: 20px; padding: 20px 0}
.txt_memo p {font-size: 16px;line-height:20px; font-family: 'Pretendard', sans-serif;}
.txt_list p { font-size:16px; font-family: 'Pretendard', sans-serif;}
.txt_list .btn { color:#bababa}
.txt_memo ul li { font-size: 18px; line-height: 1.65; color: #555; font-family: 'Pretendard', sans-serif;}


.action { text-align: center;  padding:20px 5px 150px 5px}
.action .btn_submit { padding:10px 20px; width:200px; line-height:30px; font-size:17px; border:0; background-color: #000; color:#fff}
.action .btn_submit a { color:#fff}


.content_wrap { max-width: 1400px; margin: 0 auto; padding: 20px; }
#bo_cate_ul { list-style-type: none; padding: 0; margin: 0 0 20px 0; display: flex; border-bottom: 1px solid #dee2e6; overflow-x: hidden; white-space: nowrap; }
#bo_cate_ul li { flex: 1; width: 50%; margin-right: 0; }
#bo_cate_ul li a { display: flex; align-items: center; justify-content: center; height: 40px; padding: 0 10px; text-decoration: none; color: #495057; font-size: 17px; text-align: center; }
#bo_cate_ul li.on a, #bo_cate_ul li a#bo_cate_on { font-weight: 500; font-size: 17px; color: #00c853; border-bottom: 2px solid #00c853; }
.info { margin-bottom: 30px; background: #fff; overflow: hidden; }
.info h2 { background: #f8f9fa; padding: 15px; margin: 0; font-size: 18px; border-bottom: 1px solid #dee2e6; }
.scrollMenu { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 15px 12px; text-align: left; border-bottom: 1px solid #dee2e6; }

@media screen and (max-width: 768px) {
    #bo_cate_ul { flex-wrap: nowrap; overflow-x: hidden; -webkit-overflow-scrolling: touch; }
    #bo_cate_ul li { flex: 1; width: 50%; } 
    #bo_cate_ul li a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } table, thead, tbody, th, td, tr { display: block; } thead tr { position: absolute; top: -9999px; left: -9999px; } tr { margin-bottom: 15px; } td { border: none; position: relative; padding-left: 50%; text-align: right; } td:before { content: attr(data-label); position: absolute; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; text-align: left; font-weight: bold; } 
}

/*예약하기*/
.price-rule { max-width: 1200px; margin: 0 auto; padding: 20px; }
.price-rule section { margin-top: 50px; }
.price-rule h3 { font-size: 1.2em; margin-bottom: 15px; }
.tbl-stat { width: 100%; border-collapse: collapse; margin-bottom: 15px; }
.tbl-stat td { border: 1px solid #ddd; padding: 10px; text-align: center; }
.tbl-stat thead td { background-color: #f8f8f8; font-weight: bold; }
.people ul { list-style: none; padding: 0; margin: 0; }
.people li { margin-bottom: 5px; }
.txt_time { margin-top: 10px; font-style: italic; }

@media screen and (max-width: 768px) {
  .tbl-stat, .tbl-stat tbody, .tbl-stat tr, .tbl-stat td { display: block; width: 90%; }
  .tbl-stat thead { display: none; }
  .tbl-stat tbody tr { margin-bottom: 15px; border: 1px solid #ddd; }
  .tbl-stat td { text-align: right; padding-left: 50%; position: relative; border: none; border-bottom: 1px solid #eee; }
  .tbl-stat td:before { content: attr(data-label); position: absolute; left: 15px; width: 15%; padding-right: 10px; white-space: nowrap; text-align: left; font-weight: bold; }
  .people ul { display: none; flex-wrap: wrap; justify-content: space-between; }
  .people li { width:00%; margin-bottom: 10px; }
  .c-box ul li { width: auto; display: block; height: 40px; line-height: 40px; }
  .room_info .price-rule h3 { width:95%; font-size:18px; color:#000; font-weight:500; margin: 0 0 20px 10px}
}

@keyframes zoomOut {
    from { transform: scale(1.1); }
    to { transform: scale(1); }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.swiper-container { width: 100%; height: 1000px; /* 높이 조정 가능 */ }
.swiper-slide { position: relative; overflow: hidden; }
.slide-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; }
.slide-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); }
.slide-content { position: absolute; bottom: 30%; left: 50%; color: white; z-index: 1; transform: translate(-50%, 50%); width: 80%;  max-width: 80%; }
.slide-content h2 { font-size: 50px; margin-bottom: 10px; text-align: center; font-family: "Playfair Display", serif; letter-spacing: -1px; }
.slide-content p { font-size: 18px; color: #f2f2f2; text-align: center; word-break: keep-all; line-height: 1.65; }
.swiper-button-next, .swiper-button-prev { color: white; }
.swiper-pagination-bullet { width: 12px; height: 12px; background: white; opacity: 0.5; }
.swiper-pagination-bullet-active { opacity: 1; }

@media (max-width: 768px) { 
    .swiper-container { height: 500px; }
}

@media (max-width: 480px) {
  .slide-content h2 { font-size: 32px; }
  .slide-content { position: absolute; bottom: 30%; left: 50%; color: white; z-index: 1; transform: translate(-50%, 50%); width: 80%;  max-width: 80%;  }
}


.list-box { max-width: 1400px; margin: 0 auto; padding: 20px; }
.responsive-reservation-list { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.responsive-reservation-list th, .responsive-reservation-list td { padding: 20px; border: 1px solid #ddd; text-align: left; font-size: 17px; }
.responsive-reservation-list td I { color: #d70101; }
.responsive-reservation-list th { background-color: #f8f8f8; }



.room_list .responsive-room-list { width: 100%; max-width: 1400px; margin: 0 auto 150px auto; border-collapse: separate; border-spacing: 0 15px; table-layout: fixed; }
.room_list .responsive-room-list th, .room_list .responsive-room-list td { padding: 15px; text-align: left; border-bottom: 1px solid #dee2e6; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 17px; }
.room_list .responsive-room-list th { background-color: #f8f9fa; font-weight: bold; }
.room_list .responsive-room-list .image-cell { width: 25%; text-align: center; }
.room_list .responsive-room-list img { max-width: 80%; height: auto; display: block; }
.room_list .btn-booking { padding: 10px 15px; background-color: #00c853; color: white; border: none; border-radius: 5px; cursor: pointer; white-space: nowrap; }
.room_list .btn-booking:hover { background-color: #0056b3; }


@media screen and (max-width: 767px) {
  .room_list .responsive-room-list, .room_list .responsive-room-list tbody, .room_list .responsive-room-list tr { display: block; width: 100%; }
  .room_list .responsive-room-list thead { display: none; }
  .room_list .responsive-room-list tr { margin-bottom: 20px; border: 1px solid #dee2e6; border-radius: 5px; overflow: hidden; }
  .room_list .responsive-room-list td { display: block; border: none; position: relative; padding-left: 50%; text-align: right; white-space: normal; }
  .room_list .responsive-room-list td::before { content: attr(data-label); position: absolute; left: 15px; width: 45%; padding-right: 10px; white-space: nowrap; text-align: left; font-weight: bold; }
  .room_list .responsive-room-list .image-cell { width: 100%; padding-left: 10px; text-align: center; }
  .room_list .responsive-room-list .image-cell::before { display: none; }
  .room_list .responsive-room-list img { max-width: 100%; margin: 0 auto; }
}

/*예약하기*/


