.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
/* html,
body {
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow-x: hidden; */
/* -webkit-transform: translateZ(0);
  transform: translateZ(0); */
/* } */
body {
    padding-top: 70px;
}

.booking-area.fixed {
    position: fixed;
    top: 100px;
    right: 6%;
    z-index: 999;
    width: 400px;
    height: auto;
    right: auto;
    left: 50%;
    margin-left: 255px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
.swiper-container {
    height: 280px;
}
.gallery-top {
    height: 500px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #24272b;
}
.panel {
    background-color: #fff;
    border: 1px solid transparent;
    position: relative;
    border-width: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 16px;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.025);
}
.panel-heading {
    position: relative;
}
.panel > :not(.panel-loading):not(.collapsing) {
    transition: opacity 0.3s;
}
#reservationCalc .panel-heading {
    padding: 24px 28px 0;
}
#reservationCalc .panel-title {
    margin-bottom: 20px;
    padding: 0;
    color: #3c4458 !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    display: none;
}
#reservationCalc .discount {
    display: inline-block;
    height: 24px;
    margin-right: 10px;
    padding: 0 6px;
    border-radius: 4px;
    background-color: #f0647c;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    vertical-align: middle;
}
#reservationCalc .basic-price .price {
    display: inline-block;
    padding-top: 1px;
    color: #8696b0;
    font-size: 15px;
    vertical-align: middle;
}
#reservationCalc .discount-price {
    color: #3c4458;
    font-size: 16px;
}
#reservationCalc .discount-price .price {
    font-size: 28px;
    font-weight: 500;
}
#reservationCalc .price-sub-info {
    margin: 8px 0 0;
}
#reservationCalc .price-sub-info li {
    color: #8696b0;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.38;
    letter-spacing: -0.02em;
}
#reservationCalc .price-sub-info li:before {
    content: "- ";
}
#reservationCalc .price-sub-info li strong {
    font-size: 1em;
    font-weight: 600;
}
.panel-body {
    position: relative;
}
.panel-reservation-calc {
    padding: 0 28px 10px !important;
}
.panel > :not(.panel-loading):not(.collapsing) {
    transition: opacity 0.3s;
}
.panel-body > :last-child {
    margin-bottom: 0;
}
.panel-reservation-calc .space-3 {
    position: relative;
    margin: 0 0 12px;
}
.panel-reservation-calc .form-date {
    float: left;
    width: calc(100% - 106px);
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.mr-label {
    margin-top: 20px;
    color: #6a7792;
    font-size: 14px;
    font-weight: 500;
}
.mr-form {
    display: inline-block;
    height: 48px;
    padding: 0 12px;
    border-radius: 4px;
    border: 2px solid #dce4f0;
    outline: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 46px;
    -webkit-appearance: none;
}
.mr-form.full {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.panel-reservation-calc .form-people {
    float: right;
    width: 100px;
}

.panel-reservation-calc .form-option {
    display: block;
    width: 100%;
}

.panel-reservation-calc .people-number-wrap {
    position: relative;
    height: 48px;
}
.panel-reservation-calc .people-number-wrap .btn-people-dropdown,
.panel-reservation-calc .people-number-wrap input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: inherit;
}
.panel-reservation-calc .people-number-wrap .btn-people-dropdown {
    background-color: transparent;
    z-index: 1;
}
.screen-out {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    color: transparent;
    text-indent: -9999em;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    clip: rect(1px, 1px, 1px, 1px);
}
.panel-reservation-calc .people-number-wrap .btn-people-dropdown:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 9px;
    height: 9px;
    margin-top: -1px;
    border-right: 2px solid #b4c0d4;
    border-bottom: 2px solid #b4c0d4;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.16s ease-in-out;
    box-sizing: border-box;
}
.panel-reservation-calc .people-number-wrap .btn-people-dropdown.active:after {
    margin-top: 2px;
    transform: translateY(-50%) rotate(225deg);
}
.panel-reservation-calc .people-number-wrap .btn-people-dropdown,
.panel-reservation-calc .people-number-wrap input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
}
.panel-reservation-calc .people-number-wrap input {
    padding: 0 16px;
    border: 0;
    background-color: #fff;
    z-index: 0;
    box-sizing: border-box;
}
.panel-reservation-calc .people-number-wrap input::-webkit-inner-spin-button {
    display: none;
}
.panel-reservation-calc .people-number-wrap input[disabled] {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    -webkit-appearance: none;
    appearance: none;
}
.panel-reservation-calc .people-number-wrap input[type="number"] {
    -moz-appearance: textfield;
}
.people-steppers {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    padding: 18px 22px 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 24px rgba(109, 115, 129, 0.2);
    z-index: 9;
}
.people-steppers.active {
    display: block;
    animation: dropDownSlideUp 0.16s ease-in-out both;
}
@keyframes dropDownSlideUp {
    0% {
        margin-top: 1rem;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}
.form-row {
    display: block;
}
.people-steppers .form-row {
    position: relative;
    height: 44px;
    padding: 0 2px;
}
.people-steppers .form-row + .form-row {
    margin-top: 12px;
}
.people-steppers .form-row label {
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    color: #3c4458;
    font-size: 17px;
    font-weight: 500;
}
.people-steppers .ui-stepper {
    position: absolute;
    top: 0;
    right: 0;
    width: 112px;
    text-align: center;
}
.ui-stepper .input-number {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 40px;
    border: 0;
    background-color: transparent;
    color: #3c4458;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    -moz-appearance: textfield;
    box-sizing: border-box;
}
.ui-stepper input[type="number"]::-webkit-outer-spin-button,
.ui-stepper input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
.ui-stepper .input-number[disabled] {
    color: #3c4458;
    -webkit-text-fill-color: inherit;
}
.ui-stepper .btn-stepper {
    position: absolute;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
    border: 0;
    outline: 0;
    background: transparent url(/assets/images/icons/btn-stepper.png) no-repeat 50% 0;
    background-size: 34px 154px;
}
.ui-stepper .btn-stepper.decrease {
    left: 0;
    background-position-y: -37px;
}
.ui-stepper .btn-stepper:disabled.decrease {
    background-position-y: -117px;
}
.ui-stepper .btn-stepper.increase {
    right: 0;
    background-position-y: 3px;
}
.ui-stepper .btn-stepper:disabled.increase {
    background-position-y: -77px;
}
.people-steppers .btn-wrap {
    position: relative;
    margin-top: 16px;
    height: 36px;
}
.people-steppers .btn-wrap p {
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% - 70px);
    margin: 1px 0 0;
    color: #545c70;
    font-size: 14px;
    line-height: 1.24;
    letter-spacing: -0.04em;
    word-break: keep-all;
    transform: translateY(-50%);
}
.people-steppers .btn-wrap p strong {
    font-size: inherit;
}
.people-steppers .btn-close-dropdown {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    height: 36px;
    padding: 0 16px;
    border: 0;
    border-radius: 4px;
    outline: 0;
    background-color: #f1f3f7;
    color: #6a7792;
    font-size: 14px;
    line-height: 34px;
    font-weight: 500;
}
.form-group {
    margin-bottom: 20px;
}
.host-message-box {
    position: relative;
    margin-bottom: 12px;
    border-radius: 4px;
    border: 1px dashed rgba(187, 222, 251, 0.75);
    background-color: rgba(227, 242, 253, 0.75);
}
.host-message-box .message {
    position: relative;
    margin: 0;
    padding: 12px 8px 12px 72px;
    color: #5594db;
    font-size: 12px;
    letter-spacing: -0.02em;
    word-break: keep-all;
}
.host-message-box .message::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    display: block;
    width: 42px;
    height: 36px;
    background: url(/assets/images/icon-message.png) no-repeat 0 0;
    background-size: 42px 36px;
    transform: translateY(-50%);
}
.final-form {
    text-align: center;
}
.form-group {
    margin-bottom: 20px;
}
.mr-btn.lg {
    height: 52px;
    font-size: 17px;
    line-height: 50px;
}
.mr-btn.brand {
    background-color: #8787ff;
    color: #fff;
    width: 100%;
    border-radius: 4px;
}
.margin-top-5 {
    margin-top: 5px !important;
}
.additional-panel {
    position: relative;
    z-index: 1;
    margin: -24px 0 16px;
    padding: 16px 28px;
    border-top: 1px solid #f1f3f7;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #fff;
    color: #6a7792;
    font-size: 13px;
}
.additional-panel p {
    margin: 0;
    word-break: keep-all;
}
.additional-panel .has-icon {
    position: relative;
    padding-left: 20px;
}
.additional-panel .has-icon i {
    position: absolute;
    top: 4px;
    left: 0;
}
strong.color-brand {
    color: #6f64e8;
    font-size: 1em;
    font-weight: 500;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1200;
    display: none;
    float: left;
    min-width: 145px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu {
    margin-top: 5px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
.daterangepicker {
    position: absolute;
    color: inherit;
    background: #fff;
    border-radius: 4px;
    width: auto;
    padding: 4px;
    margin-top: 1px;
    top: 100px;
    left: 20px;
}
.daterangepicker {
    width: auto;
}
.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001;
}
.daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px;
}
.daterangepicker .calendar,
.daterangepicker .ranges {
    float: left;
}
.daterangepicker.show-calendar .calendar {
    display: block;
}
.daterangepicker:after,
.daterangepicker:before {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: "";
}
.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}
.daterangepicker .calendar.left {
    clear: left;
    margin-right: 0;
}
.daterangepicker .calendar.left {
    clear: none;
}
.daterangepicker .daterangepicker_input {
    position: relative;
}
.daterangepicker .calendar.left .calendar-table,
.daterangepicker .left .daterangepicker_input {
    padding-right: 12px;
}
.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px;
    padding: 0 6px 0 28px;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
}
.daterangepicker .input-mini.active {
    border: 1px solid #08c;
    border-radius: 4px;
}
.daterangepicker .input-mini.active {
    border-color: #9795f0 !important;
}
.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 8px;
}
.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px;
}
.daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
}
.daterangepicker .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.daterangepicker table {
    width: 100%;
    margin: 0;
}
.daterangepicker td,
.daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
    box-sizing: border-box;
}
.daterangepicker .calendar td,
.daterangepicker .calendar th {
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
}
.daterangepicker th.month {
    width: auto;
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff;
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}
.daterangepicker table td.weekend {
    color: #f96868 !important;
}
.daterangepicker table td.disabled {
    color: #eaeaea !important;
}
.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}
.people-steppers .form-row label small {
    display: block;
    margin: -3px 0 0 1px;
    color: #8696b0;
    font-size: 12px;
    font-weight: 400;
}
.room-container {
    position: relative;
    max-width: 100%;
    width: 1310px;
    margin: 0 auto;
}
.room-inner {
    position: relative;
}
.room-inner {
    padding-right: 432px;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.full-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1501;
    overflow: hidden;
    overflow-y: scroll;
    text-align: center;
    padding: 44px calc(50% - 384px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    box-sizing: border-box;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.pc-close {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: 385px;
    width: 48px;
    height: 48px;
    background: none;
    border: none;
    opacity: 1;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.pc-close:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: center;
    width: 2px;
    height: 50%;
    background: #fff;
}
.pc-close:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: center;
    width: 2px;
    height: 50%;
    background: #fff;
}
.full-slider .img-wrap > div {
    width: auto;
    max-width: 768px;
    margin: 8px 0;
    position: relative;
}
.full-slider img {
    width: 100%;
    max-width: 768px;
}
.full-slider .img-wrap > div span {
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-shadow: 0 0 6px #000;
    font-size: 14px;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}
.gallery-top {
    height: 500px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #24272b;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
}
.thumbnail-ratio {
    position: relative;
    overflow: hidden;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 20px;
    left: auto;
}
.swiper-button-prev {
    right: auto;
    left: 20px;
}
.swiper-button-next,
.swiper-button-prev {
    background-image: none;
    height: 110px;
    transform: translateY(-50%);
    margin: 0;
    width: 37px;
    outline: none;
}
.swiper-button-next .icon,
.swiper-button-prev .icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    outline: none;
    font-size: 40px;
}
[class*=" wb-"],
[class^="wb-"] {
    position: relative;
    display: inline-block;
    font-family: Web Icons;
    font-style: normal;
    font-weight: 400;
    s-webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.swiper-slide > img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mo-slider-tit {
    display: none;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.panel-body {
    position: relative;
    padding: 40px;
    box-sizing: border-box;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media:first-child {
    margin-top: 0;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left,
.media > .pull-left {
    padding-right: 20px;
}
.avatar {
    position: relative;
    display: inline-block;
    width: 40px;
    white-space: nowrap;
    vertical-align: bottom;
    border-radius: 1000px;
    line-height: 40px;
}
.avatar img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0;
    border-radius: 1000px;
}
.media-body {
    width: 10000px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-body {
    overflow: hidden;
}
.showTitle {
    margin-bottom: 5px;
    padding: 0 12px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.showTitle {
    padding: 2px 120px 0 0;
    font-size: 27px;
}
.host-name a {
    padding-left: 1px;
    color: #3c4458;
    font-size: 16px;
    font-weight: 500;
}
.rating-area {
    margin-bottom: 4px;
    padding-left: 1px;
}
.rating-area .rating {
    margin-bottom: 4px;
}
.rating-area {
    height: 40px;
    margin-top: 4px;
}
.rating {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.rating:before {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    content: "";
}
.rating .icon {
    width: 1em;
    height: auto;
    padding: 0;
    margin: 0 10px 0 0;
    font-size: 12px;
    color: #ccd5db;
    vertical-align: middle;
    cursor: pointer;
}
.rating .icon {
    margin-right: 4px;
    font-size: 13px;
    cursor: auto;
}
.rating .icon:last-child {
    margin-right: 0;
}
.orange-500 {
    color: #f4b066 !important;
}
.orange-600 {
    color: #f2a654 !important;
}
.rating-count {
    display: inline-block;
    margin-top: -4px;
    color: #76838f;
    font-weight: 400;
    vertical-align: middle;
    font-size: 15px;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
.text-bottom {
    vertical-align: bottom !important;
}
.avatar-xl {
    width: 64px;
}
.media-body {
    overflow: hidden;
}
.block {
    display: block !important;
}
.media-body.block {
    width: 100%;
}
.showTitle {
    margin-bottom: 5px;
    padding: 0 12px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.showTitle {
    padding: 2px 120px 0 0;
    font-size: 27px;
}
.panel-body .h1:first-child,
.panel-body .h2:first-child,
.panel-body .h3:first-child,
.panel-body .h4:first-child,
.panel-body .h5:first-child,
.panel-body .h6:first-child,
.panel-body h1:first-child,
.panel-body h2:first-child,
.panel-body h3:first-child,
.panel-body h4:first-child,
.panel-body h5:first-child,
.panel-body h6:first-child {
    margin-top: 0;
}
.room-action-buttons {
    position: absolute;
    top: 28px;
    right: 20px;
}
.room-action-buttons .btn-outer {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 4px;
    border: 0;
    outline: 0;
    background-color: transparent;
    text-align: center;
    vertical-align: top;
}
.room-share {
    margin-top: 57px;
}
.room-share-mo {
    margin-right: 55px;
    margin-top: -31px;
}
.room-like-mo {
    margin-top: -33px;
}
.room-action-buttons .btn-outer.like {
    overflow: hidden;
}
.room-action-buttons .btn-share,
.room-action-buttons .btn-like {
    width: 60px;
    height: 60px;
}
.room-action-buttons .btn-outer .btn-like,
.room-action-buttons .btn-outer .btn-share {
    border: 0;
    outline: 0;
    padding: 0;
    background-color: transparent;
}
.ic-action {
    display: inline-block;
    padding: 0;
    border: 0;
    outline: 0;
    background: url(/assets/images/icons/icon-share.png) no-repeat 0 0;
    vertical-align: middle;
}
.ic-action.like,
.ic-action.share {
    width: 24px;
    height: 24px;
    margin-top: 2px;
    background-size: 192px 120px;
    overflow: hidden;
}
.ic-action.like {
    background-position: -96px 0;
}
.room-action-buttons .btn-like.liked .ic-action.like {
    background-position: -120px 0;
}
.room-action-buttons .btn-share .ic-action,
.room-action-buttons .btn-like:not(.liked) .ic-action {
    opacity: 0.75;
    transition: all 0.24s ease-in-out;
}
.room-action-buttons .ic-name {
    display: block;
    margin-top: -3px;
    color: #868b98;
    font-size: 13px;
    white-space: nowrap;
    letter-spacing: 0;
}
.room-action-buttons .ic-name-share {
    display: block;
    margin-top: -3px;
    color: #868b98;
    font-size: 13px;
    white-space: nowrap;
    letter-spacing: 0;
}
.room_content {
    letter-spacing: -0.02em;
    margin-bottom: 11px;
}
.btn-more {
    position: relative;
    display: block;
    width: 100%;
    margin: 24px 0 0;
    padding: 10px;
    border: 1px solid #b4c0d4;
    border-radius: 4px;
    outline: 0;
    background-color: transparent;
    color: #8696b0;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;
}
.btn-more.has-blur {
    margin: 0;
}
.btn-more.has-blur:before {
    content: "";
    position: absolute;
    top: -72px;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
.fa-chevron-down,
.fa-chevron-right,
.fa-chevron-up {
    margin-left: 6px;
}
.panel-heading .panel-title {
    display: block;
    padding: 28px 24px 20px;
    font-size: 20px;
    color: #3c4458 !important;
    font-weight: 500;
    line-height: 1.3;
}
.panel-heading .panel-title {
    padding: 36px 40px 24px;
}
.panel-title .count {
    color: #9795f0;
}
.comment {
    position: relative;
    padding: 32px 0 8px;
    letter-spacing: -0.02em;
    clear: both;
}
.comment-head {
    position: relative;
    padding-left: 72px;
}
.comment-head .rating {
    margin-top: 2px;
}
.comment .avatar {
    position: absolute;
    top: -2px;
    left: 0;
    width: 40px;
}
.comment .avatar {
    top: 1px;
    width: 50px;
}
.comment-author {
    display: block;
    color: #3c4458;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.12;
}
.comment-author {
    display: inline-block;
    margin-right: 8px;
    font-size: 15px;
    vertical-align: middle;
}
.comment-body {
    padding: 8px 4px 0 72px;
}
.comment-content {
    margin: 16px 0;
    color: #545c70;
    font-size: 14px;
    font-weight: 400;
    word-break: break-word;
    text-align: justify;
}
.comment-content {
    margin: 8px 0 12px;
}
.comment-reply-wrap {
    margin-top: 20px;
    padding-left: 70px;
}
.comment-reply {
    margin: 12px 0;
}
.comment-reply .reply-show {
    display: none;
    clear: both;
    position: relative;
    margin: 12px 0;
    padding: 16px 20px;
    border-radius: 8px;
    background-color: #f2f4f6;
    overflow: hidden;
}
.comment-reply .reply-show {
    margin: 0;
    padding: 20px 24px;
}
.comment-reply .reply-title {
    margin: 0 0 8px 0;
    color: #6a7792;
    font-size: 14px;
    font-weight: 500;
}
.comment-reply .reply-title {
    font-size: 13px;
}
.comment-reply .reply-show .reply-title {
    margin: 0 0 4px;
}
.comment-reply .reply-view {
    clear: both;
    color: #3c4458;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}
.comment-reply .reply-view {
    font-size: 14px;
}
.comment .btn-edit-group {
    position: absolute;
    right: 4px;
    font-size: 0;
    top: 28px;
    overflow: hidden;
}
.comment-reply.admin .btn-reply {
    color: #fff;
    background-color: #6a7792;
}
.comment-date {
    display: inline-block;
    margin: 2px 6px 0 0;
    color: #8696b0;
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle;
    letter-spacing: 0.01em;
}
.reply-show .btn-edit-group {
    top: 6px;
    right: 4px;
}
.addr {
    margin-bottom: 11px;
}
#room-map .addr .text {
    margin-left: 4px;
    color: #a4afc1;
    font-size: 13px;
}
.addr .fa-map-marker-alt {
    font-size: 14px;
    vertical-align: middle;
    margin-top: -4px;
}
.table {
    color: #484848;
    width: 100%;
}
.info-table {
    margin-bottom: 0;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.57142857;
    vertical-align: top;
    border-top: 1px solid #e4eaec;
}
.info-table tbody > tr > td.in-t-tit {
    font-weight: bold;
}
.info-table tbody > tr > td:not(.in-t-tit) {
    border-top: none;
}
.blocks > li,
[class*="blocks-"] > li {
    position: relative;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 22px;
}
.blocks,
[class*="blocks-"] {
    padding: 0;
    margin: 0 -15px;
    list-style: none;
    box-sizing: border-box;
}
.info-table tbody > tr > td li {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
}
.info-table .blocks > li,
[class*="blocks-"] > li {
    margin-bottom: 10px;
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.info-table .amenity-text i {
    height: 30px;
    text-align: center;
    vertical-align: top;
    width: 30px;
    font-size: 23px;
    margin-right: 8px;
}
.icon-tv:before {
    content: "\e913";
}
.panel-heading + .panel-body {
    padding-top: 0;
}
.list-dot {
    margin: 0 0 20px;
    padding: 0;
}
.list-dot li {
    position: relative;
    padding: 2px 0 2px 16px;
    font-weight: 300;
}
.list-dot li:after {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #a3afb7;
}
.list-dot li:after {
    top: 11px;
    left: 2px;
}
.page-content {
    padding: 30px 0;
}
#room-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    height: 44px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
#room-nav {
    height: 48px;
    border-top: 1px solid #f1f3f7;
}
#room-nav ul {
    width: 100%;
    position: relative;
    max-width: 1310px;
}
#room-nav ul .tab-first {
    display: none;
}
#room-nav li {
    display: inline-block;
}
#room-nav li a {
    display: block;
    padding: 0 20px;
    color: #6a7792;
    text-decoration: none;
}
#room-nav li a span {
    position: relative;
    display: block;
    height: 44px;
    font-size: 15px;
    line-height: 46px;
    cursor: pointer;
}
#room-nav li a span {
    height: 48px;
}
#room-nav li a span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 3px;
    background-color: transparent;
}
#room-nav li a.active span:after {
    background-color: #8e88f5;
}
#room-nav li a.active {
    color: #6f64e8;
    font-weight: 500;
}
#map {
    width: 100%;
    height: 400px;
    border-radius: 6px;
    z-index: 0;
}
#other_room .host-profile,
#other_room .host-profile + span {
    display: inline-block;
    vertical-align: middle;
}
#other_room .host-img {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 4px;
    border-radius: 60px;
    overflow: hidden;
    vertical-align: middle;
}
#other_room .host-img img {
    width: 100%;
}
#other_room .host-name {
    display: inline-block;
    color: #6f64e8;
    font-size: 1em;
    font-weight: inherit;
    vertical-align: middle;
}
#other_room .room-item {
    overflow: hidden;
    cursor: pointer;
}
#other_room .room-thumbnail {
    position: relative;
    float: left;
    width: 35%;
    height: 186px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
}
#other_room .room-thumbnail img {
    position: relative;
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
    transform: translateX(0);
    object-fit: cover;
}
#other_room .room-desc {
    width: 65%;
    padding: 8px 0 0 36px;
    float: left;
    box-sizing: border-box;
}
#other_room .room-title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 400;
    color: #3c4458;
}
#other_room .room-meta {
    margin-bottom: 10px;
    line-height: 1;
}
#other_room .meta-item {
    display: inline-block;
    vertical-align: middle;
    color: #6a7792;
    font-size: 12px;
    line-height: 16px;
}
#other_room .meta-item {
    font-size: 14px;
}
#other_room .meta-item {
    display: inline-block;
    vertical-align: middle;
    color: #6a7792;
    font-size: 12px;
    line-height: 16px;
}
#other_room .meta-type {
    margin-right: 8px;
}
#other_room .meta-item {
    font-size: 14px;
}
#other_room .meta-item {
    display: inline-block;
    vertical-align: middle;
    color: #6a7792;
    font-size: 12px;
    line-height: 16px;
}
#other_room .meta-item {
    font-size: 14px;
}
#other_room .room-row {
    line-height: 1;
}
#other_room .rating .icon {
    margin-right: 4px;
    font-size: 13px;
}
#other_room .room-row .count {
    margin-top: -3px;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    color: #8696b0;
}
#other_room .room-price {
    margin-top: 0;
    color: #6a7792;
    font-size: 12px;
}
#other_room .room-price .price {
    color: #6f64e8;
    font-size: 14px;
    font-weight: 600;
}
#other_room .room-price .price {
    font-weight: 500;
}
#other_room .room-item + .room-item {
    margin-top: 32px;
}
#other_room .rating {
    margin-top: -2px;
}
.daterangepicker .input-mini {
    padding-left: 60px;
    box-sizing: border-box;
}
.daterangepicker .daterangepicker_input i {
    display: none;
}
.daterangepicker .daterangepicker_input:after {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.daterangepicker .calendar.left .daterangepicker_input:after {
    content: "입실일 : ";
}
.daterangepicker .calendar.right .daterangepicker_input:after {
    content: "퇴실일 : ";
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background: #eee;
}
.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #9795f0;
}
.form-group {
    margin-bottom: 20px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
}
.table {
    color: #484848;
}
#cal_price td {
    padding: 8px 12px !important;
    border: 0;
    color: #545c70;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: top;
    letter-spacing: -0.02em;
}
#cal_price td .info-text {
    color: #76838f;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
}
#cal_price td .price {
    letter-spacing: 0;
    font-weight: 400;
    font-size: 1em;
}
#cal_price .long-discount td {
    color: #f0647c;
    font-size: 16px;
    font-weight: 400;
}
#cal_price .total-price td {
    border-top: 1px solid #e8edee;
    border-bottom: 1px solid #e8edee;
    background-color: #f4f5f6;
    padding: 10px 14px 12px !important;
}
#cal_price .total-price .td-title {
    float: left;
    display: block;
    width: 50%;
    padding-top: 6px;
    color: #545c70;
    font-size: 15px;
    font-weight: 400;
}
#cal_price td .info-text {
    color: #76838f;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
}
#cal_price .total-price .td-price {
    float: right;
    display: block;
    width: 50%;
    color: #6c69d8;
    font-size: 20px;
}
#cal_price .deposit-price td {
    color: #394865;
    font-weight: 700;
}
#cal_price .deposit-price td .price {
    font-weight: 700;
}
.host-message-box {
    position: relative;
    margin-bottom: 12px;
    border-radius: 4px;
    border: 1px dashed rgba(187, 222, 251, 0.75);
    background-color: rgba(227, 242, 253, 0.75);
}
.host-message-box label {
    position: absolute;
    top: -1px;
    left: -1px;
    display: inline-block;
    padding: 4px 12px 5px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #42a5f5;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.host-message-box textarea {
    width: 100% !important;
    margin: 0;
    padding: 8px 16px;
    border: 0;
    outline: 0;
    background-color: transparent;
    color: #545c70;
    font-size: 14px;
    letter-spacing: -0.02em;
    text-align: left;
    box-sizing: border-box;
}
.host-message-box textarea::placeholder {
    color: #98b3d0;
    font-size: 13px;
    letter-spacing: -0.02em;
    word-break: keep-all;
}
.host-message-box .info-tooltip {
    height: 0;
    border-top: 1px dashed rgba(187, 222, 251, 0.75);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-align: center;
}
.host-message-box .info-tooltip p {
    display: inline-block;
    height: 26px;
    margin: 0;
    padding: 0 16px;
    border-radius: 26px;
    background-color: #82aac8;
    color: #fff;
    font-size: 12px;
    letter-spacing: -0.04em;
    word-break: keep-all;
    line-height: 26px;
    white-space: nowrap;
    transform: translateY(40px);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.text-right {
    text-align: right;
}
[data-tooltip-text] {
    position: static;
    right: 100%;
}
[data-tooltip-text]:after {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    content: attr(data-tooltip-text);
    margin-bottom: 10px;
    top: 70%;
    left: 30%;
    padding: 7px 12px;
    width: max-content;
    min-width: 50px;
    max-width: 300px;
    word-wrap: break-word;
    position: absolute;
    z-index: 9999;
}
.price-row {
    margin-top: 10px;
}
#my_room {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-95%);
    z-index: 10;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    text-align: center;
    font-weight: 300;
    border-radius: 3px;
    overflow: hidden;
}
#my_room .alert.dark.alert-primary {
    background: #8787ff;
    padding: 27px 24px 19px 24px;
    color: #fff;
    font-size: 15px;
    width: 414px;
    border: none;
    box-sizing: border-box;
}
#my_room .alert.dark.alert-primary a {
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 4px;
    background: #fff;
    line-height: 46px;
    font-size: 16px;
    margin-top: 20px;
    color: #e8f1f8;
}
#my_room .alert.dark.alert-primary a span {
    color: #8496ba;
}
.comment-reply {
    margin: 12px 0;
}
.comment-reply .reply-show {
    display: none;
    clear: both;
    position: relative;
    border-radius: 8px;
    background-color: #f2f4f6;
    overflow: hidden;
    margin: 0;
    padding: 20px 24px;
}
.comment-reply.has-reply .reply-show {
    display: block;
}
.comment-reply .reply-title {
    margin: 0 0 8px 0;
    color: #6a7792;
    font-weight: 500;
    font-size: 13px;
}
.comment-reply .reply-show .reply-title {
    margin: 0 0 4px;
}
.comment-reply .reply-view {
    clear: both;
    color: #3c4458;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}
.comment-reply .reply-view {
    font-size: 14px;
}
.comment .btn-common {
    display: inline-block;
    margin: 0;
    padding: 0 16px;
    border: 1px solid transparent;
    outline: 0;
    border-radius: 4px;
    background-color: transparent;
    font-weight: 500;
    vertical-align: middle;
    letter-spacing: -0.02em;
    transition: all 0.32s ease-in-out;
}
.comment-reply .btn-reply {
    height: 34px;
    padding: 0 12px;
    font-size: 13px;
    line-height: 32px;
}
.comment .btn-edit-group .btn-comment,
.comment .btn-edit-group .btn-reply {
    height: 34px;
    padding: 0 12px;
    border: 1px solid transparent;
    background-color: transparent !important;
    color: rgba(76, 98, 136, 0.5);
    font-size: 13px;
    line-height: 32px;
    text-decoration: underline;
}
.comment-reply.admin .reply-show {
    background-color: #f0efff;
}
.comment-reply.admin .reply-title {
    color: #6f64e8;
}
.comment .btn-reply.open {
    float: left;
    margin: 0 3px 12px;
}
.comment-reply.host .btn-reply.open {
    color: #6a7792;
    border-color: #6a7792;
}
.comment-reply .reply-insert {
    display: none;
    position: relative;
    padding: 12px 0;
    clear: both;
}
.comment-reply .reply-insert .reply-title {
    margin: 0 0 6px 4px;
    color: #8696b0;
}
.comment-reply .reply-contents {
    display: block;
    width: 100%;
    min-height: 100px;
    margin: 6px 0;
    padding: 8px 12px;
    border-radius: 6px;
    border: 2px solid #dce4f0;
    outline: 0;
    color: #545c70;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
}
.comment-reply .reply-contents:focus {
    border-color: #545c70;
}
.comment-reply .reply-contents::placeholder {
    color: #b4c0d4;
}
.comment .btn-group.right {
    text-align: right;
}
.comment-insert .btn-group .btn-common,
.reply-insert .btn-group .btn-common {
    border-radius: 6px;
    border: 0;
    background-color: transparent;
    color: #545c70;
    font-size: 15px;
    height: 40px;
    padding: 0 20px;
    border-radius: 4px;
    line-height: 38px;
}
.comment-insert .btn-group .btn-common.submit,
.reply-insert .btn-group .btn-common.submit {
    background-color: #545c70;
    color: #fff;
}
.comment-insert {
    display: none;
    padding: 0 4px 0 72px;
}
.comment-insert .comment-contents {
    display: block;
    width: 100%;
    min-height: 100px;
    margin: 8px 0;
    padding: 8px 12px;
    border-radius: 6px;
    border: 2px solid #dce4f0;
    outline: 0;
    color: #545c70;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
}
.comment-reply.has-reply .btn-reply.open {
    display: none;
}
.comment-reply .reply-insert .reply-title .date {
    float: right;
    margin-right: 4px;
}
.amenity-text {
    font-size: 15px;
}
.amenity-text img {
    vertical-align: middle;
    margin-right: 4px;
}
#mr-cert {
    margin-top: 4px;
}
#mr-cert img {
    width: 100%;
}
#good_banner img {
    width: 100%;
}
.content_no_substr .earlybird {
    margin-top: 47px;
}
.room_video {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
    position: relative;
    margin-bottom: 20px;
}
.room_video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.check-in-out-view {
    display: flex;
    padding: 0 40px;
    box-sizing: border-box;
}
.check-in-out-view > div {
    flex-grow: 1;
    border-bottom: 1px solid #e4eaec;
    padding-bottom: 40px;
}
.check-in-out-view > div.check-in {
    position: relative;
}
.check-in-out-view > div.check-out {
    padding-left: 26px;
    box-sizing: border-box;
}
.check-in-out-view > div.check-in::after {
    content: "";
    display: block;
    width: 1px;
    height: 51px;
    position: absolute;
    top: 0;
    right: 0;
    background: #e4eaec;
}
.check-in-out-view > div span {
    color: rgba(167, 181, 209, 1);
    font-size: 15px;
}
.check-in-out-view > div p {
    font-size: 18px;
}
.amenity-area .info-table tbody > tr:nth-of-type(1) > td.in-t-tit {
    border-top: none;
}

/* 골프투어 */
.golf-tour-option-container {
    /* background: #f0f3fa;
  border: 1px solid #d8dfed; */
    border-radius: 2px;
    padding: 14px;
    box-sizing: border-box;
}
.golf-tour-option-container .required-alert {
    display: none;
}
.golf-tour-option-container .required-alert.error::before {
    content: "!";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -2px 4px 0 2px;
    padding-left: 1px;
    border-radius: 100%;
    background-color: #ef6694;
    color: #fff;
    font-size: 11px;
    text-align: center;
    font-weight: 700;
    line-height: 16px;
    vertical-align: middle;
}
.golf-tour-option-container .required-alert.error {
    position: relative;
    clear: both;
    display: block;
    margin: 8px 0 12px;
    padding: 4px 6px;
    border-radius: 4px;
    border: 1px solid #f9dfe8;
    background-color: #fbe9ef;
    color: #ef6694;
    font-size: 13px;
    width: 100%;
}
.golf-tour-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.golf-tour-option .mr-form {
    height: 40px;
}
.golf-tour-option .mr-form::placeholder {
    font-size: 12px;
    color: #c3c3c3;
}
.golf-tour-option.user-name-en {
    margin-bottom: 0;
}
.golf-tour-option > div {
    width: 50%;
}
.golf-tour-option p {
    color: #6a7792;
    font-size: 14px;
}
.golf-tour-option .ui-stepper {
    display: flex;
}
.golf-tour-option .ui-stepper .btn-stepper {
    position: static;
    width: 34px;
}
.golf-tour-option .ui-stepper .input-number {
    width: calc(100% - 68px);
    padding: 0;
}
.golf-total-price-btn button {
    width: 100%;
    color: #8787ff;
    padding: 10px 0;
    border-radius: 4px;
    margin-top: 20px;
    border: 1px solid #b7b7ff;
}
.golf-days {
    font-size: 12px;
    color: #8787ff;
    padding-left: 4px;
    font-weight: 500;
}
.required-icon {
    color: #ff8484;
}
p.required-icon {
    font-size: 12px;
    text-align: right;
}

@media (max-width: 1400px) {
    .page-content {
        padding: 30px 6%;
    }
    .booking-area.fixed {
        position: fixed;
        top: 100px;
        right: 6%;
        left: auto;
        z-index: 999;
        width: 400px;
        height: auto;
    }
}
@media (max-width: 1200px) {
    .page-content {
        padding: 40px;
    }
    .booking-area.fixed {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        width: auto;
        height: auto;
        margin-left: 0;
        border-radius: 0;
    }
    .room-container {
        max-width: 768px;
        width: 100%;
    }
    .room-inner {
        padding: 0;
    }
    .additional-panel:last-child {
        margin-bottom: 0;
    }
    body.has-room-nav #room-nav {
        top: 60px;
        opacity: 1;
        visibility: visible;
    }
    #room-nav ul {
        text-align: center;
    }
    #reservationCalc .panel-title {
        display: block;
    }
    #my_room {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        max-width: 768px;
        margin: auto;
    }
    #my_room .alert.dark.alert-primary {
        width: 100%;
    }
}
@media (max-width: 768px) {
    body {
        padding-top: 60px;

        /* position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch; */
    }
    #reservationCalc .panel-heading {
        padding: 24px 19px 0;
    }
    .panel-reservation-calc {
        padding: 0 19px 10px !important;
    }
    .additional-panel {
        padding: 16px 19px;
    }
    .page-content {
        padding: 0;
        /* padding-bottom: 40px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll; */
    }
    .hidden-xs {
        display: none;
    }
    .visible-xs {
        display: block !important;
    }
    .showTitle {
        margin-bottom: 5px;
        padding: 0 12px;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: -0.02em;
    }
    .host-name a span {
        color: #a3afb7;
        font-size: 15px;
        margin-right: 4px;
        font-weight: 300;
    }
    .panel-body {
        padding: 24px 19px 28px;
    }
    .panel-heading .panel-title {
        display: block;
        padding: 28px 19px 20px;
        font-size: 20px;
        color: #3c4458 !important;
        font-weight: 500;
        line-height: 1.3;
    }
    #map {
        height: 180px;
    }
    .list-dot li {
        position: relative;
        padding: 6px 0 6px 12px;
        font-weight: 400;
        font-size: 14px;
    }
    #other_room .room-thumbnail {
        width: 112px;
        height: 112px;
    }
    #other_room .room-desc {
        width: calc(100% - 112px);
        padding: 2px 0 0 20px;
    }
    #other_room .room-title {
        margin-bottom: 3px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
    }
    #other_room .room-meta {
        margin-bottom: 4px;
    }
    #other_room .meta-item {
        font-size: 12px;
    }
    #other_room .rating .icon {
        font-size: 12px;
    }
    #other_room .room-row .count {
        font-size: 12px;
    }
    .rating {
        margin-top: -3px;
    }
    #other_room .room-price {
        margin-top: 6px;
    }
    .room_content {
        font-size: 15px;
        line-height: 1.6;
    }
    .comment-body {
        padding: 4px 2px;
    }
    .comment-content {
        margin: 16px 0;
    }
    .comment-author {
        display: block;
    }
    .panel-heading {
        margin-bottom: 30px;
    }
    .list-dot li:after {
        top: 15px;
    }
    .mo-slider-tit {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 48px;
        background: #fff;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
        z-index: 1;
    }
    .mo-slider-tit .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
        opacity: 1;
    }
    .mo-slider-tit .close:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        transform-origin: center;
        width: 1px;
        height: 50%;
        background: #000;
    }
    .mo-slider-tit .close:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        transform-origin: center;
        width: 1px;
        height: 50%;
        background: #000;
    }
    .mo-slider-tit .room-title {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        line-height: 48px;
        width: 50%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0;
        font-size: 14px;
        font-weight: 400;
    }
    .full-slider {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .daterangepicker.dropdown-menu.show-calendar.openscenter {
        padding: 10px 24px;
        box-sizing: content-box;
        width: 278px;
        box-sizing: content-box;
    }
    .daterangepicker.show-calendar .calendar {
        width: 100%;
        margin: 4px;
    }
    .daterangepicker .daterangepicker_input {
        padding: 0;
    }
    .daterangepicker_input .input-mini {
        height: 45px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    [data-tooltip-text]:after {
        background-color: #000000;
        background-color: rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
        -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
        box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #ffffff;
        font-size: 12px;
        content: attr(data-tooltip-text);
        margin-bottom: 10px;
        padding: 7px 12px;
        top: 42%;
        left: 12%;
        width: auto;
        max-width: 300px;
        word-wrap: break-word;
        position: absolute;
        z-index: 9999;
    }
    .price-row {
        margin-top: 4px;
    }
    #other_room {
        margin-bottom: 0;
    }
    #my_room {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    #my_room .alert.dark.alert-primary {
        padding: 0;
        text-indent: -9999px;
        height: 52px;
        border-radius: 0;
    }
    #my_room .alert.dark.alert-primary p {
        height: 100%;
        position: relative;
    }
    #my_room .alert.dark.alert-primary a {
        border-radius: 0;
        text-indent: 0;
        margin-top: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: none;
        line-height: 50px;
    }
    #my_room .alert.dark.alert-primary a span {
        color: #fff;
    }

    .comment-body {
        padding-left: 0;
    }
    .comment-reply-wrap {
        padding-left: 0;
    }
    .comment-content {
        margin: 16px 0;
    }
    .comment-reply .btn-reply.open {
        float: none;
        display: block;
        width: 100%;
        height: 48px;
        margin: 4px 0;
        padding: 0;
        border-radius: 6px;
        font-size: 15px;
        line-height: 46px;
    }
    .comment-insert {
        padding-left: 0;
    }
    .amenity-text {
        font-size: 14px;
    }
    .amenity-text img {
        margin-right: 0;
    }
    #mr-cert {
        margin: 20px 0 25px -19px;
        width: calc(100% + 38px);
    }
    .content_no_substr .earlybird:last-child {
        margin-top: 25px;
    }
    .btn-more {
        margin-top: 4px;
    }
    .check-in-out-view {
        padding: 0 19px;
    }
    .check-in-out-view > div {
        padding-bottom: 24px;
    }
    .check-in-out-view > div span {
        font-size: 14px;
    }
    .check-in-out-view > div p {
        font-size: 17px;
    }
    #amenity .panel-heading:nth-of-type(1) {
        margin-bottom: 0;
    }
    #amenity .panel-heading:nth-of-type(2) {
        margin-bottom: 0;
    }
    .amenity-area .info-table tbody > tr:nth-of-type(1) > td.in-t-tit {
        border-top: none;
    }
}
