.sec_login{
	float:left;
	width:48.5%;
	margin-bottom:20px;
}

.sec_register{
	float:right;
	width:48.5%;
	margin-bottom:20px;
}

.lite_box{
	padding:20px;
	background:#f4f4f4;
}

.tb_seclog{
	margin:auto;
	border-collapse:collapse;
}

.tb_seclog th, .tb_seclog td{
	padding:5px 10px 5px 0;
}

.regi_cnt {
	min-height: 109px;
}

.cnt_agreement{
	margin-bottom:20px;
	padding:10px;
	border:4px solid #ddd;
	height:400px;
	overflow:auto;
}

.cnt_agreement p{
	padding-bottom:10px;
}
	

/********************************
screen_width_780px
********************************/
@media screen and (max-width: 780px) {
	.sec_login, .sec_register{
		float:none;
		width:100%;
	}
}

/********************************
screen_width_480px
********************************/
@media screen and (max-width: 480px) {
}