.cabout {
	position: relative;
	width: 100%;
	background: url(./../images/about/aboutBg.jpg) top left no-repeat;
	background-size: 50% 100%;
	overflow: hidden;
}
.cabout .aboutDecoImg {
	position: absolute;
	top: 0; left: 80px;
	transform: translateY(-200px);
}
.cabout .dubaiPension {
	position: absolute;
	top: 110px; right: 150px;
	transform: translateX(200px);
}
.cabout .aboutUs {
	position: relative;
	float: right;
	width: 80%;
	height: 100%;
}
.cabout .aboutUs .aboutUsBg {
	position: absolute;
	top: 10%; right: 0; bottom: 0;
	margin: auto;
	max-width: 1550px;
	min-width: 1300px;
}
.cabout .aboutUs .aboutUsTitle {
	position: absolute;
	top: 38%;
	left: 20%;
	transform: translateY(200px);
}
.cabout .aboutUs .welcomeText {
	position: absolute;
	top: 45%;
	left: 20%;
	transform: translateY(200px);
	transition-delay: 0.3s;
}
.cabout .aboutBox {
	position: absolute;
	top: 60%; left: 15%;
	width: 1040px;
	padding: 65px 100px;
	font-size: 16px;
	color: #999;
	background: #fff;
	box-shadow: 5px 6px 10px rgba(0,0,0,0.3);
	font-family: 'Noto Sans Kr', sans-serif;
	letter-spacing: -.05em;
	transform: translateY(200px);
	transition-delay: 0.5s;
}
.cabout .aboutBox b {
	font-size: 22px; font-weight: 400;
	color: #333;
}
.cabout .aboutBox .text {
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: 300;
	line-height: 24px;
}
.cabout .aboutBox .pensionSign {
	float: right;
}
/* fixed */
.cpoolFixed {
	position: relative;
	width: 100%;
	background: url(./../images/about/fixedPool.jpg) 0 0 no-repeat;
	background-attachment: fixed;
}
.cpoolFixed .poolText {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	width: 419px;
	height: 275px;
	text-align: center;
}
.cpoolFixed .poolText img {
	transform: scale(1.4);
}
.cpoolFixed .poolText .viewBtnW {
	margin-top: 65px;
}
/* about thum */
.caboutThum {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.caboutThum .halfWrap {
	position: relative;
	width: 100%;
	padding-top: 28%;
	overflow: hidden;
}
.caboutThum .halfWrap .leftImg {
	position: absolute;
	top: 0; left: 0;
	width: 50%;
	overflow: hidden;
	transform: translateX(-200px);
}
.caboutThum .halfWrap .rightText {
	position: absolute;
	top: 0; right: 0;
	width: 50%;
	height: 100%;
	text-align: center;
}
.caboutThum .halfWrap .rightText img {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
}
.caboutThum .halfWrap .leftText {
	position: absolute;
	top: 0; left: 0;
	width: 50%;
	height: 100%;
	text-align: center;
	border-bottom: 1px solid #c9c9c9;
}
.caboutThum .halfWrap .leftText img {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
}
.caboutThum .halfWrap .rightImg {
	position: absolute;
	top: 0; right: 0;
	width: 50%;
	overflow: hidden;
	transform: translateX(200px);
}