@charset "utf-8";
/* CSS Document */

.ttable_subject{
	font-size:36px;
	font-family: "NanumBarunGothic";
	font-weight: bold;
	text-align:center;
	color:#252f36;
	line-height:80px;
}

#ttable td{
	border-bottom:1px solid #252f36;
	border-right:1px solid #252f36;
	font-family: "NanumBarunGothic";
	text-align:center;
	width:112.5px;
	font-size:14px;
	color:#252f36;
	padding-top:5px;
	padding-bottom:5px;
}

#ttable .topline{
	border-top:1px solid #252f36;
}

#ttable .leftline{
	border-left:1px solid #252f36;
}

#ttable .rightline{
	border-right:1px solid #fff;
}

#ttable .bottomline{
	border-bottom:1px solid #fff;
}

#ttable .bg01{
	background-color:#252f36;
	color:#fff;
	line-height: 24px;
}

#ttable .bg02{
	background-color:#e6e7e8;
}


#ttable .leftalign{
	text-align:left;
}

#ttable .p20{
	padding-left:20px;
}

#ttable .f20{
	font-size:20px;
	font-weight:bold;
	line-height:24px;
}

#ttable .f14{
	font-size:14px;
	font-weight:400;
}

#ttable .f18{
	font-size:18px;
	font-weight:400;
	line-height:30px;
}

#ttable .line20{
	line-height:20px;
}

#ttable a{
	color:#fff;
	text-decoration:none;
}

#ttable a:hover{
	color:#fff;
	text-decoration:underline;
}

.tw{ width:900px;}


@media handheld, only screen and (max-width: 500px) {
	.tw{ width:90%;}
	.ttable_subject{
		font-size:24px;
		font-family: "NanumBarunGothic";
		font-weight: bold;
		text-align:center;
		color:#252f36;
		line-height:28px;
	}
	#ttable td{
		border-bottom:1px solid #252f36;
		border-right:1px solid #252f36;
		font-family: "NanumBarunGothic";
		text-align:center;
		width:12.5%;
		font-size:8px;
		color:#252f36;

	}
	#ttable .f20{
		font-size:12px;
		font-weight:bold;
		line-height:16px;
	}
	#ttable .f14{
		font-size:8px;
		font-weight:400;	
	}
	#ttable .bg01{
		background-color:#252f36;
		color:#fff;
		line-height: 14px;
	}
	#ttable .p20{
		padding-left:5px;
	}
	#ttable .line20{
		line-height:14px;
	}	
	#ttable .f18{
	font-size:12px;
	font-weight:400;
	line-height:14px;
}
}