@charset "utf-8";
/* CSS Document */

#bgimg {
	position: fixed;	
	width: 100%;
	height: 100%;
	overflow: none;
	background-image: url('../image/common/asinfo_mainimg.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	z-index: 1;
	padding: 0 0 0 0;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;		
	/*overflow: hidden !important;*/	
}

#contlnk1 {
	position: absolute;
	left: 306px;
	top: 705px;
	width: 62px;
	height: 14px;
	z-index: 5;	
	cursor: pointer;
}

.content.mid {width:1010px; padding:0 45px 0 45px; margin-left:90px; overflow:hidden; background:url('../image/common/asinfo_cont_bg.png'); display:flex; flex-direction:row;}
.content.mid > div {width:calc(100% / 3); overflow:hidden;}
.content.mid table, .content.mid tr, .content.mid td, .content.mid th {border:0; padding:0; margin:0;}
.content.mid table {width:100%;}
.content.mid th > div {width:auto; height:100%; padding:5px 0 5px 0; font-size:11px; font-family:"Nanum Gothic", san-serif; text-align:center; margin:0 1px 1px 0; background-color:rgba(0,0,0,0.6); color:rgba(255,255,255,0.3);}
.content.mid th:first-child > div {margin-left:1px;}
.content.mid td > div {width:auto; height:100%; padding:5px 0 5px 5px; font-size:11px; font-family:"Nanum Gothic", san-serif; text-align:center; margin:0 1px 1px 0; background-color:rgba(0,0,0,0.4); color:rgba(255,255,255,0.4);}
.content.mid td:first-child > div {margin-left:1px;}
