html {
	overflow: hidden !important;
}
@media screen and (max-width: 860px) {
	html {
		overflow-y: scroll !important;
	}
}
/* 스크롤 가변 설정 */

#fixoWrap #fixoHeader {
	position: fixed; top: 0; left: 0; z-index: 9;
	width: 100%;
}

.scrollDown {
	position: fixed; bottom: 20px; left: 50%; z-index: 10;
	margin: 0 0 0 -37.5px;
	display: none;
}
.scrollDown img {
	padding: 10px 20px;
	cursor: pointer;
	position: relative;
}

.scrollUp {
	position: fixed; bottom: 30px; right: 30px; z-index: 10;
	display: none;
}
.scrollUp img {
	display: block;
	padding: 13px 10px 17px;
	background: #000;
	cursor: pointer;
	position: relative;
}

.section {
	/*overflow: hidden;*/
}
.section .inner {
	max-width: 1200px; height: 100%; min-height: 500px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative; top: 0; left: 0;
}

#section0 .txt {
	position: absolute; top: 100px; left: 40px; z-index: 2;
	font-size: 24px; color: #000; font-weight: 400; line-height: 32px;
	padding: 5px;
	background: rgba(255,255,255,0.8);
}
#section0 .txt img {
	width: 250px;
}
#section0 .bg {
	position: absolute; top: 20px; left: -250px; z-index: 1;
}

#section1 .txt {
	position: absolute; top: 50%; left: 0; z-index: 2;
	padding: 4%;
	font-size: 13px; color: #000; font-weight: 400; line-height: 2;
	text-align: justify;
	background: #fff;
	background: rgba(255,255,255,0.8);
}
#section1 .txt .tit {
	font-size: 26px; color: #000; font-weight: 700; line-height: 32px;
	margin: 0 0 40px;
}
#section1 .txt .tit .subt {
	font-size: 18px; font-weight: 500; line-height: 20px;
	margin: 10px 0 0 0;
}
#section1 .txt .tit .subt b {
	display: block;
}
#section1 .txt .txt_l {
	width: 48%;
	float: left;
}
#section1 .txt .txt_r {
	width: 48%;
	float: right;
}
#section1 .bg {
	position: absolute; top: -120px; right: -300px; z-index: 1;
}

#section2 .txt {
	position: absolute; top: 50%; left: 0; z-index: 2;
	padding: 4%;
	font-size: 13px; color: #000; font-weight: 400; line-height: 2;
	text-align: justify;
	background: #fff;
	background: rgba(255,255,255,0.8);
}
#section2 .txt .tit {
	font-size: 26px; color: #000; font-weight: 700; line-height: 32px;
	margin: 0 0 40px;
}
#section2 .txt .tit b {
	font-size: 18px; font-weight: 500;
}
#section2 .txt .txt_l {
	width: 48%;
	float: left;
}
#section2 .txt .txt_r {
	width: 48%;
	float: right;
}
#section2 .bg {
	position: absolute; top: -120px; right: -300px; z-index: 1;
}

#section3 .txt {
	position: absolute; top: 50%; left: 0; z-index: 2;
	padding: 2%;
	font-size: 13px; color: #000; font-weight: 400; line-height: 2;
	text-align: justify;
	background: #fff;
	background: rgba(255,255,255,0.8);
}
#section3 .txt .txt_l {
	width: 46%;
	float: left;
}
#section3 .txt .txt_r {
	width: 46%;
	float: right;
}
#section3 .bg {
	position: absolute; top: -400px; left: -250px; z-index: 1;
}

#section4 .txt {
	position: absolute; top: 50%; left: 0; z-index: 2;
	padding: 0 2%;
	font-size: 13px; color: #000; font-weight: 400; line-height: 2;
	width: 96%;
}
#section4 .txt > div.clear {
	padding: 60px 0 50px;
	background: #1c2126;
}
#section4 .txt .txt_l {
	width: 55%;
	padding: 0 0 0 5%;
	float: left;
}
#section4 .txt .txt_l .mov {
	position: relative;
}
#section4 .txt .txt_l .mov iframe {
	position: absolute;
	width: 100%; height: 100%;
}
#section4 .txt .txt_l .mov .btns {
	position: absolute; bottom: -42px; right: 0;
}
#section4 .txt .txt_l .mov .btns p.bar {
	padding: 0 12px;
	opacity: 1;
	cursor: default;
}
#section4 .txt .txt_l .mov .btns p.bar img {
	width: 2px; height: 14px;
	margin: -1px 0 0 0;
}
#section4 .txt .txt_l .mov .btns p {
	float: left;
	opacity: 0.2;
	cursor: pointer;
}
#section4 .txt .txt_l .mov .btns p img {
	height: 12px;
}
#section4 .txt .txt_l .mov .btns p.selected {
	opacity: 1;
}
#section4 .txt .txt_r {
	width: 33.5%;
	padding: 0 3% 0 3.5%;
	float: right;
}
#section4 .txt .logos {
	background: #1c2126;
	text-align: right;
}
#section4 .txt .logos > p {
	border-top: 1px solid #4d4d4d;
	margin: 0 2.5%;
	padding: 1.5% 0 2.5%;
}
#section4 .txt .logos img {
	width: 30%;
}
#section4 .bg {
	position: absolute; bottom: 0; right: -260px; z-index: 1;
}

@media screen and (max-width: 860px) {
	.fp-section.fp-table, .fp-tableCell {
		height: auto !important;
		min-height: 100%;
	}
	.scrollDown, .scrollUp {
		display: none !important;
	}

	.section .inner {
		min-height: 100%;
		padding: 0;
	}
	.section .bg {
		display: none;
	}

	#section0 {
		background: url(/2016/images/main/bg1.png) no-repeat center 20px;
		background-size: cover;
		padding: 70px 0 25% 20px;
	}
	#section0 .txt {
		position: relative; top: 0; left: 0;
		display: inline-block;
	}
	#section0 .txt img {
		width: 180px;
	}

	#section1 {
		background: url(/2016/images/main/bg2.png) no-repeat right -30px;
		background-size: 40% auto;
		padding: 0 0 20% 0;
	}
	#section1 .inner {
		padding: 60px 4% 0;
	}
	#section1 .txt {
		position: relative; top: 0; left: 0; z-index: 2;
		margin: 0 !important;
	}
	#section1 .txt .txt_l {
		width: 100%;
		float: none;
		margin: 0 0 10%;
	}
	#section1 .txt .txt_r {
		width: 100%;
		float: none;
	}

	#section2 {
		background: url(/2016/images/main/bg2.png) no-repeat right -30px;
		background-size: 40% auto;
		padding: 0 0 20% 0;
	}
	#section2 .inner {
		padding: 60px 4% 0;
	}
	#section2 .txt {
		position: relative; top: 0; left: 0; z-index: 2;
		margin: 0 !important;
	}
	#section2 .txt .txt_l {
		width: 100%;
		float: none;
		margin: 0 0 10%;
	}
	#section2 .txt .txt_r {
		width: 100%;
		float: none;
	}

	#section3 {
		background: url(/2016/images/main/bg3.png) no-repeat -20% 0;
		background-size: 40% auto;
		padding: 0 0 20% 0;
	}
	#section3 .inner {
		padding: 60px 4% 0;
	}
	#section3 .txt {
		position: relative; top: 0; left: 0; z-index: 2;
		margin: 0 !important;
	}
	#section3 .txt .txt_l {
		width: 100%;
		float: none;
		margin: 0 0 10%;
	}
	#section3 .txt .txt_r {
		width: 100%;
		float: none;
	}

	#section4 {
		background: url(/2016/images/main/bg4.png) no-repeat center bottom;
		background-size: cover;
		padding: 0 0 20% 0;
	}
	#section4 .inner {
		padding: 60px 4% 0;
	}
	#section4 .txt {
		position: relative; top: 0; left: 0; z-index: 2;
		margin: 0 !important;
	}
	#section4 .txt > div.clear {
		padding: 0 0 4%;
	}
	#section4 .txt .txt_l {
		width: 100%;
		float: none;
		padding: 0 0 43px;
	}
	#section4 .txt .txt_l .mov {
		padding-bottom: 56% !important;
	}
	#section4 .txt .txt_r {
		width: 92%;
		float: none;
		padding: 0;
		margin: 0 4%;
		padding: 20px 0 0 0;
		border-top: 1px solid #3c4049;
	}
	#section4 .txt .logos > p {
		border-top: 1px solid #4d4d4d;
		margin: 0 4%;
		padding: 4% 0;
	}
	#section4 .txt .logos img {
		width: 70%;
	}

	#section4 .txt .txt_l .mov .btns {
		position: absolute; bottom: -42px; left: 4%;
	}
	#section4 .txt .txt_l .mov .btns p.bar img {
		height: 12.5px;
	}
	#section4 .txt .txt_l .mov .btns p img {
		height: 10.5px;
	}
}