.title{
/*    font-family:'Roboto-Bold' ;*/
}


section{
    width: 95%;
    margin: 5px auto;
}

.text{
    font-size: 20px;
    color: #1C2864;
    font-family:'NotoSansKR-Bold' ;
    margin-bottom: 25px;
}

.roboto{
    font-size: 24px;
    color: #1C2864;
    font-family:'Roboto-Bold' ;
	font-weight:bolder;
}

.login_box{
    width: 100%;
}

.id{
    width: 100%;
    border: 0;
    background: #F2F2F2;
    height: 45px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #999999;
    font-family:'NotoSansKR-Regular' ;
    margin-bottom: 10px;
}

.pw{
    width: 100%;
    border: 0;
    background: #F2F2F2;
    height: 45px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #999999;
    font-family:'NotoSansKR-Regular' ;
}

.save_box{
    width: 100%;
    display: flex;
    margin-top: 20px;
    align-items: center;
}

input[type="checkbox"]{
        display: none;
    }

input[type="checkbox"] + label{
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-left: 5px;
        border-radius: 50%;
        border: 1px solid #1E2860;
        position: relative;
    }

input[id="save_id"]:checked + label::after{
        content: url(../img/checked.png);
        font-size: 14px;
        width: 20px;
        height: 20px;
        text-align: center;
        position: absolute;
        left: -1px;
        top: -1px;
    }

input[id="save_pw"]:checked + label::after{
        content: url(../img/checked.png);
        font-size: 14px;
        width: 20px;
        height: 20px;
        text-align: center;
        position: absolute;
        left: -1px;
        top: -1px;
    }

.save_id_text{
    color: #191919;
    font-size: 14px;
    font-family:'NotoSansKR-Regular' ;
    margin-left: 10px;
    margin-right: 25px;
}

.save_pw_text{
    color: #191919;
    font-size: 14px;
    font-family:'NotoSansKR-Regular' ;
    margin-left: 10px;
}

.notice{
    font-size: 14px;
    margin-top: 20px;
    margin-left: 15px;
    color: #FF3120;
    font-family:'NotoSansKR-Regular' ;
}

.notice2{
    font-size: 14px;
    margin-left: 15px;
    margin-bottom: 20px;
    color: #999999;
    font-family:'NotoSansKR-Regular' ;
}

.login_btn{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 0;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    background-color: #20285D;
    font-family:'NotoSansKR-Bold' ;
    margin-bottom: 10px;
    cursor: pointer;
}

.join_findpw_btn_box{
    display: flex;
}

.join_btn{
    width: 49%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #999999;
    border-radius: 20px;
    background: none;
    font-family:'NotoSansKR-Bold' ;
    color: #999999;
    font-size: 14px;
    margin-right: 2%;
    cursor: pointer;
}

.findpw_btn{
    width: 49%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #999999;
    border-radius: 20px;
    background: none;
    font-family:'NotoSansKR-Bold' ;
    color: #999999;
    font-size: 14px;
    cursor: pointer;
}




@media all and (min-width:374px){
	.text{
		font-size: 24px;
	}
	.roboto{
		font-size: 30px;
	}
	.id{
		font-size: 16px;
	}
	.pw{
		font-size: 16px;
	}
	.save_id_text{
		font-size: 16px;
	}
	.save_pw_text{
		font-size: 16px;
	}
}

@media all and (min-width:800px){
	section{
		width: 500px;
		margin: 5px auto;
	}
}