@charset "utf-8";


body, a, h2, p, li, input, button, select, option{
    font-family: NanumSquareNeo2;
}
select,input{
    font-size: 12px;
}

.bg{
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.65;
    z-index: 1500;
}/*js*/

/* 로그인 화면 */
#top_wrap{
    position: relative;
}
#login_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;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.login_wrap{
    position: relative;
}
.login_wrap > h1{
    width: 360px;
    height: 90px;
    font-size: 0;
    background: url(../images/icon/line.png) repeat-x center 70px;
    margin-left: 20px;
}/* 레고랜드 로고 */
.login_wrap > h1 > img{
    width: 197px;
    height: 60px;
    margin-left: 85px;
}/* 레고랜드 로고 이미지 */
#login_x{
    font-size: 0;
}
#login_x > img{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    right: 16px;
}/* 닫기 x이미지 */
#login_wrap > h2{
    width: 400px;
    font-size: 22px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 30px;
}/* 로그인 */
#u_id, #u_pwd{
    width: 300px;
    height: 45px;
    font-size: 14px;
    margin-left: 40px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    padding-left: 15px;
    border-radius: 5px;
}/* 아이디입력, 비밀번호입력 */


#chk_wrap1{ 
    margin-left: 40px;
    margin-top: 2px;
    font-size: 12px;
}/* 아이디 저장, 자동로그인 */

/* 아이디저장 */
.chk_s1{
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 13px;
    height: 13px;
    font-size: 0;
    display: inline-block;
    position: absolute;
    top: 289px;
    left: 43px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    color: transparent;
}
#chk_wrap1{
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#chk_wrap1 > input:nth-of-type(1){
    position: absolute;
    top: 287px;
    left: 37px;
    z-index: 2;
    opacity: 0;
    width: 20px;
}
#chk_wrap1 > label:nth-of-type(1){
    position: absolute;
    top: 292px;
    left: 65px;
}
.chk_s1::after{
    content: "✔";
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 1.5px;
    left: 2.3px;
    display: none;
}
#chk_wrap1 input:nth-of-type(1):checked + .chk_s1{
    background-color: #3d3d3d;
}
#chk_wrap1 input:nth-of-type(1):checked + .chk_s1::after{
    display: block;
}

/* 자동로그인 */
.chk_s2{
    border: 1px solid #ccc;
    width: 13px;
    height: 13px;
    font-size: 0;
    display: inline-block;
    position: absolute;
    top: 289px;
    left: 130px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    color: transparent;
}
#chk_wrap1 > input:nth-of-type(2){
    position: absolute;
    top: 287px;
    left: 123px;
    z-index: 2;
    opacity: 0;
    width: 20px;
}
#chk_wrap1 > label:nth-of-type(2){
    position: absolute;
    top: 292px;
    left: 150px;
}
.chk_s2::after{
    content: "✔";
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 1.5px;
    left: 2.3px;
    display: none;
}
#chk_wrap1 input:nth-of-type(2):checked + .chk_s2{
    background-color: #3d3d3d;
}
#chk_wrap1 input:nth-of-type(2):checked + .chk_s2::after{
    display: block;
}


#btn_wrap1 > input{
    outline: none;
    width: 320px;
    height: 55px;
    border: none;
    border-radius: 40px;
    background-color: rgb(255, 94, 36);
    color: #fff;
    font-size: 17.5px;
    margin-left: 40px;
    margin-top: 30px;
}/*로그인버튼*/
#btn_wrap1 > input:hover{
    background-color: rgb(255, 118, 60);
}
#login_wrap > h3{
    text-align: center;
    width: 360px;
    font-size: 13px;
    font-family: NanumSquareNeo1;
    margin: 50px auto 20px auto;
    background: url(../images/icon/line.png) repeat-x center 3px;
}/*소셜계정으로 함께하기*/
#login_wrap > h3 > span{
    display: inline-block;
    background-color: #fff;
    width: 150px;
    height: 18px;
}
/* 카카오톡 ~ 페이스북 */
.sns{
    margin: 0 auto;
    text-align: center;
}
.sns > li{
    display: inline-block;
    padding-right: 10px;
}
.sns > li:last-child{
    display: inline-block;
    padding-right: 0;
}
.sns > li > a{
    font-size: 0;
}
.sns > li > a > img{
    width: 55px;
    height: 55px;
}
/* 이메일로 로그인, 이메일로 가입 */
#login_wrap > div:last-child{
    margin: 0 auto;
    width: 205px;
    margin-top: 15px;
}
#login_wrap > div:last-child > p{
    display: inline-block;
}
#login_wrap > div:last-child > p > button{
    border: none;
    background-color: #fff;
}
#login_wrap > div:last-child > p > button:hover{
    color:rgb(255, 94, 36)
}
#login_wrap > div:last-child > p:first-child{
    border-right: 1px solid #ccc;
    width: 107px;
}
