body
{
	background-color: #eee;
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) { 
  .main_container
  {
  	width: 90% !important;
  }
}

.banner
{
	position: relative;
	/*margin-top: -1em !important;*/
	margin-top: -29px !important;
	margin-bottom: 5em;
}
.community_navigators {
	width: 80%;
	margin: auto;
	display: block;
	margin-bottom: 3em;
}
.community_navigators .navigator
{
	width: 10%;
	display: inline-block;
	margin: 0 1em;
	padding-bottom: 4em;
	position: relative;
}
.community_navigators .navigator img
{
	width: 100%;
}
.community_navigators .navigator p {
	font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.community_navigators .navigator1 img:hover
{
	content:url("../images/community_icons/i1r.png");
}
.community_navigators .navigator2 img:hover
{
	content:url("../images/community_icons/i2r.png");
}
.community_navigators .navigator3 img:hover
{
	content:url("../images/community_icons/i3r.png");
}
.community_navigators .navigator4 img:hover
{
	content:url("../images/community_icons/i4r.png");
}
.community_navigators .navigator5 img:hover
{
	content:url("../images/community_icons/i5r.png");
}
.community_navigators .navigator1:hover p{
	color: red;
}
.community_navigators .navigator2:hover p{
	color: red;
}
.community_navigators .navigator3:hover p{
	color: red;
}
.community_navigators .navigator4:hover p{
	color: red;
}
.community_navigators .navigator5:hover p{
	color: red;
}

.community_container
{

}
.community_sub_container
{
	background-color: #fff;
	padding: .5em 2em 2em 2em;
	border-top: 2px solid rgb(236, 28, 36);
	border-radius: 2px;
	margin: 0em 0 1em 0;
	box-shadow: 2px 2px 10px #ebebeb;
	border-bottom: 2px solid #ccc;
}
.community_sub_container h2
{
	color: rgb(236, 28, 36);
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
	margin-bottom: 1em;
}
.community_sub_container h3
{
	font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
	color: rgb(236, 28, 36);
	font-size: 12px;
	line-height: 20px;
}
.community_sub_container img
{
	width: 100%;
}
.community_sub_container a
{
	display: block;
	color: #333;
	border-bottom: 1px solid #eee;
	font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	height: 2.1em;
	-webkit-box-orient: vertical;
}
.community_sub_container a:hover
{
	color: #000;
}
.social_container
{
	background-color: rgb(236, 28, 36);
	color: #fff;
	padding: .6em 1em;
	border-radius: 2px;
	margin-bottom: 1em;
}
.social_container .cards
{
	opacity: 0.7;
}
.social_container .cards:hover
{
	opacity: 1;
	cursor: pointer;
}
.social_container .cards p
{
	color: white;
}
.social_container h4
{
	font-size: 25px;
	position: relative;
	font-weight: bold;
	top: .2em;
}
.social_container h3
{
	font-size: 2vw;
}
.social_container p
{
	font-size: .5vw;
}
.events_container
{
	height: 508px;
}
.events_container .cards
{
	padding-bottom: 2em;
	height: 100%;
	margin-bottom: 1em;
}
.events_container .cards h3
{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-weight: bold;
	-webkit-box-orient: vertical;
}
.events_container .cards .img-holder
{
	width: 100%;
	height: 103px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: white;
}
.events_container .cards button
{
	position: absolute;
	bottom: 1em;
	right: 1em;
	border: 1px solid rgb(236, 28, 36);
	border-radius: 2px;
	background-color: transparent;
	color: rgb(236, 28, 36);
	font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
	font-size: 12px;
	
}
.events_container .cards button:hover
{
	background-color: rgb(236, 28, 36);
	transition: all .5s;
	color: #fff;
}
.exhibhition_container
{
	background-color: #fff;
	padding: .5em 2em 2em 2em;
	border-top: 2px solid rgb(236, 28, 36);
	border-radius: 2px;
	box-shadow: 2px 2px 10px #ebebeb;
	border-bottom: 2px solid #ccc;
	margin: 1em 0 2em 0;
}
.exhibhition_container h2
{
	color: rgb(236, 28, 36);
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
	margin-bottom: 1em;
}
.exhibhition_container .cards .img-holder
{
	margin: auto;
	display: block;
	width: 300px;
	height: 300px !important;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #eee;
	border-radius: 2px;
}
.gallery_container
{
	background-color: #fff;
	padding: .5em 2em 2em 2em;
	border-top: 2px solid rgb(236, 28, 36);
	border-radius: 2px;
	margin: 0em 0 1em 0;
	box-shadow: 2px 2px 10px #ebebeb;
	border-bottom: 2px solid #ccc;
	margin-top: 1em;
}
.gallery_container h2
{
	color: rgb(236, 28, 36);
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
	margin-bottom: 1em;
}
.gallery_container .gallery_pics .pics
{
	background-color: #eee;
	height: 105px;
	width: 11.8%;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left center;
}
.chevron_right
{
	color: rgb(236, 28, 36);
	float: right;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
	margin-bottom: 1em;
	cursor: pointer;
}