@charset "utf-8";

#pagetop {
    display: none !important;
}

.fixedbtn {
    position: fixed;
    right: 18px;
    bottom: 20px;
    z-index: 1000;
}

.iconbtn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    height: 42px;
    padding: 0 30px;
    border-radius: 21px;
    background: #000000;
    color: #ffffff !important;
    font-size: 13px;
}

.fixedbtn .iconbtn {
    height: 48px;
    border-radius: 24px;
}

.iconbtn::before {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url(../images/livehall/icon-edit.svg) no-repeat center center;
    background-size: contain;
}

.reserve {
    margin-top: 54px;
}

.reserve_btn {
    text-align: left;
}

.reserve_btn > a {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
}

.reserve_btn > a > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.reserve_btn > a > span::before {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url(/common/images/livehall/icon-edit.svg) no-repeat center;
    background-size: contain;
}

@media only screen and (max-width: 768px) {
    .fixedbtn {
        right: 0;
        width: 100%;
        text-align: center;
        pointer-events: none;
    }

    .iconbtn {
        pointer-events: all;
    }

    .iconbtn::before {
    }

    .reserve {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .reserve_btn {
        text-align: center;
    }
}
