header .header_right.text {
    display: none;
}

.detail_visual {
    height: 125px;
    width: 100%;
    background: url(/images/staying/staying_detail_visual.jpg);
    background-size: cover;
}

.contents .place_detail {
    padding-top: 60px
}

.contents .place_detail .detail_wrap {
    display: flex;
    padding-bottom: 38px;
}

.contents .place_detail .detail_wrap .detail_img {
    width: 635px;
}

.contents .place_detail .detail_wrap .detail_img .main_img img {
    width: 100%;
    height: 423px;
}

.contents .place_detail .detail_wrap .detail_img .thumb_list {
    padding-top: 10px;
}

.contents .place_detail .detail_wrap .detail_img .thumb_list .more {
    width: 49px;
    height: 49px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 36px;
    font-weight: 200;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.contents .place_detail .detail_wrap .detail_img .thumb_list img {
    width: 49px;
    height: 49px;
    margin: 0 4px 4px 0;
}

.contents .place_detail .detail_wrap .detail_img .thumb_list img:nth-child(12n) {
    margin-right: 0;
}

.contents .place_detail .detail_wrap .detail_img .thumb_list img:nth-child(n+13) {
    display: none;
}

.contents .place_detail .detail_wrap .detail_text {
    width: calc(100% - 635px);
    padding-left: 40px;
}

.contents .place_detail .detail_wrap .detail_text .info_tit {
    padding: 18px 0 9px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1px;
    border-top: 1px dashed #eeeeee;
}

.contents .place_detail .detail_wrap .detail_text .info_basic {
    color: #666;
    padding-bottom: 20px;
}

.contents .place_detail .detail_wrap .detail_text .info_basic .star_grade {
    margin-right: 2px;
}

.contents .place_detail .detail_wrap .detail_text .info_benefit {
    padding: 9px 12px;
    margin-bottom: 13px;
    background: #f3f3f3;
}

.contents .place_detail .detail_wrap .detail_text .info_benefit li {
    font-size: 13px;
    color: #333;
    line-height: 1.4;
}

.contents .place_detail .detail_wrap .detail_text .info_benefit li span {
    display: inline-block;
    width: 60px;
    font-size: 13px;
    color: #999;
}

.contents .place_detail .detail_wrap .detail_text .info_price {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.contents .place_detail .detail_wrap .detail_text .info_price span {
    font-size: 27px;
    font-weight: 800;
    letter-spacing: .5px;
    font-family: "Tahoma", 'Noto Sans KR', sans-serif;
}

.contents .place_detail .detail_wrap .detail_text .info_location {
    position: relative;
    height: 95px;
    border: 1px solid #d8d8d8;
}

/*.contents .place_detail .detail_wrap .detail_text .info_location::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(/images/staying/map_search.png) no-repeat center rgba(0, 0, 0, 0.4);
}*/

.contents .place_detail .detail_wrap .detail_text  .location_tit {
    font-size: 14px;
    line-height: 1.3;
    color: #666;
    box-sizing: border-box;
    /*position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 330px;
    height: 100%;
    padding-left: 30px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0) 100%);*/
}

.contents .place_detail .detail_wrap .detail_text .info_location iframe {
    position: absolute;
    right: 0;
}

.contents .place_detail .detail_wrap .detail_text .info_facilities {
    display: flex;
    align-items: center;
    position: relative;
    padding: 26px 0 29px;
}

.contents .place_detail .detail_wrap .detail_text .info_facilities .fac_tit {
    padding-right: 15px;
    font-size: 14px;
    letter-spacing: -1px;
}

.contents .place_detail .detail_wrap .detail_text .info_facilities .fac_list {
    display: flex;

}

.contents .place_detail .detail_wrap .detail_text .info_facilities .fac_list::after {
    /* content: "+ 19"; */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    font-size: 18px;
    font-weight: 700;
    color: #b1b1b1;
}

.contents .place_detail .detail_wrap .detail_text .info_facilities .fac_list li {
    padding: 0 7px;
    text-align: center;
}

.contents .place_detail .detail_wrap .detail_text .info_facilities .fac_list span {
    display: block;
    padding-top: 3px;
    font-size: 12px;
}

.contents .place_detail .detail_wrap .detail_text .info_time {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 11px 0 13px;
    border-top: 1px solid #e3e5e8;
    border-bottom: 1px solid #e3e5e8;
    background: #f7f8fd;
}

.contents .place_detail .detail_wrap .detail_text .info_time::before,
.contents .place_detail .detail_wrap .detail_text .info_time::after {
    content: "";
    position: absolute;
    left: 48%;
    width: 22px;
    height: 2px;
    background: #e2e3e6;
}

.contents .place_detail .detail_wrap .detail_text .info_time::before {
    top: 20px;
    transform: rotate(45deg);
}

.contents .place_detail .detail_wrap .detail_text .info_time::after {
    top: 35px;
    transform: rotate(135deg);
}

.contents .place_detail .detail_wrap .detail_text .info_time p {
    width: 46%;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    color: #838485;
}

.contents .place_detail .detail_wrap .detail_text .info_time p span {
    display: inline-block;
    padding-top: 3px;
    font-weight: 600;
    color: #283947;
}

.contents .place_detail .detail_input {
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.contents .place_detail .detail_input label {}

.contents .place_detail .detail_input label input:not(.count-input) {
    height: 58px;
    padding: 20px 15px 20px 50px;
    font-size: 17px;
    border: 1px solid #b8b8b8;
    border-radius: 8px;
    box-sizing: border-box;
    background: url(/images/staying/staying_input_icon1.jpg) no-repeat;
    background-position: 20px 16px;
}

.contents .place_detail .detail_input label.search_input1 input {
    width: 399px;
}
.contents .place_detail .detail_input label.search_input1.occupant input {
    width: 300px;
}


.contents .place_detail .detail_input label.search_input2 input {
    width: 399px;
}
.contents .place_detail .detail_input label.search_input2.occupant input {
    width: 300px;
}

.contents .place_detail .detail_input label.search_input3 input:not(.count-input)
, .contents .place_detail .detail_input label.search_input4 input:not(.count-input)
, .contents .place_detail .detail_input label.search_input5 input:not(.count-input) {
    width: 238px;
    background: url(/images/staying/staying_input_icon2.jpg) no-repeat;
    background-position: 20px 16px;
}
.contents .place_detail .detail_input label.search_input3.occupant input:not(.count-input) {
    width: 150px;
}

.contents .place_detail .detail_input label.search_input4.occupant input:not(.count-input)
, .contents .place_detail .detail_input label.search_input5.occupant input:not(.count-input) {
  width: 130px;
}

.contents .place_detail .detail_input .search_submit {
    width: 158px;
    border-radius: 8px;
    background: #363e62;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: 0;
}

.contents .place_detail .detail_room {}

.contents .place_detail .detail_room table {
    width: 100%;
    border-top: 2px solid #5c5c5c;
    border-bottom: 1px solid #ddd;
}

.contents .place_detail .detail_room table tr th {
    height: 41px;
    padding-top: 11px;
    text-align: center;
    box-sizing: border-box;
    background: #f6f6f6;
}

.contents .place_detail .detail_room table tr th:nth-child(1) {
    width: 580px;
}

.contents .place_detail .detail_room table tr th:nth-child(2) {
    width: 300px;
}

.contents .place_detail .detail_room table tr th:nth-child(3) {
    text-align: right;
}

.contents .place_detail .detail_room table tr th:nth-child(4) {
    width: 200px;
}

.contents .place_detail .detail_room table tr.view td {
    height: 122px;
    padding: 0 20px;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    line-height: 1.4;
    word-break: keep-all;
}

.contents .place_detail .detail_room table tr.view td:nth-child(1) p {
    padding-bottom: 5px;
    line-height: 22px;
}

.contents .place_detail .detail_room table tr.view td:nth-child(1) div {
    font-size: 14px;
}

.contents .place_detail .detail_room table tr.view td:nth-child(1) div img {
    margin-right: 5px;
    float: left;
}

.contents .place_detail .detail_room table tr.view td:nth-child(1) div span {
    display: inline-block;
    padding-left: 2px;
    font-size: 14px;
}

.contents .place_detail .detail_room table tr.view td:nth-child(1) div span.blue {
    color: #566edb;
}

.contents .place_detail .detail_room table tr.view td:nth-child(1) div span.red {
    color: #ff4349;
}

.contents .place_detail .detail_room table tr td:nth-child(2) {
    text-align: center;
}

.contents .place_detail .detail_room table tr td:nth-child(3) {
    padding: 0 20px 0 12px;
    text-align: right;
}

.contents .place_detail .detail_room table tr td:nth-child(3) div {
    display: inline-block;
    width: 160px;
    vertical-align: middle;
}

.contents .place_detail .detail_room table tr td:nth-child(3) .room_price {
    display: block;
    font-size: 18px;
}

.contents .place_detail .detail_room table tr td:nth-child(3) .room_price i {
    font-size: 27px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 1.5px;
    font-family: "Tahoma", 'Noto Sans KR', sans-serif;
}

.contents .place_detail .detail_room table tr td:nth-child(3) .room_length {
    font-size: 14px;
}

.contents .place_detail .detail_room table tr td:nth-child(3) a.pc {
    display: inline-block;
    margin-left: 15px;
    width: 114px;
    height: 60px;
    background: #ff4349;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 58px;
    color: #fff;
    border-radius: 8px;
}

.contents .place_detail .detail_room table tr td:nth-child(3) a.mobile {
    display: none;
    margin-left: 15px;
    width: 114px;
    height: 60px;
    background: #ff4349;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 58px;
    color: #fff;
    border-radius: 8px;
}

.contents .place_detail .detail_room table tr.open td:nth-child(3) a {
    background: #aaaaaa;
}

.contents .place_detail .detail_room table tr.fold {
    background: #f7f8fd;
    border-top: 1px solid #ddd;
    display: none;
}

.contents .place_detail .detail_room table tr.fold.open {
    display: table-row;
}

.contents .place_detail .detail_room table tr.fold td .left {
    display: inline-block;
    width: 52.5%;
}

.contents .place_detail .detail_room table {
    overflow: hidden;
}

.contents .place_detail .detail_room table tr.fold td .right {
    display: inline-block;
    width: 45%;
    padding: 27px 0px 27px 26px;
    vertical-align: top;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
}

.contents .place_detail .detail_room table tr.fold td .left_top {
    padding: 30px 30px 25px;
    border-bottom: 1px solid #dddddd;
}

.contents .place_detail .detail_room table tr.fold td .table_tit {
    display: inline-block;
    vertical-align: top;
}

.contents .place_detail .detail_room table tr.fold td .table_cont {
    display: inline-block;
    width: calc(100% - 200px);
    padding-left: 24px;
}

.contents .place_detail .detail_room table tr.fold td .table_cont li {
    padding-bottom: 8px;
    font-size: 13px;
}

.contents .place_detail .detail_room table tr.fold td .left_bottom {
    padding: 30px 30px 25px;
}

.contents .place_detail .detail_room table tr.fold td .left_bottom .select_box {
    overflow: hidden;
    margin-bottom: 18px;
}

.contents .place_detail .detail_room table tr.fold td .left_bottom .select_box p {
    line-height: 30px;
}

.contents .place_detail .detail_room table tr.fold td .left_bottom select {
    float: right;
    width: 85%;
    height: 38px;
    padding: 0 10px 0 15px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    letter-spacing: 0.5px;
    appearance: none;
    background: url(/images/staying/staying_select_ico.jpg) no-repeat #fff;
    background-position: right center;
}

.contents .place_detail .detail_room table tr.fold td .right .name {
    padding-bottom: 15px;
    font-size: 19px;
    letter-spacing: 0.2px;
    line-height: 21px;
}

.contents .place_detail .detail_room table tr.fold td .right .date {
    position: relative;
    font-size: 15px;
    color: #333;
    padding-bottom: 30px;
}

.contents .place_detail .detail_room table tr.fold td .right .date::after {
    content: "";
    height: 1px;
    width: 130%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: -30px;
    background: #dddddd;
}

.contents .place_detail .detail_room table tr.fold td .right .right_bottom {
    padding-top: 18px;
}

.contents .place_detail .detail_room table tr.fold table {
    border: 0;
}

.contents .place_detail .detail_room table tr.fold table th {
    width: 50%;
    text-align: left;
    background: none;
    height: 30px;
}

.contents .place_detail .detail_room table tr.fold table td {
    text-align: right;
}

.contents .place_detail .detail_room table tr.fold table tr:last-child td {
    padding-top: 30px;
    font-size: 18px;
}

.contents .place_detail .detail_room table tr.fold table tr:last-child td i {
    font-size: 27px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 1.5px;
    font-family: "Tahoma", 'Noto Sans KR', sans-serif;
}

.contents .place_detail .detail_room .reserve_btn {
    display: inline-block;
    margin-top: 25px;
    width: 100%;
    height: 60px;
    background: #ff4349;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 58px;
    color: #fff;
    border-radius: 8px;
}

.contents .place_detail .detail_room table tr.none td div {
    padding: 110px 0 130px;
    text-align: center;
}

.contents .place_detail .detail_room table tr.none td div p {
    padding-top: 25px;
    font-size: 23px;
    font-weight: 500;
    color: #515594;
}

.contents .place_detail .detail_room table tr.none td div p span {
    padding-top: 9px;
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.contents .place_info {}

.contents .place_tit {
    padding: 80px 0 25px;
    font-size: 24px;
    letter-spacing: -1px;
    border-bottom: 2px solid #5c5c5c;
}

.contents .place_info ul {}

.contents .place_info ul li {
    padding: 36px 0;
    border-bottom: 1px solid #ddd;
}

.contents .place_info ul li .info_tit {
    display: inline-block;
    width: 180px;
    vertical-align: top;
    line-height: 1.4;
}

.contents .place_info ul li .info_desc {
    display: inline-block;
    width: calc(100% - 200px);
    line-height: 1.4;
    word-break: keep-all;
    letter-spacing: -0.7px;
}
.contents .place_info ul li .info_desc a{
  word-break: break-all;
}
.contents .place_info ul li .info_desc img{
  width: 100%;
}
.contents .place_location {}

.contents .place_location .place_tit {
    margin-bottom: 35px;
}

.contents .place_location .location_map {
    height: 200px;
    position: relative;
    border: 1px solid #d4d4d3;
}

/*.contents .place_location .location_map::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: url(/images/staying/map_search.png) no-repeat center rgba(0, 0, 0, 0.4);
}*/

.contents .place_location .location_map .map_text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 50%;
    padding-left: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0) 100%);
}

.contents .place_location .location_map .map_text .map_star {
    font-size: 24px;
    font-weight: 900;
    padding-bottom: 15px;
}

.contents .place_location .map_text .map_star .star_grade {
    margin-right: 5px;
}

.contents .place_location  .map_text .map_tit {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #4b566f;
}

.contents .place_location .location_map iframe {
    position: absolute;
    right: 0;
}

.contents .place_location .location_txt {
    padding-top: 10px;
}

.contents .place_location .location_txt li {
    font-size: 12px;
    color: #a7a7a7;
    line-height: 1.6;
}

footer {
    position: relative;
}

/*footer::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 70px;
    z-index: -1;
    width: 100%;
     height: 231px;

    background: #f8f8f8;
}*/

footer .footer_info {
    border-bottom: 0;
}

footer .footer_info .info_tel::before {
    display: none;
}

/*****************************/
.detail_input {
    position: relative;
}

.result_box3, .result_box4, .result_box5 {
    display: none;
    position: absolute;
    right: 77px;
    top: 60px;
    z-index: 1;
    width: 179px;
    padding: 0 19px 18px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #999;
}

.result_box3.show, .result_box4.show, .result_box5.show {
    display: block;
}

.result_box3 ul li .result_tit,
.result_box4 ul li .result_tit,
.result_box5 ul li .result_tit {
    position: relative;
    padding: 18px 0 20px;
    font-size: 18px;
    border-bottom: 1px solid #e4e4e4;
}

.result_box3 ul li .result_tit::after,
.result_box4 ul li .result_tit::after,
.result_box5 ul li .result_tit::after {
    content: "";
    position: absolute;
    right: 0;
    top: 21px;
    display: inline-block;
    width: 21px;
    height: 14px;
    background: url(/images/common/common_spinner_arrow.jpg) no-repeat #fff;
}

.result_box3 ul li .result_tit.hide::after,
.result_box4 ul li .result_tit.hide::after,
.result_box5 ul li .result_tit.hide::after {
    top: 22px;
    transform: rotate(180deg);
    opacity: 0.4;
}

.result_box3 ul li .spinner_wrap,
.result_box4 ul li .spinner_wrap,
.result_box5 ul li .spinner_wrap {
    border-bottom: 1px solid #e4e4e4;
}

.result_box3 ul li .spinner_wrap .spinner_tit,
.result_box4 ul li .spinner_wrap .spinner_tit,
.result_box5 ul li .spinner_wrap .spinner_tit {
    padding: 19px 0 18px;
}

.result_box3 ul li .spinner_wrap .spinner_box,
.result_box4 ul li .spinner_wrap .spinner_box,
.result_box5 ul li .spinner_wrap .spinner_box {
    position: relative;
    padding-bottom: 18px;
}

.result_box3 ul li .spinner_wrap .spinner_box p span,
.result_box4 ul li .spinner_wrap .spinner_box p span,
.result_box5 ul li .spinner_wrap .spinner_box p span {
    /* padding-top: 12px; */
    font-size: 15px;
    color: #999;
    letter-spacing: -1px;

    display: flex;
    justify-content: space-between;
}

.result_box3 ul li .spinner_wrap .spinner_box p button,
.result_box4 ul li .spinner_wrap .spinner_box p button,
.result_box5 ul li .spinner_wrap .spinner_box p button {
    background-color: #FFF;
    border: 1px solid #999;
    width: 30px;
    padding: 5px;
}

.result_box3 ul li .spinner_wrap .spinner_box p button.first {
    /* margin-left: 65px; */
}

.result_box3 ul li .spinner_wrap .spinner_box p input[type="text"],
.result_box4 ul li .spinner_wrap .spinner_box p input[type="text"],
.result_box5 ul li .spinner_wrap .spinner_box p input[type="text"] {
    width: 50px;
    text-align: center;
}

.result_box3 ul li .spinner_wrap .spinner_box input,
.result_box4 ul li .spinner_wrap .spinner_box input,
.result_box5 ul li .spinner_wrap .spinner_box input {
    width: 50px;
    padding: 11px 0px;
}

.result_box3 .list_add,
.result_box4 .list_add,
.result_box5 .list_add {
    width: 100%;
    height: 54px;
    font-size: 15px;
    color: #999;
    border: 0;
    background: none;
    vertical-align: top;
    border-radius: 4px;
}

.result_box3 .list_add .icon,
.result_box4 .list_add .icon,
.result_box5 .list_add .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/images/common/common_spinner_add.jpg) center no-repeat #fff;
    vertical-align: top;
}

.result_box3 .result_submit,
.result_box4 .result_submit,
.result_box5 .result_submit {
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background: #ff4349;
    border: 0;
    vertical-align: top;
    border-radius: 4px;
}


.input_box {
    position: relative;
}

.input_box #date_picker_wrap {
    position: absolute;
    top: 74px;
    left: 0;
    background: #fff;
    z-index: 1;
}

#date_picker_wrap .date-picker-wrapper {
    background: none;
    padding: 0;
    border: 0;
}

#date_picker_wrap .date-picker-wrapper .month-wrapper {
    padding: 5px 33px 5px;
    width: 666px;
    box-sizing: border-box;
    background: none;
    border: 1px solid #e3e3e3;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%)
}

#date_picker_wrap .date-picker-wrapper .month-wrapper table .day {
    position: relative;
    z-index: 10;
    font-size: 16px;
    height: 34px;
    margin: 5px 0px;
    line-height: 22px;
    box-sizing: border-box;
}

.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
    position: relative;
    font-size: 0;
    text-indent: 100%;
}

.date-picker-wrapper table .caption .prev::before,
.date-picker-wrapper table .caption .prev::after {
    content: "";
    position: absolute;
    left: -13px;
    top: -5px;
    z-index: 10;
    width: 17px;
    height: 3px;
    background: #d0d0d0;
    transform: rotate(138deg);
    transition: all .3s ease;
    border-radius: 2px;
}

.date-picker-wrapper table .caption .prev::after {
    top: 5px;
    transform: rotate(38deg);
}

.date-picker-wrapper table .caption .next::before,
.date-picker-wrapper table .caption .next::after {
    content: "";
    position: absolute;
    right: -17px;
    top: -5px;
    z-index: 10;
    width: 17px;
    height: 3px;
    background: #d0d0d0;
    transform: rotate(38deg);
    transition: all .3s ease;
    border-radius: 2px;
}

.date-picker-wrapper table .caption .next::after {
    top: 5px;
    transform: rotate(138deg);
}

.date-picker-wrapper .month-wrapper table, .date-picker-wrapper .month-wrapper table.month2 {
    width: 280px;
}

.date-picker-wrapper table .caption {
    height: 59px;
}

.date-picker-wrapper table .caption th {
    font-size: 18px;
    font-weight: 500;
}

.date-picker-wrapper .month-wrapper table .week-name {
    height: 30px;
}

.date-picker-wrapper .month-wrapper table td, .date-picker-wrapper .month-wrapper table th {
    width: 45px;
}

.date-picker-wrapper .month-wrapper table td:nth-child(1) .day.toMonth.valid,
.date-picker-wrapper .month-wrapper table th:nth-child(1) {
    color: #ff4349;
}

.date-picker-wrapper .month-wrapper table td:nth-child(7) .day.toMonth.valid,
.date-picker-wrapper .month-wrapper table th:nth-child(7) {
    color: #0080ff;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
    font-weight: 600;
    background: none;
}

.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
    position: relative;
    z-index: 1;
    background: none !important;
    color: #fff !important;
}

.date-picker-wrapper .first-date-selected::before,
.date-picker-wrapper .last-date-selected::before {
    content: "";
    position: absolute;
    background: #ff4349 !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    z-index: -1;
}

.date-picker-wrapper .first-date-selected::after,
.date-picker-wrapper .last-date-selected::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #ffe3e4;
    z-index: -2;
}

.date-picker-wrapper .last-date-selected::after {
    right: unset;
    left: 0;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering,
.date-picker-wrapper .month-wrapper table .day.checked {
    background: #ffe3e4;
}

.date-picker-wrapper .date-range-length-tip {
    z-index: 10;
}

.date-picker-wrapper .gap {
    width: 14px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog-titlebar {
    display: none;
}

/************************************************************************************************************/
#popup_image * {
    box-sizing: border-box;
}

#popup_image img {
    vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
#popup_image .container {
    position: relative;
}

/* Hide the images by default */
#popup_image .mySlides {
    text-align: center;
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
#popup_image .cursor {
    cursor: pointer;
}

/* Next & previous buttons */
#popup_image .prev,
#popup_image .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
#popup_image .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#popup_image .prev:hover,
#popup_image .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
#popup_image .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
#popup_image .caption-container {
    text-align: center;
    background-color: #FFF;
    padding: 20px;
    color: #000;
}

#popup_image .row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
#popup_image .column {
    float: left;
    width: 5%;
}

/* Add a transparency effect for thumnbail images */
#popup_image .demo {
    opacity: 0.6;
}

#popup_image .active,
#popup_image .demo:hover {
    opacity: 1;
}

.layer_wrap {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
    animation: fade-out 0.2s;
}

.layer_wrap.is_show {
    display: block;
    animation: fade-in 0.2s;
    opacity: 1;
}

.layer_wrap:before {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    content: '';
}

.layer_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 511px;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 1;
}

.layer_header {
    position: relative;
    padding: 25px 0 18px;
    border-bottom: 1px solid #ddd;
}

.layer_header .layer_tit {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #343b40;
}

.layer_header .btn_close {
    position: absolute;
    top: 23px;
    right: 25px;
    width: 28px;
    height: 27px;
    background: url(/images/reservation/reservation_close_ico.png) no-repeat;
}

.layer_wrap .layer_inner>.btn {
    display: block;
    margin-bottom: -1px;
}

.layer_loading .layer_content {
    padding: 85px 0 74px;
    text-align: center;
}

.layer_loading .layer_content .box_img {
    width: 181px;
    height: 29px;
    margin: 0 auto;
}

.layer_loading .layer_content .box_img img {
    vertical-align: top;
}

.layer_loading .layer_content .tit {
    padding: 47px 0 18px;
    font-size: 27px;
    font-weight: 600;
    color: #343b40;
}

.layer_loading .layer_content .tit .red {
    font-size: inherit;
    font-weight: 600;
    color: #ff4349;
}

.layer_loading .layer_content .txt {
    font-size: 18px;
    color: #777;
}

.slide_popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: -10;
    opacity: 0;
    display: flex;
}

.slide_popup_show .slide_popup {
    z-index: 10;
    opacity: 1;
}

.slide_popup .slider_cont {
    width: 813px;
    margin: auto;
    position: relative;
}

.slide_popup .slider_cont .slider_close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    background: none;
}

.slide_popup .slider_cont .slider_main {
    height: 540px;
    background: #000;
}

.slide_popup .slider_cont .slider_main img {
    width: 100%;
}

.slider_thumb {
    padding: 10px 7px 5px 12px;
    background: #fff;
}

.slider_thumb .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
    width: 100% !important;
}

.slider_thumb .slick-slide {
    margin: 0 5px 5px 0;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    border: 1px solid transparent;
}

.slider_thumb .slick-slide.slick-current.slick-active {
    opacity: 1;
    border-color: black;
}

.slider_thumb .slick-slide img {
    background: transparent;
}

.slider_thumb .slick-slide.slick-current.slick-active img {
    background: red;
}

.slider_thumb img {
    width: 49px;
    height: 49px;
}

.slick-prev,
.slick-next {
    background-image: url("/images/leisure/leisure_img_arrow.png") !important;
    width: 34px;
    height: 60px;
    z-index: 10;
}

.slick-prev {
    left: 30px;
}

.slick-next {
    right: 30px;
    transform: rotate(180deg);
    margin-top: -30px;
}

.slick-arrow.slick-disabled {
    opacity: 0.4;
}

.slick-prev:before, .slick-next:before {
    display: none;
}



@media screen and (max-width: 1024px) {
    .contents .place_detail {
        padding-top: 50px;
    }

    .contents .place_detail .detail_wrap {
        display: block;
        width: calc(100% - 40px);
        margin: auto;
    }

    .contents .place_detail .detail_wrap .detail_text {
        padding-left: 0;
        width: 100%;
    }

    .contents .place_detail .detail_wrap .detail_text .info_tit {
        border: 0;
    }

    .contents .place_detail .detail_wrap .detail_text .info_price,
    .contents .place_detail .detail_wrap .detail_text .info_location {
        display: none;
    }

    .contents .place_detail .detail_input {
        display: block;
        width: calc(100% - 40px);
        margin: auto;
    }

    .contents .place_detail .detail_wrap .detail_text .info_facilities .fac_list {
        width: calc(100% - 80px);
    }

    .contents .place_detail .detail_wrap .detail_text .info_facilities .fac_list li {
        width: 14%;
    }

    .contents .place_detail .detail_input label.search_input1 input,
    .contents .place_detail .detail_input label.search_input2 input,
    .contents .place_detail .detail_input label.search_input3 input,
    .contents .place_detail .detail_input label.search_input4 input,
    .contents .place_detail .detail_input label.search_input5 input,
    .contents .place_detail .detail_input label.search_input1.occupant input,
    .contents .place_detail .detail_input label.search_input2.occupant input,
    .contents .place_detail .detail_input label.search_input3.occupant input,
    .contents .place_detail .detail_input label.search_input4.occupant input,
    .contents .place_detail .detail_input label.search_input5.occupant input {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .contents .place_detail .detail_input .search_submit {
        /* display: none; */
        width: 100%;
        height: 50px;
    }

    .contents .place_detail .detail_room table tr th:nth-child(2) {
        width: auto;
    }

    .contents .place_detail .detail_room table tr th:nth-child(3) {
        text-align: center;
    }

    .contents .place_detail .detail_room table tr td:nth-child(3) .room_price i {
        font-size: 24px;
    }

    .contents .place_detail .detail_room table tr td:nth-child(3) a {
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        font-size: 14px;
    }

    .contents .place_detail .detail_room table tr th:nth-child(4) {
        width: auto;
    }

    .contents .place_detail .detail_room {
        width: calc(100% - 40px);
        margin: auto;
    }

    .contents .place_info {
        width: calc(100% - 40px);
        margin: auto;
    }

    .contents .place_location {
        width: calc(100% - 40px);
        margin: auto;
    }

    .contents .place_detail .detail_room table tr td:nth-child(3) a {
        background: #ff4349 !important;
    }

    .contents .place_detail .detail_room table tr.fold {
        display: none !important;
    }

    .slide_popup .slider_cont {
        width: 80%;
    }

    .slide_popup .slider_cont .slider_main {
        height: 53.3vw;
    }

    .date-picker-wrapper .gap {
        width: 0;
        display: none;
    }

    .date-picker-wrapper .month-wrapper table, .date-picker-wrapper .month-wrapper table.month2 {
        float: unset;
    }

    #date_picker_wrap .date-picker-wrapper .month-wrapper {
        width: 100% !important;
    }

    .date-picker-wrapper .month-wrapper table, .date-picker-wrapper .month-wrapper table.month2 {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .contents .place_detail .detail_wrap .detail_img {
        width: 100%;
    }

    .contents .place_detail .detail_wrap .detail_img .main_img img {
        height: 61vw;
    }

    .contents .place_detail .detail_wrap .detail_img .thumb_list {
        overflow: hidden;
    }

    .contents .place_detail .detail_wrap .detail_img .thumb_list img {
        width: 15.7%;
        height: 15vw;
        margin: 0 1.1% 7px 0;
        float: left;
    }

    .contents .place_detail .detail_wrap .detail_img .thumb_list img:nth-child(6n) {
        margin-right: 0;
    }

    .contents .place_detail .detail_wrap .detail_text .info_facilities {
        display: block;
        padding: 16px 0 19px;
    }

    .contents .place_detail .detail_wrap .detail_text .info_facilities .fac_list {
        width: calc(100% - 40px);
        display: block;
    }

    .contents .place_detail .detail_wrap .detail_text .info_facilities .fac_list li {
        width: 15%;
        transform: scale(0.9);
        padding: 0;
        word-break: keep-all;
        text-align: center;
        display: inline-block;
        vertical-align: top;
    }

    .contents .place_detail .detail_wrap .detail_text .info_facilities .fac_list img {
        margin-left: -4px;
    }

    .contents .place_detail .detail_wrap .detail_text .info_facilities .fac_tit {
        padding-bottom: 20px;
        font-weight: 600;
    }

    .contents .place_info ul li {
        padding: 25px 0;
    }

    .contents .place_info ul li .info_tit {
        width: 100%;
        padding-bottom: 10px;
        font-size: 18px;
        font-weight: 500;
    }

    .contents .place_info ul li .info_desc {
        width: 100%;
        font-size: 14px;
    }

    .contents .place_detail .detail_room table tr:nth-child(1) th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .contents .place_detail .detail_room table {
        border-bottom: 0;
    }

    .contents .place_detail .detail_room table tr.view td {
        display: block;
        border: none;
        position: relative;
        height: auto;
        font-size: 14px;
        padding: 0 15px;
    }

    .contents .place_detail .detail_room table tr.view td:nth-child(1) p {
        padding-top: 15px;
        font-size: 14px;
    }

    .contents .place_detail .detail_room table tr.view td:nth-child(1) {
        width: calc(100% - 60px);
        position: relative;
    }

    .contents .place_detail .detail_room table tr.view td:nth-child(1)::before,
    .contents .place_detail .detail_room table tr.view td:nth-child(1)::after {
        content: "";
        position: absolute;
        right: -25px;
        width: 18px;
        height: 3px;
        background: #3d3d3d;
    }

    .contents .place_detail .detail_room table tr.view td:nth-child(1)::before {
        top: 27px;
        transform: rotate(45deg);
    }

    .contents .place_detail .detail_room table tr.view td:nth-child(1)::after {
        top: 38px;
        transform: rotate(135deg);
    }

    .contents .place_detail .detail_room table tr.view td:nth-child(1) div {
        white-space: nowrap;
    }

    .contents .place_detail .detail_room table tr td:nth-child(2) {
        padding-top: 10px;
        text-align: right;
    }

    .contents .place_detail .detail_room table tr td:nth-child(3) {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
    }

    .contents .place_detail .detail_room table tr td:nth-child(3) a.pc {
        display: none;
    }

    .contents .place_detail .detail_room table tr td:nth-child(3) a.mobile {
        display: inline-block;
    }

    .slide_popup .slider_cont .slider_close img {
        width: 30px;
    }

    .slide_popup .slider_cont {
        width: 90%;
    }

    .slick-prev, .slick-next {
        background-size: 20px !important;
        background-repeat: no-repeat !important;
        height: 36px;
    }

    .slick-prev {
        left: 15px;
    }

    .slick-next {
        right: 15px;
    }

    .contents .place_detail .detail_room table tr.none td div {
        padding: 50px 0 60px;
        transform: scale(0.8);
    }


}


/* 2025.03.27 화면 모바일 버전 최적화 */
@media screen and (max-width: 1024px) {
    .contents .place_detail .detail_room table tr td:nth-child(3) a.pc {
        display: none;
    }
    .contents .place_detail .detail_room table tr td:nth-child(3) a.mobile {
        display: inline-block;
    }
}




/* 2024.11.14 imageViewer V2 + swiper */
/* 국내숙소, 해외숙소, 레저 이미지 클릭시 노출되는 팝업 */
.image_viewer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1000;
    padding: 30px;
    box-sizing: border-box;
}
.image_viewer:not(.on) {
    display: none;
}

.image_viewer .image_viewer_wrap {
    max-width: 1920px;
    max-height: 1080px;
    background: #333;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.image_viewer .viewer_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    padding: 0 24px;
    background: #fff;
}

.image_viewer .pr_name {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.image_viewer .viewer_body {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: calc(100% - 72px - 44px - 160px);
    position: relative;
}

.image_viewer .viewer_close {
    width: 40px;
    height: 40px;
    background: url(/images/common/image_view_close.svg) no-repeat center center;
    font-size: 0;
}

.image_viewer .swiper_center {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image_viewer .swiper_center .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image_viewer .viewer_body .swiper-button-next-custom,
.image_viewer .viewer_body .swiper-button-prev-custom {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background: no-repeat center center #fff;
    background-size: 70% auto;
    border-radius: 50%;
    cursor: pointer;
}
.image_viewer .viewer_body .swiper-button-next-custom {
    right: 20px;
    background-image: url(/images/common/image_view_right.svg);
}
.image_viewer .viewer_body .swiper-button-prev-custom {
    left: 20px;
    background-image: url(/images/common/image_view_left.svg);
}

.image_viewer .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.image_viewer #swiper-count {
    position: relative;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #1F1F1F;
}

.image_viewer .swiper-pagination-custom {
    padding: 20px 24px;
    width: auto !important;
    overflow-x: scroll;
    white-space: nowrap;
    display: flex;
    gap: 24px;
}
.image_viewer .swiper-pagination-custom::-webkit-scrollbar {
    display: none;
}
.image_viewer .swiper-pagination-custom .swiper-pagination-bullet {
    display: block;
    flex: 0 0 192px;
    height: 120px;
    padding: 0 0;
    margin: 0 0 0 0 !important;
    background: none !important;
}
.image_viewer .swiper-pagination-custom .swiper-pagination-bullet img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image_viewer .swiper-pagination-bullet:only-child {
    display: block !important;
}


@media screen and (max-width: 1024px) {
    .image_viewer {
        padding: 0 0 0 0;
    }
    .image_viewer .viewer_header {
        height: 40px;
        padding: 0 12px;
    }
    .image_viewer .pr_name {
        font-size: 16px;
    }
    .image_viewer .viewer_close {
        width: 28px;
        height: 28px;
        background-size: 100% auto;
    }
    .image_viewer .viewer_body {
        max-height: calc(100% - 40px - 32px - 72px);
    }
    .image_viewer .viewer_body .swiper-button-next-custom,
    .image_viewer .viewer_body .swiper-button-prev-custom {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    .image_viewer .viewer_body .swiper-button-next-custom {
        right: 12px;
    }
    .image_viewer .viewer_body .swiper-button-prev-custom {
        left: 12px;
    }
    .image_viewer #swiper-count {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
    .image_viewer .swiper-pagination-custom {
        padding: 6px 12px;
        gap: 12px;
    }
    .image_viewer .swiper-pagination-custom .swiper-pagination-bullet {
        flex: 0 0 96px;
        height: 60px;
    }
}