/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); */

@font-face {
	font-family: 'pretendard700';
	src: url(/fonts/Pretendard-Black.woff) format('truetype');
}

@font-face {
	font-family: 'pretendard500';
	src: url(/fonts/Pretendard-Medium.woff) format('truetype');
}

@font-face {
	font-family: 'pretendard400';
	src: url(/fonts/Pretendard-Regular.woff) format('truetype');
}

/* site specific styling */
body {
	font-family: 'pretendard400'
		text-align: center;
	background: #333 url("../images/playerbg.jpg") center;
}

/*ºñµð¿À¼³¸í*/

.videotitle {
	/* font-family: 'Nanum Gothic', cursive; */
	font-family: pretendard, sans-serif;
	font-style: normal;

	color: white;
	font-weight: 700;
	font-size: 15pt;
	padding-top: 1%;
}

.videoinfo {
	/* font-family: 'Nanum Gothic', cursive; */
	font-family: pretendard, sans-serif;
	font-style: normal;
	margin: 0 auto;
	width: 644px;
	height: 150px;
	background: #a5a5a5;
	color: black;
	font-weight: 400;
	font-size: 8pt;
	text-align: left;
	border-radius: 20px;
}

.videoinfoul {
	padding: 17px 0;
	width: 500px;
	list-style: none;
	margin: 0;
}

.videoinfoul li {
	padding: 1px 0;
}

.infotitle {
	display: inline-block;
	width: 100px;
	font-weight: 700;
	font-size: 10pt;
	padding-right: 10px;
	text-align: right;
}



/* custom player skin */
.flowplayer {
	width: 80%;
	background-color: #222;
	background-size: cover;
	max-width: 800px;
	border: 10px solid white;
	border-radius: 20px;
}

.flowplayer .fp-controls {
	background-color: rgba(0, 0, 0, 0.4)
}

.flowplayer .fp-timeline {
	background-color: rgba(0, 0, 0, 0.5)
}

.flowplayer .fp-progress {
	background-color: rgba(219, 0, 0, 1)
}

.flowplayer .fp-buffer {
	background-color: rgba(249, 249, 249, 1)
}







/*Æ÷Æú*/
@media screen and (max-width:1120px) {
	#wraper {
		width: 1200px;
		margin: 0 auto;
	}
}

#portarea {
	padding: 40px 0;
	width: 1120px;
	margin: 0 auto;
}

#filter {
	background: url("../images/portfolio/bar1.png") repeat-x 4px 4px;
	display: block;
	height: 119px;
	margin: 0 auto;
	position: relative;
	width: 546px;
	text-align: center;
	padding: 4px;

}


/* #filter:before, #filter:after {
	background: url("../img/bar1.png") no-repeat;
	height: 43px;
	position: absolute;
	top: 0;
	width: 78px;
	content: '';

	-moz-box-shadow:0 2px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow:0 2px 0 rgba(0,0,0,0.4);
	box-shadow:0 2px 0 rgba(0,0,0,0.4);
}


#filter:before {
	background-position: 0 -47px;
	left: -78px;
}

#filter:after {
	background-position: 0 0;
	right: -78px;
}

*/

#filter a {
	/* color: #343434; */
	display: inline-block;
	width: 109px;
	height: 119px;
	line-height: 119px;
	text-align: center;
	padding: 0px;
	/* text-shadow: 1px 1px 1px #fff; */
	vertical-align: middle;
}

#filter a:hover {
	text-decoration: none;
}

#filter a.active {
	color: #000;
	background: url("../images/portfolio/bar2.png") repeat-x 0px -138px;

}


/*----------------------------
	Content area
-----------------------------*/
#portfolio li img {
	Lborder-radius: 10px;
}

#portfolio {
	display: block;
	overflow: hidden;
	width: 1200px;
	margin: 20px auto;
}

#portfolio li {

	float: left;
	height: 244px;
	list-style: none outside none;
	margin: 6px;
	position: relative;
	width: 360px;


}

#portfolio ul {
	overflow: hidden;
}

#portfolio ul.hidden {
	display: none;
}