body {
	background-color: #f0f0f0;
}

#project_index {
	padding-bottom: 100px;
}

#project_index .category_tab {
	margin-left: auto;
	margin-right: auto;
	height: 37px;
	margin-top: 40px;
}

#project_index .category_tab li {
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

#project_index .category_tab li a {
	display: block;
	height: 37px;
	line-height: 37px;
	white-space: nowrap;
	float: left;
	font-family: Roboto;
	font-size: 16px;
	letter-spacing: 0;
}

#project_index .category_tab li a:hover {
	color: #dc4242;
}

#project_index .category_tab li.active a {
	border-top: 2px solid #dc4242;
	line-height: 33px;
}

#project_index .category_tab li.active a:hover {
	color: #222;
}

#project_index .row.grid {
	margin-top: 30px;
	margin-left: -6px;
	margin-right: -6px;
}

#project_index .row .project_unit {
	float: left;
	padding: 6px;
	visibility: hidden;
	width: 100%;
}

#project_index .row.grid #loading {
	min-height: 500px;
	text-align: center;
	padding-top: 220px;
}

#project_index .row.grid #loading img {
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
}

#project_index .row.grid #noitem {
	min-height: 500px;
	text-align: center;
	padding-top: 220px;
}

#project_index .row .project_unit .box_in {
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#project_index .row .project_unit .box_in img {
	width: 100%;
	vertical-align: top;
	visibility: hidden;
}

#project_index .row .project_unit .box_in .model {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/gen/op_bg2.png);
	top: 100%;
	left: 0;
	cursor: pointer;
}

#project_index .row .project_unit .box_in dl {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -48px;
}

#project_index .row .project_unit .box_in dl * {
	text-align: center;
	color: #FFF;
}

#project_index .row .project_unit .box_in dl dt {
	font-family: Roboto;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0;
}

#project_index .row .project_unit .box_in dl dd.title {
	font-size: 20px;
	font-weight: normal;
	font-family: 'Nanum Gothic';
}

#project_index .row .project_unit .box_in dl dd.button {
	padding-top: 20px;
}

#project_index .row .project_unit .box_in dl dd.button button {
	height: 26px;
	width: 77px;
	border-radius: 13px;
	background-color: #dc4242;
	font-size: 14px;
	letter-spacing: 0;
	font-family: 'Exo 2';
}

#popup_view {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url(../images/gen/op_bg.png);
	top: 0;
	left: 0;
	z-index: 99999;
	overflow-y: scroll;
}

#popup_view .model {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#popup_view .view_content {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 100px;
}

#popup_view .view_content .row {
	margin-left: -25px;
	margin-right: -25px;
}

#popup_view .view_content .row .x_button {
	position: absolute;
	top: -60px;
	right: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#popup_view .view_content .row .x_button:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

#popup_view .view_content .row .header {
	height: 100px;
	position: relative;
}

#popup_view .view_content .row .header .prev {
	position: absolute;
	left: 0;
	bottom: 0;
}

#popup_view .view_content .row .header .next {
	position: absolute;
	right: 0;
	bottom: 0;
}

#popup_view .view_content .row .header .title dl {
	padding-top: 30px;
}

#popup_view .view_content .row .header .title dl dt {
	font-family: 'Exo 2';
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
}

#popup_view .view_content .row .header .title dl dd {
	font-family: 'Nanum Gothic';
	font-size: 24px;
	text-align: center;
	padding-top: 15px;
}

#popup_view .h200 {
	height: 200px;
	cursor: pointer;
}

#popup_view .view_content .row .content_img {
	padding-top: 78px;
}

#popup_view .view_content .row .content_img>div {
	padding: 10px;
}

#popup_view .view_content .row .content_img .img_in {
	background-position: center center;
}

#popup_view .view_content .row .content_img .img_in img {
	width: 100%;
	visibility: hidden;
}

#popup_view #loading {
	min-height: 500px;
	position: relative;
}

#popup_view #loading img {
	position: absolute;
	left: 50%;
	margin-left: -32px;
	top: 45%;
}