@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;
   border: 1px solid #dce2f9;
   background-color: #fff;
   overflow: hidden;
   padding: 4px;
}
#button_wrap:hover .btn_close {
   /* background-color: var(--main_color8); */
   background-color: #eff1f9;
}
#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); */
   background: #fff;
}
.ol_before_wr {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background: #ffffff;
   text-align: center;
   padding: 20px;
}
#ol_before {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 100%;
   max-width: 360px;
   padding: 30px;
   background: #fff;
   /* text-align: center; */
   transform: translate(-50%, -50%);
}
#ol_before h2 {
   font-size: 28px;
   margin: 20px 0;
   font-size: 1.846em;
   width: 100%;
   text-align: center;
   margin-top: 20px !important;
   margin-bottom: 20px !important;
   color: #fff;
   text-transform: uppercase;
}
#ol_before .btn_close {
   position: absolute;
   position: absolute;
   top: 5px;
   right: 5px;
   left: auto;
   transform: none;
   width: 40px;
   height: 40px;
   background: rgba(255, 255, 255, 0.4);
   border: 0;
   color: #ccc;
   font-size: 18px;
   border-radius: 50%;
}
#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%;
   padding: 14px 10px;
   border-radius: 6px;
}
.ol_idlabel {
   color: #333;
}
#ol_pw {
   display: block;
   width: 100%;
   margin: 10px 0;
   padding: 14px 10px;
   border-radius: 6px;
}
.ol_pwlabel {
   color: #333;
}
#auto_login {
   margin-bottom: 4px;
}
#auto_login_label {
   letter-spacing: -0.1em;
}
#ol_submit {
   width: 100%;
   font-size: 18px;
   font-weight: 500;
   padding: 8px 10px;
   border-radius: 6px;
   background-color: var(--maincolor);
   transition: all 0.2s;
}
#ol_submit:hover {
   background-color: var(--maincolorup);
}
.btn_join {
   display: block;
   padding: 10px;
   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: #ccc;
   font-weight: 700;
   padding: 10px 20px;
   transition: all 0.3s;
}
#ol_svc a:hover {
   color: #fff;
}
#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 {
   border: 1px solid #dce2f9;
   background: #fff;
   display: block;
   height: 100%;
   width: 0px;
   transition: width 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55); /* easeInOutBack 비슷한 커브 */
   overflow: auto;
}
#ol_after.view {
   width: 290px;
}
#outlogin_skin_2 {
   display: flex;
   justify-content: flex-end;
   align-items: center;
   position: fixed;
   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%; */
   width: 100%;
   padding: 10px;
}
#ol_after_private a {
   color: #333;
   line-height: 20px;
   display: block;
   /* background: #353745; */
   /* background: var(--main_color3); */
   background: #fff;
   text-align: center;
   /* padding: 20px 0; */
   position: relative;
   display: flex;
   align-items: center;
   justify-content: flex-start;
}
#outlogin_skin_2 .cate a {
   color: var(--main_color0);
}
#outlogin_skin_2 .cate a:hover,
#ol_after_private a:hover {
   color: var(--subcolor2);
}
#outlogin_skin_2 a.btn_b02,
.btn_b02 {
   background: var(--fontcolor);
}
#outlogin_skin_2 a.btn_b02:hover,
.btn_b02:hover {
   background: var(--fontcolordown);
}
#outlogin_skin_2 #stv_ul li {
   border: 1px solid var(--fontcolordown);
   transition: all 0.2s;
   padding: 0;
}
#outlogin_skin_2 #stv_ul li:hover {
   border: 1px solid var(--fontcolordown);
}
.btn_b02:hover {
   background: var(--fontcolordown);
}
#outlogin_skin_2 #stv h3 {
   /* color: #b0b3c6; */
   /* color: #fff; */
   /* font-size: 1.2em; */
   /* font-weight: bold !important; */
}
#ol_after_private a:hover {
   background: #eff1f9;
}
#ol_after_private i {
   display: block;
   font-size: 15px;
   margin: 5px 0;
   width: 25px;
   color: #333;
}
#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;
  font-size: 11px;
  font-weight: 300;
  background: #ff7853;
  padding: 0 8px;
  border-radius: 30px; */
   display: inline-block;
   line-height: 20px;
   font-size: 11px;
   font-weight: 690;
   background: var(--subcolor1);
   padding: 0 13px;
   border-radius: 30px;
   margin-left: 10px;
   color: #fff;
}
#ol_after_private #ol_after_pt span {
   background: var(--subcolor2);
   color: #fff;
}
#ol_after_private #ol_after_memo span {
   background: #ff3161;
}
#ol_after_ul {
   /* background: #353745; */
   /* background: var(--main_color4); */
   background-color: #eff1f9;
   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: 100%;
      /* margin-left: -40%; */
      max-width: 360px;
      padding: 10px;
   }
}
#ol_auto label {
   margin-bottom: 0;
   color: #fff;
}
#stv.op_area {
   /* width: 280px; */
}
.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;
}
a:hover {
   /* color: #545454 !important; */
}
#login_img {
   max-width: 140px;
   margin-bottom: 20px;
}
#ol_before .container {
   max-width: 360px;
}

#sns_login {
   border: 0;
   margin-top: 0px;
   padding: 0;
   border-top: 1px solid #edeaea;
}
@media (max-width: 768px) {
}
