@charset "utf-8";

.liveshow_reserv_popup {
    position: absolute;
    top: 0;
    right: 0;
    width: 426px;
    height: 878px;
    background-image: radial-gradient(circle at 0 50%, #2a2589, #0b0d20 105%);
    z-index: 60;
    display: block;
    padding: 24px 20px 25px;
}

.liveshow_reserv_popup * { 
    font-family: 'Pretendard', 'sans-serif'; 
    letter-spacing: 0;
    font-weight: 500;
}

.liveshow_reserv_popup .reserv_top {
    position: relative;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.liveshow_reserv_popup .reserv_top .close_btn {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9999px;
    background: url('/images/liveshow/close.png') no-repeat 0 0;
}
.liveshow_reserv_popup .reserv_top h3 {
    min-height: 70px;
    color: #fff;
    font-size: 28px;
    white-space: unset;
    display: flex;
    align-items: flex-end;
    overflow: unset;
    padding-right: 42px;
    line-height: 32px;
}
.liveshow_reserv_popup .reserv_image {
    margin: 15px 0;
    text-align: center;
}
.liveshow_reserv_popup .reserv_product {
    text-align: center;
    max-width: 386px;
    margin: 0 auto;
}
.liveshow_reserv_popup .reserv_product img {
    width: 100%;
    object-fit: contain;
}
.liveshow_reserv_popup .reserv_product .product_info {
    margin: 20px 0 0;
}
.liveshow_reserv_popup .reserv_detail {
    margin: 20px 0;
}
.liveshow_reserv_popup .reserv_detail li {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: solid 0.8px #292929;
    height: 48px;
    padding: 10px 20px 10px 40px;
    position: relative;
    margin-bottom: 4px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 20px center;
}
.liveshow_reserv_popup .reserv_detail li.location {
    background-image: url('/images/liveshow/icon-location.png');
    background-size: 16px auto;
}
.liveshow_reserv_popup .reserv_detail li.dentist {
    background-image: url('/images/liveshow/icon-building.png');
    background-size: 16px auto;
}
.liveshow_reserv_popup .reserv_detail li.profile {
    background-image: url('/images/liveshow/icon-profile.png');
    background-size: 14px auto;
}
.liveshow_reserv_popup .reserv_detail li.phone {
    background-image: url('/images/liveshow/icon-smartphone.png');
    background-size: 10px auto;
}
.liveshow_reserv_popup .reserv_detail li input {
    width: calc(100% - 20px);
    border: none;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
}
.liveshow_reserv_popup .reserv_detail li input::placeholder {
    font-size: 14px;
    color: #999;
    font-weight: 400;
}
.liveshow_reserv_popup .reserv_detail li .delete_btn {
    text-indent: -9999px;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 15px;
    background: url('/images/liveshow/icon-cancel-01.png') no-repeat 0 0;
}
.liveshow_reserv_popup .reserv_button {
    width: 100%;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #ed0f69;
    font-weight: 600;
}
.liveshow_reserv_popup .reserv_info {
    font-size: 10px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
}
.reserv_complete_popup .complete_message{
    border-radius: 6px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(70deg, #ad0bea -3%, #2927b7 95%);
    height: 154px;
    margin: 10px 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.complete_list{
    display: flex;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0
}
.complete_list dt {
    width: 135px;
    text-align: left;
    margin-right: 0;
    font-weight: 300;
    height: 55px;
    line-height: 55px;
    padding-left: 8px;
}
.complete_list dt:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.complete_list dd {
    height: 55px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.complete_info {
    margin-top: 250px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 34px;
}
.complete_info strong {
    color: #ed0f69;
    font-weight: 600;
}


@media (max-width: 1440px) {
    .liveshow_reserv_popup {
        width: 416px;
    }
}
@media (max-width: 1280px){
    .liveshow_reserv_popup {
        width: 406px;
    }
}
@media screen and (max-width: 640px) {
    .liveshow_reserv_popup {
        height:100vh; 
        overflow: scroll; 
        width: 100%; 
        z-index: 1000;
        position: fixed !important;
        top: 0 !important;
        padding-bottom: 20px;
    }
    
}