@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');

*:focus, *:active {
    outline: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

body {
    color: #333333;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 22px;
    font-size: 14px;
}

.app {
    margin: auto;
    max-width: 428px;
    min-height: 100vh;
    position: relative;
}

.app .bg-full {
    height: 100vh;
    background-image: url('../images/image.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-373737 {
    background-color: #373737 !important;
}

.bg-full .logo-intro {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    text-align: center;
}

body.offcanvas-active {
    overflow: hidden;
}

.header-booking {
    background-color: #e63720 !important;
    padding: 10px 0;
    z-index: 9;
}

.section-header {
    background-color: #e8e8e8;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 428px;
}

.open-navbar {
    padding: 0 10px;
}

.open-navbar i {
    font-size: 24px;
}

.offcanvas-header {
    display: none;
}

.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
    z-index: 10;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.offcanvas-header {
    display: block;
}

.mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    /* position: absolute; */
    position: fixed;
    top: 0;
    /* top: -48px;  */
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    max-width: 428px
}

.available {
    font-size: 12px;
}

.mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
}

.mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
    display: block;
}

.btn-wrap a:first-child {
    margin-right: 8px;
}

.btn-wrap a, .btn-wrap button {
    background: #626262;
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.booking-content p {
    border: 1px solid #cdcdcd;
    background: #fff;
    padding: 5px 15px;
    color: #626262;
    margin: 10px auto 20px;
}

.title-col-red b {
    color: #e63720 !important;
    font-weight: bold;
    font-size: 16px;
}

.mobile-offcanvas .navbar-nav .nav-link {
    font-weight: 600;
    color: #444;
    padding: 12px 4px;
}

.product-info strong:first-child {
    display: inline-block;
    margin-bottom: 10px;
}

#booking-datepicker .ui-widget-content {
    padding: 10px;
    border-radius: 10px !important;
}

.product-info {
    margin-top: 10px;
    margin-bottom: 20px;
}

.ui-widget-content {
    background: #ededed;
}

#booking-datepicker .ui-datepicker .ui-datepicker-title {
    color: #6d6d6d;
}

#booking-datepicker .ui-widget-content {
    display: block;
    background: #ededed;
}

#booking-datepicker .ui-widget-content .ui-state-active {
    font-size: 16px;
    font-weight: bold;
    color: #e63720;
}

.form-booking {
    border: 1px solid #cdcdcd;
    background: #fff url(../images/select-bg.png) no-repeat 10px 50%;
    background-size: 12px;
    padding: 5px 15px 5px 25px;
    color: #626262;
    margin: 10px auto 20px;
    border-radius: 0;
    font-size: 14px;
    appearance: none !important;
    position: relative;
    cursor: pointer;
}

#booking-datepicker .ui-widget-content .ui-state-active {
    font-size: 16px;
    font-weight: bold;
    color: #e63720;
}

#booking-datepicker .ui-state-default {
    background: none !important;
    font-weight: normal;
    color: #555555;
    text-align: center !important;
    border: 1px solid transparent;
    background: none;
}

.header-title {
    text-align: center;
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 18px;
}

.center-control {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

select {
    border: 1px solid #6c757d;
    width: 100%;
    padding: 4px 5px;
    font-weight: 600;
    color: #333333;
}

.input-rounded {
    background: rgba(255, 255, 255, .7);
    width: 100%;
    padding: 12px 16px;
    border-radius: 30px;
    border: none;
    /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
}

.btn-menu {
    background: rgba(255, 255, 255, .7);
    width: 100%;
    padding: 12px 0;
    border-radius: 30px;
    text-align: center;
    border: none;
    font-weight: 500;
    /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
}

.center-control>a>button {
    color: #373737;
}

#booking-datepicker {
    margin-top: 10px;
}

#booking-datepicker .ui-datepicker {
    width: 100%;
}

#booking-datepicker .ui-corner-all,
#booking-datepicker .ui-corner-bottom,
#booking-datepicker .ui-corner-right,
#booking-datepicker .ui-corner-br {
    border-radius: 0;
}

#booking-datepicker .ui-widget-header,
#booking-datepicker .ui-widget-content {
    border: none;
    background: #ededed;
}

#booking-datepicker .ui-datepicker .ui-datepicker-next span,
#booking-datepicker .ui-datepicker .ui-datepicker-prev span {
    background-image: none;
}

.user-manual {
    margin-top: 60px;
}

.form-booking * {
    padding: 10px;
    background-color: #fff;
    color: #333;
}

.form-booking option .extra-price {
    color: #373737;
    font-weight: 600;
    float: right;
}

.user-manual ul {
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.user-manual li::marker {
    font-size: 10px;
}

.user-manual {
    word-break: keep-all;
}

.user-manual>p:first-child {
    font-weight: 600;
}

.user-manual b {
    color: #fc9005 !important;
    font-weight: bold;
    font-size: 16px;
}

.select_cus {
    border: 1px solid #cdcdcd;
    background: #fff url(../images/select-bg.png) no-repeat 10px 50%;
    background-size: 12px;
    padding: 5px 15px 5px 25px;
    color: #626262;
    margin: 10px auto 20px;
    border-radius: 0;
    font-size: 14px;
    appearance: none !important;
    position: relative;
    cursor: pointer;
}

.select_cus .option>li:hover {
    background: #f2f2f2;
}

.select_cus .option>li {
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: #616161;
    font-weight: 400;
    cursor: pointer;
}

.select_cus .option li .extra-price {
    color: #373737;
    font-weight: 600;
    float: right;
}

.select_cus .option {
    display: none;
    position: absolute;
    top: calc(100% - 0px);
    width: 100%;
    max-height: 203px;
    background: #fff;
    border: 1px solid #d9d9d9;
    z-index: 1;
    overflow-y: auto;
    padding: 0;
    left: 0;
    border-radius: 10px;
    box-shadow: 0 0 12px rgb(0 0 0 / 20%);
    padding: 10px;
}

#booking-datepicker .ui-datepicker .ui-datepicker-prev {
    background-position: center;
    background-size: 75%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-left-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0m3.5 7.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5z'/%3E%3C/svg%3E");
}

#booking-datepicker .ui-datepicker .ui-datepicker-next {
    background-position: center;
    background-size: 75%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-right-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z'/%3E%3C/svg%3E");
}

.booking-container>div.mb-3:last-child {
    margin-bottom: 100px !important;
}

.booking-bottom {
    background-color: #e8e8e8;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 428px;
    border-top: 1px solid #6c757d;
    padding: 25px 0;
}

.booking-bottom .text-danger {
    padding-top: 10px;
    display: inline-block;
}

.booking-bottom .booking-submit {
    background: #e63720;
    color: #fff;
    padding: 10px 25px;
    box-shadow: 0 0 15px rgb(0 0 0 / 25%);
    font-size: 16px;
}

.booking-bottom b {
    font-size: 16px;
}

.booking-submit {
    font-weight: 600;
    border: none;
    background-color: white;
    padding: 3px 9px;
    border-radius: 30px;
}

.booking-submit:hover {
    opacity: 0.5;
}