/* 캘린더 버튼 중앙 정렬 */
#reservation_contents_calendar [class~="cal_btn"] span {
  display: inline-block;
  vertical-align: middle !important;
  line-height: 1 !important;
}

#reservation_contents_calendar [class~="cal_btn"] span.cal_txt {
  line-height: 1.2;
  font-size: 1.4rem !important;
}

#reservation_contents_calendar [class~="cal_btn"] span img {
  vertical-align: middle;
}

#reservation_contents_calendar [class~="cal_btn"] span a {
  vertical-align: middle;
}

#reservation_contents_calendar table thead th {
  border: 1px solid #e4e4e4 !important;
  background-color: #f8f8f8 !important;
  color: #828282 !important;
}
#reservation_contents_calendar table thead th {
  border-right: none !important;
  border-bottom: none !important;
}
#reservation_contents_calendar table thead th:first-child {
  border-top-left-radius: 10px;
}
#reservation_contents_calendar table thead th:last-child {
  border-top-right-radius: 10px;
  border-right: 1px solid #e4e4e4 !important;
}

#reservation_contents_calendar table {
  border-collapse: separate;
  border-right: none !important;
  border-bottom: none !important;
}

#reservation_contents_calendar table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

#reservation_contents_calendar table tbody tr:last-child td {
  border-bottom: 1px solid #e4e4e4 !important;
}

#reservation_contents_calendar table tbody tr td:last-child {
  border-right: 1px solid #e4e4e4 !important;
}

#reservation_contents_calendar table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

#reservation_contents_calendar [class~="yeyak_day_btn"] {
  border: none !important;
}

#dt_reservation_div div:first-child {
  font-weight: 600;
  color: #000;
  font-size: 16px;
}

#reservation_contents_calendar table tbody td [class~="ro_div"] {
  color: #fff !important;
  font-size: 1rem !important;
}

#reservation_contents [class~="reservation_right"] {
  margin-top: 105px !important;
}

#reservation_contents [class~="tbl_roombox1"] {
  border-color: #e4e4e4 !important;
}

#reservation_contents [class~="tbl_roombox1"] td {
  border-right: none !important;
  border-bottom: none !important;
}

#reservation_contents [class~="tbl_roombox1"] th {
  border-right: none !important;
  border-bottom: none !important;
}

#reservation_contents [class~="tbl_roombox1"] th:last-child {
  border-right: none !important;
  border-bottom: 1px solid #e4e4e4 !important;
  border-top: 1px solid #e4e4e4 !important;
}

#reservation_contents [class~="tbl_roombox1"] tr:first-child th:first-child {
  border-top: none !important;
}

#reservation_contents [class~="tbl_roombox1"] tr:last-child th:last-child {
  border-bottom: none !important;
}

#reservation_contents #reservation_cover {
  border: 1px solid #e4e4e4 !important;
  border-radius: 10px;
}

#reservation_contents #reservation_cover [class~="tbl_roombox1"] {
  border-color: #e4e4e4 !important;
  border-radius: 10px;
  border: none !important;
}

#reservation_contents select[class~="ye_option"] {
  border: 1px solid #888888;
  border-radius: 5px;
  width: 100% !important;
}

#room_tab #current a {
  display: flex !important;
  font-size: 1.25rem !important;
}

@media (max-width: 375px) {
  #reservation_contents [class~="reservation_right"] {
    margin-top: 50px !important;
  }
}

/* 모바일 모드에서 table 태그의 마지막 행 맨 첫번째와 맨 마지막 td에서 radius 값 0으로 설정 */
@media (max-width: 768px) {
  #reservation_contents_calendar table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
  }

  #reservation_contents_calendar table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 0 !important;
  }

  #reservation_contents [class~="step_bt"] {
    max-width: 100% !important;
  }
}

/* 캘린더 버튼 중앙 정렬 */
#reservation_contents_calendar [class~="cal_btn"] span {
  display: inline-block;
  vertical-align: middle !important;
  line-height: 1 !important;
}

#reservation_contents_calendar [class~="cal_btn"] span.cal_txt {
  line-height: 1.2;
  font-size: 1.4rem !important;
}

#reservation_contents_calendar [class~="cal_btn"] span img {
  vertical-align: middle;
}

#reservation_contents_calendar [class~="cal_btn"] span a {
  vertical-align: middle;
}

#reservation_contents_calendar table thead th {
  border: 1px solid #e4e4e4 !important;
  background-color: #f8f8f8 !important;
  color: #828282 !important;
}
#reservation_contents_calendar table thead th {
  border-right: none !important;
  border-bottom: none !important;
}
#reservation_contents_calendar table thead th:first-child {
  border-top-left-radius: 10px;
}
#reservation_contents_calendar table thead th:last-child {
  border-top-right-radius: 10px;
  border-right: 1px solid #e4e4e4 !important;
}

#reservation_contents_calendar table {
  border-collapse: separate;
  border-right: none !important;
  border-bottom: none !important;
}

#reservation_contents_calendar table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

#reservation_contents_calendar table tbody tr:last-child td {
  border-bottom: 1px solid #e4e4e4 !important;
}

#reservation_contents_calendar table tbody tr td:last-child {
  border-right: 1px solid #e4e4e4 !important;
}

#reservation_contents_calendar table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

#reservation_contents_calendar [class~="yeyak_day_btn"] {
  border: none !important;
}

#dt_reservation_div div:first-child {
  font-weight: 600;
  color: #000;
  font-size: 16px;
}

#reservation_contents_calendar table tbody td [class~="ro_div"] {
  color: #fff !important;
  font-size: 1rem !important;
}

#reservation_contents [class~="reservation_right"] {
  margin-top: 105px !important;
}

#reservation_contents [class~="tbl_roombox1"] {
  border-color: #e4e4e4 !important;
}

#reservation_contents [class~="tbl_roombox1"] td {
  border-right: none !important;
  border-bottom: none !important;
}

#reservation_contents [class~="tbl_roombox1"] th {
  border-right: none !important;
  border-bottom: none !important;
}

#reservation_contents [class~="tbl_roombox1"] th:last-child {
  border-right: none !important;
  border-bottom: 1px solid #e4e4e4 !important;
  border-top: 1px solid #e4e4e4 !important;
}

#reservation_contents [class~="tbl_roombox1"] tr:first-child th:first-child {
  border-top: none !important;
}

#reservation_contents [class~="tbl_roombox1"] tr:last-child th:last-child {
  border-bottom: none !important;
}

#reservation_contents #reservation_cover {
  border: 1px solid #e4e4e4 !important;
  border-radius: 10px;
}

#reservation_contents #reservation_cover [class~="tbl_roombox1"] {
  border-color: #e4e4e4 !important;
  border-radius: 10px;
  border: none !important;
}

#reservation_contents select[class~="ye_option"] {
  border: 1px solid #888888;
  border-radius: 5px;
  width: 100% !important;
}

#room_tab ul[class~="col6"] li {
  width: 25% !important;
}

@media (max-width: 375px) {
  #reservation_contents [class~="reservation_right"] {
    margin-top: 50px !important;
  }
}
