.login{width: 100%; height: 100%;background-color: #fbfbfb; position: relative;}
.login-grbox{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
/* 로그인 스텝1 시작 */
.member-login{width: 400px;}
.company-logo{width: 252px; margin: 0 auto;padding-bottom: 40px;}
.company-logo > a > img{width: 252px;}

.membership-btn{width: 410px;}
.membership-btn > li{width: 195px; height: 210px; border: 1px solid #4a4a4a;float: left; border-radius: 5px;}
.membership-btn > li:nth-child(1){margin-right: 20px;}
.membership-btn > li:hover{
    background-color: var(--point-button-color);
    border: none;
}

.membership-btn > li:hover > a > p{color: #fff;}
.membership-btn > li > a{
    display: flex;
    height: 210px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.membership-btn li a img{ width: 50px;}
.membership-btn li a p{font-size: 24px; text-align: center; font-weight: 500;}
/* 로그인 스텝1 끝 */
@media all and (max-width: 1024px) {
    .login-grbox {
        width: 60%;
    }

    .member-login {
        width: 100%;
    }

    .login-tab {
        width: 100%;
    }

    .membership-btn {
        width: 100%;
        display: flex;
    }

    .membership-btn > li {
        width: 49%;
        float: none;
        position: relative;
    }

    .membership-btn > li:nth-child(1) {
        margin-right: 2%;
    }

    .membership-btn > li > a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}
@media all and (max-width:768px){
.login-grbox{
    width: 86%;
} 
}
@media all and (max-width:568px){
.login-grbox{
    width: 86%;
}
.company-logo{
    width: 200px;
    padding-bottom: 30px;
}
.company-logo > a > img{
    width: 100%;
}
.membership-btn > li{
    height: 160px;
}
.membership-btn li a i{
    font-size: 40px;
}
.membership-btn li a p{
    font-size: 16px;
}
}