@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:400;500;600&display=swap');

/* 공통 */
button {
    border: none
}

input[type=text],
input[type=password] {
    box-shadow: none;
    transition: none;
    
}

input[type=text]:focus,
input[type=text]:active,
input[type=password]:focus,
textarea:focus,
select:focus,
select:active {
    box-shadow: none;
    border: inherit !important;
    outline: none
}

input[type=submit]:focus {
    outline: none
}

input[type=submit] {
    border: none
}

button:focus,
button:active {
    outline: none
}

.required,
textarea.required {
    background-image: url(../../../img/require.png) !important
}

/* 관리자 버튼 */
.sh_adm_btn {
    width: 85px;
    height: 38px;
    border-radius: 2px;
    border: 1px solid #ffd8e1;
    font-size: 13.5px;
    line-height: 36px;
    color: #ff567f;
    letter-spacing: -.7px;
    background-color: #fff7f9;
    -webkit-transition: all .2s;
    transition: all .2s;
    ;
    font-weight: 500
}

a.sh_adm_btn {
    display: block;
    text-align: center
}

.sh_adm_btn:hover {
    border-color: #fdb6c6
}

/*게시판 관리*/
.basicset_title {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #777;
    padding: 15px 0 5px 0
}

.basicset {
    width: 95%;
    padding: 0;
    margin: 15px;
    border: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse
}

.basicset th {
    width: 20%;
    border-bottom: 1px solid #ddd;
    background: #ebebeb;
    height: 30px
}

.basicset td {
    width: 30%;
    border-bottom: 1px solid #ddd;
    height: 30px;
    padding: 5px 0 5px 8px
}

.basicset input {
    height: 30px;
    border-radius: unset;
    box-shadow: none
}

.btn_submit {
    font-size: 14px;
    background: #555
}

.btn_submit:hover {
    background: #555
}

a.btn_cancel {
    border-radius: 3px;
    font-size: 14px
}

/* 버튼 공통 */
.btn_type01 {
    display: inline-block;
    width: 180px;
    height: 55px;
    margin: 0 auto;
    border-radius: 2px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    background-color: #0054a6;
    -webkit-transition: all .2s;
    transition: all .2s;
    ;
    font-weight: 500
}

.btn_type01:hover {
    background-color: #0064c5
}

a.cancel_btn {
    display: inline-block;
    vertical-align: top;
    width: 75px;
    height: 55px;
    border: none;
    border-radius: 2px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 55px;
    background-color: #bbb;
    ;
    font-weight: 500
}

a.btn_normal {
    display: inline-block;
    vertical-align: top;
    width: 75px;
    height: 55px;
    border: none;
    border-radius: 2px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 55px;
    background-color: #bbb;
    ;
    font-weight: 500
}

a.btn_line {
    display: inline-block;
    vertical-align: top;
    width: 75px;
    height: 55px;
    border: none;
    border-radius: 2px;
    border: 1px solid #d1d1d1;
    font-size: 15px;
    text-align: center;
    color: #777;
    line-height: 53px;
    ;
    font-weight: 500
}

/* 페이지 */
.pg_wrap {
    display: block;
    float: none;
    margin: 40px 0 0;
    text-align: center;
    
}

.pg_wrap a {
    display: inline-block;
    vertical-align: middle
}

.pg_page {
    min-width: 30px;
    height: 30px;
    padding: 0 5px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    background: none
}

.pg_page:hover {
    background: none
}

.pg_current {
    display: inline-block;
    vertical-align: middle;
    min-width: 30px;
    height: 30px;
    padding: 0 5px;
    border: none;
    border-radius: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 29px;
    color: #222;
    background: none;
    box-shadow: none;
    ;
    font-weight: 500
}

.pg_start,
.pg_end {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    font-size: 0;
    text-indent: 0;
    background-color: #fff
}

.pg_start {
    margin-right: 5px
}

.pg_next,
.pg_prev {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    font-size: 0;
    text-indent: 0;
    background-color: #fff
}

.pg_next:before,
.pg_prev:before {
    content: "\f105";
    padding: 0;
    font-size: 12px;
    text-align: center;
    color: #555;
    line-height: 28px;
    letter-spacing: .5px;
    font-family: 'fontawesome'
}

.pg_prev:before {
    content: "\f104"
}

.pg_prev:hover,
.pg_prev:hover {
    background-color: #f6f6f6
}

.pg_end {
    margin-left: 5px
}

.pg_start:before,
.pg_end:before {
    content: "\f104 \f104";
    padding: 0;
    font-size: 12px;
    text-align: center;
    color: #555;
    line-height: 28px;
    letter-spacing: .5px;
    font-family: 'fontawesome'
}

.pg_end:before {
    padding-left: 3px;
    content: "\f105 \f105"
}

.pg_start:hover,
.pg_end:hover {
    background-color: #f6f6f6
}

/* 테이블 공통 */
.sh_tbl_common {
    width: 100%;
    border-top: 1px solid #555
}

.sh_tbl_common table {
    width: 100%
}

.sh_tbl_common th {
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
    font-weight: normal;
    color: #222;
    ;
    font-weight: 500
}

.sh_tbl_common td {
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    color: #777
}

/* -------- 펜션 예약 달력 시작 [s] */
#mara_cal_view .red {
    color: #e60000 !important
}

#mara_cal_view .blue {
    color: #007bda !important
}

#mara_cal_view .gray {
    color: #999
}

/* 달력 pc */
#mara_cal_view.pc {
    width: 100%;
    padding: 20px 0;
    max-width: 1280px;
    margin:80px auto
    
}

#mara_cal_view.pc .title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #222;
    ;
    font-weight: 700
}

#mara_cal_view.pc .arr {
    width: 42px;
    height: 42px;
    margin: 0 30px;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 17px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    transition: border .2s
}

#mara_cal_view.pc .arr:hover {
    border-color: #333
}

#mara_cal_view.pc td {
    padding: 10px;
    font-size: 14px
}

#mara_cal_view.pc td .title_day {
    margin-bottom: 10px;
    font-size: 15px;
    color: #222;
    ;
    font-weight: 500
}

#mara_cal_view.pc td .title_day.t_red {
    color: #ff0000
}

#mara_cal_view.pc td .title_day.t_blue {
    color: #108ef0
}

#mara_cal_view.pc .season {
    font-size: 13px;
    color: #999
}

#mara_cal_view.pc .c_list {
    position: relative;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 22px
}

#mara_cal_view.pc .c_list:last-child {
    padding-bottom: 0
}

#mara_cal_view.pc .iconst {
    float: left;
    margin-right: 5px
}

#mara_cal_view.pc .tbl_mara table th {
    padding: 15px 0;
    font-size: 14px;
    color: #222;
    border: 1px solid #dfdfdf;
    border-bottom: 2px solid;
    background: #fff;
    ;
    font-weight: 500
}

#mara_cal_view.pc .tbl_mara table tfoot {
    background: #f8f8f8
}

#mara_cal_view.pc .tbl_mara table td {
    height: 53px;
    border: 1px solid #dfdfdf
}

#mara_cal_view.pc .tbl_mara table td select {
    width: 70%
}

#mara_cal_view.pc .tbl_mara table td textarea {
    width: 98%
}

#mara_cal_view.pc td.null {
    padding: 30px 10px;
    text-align: center;
    color: #bbb;
    background: #f9f9f9
}

#mara_cal_view.pc .cal_btn_area {
    position: relative;
    padding: 30px 0 15px
}

#mara_cal_view.pc .cal_btn_area ul {
    overflow: hidden
}

#mara_cal_view.pc .cal_btn_area li {
    float: left;
    margin-right: 10px;
    font-size: 13px;
    line-height: 22px;
    color: #666
}

#mara_cal_view.pc .c_icon {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    ;
    font-weight: 700
}

#mara_cal_view.pc .icon_green {
    background: #41bbaf !important
}

#mara_cal_view.pc .icon_blue {
    background: #1f77b3 !important
}

#mara_cal_view.pc .icon_red {
    background: #d7001e !important
}

#mara_cal_view.pc .icon_gray {
    background: #aaa !important
}

#mara_cal_view.pc .cal_btn_area .rsv_btn_t {
    position: absolute;
    top: 20px;
    padding: 0 20px;
    border-radius: 2px;
    font-size: 13px;
    color: #fff;
    line-height: 40px;
    background-color: #333;
    transition: all .3s;
    cursor: pointer;
    ;
    font-weight: 500
}

#mara_cal_view.pc .cal_btn_area .rsv_btn_t i {
    display: inline-block;
    padding-right: 3px;
    font-size: 12px
}

#mara_cal_view.pc .cal_btn_area .rsv_price {
    right: 110px
}

#mara_cal_view.pc .cal_btn_area .rsv_sch {
    right: 0
}

#mara_cal_view.pc .c_list_price {
    display: none;
    overflow: hidden;
    margin: 0 0 5px 26px
}

#mara_cal_view.pc .c_list_price li {
    float: left;
    font-size: 14px;
    line-height: 18px;
    color: #222;
    ;
    font-weight: 700
}

#mara_cal_view.pc .c_list_price .sale {
    padding-right: 5px;
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    
}

#mara_cal_view.pc .rsv_info {
    display: none;
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 1;
    width: 165px;
    padding: 10px;
    line-height: 23px;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15)
}

#mara_cal_view.pc .c_list:hover .rsv_info {
    display: block
}

#mara_cal_view.pc .rsv_info p {
    position: relative;
    padding-left: 8px
}

#mara_cal_view.pc .rsv_info p:before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #aaa;
    content: ""
}

#mara_cal_view.pc .close_room {
    vertical-align: middle;
    margin-left: 3px;
    font-size: 15px;
    color: #aaa;
    background-color: transparent
}

#mara_cal_view.pc .open_room {
    vertical-align: middle;
    margin-left: 3px;
    font-size: 15px;
    color: #d7001e;
    background-color: transparent
}

/* 달력 mobile */
#mara_cal_view.mo {
    display: none;
    width: 100%;
    padding: 30px 0;
    font-size: 14px;
    letter-spacing: -.3px;
    line-height: 1.8;
    
}

#mara_cal_view.mo .title {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    line-height: 1;
    font-family: 'Poppins'
}

#mara_cal_view.mo .arr {
    width: 35px;
    height: 35px;
    border-radius: 14px;
    font-size: 17px;
    text-align: center;
    line-height: 35px;
    color: #777;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .1)
}

#mara_cal_view.mo .tbl_mara {
    padding: 0 20px
}

#mara_cal_view.mo .tbl_mara table {
    width: 100%;
    color: #777
}

#mara_cal_view.mo .tbl_mara table th {
    width: calc(100% / 7);
    height: 40px;
    font-weight: normal;
    ;
    font-weight: 500
}

#mara_cal_view.mo .tbl_mara table td {
    height: 40px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0;
    font-family: 'poppins'
}

#mara_cal_view.mo .gray {
    color: #ccc
}

#mara_cal_view.mo .tbl_mara table .select p {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 38px;
    color: #fff !important;
    background-color: #333
}

#mara_cal_view.mo .room_info {
    margin-top: 30px;
    padding: 30px 15px;
    background-color: #f7f7f7
}

#mara_cal_view.mo .room_info .tit_area {
    margin-bottom: 15px;
    font-size: 13px;
    color: #888;
    text-align: center
}

#mara_cal_view.mo .room_info .tit_area p {
    font-size: 15px;
    color: #222;
    ;
    font-weight: 500
}

#mara_cal_view.mo .room_info .tit_area p span {
    display: block;
    font-size: 13px
}

#mara_cal_view.mo .room_info ul li {
    display: flex;
    padding: 10px;
    border-radius: 6px;
    line-height: 1.4;
    background-color: #fff
}

#mara_cal_view.mo .room_info ul li+li {
    margin-top: 5px
}

#mara_cal_view.mo .room_info ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1
}

#mara_cal_view.mo .room_info ul li .iconst {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 30px;
    padding: 1px 10px 0;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #555
}

#mara_cal_view.mo .room_info ul li.impossi a {
    color: #ccc
}

#mara_cal_view.mo .room_info ul li.impossi .iconst {
    border-color: #e1e1e1;
    background-color: #f7f7f7
}

#mara_cal_view.mo .room_info ul li .oc_btn {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    font-size: 13px;
    color: #333;
    background-color: #f5f5f5
}

#mara_cal_view.mo .rsv_btn_t {
    display: block;
    width: 160px;
    height: 55px;
    margin: 15px auto 0;
    border-radius: 30px;
    color: #fff;
    background: #333;
    ;
    font-weight: 500
}

#mara_cal_view.mo .adm_btns {
    position: relative
}

/* 예약확인 */
#rv_cf {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    
}

#rv_cf .cont {
    overflow-y: scroll;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 480px;
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: 80vh;
    padding: 50px;
    background-color: #fff
}

#rv_cf .cont .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border: none;
    background: none
}

#rv_cf .cont .close span {
    display: block;
    width: 30px;
    height: 30px
}

#rv_cf .cont .close span:before,
#rv_cf .cont .close span:after {
    display: block;
    content: "";
    position: absolute;
    top: 14px;
    left: 2px;
    width: 26px;
    height: 2px;
    background-color: #222
}

#rv_cf .cont .close span:before {
    transform: rotate(45deg)
}

#rv_cf .cont .close span:after {
    transform: rotate(-45deg)
}

#rv_cf .cont label {
    display: block;
    font-size: 17px;
    color: #333;
    letter-spacing: -0.4px;
    ;
    font-weight: 500
}

#rv_cf .cont .rv_input {
    display: block;
    width: 100%;
    height: 35px;
    margin: 10px 0 40px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    font-size: 15px;
    color: #333;
    letter-spacing: -0.4px;
    
}

#rv_cf .cont .rv_input:focus {
    border-bottom: 1px solid #d7d7d7 !important
}

#rv_cf .cont .result_btn {
    display: block;
    width: 80%;
    margin: 0 auto;
    background: #333;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    line-height: 55px;
    color: #fff;
    ;
    font-weight: 500
}

#rv_cf .rv_input_area {
    width: 100%
}

#rv_cf #rv_list {
    padding-top: 30px
}

#rv_cf #rv_list .tit {
    font-size: 18px;
    text-align: center;
    color: #222;
    ;
    font-weight: 700
}

#rv_cf #rv_list .no_rv {
    padding: 30px 0;
    font-size: 15px;
    text-align: center;
    color: #0066ff
}

#rv_cf #rv_list>div {
    font-size: 14px;
    line-height: 1.8
}

#rv_cf #rv_list>div+div {
    padding-top: 20px;
    padding-top: 40px;
    border-top: 1px solid #555
}

#rv_cf #rv_list dl {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ddd
}

#rv_cf #rv_list dt {
    font-size: 15px;
    color: #333;
    ;
    font-weight: 500
}

#rv_cf #rv_list .rv_cd {
    display: inline-block;
    width: 84px;
    height: 30px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    color: #fff
}

#rv_cf #rv_list .rv_cancel {
    background: #c00
}

#rv_cf #rv_list .rv_complete {
    background: #287ece
}

#rv_cf #rv_list .rv_waiting {
    background: #898989
}

/* 펜션 기본설정 */
#ps_setup {
    padding: 15px;
    font-size: 14px;
    letter-spacing: -.3px;
    line-height: 1.8;
    color: #666;
    
}

#ps_setup .tit {
    padding-bottom: 5px;
    font-size: 16px;
    color: #222;
    ;
    font-weight: 700
}

#ps_setup .tit~.tit {
    margin-top: 20px
}

#ps_setup label {
    font-size: 14px
}

#ps_setup th {
    width: 20%;
    padding: 8px 5px;
    font-size: 14px;
    line-height: 1.6;
    background-color: #f5f6f8
}

#ps_setup td {
    padding: 8px 5px
}

#ps_setup .sh_input {
    height: 36px;
    padding: 0 8px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    font-size: 14px;
    color: #777;
    
}

#ps_setup .sh_input:focus,
#sh_write_tbl .sh_input:active {
    border: 1px solid #e1e1e1 !important;
    outline: none
}

#ps_setup .txtarea {
    width: 100%;
    height: 100px;
    padding: 12px
}

#ps_setup .ps {
    font-size: 14px;
    color: #ff567f
}

#ps_setup span.ps {
    padding-left: 10px
}

#ps_setup .op_tit {
    padding: 8px 15px 10px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #e1e1e1;
    color: #222;
    background-color: #f5f6f8;
    ;
    font-weight: 500
}

#ps_setup .op_tit~.op_tit {
    margin-top: 15px
}

#ps_setup .option_tbl {
    border-top: none
}

#ps_setup .icode i {
    padding: 0 8px
}

#ps_setup .icode a {
    text-decoration: underline !important
}

#ps_setup .btn_area {
    position: relative;
    margin: 20px 0;
    text-align: center
}

#ps_setup .btn_area .btn_type01 {
    width: 150px
}

#ps_setup .btn_area .btn_type01,
#ps_setup .btn_area .cancel_btn {
    height: 50px;
    line-height: 50px
}

/* 버튼 */
#mara_cal_view .btn_area {
    position: relative;
    margin: 20px 0
}

#mara_cal_view .btn_area:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both
}

#mara_cal_view .btn_area .right {
    float: right
}

#mara_cal_view .btn_area .right li {
    margin-left: 4px
}

#mara_cal_view .btn_area .set_btn {
    display: block;
    width: 85px;
    height: 38px;
    border-radius: 2px;
    border: 1px solid #d1d1d1;
    background: #fff;
    font-size: 13.5px;
    text-align: center;
    line-height: 36px;
    color: #777;
    letter-spacing: -.7px;
    -webkit-transition: all .2s;
    transition: all .2s;
    ;
    font-weight: 500
}

#mara_cal_view .btn_area .set_btn:hover {
    border-color: #777
}

#mara_cal_view .adm_btns li {
    display: inline-block;
    vertical-align: top;
    margin-right: 2px
}

#mara_cal_view .w_btn {
    float: right
}

#mara_cal_view .w_btn:hover {
    background-color: #0064c5
}

/* -------- 펜션 예약 달력 끝 [e] */

/* -------- 펜션 예약 목록 시작 [s] */
#sh_bo_list {
    font-size: 15px;
    letter-spacing: -.3px;
    line-height: 1.8;
    color: #666;
    
}

/* 검색 */
#sh_rsv_sch {
    position: relative;
    margin-bottom: 15px;
    padding: 20px 10px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #e1e1e1;
    background-color: #f5f6f8
}

#sh_rsv_sch form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

#sh_rsv_sch ul {
    display: flex;
    flex-wrap: wrap
}

#sh_rsv_sch ul li {
    display: flex;
    align-items: center;
    margin: 2px 0
}

#sh_rsv_sch .sh_input {
    width: 120px;
    height: 40px;
    margin: 0 2px;
    padding: 0 10px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    font-size: 15px;
    color: #777;
    
}

#sh_rsv_sch .sh_input:focus,
#sh_write_tbl .sh_input:active {
    border: 1px solid #e1e1e1 !important;
    outline: none
}

#sh_rsv_sch select {
    min-width: 125px;
    height: 40px;
    padding: 0 0 0 10px;
    margin: 0 2px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    font-size: 15px;
    color: #777;
    
}

#sh_rsv_sch select::-ms-expand {
    display: none
}

#sh_rsv_sch select:focus,
#sh_rsv_sch select:active {
    border: 1px solid #e1e1e1 !important
}

#sh_rsv_sch .sch_btns {
    display: flex;
    margin-left: 2%
}

#sh_rsv_sch .sch_btns input[type=submit] {
    width: 130px;
    height: 40px;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    background-color: #333;
    -webkit-appearance: none;
    appearance: none;
    transition: all .2s;
    ;
    font-weight: 500
}

#sh_rsv_sch .sch_btns .reset {
    width: 65px;
    height: 40px;
    margin-right: 4px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #999;
    transition: all .2s;
    ;
    font-weight: 500
}

/* 리스트 */
#sh_list_tbl tbody tr:hover {
    background-color: #fafafa
}

#sh_list_tbl .bo_notice:hover {
    background-color: #f5f6f8
}

#sh_list_tbl th {
    height: 60px
}

#sh_list_tbl td {
    height: 60px;
    padding: 0 5px;
    line-height: 1.4;
    text-align: center
}

#sh_list_tbl td strong {
    font-weight: normal;
    ;
    font-weight: 500
}

#sh_bo_list .state {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    color: #fff;
    letter-spacing: -.5px;
    ;
    font-weight: 500
}

#sh_bo_list .state.stay {
    background-color: #1f77b3
}

#sh_bo_list .state.comp {
    background-color: #d7001e
}

#sh_bo_list .state.cancle {
    background-color: #999
}

#sh_bo_list .ps {
    margin-top: 15px;
    font-size: 14px;
    color: #ff567f
}

/* 버튼 */
#sh_bo_list .btn_area {
    position: relative;
    margin: 20px 0
}

#sh_bo_list .btn_area:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both
}

#sh_bo_list .btn_area .right {
    float: right
}

#sh_bo_list .btn_area .right li {
    margin-left: 4px
}

#sh_bo_list .btn_area .set_btn {
    display: block;
    width: 85px;
    height: 38px;
    border-radius: 2px;
    border: 1px solid #d1d1d1;
    font-size: 13.5px;
    text-align: center;
    line-height: 36px;
    color: #777;
    letter-spacing: -.7px;
    -webkit-transition: all .2s;
    transition: all .2s;
    ;
    font-weight: 500
}

#sh_bo_list .btn_area .set_btn:hover {
    border-color: #777
}

#sh_bo_list .adm_btns {
    position: absolute;
    top: 0;
    left: 0
}

#sh_bo_list .adm_btns li {
    display: inline-block;
    vertical-align: top;
    margin-right: 2px
}

#sh_bo_list .adm_btns i {
    font-size: 13px
}

/* -------- 펜션 예약 목록 끝 [e] */

/* -------- 펜션 예약 페이지 시작 [s] */
#sh_rsv_area {
    letter-spacing: -.3px;
    
}

#sh_rsv_area .rsv_tit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
    padding: 0 24px;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -.15px;
    line-height: 43px;
    color: #fff;
    background: #373737;
    ;
    font-weight: 500
}

#sh_rsv_area .rsv_tit.bt {
    border-top: 2px solid #333;
    color: #222;
    background-color: #f5f5f5
}

#sh_rsv_area .rsv_tit span {
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #ccc;
    
}

#sh_rsv_area .rsv_s {
    width: 85px;
    height: 34px;
    padding: 0 15px 0 2px;
    border-left: 0px;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #ddd !important;
    font-size: 15px;
    color: #777;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: url(../../../img/select_arr.png) 96% center no-repeat;
    background-size: 11px;
    background-color: transparent;
    
}

/* 날짜선택 */
#mara_cal_write {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 65px;
    
}

#mara_cal_write .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
    font-size: 24px;
    color: #222;
    ;
    font-weight: 700
}

#mara_cal_write .arr {
    width: 42px;
    height: 42px;
    margin: 0 30px;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 17px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    transition: border .2s
}

#mara_cal_write .arr:hover {
    border-color: #333
}

#mara_cal_write .red {
    color: #e60000 !important
}

#mara_cal_write .blue {
    color: #007bda !important
}

#mara_cal_write .gray {
    color: #ccc
}

#mara_cal_write .cal_area {
    width: calc(50% - 15px);
    padding: 25px 15px;
    border: 1px solid #dfdfdf
}

#mara_cal_write table {
    width: 100%
}

#mara_cal_write th {
    padding: 15px 0;
    font-size: 14px;
    font-weight: normal;
    color: #777;
    ;
    font-weight: 500
}

#mara_cal_write td {
    padding: 0;
    border: none;
    font-size: 14px;
    text-align: center;
    line-height: 45px;
    ;
    font-weight: 500
}

#mara_cal_write td button {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: 14px;
    line-height: 45px;
    color: #777;
    text-align: center;
    ;
    font-weight: 500
}

#mara_cal_write td .title_dayred {
    color: #ff0000
}

#mara_cal_write td .title_dayblue {
    color: #06F
}

#mara_cal_write td .day {
    padding: 0 0 5px 0
}

#mara_cal_write td span.open {
    color: #333;
    font-weight: bold
}

#mara_cal_write td span.close {
    color: #ccc
}

#mara_cal_write .select button {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    border-radius: 42px;
    line-height: 45px;
    color: #fff !important;
    background-color: #222
}

#mara_cal_write .date_cont {
    display: flex;
    flex-direction: column;
    width: calc(50% - 15px);
    border: 1px solid #dfdfdf
}

#mara_cal_write .date_cont .date_txt {
    padding: 35px 0;
    border-bottom: 1px solid #dfdfdf;
    font-size: 20px;
    text-align: center;
    ;
    font-weight: 500
}

#mara_cal_write .date_cont .date_txt b {
    font-weight: normal;
    ;
    font-weight: 500
}

#mara_cal_write .date_cont .date_txt span {
    color: #f44336
}

#mara_cal_write .date_cont .back_btn_mo {
    display: none;
    height: 40px;
    margin-top: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    font-size: 13px;
    line-height: 38px;
    background-color: #fff
}

#mara_cal_write .date_cont ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding: 0 40px;
    font-size: 14px;
    color: #888;
    line-height: 1.8
}

#mara_cal_write .date_cont ul li+li {
    margin-top: 8px
}

#mara_cal_write .date_cont ul li {
    display: flex
}

#mara_cal_write .date_cont ul li span {
    flex-shrink: 0;
    width: 75px;
    color: #222;
    ;
    font-weight: 700
}

#mara_cal_write .date_cont ul li.holiday {
    display: none
}

#mara_cal_write .date_cont ul li.holiday span {
    margin-right: 15px;
    letter-spacing: 7px
}

#mara_cal_write .date_cont ul li.holiday b {
    font-weight: normal;
    color: #222;
    text-decoration: underline;
    ;
    font-weight: 500
}

#mara_cal_write .date_cont ul li .change {
    font-weight: normal;
    text-decoration: underline;
    color: #222;
    ;
    font-weight: 500
}

/* 객실분류 */
.rsv_room_info .rsv_room_cate {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 60px 0 25px
}

.rsv_room_info .rsv_room_cate li {
    margin: 0 15px
}

.rsv_room_info .rsv_room_cate li button {
    padding: 2px 0;
    font-size: 17px;
    color: #999;
    line-height: 1.8;
    background-color: transparent;
    
}

.rsv_room_info .rsv_room_cate li.active button {
    border-bottom: 2px solid #222;
    color: #222;
    ;
    font-weight: 500
}

/* 객실정보 */
.rsv_room_info .room_info {
    margin-bottom: 65px;
    font-size: 14px;
    color: #777;
    
}

.rsv_room_info .room_cont {
    display: flex;
    align-items: center;
    padding-right: 4%;
    border: 1px solid #dfdfdf;
    transition: all .2s
}

.rsv_room_info .room_cont+.room_cont {
    margin-top: 15px
}

@media (hover:hover) {
    .rsv_room_info .room_cont:hover {
        background-color: #f7f7f7
    }
}

.rsv_room_info .room_cont.none {
    padding: 50px 0;
    font-size: 16px;
    color: #333;
    text-align: center;
    ;
    font-weight: 500
}

.rsv_room_info .room_cont.pick {
    border: 1px solid #222
}

.rsv_room_info .room_img {
    width: 20%;
    height: 155px;
    border-right: 1px solid #dfdfdf;
    background: center no-repeat;
    background-size: cover
}

.rsv_room_info .room_img.no_img {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    background-color: #ddd;
    ;
    font-weight: 500
}

.rsv_room_info .cont_info {
    padding-left: 4%
}

.rsv_room_info .cont_info .name span {
    padding-right: 10px;
    font-size: 20px;
    color: #222
}

.rsv_room_info .cont_info .name ul {
    display: inline-flex;
    flex-wrap: wrap
}

.rsv_room_info .cont_info .name ul li:after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background-color: #ccc
}

.rsv_room_info .cont_info .name ul li:last-child:after {
    display: none
}

.rsv_room_info .r_select {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px
}

.rsv_room_info .r_select li+li {
    margin-left: 30px
}

.rsv_room_info .r_select li label {
    display: inline-block;
    padding-right: 10px;
    font-size: 15px;
    color: #222;
    ;
    font-weight: 700
}

.rsv_room_info .room_info .room_price {
    flex-shrink: 0;
    margin: 0 4% 0 auto;
    text-align: center;
    line-height: 1.4
}

.rsv_room_info .room_info .room_price .price {
    font-size: 24px;
    color: #222;
    ;
    font-weight: 700
}

.rsv_room_info .room_info .price_org {
    display: none;
    position: relative;
    margin-top: 5px
}

.rsv_room_info .room_info .price_org span {
    display: inline-block;
    padding: 5px 8px;
    margin-bottom: 7px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
    background-color: #333;
    ;
    font-weight: 500
}

.rsv_room_info .room_info .price_org span:after {
    content: "\f005";
    padding-left: 3px;
    font-size: 11px;
    color: #ffa500;
    font-family: 'fontawesome'
}

.rsv_room_info .room_info .check_box {
    width: 36px;
    height: 36px;
    border: 1px solid #333;
    border-radius: 50%;
    font-size: 16px;
    line-height: 34px;
    color: #222;
    text-align: center;
    cursor: pointer;
    background: #fff
}

/* 옵션선택 */
.rsv_option_info {
    margin-bottom: 65px
}

.rsv_option_info .option_cont {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf
}

.rsv_option_info .option_cont>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    min-height: 90px;
    padding: 15px 4% 15px 3%;
    transition: all .2s
}

.rsv_option_info .option_cont>div+div {
    border-top: 1px solid #dfdfdf
}

@media (hover:hover) {
    .rsv_option_info .option_cont>div:hover {
        background-color: #f7f7f7
    }
}

.rsv_option_info .option_cont .op_txt {
    display: flex;
    width: 60%;
    font-size: 15px;
    color: #777
}

.rsv_option_info .option_cont .op_txt span {
    flex-shrink: 0;
    padding-right: 10px;
    color: #222;
    ;
    font-weight: 700
}

.rsv_option_info .option_cont .rsv_s {
    margin-right: 30px
}

.rsv_option_info .option_cont .op_price {
    margin: 0 4% 0 auto
}

.rsv_option_info .option_cont .op_price span {
    font-size: 19px;
    color: #222;
    ;
    font-weight: 700
}

.rsv_option_info .option_cont .check_box {
    width: 36px;
    height: 36px;
    border: 1px solid #333;
    border-radius: 50%;
    font-size: 16px;
    line-height: 34px;
    color: #222;
    text-align: center;
    cursor: pointer;
    background: #fff
}

.rsv_option_info .option_cont div.pick {
    background: #f7f7f7
}

/* 예약자정보,결제금액 */
.rsv_price_info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #777
}

.rsv_price_info>div {
    width: calc(50% - 15px)
}

.rsv_price_info .input_cont,
.rsv_price_info .final_cont {
    height: 300px;
    padding: 36px 25px;
    border: 1px solid #dfdfdf
}

.rsv_price_info .input_cont ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.rsv_price_info .input_cont ul li {
    width: calc(50% - 5px);
    margin-bottom: 10px
}

.rsv_price_info .input_cont ul li:last-child {
    width: 100%;
    margin: 0
}

.rsv_price_info .input_cont .frm_input {
    width: 100%;
    height: 45px;
    padding: 0 14px;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    font-size: 14px;
    color: #777;
    box-shadow: none;
    
}

.rsv_price_info .input_cont .frm_input:focus {
    border: 1px solid #dfdfdf !important
}

.rsv_price_info .input_cont .pick_up {
    height: 45px;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    line-height: 42px;
    text-align: center
}

.rsv_price_info .input_cont .pick_up input~input {
    margin-left: 8%
}

.rsv_price_info .input_cont .txtarea {
    height: 115px;
    padding: 14px;
    resize: none
}

.rsv_price_info .input_cont .ag_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 0 14px;
    font-size: 14px;
    line-height: 1.2;
    background: #f7f7f7
}

.rsv_price_info .input_cont .ag_box a {
    cursor: pointer;
    color: #222
}

.rsv_price_info .input_cont .ag_box span {
    font-size: 13px
}

.rsv_price_info .input_cont .ag_box span label {
    margin-right: 3px;
    font-size: 13px
}

.rsv_price_info .final_cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 24px
}

.rsv_price_info .final_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    color: #222;
    ;
    font-weight: 500
}

.rsv_price_info .final_price .price_wrap {
    text-align: center
}

.rsv_price_info .final_price #all_price {
    font-size: 18px;
    ;
    font-weight: 500
}

.rsv_price_info .final_price #all_price span {
    font-size: 24px;
    color: #f44336;
    ;
    font-weight: 700
}

.rsv_price_info .final_price #all_price_org {
    display: none;
    font-size: 15px;
    color: #888;
    ;
    font-weight: 500
}

.rsv_price_info .final_price #all_price_org span {
    position: relative
}

.rsv_price_info .final_price #all_price_org span:after {
    display: block;
    content: "";
    position: absolute;
    left: -2%;
    top: 50%;
    width: 104%;
    height: 1px;
    background-color: #f44336
}

.rsv_final .account_info ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    font-size: 14px;
    color: #888;
    line-height: 1.8
}

.rsv_final .account_info ul li {
    display: flex
}

.rsv_final .account_info ul li span {
    flex-shrink: 0;
    width: 65px;
    color: #222;
    ;
    font-weight: 700
}

.rsv_final .account_info .ps {
    padding: 12px 15px;
    margin-top: 12px;
    line-height: 1.6;
    background-color: #f7f7f7
}

.rsv_btn_area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    text-align: center
}

.rsv_btn_area a,
.rsv_btn_area input {
    display: block;
    width: 180px;
    height: 55px;
    font-size: 15px;
    line-height: 55px;
    color: #fff;
    text-align: center;
    background: #333;
    -webkit-appearance: none;
    appearance: none;
    transition: all .2s;
    
}

.rsv_btn_area a {
    width: 110px;
    margin-right: 10px;
    background-color: #aaa
}

@media (hover:hover) {
    .rsv_btn_area a:hover {
        background-color: #999
    }

    .rsv_btn_area input:hover {
        background: #111
    }
}

/* 객실 이미지 팝업 레이어 */
#img_view div.gallery_img {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-height: 700px;
    margin-bottom: 25px
}

#img_view .close_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background-color: rgba(0, 0, 0, .6)
}

#img_view .close_btn:before,
#img_view .close_btn:after {
    display: block;
    content: "";
    position: absolute;
    top: 22px;
    left: 13px;
    transform: rotate(45deg);
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff
}

#img_view .close_btn:after {
    transform: rotate(-45deg)
}

#img_view .scr_area {
    overflow-y: scroll;
    height: 100vh
}

#img_view .scr_area::-webkit-scrollbar {
    width: 5px
}

#img_view .scr_area::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #aaa
}

#img_view div.gallery_img li {
    text-align: center
}

#img_view div.gallery_img img {
    width: auto;
    max-width: 100%;
    max-height: 620px;
    vertical-align: middle
}

#img_view div.gallery_thumb {
    overflow: hidden
}

#img_view div.gallery_thumb li {
    position: relative;
    overflow: hidden;
    float: left;
    width: 10%;
    height: 86px;
    text-align: center;
    cursor: pointer;
    background-size: cover !important;
    background-position: center
}

#img_view div.gallery_thumb li:before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: 0.3s
}

#img_view div.gallery_thumb li:hover:before,
#img_view div.gallery_thumb li.swiper-slide-thumb-active:before {
    opacity: 0
}

#img_view .arr {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 101;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    font-size: 22px;
    color: #fff;
    line-height: 50px;
    background-color: rgba(0, 0, 0, .35);
    transition: all .2s
}

#img_view .arr.next {
    left: auto;
    right: 0
}

@media (hover:hover) {
    #img_view .arr:hover {
        background-color: rgba(0, 0, 0, .6)
    }
}

#img_view {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85)
}

/* -------- 펜션 예약 페이지 끝 [e] */

/* -------- 펜션 예약 뷰 시작 [s] */
#sh_bo_v {
    font-size: 15px;
    letter-spacing: -.3px;
    line-height: 1.8;
    color: #777;
    
}

#sh_bo_v .tit {
    margin-bottom: 10px;
    font-size: 17px;
    color: #222;
    ;
    font-weight: 700
}

/* 예약내역 */
#sh_view_tbl th {
    width: 16%;
    padding: 12px 0;
    line-height: 1.6;
    background-color: #f5f6f8
}

#sh_view_tbl td {
    padding: 12px 0 12px 10px;
    font-size: 15px
}

#sh_view_tbl td p {
    display: inline-block;
    margin-left: 30px
}

#sh_view_tbl td strong {
    padding: 4px 12px;
    margin-right: 5px;
    border-radius: 20px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    font-weight: normal;
    color: #222;
    background-color: #f5f5f5;
    ;
    font-weight: 500
}

#sh_view_tbl .state {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    color: #fff;
    letter-spacing: -.5px;
    ;
    font-weight: 500
}

#sh_view_tbl .state.stay {
    background-color: #1f77b3
}

#sh_view_tbl .state.comp {
    background-color: #d7001e
}

#sh_view_tbl .state.cancle {
    background-color: #999
}

#sh_view_tbl .price_org {
    position: relative;
    margin-right: 10px;
    color: #222;
    ;
    font-weight: 500
}

#sh_view_tbl .price_org:after {
    display: block;
    content: "";
    position: absolute;
    left: -2%;
    top: 50%;
    width: 104%;
    height: 1px;
    background-color: #ff567f
}

#sh_view_tbl .price {
    font-size: 17px;
    color: #ff567f;
    ;
    font-weight: 700
}

#sh_view_tbl .ps {
    padding-left: 10px;
    font-size: 14px;
    color: #ff567f
}

/* 버튼 */
#sh_bo_v .btn_area {
    position: relative;
    margin: 20px 0
}

#sh_bo_v .btn_area:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both
}

#sh_bo_v .btn_area .right {
    float: right
}

#sh_bo_v .btn_area .right li {
    margin-left: 4px
}

#sh_bo_v .btn_area .set_btn {
    display: block;
    width: 85px;
    height: 38px;
    border-radius: 2px;
    border: 1px solid #d1d1d1;
    font-size: 13.5px;
    text-align: center;
    line-height: 36px;
    color: #777;
    letter-spacing: -.7px;
    -webkit-transition: all .2s;
    transition: all .2s;
    ;
    font-weight: 500
}

#sh_bo_v .adm_btns li {
    display: inline-block;
    vertical-align: top;
    margin-right: 2px
}

#sh_bo_v .adm_btns i {
    font-size: 13px
}

/* -------- 펜션 예약 뷰 끝 [e] */

/* 예약 뷰 댓글 시작 [s] */
#sh_bo_cmt {
    padding: 20px 15px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    letter-spacing: -.3px;
    line-height: 1.8;
    color: #777;
    
}

.sh_cmt_btn {
    border: none;
    font-size: 15px;
    color: #222;
    background-color: transparent;
    ;
    font-weight: 500
}

.sh_cmt_btn:after {
    content: "\f106";
    padding-left: 15px;
    font-family: 'fontawesome'
}

.sh_cmt_btn_op:after {
    content: "\f107"
}

#sh_bo_vc h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#sh_bo_vc article {
    margin: 20px 0;
    position: relative
}

#sh_bo_vc article .profile_img img {
    border-radius: 50%
}

#sh_bo_vc header:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#sh_bo_vc header .icon_reply {
    position: absolute;
    top: 15px;
    left: -20px
}

.sh_bo_vc_hdinfo {
    float: right
}

#sh_bo_vc h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#sh_bo_vc .cmt_contents {
    padding: 15px;
    margin: 5px 0 0;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    background: #f5f6f8
}

#sh_bo_vc p a {
    text-decoration: underline
}

#sh_bo_vc p a.s_cmt {
    text-decoration: underline;
    color: #ed6479
}

#sh_bo_vc_empty {
    margin: 0;
    padding: 30px 0 !important;
    color: #777;
    text-align: center
}

#sh_bo_vc #bo_vc_winfo {
    float: left
}

.bo_vc_act {
    text-align: right;
    margin: 0;
    list-style: none;
    zoom: 1
}

.bo_vc_act:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.bo_vc_act li {
    display: inline-block
}

.bo_vc_act li a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    font-size: 13px;
    line-height: 23px;
    background-color: #fff
}

.sh_bo_vc_w {
    position: relative;
    margin: 10px 0;
    display: block
}

.sh_bo_vc_w:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.sh_bo_vc_w h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.sh_bo_vc_w #char_cnt {
    display: block;
    margin: 0 0 5px
}

.sh_bo_vc_w textarea {
    width: 100%;
    height: 90px;
    padding: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    font-size: 14px;
    color: #777;
    
}

.sh_bo_vc_w textarea:focus {
    border: 1px solid #e1e1e1 !important
}

.bo_vc_w_info {
    margin: 10px 0;
    float: left
}

.bo_vc_w_info:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.bo_vc_w_info .frm_input {
    float: left;
    width: 120px;
    margin-right: 5px;
    padding-left: 10px;
    border-radius: 2px;
    border: 1px solid #e1e1e1
}

.bo_vc_w_info #captcha #captcha_key {
    border-radius: 2px;
    border: 1px solid #e1e1e1
}

.bo_vc_w_info input:focus {
    border: 1px solid #e1e1e1 !important
}

.bo_vc_w_info #captcha {
    float: left;
    display: block
}

.bo_vc_w .btn_confirm {
    float: right;
    margin-top: 10px
}

.sh_bo_vc_w .btn_confirm label {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px
}

.sh_bo_vc_w .btn_confirm label i {
    padding: 0 5px
}

.sh_bo_vc_w .cm_btn {
    width: 85px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    background-color: #999;
    -webkit-appearance: none;
    appearance: none
}

.sh_bo_vc_w .cm_btn:hover {
    background-color: #888
}

.bo_vc_w_wr:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_vc_send_sns {
    float: left
}

#bo_vc_sns {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1
}

#bo_vc_sns:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_vc_sns li {
    float: left;
    margin: 0 5px 0 0
}

#bo_vc_sns .sns_li_f {
    border-radius: 3px;
    background: #3a589b;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px
}

#bo_vc_sns .sns_li_t {
    border-radius: 3px;
    background: #00aced;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px
}

#bo_vc_sns .sns_li_off {
    background: #bbb
}

#bo_vc_sns a {
    display: inline-block;
    padding: 0 15px 0 5px
}

#bo_vc_sns input {
    margin: 0 5px 0 0
}

/* 예약 뷰 댓글 끝[e] */

@media (max-width:1024px) {
    .pg_current {
        min-width: 20px;
        font-size: 14px
    }

    .pg_page {
        min-width: 20px;
        font-size: 13px;
        line-height: 28px
    }

    #sh_rsv_area {
        padding: 20px
    }

    #mara_cal_write .cal_area,
    #mara_cal_write .date_cont {
        width: calc(50% - 7.5px)
    }

    #mara_cal_write .date_cont ul {
        padding: 0 25px
    }

    .rsv_price_info>div {
        width: calc(50% - 7.5px)
    }

    .rsv_price_info .input_cont,
    .rsv_price_info .final_cont {
        padding: 20px;
        height: auto
    }

    .rsv_price_info .input_cont .ag_box a {
        font-size: 13px
    }
}

@media (max-width:768px) {

    .sh_adm_btn,
    #sh_bo_list .btn_area .set_btn,
    #mara_cal_view .btn_area .set_btn {
        width: 70px;
        font-size: 13px
    }

    #sh_rsv_area {
        padding: 15px
    }

    #sh_rsv_area .rsv_tit {
        padding: 0;
        margin-bottom: 10px;
        color: #222;
        font-size: 18px;
        line-height: 1.8;
        background: none;
        ;
        font-weight: 700
    }

    #sh_rsv_area .rsv_tit span {
        display: none
    }

    #sh_rsv_area .rsv_tit.bt {
        border: none;
        background: none
    }

    #sh_rsv_area .rsv_s {
        width: 80px;
        height: 30px;
        padding: 0 15px 0 12px;
        border: 1px solid #e1e1e1;
        border-radius: 30px;
        font-size: 13px;
        background-position: 88% center;
        background-size: 8px
    }

    #sh_rsv_area .rsv_s:focus,
    #sh_rsv_area .rsv_s:active {
        border: 1px solid #e1e1e1 !important
    }

    #mara_cal_view.mo {
        display: block
    }

    #mara_cal_view.pc {
        display: none
    }

    #mara_cal_write {
        margin-bottom: 50px
    }

    #mara_cal_write .title {
        display: none
    }

    #mara_cal_write .cal_area {
        display: none
    }

    #mara_cal_write .date_cont {
        width: 100%;
        padding: 20px;
        border: none;
        background-color: #f7f7f7
    }

    #mara_cal_write .date_cont .date_txt {
        padding: 0;
        margin-bottom: 20px;
        border: none;
        font-size: 14px;
        letter-spacing: -.3px
    }

    #mara_cal_write .date_cont .date_txt span {
        margin-left: 5px;
        color: #aaa
    }

    #mara_cal_write .date_cont .back_btn_mo {
        display: block
    }

    #mara_cal_write .date_cont ul {
        padding: 0
    }

    #mara_cal_write .date_cont ul li {
        font-size: 13px
    }

    #mara_cal_write .date_cont ul li+li {
        margin: 0
    }

    #mara_cal_write .date_cont ul li span {
        width: 60px;
        ;
        font-weight: 500
    }

    #mara_cal_write .date_cont ul li.holiday span {
        margin-right: 8px;
        letter-spacing: 5.5px
    }

    #mara_cal_write .date_cont ul li.holiday b {
        font-weight: normal;
        color: #e60000;
        text-decoration: none;
        ;
        font-weight: 500
    }

    #mara_cal_view.mo .adm_btns {
        padding: 0 15px
    }

    #img_view .close_btn {
        top: 5px;
        right: 5px;
        background: none
    }

    #img_view div.gallery_img {
        margin: 50px 0 20px
    }

    #img_view div.gallery_img img {
        max-height: 400px
    }

    .rsv_room_info .rsv_room_cate {
        margin: 40px 0 10px
    }

    .rsv_room_info .rsv_room_cate li {
        margin: 0 8px
    }

    .rsv_room_info .rsv_room_cate li button {
        font-size: 15px;
        letter-spacing: -.3px
    }

    .rsv_room_info .rsv_room_cate li.active {
        margin: 0 2px
    }

    .rsv_room_info .rsv_room_cate li.active button {
        height: 38px;
        padding: 0 15px;
        border: none;
        border-radius: 30px;
        font-size: 13px;
        line-height: 40px;
        color: #fff;
        background-color: #333;
        ;
        font-weight: 500
    }

    .rsv_room_info .room_cont {
        flex-direction: column;
        align-items: normal;
        padding: 0;
        border: none
    }

    .rsv_room_info .room_cont+.room_cont {
        margin-top: 50px
    }

    .rsv_room_info .room_img {
        width: 100%;
        height: 250px;
        border: none;
        background-size: cover
    }

    .rsv_room_info .cont_info {
        padding: 30px 0 0
    }

    .rsv_room_info .cont_info .name span {
        display: block;
        padding: 0;
        font-size: 24px;
        line-height: 1.2;
        color: #222;
        ;
        font-weight: 700
    }

    .rsv_room_info .cont_info .name ul {
        display: flex;
        margin-top: 15px
    }

    .rsv_room_info .cont_info .name ul li {
        color: #222;
        ;
        font-weight: 500
    }

    .rsv_room_info .r_select li {
        margin: 2px 15px 2px 0
    }

    .rsv_room_info .r_select li+li {
        margin-left: 0
    }

    .rsv_room_info .r_select li label {
        padding-right: 3px;
        font-size: 14px;
        color: #777;
        
    }

    .rsv_room_info .room_info {
        margin-bottom: 50px
    }

    .rsv_room_info .room_info .room_price {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 12px 0;
        font-size: 13px;
        text-align: left
    }

    .rsv_room_info .room_info .room_price .price {
        padding-left: 5px;
        font-size: 17px
    }

    .rsv_room_info .room_info .price_org {
        width: 100%;
        margin-top: 10px
    }

    .rsv_room_info .room_info .price_org span {
        margin: 0 5px 0 0;
        border-radius: 6px;
        height: 24px;
        padding: 0 5px;
        border: 1px solid #f44336;
        font-size: 11px;
        color: #f44336;
        line-height: 22px;
        background: none
    }

    .rsv_room_info .room_info .price_org span:after {
        display: none
    }

    .rsv_room_info .room_info .price_org p {
        display: inline-block
    }

    .rsv_room_info .room_info .check_box {
        width: 100%;
        height: 45px;
        border-radius: 6px;
        font-size: 15px;
        line-height: 43px;
        
    }

    .rsv_room_info .room_info .check_box i {
        display: none
    }

    .rsv_room_info .room_info .check_box:before {
        content: "객실 선택하기"
    }

    .rsv_room_info .room_cont.pick {
        border: none
    }

    .rsv_room_info .room_cont.pick .check_box {
        color: #fff;
        background-color: #333
    }

    .rsv_room_info .room_cont.pick .check_box:before {
        content: "선택 해제하기"
    }

    .rsv_option_info {
        margin-bottom: 50px
    }

    .rsv_option_info .option_cont>div {
        min-height: auto;
        padding: 15px 8px
    }

    .rsv_option_info .option_cont .op_txt {
        flex-wrap: wrap;
        width: calc(100% - 45px);
        font-size: 14px;
        line-height: 1.8
    }

    .rsv_option_info .option_cont .rsv_s {
        margin-right: 15px
    }

    .rsv_option_info .option_cont .op_price {
        margin: 5px 0 0
    }

    .rsv_option_info .option_cont .op_price span {
        font-size: 15px
    }

    .rsv_option_info .option_cont .op_price span:before {
        content: "옵션가격";
        padding-right: 5px;
        font-size: 14px;
        color: #777;
        
    }

    .rsv_option_info .option_cont .check_box {
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        margin-left: auto
    }

    .rsv_option_info .option_cont div.pick {
        background: #fff
    }

    .rsv_option_info .option_cont div.pick .check_box {
        font-size: 13px;
        color: #fff;
        background-color: #333
    }

    .rsv_price_info {
        display: block
    }

    .rsv_price_info>div {
        width: 100%
    }

    .rsv_price_info .rsv_input {
        margin-bottom: 30px
    }

    .rsv_price_info .input_cont,
    .rsv_price_info .final_cont {
        height: auto;
        padding: 15px
    }

    .rsv_price_info .final_price #all_price span {
        font-size: 20px
    }

    .rsv_final .account_info ul {
        padding: 0
    }

    .rsv_final .account_info ul li {
        font-size: 13px
    }

    .rsv_final .account_info ul li span {
        width: 60px;
        ;
        font-weight: 500
    }

    .rsv_btn_area {
        margin-top: 15px
    }

    .rsv_btn_area a {
        display: none
    }

    .rsv_btn_area input {
        width: 100%;
        ;
        font-weight: 500
    }

    #sh_rsv_sch {
        padding: 15px;
        border: none
    }

    #sh_rsv_sch ul {
        width: 100%
    }

    #sh_rsv_sch ul li {
        justify-content: space-between;
        width: 100%;
        margin: 0
    }

    #sh_rsv_sch ul li+li {
        margin-top: 6px
    }

    #sh_rsv_sch ul li.user .sh_input {
        width: calc(50% - 3px)
    }

    #sh_rsv_sch .sh_input {
        width: calc(50% - 6px);
        margin: 0;
        font-size: 14px
    }

    #sh_rsv_sch select {
        width: 100%;
        margin: 0;
        font-size: 14px
    }

    #sh_rsv_sch .sch_btns {
        justify-content: space-between;
        width: 100%;
        margin: 10px 0 0
    }

    #sh_rsv_sch .sch_btns .reset {
        width: calc((100% / 3) - 6px);
        margin: 0
    }

    #sh_rsv_sch .sch_btns input[type=submit] {
        width: calc((100% / 3) * 2)
    }

    #sh_list_tbl th {
        height: 50px;
        font-size: 14px
    }

    #sh_list_tbl th.name,
    #sh_list_tbl th.price,
    #sh_list_tbl td.name,
    #sh_list_tbl td.price {
        display: none
    }

    #sh_list_tbl td {
        height: auto;
        padding: 12px 3px;
        font-size: 13px;
    }

    #sh_list_tbl .add {
        display: none
    }

    #sh_bo_list .state {
        padding: 4px 6px;
        border-radius: 4px;
        font-size: 11px;
        line-height: 1.2;
        word-break: keep-all
    }

    #sh_bo_list .ps {
        padding: 0 15px
    }

    #sh_bo_list .btn_area {
        padding: 0 15px
    }

    #sh_bo_list .adm_btns {
        float: left;
        position: relative;
        top: auto;
        left: auto
    }

    #sh_bo_v .tit {
        padding: 15px;
        margin: 0
    }

    #sh_view_tbl th {
        width: 85px;
        font-size: 13px
    }

    #sh_view_tbl td {
        padding: 10px;
        font-size: 13px
    }

    #sh_view_tbl td p {
        display: block;
        margin: 6px 0 0
    }

    #sh_view_tbl td strong {
        display: inline-block;
        height: 22px;
        padding: 0 10px;
        font-size: 12px;
        color: #777;
        line-height: 22px
    }

    #sh_view_tbl .state {
        height: 25px;
        padding: 0 10px;
        font-size: 12px;
        line-height: 25px
    }

    #sh_view_tbl .price {
        font-size: 15px
    }

    #sh_view_tbl .ps {
        display: block;
        padding: 0;
        font-size: 13px
    }

    #sh_bo_v .btn_area {
        padding: 0 15px
    }

    #sh_bo_v .adm_btns {
        display: flex;
        justify-content: space-between;
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 10px
    }

    #sh_bo_v .adm_btns li {
        display: block;
        margin: 0
    }

    #sh_bo_v .adm_btns .cancle {
        width: calc((100% / 3) - 6px)
    }

    #sh_bo_v .adm_btns .comp {
        width: calc((100% / 3) * 2)
    }

    #sh_bo_v .btn_area .set_btn {
        width: 100%;
        height: 45px;
        border: none;
        color: #fff;
        line-height: 45px;
        background-color: #999
    }

    #sh_bo_v .adm_btns .comp .set_btn {
        background-color: #333
    }
}

@media (max-width:480px) {
    #rv_cf .cont {
        top: auto;
        bottom: 0;
        left: 0;
        transform: none;
        max-height: calc(100vh - 45px);
        padding: 30px 20px;
        border-radius: 14px 14px 0 0
    }

    #rv_cf .cont .close {
        top: 10px;
        right: 10px
    }

    #rv_cf .cont label {
        font-size: 16px
    }

    #rv_cf .cont .rv_input {
        margin: 5px 0 30px;
        font-size: 14px
    }

    #mara_cal_write .date_cont {
        border-radius: 14px
    }

    #sh_rsv_area .rsv_s {
        width: 72px;
        height: 26px;
        padding: 0 10px
    }

    #img_view div.gallery_thumb li {
        height: 60px
    }

    .rsv_room_info .rsv_room_cate li button {
        font-size: 14px
    }

    .rsv_room_info .room_img {
        position: relative;
        height: 180px;
        border-radius: 14px
    }

    .rsv_room_info .room_img:after {
        content: "객실이미지 보기";
        position: absolute;
        bottom: 10px;
        right: 10px;
        height: 28px;
        padding: 0 12px;
        border-radius: 20px;
        color: #fff;
        font-size: 11px;
        line-height: 30px;
        background-color: rgba(0, 0, 0, .5);
        
    }

    .rsv_room_info .cont_info {
        padding: 20px 8px 0
    }

    .rsv_room_info .cont_info .name span {
        font-size: 18px
    }

    .rsv_room_info .cont_info .name ul {
        margin-top: 10px
    }

    .rsv_room_info .r_select {
        margin-top: 10px
    }

    .rsv_room_info .r_select li {
        margin-right: 12px
    }

    .rsv_room_info .r_select li label {
        font-size: 13px
    }

    .rsv_room_info .room_info .room_price {
        padding: 0 8px;
        margin: 10px 0
    }

    .rsv_room_info .room_info .room_price .price {
        font-size: 16px
    }

    .rsv_room_info .room_info .check_box {
        font-size: 14px
    }

    .rsv_price_info .input_cont,
    .rsv_price_info .final_cont {
        border-radius: 14px
    }

    .rsv_price_info .input_cont .frm_input,
    .rsv_price_info .input_cont .pick_up,
    .rsv_price_info .input_cont .ag_box {
        border-radius: 6px
    }

    .rsv_price_info .input_cont ul li {
        width: 100%
    }

    .rsv_price_info .input_cont .ag_box {
        height: 40px
    }

    .rsv_price_info .final_price #all_price {
        font-size: 16px
    }

    .rsv_price_info .final_price #all_price span {
        font-size: 16px
    }

    .rsv_price_info .final_price #all_price_org {
        font-size: 14px
    }

    .rsv_final .account_info {
        font-size: 13px
    }

    .rsv_final .account_info .ps {
        border-radius: 6px;
        line-height: 1.6
    }

    .rsv_btn_area input {
        border-radius: 30px
    }
}

@media (max-width:380px) {
    #img_view div.gallery_img img {
        max-height: 360px
    }

    .rsv_room_info .room_img {
        height: 160px
    }
}