html{
    height: 100%;
}
body{
    padding-bottom: 20px;
}
body.login{
    background: #00416A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #004C5D, #00A6CE);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #004C5D, #00A6CE); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    width: 60%;
    min-width: 700px;
    margin: 0 auto;
}
/* 모바일 가로, 테블릿 세로 (해상도 480px ~ 767px)*/
@media all and (max-width:767px) {
    body.login{
        width: 95%;
        min-width: 300px;
    }
}


.logo_eisai{
    height: 106px;
    line-height: 106px;
}
@media all and (max-width:479px) {
    .logo_eisai{
        margin-left: 15px;
        height: 60px;
        line-height: 60px;
    }
    .logo_eisai img{
        width: 35%;
    }
}

h1{
    width: 100%;
    text-align: center;
    height: 158px;
    line-height: 158px;
}

img{
	display: initial;
}
/* 모바일 세로 (해상도 ~ 479px)*/
@media all and (max-width:479px) {
    h1{
        line-height: 120px;
        height: 120px;
    }
    h1 img{
        height: 50%;
    }
}
.login_area{
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #fff;
    width: 100%;
    padding-top: 93px;
    text-align: center;
    position: relative;
}
/* 모바일 세로 (해상도 ~ 479px)*/
@media all and (max-width:479px) {
    .login_area{
        padding-top: 50px;
    }
}

.login_area input:NOT(.checkbox_st01){
    background-color: #EDEDED;
    border: none;
    height: 50px;
    width: 90%;
    max-width: 420px;
    border-radius: 3px;
    padding-left: 10px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 8px;
    outline: none;
}
.login_area button{
    width: 90%;
    max-width: 432px;
    height: 60px;
    border-radius: 3px;
    background-color: #007793;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'poppins';
}
 .id_check{
    height: 49px;
    line-height: 49px;
    font-size: 12px;
    color: #444;
}
 .id_check input{
    width: 15px;
    height: 15px;
    vertical-align: middle;
    display: inline;
}
 .brand_link{
    height: 100px;
    margin-top: 150px;
}
/* 모바일 세로 (해상도 ~ 479px)*/
@media all and (max-width:479px) {
    .brand_link{
        margin-top: 60px;
    }
}

 .brand_link a{
    margin: 0 30px;
    vertical-align: middle;
}
.homepage_link{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #00A0C6;
    width: 195px;
    height: 40px;
    border-radius: 10px 10px 0 0;
}
a .homepage_link{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
}
.find_pw {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    justify-content: center;
    vertical-align: super;
    margin-left: 10px;
}

.checkbox_st01 + label:before{
	width: 17px;
    height: 17px;
}

.checkbox_st01:checked + label:before{
	width: 19px;
    height: 19px;
}


.checkbox_st01 + label {
	display: inline-flex;
}