/*@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");*/

/* a blue color as a generic focus style */
button:focus-visible {
    outline: 2px solid #4a90e2 !important;
    outline: -webkit-focus-ring-color auto 5px !important;
}

.b-off {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 300px;
    height: 424px;
}

.b-off .overlap-wrapper {
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.b-off .overlap {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #00000080;
}

.b-off .group {
    position: relative;
    width: 300px;
    height: 430px;
    top: calc(50% - 215px);
    left: calc(50% - 150px);
}

.b-off .overlap-group {
    position: absolute;
    width: 300px;
    height: 52px;
    top: 378px;
    left: 0;
    background-color: #333333;
    border-radius: 0px 0px 8px 8px;
}

.b-off .text-wrapper {
    width: 100px;
    left: 200px;
    text-align: right;
    position: absolute;
    height: 20px;
    top: 13px;
    font-family: "Noto Sans CJK KR-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}

.b-off .action-radio-on {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 16px;
    left: 16px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid;
    border-color: var(--color-styles-palette-bk-0-duplicate);
}

.b-off .action-radio-off {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 16px;
    left: 16px;
    background-color: var(--color-styles-palette-bk-0-duplicate);
    border-radius: 8px;
    border: 1px solid;
    border-color: #fff
}

.b-off .div {
    width: 200px;
    /* left: 44px; */
    position: absolute;
    height: 20px;
    top: 13px;
    font-family: "Noto Sans CJK KR-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}

.b-off .group-wrapper {
    position: absolute;
    width: 300px;
    height: 378px;
    top: 0;
    left: 0;
}

.b-off .overlap-group-wrapper {
    height: 378px;
}

.b-off .mask-group-wrapper {
    position: relative;
    width: 300px;
    height: 380px;
    border-radius: 8px 8px 0px 0px;
}

.b-off .mask-group {
    position: absolute;
    width: 252px;
    height: 334px;
    top: calc(50% - 160px);
    left: calc(50% - 127px);
}