/* sub_top */
#sub_top {
    background-color: #8d764b;
    padding: 15px 0;
}
#sub_top ul {
    margin: 0 -15px;
}
#sub_top ul li {
    display: inline-block;
    padding: 0 15px;
}
#sub_top ul li a {
    text-decoration: none;
    display: inline-block;
    color: #d3c5ab;
    font-size: 17px;
    line-height: 1em;
}
#sub_top ul li:hover a {
    color: #e2daca;
}
#sub_top ul li.active a {
    color: #fff;
    text-decoration: underline;
}
@media (max-width:768px){
    #sub_top {
        padding: 13px 0;
    }
    #sub_top ul {
        margin: 0 -5px;
    }
    #sub_top ul li {
        padding: 0 5px;
    }
    #sub_top ul li a {
        font-size: 13px;
    }
}
/* 예약정보 */
.booking_info {
    border: 1px solid #ddd;
    border-top: 1px solid #333;
    padding: 20px 0;
}
.booking_info > li {
    padding: 40px;
}
.booking_info > li.imp {
    background-color: #fffff9;
}
.booking_info > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.booking_info .info_tit {
    margin-bottom: 15px;
}
.booking_info .acct {
    position: relative;
    padding-left: 220px;
}
.booking_info .acct .acct_img {
    background: url(../img/acct_img.png) center center no-repeat;
    width: 202px;
    height: 100%;
    border: 1px solid #ddd;
}
.booking_info .info_list > li {
    position: relative;
    color: #7d7d7d;
    font-size: 15px;
    line-height: 1.6em;
    padding-left: 15px;
}
.booking_info .info_list > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #aaa;
}
.booking_info .info_list > li:not(:last-child) {
    margin-bottom: 10px;
}
.booking_info .info_list > li strong {
    color: #222;
    font-weight: 500;
}
@media (min-width:500px){
    .booking_info .acct .acct_img {
        position: absolute;
        left: 0;
        top: 0;
    }
}
@media (max-width:500px){
    .booking_info {
        padding: 10px 0;
    }
    .booking_info > li {
        padding: 20px;
    }
    .booking_info .info_tit {
        margin-bottom: 10px;
    }
    .booking_info .acct {
        padding-left: 0;
    }
    .booking_info .acct .acct_img {
        display: block;
        width: 100%;
        height: 50px;
        background-size: 130px !important;
        margin-bottom: 5px;
    }
    .booking_info .info_list > li {
        font-size: 13px;
        padding-left: 10px;
    }
    .booking_info .info_list > li:after {
        top: 9px;
        width: 3px;
        height: 3px;
    }
    .booking_info .info_list > li:not(:last-child) {
        margin-bottom: 5px;
    }
}
/* booking_table */
#booking_table .yy_select {
    text-align: center;
}
#booking_table .yy_select .c_wrp {
    margin-bottom: 20px;
}
#booking_table .yy_select .today span {
    display: inline-block;
    line-height: 1px;
    padding: 0 5px;
    border: 1px solid #ddd;
    line-height: 20px;
    font-size: 0.85em;
    color: #666;
    margin-right: 5px;
}
#booking_table .yy_select .crrt .room_name {
    display: inline-block;
    margin-right: 10px;
}
#booking_table .yy_select .crrt .room_name span,
#booking_table .yy_select .crrt .room_name a {
    color: #111 !important;
}
#booking_table .yy_select h2 {
    display: inline-block;
    padding: 0 45px;
    position: relative;
}
#booking_table .yy_select h2 a,
#booking_table .yy_select h2 a {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 20px;
    background: url(../img/scd_arr.png) center center no-repeat;
}
#booking_table .yy_select h2 .prev {
    left: 0;
}
#booking_table .yy_select h2 .next {
    right: 0;
    transform: rotate(180deg);
}
@media (max-width:500px){
    #booking_table .yy_select .c_wrp {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #booking_table .yy_select .crrt .room_name {
        margin-right: 5px;
    }
}
/* book_table */
.table.book_table {
    border-top: 1px solid #ddd;
    table-layout: fixed;
}
.table.book_table thead tr th {
    font-size: 15px;
    text-align: center;
    color: #666;
    font-weight: 500;
    background-color: #f7f7f7;
}
.table.book_table tbody tr td {

}
.table.book_table thead tr th,
.table.book_table tbody tr td {
    border: 1px solid #ddd;
    padding: 15px;
}
.table.book_table tbody tr td:first-child .date {
    color: rgb(248, 37, 37);
}
.table.book_table tbody tr td:last-child .date {
    color: rgb(37, 51, 248);
}
.table.book_table tbody tr td.wait .date,
.table.book_table tbody tr td.passed .date {
    color: #666;
    opacity: 0.5;
}
.table.book_table tbody tr td .room_info {
    color: #999;
    font-size: 13px;
    margin-bottom: 10px;
}
@media (max-width:500px){
    .table.book_table thead tr th {
        font-size: 12px;
    }
    .table.book_table thead tr th,
    .table.book_table tbody tr td {
        padding: 8px;
    }
    .table.book_table tbody tr td .room_info {
        font-size: 10px;
        margin-bottom: 5px;
        line-height: 1.1em;
    }
}
/* room_name */
#booking_table .room_name {
    position: relative;
    padding: 6px 0 6px 5px;
    padding-left: 30px;
}
#booking_table .book_table .room_name:not(:last-child) {
    border-bottom: 1px dashed #eee;
}
#booking_table .room_name > strong,
#booking_table .room_name > span,
#booking_table .room_name > a {
    font-size: 15px;
}
#booking_table .room_name > strong {
    position: absolute;
    padding: 5px;
    border-radius: 3px;
    line-height: 1em;
    vertical-align: middle;
    color: #fff;
    left: 0;
    top: 6px;
    font-weight: 400;
}
#booking_table .room_name.crrt_no > strong {
    background-color: #e52a2a;
}
#booking_table .room_name.crrt_yes > strong {
    background-color: #70c927;
}
#booking_table .room_name.crrt_ing > strong {
    background-color: #fbae42;
}
#booking_table .room_name.crrt_call > strong {
    background-color: #333;
}
#booking_table .room_name.crrt_no > .name,
#booking_table .room_name.crrt_ing > .name,
#booking_table .room_name.crrt_call > .name {
    cursor: default;
    color: #aaa;
}
#booking_table .room_name > .name {
    text-decoration: none;
    display: inline-block;
    color: #111;
}
@media (max-width:500px){
    #booking_table .room_name {
        padding: 3px 0 3px 5px;
        padding-left: 18px;
        line-height: 1em;
    }
    #booking_table .book_table .room_name {
        padding: 3px 0;
        padding-top: 20px;
        line-height: 1em;
    }
    #booking_table .book_table .room_name:not(:last-child) {
        border-bottom: 1px dashed #ddd;
    }
    #booking_table .room_name > strong,
    #booking_table .room_name > span,
    #booking_table .room_name > a {
        font-size: 11px;
    }
    #booking_table .room_name > strong {
        padding: 3px;
        top: 3px;
    }
}
/* get_date_option */
#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;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
    display: none;
}
#get_date_option.active .select_date_boxs,
#get_date_option:active .select_date_boxs,
#get_date_option:focus .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 {
    padding: 20px 15px;
}
#get_date_option .datepicker .datepicker-switch {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    font-family: 'Poppins';
}
#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: 4px solid #fff;
    background-color: #fff;
}
#get_date_option .datepicker.datepicker-primary table thead tr:first-child th:hover,
#get_date_option .datepicker.datepicker-primary table thead tr:nth-child(2) th:hover,
#get_date_option .datepicker table thead tr th.next,
#get_date_option .datepicker table thead tr th.prev {
    color: #333;
    background-color: #fff !important;
}
#get_date_option .datepicker table tr td, 
#get_date_option .datepicker table tr th {
    font-size: 14px;
}
#get_date_option .datepicker table tbody tr th,
#get_date_option .datepicker table tbody tr td {
    font-family: 'Poppins';
    font-weight: 500;
    color: #000;
    padding: 3px 4px 15px;
    border-radius: 0;
}
#get_date_option .datepicker table tbody tr td:first-child {
    color: rgb(248, 37, 37);
}
#get_date_option .datepicker table tbody tr td:last-child {
    color: rgb(37, 51, 248);
}
#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 .century,
#get_date_option .datepicker table tbody tr td .decade,
#get_date_option .datepicker table tbody tr td .year,
#get_date_option .datepicker table tbody tr td .month {
    color: #333;
}
#get_date_option .datepicker table tbody tr td .year.active,
#get_date_option .datepicker table tbody tr td .month.active {
    color: #fff;
    background-color: #aaa;
}
#get_date_option .datepicker table tbody tr td .year.focused,
#get_date_option .datepicker table tbody tr td .month.focused {
    color: #fff;
    background-color: #262626;
}
#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.day.active,
#get_date_option .datepicker table tbody tr td.day:hover {
    background-color: #262626;
    color: #fff;
}
#get_date_option .datepicker table tbody tr td.day.active {
    background: url(../img/date_checked.png) 51% 23px no-repeat;
    background-color: #262626;
}
@media (max-width:824px){
    #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: 1px 4px 8px;
        background-position-y: 18px !important;
        text-shadow: 0 0 0;
    }
    #get_date_option .datepicker table tbody tr td.day.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;
    }
}
/* book_table_sub */
.table.book_table_sub {
    border: 1px solid #ddd;
    table-layout: fixed;
}
.table.book_table_sub thead tr th {
    font-size: 15px;
    text-align: center;
    color: #666;
    font-weight: 500;
    background-color: #f7f7f7;
    border: 0px;
    padding: 12px 8px;
}
.table.book_table_sub tbody tr td {
    text-align: center;
    border: 0px;
    padding: 8px;
}
.table.book_table_sub tbody tr td .date {
    color: #333;
    display: inline-block;
    text-decoration: none;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 5px;
}
.table.book_table_sub tbody tr td:first-child .date {
    color: rgb(248, 37, 37);
}
.table.book_table_sub tbody tr td:last-child .date {
    color: rgb(37, 51, 248);
}
.table.book_table_sub tbody tr td.wait .date,
.table.book_table_sub tbody tr td.passed .date {
    color: #666;
    opacity: 0.5;
}
.table.book_table_sub tbody tr td.selected .date {
    background-color: #262626;
    color: #fff;
}
@media (max-width:500px){
    .table.book_table_sub thead tr th {
        font-size: 12px;
    }
    .table.book_table_sub thead tr th,
    .table.book_table_sub tbody tr td {
        padding: 5px;
        font-size: 12px;
    }
    .table.book_table_sub tbody tr td .date {
        line-height: 30px;
        padding: 0 10px;
    }
}
/* book_sub_top */
#book_sub_top .yy_select .c_wrp {
    margin-bottom: 10px;
}
#book_sub_top .yy_select .today span {
    display: inline-block;
    line-height: 1px;
    padding: 0 5px;
    border: 1px solid #ddd;
    line-height: 20px;
    font-size: 0.85em;
    color: #666;
    margin-right: 5px;
}
#book_sub_top .yy_select .crrt .room_name {
    display: inline-block;
    margin-right: 10px;
}
#book_sub_top .yy_select .crrt .room_name span,
#book_sub_top .yy_select .crrt .room_name a {
    color: #111 !important;
}
#book_sub_top .yy_select h5 {
    display: inline-block;
    padding: 0 45px;
    position: relative;
}
#book_sub_top .yy_select h5 a,
#book_sub_top .yy_select h5 a {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 20px;
    background: url(../img/scd_arr.png) center center no-repeat;
    background-size: 6px;
}
#book_sub_top .yy_select h5 .prev {
    left: 0;
}
#book_sub_top .yy_select h5 .next {
    right: 0;
    transform: rotate(180deg);
}
@media (max-width:500px){
    #book_sub_top .yy_select .c_wrp {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #book_sub_top .yy_select .crrt .room_name {
        margin-right: 5px;
    }
}
/* book_sub_top :: infoh */
h6.infoh {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    font-weight: 300;
    padding-left: 20px;
    background: url(../img/info_i.png) left center no-repeat;
    margin-bottom: 0px;
}
@media (max-width:768px){
    h6.infoh {
        font-size: 13px;
        background-size: 12px !important;
        padding-left: 15px;
        line-height: 1.2em;
        background-position-y: 2px;
        padding-right: 50px;
        margin-bottom: 20px;
    }
}
/* book_sub_top :: right */
#book_sub_top .right .topbox {
    border: 1px solid #ddd;
    padding: 63px 30px;
}
#book_sub_top .right .topbox h6 {
    margin-top: 5px;
}
#book_sub_top .right .topbox ul {
    margin-top: 40px;
}
#book_sub_top .right .topbox ul li {
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 400;
    color: #333;
    position: relative;
    padding-left: 100px;
    margin-top: 15px;
}
#book_sub_top .right .topbox ul li > span {
    position: absolute;
    left: 0;
    font-weight: 500;
}
@media (min-width:768px){
    #book_sub_top .right {
        padding-left: 40px;
    }
}
@media (max-width:768px){
    #book_sub_top .right .topbox {
        padding: 30px 15px;
    }
    #book_sub_top .right .topbox h6 {
        margin-top: 3px;
    }
    #book_sub_top .right .topbox ul {
        margin-top: 20px;
    }
    #book_sub_top .right .topbox ul li {
        font-size: 13px;
        padding-left: 70px;
        margin-top: 8px;
        font-weight: 300;
    }
    #book_sub_top .right .topbox ul li > span {
        font-weight: 600;
    }
}
/* book_tit */
.book_tit {
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 2px solid #333;
    padding-bottom: 15px;
}
/* table_room */
.table.table_room {
    border: 0px;
}
.table.table_room tbody tr {
    border-bottom: 1px solid #ddd;
}
.table.table_room tbody tr th,
.table.table_room tbody tr td {
    border: 0px;
    vertical-align: middle;
    padding: 30px 8px;
}
.table.table_room tbody tr th .crrt {
    display: inline-block;
    padding: 6px 8px;
    color: #fff;
    line-height: 1em;
    font-weight: 400;
    border-radius: 4px;
    margin-bottom: 5px;
}
.table.table_room tbody tr th .crrt.crrt_no {
    background-color: #e52a2a;
}
.table.table_room tbody tr th .crrt.crrt_yes {
    background-color: #70c927;
}
.table.table_room tbody tr td .cost_box {
    text-align: center;
}
.table.table_room tbody tr td .cost_box h5 {
    font-weight: 700;
}
.table.table_room tbody tr td .row {
    margin: 0 -5px;
}
.table.table_room tbody tr td .row > div {
    padding: 0 5px;
}
.table.table_room tbody tr td .form-control {
    border: 0px;
    border-radius: 5px;
    background-color: #f5f5f5;
    box-shadow: 0 0 0 ;
    color: #333;
}
.table.table_room .checkbox-custom ._checked + label:after {
	position: absolute;
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\F00C';
	top: 50%;
	left: 4px;
	margin-top: -5px;
	font-size: 11px;
	line-height: 1;
	width: 16px;
	height: 16px;
	color: #333;
}
@media (min-width:768px){
    .table.table_room tbody tr td .cost_bt {
        margin-top: 10px;
    }
}
@media (max-width:768px){
    .table.table_room tbody tr th,
    .table.table_room tbody tr td {
        display: block;
        width: 100%;
        padding: 4px;
    }
    .table.table_room tbody tr th {
        padding-top: 15px;
        padding-bottom: 0px;
    }
    .table.table_room tbody tr th h5,
    .table.table_room tbody tr th h6 {
        display: inline-block;
        margin-left: 5px;
    }
    .table.table_room tbody tr td:last-child {
        padding-bottom: 15px;
    }
    .table.table_room tbody tr td .slt_wrp {
        margin-top: 10px;
    }
    .table.table_room tbody tr td .slt_wrp h6 {
        color: #999;
    }
    .table.table_room tbody tr td .slt_wrp select {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .table.table_room tbody tr td .cost_box {
        padding: 7px;
        border: 1px solid #ddd;
    }
    .table.table_room tbody tr td .cst {
        position: relative;
        padding-left: 50px;
    }
    .table.table_room tbody tr td .cst.cst_p {
        padding-left: 75px;
    }
    .table.table_room tbody tr td .cst.cst_p:after {
        content: "";
        position: absolute;
        left: -15px;
        top: 20%;
        height: 60%;
        width: 1px;
        background-color: #ddd;
    }
    .table.table_room tbody tr td .cost_box h6,
    .table.table_room tbody tr td .cost_box h5 {
        line-height: 30px;
    }
    .table.table_room tbody tr td .cost_box h6 {
        position: absolute;
        left: 0;
        padding: 1px 0;
    }
    .table.table_room tbody tr td .cost_box h5 {
        display: inline-block;
    }
}
/* form_list */
.form_list li:not(.area) {
    position: relative;
    padding-left: 100px;
    margin: 15px 0;
}
.form_list li label {
    font-weight: 400;
    color: #111;
    font-size: 17px;
}
.form_list li:not(.area) label {
    margin: 0px;
    position: absolute;
    left: 0;
    line-height: 45px;
}
.form_list.result_list li:not(.area) label,
.form_list.result_list li:not(.area) p {
    line-height: 40px;
}
.form_list.result_list li:not(.area) p {
    padding: 0 12px;
    border-radius: 4px;
    display: inline-block;
    max-width: 400px;
    width: 100%;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 400;
}
.form_list.result_list li.area p {
    padding: 12px;
    display: inline-block;
    width: 100%;
    line-height: 1.4em;
    border: 1px solid #ddd;
    max-height: 100px;
    overflow-y: scroll;
}
.form_list li .form-control {
    border-radius: 0;
    box-shadow: 0 0 0;
    font-size: 17px;
}
.form_list li:not(.area) .form-control {
    line-height: 45px;
    height: 45px;
    border: 1px solid #ccc;
}
.form_list li:not(.area) .form-control:not(.long) {
    max-width: 400px;
}
.form_list li.area {
    margin-top: 30px;
}
.form_list.result_list li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.form_list.result_list li.area {
    padding-top: 10px;
    margin-top: 10px;
}
.form_list li textarea {
    overflow-y: scroll;
}
@media (max-width:500px){
    .form_list li:not(.area) {
        padding-left: 70px;
        margin: 10px 0;
    }
    .form_list li label,
    .form_list li .form-control {
        font-size: 13px;
    }
    .form_list.result_list li:not(:last-child) {
        padding-bottom: 5px;
    }
    .form_list.result_list li.area {
        padding-top: 5px;
        margin-top: 5px;
    }
    .form_list.result_list li:not(.area) label,
    .form_list.result_list li:not(.area) p {
        line-height: 35px;
        font-size: 13px;
    }
}
/* table_refun */
.table.table_refun tbody tr th,
.table.table_refun tbody tr td {
    font-size: 15px;
    line-height: 1.2em;
    padding: 15px;
    color: #666;
    border: 0px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
}
.table.table_refun tbody tr:nth-child(even) th,
.table.table_refun tbody tr:nth-child(even) td {
    background-color: #fcfcfc;
}
@media (max-width:500px){
    .table.table_refun tbody tr th,
    .table.table_refun tbody tr td {
        font-size: 13px;
        padding: 8px;
    }
}
/* btn_wrp */
.btn_wrp ._btn {
    text-decoration: none;
    display: inline-block;
    line-height: 45px;
    width: 120px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #666;
    font-size: 17px;
    font-weight: 400;
    border-radius: 4px;
}
.btn_wrp .next ._btn {
    background-color: #c9a062;
    border-color: #c9a062;
    color: #fff;
}
.btn_wrp ._btn.full_btn {
    width: 100% !important;
}
.btn_wrp ._btn.full_btn {
    border-color: #262626;
    background-color: #262626;
    color: #fff;
}
@media (max-width:768px){
    .btn_wrp {
        text-align: center;
    }
    .btn_wrp > div {
        display: inline-block;
    }
    .btn_wrp ._btn {
        text-decoration: none;
        display: inline-block;
        line-height: 35px;
        width: 120px;
        font-size: 15px;
        margin: 0 3px;
    }
}

/* conf_table */
.table.conf_table {
    border-bottom: 1px solid #ddd;
}
.table.conf_table thead tr th,
.table.conf_table thead tr td,
.table.conf_table tbody tr th,
.table.conf_table tbody tr td {
    font-size: 15px;
    text-align: center;
    padding: 15px;
    border: 0px;
    vertical-align: middle;
}
.table.conf_table thead tr th,
.table.conf_table thead tr td{
    font-weight: 500;
    color: #111;
    border-top: 0px solid #ddd;
}
.table.conf_table tbody tr th,
.table.conf_table tbody tr td {
    font-weight: 400;
    color: #333;
    border-top: 1px solid #ddd;
}
.table.conf_table tbody tr td .sod_name {
    text-align: left;
}
.table.conf_table .sod_opt {
    margin-top: 5px;
}
.table.conf_table .sod_opt li:before {
    content: "예약일";
    border: 1px solid #aaa;
    font-size: 11px;
    border-radius: 0px;
    color: #333;
    background-color: #f7f7f7;
    padding: 2px 5px;
    margin-right: 5px;
}
@media (max-width: 824px) {
    .table.conf_table tbody tr:not(:first-child) {
        border-top: 1px solid #aaa;
    }
    .table.conf_table tbody tr:nth-child(even) {
        background-color: #f8f8f8;
    }
    .table.conf_table thead tr th,
    .table.conf_table thead tr td {
        display: none !important;
        padding: 8px 15px;
    }
    .table.conf_table tbody tr th,
    .table.conf_table tbody tr td {
        display: block;
        width: 100% !important;
        position: relative;
        padding: 8px 15px;
        font-size: 13px;
        text-align: right;
    }
    .table.conf_table tbody tr td:before {
        position: absolute;
        left: 15px;
    }
    .table.conf_table tbody tr td:nth-child(1) {
        border: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /* .table.conf_table tbody tr td:nth-child(2):before {
        content: "이용일자";
    } */

    .table.conf_table tbody tr td:nth-child(2):before {
        content: "기간";
    }
    .table.conf_table tbody tr td:nth-child(3):before {
        content: "인원";
    }
    .table.conf_table tbody tr td:nth-child(4):before {
        content: "애견동행";
    }
    .table.conf_table tbody tr td:nth-child(5):before {
        content: "총 결제 금액";
    }
    .table.conf_table tbody tr td:nth-child(6):before {
        content: "현장결제 금액";
    }
    .table.conf_table tbody tr td .sod_name {
        padding: 5px 0;
    }

	.table.conf_table1 tbody tr td:nth-child(2):before {
        content: "기간";
    }
    .table.conf_table1 tbody tr td:nth-child(3):before {
        content: "인원";
    }
    .table.conf_table1 tbody tr td:nth-child(4):before {
        content: "애견동행";
    }
    .table.conf_table1 tbody tr td:nth-child(5):before {
        content: "총 결제 금액";
    }
    .table.conf_table1 tbody tr td:nth-child(6):before {
        content: "현장결제 금액";
    }
	.table.conf_table1 tbody tr td:nth-child(7):before {
        content: "취소";
    }
}

/* agreebox */
.agreebox {
    border: 1px solid #ddd;
    font-weight: 400;
    border-top: 0px;
}

.stit .lined{
    display:inline-block;
    background-color: #96743f;
    margin-top: 15px;
    width: 40px;
    height: 2px;
}
.stit h5{
    margin-top: 15px;
}
@media (max-width:768px){
    .stit .lined{
        margin-top: 10px;
        width: 25px;
        height: 1px;
    }
    .stit h5{
        margin-top: 10px;
    }
}

/*owl-room*/
.owl-carousel.owl-room{
    margin: 0;
}
.owl-carousel.owl-room .owl-nav {
    top: 45%;
}
.owl-carousel.owl-room .owl-nav .owl-prev,
.owl-carousel.owl-room .owl-nav .owl-next {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.4);
    width: 63px;
    height: 63px;
    border-radius: 0px;
}
.owl-carousel.owl-room .owl-nav .owl-prev {
    background: url(../img/arr_pv.png) center center no-repeat;
}
.owl-carousel.owl-room .owl-nav .owl-next {
    background: url(../img/arr_nt.png) center center no-repeat;
}
.owl-carousel.owl-room .owl-nav .owl-prev:before,
.owl-carousel.owl-room .owl-nav .owl-next:before {
    content: "";
}

@media (max-width:768px){
    .owl-carousel.owl-room .owl-nav {
        top: 36%;
    }
    .owl-carousel.owl-room .owl-nav .owl-prev, .owl-carousel.owl-room .owl-nav .owl-next{
        width: 33px;
        height: 33px;
        background-size: 33px;
    }
}

/*thumb-gallery */
.thumb-gallery{
    position: relative;
}
.thumb-gallery .th_icon{
    position: absolute;
    top:0;
    right: 0;
    z-index: 99;
}

.thumb-gallery .th_icon2 {
    right: 149px;
}
.thumb-gallery .owl-carousel .img-thumbnail,
.thumb-gallery .owl-carousel .img-thumbnail img {
	padding: 0px;
	border-radius: 0px;
	border: 0px;
}
.thumb-gallery .owl-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
    margin: 0;
    padding: 0;
}
.thumb-gallery .owl-carousel.show-nav-hover .owl-nav .owl-prev {
    left: 0;
}
.thumb-gallery .owl-carousel .owl-nav .owl-prev:before, .thumb-gallery .owl-carousel .owl-nav .owl-next:before {
    display: none;
}
.thumb-gallery .owl-carousel.show-nav-hover .owl-nav .owl-next {
    right: 0;
}

.thumb-gallery .owl-carousel .owl-nav {
    top: 45%;
}
.thumb-gallery .owl-carousel .owl-nav .owl-prev,
.thumb-gallery .owl-carousel .owl-nav .owl-next {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.4);
    width: 63px;
    height: 63px;
    border-radius: 0px;
}
.thumb-gallery .owl-carousel .owl-nav .owl-prev {
    background: url(../img/arr_pv.png) center center no-repeat;
}
.thumb-gallery .owl-carousel .owl-nav .owl-next {
    background: url(../img/arr_nt.png) center center no-repeat;
}

@media (min-width:991px){	
	.thumb-gallery .owl-carousel .owl-nav {
		opacity: 0.8;
		top: 45%;
	}
	.thumb-gallery .owl-carousel .owl-nav [class*='owl-'] {
		font-size: 60px;
	}
}
@media (max-width:992px){	
	.thumb-gallery .th_icon img{
        width: 70px;
    }
    .thumb-gallery .th_icon2 {
        right: 71px;
    }
}



/*camp_01*/
#camp_01 .sec1 .stit h1{
    line-height: 1.2em;
}
#camp_01 .sec1 .stit h4{
    margin-top: 40px;
}
 #camp_01 .sec2{
    position: relative;
    z-index: 0;
}
  
@media (min-width: 769px) {
    #camp_01 .sec1 .camp_main{
        padding-left: 390px;
    }
    #camp_01 .sec1 .c_wrp > div{
        vertical-align: top;
    }
    #camp_01 .sec2{
        background: url(../img/camp1_bg2.png) 90% center no-repeat;
    } 
    #camp_01 .sec2:after{
        position: absolute;
        content: "";
        background-color: #eee;
        top:0;
        left:0;
        width: 32%;
        height: 100%;
        z-index: -1;
    }
    #camp_01 .sec2 .camp_sub{
        max-width: 900px;
    }
}
@media (max-width:768px){
    #camp_01 .sec1 .camp_main, #camp_01 .sec2 .camp_sub{
        padding: 0 15px;
    }
    #camp_01 .sec1 .stit h4{
        margin-top: 20px;
    }
    #camp_01 .sec1 .c_wrp .rt{
        margin-top: 20px;
    }
    #camp_01 .sec2:after{
        position: absolute;
        content: "";
        background-color: #eee;
        top:0;
        left:0;
        width: 100%;
        height: 25%;
        z-index: -1;
    }
    #camp_01 .sec2 .camp_sub .stit{
        margin-top: 30px;
    }
}
/*tab_box*/
.tab_box{
    margin-bottom: 0;
    padding: 0;
}
.tab_box .nav-tabs {
    width: 100%;
    border-bottom: 0px;
}
.tab_box .nav-tabs li {
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 0px;
    float: left;
    width: 25%;
    display: block;
    margin-left: -1px;
}
.tab_box .nav-tabs.col50 li {
    width: 50% !important;
}
.tab_box .nav-tabs.col8 li {
    width: 12.5% !important;
}
.tab_box .nav-tabs li a {
    background-color: transparent;
    border: 0px !important;
    font-size: 20px;
    color: #888 !important;
    padding: 15px;
    border-radius: 0;
    letter-spacing: 0px;
    margin-right: 0px;
}
.tab_box .nav-tabs li.active {
    border-color: #262626;
}
.tab_box .nav-tabs li.active a {
    background-color: #262626;
    color: #fff !important;
}
.tab_box .tab-content {
    box-shadow: 0 0 0;
    border: 0px;
    padding: 0px 0;
}
@media (max-width:768px){
    .tab_box .nav-tabs li a {
        font-size: 13px;
        padding: 10px 5px;
    }
    .tab_box .tab-content {
        padding: 0px 0;
    }
    .tab_box .nav-tabs li {
        width: 33.33333%;
    }
    .tab_box .nav-tabs.col8 li {
        width: 25% !important;
    }
}

/*camp_02*/
#camp_02 .sec1 .root_daum_roughmap .wrap_map {
    height: 650px;
}
#camp_02 .sec1 .map_main{
    padding: 30px;
    border: 1px solid #ddd;
}
#camp_02 .sec1 .map_main ul li h5 span{
    margin-right: 5px;
}
#camp_02 .sec1 .map_txt{
    padding: 30px 0;
}
#camp_02 .sec1 .map_txt2{
    border-top: 1px solid #ddd;
}
#camp_02 .sec1 .map_txt h4{
    position: relative;
    padding-left: 40px;
}
#camp_02 .sec1 .map_txt h4:after{
    position: absolute;
    content: "";
    top:0%;
    left: 0;
    width: 33px;
    height: 33px;
    background: url(../img/map_car.png) center center no-repeat;
}
#camp_02 .sec1 .map_txt2 h4:after{
    background: url(../img/map_bus.png) center center no-repeat;
}
#camp_02 .sec1 .map_txt .road_wrp{
    margin-top: 20px;
}
#camp_02 .sec1 .map_txt .road_wrp > li h5{
    background-color: #967441;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
}
#camp_02 .sec1 .map_txt .road_wrp > li p{
    margin-top: 10px;
    line-height: 1.4em;
}

@media (min-width:769px){
    #camp_02 .sec1 .map_main ul li{
        position: relative;
    }
    #camp_02 .sec1 .map_main ul li:not(:last-child):after{
        position: absolute;
        content: "";
        background-color: #333;
        top:20%;
        right: 0;
        width: 1px;
        height: 60%;
    }
}
@media (max-width:768px){
    #camp_02 .sec1 .root_daum_roughmap .wrap_map {
        height: 200px;
    }
    #camp_02 .sec1 .map_txt h4{
       padding-left: 30px;
    }
    #camp_02 .sec1 .map_txt h4:after{
        width: 25px;
        height: 25px;
        background-size: 25px;
    }
    #camp_02 .sec1 .map_txt .road_wrp{
        margin-top: 15px;
    }
    #camp_02 .sec1 .map_txt .road_wrp > li h5{
        padding: 2px 7px;
    }
    #camp_02 .sec1 .map_txt .road_wrp > li p{
        margin-top: 7px;
        line-height: 1.6em;
    }
}

.bg_gr{
    background-color: #eee;
}

.dong_tit {
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 2px solid #333;
    padding-bottom: 15px;
}
/*room .res_box*/
.res_box{
    border: 1px solid #ddd;
    padding: 30px;
}
.res_box .ct ul li{
    font-size: 15px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
    padding-left: 90px;
}
.res_box .ct ul li span{
    color: #967441;
    font-weight: 600;
    position: absolute;
    left:0;
}
.res_box .rt a{
    display: inline-block;
    font-size: 15px;
    color: #967441;
    text-decoration: none;
    line-height: 40px;
    vertical-align: middle;
    font-weight: 400;
    border: 1px solid #967441;
    text-align: center;
    border-radius: 4px;
    padding: 0 10px;
}
.res_box .rt a:hover{
    color: #fff;
    border-color:#967441;
    background-color: #967441;
}
@media (min-width:769px){
    .res_box > div{
        margin: 0 15px;
    }
    .res_box .lt{
        width: 18%;
    }
    .res_box .ct{
        width: 64%;
    }
    .res_box .rt{
        width: 18%;
    }
}
@media (max-width:768px){
    .res_box{
        padding: 20px;
    }
    .res_box .ct{
        margin-top:10px;
    }
    .res_box .rt{
        margin-top:10px;
    }
    .res_box .ct ul li{
        font-size: 13px;
        padding-left: 80px;
    }
    .res_box .ct ul li span{
        left:5px;
    }
    .res_box .rt a{
        font-size: 11px;
        line-height: 14px;
        padding: 4px 15px;
    }
}

/*dong_info*/
.dong_info {
    border: 1px solid #ddd;
    border-top: 1px solid #333;
}
.dong_info > li {
    padding: 40px;
}
.dong_info > li.imp {
    background-color: #fffff9;
}
.dong_info > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.dong_info .room_tit {
    margin-bottom: 15px;
}
.dong_info .room_tit span{
    background-color: #231e17;
    color: #fff;
    padding: 0 5px 2px;
    border-radius: 5px;
}
.dong_info .room_list > li {
    position: relative;
    color: #7d7d7d;
    font-size: 15px;
    line-height: 1.6em;
    padding-left: 15px;
}
.dong_info .room_list > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #aaa;
}
.dong_info .room_list > li:not(:last-child) {
    margin-bottom: 10px;
}
.dong_info .room_list > li strong {
    color: #222;
    font-weight: 500;
}
.dong_info .room_list > li span {
    color: #fff;
    background-color: #967441;
    padding: 0 5px;
    font-weight: 500;
    border-radius: 4px;
    line-height: 1em;
}
.dong_info .bgr_list > li{
    position: relative;
    color: #7d7d7d;
    font-size: 16px;
    line-height: 1.6em;
    padding-left: 60px;
    font-weight: 400;
}
.dong_info .bgr_list > li:not(:last-child) {
    margin-bottom: 10px;
}
.dong_info .bgr_list > li strong {
    position: absolute;
    left: 0;
    top: -2px;
    color: #fff;
    background-color:#967441;
    font-weight: 500;
    width: 50px;
    text-align: center;
    padding: 2px;
    border-radius: 3px;
}
.dong_info p.jun span{
    color: #967441;
}
.dong_info .time_box h5{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    line-height: 1em;
    vertical-align: middle;
    font-weight: 400;
    background-color: #967441;
    text-align: center;
    border-radius: 4px;
    padding: 10px 25px;
    margin-top: 10px;
}
@media (min-width:769px){
    .dong_info .icon_list .c_wrp .icon{
        width: 25%;
    }
}

@media (max-width:768px){
    .dong_info > li {
        padding: 20px;
    }
    .dong_info .room_tit {
        margin-bottom: 10px;
    }
    .dong_info .room_list > li {
        font-size: 13px;
        padding-left: 10px;
    }
    .dong_info .room_list > li:after {
        top: 9px;
        width: 3px;
        height: 3px;
    }
    .dong_info .room_list > li:not(:last-child) {
        margin-bottom: 5px;
    }
    .dong_info .bgr_list > li{
        font-size: 13px;
        padding-left: 40px;
    }
    .dong_info .bgr_list > li:not(:last-child) {
        margin-bottom: 5px;
    }
    .dong_info .bgr_list > li strong {
        position: absolute;
        left: 0;
        top: -2px;
        width: 35px;
    }
    .dong_info .icon_list .c_wrp .icon{
        width: 25%;
    }
    .dong_info .icon_list > li:not(:last-child){
        margin-bottom: 10px;
    }
}

/*table_dong*/
.table.table_dong.table_fx {
    table-layout: fixed;
}
.table.table_dong thead tr th,
.table.table_dong thead tr td,
.table.table_dong tbody tr th,
.table.table_dong tbody tr td {
    font-size: 16px;
    color: #221814;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 15px;
}
.table.table_dong thead tr th {
    background-color: #96743f;
    color: #fff;
}
/*.table.table_dong thead tr th:first-child,
.table.table_dong thead tr td:first-child,
.table.table_dong tbody tr th:first-child,
.table.table_dong tbody tr td:first-child {
    border-left: 0px;
}
.table.table_dong thead tr th:last-child,
.table.table_dong thead tr td:last-child,
.table.table_dong tbody tr th:last-child,
.table.table_dong tbody tr td:last-child {
    border-right: 0px;
}*/
.table.table_dong thead tr th,
.table.table_dong tbody tr th {
    font-weight: 500;
}
.table.table_dong tbody tr td {
    font-weight: 400;
}
.table.table_dong.table_center thead tr th,
.table.table_dong.table_center thead tr td,
.table.table_dong.table_center tbody tr th,
.table.table_dong.table_center tbody tr td {
    text-align: center;
}
.table.table_dong.table_vh thead tr th,
.table.table_dong.table_vh thead tr td,
.table.table_dong.table_vh tbody tr th,
.table.table_dong.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_dong.table_wb thead tr th,
.table.table_dong.table_wb tbody tr td,
.table.table_dong.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_dong tbody tr th,
.table.table_dong tbody tr td {
    background-color: rgba(255, 255, 255, 0.5);
}
.table.table_dong tbody tr.imp th,
.table.table_dong tbody tr.imp td {
    background-color: #fdfffb;
}
.table.table_dong tbody tr.imp td {
    color: #082c44;
    font-weight: 500;
}
.table.table_dong tbody tr td.text-left {
    text-align: left;
}
.table.table_dong tbody tr td.text-right {
    text-align: right;
}
.table.table_dong tbody tr.bg_gr {
    background-color: #f7f7f7;
}
@media (max-width:768px){
    .table.table_dong thead tr th,
    .table.table_dong thead tr td,
    .table.table_dong tbody tr th,
    .table.table_dong tbody tr td {
        font-size: 14px;
        padding: 10px;
		word-break: break-all !important;
    }
}

/*box_wrp*/
.box_wrp .rt h6{
    font-weight: 600;
    letter-spacing: 3px;
}
.box_wrp .rt h5{
    font-weight: 400;
    color: #aaa;
}
@media (min-width:769px){
    .box_wrp .rt {
        padding-left: 30px;
    }
}
@media (max-width:768px){
    .box_wrp .rt {
        padding-top: 20px;
    }
}

.facility .table.table_dong thead tr:first-child td{
    border-top:1px solid #ddd;
}


/*facility_05*/
#facility_05 .tab_box .nav-tabs li {
    margin-left: 0px;
}
@media (min-width:769px){
    #facility_05 .tab_box .dong_info .c_wrp .lt{
        width: 26%;
        padding-right: 30px;
    }
}
@media (max-width:768px){
    #facility_05 .tab_box .dong_info .c_wrp .rt{
        margin-top: 10px;
    }
}

/* 예약조회 */
#booking_confirm_table .cfm_box {
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 60px;
}
#booking_confirm_table .cfm_box .btn_wrp {
    margin-top: 40px;
}
@media (max-width:768px){
    #booking_confirm_table .cfm_box {
        padding: 30px 20px;
    }
    #booking_confirm_table .cfm_box .btn_wrp {
        margin-top: 20px;
    }
}

/* rmType */
.rightB {
    text-align: right;
}
.rightB .rmType > span {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    color: #999;
    text-decoration: none;
    border: 1px solid #eee;
    line-height: 40px;
    width: 130px;
    vertical-align: middle;
    font-weight: 400;
    background-color: #eee;
    text-align: center;
    margin-right: 3px;
    border-radius: 4px;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.rightB .rmType > span:hover {
    background-color: #fff;
    color: #666;
    border-color: #ddd;
}
.rightB .rmType > span.act {
    border-color: #262626;
    background-color: #262626;
    color: #fff;
}
@media (max-width:768px){
    .rightB {
        text-align: left;
        padding-top: 10px;
    }
    .rightB .rmType > span {
        font-size: 13px;
        padding: 7px 0;
        line-height: 14px;
        text-align: center;
        width: 80px;
        margin: 2px 0;
    }
}




/* selectRoom */
#selectRoom {
    border: 0px;
}
#selectRoom > .fWrpBox {
    border: 2px solid #ddd;
    border-radius: 20px;
    margin: 15px 0;
    padding: 0 20px;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#selectRoom > .fWrpBox.act {
    border-color: #70c927;
}
#selectRoom > .fWrpBox > .fbox {
    display: flex;
    align-items: center;
}
#selectRoom > .fWrpBox > .fbox > div {
    vertical-align: middle;
    padding: 30px 8px;
}
#selectRoom > .fWrpBox > .fbox > div .crrt {
    display: inline-block;
    padding: 6px 8px;
    color: #fff;
    line-height: 1em;
    font-weight: 400;
    border-radius: 4px;
    margin-bottom: 5px;
}
#selectRoom > .fWrpBox > .fbox > div .crrt.crrt_no {
    background-color: #e52a2a;
}
#selectRoom > .fWrpBox > .fbox > div .crrt.crrt_yes {
    background-color: #70c927;
}
#selectRoom > .fWrpBox > .fbox > div .row {
    margin: 0 -5px;
}
#selectRoom > .fWrpBox > .fbox > div .row > div {
    padding: 0 5px;
}
#selectRoom > .fWrpBox > .fbox > div .form-control {
    border: 0px;
    border-radius: 5px;
    background-color: #f5f5f5;
    box-shadow: 0 0 0 ;
    color: #333;
}
.table.table_room .checkbox-custom ._checked + label:after {
	position: absolute;
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\F00C';
	top: 50%;
	left: 4px;
	margin-top: -5px;
	font-size: 11px;
	line-height: 1;
	width: 16px;
	height: 16px;
	color: #333;
}
@media (min-width:768px){
    #selectRoom > .fWrpBox > .fbox > .checkBox {
        width: 8%;
        text-align: center;
    }
    #selectRoom > .fWrpBox > .fbox > .roomBox {
        width: 15%;
    }
    #selectRoom > .fWrpBox > .fbox > .optionBox {
        width: 52%;
    }
    #selectRoom > .fWrpBox > .fbox > .costBox {
        width: 25%;
    }
    #selectRoom > .fWrpBox > .fbox > div .cost_bt {
        margin-top: 10px;
    }
}
@media (max-width:768px){
    #selectRoom > .fWrpBox {
        padding: 5px 0;
    }
    #selectRoom > .fWrpBox > .fbox {
        padding: 0 15px;
    }
    #selectRoom > .fWrpBox > .fbox {
        flex-wrap: wrap;
    }
    #selectRoom > .fWrpBox > .fbox > div,
    #selectRoom > .fWrpBox > .fbox > div {
        width: 100%;
        padding: 4px;
    }
    #selectRoom > .fWrpBox > .fbox > div {
        padding-top: 10px;
        padding-bottom: 0px;
    }
    #selectRoom > .fWrpBox > .fbox > div h5,
    #selectRoom > .fWrpBox > .fbox > div h6 {
        display: inline-block;
        margin-left: 5px;
    }
    #selectRoom > .fWrpBox > .fbox > div:last-child {
        padding-bottom: 15px;
    }
    #selectRoom > .fWrpBox > .fbox > div .slt_wrp {
        margin-top: 10px;
    }
    #selectRoom > .fWrpBox > .fbox > div .slt_wrp h6 {
        color: #999;
    }
    #selectRoom > .fWrpBox > .fbox > div .slt_wrp select {
        margin-top: 0;
        margin-bottom: 5px;
    }
    #selectRoom > .fWrpBox > .fbox > div .cost_box {
        padding: 15px 0 0;
        border-top: 1px solid #aaa;
    }
    #selectRoom > .fWrpBox > .fbox > div .cst.cst_p:after {
        content: "";
        position: absolute;
        left: -15px;
        top: 20%;
        height: 60%;
        width: 1px;
        background-color: #ddd;
    }
}


/* checkboxCustom */
.checkboxCustom {
	position: relative;
	padding: 0 0 0 30px;
	margin-top: 10px;
    display: inline-block;
}
.checkboxCustom:first-child, 
.checkboxCustom:first-of-type {
	margin-top: 0;
}
.checkboxCustom.makeInline {
	display: inline-block;
	vertical-align: middle;
}
.checkboxCustom input[type="radio"],
.checkboxCustom input[type="checkbox"] {
	opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -11px 0 0 -3px;
    z-index: 2;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.checkboxCustom input[type="radio"]:checked + label,
.checkboxCustom input[type="checkbox"]:checked + label {
    color: #000 !important;
}
.checkboxCustom input[type="radio"]:checked + label:after,
.checkboxCustom input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #70c927;
    background: url(../img/chk_w.png) center center no-repeat;
    background-color: #70c927;
}
.checkboxCustom input[type="radio"]:disabled,
.checkboxCustom input[type="checkbox"]:disabled {
	cursor: not-allowed;
}
.checkboxCustom input[type="radio"]:disabled:checked + label:after,
.checkboxCustom input[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}
.checkboxCustom input[type="radio"]:disabled + label,
.checkboxCustom input[type="checkbox"]:disabled + label {
	cursor: not-allowed;
}
.checkboxCustom input[type="radio"]:disabled + label:before,
.checkboxCustom input[type="checkbox"]:disabled + label:before {
    background: url(../img/x.png) center center no-repeat;
	background-color: #eee;
    border-color: #eee;
}
.checkboxCustom label {
	cursor: pointer;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.2;
}
.checkboxCustom label:before {
	content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #d2d2d2;
    background: transparent;
    background: url(../img/chk.png) center center no-repeat;
}
.checkboxCustom label + label.error {
	display: block;
}
@media (max-width:640px){
    .checkboxCustom {
        padding-left: 33px;
    }
    .checkboxCustom input[type="radio"]:checked + label:after,
    .checkboxCustom input[type="checkbox"]:checked + label:after {
        width: 24px;
        height: 24px;
        background-size: 24px !important;
    }
    .checkboxCustom label:before {
        width: 24px;
        height: 24px;
    }
}

/* optionTabs */
.optionTabs {
    margin-top: 15px;
}
.optionTabs .opt {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 0 25px 0 10px;
    margin: 2px 0;
    line-height: 35px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.optionTabs .opt.disable {
    cursor: not-allowed;
    background-color: #f4f4f4;
}
.optionTabs .opt.act {
    border-color: #111;
    background-color: #111;
    color: #fff;
}
.optionTabs .opt:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 0;
    width: 10px;
    height: 100%;
    background: url(../img/optArr.png) center center no-repeat;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.optionTabs .opt.act:after {
    background-image: url(../img/optArr_w.png);
    transform: rotate(180deg);
}

/* cost_box */
#selectRoom > .fWrpBox > .fbox > div .cost_box h5 {
    font-weight: 700;
}
@media (min-width:768px){
    #selectRoom > .fWrpBox > .fbox > div .cost_box {
        text-align: center;
    }
}
/* item_price */
#item_price {
    padding: 10px 15px;
    background-color: #fff7ed;
    max-width: 200px;
    margin: 5px auto 0;
}
#item_price li {
    display: flex;
    justify-content: space-between;
}
#item_price li h6 {
    font-size: 13px;
    margin: 5px 0;
    font-weight: 300;
    color: #967441;
}
@media (max-width:768px){
    #item_price {
        padding: 10px 15px;
        max-width: 100%;
        width: 100%;
    }
}

/* tabsInfo */
.tabsInfo {
    position: relative;
}
.tabsInfo.actBox .clsBtn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: url(../img/x.png) center center no-repeat;
    border: 1px solid #ddd;
    cursor: pointer;
    z-index: 5;
}
.tabsInfo ul li {
    padding: 60px 15px  30px;
    border-top: 1px solid #ddd;
    position: relative;
}
.tabsInfo .infoConBox {
    display: flex;
}
.tabsInfo .conTxt p {
    line-height: 1.3em;
}
@media (min-width:992px){
    .tabsInfo .infoConBox .conImg {
        width: 40%;
        padding-right: 25px;
    }
    .tabsInfo .infoConBox .conImg .tabInnerImg {
        position: relative;
    }
    .tabsInfo .infoConBox .conImg .tabInnerImg.act .img {
        width: 100%;
    }
    .tabsInfo .infoConBox .conTxt {
        width: 60%;
    }
    .tabsInfo.actBox:after {
        content: "";
        position: absolute;
        width: 26px;
        height: 12px;
        background: url(../img/top.png) center center no-repeat;
        top: -11px;
        left: 300px;
    }
}
@media (max-width:992px){
    .tabsInfo .infoConBox {
        flex-wrap: wrap;
    }
    .tabsInfo .infoConBox .conImg {
        order: 1;
        margin-top: 15px;
    }
    .tabsInfo .infoConBox .conTxt {
        order: 2;
        display: flex;
        flex-wrap: wrap;
    }
    .tabsInfo .infoConBox .conTxt > div {
        width: 100%;
    }
    .tabsInfo .infoConBox .conTxt > .conTitle {
        order: 1;
    }
    .tabsInfo .infoConBox .conTxt > .sltOp {
        order: 3;
    }
    .tabsInfo .infoConBox .conTxt > .txtCon {
        order: 2;
        margin-top: 15px;
    }
    .tabsInfo ul li {
        padding: 60px 15px 30px;
        border-top: 1px solid #ddd;
        position: relative;
    }
}

/* conSelectOption */
#conSelectOption {
    display: flex;
    margin: 15px -5px;
    flex-wrap: wrap;
}
#conSelectOption > div {
    padding: 0 5px;
    margin: 5px 0;
}
#conSelectOption.item3 > div {
    width: 33.33333%;
}
#conSelectOption.item2 > div {
    width: 50%;
}
#conSelectOption.item1 > div {
    width: 100%;
}
#conSelectOption .optionItem {
    border: 2px solid #ddd;
    border-radius: 15px;
    padding: 20px 15px;
    position: relative;
    overflow: hidden;
}
#conSelectOption .optionItem.soldout {
    border: 0px;
    padding: 24px 19px;
}
#conSelectOption .optionItem.soldout:after {
    content: "Sold Out";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 61, 56, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-family: "RoxboroughCF",sans-serif !important;
}
#conSelectOption .optionItem .opNam {
    line-height: 1.2em;
}
#conSelectOption .optionItem .opNam span {
    display: inline-block;
    position: relative;
    font-size: 0.75em;
    color: #999;
    padding-left: 8px;
    font-weight: 500;
}
#conSelectOption .optionItem .opNam span:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 25%;
    height: 50%;
    width: 2px;
    background-color: #aaa;
}
#conSelectOption .optionItem .sltBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#conSelectOption .optionItem .sltBox .form-control {
    border: 0px;
    border-radius: 5px;
    background-color: #f5f5f5;
    box-shadow: 0 0 0 ;
    color: #333;
    width: 70px;
}
#conSelectOption .optionItem .sltBox .lft {
    padding-top: 5px;
}
#conSelectOption .optionItem .sltBox .lft .titNm {
    line-height: 1.1em;
}
#conSelectOption .optionItem .sltBox .lft .sub {
    font-size: 12px;
    color: #999;
}
#conSelectOption .optionItem .sltBox .rt .sltOpLabel {
    font-size: 12px;
    color: #999;
    display: inline-block;
    margin-bottom: 2px;
    line-height: 1.2em;
    white-space: nowrap;
}
@media (max-width:768px){
    #conSelectOption > div {
        width: 50% !important;
    }
}
@media (max-width:500px){
    #conSelectOption > div {
        width: 100% !important;
    }
}




/* prdInfo */
.prdFboxTop .imbox{
    overflow: hidden;
    position: relative;
}
/* .prdFboxTop .imbox:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.02);
    mix-blend-mode: multiply;
} */
/* prdFboxTop */
.prdFboxTop .tabs ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
    margin-top: 10px;
}
.prdFboxTop .tabs ul li {
    padding: 0 2px;
    margin: 2px 0;
    width: 20%;
}
.prdFboxTop .tabs li {
    margin-bottom: 10px;
}
.prdFboxTop .tabs li .item {
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}
.prdFboxTop .tabs li .item:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/hover_plus.png) center center no-repeat;
	background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    z-index: 4;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.prdFboxTop > .imbox .imgThum {
    text-decoration: none;
    display: block;
    position: relative;
}
.prdFboxTop > .imbox .prdThum {
    width: 700px;
}
@media (min-width:992px){
    .prdFboxTop .tabs li .item:hover:before{
        opacity: 1;
    }
}



/* reservation-type */
.reservation-type {display: flex; justify-content: space-between; background-color: #eae9e5;}
.reservation-type > li {width:calc(50% - 15px)}
.reservation-type > li > a {display: block; position: relative; text-decoration: none;}
.reservation-type li .img img {max-width: 100%;}
.reservation-type li .txt {background-color: #fff; padding: 30px;}
.reservation-type li h3 {color:#90826f; font-size: 35px; font-weight: 400; font-family: "RoxboroughCF" !important;  font-weight: 500; letter-spacing: -0.01em; text-transform: none;}
.reservation-type li h5{ font-family: "Pretendard"; color:#90826f; font-size: 20px; font-weight: 400; font-weight: 400; letter-spacing: 0.1em; margin-top: 5px;}
.reservation-type li p{color:#90826f; font-size: 17px; margin-top: 35px; font-family: "Pretendard"; font-weight: 400;}
.reservation-type li h4{color:#90826f; font-size: 19px; margin-top: 35px; font-family: "Pretendard"; font-weight: 400;}
.reservation-type > li > a .hv img {width: 200px; transition: 0.6s; opacity: 0;}
.reservation-type > li > a .hv h3 {margin-top: 60px; transition: 0.6s; opacity: 0;}
.reservation-type > li > a .hv h5 {transition: 0.6s; opacity: 0;}
.reservation-type > li > a .hv .text-light {color: #fff;}
.reservation-type > li > a .hv h4 {font-family: "RoxboroughCF" !important; margin-top: 15px; transition: 0.6s; opacity: 0; color: rgba(255,255,255,0.7);}
.reservation-type > li > a .resBtn {font-size: 16px; font-family: "Noto Serif KR",sans-serif; font-weight: 300; color: #eae9e5; border: 1px solid rgba(234, 233, 229, 0.5); padding: 15px 75px; transition: 0.6s; opacity: 0; display: inline-block; margin-top: 30px;}
.reservation-type > li > a .resBtn:hover {background-color: rgba(255,255,255,0.3);}
.reservation-type > li > a:hover img,
.reservation-type > li > a:hover h3,
.reservation-type > li > a:hover h4,
.reservation-type > li > a:hover h5,
.reservation-type > li > a:hover span {
    opacity: 1;
}
@media all and (min-width: 700px){
    .reservation-type > li > a .hv {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(66, 61, 56, 0.85); display: flex; align-items: center; justify-content: center; text-align: center; transition: 0.4s; opacity: 0; z-index: -1;}
    .reservation-type > li > a:hover .hv {opacity: 1; z-index: 2;}
    .reservation-type > li > a .resBtn {transform: translate(0, 30px);}
    .reservation-type > li > a:hover .resBtn {transform: translate(0, 0px); }
}
@media all and (max-width: 1024px){
    .reservation-type li .txt {
        padding: 30px 15px;
    }
    .reservation-type li h3 {font-size: 28px;}
    .reservation-type li h5 {font-size: 17px;}
    .reservation-type li p {font-size: 15px; margin-top: 20px;}
    .reservation-type li p br {display: none;}
    .reservation-type li h4 {font-size: 19px;}
}
@media all and (max-width: 700px){
    .reservation-type {flex-wrap: wrap;}
    .reservation-type > li {width:100%;}
    .reservation-type > li:not(:first-child) {margin-top: 40px;}
    .reservation-type li .txt {padding: 20px 15px;}
    .reservation-type li h3 {font-size: 24px;}
    .reservation-type li h5 {font-size: 14px;}
    .reservation-type li p {font-size: 13px; margin-top: 20px;}
    .reservation-type > li > a .hv {
        padding: 0 15px 15px;
        background-color: #fff;
    }
    .reservation-type > li > a .hv img,
    .reservation-type > li > a .hv h3,
    .reservation-type > li > a .hv h4,
    .reservation-type > li > a .hv h5 {display: none;}
    .reservation-type > li > a .resBtn {border-color: #90826f;color: #90826f;width: 100%;font-size: 14px;padding: 10px 25px;opacity: 1;text-align: center;margin-top: 0px;display: block;}
}
