@charset "utf-8";
@import url(./default.css);


body{
    position: relative;
}
html, body { 
    -webkit-text-size-adjust: 100%;
}
input::placeholder{
    font-weight: bold;
}
.admLogin_wrap{
    width: 23%;
    margin: 0 auto;
    height: auto;
    position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%,-50%);
}
.admLogin_wrap #logo{
    text-align: center;
    margin-bottom: 15%;
}
.admLogin_wrap h2{
    margin-bottom: 15px;
    text-align: center;
    font-size: 30px;
}
.loginflex{
    display: flex;
    flex-direction: column;
}
.loginflex #id{
    margin-bottom: 15px;
    height: 56px;
    background-color: #fff;
    border:none;
    padding-left: 5%;
    color: #707070;
    font-size: 16px;
    font-weight: bold;
}
.loginflex #password{
    height: 56px;
    background-color: #fff;
    border:none;
    padding-left: 5%;
    color: #707070;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #000;
}
.checkflex{
    display: flex;
    align-items: center;
}
input[id="store"] + label {
    width: 13px;
    height: 13px;
	display: inline-block;
	border: 2px solid #ED2B55;
	cursor: pointer;
}
input[id="store"] {
	display: none;
}
input[id="store"]:checked + label {
    
	background-color: #ED2B55;
}
input[id="store"]:checked + label::after{
    content:'✔';
    color: #fff;
    width: 13px;
    height: 13px;
    line-height: 13px;
}
.checkflex span{
    line-height: 15px;
    margin-left: 2%;
    font-size: 16px;
    color: #707070;
}
.checkflex{
    line-height: 15px;
}
.find{
    text-align: right;
    width: 69%;
    color: #707070;

}
.find a{
    font-size: 16px;
    width: 100%;
    color: #707070;
}
.admLogin_wrap button{
    width: 49%;
    height: 56px;
    background-color: #474747;
    font-size: 18px;
    color: #fff;
    border: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
}
.admLogin_wrap #membership{
    width: 49%;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 18px;
    color: #474747;
    border: 1px solid #474747;
    display: inline-block;
    border-radius: 5px;
    box-sizing: border-box;
}
.admLogin_wrap #kakao_login, .admLogin_wrap #naver_login{
    margin-top: 5px;
    width: 49.7%;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}
.admLogin_wrap #kakao_login img, .admLogin_wrap #naver_login img {
    object-fit: cover;
}
.submit{
   text-align: center;
   /* margin-bottom: 35px; */
   display: flex;
   justify-content: space-around;
   gap: 5px;
}
#loginForm{
    margin-bottom: 40px;
}
.notice {
    color: #707070;
    text-align: center;
    margin-bottom: 20px;
    word-break: keep-all;
}
.phone{
    margin-bottom: 50px;
    text-align: center;
}
.phone h2{
    font-size: 24px;
    color: #707070;
    margin-bottom: 0;
}
.phone p{
    font-size: 16px;
    color: #D1D1D1;
}
.company{
    text-align: center;
}
.company{
    display: inline-block;
    width: 100%;
    font-size: 22px;
    text-align: center;
    color: #707070;
}
@media(max-width:1800px){
    .admLogin_wrap{
        width: 33%;
    }
}
@media(max-width:1200px){
    .admLogin_wrap{
        width: 40%;
    }
}

@media(max-width:1024px){
    .admLogin_wrap{
        width: 60%;
    }
    .notice {
        font-size: 15px;
    }
}
@media(max-width:768px){
    .admLogin_wrap{
        width: 70%;
    }
    .admLogin_wrap #kakao_login, .admLogin_wrap #naver_login{
        height: 56px;
        background-color: #03c75a;
        border-radius: 5px;
    }
    .admLogin_wrap #kakao_login {
        background-color: #fee500;
    }
    .admLogin_wrap #kakao_login img, .admLogin_wrap #naver_login img{
        height: 56px;
        border-radius: 16px;
        object-fit: cover;
    }
    .notice {
        font-size: 13px;
    }
    
}
@media(max-width:530px){
    .admLogin_wrap{
        width: 80%;
    }
}
@media(max-width:500px){
    #loginForm{
        margin-bottom: 20px;
    }
    .admLogin_wrap{
        top: 30%;
        transform: translate(-50%,-30%);
    }
    .admLogin_wrap #logo{
        margin-bottom: 8%;
    }
    .admLogin_wrap #logo img{
        display: block;
        width: 35%;
        margin: 0 auto;
    }
    .admLogin_wrap h2{
        font-size: 23px;
    }
    .loginflex #id{
        height: 45px;
    }
    .loginflex #password{
        height: 45px;
    }
    .checkflex span{
        font-size: 13px;
    }
    .find a{
        font-size: 13px;
    }
    input[id="store"] + label{
        width: 10px;
        height: 10px;
    }
    .admLogin_wrap button, .admLogin_wrap #membership{
        font-size: 14px;
        height: 42px;
        line-height: 42px;
    }
    .admLogin_wrap #kakao_login, .admLogin_wrap #naver_login{
        height: 42px;
    }
    .admLogin_wrap #kakao_login img, .admLogin_wrap #naver_login img{
        height: 42px;
    }
    .submit{
        margin-bottom: 0%;
    }
    .admLogin_wrap h2{
        font-size: 18px;
    }
    .notice {
        font-size: 13px;
    }
    .phone p{
        font-size: 13px;
    }
    .phone{
        margin-bottom: 10%;
    }
    .company{
        font-size: 18px;
    }
}
@media(max-width:320px){
    .admLogin_wrap{
        padding-bottom: 12%;
    }
    .find{
        width: 55%;
    }
    .checkflex{
        justify-content: space-around;
    }
    .find{
        margin-left: 0;
    }
}