@charset "utf-8";

h1{
    font-family: NanumSquareNeo5;
}
body, p, input, button{
    font-family: NanumSquareNeo2;
    color: #000;
}

#membership_wrap{
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#membership_wrap{
    width: 400px;
    height: 600px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 3px 0px gray;
    border-radius: 30px;
    margin: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    z-index: 1600;
}
.membership_wrap{
    position: relative;
}
.membership_wrap > h1{
    width: 360px;
    height: 90px;
    font-size: 0;
    background: url(../images/icon/line.png) repeat-x center 70px;
    margin-left: 20px;
}/* 레고랜드 로고 */
.membership_wrap > h1 > img{
    width: 197px;
    height: 60px;
    margin-left: 85px;
}/* 레고랜드 로고 이미지 */
#join2_x{
    font-size: 0;
}
#join2_x > img{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    right: 16px;
}/* 닫기 x이미지 */
#membership_wrap > h1{
    width: 400px;
    font-size: 22px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}/* 회원가입 */
.membership{
    width: 400px;
    height: 410px;
    overflow-y: scroll;
    overflow-x: hidden;
}/*아이디~휴대전화*/
.membership::-webkit-scrollbar{
    width: 18px;
}
.membership::-webkit-scrollbar-track{
    background-color: rgba(255, 255, 255, 0)
}
.membership::-webkit-scrollbar-thumb{
    background-color: #dddddd;
    border-radius: 5px;
}
.membership::-webkit-scrollbar-thumb:hover{
    background-color: rgb(187, 187, 187);
}
.membership::-webkit-scrollbar-thumb:active{
    background-color: #ffd04de4;
}

.membership > .member1,
.membership > .member2{
    line-height: 2em;
    font-size: 14px;
}/*아이디~이름, 생년월일*/
.membership > .member1 > span:nth-of-type(1){
    margin-left: 15px;
}
.membership > .member1{
    line-height: 1.5em;
    font-size: 14px;
}
.membership > .member1 > span:nth-of-type(1),
.membership > .member2 > span,
#gender > span,
#number > span{
    margin-left: 25px;
}/*아이디~휴대전화 제목들*/
.membership > .member1 > input{
    display: block;
    width: 330px;
    height: 30px;
    text-indent: 10px;
    margin: 2px auto 0 auto;
    font-size: 12px;
}
#id_wrap, #pwd_wrap1, #pwd_wrap2{
    font-size: 11px;
    color: red;
    font-weight: bold;
    margin-left: 30px;
}/*경고메세지*/
.member2, #gender{
    font-size: 14px;
    margin-top: 5px;
}/*생년월일 성별*/
.member2 > span,#gender > span,#number > span{
    width: 360px;
    display: inline-block;
}
.member2 > input{
    width: 100px;
    height: 30px;
    text-indent: 10px;
    font-size: 12px;
    margin-top: -7px;
}
.member2 > input:nth-child(2){
    margin-left: 24.5px;
}
#bitrh{
    outline: none;
    width: 114px;
    height: 36px;
    margin-bottom: 7px;
    padding-left: 5px;
}/*월~12*/
#number{
    font-size: 14px;
    margin-top: 10px;
}/*휴대전화*/
.gender, .number{
    width: 336px;
    height: 38px;
    margin-left: 25px;
    margin-top: 7px;
    text-indent: 10px;
}/*성별~여자 네덜란드~태국*/
.number{
    margin-bottom: 6px;
}
/*인증번호 받기*/
#number_enter1{
    margin-left: 25px;
    height: 30px;
    width: 190px;
    text-indent: 10px;
}
.number_enter1{
    outline: none;
    height: 36px;
    width: 135px;
    border: none;
    background-color: rgb(255, 94, 36);
    color: #fff;
    border-radius: 5px;
}
/*가입하기*/
#number_enter2{
    display: block;
    width: 330px;
    height: 30px;
    margin-left: 25px;
    text-indent: 10px;
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 7px;
}
#sign_btn{
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 30px;
    width: 330px;
    height: 50px;
    outline: none;
    border: none;
    background-color: rgb(255, 94, 36);
    border-radius: 30px;
    color: #fff;
}
/*인증번호 받기, 가입하기*/
#sign_btn:hover,
.number_enter1:hover{
    background-color: rgb(255, 118, 60);
}
