body{
    /* position: relative; */
}
.view_top_btns{
    z-index: 10;
    padding: 0 1.25rem;
    box-sizing: border-box;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.view_top_right_btns{
    display: flex;
}
.view_top_right_btn{
    margin:0 0.6rem;
}
.view_top_hrt{
    display: none;
}
::-webkit-scrollbar{
    display: none;
}
::-webkit-scrollbar-thumb{
    display: none;
} 
::-webkit-scrollbar-track{
    display: none;
} 

body,html {
    height:100%;
    width:100%;
}
.wrapper {
    position: relative;
    height: 60vw;
    max-height: 25rem;
    width: 100%;
    overflow:hidden;
    margin-top:2.5rem;
    display: flex;
}
.wrapper::before{
    pointer-events: none;
    width: 100%;
    height: 50%;
    content:'';
    background: linear-gradient(180deg, rgba(0,0,0,0.3), transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.swiper{
    width: 100%;
    height: 100%;
    
    position: relative;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* pagination */
.custom-fraction {
    font-size: 0.7rem;
    border-radius: 1rem;
    padding: 0.25rem 0.75rem;
    box-sizing: border-box;
    border: 1px solid white;
    color: white;
    z-index: 10;
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: right;
    margin: 0.75rem 0.25rem 0 0;
}

.view_title_box{
    padding: 0 1rem;
    box-sizing: border-box;
}
.view_title_tags{
    display:flex;
    align-items:center;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    width:100%;

}
.view_title_tag{
    font-size:0.7rem;
    border-radius: 0.25rem;
    line-height: 1rem;
    padding:0 0.25rem;
    color:white;
    margin-right: 0.5rem;
}
.hot_tag{
    background-color: #dd1717;
    color:white;
}
.etk_tag{
    background-color:#d73030;
    
    color:white;
}
.view_stitle{
    font-size:0.7rem;
    color:#d73030;
    margin-bottom:0.5rem;
}
.view_title{
    height:2rem;
    line-height:1rem;
    font-size:1rem;
    margin-top:1rem;
    margin-bottom:0.5rem;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.view_revs{
    display: flex;
    justify-content: start;
    margin-bottom: 0.75rem;
    width:100%;
}
.view_rev_star_wrap{
    color: #ffd33e;
    display: flex;
}
.view_rev_rate{
    margin-left:0.25rem;
    margin-right:1rem;
    font-size:0.7rem;
    color:#be8233;
}
.view_rev_count{
    font-size:0.7rem;
    color:#8d8d8d;
}
.view_spot_info{
    padding:0.75rem 0;
    border-top: 1px solid #dfdfdf;
}
.view_spot_info>li{
    line-height: 1.5rem;
    display: flex;
    align-items: center;
}
.view_sinfo_img{
    width: 1.5rem;
    height: 1rem;
}
.view_sinfo_img>img{
    height: 100%;
}
.view_sinfo_title{
    font-size: 0.7rem;
    font-weight: bold;
    width: 3.5rem;
}
.view_sinfo_txt{
    color:#8b8b8b;
    font-size: 0.7rem;
}
.view_prc_box{
    margin-top:3rem;
    margin-bottom: 1.75rem;
    width:100%;
}
.view_prc_top{
    font-weight: bold;
    padding:0 1rem;
    display: flex;
    
    justify-content: space-between;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #dddddd;
    line-height: 3.25rem;
}
.prc_icon{
    text-align: center;
    line-height: 0.7rem;
    font-size: 0.7rem;
}
.view_prc_lft{
    font-size: 0.8rem;
}
.view_prc_rgt{
    font-size: 0.9rem;
}
.view_prc_rgt>span:last-child{
    margin-left: 0.25rem;
}
.view_age_prc{
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 1.25rem 1rem 1rem 1rem;
    background-color: #f9f9f9;
}
.view_age_title{
    margin-bottom: 0.5rem;
    font-size:0.7rem;
}
.view_inner_prc{
    margin-bottom: 0.5rem;
    font-size: 1rem;
}
.view_age_lmt{
    line-height: 0.75rem;
    font-size: 0.7rem;
    color:#828282;
    font-weight: 500;
}
.view_age_btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 4.5rem;
}
.view_age_btn{
    position: relative;
    border-radius: 50%;
    width:1.25rem;
    height: 1.25rem;
}
.view_age_mns{
    border:1px solid #d7d7d7;
}
.view_age_mns::before{
    width: 0.8rem;
    height: 0.1rem;
    content: '';
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #d7d7d7;
}
.view_age_pls{
    border:1px solid #d73030;
}
.view_age_pls::before,.view_age_pls::after{
    width: 0.5rem;
    height: 0.1rem;
    content: '';
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #d73030;
}
.view_age_pls::after{
    transform: translate(-50%,-50%) rotate(90deg);

}
.view_age_count{
    font-size: 0.9rem;
    font-weight: bold ;
}
.view_sdtl{
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 0.5rem;
    width: calc(100% - 2rem);
    margin: 0 auto 1.75rem auto;
    border: 1px solid #d73030;
}
.view_sdtl_title{
    font-size: 0.9rem;
    font-weight: 600;
    padding-left: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    line-height: 2.5rem;
    background-color: #d73030;
    color: white;
}
.view_sdtl_con{
    width: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
    line-height: 1.4;
}
.view_sdtl_con>li{
    align-items: center;
    display: flex;
    font-size: 0.7rem;
    /* height: 1.75rem; */
    
}
.view_sdtl_con_title{
    width: 4.2rem;
    text-align: center;
    font-weight: bold;
}
.view_sdtl_con_txt{
    display: flex;
    align-items: center;
    margin-left: 0.4rem;
    width: 100%;
}
.view_sdtl_con_btn{
    display: inline-block;
    border: 0.05rem solid #e2e2e2;
    border-radius: 0.25rem;
    color: #6c6c6c;
    padding: 0 0.4rem;
    line-height: 1rem;
    margin-left: 0.4rem;
}
.view_sdtl_code{
    color:#d73030;
}
.view_sprc_wrap{
    border: 1px solid #d73030;
    border-radius: 0.5rem;
    overflow: hidden;
    width: calc(100% - 2rem);
    margin: 0 auto 2rem auto;
    
    box-sizing: border-box;
}
.view_sprc_table{
    line-height: 1.5rem;
    border-collapse: collapse;
    text-align: center;
    
    width: 100%;
    color: #4e4e4e;
    
}
.view_tab_wrap{
    color: #4e4e4e;
    margin-bottom: 1.5rem;
    padding:0 0.5rem;
    box-sizing: border-box;
    width: 100%;
    overflow-x: scroll;
    position:sticky;
    top:2.5rem;
    background:white;
    z-index:1;
}
.view_sprc_top>td{
    font-size: 0.9rem;
    font-weight: 600;
    width: 100%;
    line-height: 2.5rem;
    color: white;
    text-align: left;
    padding: 0 0.5rem;
    font-weight: 600;
    box-sizing: border-box;
    background-color: #d73030;
}
.view_sprc_title{
    font-weight: bold;
    font-size: 0.7rem;
}
.view_sprc_title.blue_title{
    color: #359ffb;
}
.view_sprc_mid>td{
    border-top: 1px solid #e2e2e2;
}
.view_sprc_bot>td{
    border-top: 1px solid #e2e2e2;
}
.view_tab_btns{
    padding: 0.3rem 0;
    padding-right: 25rem;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    
}
.view_tab_btns>li{
    font-size: 0.9rem;
    line-height:2rem;
    color: #6c6c6c;
    position: relative;
    white-space: nowrap;
    padding: 0 0.35rem;
    box-sizing: border-box;
}
.view_tab_btns>li.active{
    color: #d73030;
    font-weight: 700;
}
.view_tab_btns>li.active::before{
    color: black;
    position: absolute;
    content:'';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.15rem;
    background-color: #d73030;
}
.view_conwrap{
    overflow: auto;
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
    box-sizing: border-box;
    font-size: 0.7rem;
}
.view_conwrap *{
    max-width: 100%;
}
.view_conlist{
    padding-left: 0.9rem;
    box-sizing: border-box;
    line-height: 1rem;
    font-size: 0.7rem;
}
.view_dtls_title{
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}
.dtls_title_arrow{
    display: inline-block;
    border-bottom: 0.5rem solid transparent;
    border-top: 0.5rem solid transparent;
    border-left: 0.5rem solid #d73030;
    border-right: 0.5rem solid transparent;

}
.view_dtls_conbox{
    width: 100%;
    min-height:0.5rem;
    zoom:0.7;
}

.view_dtls_conbox table > tbody > tr:first-child > td:first-child > div > span > img{
    width:auto !important;
}

.view_incl{
    border-top: 2px solid #d73030;
    border-bottom: 2px solid #d73030;
    width: 100%;
}
.view_incl>li{
    width: 100%;
    display: flex;
}
.view_incl>li:first-child{
    border-bottom: 1px solid #adadad;
}
.view_incl_title{
    text-align: center;
    width: 4.25rem;
    border-right: 1px solid #adadad;
    font-weight: bold;
    font-size:0.7rem;
    padding: 1.25rem 0.5rem;
    box-sizing: border-box;
}
.view_incl_desc{
    font-size: 0.7rem;
    width: calc(100% - 4.25rem);
    padding: 1.25rem 0.5rem;
    box-sizing: border-box;
}
.view_rev_top{
    align-items: center;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px solid #adadad;
    justify-content: center;
    padding-bottom: 1rem;
}
.view_rev_avg{
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid #adadad;
    text-align: center;
    position: relative;
    line-height: 3rem;
    width: 3.5rem;
    height: 3.5rem;
}
.view_rev_avg p{
    position: relative;
    z-index: 2;
    color: #d73030;
    font-weight: 700;
    font-size: 1rem;
    margin: 0;
}
.rev_avg_qt{
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    width: 3.75rem;
    height: 3.75rem;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    /* border: 10px solid #359ffb; */
    transform: translateX(-50%) translateY(-50%);
}

.rev_qt_bg{
    position: absolute;
    width: 3rem;
    height: 3rem;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: white;
    transform: translateX(-50%) translateY(-50%);
}
.rev_qt_circle{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    border: 0.5rem solid #d73030;
    box-sizing: border-box;
    border-radius:10rem 0 0 0;
}
/* view_rev_avg에  avg_점수값 으로 클래스명을 넣어주면 모양이 변합니다. */
.view_rev_avg.avg_25 > .rate_qt_2, .view_rev_avg.avg_30 > .rate_qt_2,  .view_rev_avg.avg_35 > .rate_qt_2 ,.view_rev_avg.avg_40 > .rate_qt_2, .view_rev_avg.avg_45 > .rate_qt_2{
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.view_rev_avg.avg_35 > .rate_qt_3{
    transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}
.view_rev_avg.avg_40 > .rate_qt_3, .view_rev_avg.avg_45 > .rate_qt_3, .view_rev_avg.avg_50 > .rate_qt_3{
    transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}
.view_rev_avg.avg_45 > .rate_qt_4{
    transform: translateX(-50%) translateY(-50%) rotate(-225deg);
}
.view_rev_avg.avg_50 > .rate_qt_4{
    transform: translateX(-50%) translateY(-50%) rotate(-260deg);
}
.view_rev_rate{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rev_rate_line{
    line-height: 1.5rem;
    font-size: 0.7rem;
    color: #6c6c6c;
    align-items: center;
    display: flex;
    /* justify-content: s; */
}
.rev_rate_icon{
    font-size: 1.5625rem;
    color: #d73030;
    filter: brightness(1.8);
    margin: 0 10px;
    
}
.rev_rate_text{
    width: 3rem;
}
.rev_rate_bar{
    position: relative;
    border-radius: 7.5px;
    background-color: #e6e6e6;
    width: 4rem;
    height: 0.5rem;
}
.rev_rate_num{
    width: 1.75rem;
    text-align: right;
}
.rate_bar_inner{
    border-radius: 7.5px;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #d73030;
}
.rev_conbox{
    padding-top: 1rem;
    box-sizing: border-box;
}
.rev_conbox:not(:nth-child(1)):not(:nth-child(2)){
    /* display:none; */
}
.rev_con_name{
    color: #6c6c6c;
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
}
.rev_con_starline{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.rev_con_stars{
    display: flex;
    
}
.rev_con_star{
    margin-right: 0.1rem;
    color: #ffd33e;
}
.rev_innerbox{
    line-height: 0.8rem;
    background-color: #f5f5f5;
    padding: 0.5rem;
    box-sizing: border-box;
}
.rev_inner_title{
    margin-bottom: 0.25rem;
    font-size: 0.7rem;
}
.rev_inner_txt{
    font-size: 0.7rem;
    color: #6b6b6b;
    margin-bottom: 0.6rem;
}
.rev_inner_img{
    display: flex;
    justify-content: space-between;
}
.rev_inner_img>li{
    overflow: hidden;
    position: relative;
    width:calc(50% - 0.5rem);
    border-radius: 0.5rem;
    background-color: #828282;
    height: 25vw;
    max-height: 270px;
}
.rev_inner_img>li>img{
    width: 100%;
    height: 100%;
}
.rev_sec_img:not(:nth-child(2)) > .rev_inner_num, .rev_inner_num:has( > span[overcount="0"]){
    /* display:none    ; */
}
.rev_inner_num{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    border-radius: 50%;
    color:white;
}
.rev_more_btn{
    line-height: 1.5rem;
    margin: 0 auto;
    width:100%;
    text-align: center;
    font-size:0.7rem;
    /* background-color: #d73030; */
    color: #d73030;
    border: 1px solid #d73030;
    border-radius: 0.25rem;
    margin-top: 1.5rem;
    /* display:none; */
}
.revs_conbox:has( > .rev_conbox:nth-child(3)) + .rev_more_btn{
    display:block;
} 

.view_book_bar{
    z-index:20;
    background-color: white;
    border-top: 1px solid #dddddd;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.view_book_up{
    color: #d2d2d2;
    border-radius: 1rem 1rem 0px 0px;
    background-color: white;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    text-align: center;
    width: 2.5rem;
    height: 1rem;
    line-height: 1rem;
    position: absolute;
    top:-1.02rem;
    left: 50%;
    transform: translateX(-50%);
}
.view_book_btns{
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4rem;
    text-align: center;
}
.view_circle_btn{
    padding: 0.7rem;
    overflow: hidden;
    margin: 0 0.5rem;
    border-radius: 50%;
    box-sizing: border-box;
    height: 2.5rem;
    width: 2.5rem;
    border: 1px solid #dddddd;
}
.view_circle_btn>img{

    height: 100%;
}
.view_circle_btns{
    display: flex;
}
.view_book_btn{
    line-height: 2.5rem;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    border-radius: 1.25rem;
    background-color: #d73030;
    width: 9.5rem;
    height: 2.5rem;
    border: 0;
}
.footer{
    padding-bottom: 5rem;
    box-sizing: border-box;

}
.view_book_bar .view_prc_box{
    display:none;
    margin-bottom: 0;

} 
.view_price_info, .view_price_info_preview{
    background-color: #f9f9f9;
    position: relative;
    min-height:14.25rem;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
}
.view_price_info_preview {
    display:none;
}
.view_exp_date{
    text-align: center;
    line-height: 1.18rem;
    padding: 0.4rem 0.5rem;
    color: #d73030;
    background-color: white;
    border: 1px solid #e2e2e2;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    font-size:0.9rem;
}
.view_exp_date:last-child{
    margin-right: none;
}
.select-date{
    display: flex;
    justify-content: center;
    top: 0;
    position: sticky;
    background-color: #fff;
    z-index:2;
    /* padding-top: 1rem;*/
    
}
.view_exp_date_num{
    text-align: center;
    border: none;
    width: 4.5rem;
    outline: none;
    color: #d73030;
    font-size: 0.9rem;
}
.view_exp_date_num::placeholder{
    color: #d73030;
}
.date_cal{
    position:absolute;
    background:white;
    z-index:1;
    width:100%;
    height:18.5rem;
    bottom: -18.4rem;
    left: 0;
}
.calendar_div{
    width:100% !important;
}

.view_conwrap iframe {
    width: 100% !important;
    height: auto !important;
}

.view_conwrap img {
    /* width: 100% !important;
    height: auto !important; */
}

.view_option_table{
    padding: 1rem 1rem 1.05rem 1rem;
    background-color: #f9f9f9;
    font-size: 0.8rem;
}

.option_table{
    width:100%;
    background-color:#fff;
    border: 1px solid #e2e2e2;
    border-collapse: collapse;
    height: 10.35rem;
    text-align:center;
    margin-top:1.05rem;
}

.option_table > tr, td {
    border: 1px solid #e2e2e2;
    font-size: 0.8rem !important;
    font-weight: 700;
}

.view_age_btns2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 4.5rem;
    margin:0 auto;
}

.option_content_td{
    width: 6.4658rem; 
    text-align:left;
    padding-left: 1rem;
    box-sizing: border-box;
}
.view_div_option{
    display:none;
}
.view_div_voucher{
    display:none;
}

/* 다른요금 및 일정 시작 */
.relation_info_table{
    margin: 24px auto;
    width: calc(100% - 40px);
}

.relation_info_table tr th{
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    font-size:20px;
    background-color: #F9F9F9;
    width:120px;
    height: 50px;
    text-align: center;
    font-weight: 500;
    box-sizing: border-box;
}

.relation_info_table tr th:first-child{
    border: 1px solid #e2e2e2;
    font-size:20px;
    background-color: #F9F9F9;
    width:1080px;
    height: 50px;
    text-align: center;
    font-weight: 500;
    box-sizing: border-box;
}

.relation_info_table tr td{
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    width:120px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
}

.relation_info_table tr td:first-child{
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    font-size:20px;
    color:#4e4e4e;
    width:1080px;
    height: 50px;
    text-align: left;
    font-weight: 500;
    padding-left:20px;
    box-sizing: border-box;
}

.relation_btn{
    width:64px;
    height:36px;
    font-size:16px;
    background-color:#d73030;
    border:0px;
    color:#fff;
}

.relation_select_btn{
    width:64px;
    height:36px;
    font-size:16px;
    background-color:darkblue;
    border:0px;
    color:#fff;
}

.relation_select_tr{
    background-color:#d73030;
    border-bottom: 1px solid #d73030 !important;
    border-right: 1px solid #d73030 !important;
    color:#fff !important;
}

.relation_select_tr2{
    border: 1px solid #d73030 !important;
}
/* 다른요금 및 일정 끝 */
