
.login{width: 100%; height: 100%;background-color: #fbfbfb; position: relative;}
.login-grbox{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.member-login{width: 412px;}
/* 공통 css 시작 */
.member-login label{font-size: 12px;}
.member-login input[type="checkbox"]{position: relative; top: 2px;}
.member-login textarea {
    padding: 6px 10px 40px 9px;
    resize: none;
    color: #9b9b9b;
    font-size: 11px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #cecece;
    margin-top: 9px;
    height: 200px;
}
.age_term textarea {
    height: 100%;
}
/* 공통 css 끝 */
/* 브랜드 로고 시작 */
.company-logo{width: 252px; margin: 0 auto;padding-bottom: 40px;}
.company-logo > a > img{width: 252px;}
/* 브랜드 로고 끝 */
/* 동의서 내용 시작 */
.login-tab{
    width: 100%;
    border-radius: 5px 5px;
    border: 1px solid #4a4a4a;
    display: flex;
    margin-bottom: 30px;
}
.login-tab > li{
    height: 45px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
}
.login-tab >li.on{
    background-color: #4a4a4a;
    color: #fff;
}
.tab-text{
    display: none;
}
.tab-text.on{
    display: block;
}

/* 데이터 전송 버튼 시작 */
.date-btn{margin-top: 40px;}
.date-btn input[type="submit"]{width: 201px; height: 45px; border: none; border-radius: 5px;}
.date-btn input[type="reset"]{width: 201px; height: 45px; border: none; border-radius: 5px;}
.date-btn input:nth-child(1){background-color: #cecece;color: #4a4a4a; margin-right: 6px;}
.date-btn input:nth-child(2){ background-color: #4a4a4a; color: #fff;}
/* 데이터 전송 버튼 끝 */
/* 동의서 내용 끝 */
@media all and (max-width:1024px){
.login-grbox{
    width: 80%;
}
.member-login{
    width: 100%;
}
.member-login label{
    font-size: 14px;
}
.member-login textarea{
    font-size: 14px;
}
.date-btn{
    width: 100%;
    display: flex;
}
.date-btn input[type="reset"]{
    width: 49%;
    margin-right : 1%;
    cursor: pointer;
    font-size: 16px;
}
.date-btn input[type="submit"]{
    width: 49%;
    cursor: pointer;
    font-size: 16px;
}
}
@media all and (max-width:768px){
.login-grbox{
    width: 86%;
} 
}
@media all and (max-width:568px){
.login-grbox{
    width: 96%;
}
.company-logo{
    width: 200px;
    padding-bottom: 30px;
}
.company-logo > a > img{
    width: 100%;
}
.member-login label{
    font-size: 12px;
}
.member-login textarea{
    font-size: 12px;
}
.date-btn input[type="reset"]{
    font-size: 14px;
}
.date-btn input[type="submit"]{
    font-size: 14px;
}
}