@charset "utf-8";

@import "reset.css";
@import "default.css";
@import "base.css";
@import "sub_base.css";


.dis, .sto { padding-top: 0px;}


/*재무정보*/

.fin {font-family:'Nanum Barun Gothic', sans-serif; font-size: 13px; color: #797979;}

	.fin h5 { position: relative;}
	
	.fin h5 span { 
		display: block;
		width: 150px;
		text-align: right;
		position: absolute;
		bottom: -5px;
		right: 0px;
		font-weight: normal;
		font-size: 11px;}

.fin .tp1 { border-top: 2px solid #010100;}

	.fin .tp1 th,
	.fin .tp1 td {
		height: 37px;
		border-bottom: 1px solid #f0f0f0;
		border-right: 1px solid #f0f0f0;
		/*text-align: center;*/}
		
	.fin .tp1 .bdn { border-right: none;}
	
	.fin .tp1 th {
		font-size: 14px;
		font-weight: normal;
		background-color: #F3F3F3;
		color: #4b4b4b;}

.fin .tp2 { border-top: 2px solid #010100; border-bottom: 1px solid #eaeaea;}

	.fin .tp2 th {
		height: 37px;
		background-color: #f3f3f3;
		font-size: 14px;
		color: #4b4b4b;
		font-weight: normal;}

	.fin .tp2 td {
		height: 35px;
		text-align: right;
		padding-right: 70px;}
		
	.fin .tp3 td { padding-right: 100px}
		
	.fin .tp2 td.fs {
		text-align: left;
		padding-left: 15px;
		padding-right: 0px;}

	.fin .tp2 .bg td {
		background-color: #f3f3f3;
		border-bottom: 1px solid #eaeaea;
		border-top: 1px solid #eaeaea;}



























