@charset "UTF-8";


.member__vr__wrap {
    background-image: url(/images/bkn/member__vr.webp);
    background-position: center center;
    padding: 146px 0;
}
.member__vr__icon {
    text-align: center;
    margin-bottom: 30px;
}
.member__vr__text {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 21px;
    line-height: 1.6;
}
    .member__vr__text span {
        font-size: 18px;
        color: #fff;
        font-weight: 700;
    }

.member__btn__list {
    display: flex;
    gap: 0 10px;
    justify-content: center;
}
.member__btn__item a {
    width: 230px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
}
    .member__btn__item.--member a {
        background-color: #fff;
        color: #263238;;
    }
    .member__btn__item.--login a {
        transition: .3s;
        border: 1px solid #fff;
        color: #fff;;
    }
    .member__btn__item.--login a:hover {
        opacity: 1;
        background-color: rgb(255, 255, 255, .2);
    }


#vr_iframe {
    height: 698px;
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
}
.vr_section svg {
    width: 21px;
    height: 21px;
    fill: #333;
    margin-left: 5px;
    vertical-align: sub;
}
.bknphoto p {
    text-align: right;
}
.vr_section h2.ui-title--left {
    margin-bottom: 18px;
}
.l-detail__primary section.vr_section  {
    margin-bottom: 22px;
}