.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    display:none !important;
}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    display:none !important;
}

.wrap .cont_wrap .calender .calender_body .week_date .date.selectedDate {
    background: #FFDCC2;
}

.wrap .cont_wrap .calender .calender_body .week_date .date.arrivalSelectedDate { 
    background: #FFDCC2;
}




/* share */
.wrap .cont_wrap .share_modal { display: none; position: fixed; z-index: 1; padding-top: 400px; top: 0; left: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.4); }

.wrap .cont_wrap .share_modal .share_box { background-color: #fefefe; margin: auto; padding: 15px 20px; border: 1px solid #D9D9D9; border-radius: 10px; width: 30%; font-weight: bold }

.wrap .cont_wrap .share_modal .share_box .share_header {display: flex; justify-content: space-between; align-items:center; padding-bottom: 15px; border-bottom: 1px solid #D9D9D9;}
.wrap .cont_wrap .share_modal .share_box .share_header .share_title{font-size: 17px;}
.wrap .cont_wrap .share_modal .share_box .share_header .share_btn_close {color: #aaaaaa; font-size: 28px;}
.wrap .cont_wrap .share_modal .share_box .share_header .share_btn_close:hover, .share_btn_close:focus { color: #000; text-decoration: none; cursor: pointer;}
.wrap .cont_wrap .share_modal .share_box .share_content {display: flex; justify-content: center; padding: 35px 20px;}
.wrap .cont_wrap .share_modal .share_box .share_content .btn_item {width: 60px; margin: 0px 12px; text-align: center}
.wrap .cont_wrap .share_modal .share_box .share_content .btn_item button img {margin-bottom: 5px}
.wrap .cont_wrap .share_modal .share_box .share_content .btn_item button span {font-size: 12px; font-weight: bold; color: #383838}
.wrap .cont_wrap .share_modal .share_box .share_content .btn_item a img {margin-bottom: 5px}
.wrap .cont_wrap .share_modal .share_box .share_content .btn_item a span {font-size: 12px; font-weight: bold; color: #383838;}

.nokoriSeki{clear:both;font-size:10px;text-align:center}

.calender_box .form_select{height:unset}

.wrap .side_wrap .option_item .opt_info .sub b{color:#999;font-weight:normal}

.dateBottomShadow{height:28px;box-shadow: 0px -16px 20px 20px #fff;margin-top:9px}
#optMoreBtn{cursor:pointer;border-radius: 50px;width:230px;margin:0 auto;background: #FA7B24;color: #FFF;font-size: 20px;font-weight: 700;padding: 14px 85px 16px;text-align:center;}