

@media (max-width: 768px) {
  .hidden-xs {
      display: none;
  }
}
@media (min-width:768px) and (max-width: 824px) {
    .hidden-sm {
      display: none;
    }
}
@media (min-width: 1200px) {
    .hidden-md {
      display: none;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
      display: none;
    }
}

/*input*/
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
    border-color: #d42222 !important;
}
/*예약일선택 : 날짜선택*/
#get_date_option {
    position: relative;
}
#get_date_option .select_date_boxs {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 3;
    display: none;
}
#get_date_option.noFloating input {
    margin-bottom: 0px;
}
#get_date_option.noFloating .select_date_boxs {
    position: relative;
    box-shadow: 0 0 0;
}
#get_date_option.noFloating .select_date_boxs .select_date_top {
    padding-bottom: 0px;
}
#get_date_option .select_date_boxs {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 3;
    display: none;
}
/* #get_date_option.active .select_date_boxs,
#get_date_option:active .select_date_boxs,
#get_date_option:focus .select_date_boxs  */
#get_date_option.active .select_date_boxs {
    display: block;
}
#get_date_option .select_date_boxs .select_date_top {
    border: 1px solid #aaa;
    border-top: 0px;
    border-bottom: 0px;
    padding: 15px 5px;
}
#get_date_option .datepicker .datepicker-switch {
    font-size: 20px;
    font-weight: 900;
    color: #333;
    font-family: 'Roboto';
}
#get_date_option .datepicker table thead tr th.dow {
    background-color: #f4f4f4;
    color: #4f4f4f;
    border-radius: 0px;
}
#get_date_option .datepicker table thead tr th.dow:first-child {
    border-radius: 30px 0 0 30px;
}
#get_date_option .datepicker table thead tr th.dow:last-child {
    border-radius: 0 30px 30px 0;
}
#get_date_option .datepicker table tr {
    border-top: 1px solid #fff;
}
#get_date_option .datepicker table tr td, 
#get_date_option .datepicker table tr th {
    font-size: 13px;
}

#get_date_option .datepicker table tr td {
    cursor:pointer;
}
#get_date_option .datepicker table tbody tr th,
#get_date_option .datepicker table tbody tr td {
    font-family: 'Roboto';
    font-weight: 500;
    color: #000;
    padding: 5px 4px 15px;
    border-radius: 0;
}
#get_date_option .datepicker table tbody tr td:first-child,
#get_date_option .datepicker table tbody tr td:last-child {
    color: #d42222;
}
#get_date_option .datepicker table thead tr th.prev:hover, 
#get_date_option .datepicker table thead tr th.next:hover {
    background-color: #eee;
}
#get_date_option .datepicker table tbody tr td .month {
    color: #111;
}
#get_date_option .datepicker table tbody tr td.old {
    color: #bbb;
}
#get_date_option .datepicker table tbody tr td.old:first-child,
#get_date_option .datepicker table tbody tr td.old:last-child {
    color: #e29292;
}
#get_date_option .datepicker table tbody tr td.consdate.active,
#get_date_option .datepicker table tbody tr td.consdate:hover {
    background-color: #f83738;
    color: #fff;
}
#get_date_option .datepicker table tbody tr td.consdate.active {
    background: url(img/date_checked.png) 51% 21px no-repeat;
    background-color: #f83738;
}
@media (min-width:824px){
    #get_date_option {
        position: relative;
        max-width: 300px;
    }
    #get_date_option .select_date_boxs {
        box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
    }
}
@media (max-width:824px){
    #get_date_option .select_date_boxs {
        height: 0px;
        overflow: hidden;
    }
    #get_date_option.active .select_date_boxs {
        height: auto;
        position: relative;
        margin-top: -10px;
        margin-bottom: 15px;
    }
    #get_date_option .select_date_boxs .select_date_top {
        padding: 5px;
    }
    #get_date_option .select_date_boxs .select_date_top .datepicker {
        padding: 5px;
    }
    #get_date_option .datepicker table thead tr th {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #get_date_option .datepicker table tbody tr th,
    #get_date_option .datepicker table tbody tr td {
        padding: 4px 4px 12px;
        background-position-y: 18px !important;
        text-shadow: 0 0 0;
    }
    #get_date_option .datepicker table tbody tr td.consdate.active {
        background-position-x : center;
        background-size: 9px;
    }
    #get_date_option .datepicker table tr td, #get_date_option .datepicker table tr th {
        font-size: 11px;
    }
}


.form_body .sit_option .get_item_options .smt_btn,
.sit_option .get_item_options .smt_btn {
    font-size: 15px;
    color: #111;
    font-weight: 300;
    letter-spacing: 0;
    border-radius: 0px;
    width: 100%;
    margin: 0 0 10px;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #aaa;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 0 0;
    border: 1px solid #d42222;
    color: #d42222;
    background: none;
    font-weight: 600;
    margin: 0px;
}
#sit_ov #sit_ov_btn {
    margin-top: 20px;
}
#sit_ov #sit_ov_btn button {
    width: 100%;
    border-radius: 0px;
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
    padding: 0px;
}
#sit_ov #sit_ov_btn .row {
    margin: 0 -5px;
}
#sit_ov #sit_ov_btn .row > div {
    padding: 0 5px;
}
#sit_ov #sit_ov_btn .sit_btn_cart {
    border-radius:4px;
    color: #707070;
    border-color: #707070;
}
#sit_ov #sit_ov_btn .sit_btn_buy {
    border-radius:4px;
    border-color: #E5E5E5;
    background-color: darkgray; /*예약하기 버튼 백그라운드*/
    color: white; /*예약하기 글자색*/
    font-size:2.1rem; font-weight:600;
}
#sit_ov #sit_ov_btn .sit_btn_buy.active {
    border-radius:4px;
    border-color: #EB2123;
    background-color: bisque;
    color: #fff;
    font-size:2.1rem; font-weight:600;
}
#sit_ov #sit_ov_btn .sit_btn_buy:hover {
    border-color: darkcyan;
    background-color: darkcyan; /*예약하기 호버시  색상변*/
    color: #fff;
}
@media (max-width:824px){
    #sit_ov #sit_ov_btn {
        margin-top: 0px;
    }
    #sit_ov #sit_ov_btn button {
        font-size: 16px;
        height: 45px;
        line-height: 43px;
    }
}
/*옵션수정 버튼*/
.option_wr select {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 15px;
    color: #111;
    font-weight: 300;
    letter-spacing: 0;
    border: 1px solid #aaa;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(img/all_input_arrow.png) no-repeat 96% 50%/* 화살표 아이콘 추가 */;
}
#sod_bsk_list #mod_option_frm .form-control {
    font-size: 15px;
    color: #111;
    font-weight: 300;
    letter-spacing: 0;
    border-radius: 0px;
    width: 100%;
    margin: 0 0 10px;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #aaa;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 0 0;
    background: url(img/all_input_arrow.png) no-repeat 96% 50%/* 화살표 아이콘 추가 */;
}
#sod_bsk_list #mod_option_frm .btn_confirm .btn_submit {
    width: 100px;
    border-radius: 4px;
    font-size: 15px;
    height: 36px;
    line-height: 34px;
    font-weight: 400;
    padding: 0px;
    border-color: #d42222;
    background-color: #d42222;
    color: #fff;
}
@media (max-width:824px){
    #sod_bsk_list #mod_option_frm .form-control,
    .option_wr select,
    #sod_bsk_list #mod_option_frm .form-control {
        font-size: 14px;
        height: 40px;
        background-size: 13px;
    }
}

/*판매정보 옵션*/

#sit_opt_added li:first-child {
    margin-top: 0px;
}
#sit_opt_added .opt_count .sit_qty_minus,
#sit_opt_added .opt_count .num_input,
#sit_opt_added .opt_count .sit_qty_plus,
#sit_opt_added .opt_count .sit_opt_prc {
    display: none !important;
}
#sit_opt_added .opt_count .sit_opt_del {
    position: absolute;
    right: 15px;
    height: 100%;
    background: url(img/cls_btn.png) center center no-repeat;
    width: 18px;
    top: 0;
    cursor: pointer;
    border: 0px;
}
#sit_opt_added .opt_count .sit_opt_del i {
    opacity: 0;
}
/*
#sit_opt_added .opt_name .sit_opt_subj {
    font-size: 15px;
    color: #111;
    font-weight: 300;
    letter-spacing: 0;
}
*/

.opt_name{display:flex;}
.opt_name input[type="text"]{border:none;}
.opt_name .reser_time{font-size:1.4rem;background:#EB2123;color:#fff;margin-right:10px; padding: 10px 20px;border-radius:50px;}
.opt_name .reser_room{font-size:1.4rem;background:#3A3A3A;color:#fff;padding: 10px 20px; border-radius:50px;}



.sit_option .get_item_options select {
    font-size: 15px;
    color: #111;
    font-weight: 300;
    letter-spacing: 0;
    border: 1px solid #aaa;
    border-radius: 0px;
    background: url(img/all_input_arrow.png) no-repeat 96% 50%/* 화살표 아이콘 추가 */;
}
.sit_option .get_item_options input {
    font-size: 15px;
    color: #111;
    font-weight: 300;
    letter-spacing: 0;
    border-radius: 0px;
    width: 100%;
    margin: 0 0 10px;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #aaa;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 0 0;
    background: url(img/all_input_arrow.png) no-repeat 96% 50%/* 화살표 아이콘 추가 */;
}
@media (max-width:824px){
    .sit_option .get_item_options select,
    .sit_option .get_item_options input {
        font-size: 14px;
        height: 40px;
        background-size: 13px;
    }
  

}
/*payment_tit*/

#payment_tit .current {
    text-align: right;
    font-size: 15px;
    color: #999;
}
#payment_tit .current strong {
    font-weight: 400;
}
#payment_tit .current span {
    display: inline-block;
    padding: 0 10px;
    font-size: 11px;
    vertical-align: middle;
}
#payment_tit .current strong.act {
    color: #d42222;
}
@media (max-width: 824px) {
    #payment_tit {
        padding: 20px 0;
    }
    #payment_tit .current {
        text-align: left;
        font-size: 12px;
    }
}

/*리뷰 별점 공통*/
.rv_star {
    background: url(img/rv_star_full.png) center center no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}
.rv_star.rv_star_full {
    background: url(img/rv_star_full.png) center center no-repeat;
}
.rv_star.rv_star_half {
    background: url(img/rv_star_half.png) center center no-repeat;
}
.rv_star.rv_star_empty {
    background: url(img/rv_star_empty.png) center center no-repeat;
}
.rv_star.small_stars {
    width: 17px;
    height: 17px;
}
.rv_star.small_stars.rv_star_full {
    background: url(img/rv_star_full_sm.png) center center no-repeat;
}
.rv_star.small_stars.rv_star_empty {
    background: url(img/rv_star_empty_sm.png) center center no-repeat;
}
.rv_star.xs_small_stars {
    width: 10px;
    height: 10px;
    margin-right: -1px;
}
.rv_star.xs_small_stars.rv_star_full {
    background: url(img/rv_star_full_xs.png) center center no-repeat;
}
.rv_star.xs_small_stars.rv_star_empty {
    background: url(img/rv_star_empty_xs.png) center center no-repeat;
}
@media (max-width:824px){
    .rv_star {
        margin: 0 1px 0 0 !important;
        width: 15px;
        height: 15px;
        background-size: 15px !important;
    }
    .rv_star.small_stars {
        margin: 0 1px 0 0 !important;
        width: 11px;
        height: 11px;
        background-size: 11px !important;
    }
    .rv_star.xs_small_stars {
        width: 8px;
        height: 8px;
        background-size: 8px !important;
    }
}

/*페이징처리*/
nav.pg_wrap {
    
}
nav.pg_wrap .pg_current,
nav.pg_wrap .pg_page {
    border: 0px;
    color: #bbb;
    font-size: 15px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    background-color: transparent;
    padding: 0px;
}
nav.pg_wrap .pg_current {
    color: #111;
}
nav.pg_wrap .pg_page.pg_next {
    height: 38px;
    width: 38px;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 0px;
    background: url(img/nex_arr.png) 14px center no-repeat;
}
nav.pg_wrap .pg_page.pg_end {
    height: 38px;
    width: 38px;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 0px;
    background: url(img/end_arr.png) 11px center no-repeat;
}

/**time_options**/
.get_hour_options,
.get_mit_options{
	padding:10px 0px;
}
.get_hour_options{
	border-bottom: 1px solid #e2e2e2;
}
.get_time_options .hour_btn,
.get_time_options .mit_btn{
    font-size: 14px;
    display: inline-block;
    padding: 8px 7px;
    background: #fff;
    color: #000;
    border: 1px solid #eee;
    border-radius: unset;
    margin: 3px 0px 1px 0px;
    cursor: pointer;
    border-radius: 4px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.05px;
}
.get_time_options .hour_btn.none,
.get_time_options .mit_btn.none{
    border-color: #f7f7f7;
    background: #f7f7f7;
    color: #ccc;
    cursor: default;
    text-decoration: line-through;
}
.get_time_options .hour_btn.active,
.get_time_options .mit_btn.active{
	background: #333;
    border-color: #333;
    color: #fff;
}
@media (max-width:824px){
    .get_time_options .hour_btn,
	.get_time_options .mit_btn{
        font-size: 13px;
    }
}


/*선택된 옵션*/
.sit_sel_option li {
    border-left: 0;
    border-right: 0px;
    padding: 15px;
    background-color: #f7f7f7;
    border-color: #ddd;
}
.sit_sel_option li:first-child {
    margin-top: 0px;
}
.sit_sel_option .opt_count .sit_qty_minus,
.sit_sel_option .opt_count .num_input,
.sit_sel_option .opt_count .sit_qty_plus,
.sit_sel_option .opt_count .sit_opt_prc {
    display: none !important;
}
.sit_sel_option .opt_count .sit_opt_del {
    position: absolute;
    right: 15px;
    height: 100%;
    background: url(img/cls_btn.png) center center no-repeat;
    width: 18px;
    top: 0;
    cursor: pointer;
    border: 0px;
}
.sit_sel_option .opt_count .sit_opt_del i {
    opacity: 0;
}
.sit_sel_option .opt_name .sit_opt_subj {
    font-size: 15px;
    color: #111;
    font-weight: 300;
    letter-spacing: 0;
}
.sit_option .get_item_options select {
    font-size: 15px;
    color: #111;
    font-weight: 300;
    letter-spacing: 0;
    border: 1px solid #aaa;
    border-radius: 0px;
    background: url(img/all_input_arrow.png) no-repeat 96% 50%/* 화살표 아이콘 추가 */;
}
.sit_option .get_item_options input {
    font-size: 15px;
    color: #111;
    font-weight: 300;
    letter-spacing: 0;
    border-radius: 0px;
    width: 100%;
    margin: 0 0 10px;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #aaa;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 0 0;
    background: url(img/all_input_arrow.png) no-repeat 96% 50%/* 화살표 아이콘 추가 */;
}
@media (max-width:824px){
    .sit_option .get_item_options select,
    .sit_option .get_item_options input {
        font-size: 14px;
        height: 40px;
        background-size: 13px;
    }
    .sit_sel_option li {
        padding: 8px;
    }
    .sit_sel_option .opt_name {
        line-height: 1.2em;
    }
    .sit_sel_option .opt_name .sit_opt_subj {
        font-size: 12px;
    }
}