.m_modalbx.addable_reservation {
	width: 1320px;
	border-radius: 4px;
	background: transparent;
}
.m_modalbx.addable_reservation ul {
	padding: 0;
	width: 100%;
	justify-content: space-between;
}
.m_modalbx.addable_reservation .picklistwrap {
	border-radius: unset;
    background: #ffffff;
    width: calc(100% - 216px - 8px);
    height: 100%;
    flex-shrink: 0;
    position: unset;
    padding: 20px 48px;
    border-radius: 4px;
}
.m_modalbx.addable_reservation .reserbtn {
	width: 216px;
	min-height: 74px;
	position: unset;
	border-radius: 4px;
	background: transparent;
}
.m_modalbx.addable_reservation .reserbtn .btn {
	width: 216px;
	height: 100%;
	position: unset;
	border-radius: 4px;
}
/* 하단 예약하기 바: 날짜 선택 */
.m_modalbx.addable_reservation .room::before, .m_modalbx .date::before {
	content: unset;
}
.m_modalbx.addable_reservation .picklist {
	width: 28%;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.m_modalbx.addable_reservation .picklist::after {
	display: block;
	bottom: 8px;
}
.m_modalbx.addable_reservation .picklist:not(:last-child) {
	margin: 0;
	min-height: unset;
}
.m_modalbx.addable_reservation .picklist .crt_date {
	margin: 0;
}
.m_modalbx.addable_reservation .picklist .msg {
	font-size: 14px;
	gap: unset;
	justify-content: space-between;
	width: 80%;
}
.m_modalbx.addable_reservation .picklist .msg p {
	display: unset;
	font-size: 14px;
}
.m_modalbx.addable_reservation .picklistBtnWrap .msg p span {
	font-size: unset;
	margin-left: 8px;
}
.modalwrap.addable_reservation .dropdownbx {
	width: 418px;
	height: auto;
	border-radius: 4px;
}
.modalwrap.addable_reservation .dropdownbx .inner .select_person a {
	width: 50%;
}
.modalwrap.addable_reservation .dropdownbx .inner .select_person .num_crt {
	width: 50%;
	justify-content: right;
	gap: 16px;
}
.modalwrap.addable_reservation .dropdownbx .inner .select_person .num_crt .adult,.child {
	display: flex;
	border: 0px solid transparent;
	width: 40%;
	justify-content: space-between;
}
.modalwrap.addable_reservation .dropdownbx .inner .info_child_age {
	justify-content: flex-end;
	height: auto;
	padding-top: 0;
}
.modalwrap.addable_reservation .dropdownbx .inner .info_child_age .info_icon {
	display: inline-block;
    background: url(https://www.cheongpung813.com/main/assets/images/icon/infoIcon.svg) no-repeat center;
    background-size: cover;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.modalwrap.addable_reservation .dropdownbx .inner .info_child_age p {
	color: rgba(36, 36, 36,.5);
	font-size: 12px;
	margin-left: 4px;
}
.modalwrap.addable_reservation .dropdownbx .clkbtn {
	background: #261c16;
	border-radius: 0 0 4px 4px;
}
.m_modalbx.addable_reservation .date.picklist .crt_date .msg.reg_date {
	justify-content: space-between;
}
.m_modalbx.addable_reservation .picklist .msg.reg_date span {
	display: unset;
	width: fit-content;
	font-size: 14px;
}
.m_modalbx.addable_reservation .picklist .msg.reg_date span {
	text-align: center;
}
.m_modalbx.addable_reservation .picklist .msg.reg_date span:first-child{
	text-align: left;
}
.m_modalbx.addable_reservation .picklist .msg.reg_date span:last-child {
	text-align: right;
}
.m_modalbx.addable_reservation .date::after {
	margin: 0;
	right: -4px;
}
.m_modalbx.addable_reservation .picklist .crt_room {
	margin: 0;
}
.m_modalbx.addable_reservation .room::after {
	margin: 0;
}
.m_modalbx.addable_reservation .picklist .msg .added-room span {
	font-size: 14px;
}
.m_modalbx.addable_reservation .picklist .msg .added-room {
	display: none;
}
.m_modalbx.addable_reservation .picklist .msg .added-room.active {
	display: block;
}
.m_modalbx.addable_reservation .person.picklist {
	gap: 4px;
}
.m_modalbx.addable_reservation .person::after {
    content: "";
    background: url(../images/ico/ico_dropdown_black.svg) no-repeat center center / cover;
	margin: 0;
}
.m_modalbx.addable_reservation .picklist .crt_person {
	margin: 0;
	position: unset;
}
.num_crt span {
	font-size: 14px;
}
.m_modalbx.addable_reservation .picklistBtnWrap {
	width: 80%;
}
.info_popup2 .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.info_popup2 p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
.info_popup2 p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
.m_modalbx.addable_reservation .picklistBtnWrap .msg:not(:first-child) {
	margin-left: 32px;
}
.num_crt {
	gap: 8px;
}
/*하단 예약하기 바: 룸 선택 팝업 */
.modalwrap.addable_reservation .modalbx {
	height: 590px;
	border-radius: 4px;
}
/*하단 예약하기 바: 룸 선택 팝업 */
.modalwrap.addable_reservation .modalbx .position_relative {
	position: relative;
	height: 100%;
}
.modalwrap.addable_reservation .modalbx .listWrap .room_imgbx {
	width: 40%;
}
.modalwrap.addable_reservation .modalbx .listWrap .roomBx .txtbx {
	width: 57%;
	height: 100%;
	padding: 8px 0;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.modalwrap.addable_reservation .modalbx .listWrap .roomBx .txtbx h2 {
	margin-bottom: 8px;
}
.modalwrap.addable_reservation .modalbx .listWrap .roomBx .txtbx .room_info {
	display: block;
	margin-top: 14px;
	font-size: 14px;
	color: #242424;
	opacity: 0.3;
	text-decoration: underline;
}
.floating_reserve_room_wrap {
	display: none;
}
.floating_reserve_room_wrap.active {
	position: fixed;
    height: 50px;
    display: block;
    bottom: 161px;
    z-index: 999;
    width: 800px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}
.floating_reserve_room_wrap.active .floating_reserve_room {
	position: absolute;
  	z-index: 9;
	width: 92px;
	height: 52px;
	left: 20px;
	bottom: 20px;
	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;
}
.floating_reserve_room_wrap.active .floating_reserve_room .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;
}
.floating_reserve_room_wrap.active .floating_reserve_room .checked_room {
	display: inline-block;
	font-size: 28px;
	color: #242424;
	margin-left: 8px;
}
.modalwrap.addable_reservation .modalbx .listWrap .roomBx {
	height: 188px;
}
.modalwrap.addable_reservation .modalbx .listWrap .roomBx .desc {
	margin: 0;
}
.modalwrap.addable_reservation .modalbx .listWrap .roomBx .desc span {
	font-size: 14px;
	font-weight: 500;
}
.modalwrap.addable_reservation .modalbx .listWrap .roomBx .txtbx h6 {
	margin: 0 0 8px 0;
	font-size: calc(100vw * (14 / 1600));
}
/* S: 251030 추가 */
.addable_reservation .listWrap .txtbx .bot_txt p {
	line-height: 1;
}
.addable_reservation .listWrap .room_price_info_box {
	display: flex;
	align-items: baseline;
	margin-bottom: 8px;
}
.addable_reservation .listWrap .room_price_info_box p,span {
	font-size: 14px!important;
	font-weight: 400!important;
	color: #999999;
}
.addable_reservation .listWrap .room_price_info_box p.divider {
	margin: 0 6px;
}
.addable_reservation .listWrap .room_price_info_box .room_price_info {
	display: flex;
	align-items: anchor-center;
}
.addable_reservation .listWrap .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 추가 */

.modalwrap.addable_reservation .modalbx .listWrap .bot_bx {
	gap: unset!important;
}
.modalwrap.addable_reservation .modalbx .no_room_listWrap {
	display: none;
}
.modalwrap.addable_reservation .modalbx .no_room_listWrap p {
	font-size: 16px;
	color: #242424;
	opacity: 0.3;
	margin-top: 80px;
}
.modalwrap.addable_reservation .modalbx .no_room_listWrap.active {
	display: block;
	text-align: center;
}
.modalwrap.addable_reservation .modalbx .listWrap {
	display: none;
}
.modalwrap.addable_reservation .modalbx .listWrap.active {
	display: block;
}
.modalwrap.addable_reservation .modalbx .listWrap .actionBtns .reserve_btn {
	background: transparent;
	border: 1px solid #242424;
	padding: 24px 72px;
}
.modalwrap.addable_reservation .modalbx .listWrap .actionBtns .reserve_btn a {
	font-size: 14px;
	color: #242424;
}
.modalwrap.addable_reservation .modalbx .listWrap .actionBtns button:not(:last-child) {
	display: none;
}
.modalwrap.addable_reservation .modalbx .listWrap .actionBtns .reserve_btn.on {
	background: #242424;
}
.modalwrap.addable_reservation .modalbx .listWrap .actionBtns .reserve_btn.on a {
	color: #ffffff;
}
.modalwrap.addable_reservation .modalwrap .calbx {
	border-radius: 4px;
}
.modalwrap.addable_reservation .dropdownbx {
	bottom: 160px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 1600px) {
	.floating_reserve_room_wrap.active {
	    bottom: 160px;
	    z-index: 999;
	    width: calc(100vw * (800 / 1600));
	}
	.floating_reserve_room_wrap.active .floating_reserve_room {
	  left: calc(100vw * (20 / 1600));
	  bottom: calc(100vw * (20 / 1600));
	}
    .m_modalbx.addable_reservation .person.picklist::after {
    	width: calc(100vw * (18 / 1600));
        height: calc(100vw * (18 / 1600));
    }
    .modalwrap.addable_reservation .modalbx .listWrap .roomBx {
    	height: calc(100vw * (188 / 1600));
    }
    .modalwrap.addable_reservation .modalbx .listWrap .roomBx .txtbx h2 {
		margin-bottom: 8px;
	}
	.modalwrap.addable_reservation .modalbx .listWrap .roomBx .txtbx h6 {
		margin-top: 0;
	}
	.modalwrap.addable_reservation .modalbx .listWrap .actionBtns .reserve_btn {
		padding: calc(100vw * (24 / 1600)) calc(100vw * (72 / 1600));
	}
	.modalwrap.addable_reservation .calbx {
		bottom: 160px;
	}
	.modalwrap.addable_reservation .modalbx.addable_reservation {
		bottom: 160px;
		height: calc(100vw * (590 / 1600));
	}
	.m_modalbx.addable_reservation .picklistBtnWrap {
		width: 100%;
	}
	.modalwrap.addable_reservation .dropdownbx .select_person {
		padding: calc(100vw * (32 / 1600));
	}
	.modalwrap.addable_reservation .dropdownbx .select_person a {
		font-size: calc(100vw * (18 / 1600));
	}
}
@media screen and (max-width: 1440px) {
	.m_modalbx.addable_reservation {
		width: 96%;
	}
}
@media screen and (max-width: 1100px) {
    .m_modalbx.addable_reservation .picklist .msg {
    	width: 100%;
    }
    .m_modalbx.addable_reservation .reserbtn {
		width: 140px;
	}
	.m_modalbx.addable_reservation .reserbtn .btn {
		width: 100%;
	}
	.m_modalbx.addable_reservation .date::after {
		top: 0;
	}
	.m_modalbx.addable_reservation .room::after {
		top: 0;
	}
    .m_modalbx.addable_reservation .person.picklist::after {
    	top: 0;
    }
}
@media screen and (max-width: 900px) {
	.mo_kv {
		display: block;
	}
	.main .visual .visual_swiper .swiper_controler {
		position: unset;
		transform: unset;
	}
	.main .visual .visual_swiper .swiper_controler .swiper-pagination {
        left: calc(100vw * (40 / 375));
        right: auto;
        top: calc(100vw * (350 / 375));
    }
	.modalwrap {
		display: none;
	}
	.opt_container.addable_reservation .titbx {
		justify-content: space-between;
	}
	.opt_container.addable_reservation .titbx .ico {
		margin: 0;
	}
	.opt_container.addable_reservation .titbx span {
		width: calc(100vw * (24 / 375));
		height: calc(100vw * (24 / 375));
	}
	.opt_container.addable_reservation .calendar_wrap .flatpickr-days .dayContainer {
		box-shadow: 0 0 0 transparent;
	}
	.fxd-bx.on .mo_optbx {
		bottom: 0;
	}
	.m_modalbx.addable_reservation {
		display: none;
	}
	.rooms_container .tabMenu {
		justify-content: space-between;
	}
	.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;
	}
	.rooms_container.addable_reservation .listWrap.active {
		display: block;
	}
	.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));
	}
	.rooms_container.addable_reservation .listBx .txtbx {
		width: calc(100vw * (335 / 375));
	}
	.rooms_container.addable_reservation .bot_txt {
	    display: flex;
	    justify-content: space-between;
	    align-items: self-end;
	}
	.rooms_container.addable_reservation .btnbx {
        width: auto;
        height: 100%;
	}
	.rooms_container.addable_reservation .btnbx .reserve_btn {
		width: 100%;
	}
	.rooms_container.addable_reservation .listWrap .btnbx .reserve_btn {
		background: transparent;
		border: 1px solid #242424;
		padding: calc(100vw * (20 / 375)) calc(100vw * (40 / 375));
	}
	.rooms_container.addable_reservation .listWrap .btnbx .reserve_btn a {
		font-size: calc(100vw * (16 / 375));
		color: #242424;
	}
	.rooms_container.addable_reservation .listWrap .btnbx .reserve_btn.on {
		background: #242424;
	}
	.rooms_container.addable_reservation .listWrap .btnbx .reserve_btn.on a {
		color: #ffffff;
	}
	.floating_reserve_room_wrap.active .floating_reserve_room {
		position: absolute;
	    z-index: 1001;
		width: calc(100vw * (80 / 375));
	    height: calc(100vw * (48 / 375));
	    left: 20px;
	    bottom: 20px;
	    background: #ffffff;
	    border-radius: calc(100vw * (35 / 375));
	    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;
	}
	.floating_reserve_room_wrap.active .floating_reserve_room .icon_cart {
		display: inline-block;
		width: calc(100vw * (24 / 375));
        height: calc(100vw * (20 / 375));
		background-image: url("../images/main/pc_cart_black.svg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.floating_reserve_room_wrap.active .floating_reserve_room .checked_room {
		display: inline-block;
		font-size: calc(100vw * (24 / 375));
		color: #242424;
		margin-left: calc(100vw * (8 / 375));
	}
	.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;
	}
	.numchkbx ul li {
		width: 100%;
	}
	.numchkbx ul:last-child {
		margin-bottom: 32px;
	}
	.rooms_container.addable_reservation {
	  overflow-x: hidden; /* 부모에서는 가로 스크롤 막기 */
	}
	.rooms_container.addable_reservation .tabMenu {
	  display: flex;
	  border-bottom: calc(100vw * (1 / 375)) solid #e6e6e6;
	  overflow-x: auto;      /* 가로 스크롤 허용 */
	  overflow-y: hidden;    /* 세로 스크롤 차단 */
	  white-space: nowrap;
	  -webkit-overflow-scrolling: touch;	
	}

	.rooms_container.addable_reservation .tabMenu li {
	  flex: 0 0 auto; /* 가로로 계속 나열 */
	  padding-bottom: calc(100vw * (8 / 375));
	  position: relative;
	}

	.rooms_container.addable_reservation .tabMenu li:not(:last-child) {
	  margin-right: calc(100vw * (26 / 375));
	}

	.rooms_container.addable_reservation .listWrap {
	  flex: 1;
	  overflow-y: auto;   /* 세로 스크롤 */
	  overflow-x: hidden; /* 가로 스크롤 차단 */
	}
	.rooms_container.addable_reservation .floating_reserve_room_wrap {
        bottom: 20px;
        width: 100%;
    }
    .mo_optbx .inner .person_opt .txtbx p > span {
   		margin-left: calc(100vw * (8 / 375))!important;
    }
	.mo_optbx .inner .person_opt .txtbx p span.adult {
		margin-left: 0;
	}
	.mo_optbx .inner .person_opt .txtbx p{
		width: 100%;
	}
    .persons_container .pickbtn {
    	position: static;
    	margin-top: 32px;
    	border-radius: calc(100vw * (60 / 375));
    	height: calc(100vw * (60 / 375));
    }
    .opt_container.addable_reservation.persons_container .content .numchkbx ul li {
    	height: auto;
    	padding: calc(100vw * (16 / 375));
    }
    .opt_container.addable_reservation.persons_container .content .numchkbx p {
    	font-size: calc(100vw * (14 / 375));
    	margin-bottom: calc(100vw * (12 / 375));
    }

}