.main_title{ 
	font-size: 35px;
	font-family:"Arial", "Helvetica", sans-serif; 
    color: #333; 
	text-align: center;
	letter-spacing: -0.2px; 
	margin:0 auto; 
	font-weight:800;
}

.main_title1{ 
	font-size: 22px;
	font-family:"Arial", "Helvetica", sans-serif; 
    color: #555; 
	text-align: center; 
	margin:0 auto 20px auto; 
}


 .main_title_line{
	border-bottom: 4px solid #0090ce !important;
	width:50px;
	margin:5px auto;
 }

img.maingallery_resize {
  width:272px;
  height:262px;
  margin:0px auto;
  display:block;  
  transition: all 0.4s ease-in-out 0s;
}
img.maingallery_resize:hover {
	transform: scale(1.1, 1.1);
    transition: all 0.4s ease-in-out 0s;
}
 .maingallery_resize_box {
  width:272px;
  height:427px;
  margin:0px auto;
  display:block;  
  vertical-align:top;
  box-shadow:inset 0 0 1px rgba(0,0,0,0.5); 
  overflow:hidden;
}

.maingallery_gallery_box{
	width:272px;
	height:262px;
	overflow:hidden;
	transition: all 0.4s ease-in-out 0s;
}

.notice_subject{  
	color:#777;
	font-size: 10pt;  
	letter-spacing: 0px;
	height:27px;  
	font-family:"Arial", "Helvetica", sans-serif;  
}
.notice_date{
	float:right;
	color:#646464;
	font-size: 10pt;    
	padding-right:3px; 
	font-family:"Arial", "Helvetica", sans-serif;  
}
.gallery_subject {  
	text-align:center; 
	color:#000;
	font-size: 14pt; 
	padding:5px 0 10px 7px; 
	font-family:"Arial", "Helvetica", sans-serif; 
	font-weight:600;
} 
.gallery_subject a{  
	color:#000; 
} 
.gallery_line{
	width:90%;
	border-bottom:1px solid #e4e4e4;
	margin:0.5em auto 1em auto;
}
.gallery_date{
	width:90%; 
	text-align:left; 
	color:#646464;
	font-size: 10pt;   
	margin:0 auto;
}
.to_main_bbs{
	width:100%;
	max-width:1240px;
}
.main_bbs_left{
	width:49%;
	float:left; 
	min-height:240px;
} 
.main_bbs_right{
	width:49%;
	float:right; 
	min-height:240px;
}
.main_gallery_box{
	display:inline-block;  
	margin:0 20px;
}
.main_notice_tbox{ 
	width:90%;
	margin:0 auto; 
	padding:20px 0;
}
.main_notice_cent{ 
	text-align:left;  
	padding:3px;
	border-bottom:1px solid #e1e0e0; 
}
.btn_more{
	float:right;
	padding-right:25px;
}
@media (min-width:100px) and (max-width:639px){/*mobile and mini- tablet*/
	.main_title{ 
		font-size: 26px; 
	} 

	img.maingallery_resize {
	  width:100%;
	  height:auto; 
	}
	.main_gallery_box{ 
		margin:10px;
	}
	.notice_date{ 
		font-size: 8pt;   
		float:none; 
	}
	.gallery_subject {  
		font-size: 10pt;  
	}
	.main_bbs_left{
		width:100%;
		float: none; 
		border:none;
	} 
	.main_bbs_right{
		width:100%;
		float: none; 
		margin-top:20px;
		border:none;
	} 

}

 
 


