@import url('fonts/nanumsquareround.min.css');
@keyframes fadein {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-moz-keyframes fadein { /* Firefox */
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-o-keyframes fadein { /* Opera */
	from {
		opacity:0;
	}
	to {
		opacity: 1;
	}
}

::-moz-selection{
	background: #FFC079;
}
::selection{
	background: #FFC079;
} 

body {
	margin: 0;
	font-family: 'NanumSquareRound', sans-serif;
	animation: fadein 1.5s;
	-moz-animation: fadein 1.5s; /* Firefox */
	-webkit-animation: fadein 1.5s; /* Safari and Chrome */
	-o-animation: fadein 1.5s; /* Opera */
}

h1{
	font-size: 3em;	
	margin:0;
	padding:0;
}
.header{
	top: 0px;
	display: inline-flex;
	position: fixed;
	width: 100%;
	height: 80px;
	background-color: rgba(248, 248, 248, 0.8);
	border-bottom: 1px solid #e7e7e7;
	z-index: 100;
}
.header-container {
	margin: 0 auto;
	align-items: center;
	display: inline-flex;
	width: 1140px;
}
.header-container div{
	cursor: pointer;
}
.bar{
	width: 50%;
}
.menu ul li{
	display: inline-flex;
	padding: 20px;
	color: #555;
	border-radius:0.3em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
}
.menu ul li:hover{
	color: #333;
	background-color: rgba(231, 231, 231, 0.8);
}
.fp-tooltip{
	text-shadow: 0px 0px 2px gray;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span{
	background: #FFC079;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
	background: #FF7012;   
}
.fp-controlArrow{
	border-color: transparent #FF7012 transparent #FF7012 !important;
	-webkit-animation: colorTrans 2s ease-in-out infinite;
	animation: colorTrans 2s ease-in-out infinite;
}
.fp-controlArrow:hover{
	border-color: transparent #FF7012 transparent #FF7012 !important;
	animation: none;
}

@-webkit-keyframes colorTrans {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.2;
	}
	100% {
		opacity: 1;
	}
}
@keyframes colorTrans {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.2;
	}
	100% {
		opacity: 1;
	}
}

.fp-prev{
	margin-left: 20px;
}
.fp-next{
	margin-right: 50px;
}

.logo{
	margin-left: 100px;
	width: 80px;
	font-size: 1.7em;
	font-weight: 800;
	opacity: 0.7;
}
.date{
	margin-right: 50px;
}
.now{
	margin-right: 120px;
}
.yum{
	display: inline-block;
	background-color: #0066FC;
	color: #FFFFFF;
	padding: 10px;
}

.section{
	text-align:center;
}
#section0{
	align-content: center;
}
#section0 h1{
	margin-top: 30px;
	font-size: 5em;
}
#section0 h1 .yum{
	padding-top: 17px;
}
#section0 > div > div > p > span{
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
#section0 .container{
	margin: auto;
	margin-top: 100px;
	width: 500px;
}
#section0 .container p{
	text-align: left;
	font-family: 'NanumSquareRound', sans-serif;
}

#section0 .container p:nth-last-child(2){
	width: 575px;
}

#section1{
	align-content: center;
	color: white;

}
#section1 h1{
	margin-top:30px;
}
#section1 .container{
	margin: auto;
	margin-top: 50px;
	width: 557px;
}
#section1 .container p{
	text-align: left;
}
#section1 .container p:nth-last-child(7){
	width: 595px;
}
#section1 .container p:nth-last-child(8){
        width: 630px;
}
#section1 .container a{
	color: white;
}
#section1 .container ul{
	display: none;
	width: 777px;
	padding-left: 20px;
	font-size: 11pt;
}

#section2{
	align-content: center;
}
#section2 .container{
	margin: auto;
	margin-top: 50px;
	width: 630px;
}
#section2 h1{
	margin-top:150px;
}
#section2 .container p{
	text-align: left;
}
#section2 .awardname {
	color: #8C8C8C;
}
#section2 .awardAll {
	background-color: #4BC6F2;
	color: white;
	width: 100%;
	height: 30px;
	padding-top: 10px;
	margin-top: 50px;
	margin-bottom: 200px;
	cursor: pointer;
	font-weight: bold;
}
#section2 .awardAll:hover{
	background-color: #0066FC;
	color: white;
}

#section3{
	align-content: center;
}
#section3 .container{
	margin: auto;
	margin-top: 100px;
	width: 550px;
}
#section3 .container p{
	text-align: left;
}
#section3 a{
	text-decoration: none;
	color: #4486F8;
}
#section3 a:visited{
	color: #4486F8;
}
#section3 a:hover{
	color: blue;
}

#section3 ul{
	display: none;
}
#section3 .container .article_list{
	width: 626px;
}

/*Arrow Start*/
.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: #FFC079;
	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;
	}
}
/*Arrow End*/

/*Mouse Guide Start*/
.mouse_guide {
	top: 25%;
	right: 15%;
	position: absolute;
	width: 160px;
	height: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mouse {
	width: 40px;
	height: 40px;
	transform-origin: center bottom;
	animation-name: dragging;
	animation-duration: 1.2s;
	animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	animation-delay: 0s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
}

.mouse-click,
.mouse-large-click,
.mouse-small-click {
	opacity: 0;
	transform-origin: center center;
	animation-name: click;
	animation-duration: 1.2s;
	animation-timing-function: ease-in-out;
	animation-delay: 0s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-fill-mode: forward;
	animation-play-state: running;
}

@keyframes dragging{
	0%{transform: translate3d(0, -40px, 0) }
	100%{transform: translate3d(0, 40px, 0) }
}

@keyframes click {
	0% { opacity: 0 }
	40% { opacity: 1 }
	100%{ opacity: 1 }
}
/*Mouse Guide End*/

