#header .gnb_wrap {
	z-index: 99999;
}
.container_inner.addable_reservation {
	position: relative;
}
.reservation.addable_reservation .cont_tit.cont_date {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.reservation.addable_reservation .cont_tit.cont_date .date {
	width: auto;
}
.reservation.addable_reservation .cont_tit .room {
  display: flex;
  align-items: center;
  gap: 37px;
}
.reservation.addable_reservation .cont_tit .room p {
  font-family: "aktiv-grotesk", sans-serif;
  margin-top: 5px;
}
.reservation.addable_reservation .cont_tit .room p b {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.container_inner.addable_reservation .tabMenu-m {
	width: 80%;
	margin: 0 auto;
}
.container_inner.addable_reservation .tabMenu-m ul li {
	width: 10%;
}
.container_inner.addable_reservation .listWrap {
	height: 700px;
	overflow: scroll;
}
.container_inner.addable_reservation .listWrap .listBx {
	height: 410px;
}
.container_inner.addable_reservation .listWrap .listBx .txtbx {
	width: 57%;
	height: 320px;
	padding: 8px 0;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.container_inner.addable_reservation .listWrap .listBx .txtbx h2 {
	margin-bottom: 8px;
}
.container_inner.addable_reservation .listWrap .listBx .txtbx .room_info {
	display: block;
	margin-top: 14px;
	font-size: 14px;
	color: #242424;
	opacity: 0.3;
	text-decoration: underline;
}
.container_inner.addable_reservation .floating_reserve_room {
	display: none;
}
.container_inner.addable_reservation .floating_reserve_room.on {
	position: absolute;
  z-index: 9;
	width: 92px;
  height: 52px;
  left: 200px;
  bottom: 68px;
  background: #ffffff;
  border-radius: 26px;
  border: 1px solid #fafafa;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container_inner.addable_reservation .floating_reserve_room.on .icon_cart {
	display: inline-block;
	width: 24px;
	height: 20px;
	background-image: url("../images/main/pc_cart_black.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.container_inner.addable_reservation .floating_reserve_room.on .checked_room {
	display: inline-block;
	font-size: 28px;
	color: #242424;
	margin-left: 8px;
}
.container_inner.addable_reservation .listWrap .listBx .desc {
	margin: 0;
}
.container_inner.addable_reservation .listWrap .listBx .desc span {
	font-size: 14px;
	font-weight: 500;
}/*
.container_inner.addable_reservation .listWrap .listBx .txtbx h6 {
	font-size: 14px;
}*/
/* S: 251030 추가 */
.container_inner.addable_reservation .listWrap .listBx .txtbx .bot_txt p {
	line-height: 1;
}
.container_inner.addable_reservation .listWrap .listBx .txtbx .bot_txt .room_price_info_box {
	display: flex;
	align-items: baseline;
	margin-bottom: 8px;
}
.container_inner.addable_reservation .listWrap .listBx .txtbx .bot_txt .room_price_info_box p,span {
	font-size: 14px!important;
	font-weight: 400!important;
	color: #999999;
}
.container_inner.addable_reservation .listWrap .listBx .txtbx .bot_txt .room_price_info_box p.divider {
	margin: 0 6px;
}
.container_inner.addable_reservation .listWrap .listBx .txtbx .bot_txt .room_price_info_box .room_price_info {
	display: flex;
	align-items: anchor-center;
}
.container_inner.addable_reservation .listWrap .listBx .txtbx .bot_txt .room_price_info_box .room_price_info .icon_info {
	display: inline-block;
	margin-left: 4px;
	width: 14px;
	height: 14px;
	background-image: url('../images/ico/ico_add_info_3.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* E: 251030 추가 */

.container_inner.addable_reservation .listWrap .bot_txt {
	position: unset;
	display: flex;
	justify-content: space-between;
}
.container_inner.addable_reservation .listWrap .bot_txt .btnbx {
	position: unset;
	display: inline-block;
	align-items: end; /* 251030 추가 */
	width: 30%;
	height: calc(100vw * (48 / 1600));
}
.container_inner.addable_reservation .listWrap .bot_txt .btnbx button {
	width: 99%;
	height: 100%;
}
.container_inner.addable_reservation .no_room_listWrap {
	display: none;
}
.container_inner.addable_reservation .no_room_listWrap p {
	font-size: 16px;
	color: #242424;
	opacity: 0.3;
	margin: 80px 0;
}
.container_inner.addable_reservation .no_room_listWrap.active {
	display: block;
	text-align: center;
}
.container_inner.addable_reservation .listWrap {
	display: none;
}
.container_inner.addable_reservation .listWrap.active {
	display: block;
}
.container_inner.addable_reservation .tabMenu-m ul li:not(.reserve_ok_result) a {
  font-size: 16px;
}
.container_inner.addable_reservation .listWrap .btnbx .reserve_btn {
	background: transparent;
	border: 1px solid #242424;
}
.container_inner.addable_reservation .listWrap .btnbx .reserve_btn a {
	font-size: 14px;
	color: #242424;
}
.container_inner.addable_reservation .listWrap .btnbx button:not(:last-child) {
	display: none;
}
.container_inner.addable_reservation .listWrap .btnbx .reserve_btn.on {
	background: #242424;
}
.container_inner.addable_reservation .listWrap .btnbx .reserve_btn.on a {
	color: #ffffff;
}
.reservation.addable_reservation .contbx .cont_tit .subtit {
	gap: 37px;
}
.reservation.addable_reservation .contbx .cont_tit .subtit .child {
	margin-left: 6px;
}
.bx3 .cont .numchkbx {
	width: 80%;
	padding: 48px 32px;
	margin: 0 auto;
}
.bx3 .cont .numchkbx .selected_room_list {
	display: flex;
}
.bx3 .cont .numchkbx .selected_room_list:not(:last-child) {
	margin-bottom: 16px;
}
.bx3 .cont .numchkbx .selected_room_list .selected_room_name {
	background: transparent;
  border: 0px solid transparent;
  color: #242424;
  text-align: center;
}
.bx3 .cont .numchkbx .selected_room_list .selected_room_name span {
	color: #242424;
	font-size: 16px;
}
.rooms_container.addable_reservation {
	display: none;
}
.rightbx.reservation_addable .reserved_room_list {
	border-top: 1px dotted rgba(36, 36, 36, 0.3);
  border-bottom: 1px dotted rgba(36, 36, 36, 0.3);
  padding: 16px 0;
  margin: 30px 0;
}
.rightbx.reservation_addable .reserved_room_list .room_info:not(:first-child) {
	margin-top: 16px;
}
.rightbx.reservation_addable .reserved_room_list .imgbx {
	margin: 0;
}
.rightbx.reservation_addable .m-total_price {
	width: 100%;
	margin-bottom: 56px;
	padding: 0;
	display: block;
}
.rightbx.reservation_addable .m-total_price .opt_price_list {
	width: 100%;
}
.rightbx.reservation_addable .m-total_price .opt_price_list li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.rightbx.reservation_addable .m-total_price .opt_price_list li:not(:first-child) {
	margin-top: 8px;
}
.rightbx.reservation_addable .m-total_price .opt_price_list li p.h5 {
	width: 50%;
}
.rightbx.reservation_addable .m-total_price .opt_price_list li h5 {
	font-size: 16px;
	color: #999999;
	min-width: 100px;
}
.rightbx.reservation_addable .m-total_price .total_price {
	margin-top: 24px;
	display: flex;
  align-items: center;
  justify-content: space-between;
}
.rightbx.reservation_addable .m-total_price .using_coupon_notice {
	margin-top: 8px;
}
.rightbx.reservation_addable .m-total_price .using_coupon_notice li {
	font-size: 12px;
}
.rightbx.reservation_addable {
	height: fit-content;
}
.rightbx.reservation_addable .using_coupon_notice  {
	margin-top: calc(100vw * (16 / 1600));
}
.rightbx.reservation_addable .using_coupon_notice li {
	font-size: calc(100vw * (12 / 1600));
	line-height: 1.4;
	color: #cccccc;
}
.rightbx.reservation_addable .using_coupon_notice li:not(:first-child) {
	margin-top: calc(100vw * (4 / 1600));
}
.desc .txt_line {
  margin: 0 calc(100vw * (8 / 1600));
}
.reservation.content_t.addable_reservation .contbx.bx1 .date,.room p span {
	font-size: 20px;
}
.reservation.content_t.addable_reservation .contbx.bx1 .date p span,.che_in,.total_stay,.che_out {
	font-size: 20px;
	display: flex;
	align-items: center;
}
.reservation.content_t.addable_reservation .contbx .cont_tit .ico {
	width: 32px;
	height: 32px;
	margin-left: 0;
}
@media screen and (max-width: 1600px) {
	.reservation.content_t.addable_reservation .contbx.bx1 .date,.room p span {
		font-size: calc(100vw * (20 / 1600));
	}
	.container_inner.addable_reservation .listWrap .listBx {
		height: calc(100vw * (410 / 1600));
	}
	.container_inner.addable_reservation .floating_reserve_room.on {
	  left: calc(100vw * (200 / 1600));
	  bottom: calc(100vw * (68 / 1600));
	}
	.container_inner.addable_reservation .tabMenu-m ul li:not(.reserve_ok_result) a {
	  font-size: calc(100vw * (16 / 1600));
	}
	.reservation.content_t.addable_reservation .contbx.bx1 .date p span,.che_in,.total_stay,.che_out {
		font-size: calc(100vw * (20 / 1600));
	}
	.container_inner.addable_reservation .listWrap .listBx .txtbx {
		height: calc(100vw * (320 / 1600));
	}
  .container_inner.addable_reservation .listWrap .listBx .txtbx h2 {
		margin-bottom: 8px;
	}
/*	.container_inner.addable_reservation .listWrap .listBx .txtbx h6 {
		font-size: calc(100vw * (14 / 1600));
		margin-top: 0;
	}*/
	.bx3 .cont .numchkbx {
		padding: calc(100vw * (48 / 1600)) calc(100vw * (32 / 1600));
	}
	.reservation.content_t.addable_reservation .contbx .cont_tit .ico {
		width: calc(100vw * (32 / 1600));
		height: calc(100vw * (32 / 1600));
	}
}
@media screen and (max-width: 900px) {
	.m_fs3vw {
		font-size: 3vw!important;
	}
	.numchkbx ul li:not(:first-child) {
		height: calc(100vw * (50 / 375))!important;
		width: 100%;
	}
/*	.container_inner.addable_reservation .listWrap .listBx .txtbx h6 {
		font-size: 14px;
	}*/
	.container_inner.addable_reservation {
		display: none;
	}
	.reservation.content_t.addable_reservation .cont_tit.cont_date {
		align-items: center;
		flex-direction: row;
	}
	.reservation.content_t.addable_reservation .contbx.bx1 .date,.room p span {
		font-size: calc(100vw * (20 / 1600));
	}
	.rooms_container.addable_reservation {
		display: block;
	}
	.reservation.addable_reservation .contbx.bx1 .date .ico {
		margin-right: calc(100vw * (4 / 375));
	}
	.reservation.addable_reservation .contbx.bx1 .date p span {
		font-size: 3vw!important;
	}
	.rooms_container.addable_reservation {
		width: 100vw;
	}
	.rooms_container.addable_reservation .no_room_listWrap {
		display: none;
	}
	.rooms_container.addable_reservation .no_room_listWrap.active {
		color: #242424;
		opacity: 0.3;
		margin-top: 80px;
		display: block;
		text-align: center;
	}
	.rooms_container.addable_reservation .no_room_listWrap.active p {
		font-size: 3vw;
	}
	.rooms_container.addable_reservation .listWrap {
		display: none;
	}
	.container_inner.addable_reservation .listWrap.active{
		display: block;
		height: 70vh;
	}
	.rooms_container.addable_reservation .tabMenu li {
		text-align: center;
	}
  .rooms_container.addable_reservation .top_txt .room_info {
  	display: block;
  	font-size: calc(100vw * (10 / 375));
  	color: #242424;
  	opacity: 0.3;
  	text-decoration: underline;
  	margin-top: calc(100vw * (8 / 375));
	}
  .container_inner.addable_reservation .listWrap .listBx {
    height: calc(100vw * (1350 / 1600));
  }
	.rooms_container.addable_reservation .listBx .txtbx {
		width: calc(100vw * (335 / 375));
	}
	.rooms_container.addable_reservation .bot_txt {
		width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: self-end;
	}
	.rooms_container.addable_reservation .btnbx {
    width: 40%;
	}
	.rooms_container.addable_reservation .btnbx .reserve_btn {
		width: 100%;
	}
	.reservation.content_t.addable_reservation .contbx.bx2 .floating_reserve_room.on {
		width: calc(100vw * (80 / 375));
    height: calc(100vw * (40 / 375));
    left: calc(100vw * (20 / 375));
    bottom: calc(100vw * (20 / 375));
    border-radius: calc(100vw * (20 / 375));
	}
	.reservation.content_t.addable_reservation .contbx.bx2 .floating_reserve_room.on .center {
		width: 70%;
		height: 100%;
		display: flex;
		align-items: anchor-center;
		justify-content: center;
	}
	.reservation.content_t.addable_reservation .contbx.bx2 .floating_reserve_room.on .icon_cart {
		width: 42%;
    height: 50%;
	}
	.reservation.content_t.addable_reservation .contbx.bx2 .floating_reserve_room.on .checked_room {
		display: inline-block;
		font-size: calc(100vw * (24 / 375));
		margin-left: 10%;
	}
	.reservation.content_t.addable_reservation .contbx.bx3 .cont .numchkbx .selected_room_list .selected_room_name span {
		font-size: 3vw;
	}
	.bx3 .cont .numchkbx .selected_room_list .selected_room_name {
		margin-bottom: calc(100vw * (12 / 375));
		padding: 0;
		height: auto;
	}
	.bx3 .cont .numchkbx .selected_room_list .selected_room_name:first-child {
		margin-top: 32px;
	}
	.rooms_container .tabMenu {
		margin: 32px;
    display: flex;
		border-bottom: calc(100vw * (1 / 375)) solid #e6e6e6;
	}
	.rooms_container .top_txt .desc {
    border: none;
	}
	.rooms_container .tabMenu li:not(:last-child) {
    margin-right: calc(100vw * (26 / 375));
	}
	.rooms_container .tabMenu li {
    padding-bottom: calc(100vw * (8 / 375));
    position: relative;
	}
	.rooms_container .tabMenu li.on a {
    color: #111;
	}
	.rooms_container .tabMenu li.on::after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100vw * (3 / 375));
    left: 0;
    bottom: 0;
    background: #111111;
	}
	.container_inner.addable_reservation .tabMenu-m {
		width: 100%;
		padding: 0;
		margin-bottom: calc(100vw * (20 / 375));
	}	
	.container_inner.addable_reservation .tabMenu-m ul li:not(.reserve_ok_result) a {
    font-size: calc(100vw * (14 / 375));
	}
	.container_inner.addable_reservation .listWrap .listBx .txtbx {
		width: 100%;
	}
	.container_inner.addable_reservation .listWrap .bot_txt .btnbx {
		width: 40%;
		height: 80%;
	}
	.tabMenu-m ul {
		text-align: center;
		margin: 32px 0;
		overflow: auto;
	}
	.container_inner.addable_reservation .tabMenu-m ul li {
		color: #242424;
		opacity: 0.3;
		width: 100%;
		margin-right: calc(100vw * (20 / 375));
	}
	.container_inner.addable_reservation .tabMenu-m ul li.on {
		opacity: 1;
	}
	.rightbx.mo.reservation_addable {
		display: block;
	}
	.rightbx.mo.reservation_addable .m-total_price p {
    font-size: 14px;
    }
  .reserbx.reservation_rt.on .content {
  	overflow: auto;
  }
  .reserbx.reservation_rt.on .pay_info {
	  padding-bottom: calc(100vw * (170 / 375));
	}
  .reserbx.reservation_rt.on .bottbx .costbx {
  	position: fixed;
  	height: calc(100vw * (160 / 375));
  	border-top: 1px solid #cccccc;
  }
  .pay_info .room_info .txtbx {
  	display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
 .dropdown .reserbx .content .room_info .txtbx h4 {
  	font-size: calc(100vw * (14 / 375));
  	display: inline-block;
	  width: 100%;
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  position: unset;
	  text-align: right;
  }
  .dropdown .reserbx .content .room_info .txtbx .botbx {
  	position: unset;
  	margin: 0;
  }
  .m_gap0 {
  	gap: 0!important;
  }
  .reservation.content_t.addable_reservation .contbx .cont_tit .ico {
		width: calc(100vw * (32 / 375));
		height: calc(100vw * (32 / 375));
	}
}