@charset "utf-8";
.whiteBg #container {
	background-color: #E4EBE1;
}
.comSearch input[type="text"] {
	background: rgba(255, 255, 255, .4);
}
#main .imageLoad {
	background: url("../img/common/login.jpg") no-repeat center center / cover;
}