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: 48px;
}

.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: 6px;
}

.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;
    margin-bottom: 18px;
    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 .info_location .location_tit {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 330px;
    height: 100%;
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.3;
    color: #666;
    box-sizing: border-box;
    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_option {
    border-top: 1px solid #eee;
    padding-top: 18px;
}

.contents .place_detail .detail_wrap .detail_text .info_option .select_box {
    padding-bottom: 10px;
    position: relative;
}

.contents .place_detail .detail_wrap .detail_text .info_option .select_box input {
    width: 100%;
    height: 38px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    letter-spacing: 0.5px;
    appearance: none;
    background: url(/images/common/common_group_more.jpg)no-repeat;
    background-size: 11px;
    background-position: right 12px center;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
}

.contents .place_detail .detail_wrap .detail_text .info_option .select_box select {
    width: 100%;
    height: 38px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    letter-spacing: 0.5px;
    appearance: none;
    background: url(/images/common/common_group_more.jpg)no-repeat;
    background-size: 11px;
    background-position: right 12px center;
    border: 1px solid #d8d8d8;
}

#date_picker_wrap {
    position: absolute;
    /* top:48px; */
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
}

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

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

.date-picker-wrapper .month-name {}

#date_picker_wrap .date-picker-wrapper .month-wrapper table .day {
    position: relative;
    z-index: 10;
    font-size: 16px;
    height: 40px;
    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: -12px;
    z-index: 10;
    width: 12px;
    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: -12px;
    z-index: 10;
    width: 12px;
    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: 100%;
}

.date-picker-wrapper table .caption {
    height: 60px;
    background: #f8f8f8;
}

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

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

.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: 40px;
    height: 40px;
    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;
}

.contents .place_detail .detail_wrap .detail_text .info_selected_result {}

.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list {
    position: relative;
    padding: 12px 18px 17px;
    border-bottom: 1px solid #dddddd;
    background: #f8f8f8;
}

.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .result_delete {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    width: 20px;
    height: 20px;
    background: url(/images/leisure/leisure_result_delete.jpg) no-repeat center;
}

.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .result_val {
    font-size: 15px;
    color: #777;
    letter-spacing: -0.5px;
}

.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .spinner_box {
    position: relative;
    padding: 20px 0 7px;
}

.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .spinner_box input {
    width: 43px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-weight: 600;
    box-sizing: border-box;
    /*border: 1px solid #c1c1c1;*/
    border-right: 0;
    border-left: 0;
    font-family: "Tahoma", 'Noto Sans KR', sans-serif;
    outline: none;
}

.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .spinner_box .ui-spinner {
    padding-left: 24px;
}

.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .spinner_box .ui-spinner a {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 80px;
    width: 26px;
    height: 30px;
    cursor: pointer;
    overflow: hidden;
    background: url(/images/common/common_spinner_up_red.jpg) center no-repeat #fff;
    box-sizing: border-box;
    border:unset;
}



.ui-button-icon-only .ui-icon{
  top:auto;
  left:auto;
}

.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .spinner_box .ui-spinner a.ui-spinner-down {
    left: 0%;
    background: url(/images/common/common_spinner_down_red.jpg) center no-repeat #fff;
}

.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .result_possible {
    font-size: 13px;
    color: #aaa;
}

.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .result_price {
    display: flex;
    position: absolute;
    top: 50px;
    right: 18px;
}

.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .result_price .result_price_origin {
    padding-top: 3px;
    font-size: 15px;
    color: #999;
    font-family: "Tahoma", 'Noto Sans KR', sans-serif;
}

.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .result_price .result_price_origin strong {
    font-size: 15px;
    color: #999;
    font-family: "Tahoma", 'Noto Sans KR', sans-serif;
    text-decoration: line-through;
}

.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .result_price .result_price_real strong {
    padding-left: 6px;
    font-weight: 600;
    font-family: "Tahoma", 'Noto Sans KR', sans-serif;
    font-size: 18px;
}

.contents .place_detail .detail_wrap .detail_text .info_all_price {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
}

.contents .place_detail .detail_wrap .detail_text .info_all_price .price_txt {
    font-size: 14px;
    color: 666;
    line-height: 28px;
}

.contents .place_detail .detail_wrap .detail_text .info_all_price .price_all {
    font-size: 20px;
    color: #ff4349;
}

.contents .place_detail .detail_wrap .detail_text .info_all_price .price_all span {
    font-size: 28px;
    font-weight: 700;
    font-family: "Tahoma", 'Noto Sans KR', sans-serif;
    color: #ff4349;
}

.contents .place_detail .detail_wrap .detail_text .detail_buy_btn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 58px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #ff4349;
    border: 0;
    vertical-align: top;
}

.contents .place_detail .detail_banner {
    /* height: 128px; */
}

.contents .place_detail .detail_banner img {
    width: 100%;
}

.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 {
    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_input2 input {
    width: 399px;
}

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

.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_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_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 .location_map .map_text .map_star .star_grade {
    margin-right: 5px;
}

.contents .place_location .location_map .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;
}

.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%;
}

.bs-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slider_main .slide {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    margin: 0;
}

.slider_main .slide:hover .bs-overlay-panel.bs-overlay-top {
    bottom: 0;
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}

.bs-overlay-panel.bs-overlay-top {
    top: auto;
}

.bs-overlay-background {
    background: rgba(0, 0, 0, .8);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-property: opacity, transform, filter;
}

.bs-overlay-panel {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
}

.slider_main .slide>:first-child,
.bs-overlay-panel>:last-child {
    margin-bottom: 0;
}

.slider_main .slide:hover {
    cursor: pointer;
}

.slider_main .slide:hover:after {
    background-image: url(http://shrani.si/f/2Q/ze/2CtEIRsH/youtubeplayred1.png);
}

.slider_main .slide:after {
    background-image: url(http://shrani.si/f/3o/DK/1A24SBYG/youtubeplaydark1.png);
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 54px;
    height: 38px;
    background-size: cover;
}

.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 {
        border-bottom: 0;
        margin-bottom: 0;
    }

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

    .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_info {
        width: calc(100% - 40px);
        margin: auto;
    }

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

    .slide_popup .slider_cont {
        width: 80%;
    }

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

@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;
    }

    .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;
    }
}

/************************************************************************************************************/
#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;
}









/* 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;
    }
}