@charset "utf-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
body{font-family:'Noto Sans KR', 'Noto Sans', sans-serif, 'gulim', "±¼¸²";}

.BWS_button{
	border: 1px solid #ccc;
	padding: 9px;
	font-size: 16px;
	font-weight:400;
	margin: 3px;
	float:left;
	border-radius: 5px;
	display:inline-block;
}

.BWS_wrapper .selected{
	background-color:#f66ebe;
}

.BWS_button:hover{
	cursor:pointer;
	background-color:#f66ebe;
}

.BWS_wrapper{
	margin-top:30px;
	height:56px;
	float:right;
	margin-left:auto;
	display:block;
}

.BWS_wrapper .hidden{
	display:none;
}
.BWS_wrapper div:first-child {
	margin-left:0px !important;
}
.BWS_wrapper div:last-child{
	margin-right:0px !important;
}
.overlabmenu{
	background-color:#ffffff;
	padding:7px;
	border-radius:5px;

}
.overlabmenu a{
	color:#333;	
	text-decoration:none;
	padding:3px;
	background-color:#eaeaea;
	border-radius:3px;
	font-size:10px;
}
.overlabmenu a:visited a:active{
	color:#333;
}
.overlabmenu a:hover{
	color:#fff;
	background-color:#ec008c;
}

.body_wraper{
	max-width:580px;
	margin-left:auto;
	margin-right:auto;
}
.paper_container{
	width:245px;
	float: left;
	height:230px;
	display:block;
}

.newspaper_thumb{
	width: 100px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color:#ddd;
	padding:2px;
	
	
}
body{
	text-align: center;
}
.clearfix:after{
	content: "";
	clear: both;
	display: table;
}
.issuedate{
	font-size:10px;
	color:#333;
	font-weight:600;
}

.BWS_button {
color:#333;
text-decoration:none;
font-weight:600;
}

.zoom {
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
a:visited, a:active, a:hover, a:link{
	color:#333;
}

