@charset "utf-8";

.ol {
    display: none;
    text-align: left;
    overflow-y: auto;
}

#ol_after {
    text-align: left;
    overflow-y: visible;
}

#button_wrap {
    position: absolute;
    top: 30%;
    left: -60px;
    z-index: 199999;
    border-radius: 25px 0 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 969px) {
    #button_wrap {
        /* display: none; */
    }
}



#button_wrap .member {
    width: 40px;
    height: 46px;
    border-radius: 20px 20px 0 0;
    border: none;
    background-color: #ddd;
    overflow: hidden;
    padding: 4px;
    font-size: 21px;
    text-align: center;
    color: var(--main_color1);
}

#button_wrap:hover .member {
    color: var(--main_color3);
}

#button_wrap .btn_close {
    width: 40px;
    height: 46px;
    border-radius: 0 0 20px 20px;
    border: none;
    background-color: var(--main_color2);
    overflow: hidden;
    padding: 4px;
}

#button_wrap:hover .btn_close {
    background-color: var(--main_color4);
}

#button_wrap .member img {
    border-radius: 50%;
    border: none;
}

.ol .btn_close {
    background-color: #3e4150;
    color: #fff;
    font-size: 16px;
    border: 0;
}

#outlogin_skin_2 #button_wrap .btn_close::after {
    content: "\f03b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
}

#outlogin_skin_2 #button_wrap .btn_close.view::after {
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
}

#outlogin_skin_2 #stv_pg {
    color: #fff;
}

#outlogin_skin_2 .cate li:hover {
    background: var(--main_color7);
}

.ol_before_wr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 20px
}

#ol_before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    /* height: 500px; */
    /* margin-left: -225px; */
    /* margin-top: -250px; */
    padding: 45px;
    background: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
}

#ol_before h2 {
    font-size: 28px;
    margin: 20px 0;
    font-size: 1.846em
}

#ol_before .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    transform: none;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 0;
    color: #ccc;
    font-size: 18px;
}

#stv .li_empty {
    text-align: center;
    padding: 50px 0;
    color: #ccc;
}

#ol_before .btn_close:hover {
    color: #666
}

#ol_before fieldset {
    position: relative
}

#ol_id {
    display: block;
    width: 100%
}

.ol_idlabel {
    color: #333;
}

#ol_pw {
    display: block;
    ;
    width: 100%;
    margin: 10px 0
}

.ol_pwlabel {
    color: #333;
}

#auto_login {
    margin-bottom: 4px;
}

#auto_login_label {
    letter-spacing: -0.1em
}

#ol_submit {
    width: 100%;
    height: 52px;
    font-size: 14px;
    font-weight: 900;
}

.btn_join {
    display: block;
    line-height: 52px;
    width: 100%;
    font-size: 14px;
    margin: 5px 0;
    font-weight: 900
}

#ol_svc {
    text-align: center;
    margin: 10px 0 0
}

#ol_svc a {
    display: inline-block;
    color: #333;
    margin: 0 5px 5px;
    text-decoration: underline
}

#ol_auto {
    position: relative;
    margin: 20px 0;
    text-align: left;
    color: #555
}

#ol_auto label {
    letter-spacing: -0.1em
}

#ol_auto input {
    width: 13px;
    height: 13px;
    vertical-align: bottom
}

#ol_after {
    /* background: #2d2f3c; */
    background: var(--main_color3);
    display: block;
    height: 100%;
    width: 0px;
}

#outlogin_skin_2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    /* top: 0; */
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: 99999;
}

#ol_after.view {
    right: 0;
}

#ol_after h2 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden
}

#ol_after .btn_close {
    /* height: 76px */
}

#ol_after_hd {
    text-align: left;
    position: relative;
    padding: 20px;
    padding-left: 70px;
    border-bottom: 1px solid #3e4150;
    /* line-height: 36px; */
    display: flex;
    justify-content: left;
    align-items: center;
    width: 300px;
}

#ol_after_hd strong {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
}

#ol_after_hd .profile_img {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
}

#ol_after_hd .profile_img img {
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

#ol_after_info {
    position: absolute;
    bottom: -5px;
    right: -5px;
    text-align: center;
    background: #2d2f3c;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    border-radius: 50%
}

#ol_after_private {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 10px;
    width: 300px;
}

#ol_after_private:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#ol_after_private li {
    position: relative;
    float: left;
    width: 33.33333%;
    padding: 10px
}

#ol_after_private a {
    color: #fff;
    line-height: 20px;
    display: block;
    /* background: #353745; */
    background: var(--main_color3);
    text-align: center;
    padding: 20px 0;
    position: relative;
}

#outlogin_skin_2 .cate a {
    color: var(--main_color0);
    color: #fff;
}

#outlogin_skin_2 a.btn_b02, .btn_b02 {
    background: var(--main_color3);
    color: #fff;
    /* font-size: 0.9rem; */
}

#outlogin_skin_2 #stv_ul li {
    border: 1px solid var(--main_color9);
    transition: all 0.2s;
}

#outlogin_skin_2 #stv_ul li:hover {
    border: 1px solid var(--main_color8);
}

.btn_b02:hover {
    background: var(--main_color4);
}

#outlogin_skin_2 #stv h3 {
    /* color: #b0b3c6; */
    color: #fff;
    /* font-size: 1.2em; */
    /* font-weight: bold !important; */
}

#ol_after_private a:hover {
    background: var(--main_color2);
}

#ol_after_private i {
    display: block;
    font-size: 15px;
    margin: 5px 0
}

#ol_after_private strong {
    position: absolute;
    bottom: -10px;
    left: 0;
    text-align: center;
    display: block;
    width: 100%
}

#ol_after_private strong span {
    display: inline-block;
    line-height: 20px;
    background: #;
    font-size: 11px;
    font-weight: 300;
    background: #ff7853;
    padding: 0 8px;
    border-radius: 30px
}

#ol_after_private #ol_after_pt span {
    background: #13c293
}

#ol_after_private #ol_after_memo span {
    background: #ff3161
}

#ol_after_ul {
    /* background: #353745; */
    background: var(--main_color4);
    padding: 10px 0;
    width: 300px;
}

#ol_after_ul i {
    width: 25px
}

#ol_after_btn {
    margin-left: 10px;
}

#ol_after_btn a {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    vertical-align: top;
    height: 30px;
}

@media (max-width: 969px) {
    #ol_before {
        width: 80%;
        margin-left: -40%;
    }
}

#ol_auto label {
    margin-bottom: 0;
}

#stv.op_area {
    width: 300px;
}

.black_screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.black_screen.view {
    display: block;
}

.login-sns h3 {
    font-size: 16px;
}
