@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@media all and (max-width:320px)  {  
	font-size:2px;
}
body {
	padding-top: 50px;
	padding-bottom:40px;
	max-height:100%;
	font-family: 'Nanum Gothic', '나눔고딕','NanumGothicWeb', '맑은 고딕', 'Malgun Gothic', Dotum;
}
h2 {
	font-family: 'Nanum Gothic', '나눔고딕','NanumGothicWeb', '맑은 고딕', 'Malgun Gothic', Dotum;
}
img {
    margin:0; 
	padding:0;
	border: 0;
	display:block;
	max-width: 100%;
  }
.intro-header {
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 50px;
	color: #393939;
	background: url(/images/main.png) no-repeat center center; 

	background-size: cover;
	text-align: left;
}
	
.intro-message {
	position: relative;
	padding-top: 10%;
	padding-bottom: 10%;
}
.thumbnail{
	position:relative;
 }
.box{
	margin-bottom:30px;
  }
.logo1 {
	color:#f88e20;
}
.logo2 {
	color:#00b7f0;
}

footer {
	background-color: #f8f8f8;
	padding: 50px 0;
}

p.copyright {
	margin: 15px 0 0;
}
#back-to-top {position: fixed;z-index: 1000;bottom: 20px;right: 20px;display: none;}
#back-to-top a {display: block;width: 40px;height: 40px;background: #666666 url(/images/backtotop.png) no-repeat center center;
	text-indent: -9999px;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;-webkit-transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;-o-transition: 0.4s all ease;transition: 0.4s all ease;
}
#back-to-top a:hover {background-color: #62aaef;}
#filter-menu {
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}
.banner-box {
	margin-bottom:30px;
}

#menu-position {
	text-align:right;
	margin-right:20px;
	display: block;
	height: 21px;

}
.breadcrumb {
	float: right;
}
.breadcrumb ul li
{
	display: block;
	float: left;
	position: relative;
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	margin: 0px 6px 0px 0;
	padding: 0px 10px 0px 0;
	font-size: .9167em;
	background: url(../images/Chevron.gif) no-repeat 100% 0;
}
.breadcrumb ul li.last
{
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.content-img {
	margin-bottom:30px;
	color:#990505;
	text-align:center;
}
.imgs {
    margin: auto;
   
}