@charset "UTF-8";

input::placeholder {
    color: #888; /* 텍스트 색상 */
    opacity: 1;  /* 텍스트가 투명하지 않도록 */
}

.rb_login.rb_reg.rb_join li {
    display: block;
    margin-top: 20px;
}

.rb_login.rb_reg.rb_join li span {
    display: block;
}

.gt_contents .rb_member {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 50px 50px 23px;
    border-radius: 5px;
}

@media screen and (max-width:768px) {

.gt_contents .rb_member {
    padding: 10px 10px 10px;
}

}

.gt_contents .rb_login_box h1 {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
}

input {
  padding-left: 8px !important;
}

input#reg_mb_id {
    width: 100%;
    height: 50px;
    position: relative;
    border-radius: 5px;
}
input#reg_mb_password {
    width: calc(100% - 110px);
    height: 50px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 5px;
}
input#reg_mb_password_re {
    width: calc(100% - 110px);
    height: 50px;
    position: relative;
    border-radius: 5px;
	margin-bottom: 5px;
}
input#reg_mb_name {
    width: calc(100% - 110px);
    height: 50px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 5px;
}
input#reg_mb_nick {
    width: 100%;
    height: 50px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 5px;
}
input#reg_mb_email {
    width: 100%;
    height: 50px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 5px;
}
input#reg_mb_hp {
    width: calc(100% - 110px);
    height: 50px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 5px;
}

.btn_confirm_join {
    text-align: center;
    width: 100%;
    height: 50px;
    position: relative;
    margin-top: 20px;
}
.btn_join {
    width: 50%;
    height: 100%;
    border: none;
    background-color: #5146C6;
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
}

/* PASSWORD MODAL */
.password_modal_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 10000;
}

.password_modal_wrap .password_modalcon {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.password_modal_wrap .password_modalbox {
    width: 90%;
    height: auto;
    position: relative;
    background-color: #212121;
    padding: 30px;
}

.password_modal_wrap .password_modalbox > h2 {
    text-align: center;
    font-size: 1.625rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.password_modal_wrap .password_modalbox .password_stat {
    width: 100%;
    height: auto;
    position: relative;
    padding: 15px;
    background-color: #000;
    border: 1px solid #4b505a;
}

.password_modal_wrap .password_modalbox .password_stat > p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.password_modal_wrap .password_modalbox .password_stat .stat_telme {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.password_modal_wrap .password_modalbox .password_stat .stat_telme > a {
    display: block;
    width: auto;
    height: auto;
    color: #fff !important;
    background-color: #2253a2;
    padding: 10px 20px;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 5px;
}

.password_modal_wrap .password_modalbox .modal_close {
    width: 100px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
}

.password_modal_wrap .password_modalbox .modal_close > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #61A8FF;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 30px;
}

/* PASSWORD MODAL END */
