html, body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'NanumSquare', sans-serif;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: -0.25px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

#fullpage .section.main {
	padding: 4% 8%;
	background-position: right bottom;
	background-size: cover;
	color: #fff;
}
#fullpage .section.main .link-content, #fullpage .section.main .link-header {
	position: relative;
	z-index: 100;
}
#fullpage .section.main .black-filter {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5;
	z-index: 0;
}
#fullpage .section.main .link-header .agency-main-slogan {
	font-family: 'Helvetica', sans-serif;
	font-size: 2.7em;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: -0.1px;
	margin: 3% 0 7% 0;
}
#fullpage .section.main .link-content .agency-summary {
	margin: 0 0 5% 0;
}
#fullpage .section.main .link-content .agency-summary::before {
	content: "";
	display: block;
	clear: both;
	width: 83px;
	height: 3px;
	background-color: #fff;
	margin-bottom: 4%;
}
#fullpage .section.main .link-content .agency-summary p {
	font-size: 1em;
	line-height: 1.8;
	margin: 0 0 1.8em 0;
}
#fullpage .section.main .link-content .agency-contact {
	margin: 4% 0 0 0;
	padding: 0;
	list-style: none;
}
#fullpage .section.main .link-content .agency-contact li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
	line-height: 1.4;
}
#fullpage .section.main .link-content .agency-contact li:nth-child(2), #fullpage .section.main .link-content .agency-contact li:nth-child(3) {
	display: inline-block;
	margin-right: 8px;
}
#fullpage .section.main .link-content .agency-contact li a {
	color: #fff;
	text-decoration: none;
}
#fullpage .section.main .link-content .agency-contact li a:hover {
	text-decoration: underline;
}




#fullpage .section.work {
	padding: 4% 8%;
	background-image: linear-gradient( 135deg, #F97794 10%, #623AA2 100%);
}
#fullpage .section.work .work-content {
	width: 100%;
	margin-top: 3.5%;
}
#fullpage .section.work .work-content .work-image {
	width: 56.9%;
	max-width: 800px;
	float: left;
	margin-right: 6.9%;
}
#fullpage .section.work .work-content .work-image img {
	width: 100%;
	height: auto;
}
#fullpage .section.work .work-content .work-description {
	width: 35.8%;
	padding-right: 3.7%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
}
#fullpage .section.work .work-content .work-description h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px 0;
}
#fullpage .section.work .work-content .work-description h3 {
	font-size: 1.8em;
	line-height: 1.4;
	color: #fff;
	margin: 0 0 50px 0;
}
#fullpage .section.work .work-content .work-description a {
	font-family: 'Roboto Slab', serif;
	font-size: 1em;
	font-weight: 400;
	color: yellow;
	font-size: 1em;
	text-decoration: none;
	margin: 0 0 40px 0;
	display: inline-block;
}
#fullpage .section.work .work-content .work-description p {
	color: #fff;
}


@media all and (max-width: 600px) {
	#fp-nav.right {
		right: 0 !important;
	}
	#fp-nav ul li a span, .fp-slidesNav ul li a span {
		background: #efefef !important;
	}
	#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 {
		height: 8px !important;
		width: 8px !important;
		margin: -4px 0 0 -4px !important;
	}
	#fullpage .section.main, #fullpage .section.work {
		padding: 8%;
	}
	#fullpage .section #agency-logo img {
		width: 100px;
	}
	#fullpage .section.main .link-header .agency-main-slogan {
		font-size: 1.5em;
	}
	#fullpage .section.main .link-content {
		position: absolute;
		bottom: 5%;
		width: 84%;
	}
	#fullpage .section.main .link-content .agency-summary p {
		font-size: 0.8em;
		line-height: 1.6;
	}
	#fullpage .section.work .work-content {
		float: left;
	}
	#fullpage .section.work .work-content .work-image {
		width: 70%;
		margin-right: 0;
	}
	#fullpage .section.work .work-content .work-description {
		width: 100%;
		margin-top: 10px;
		padding-right: 0;
	}
	#fullpage .section.work .work-content .work-description h2 {
		font-size: 0.667em;
		margin: 0 0 5px 0;
	}
	#fullpage .section.work .work-content .work-description h3 {
		font-size: 1em;
		margin: 0;
	}
	#fullpage .section.work .work-content .work-description a {
		font-size: 0.667em;
		margin: 0 0 5px 0;
	}
	#fullpage .section.work .work-content .work-description a:hover {
		text-decoration: underline;
	}
	#fullpage .section.work .work-content .work-description p {
		font-size: 0.8em;
		line-height: 1.5;
	}
}






