body,table,select,textarea {
	font-family: "Malgun Gothic", sans-serif;
	font-size: 0.75rem; line-height: 1.5; color: #333;
}
a {
	color: #37b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
td>a:link {
	color: #777;
}
td>a:visited {
	color: #999;
}
h1,h2 {
	color: #777;
}
h3 {
	color: #555;
}
.bold {
	font-weight: bold;
}
.nav {
	vertical-align: middle;
	color: #337;
}
.nav:active, .nav:hover {
	color: #DF450F;
	background-color: #F6F4F1;
	text-decoration: none;
}
.titlebg {  background-color: #F6F4F1 }
.bullet {  color: #FFA800 }
.comment {  font-family: "Arial"; font-size: 0.83em; color: #999999 }
.header {
	width: 1070px;
	height: 90px;
	overflow: hidden;
}
.content {
	width: 970px;
	overflow: hidden;
}
.centered {
	margin: auto;
}
.menu-button {
	display: none;
	position: absolute;
	left: 4;
	top: 60px;
	padding: 5px 6px;
	border: 1px solid #999;
	border-radius: 4px;	
	background: transparent 0 0 repeat scroll url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
	cursor: pointer;
}
.menu-button .icon-bar+.icon-bar {
	margin-top: 4px;
}
.menu-button .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
	pointer-events: none;	
}
.menu {
	float: left;
	width: 160px;
	margin-right: 6px;
	overflow: hidden;
}
.menu-ad {
	margin: 10px auto;
}
.main {
	float: left;
	width: 804px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 8px;
	box-sizing: border-box;
}
.main-left {
	float: left;
	width: 436px;
	margin: 4px;
}
.main-right {
	float: left;
	width: 336px;
	margin: 4px;
}
.main-left2 {
	float: left;
	width: 440px;
	margin: 4px 4px 4px 0;
}
.main-right2 {
	float: left;
	width: 336px;
	margin: 4px 0 4px 4px;
}
.main-left3 {
	float: left;
	width: 50%;
}
.main-right3 {
	float: left;
	width: 50%;
}
.main-gallery {
	margin: 4px;
}
.img-responsive {
	max-width: 100%;
	height: auto;
}
html>body .wrap-responsive {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25% !important;
	padding-top: 25px !important;
	height: 0;
}
html>body .wrap-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: 100%;
}
.smenu {
	padding-left: 0;
	list-style: none;
	margin: 4px;
}
.smenu>li {
	float: left;
	width: 50%;
}
.smenu>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin: 4px;
	border-style: solid;
	border-width: 2px;
	border-color: #F6F4F1;
}
@media screen and (max-width: 1070px) {
	.header {
		width: auto;
	}
}
@media screen and (max-width: 980px) {
	.content {
		width: auto;
		max-width: 804px;
	}
	.menu-button {
		display: block;
	}
    .menu {
		position: absolute;
		left: 0;
		top: 90px;
		background-color: #fff;
		z-index: 999999;
		border: 1px solid #999;
		box-shadow: 3px 3px 10px #333;
		
		display: none;
    }
	.menu td {
		padding: 6px 0;
	}
	.menu-ad {
		display: none;
	}
	.main {
		width: 100%;
		max-width: 804px;
		margin-left: auto;
		margin-right: auto;
	}
}
.menu-show {
	background-color: #000;
}
.menu-show+.menu {
	display: block;
}
@media screen and (max-width: 830px) {
	.main-left {
		float: none;
		width: auto;
	}
	.main-right {
		float: none;
		width: auto;
	}
	.main-left2 {
		float: none;
		width: auto;
		margin: 4px;
	}
	.main-right2 {
		float: none;
		width: auto;
		margin: 4px;
	}
	.hide-mm {
		display: none;
	}
}
.visible-sm {
	display: none;
}
@media screen and (max-width: 650px) {
	#cse-search-box input[type=text] {
		width: 120px;
	}
	.main-gallery {
		display: none !important;
	}
	.main-left3 {
		float: none;
		width: auto;
	}
	.main-right3 {
		float: none;
		width: auto;
	}
	.visible-sm {
		display: block;
	}
}
@media screen and (max-width: 572px) {
	.search-box {
		display: none !important;
	}
}
.hide-dd {
	display: none;
}
.hide-ss {
	display: block;
}
.hide-cell-ss
{
}
@media screen and (max-width: 420px) {
	a {
		line-height: 2 !important;
	}
	.hide-dd {
		display: block !important;
	}
	.hide-ss {
		display: none !important;
	}
	.hide-cell-ss
	{
		display: none !important;
	}
	.menu-button {
		display: none;
	}
}
.clearfix {
  clear: both;
}
.tooltip {
  position: relative;
  display: inline-block;
  background-color: #bcf;
  border-radius: 6px;
  padding: 4px 16px;
  font-weight: bold;
  letter-spacing: 2px;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
	margin-left: -60px;
    
  opacity: 0;
  transition: opacity 1s;
	letter-spacing: normal;
}
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.container {
	margin: 1.5em 0;
	padding: 1em;
	background-color: #eeeeee;
    border: 1px dotted silver;
	line-height: 2;
	font-size: 0.875rem;
}
.download-icon {
	display:inline-block;
	vertical-align:text-bottom;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2328a848' d='M315.1 4.1v229.2h98.5L256 410.5L98.5 233.3h98.5V4.1C84.1 30.8 0 132 0 253c0 141.4 114.6 256 256 256c141.4 0 256-114.6 256-256C512 132 427.9 30.8 315.1 4.1z'/%3E%3C/svg%3E");
}