@import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css);
body {
	font-family: 'Nanum Barun Gothic';
}
::-moz-selection{
	background: #FFBB00;
	color: #ffffff;
}
::selection{
	background: #FFBB00;
	color: #ffffff;
}
.header{
	top: 0px;
	text-align: center;
	display: inline-flex;
	position: fixed;
	width: 100%;
	height: 10%;
	background-color: rgb(255, 255, 255);
	border-bottom: 1px solid #e7e7e7;
	z-index: 100;
}
.header div{
	margin: 0 auto;
}
.section{
	text-align:center;
	padding-top: 3%;
}
.section .container{
	margin: auto;
	width: 90%;
}
.section .container p{
	line-height: 1.8em;
	font-size: 1.3em;
}
#section0{
	color: #FFFFFF;
}
#section0 h2{
	margin-bottom: 0px;
}
#section1{
	color: #4C4C4C;
}
#section2{
	color: #FFFFFF;
}
#section3{
	color: #4C4C4C;
}
#section4{
	color: #4C4C4C;
}
#section5{
	color: #FFFFFF;
}
h1{
	font-size: 15em;
}
h2{
	font-size: 2.4em;
	margin-bottom: 70px;
}
.h2yum{
	background-color: #0000FF;
	color: #FFFFFF;
	padding: 13px;
	padding-left: 17px;
	padding-right: 17px;
}
.yum{
	background-color: #FFFF7E;
	color: #353535;
	padding: 5px;
}
#section1 .yum{
	background-color: #0000FF;
	color: #FFFFFF;
}
.download-btns{
	margin-top: 50px;
	width: 300px;
	background-color: #2ecc71;
	color: #ffffff;
	text-align: center;
	line-height: 82px;
	font-size: 1.4em;
	cursor: pointer;
	display: inline-block;
}
.download-btns:hover{
	background-color: #28be68;
}
.download-text{
	height: 82px;
	display: block;
}
.arrow {
	opacity: 0;
	position: absolute;
	left: 49%;
	top: 92%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.arrow-1 {
	-webkit-animation: arrow-movement 2s ease-in-out infinite;
	animation: arrow-movement 2s ease-in-out infinite;
}
.arrow-2 {
	-webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
	animation: arrow-movement 2s 1s ease-in-out infinite;
}
.arrow:before,
.arrow:after {
	background: #FFFFFF;
	content: '';
	display: block;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
}
.arrow:before {
	-webkit-transform: rotate(45deg) translateX(-23%);
	transform: rotate(45deg) translateX(-23%);
	-webkit-transform-origin: top left;
	transform-origin: top left;
}
.arrow:after {
	-webkit-transform: rotate(-45deg) translateX(23%);
	transform: rotate(-45deg) translateX(23%);
	-webkit-transform-origin: top right;
	transform-origin: top right;
}
@-webkit-keyframes arrow-movement {
	0% {
		opacity: 0;
		top: 87%;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes arrow-movement {
	0% {
		opacity: 0;
		top: 87%;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
