@charset "utf-8";
.whiteBg #container {
	background-color: #FFFBEA;
}
.whiteBg .gHeader h1,
.login #main h1 {
	color: #3B9EC3;
}
.whiteBg .gHeader .hInfo ul {
    background-color: #e5e1d2;
}
.whiteBg .gHeader .hSearch {
    background-color: #e5e1d2;
}
.comSlideBox .slick-slide > div {
	margin: 0;
}
.comCheck {
    border-bottom: none;
}
.comSearch {
	border: none;
}
.whiteBg .comSearch input[type="text"] {
    background: #e5e1d2;
}
#main .imageLoad {
	background: url("../img/common/login.jpg") no-repeat center center / cover;
}
@media all and (max-width: 767px) {
	.whiteBg .menuBox {
		background-color: #e5e1d2;
	}
	.whiteBg .comCategorySp .comTopList {
		background-color: #e5e1d2;
	}
}