/* roomList */
.roomList_sub > li {
    margin-bottom: 40px;
}

/* tabs */
html body .tabs .nav-tabs {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0px;
}
html body .tabs .nav-tabs:after,
html body .tabs .nav-tabs::before {
    display: none;
}
html body .tabs .nav-tabs li {
    display: table-cell;
    border: 1px solid #eee;
}
html body .tabs .nav-tabs li.active, 
html.dark body .tabs .nav-tabs li.active {
    border-color: #aaa;
    border-bottom-color: #fff;
}
html body .tabs .nav-tabs li a {
    text-align: center;
    font-size: 17px;
    line-height: 50px;
    padding: 0px;
}
html body .tabs .nav-tabs li a,
html body .tabs .nav-tabs li.active a, 
html.dark body .tabs .nav-tabs li.active a {
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    color: #999;
}
html body .tabs .nav-tabs li:hover a, 
html body .tabs .nav-tabs li.active a, 
html.dark body .tabs .nav-tabs li.active a {
    color: #444;
}
html body .tabs .tab-content {
    box-shadow: 0 0 0;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
}
html body .tabs .tabcon .tab-pane {
    height: 0px;
    overflow: hidden;
}
html body .tabs .tabcon .tab-pane.active {
    height: auto;
}
@media (max-width:768px) {
    html body .tabs .nav-tabs li a {
        font-size: 15px;
        line-height: 45px;
    }
}

/*mapbox*/
.mapbox {
    border: 1px solid #ddd !important;
    overflow: hidden;
}
.mapbox,
.mapbox .root_daum_roughmap .wrap_map {
    height: 550px !important;
}
.mapbox .root_daum_roughmap_landing .border1, 
.mapbox .root_daum_roughmap_landing .border2, 
.mapbox .root_daum_roughmap_landing .border3, 
.mapbox .root_daum_roughmap_landing .border4 {
    display: none !important;
}
@media (max-width:768px) {
    .mapbox,
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}

/* roomInfoSlick */
.roomInfoSlickWrp {
    position: relative;
    overflow: hidden;
    line-height: 0px;
}
.roomInfoSlickWrp #roomInfo_wrp {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0px;
}
.roomInfoSlickWrp #roomInfo_wrp .con {
    max-width: 150px;
    margin-right: auto;
    display: inline-block;
}
.roomInfoSlickWrp #roomInfo_next,
.roomInfoSlickWrp #roomInfo_prev {
    margin-left: auto;
    width: 75px;
    height: 75px;
    background: url(../img/v_arr.png) center center no-repeat;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    cursor: pointer;
    float: left;
}
.roomInfoSlickWrp #roomInfo_prev:after {
    content: "";
    position: absolute;
    right: 0%;
    top: 20%;
    width: 1px;
    height: 60%;
    background-color: rgba(255,255,255,0.2);
}
.roomInfoSlickWrp #roomInfo_next {
    transform: rotate(180deg);
}

/* sevItem */
.sevItem ul {
    margin: 0 -5px;
}
.sevItem ul > li {
    margin: 5px 0;
    padding: 0 5px;
}
.sevItem .item {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px 5px;
}
.sevItem .item p {
    color: #666;
    height: 35px;
    line-height: 1.2em;
    margin-top: 10px;
}
@media (max-width:768px) {
    .sevItem .item {
        padding: 15px 5px;
    }
    .sevItem .item img {
        width: 25px;
    }
    .sevItem .item p {
        height: 25px;
    }
}
/* infItem */
.infItem > ul {
    padding: 30px;
    background-color: #f7f7f7;
}
.infItem > ul li {
    margin: 15px 0;
}
.infItem > ul li h6 {
    position: relative;
    padding-left: 90px;
    color: #666;
    letter-spacing: 0px;
}
.infItem > ul li h6 strong {
    position: absolute;
    left: 0;
    color: #bb9672;
    font-weight: 500;
}
@media (max-width:768px) {
    .infItem > ul {
        padding: 20px;
    }
    .infItem > ul li {
        margin: 10px 0;
    }
    .infItem > ul li h6 {
        padding-left: 80px;
    }
}


/* bookingBt */
.bookingBt {
    background: url(../img/bookingBt.jpg) center center no-repeat;
    background-size: cover;
}
.bookingBt .c_wrp {
    height: 370px;
}
@media (min-width:992px){
    .bookingBt {
        background-attachment: fixed;
    }
}
@media (max-width:992px){
    .bookingBt .c_wrp {
        height: 300px;
    }
}
@media (max-width:768px){
    .bookingBt .c_wrp {
        height: 250px;
    }
}
/* faq */

/* qnaWrp */
#qnaWrp {
    border-top: 1px solid rgba(0,0,0,0.4);
}
#qnaWrp .qnaItem {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.4);
    padding: 20px 0;
}
#qnaWrp .qnaItem > div {
    position: relative;
    padding: 15px;
    padding-left: 35px !important;
}
#qnaWrp .qnaItem .qna_q {
    padding: 8px 0;
    padding-right: 30px;
    cursor: pointer;
}
#qnaWrp .qnaItem .qna_q .actBtn {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
    background: url(../img/qna_pls.png) center center no-repeat;
}
#qnaWrp .qnaItem.act .qna_q .actBtn {
    background: url(../img/qna_minus.png) center center no-repeat;
}
#qnaWrp .qnaItem .qna_q h3 {
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 8px;
    color: #a69154;
}
#qnaWrp .qnaItem .qna_q h4 {
    font-weight: 500;
    margin-bottom: 0px;
}
@media (max-width:768px){
    #qnaWrp .qnaItem {
        padding: 15px 10px;
    }
    #qnaWrp .qnaItem > div {
        padding-left: 25px !important;
    }
    #qnaWrp .qnaItem .qna_q {
        padding: 2px;
        padding-right: 25px;
    }
    #qnaWrp .qnaItem .qna_q h3 {
        top: 0;
    }
    #qnaWrp .qnaItem .qna_q .actBtn {
        top: 2px;
        height: 20px;
        background-size: 10px !important;
    }
}


/* book_tit */
.book_tit {
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 2px solid #333;
    padding-bottom: 15px;
}

/* 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 */
.topbox {
    padding: 50px 30px;
    background-color: #f7f7f7;
}
.topbox h6 {
    margin-top: 5px;
}
.topbox ul {
    margin-top: 40px;
}
.topbox ul li {
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 400;
    color: #666;
    position: relative;
    padding-left: 80px;
    margin-top: 15px;
}
.topbox ul li > span {
    position: absolute;
    left: 0;
    font-weight: 500;
    color: #bb9672;
}
@media (min-width:768px){
    #book_sub_top .right {
        padding-left: 40px;
    }
}
@media (max-width:768px){
    .topbox {
        padding: 30px 15px;
    }
    .topbox h6 {
        margin-top: 3px;
    }
    .topbox ul {
        margin-top: 20px;
    }
    .topbox ul li {
        font-size: 13px;
        padding-left: 70px;
        margin-top: 8px;
        font-weight: 300;
    }
    .topbox ul li > span {
        font-weight: 600;
    }
}

/* formWrp */
.formWrp ul li {
    margin: 10px 0;
}
.formWrp .formItem label {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}
.formWrp .formItem .form-control:not(textarea) {
    height: 45px;
}
.formWrp .formItem .form-control {
    padding: 4px 8px;
    border: 0px;
    box-shadow:  0 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    background: transparent;
}
.formWrp .formItem .form-control:focus {
    border-color: #0060c3;
}
.formWrp .formItem .radio-custom {
    display: inline-block;
    margin: 0 15px 0 0;
}
.formWrp .formItem .radio-custom label {
    font-weight: 300;
    margin: 0px;
}
.formWrp .formItem .input-group-addon {
    border-width: 1px;
}
.formWrp .formItem .input-group .form-control {
    border-radius: 0 4px 4px 0;
}
.formWrp .fileupload {
    margin-top: 10px;
}
.formWrp .fileupload .uneditable-input {
    position: relative;
}
.formWrp .fileupload .uneditable-input .fa {
    left: 10px;
}
.formWrp .chc .checkbox-custom {
	display: inline-block;
}
.formWrp .chc .checkbox-custom label {
    font-size: 15px;
    font-weight: 400;
    margin: 0px;
}
.formWrp .chc .agr {
	display: inline-block;
	background-color: #fff;
	color: #666;
    border: 1px solid #ddd;
	font-size: 13px;
	font-weight: 300;
	padding: 9px 10px;
	margin-left: 5px;
	line-height: 1em;
	cursor: pointer;
}
@media (min-width:768px) {
    .formWrp .chkWrp {
        display: inline-block;
        padding-left: 15px;
    }
}
@media (max-width:768px) {
    .formWrp {
        padding: 0 15px;
    }
    .formWrp ul li {
        margin: 20px 0;
    }
    .formWrp .formItem .form-control {
        padding: 3px 5px;
    }
    .formWrp .formItem label {
        font-size: 14px;
    }
    .formWrp .chc .checkbox-custom label {
        font-size: 13px;
    }
    .formWrp .chc .agr {
        font-size: 11px;
        padding: 5px 2px;
        margin-left: 2px;
    }
}

/* table_basic */
.table.table_basic {
    border-top: 2px solid #333;
}
.table.table_basic tr th,
.table.table_basic tr td {
    font-size: 17px;
    text-align: center;
    font-weight: 300;
    color: #333;
    border: 1px solid #ddd;
    padding: 15px;
    vertical-align: middle;
}
.table.table_basic tr th:first-child,
.table.table_basic tr td:first-child {
    border-left: 0px;
}
.table.table_basic tr th:last-child,
.table.table_basic tr td:last-child {
    border-right: 0px;
}
.table.table_basic tr th {
    font-weight: 500;
}
.table.table_basic thead tr th {
    background-color: #fff;
    border-bottom: 2px solid #333;
}
.table.table_basic tbody tr th {
    background-color: #f8f8f8;
}
.table.table_basic tr.this td {
    background-color: #fdf9ef;
}
@media (max-width:768px) {
    .table.table_basic tr th,
    .table.table_basic tr td {
        font-size: 13px;
        padding: 8px 5px;
    }
}


/*card_select*/
.card_select .modal-content {
    overflow: hidden;
    border-radius: 10px;
    border: 0px;
}
.card_select .modal-header {
    border: 0px;
    background-color: #fff;
    padding: 20px 15px;
    position: relative;
}
.card_select .modal-header .cls_btn {
    position: absolute;
    right: 20px;
    height: 20px;
    background: url(../img/cls_btn.png) center center no-repeat;
    width: 20px;
    top: 20px;
    cursor: pointer;
    border: 0px;
}
.card_select .modal-header h4 {
    font-weight: 700;  
    line-height: 1.2em; 
}
.card_select .modal-header p {
    color: #999;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 10px;
}
.card_select .modal-body {
    padding: 30px 50px 60px;
}
.card_select .modal-body > p {
    font-weight: 600;
    margin-bottom: 15px;
}
.card_select .modal-body > .bt_cmt {
    color: #999;
    font-weight: 400;
    margin-top: 10px;
    font-size: 14px;
}
.card_select .modal-body .row {
    margin: 0 -5px;
}
.card_select .modal-body .row > li {
    padding: 0 5px;
    margin: 5px 0;
}
.card_select .modal-body ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
    border: 2px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}
.card_select .modal-body ul li a h6 {
    color: #666;
    margin-top: 5px;
}
@media (max-width:768px){
    .card_select .modal-body {
        padding: 20px 10px 40px;
    }
    .card_select .modal-body > p {
        margin-bottom: 5px;
    }
    .card_select .modal-body ul li a h6 {
        font-size: 13px;
    }
    .card_select .modal-body > .bt_cmt {
        font-size: 12px;
    }
}
/*gift_confirm*/
.gift_confirm .table tbody tr th,
.gift_confirm .table tbody tr td {
    border: 1px solid #aaa;
    padding: 15px;
    font-size: 15px;
    color: #444;
    border-right: 0px;
}
.gift_confirm .table tbody tr th {
    width: 25%;
    font-weight: 500;
    background-color: #fcfcfc;
    border-left: 0px;
}
.gift_confirm .bt_ {
    margin-top: 10px;
}
.gift_confirm .bt_ a {
    display: inline-block;
    color: #37018d;
    font-weight: 600;
}
.gift_confirm .infobox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.gift_confirm .infobox ul li {
    color: #333;
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
    line-height: 1.2em;
}
.gift_confirm .infobox ul li span {
    position: absolute;
    left: 0;
}
.gift_confirm .wanningbox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #ffe5e5;
    border-radius: 10px;
}
.gift_confirm .wanningbox p {
    color: #d40707;
}
@media (max-width: 768px) {
    .gift_confirm .table tbody tr th,
    .gift_confirm .table tbody tr td {
        padding: 10px;
        font-size: 13px;
    }
    .gift_confirm .table tbody tr th {
        word-break: keep-all;
    }
    .gift_confirm .wanningbox,
    .gift_confirm .infobox {
        margin: 15px 0;
    }
    .gift_confirm .infobox ul li,
    .gift_confirm .wanningbox p {
        font-size: 13px;
    }
}