#ol_after.ol_after_style, #ol_before.ol_before_style, .side_activity {
    border: none;
    background: transparent;
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px; */
}
.aside_login .ol {
    position: relative;
    margin-bottom: 5px;
    background: var(--contBg);
    color: var(--fontColor);
}
.aside_login .ol form {
    padding: 25px 15px 20px;
}
.aside_login #ol_before .ol_wr {
    position: relative;
    margin-bottom: 5px;
}
.aside_login #ol_id, .aside_login #ol_pw {
    display: block;
    width: 100%;
    background: var(--inputBg);
    border: var(--inputBorder);
    color: var(--fontColor);
    padding: 0 10px;
    height: 35px;
    margin-bottom: 5px;
    border-radius: 3px;
}
.aside_login #ol_submit {
    width: 100%;
    height: 35px;
    background: var(--primaryColor);
    border-left: 1px solid #ccc;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    border-radius: 3px;
}

.aside_login #ol_submit.ol_submit_style {
    margin-top: 1rem;
    border-radius: 5px;
}

.aside_login #ol_auto {
    float: left;
    line-height: 20px;
    margin-top: 5px;
}

.aside_login #ol_auto label {
    color: var(--shareColor);
    vertical-align: baseline;
}

.aside_login #ol_svc {
    float: right;
    line-height: 20px;
}

.aside_login #ol_svc a.a_style {
    border: none;
    padding: 0;
    color: #000;
    font-size: 10px;
    font-weight: bold;
}

.aside_login #ol_svc a {
    display: inline-block;
    border: var(--border);
    color: var(--primaryColor);
    border-radius: 2px;
    padding: 2px 5px;
}

.aside_login #ol_before:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.aside_login #ol_pw {
    display: block;
    width: 100%;
    background: var(--inputBg);
    border: var(--inputBorder);
    color: var(--fontColor);
    padding: 0 10px;
    height: 35px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.aside_login #ol_pw, .aside_login #ol_id {
    padding-left: 3rem;
    background: none;
}

#ol_before input[type=password] {
    width: 100%;
    background: none;
    height: 40px;
    margin: 0 0 10px;
}

.color_line {
    height: 7px;
    border-radius: 0 0 9px 9px;
    background: var(--primaryColor);
}
.blind {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 0);
}
.input_wrap {
    position: relative;
}

.input_wrap .icon_login {
    position: absolute;
    top: 8px;
    left: 5px;
    width: 18px;
}
.icon_login.icon_user {
    left: 6px;
    width: 15px;
}

.ol_auto_wr.ol_auto_wr_style {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}
.chk_box.chk_box_style {
    display: flex;
    align-items: center;
}
.chk_box.chk_box_style p {
    font-size: 10px;
    color: #909092;
    margin-left: 0.25rem;
}



#ol_svc .dots {
    color: #d2d2d2;
    margin: 0 0.55rem;
    font-size: 0.4rem;
}

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 21px;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
input:checked+.slider {
    background-color: #e8b82c;
}
input:checked+.slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}



.aside_login .member_sign {
    position: relative;
    margin-bottom: 5px;
    border-radius: 8px;
    border: var(--border);
    background: var(--contBg);
    color: var(--fontColor);
}
.aside_login .member_sign .sign_info {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 5px 15px;
    position: relative;
    padding: 15px 15px 0;
}
.aside_login .member_sign .sign_info .wellcomeText {
    margin-top: 10px;
}
.aside_login .member_sign .sign_info .nickText {
    font-weight: bolder;
}
.aside_login .member_sign h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 0);
}
.aside_login .member_sign .sign_info .profile_img {
    display: block;
    grid-row: 1 / 4;
    position: relative;
}
.aside_login .member_sign .sign_info .profile_img img {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    border: var(--border);
}

.aside_login .member_sign .sign_info .profile_img::after {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 35px;
    left: 35px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: var(--contBg);
    color: var(--fontColor);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 1.1rem;
    content: '\f013';
}
.aside_login .member_sign .sign_info strong {
    margin: 5px 0 0;
}

.aside_login .member_sign .sign_info .btn_admin {
    position: absolute;
    top: 5px;
    right: 0;
}
.aside_login .member_sign .sign_info .info_link {
    display: inline;
    color: var(--primaryColor);
}

.mobile_logout {
    display: block;
    width: 100%;
    text-align: right;
    padding: 5px 10px;
}
.mobile_logout a {
    display: inline-block;
    padding: 5px;
    color: var(--primaryColor);
    border: var(--primaryColor) 1px solid;
    border-radius: 5px;
}


.aside_login .member_sign .sign_info .bell_icon {
    position: absolute;
    top: 23px;
    right: 5px;
}
.bell_icon img {
    width: 35px;
    height: 35px;
    margin: 0 0 0 5px;
}
.bell_icon .nt-noti-cnt{
    position: absolute;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    top: 0;
    left: 20px;
    line-height: 1;
    min-width: 10px;
    padding: 3px 4px 2px;
    background: var(--primaryColor);
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px -2px #727272;
    -webkit-box-shadow: 0 4px 6px -2px #727272;
    -moz-box-shadow: 0 4px 6px -2px #727272;
    white-space: nowrap;
    vertical-align: baseline;
}


.mb_point {
    display: flex;
    padding: 5px 15px;
    border-radius: 5px;
    align-items: center;
    justify-content:space-between;
    margin: 10px 0;
}
.mb_point .point{
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    padding: 0.35rem 0.55rem;
    background: none;
    border-radius: 0;
    text-align: center;
    margin-left: 0;
}

.mb_point .btn_point {
    display: inline-block;
    vertical-align: top;
    background: #db3232;
    color: #fff;
    border-radius: 5px;
    font-size: 11px;
    padding: 5px 8px;
    line-height: 1;
}

.mb_signature {
    display: block;
    padding: 5px 15px;
}

.mb_signature .signature {
    display: block;
    width: 100%;
    border-radius: 10px;
    color: #929292;
    background: #fff;
    box-shadow: 0 1px 3px #00000070;
    padding: 1px 10px 0;
    overflow: hidden;
    font-size: 1.5rem;
}

.mb_imgLink{
    margin:  10px 0;
}
.mb_imgLink ul li {
    display: inline-block;
    margin: 0 auto;
    width: 24%;
    text-align: center;
}
.mb_imgLink ul li a {
    position: relative;
    display: block;
    padding: 0 15px;
    text-align: center;
}
.mb_imgLink ul li a .bg_circle {
    padding-top: 100%;
    background: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 4px 1px #e9e9e9;
    -webkit-box-shadow: 2px 2px 4px 1px #e9e9e9;
    -moz-box-shadow: 2px 2px 4px 1px #e9e9e9;
}
.mb_imgLink ul li a .img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.mb_imgLink ul li a .img img {
    max-width: 35%;
    vertical-align: middle;
}

.mb_imgLink ul li .text {
    font-size: 13px;
    color: #333;
    font-weight: 700;
    margin-top: 8px;
}
.mb_date{
    padding: 5px 15px;
}
.mb_date > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

.mb_date .title{
    font-size: 1.5rem;
    font-weight: bold;
}
.mb_date .text{
    font-size: 1.5rem;
}

.mb_others,.mb_lucky_wheel {
    padding: 5px 15px;
}

.mb_others > div, .mb_lucky_wheel > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

.mb_others .text, .mb_lucky_wheel .text{
    font-size: 1.5rem;
    color: var(--primaryColor);
}


.mb_others .title, .mb_lucky_wheel .title{
    font-size: 1.5rem;
    font-weight: bold;
}

/* telegram login style */
.sns-wrap iframe {
    height: 40px !important;
    width: 100% !important;
    padding: 0.35rem;
    background-color: #67aaeb;
}