/************************************
	about
*************************************/

/* 1p */
.aboutWrap {
	width				: calc(100% - 235px);
	height				: 100%;
	margin-left			: 235px;
	position			: relative;
}

#aboutExWrap {
	position			: absolute;
	bottom				: 10vh;
	left				: 50%;
	transform			: translateX(-50%);
}

#aboutExWrap > p {
	text-align			: center;
}

#aboutExWrap > p:first-child {
	font-size			: 70px;
	color				: #283650;
	font-family			: 'Times New Roman', Times, serif;
}

#aboutExWrap > p:first-child span {
	display				: block;
	font-size			: 18px;
	padding				: 10px 0;
	font-family			: 'Nanum Gothic', sans-serif;
}

#aboutExWrap > p:nth-child(2) {
	font-size			: 12px;
	color				: #696969;
}

#aboutExWrap > p:nth-child(3) {
	font-size			: 16px;
	color				: #353535;
	padding-top			: 50px;
}

/* 2p */
/* 풀페이지 좌우슬라이드 버튼 */
.fp-controlArrow {
	bottom						: 0.5vh;
}

.fp-controlArrow.fp-prev {
	right						: calc(5vw + 61px);
}

.fp-controlArrow.fp-next {
	right						: 5vw;
}

#aboutSlogan {
	position					: absolute;
	left						: calc(50% + 117.5px);
	transform					: translateX(-50%);
	top							: 10vh;
	z-index						: 3;
	width						: auto;
}

