@charset "utf-8";

.brandNav{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 36px;
}

.brandNav .brandNav__item:first-of-type{
	margin-right: 40px;
}

.brandNav .brandNav__item a{
	display: block;
	line-height: 1;
	width: 100%;
	height: 100%;
	/*opacity: .34;*/
}

.brandNav .brandNav__item a:hover {
	/*opacity: 1;*/
}

#socialArea {
	/*padding: 56px 0 0 0;*/
	padding: 0;
	height: 20px;
	display: block;
	text-align: center;
}

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.contentsWrap {
	min-height: 100%;
	box-sizing: border-box;
	position: relative;
}

.mainArea {
	padding-bottom: 105px;/* 49 + 56*/
}

.threePic {
	text-align: center;
	padding: 53px 0 64px;
}