



* {
	margin:0;
	padding:0;
}

div {display: block;}

body {
	background:#fff;
	color:#000;
	display: block;
	font-family: 맑은고딕, Malgun Gothic, dotum, gulim, sans-serif;
	width:100%;
}

.wrap {
	position: relative;
	min-width:900px;
	
}

.content {
	clear: both;
	position: relative;
	width:830px;
	margin:0 auto;
	z-index: 1;
}

.content .title {
	position: relative;
	padding:0px 0 30px 0;
	/* margin-top:50px; */
}

.content .tit {
	display: block;
}

.section {
	padding:0px 0px 70px 0px
}

.big_txt {
	margin-top:0;
	color:#000;
	margin:20px 0 40px 0;
	letter-spacing: -1px;
	display: block;
	font-size: 28px;
	font-weight: bold;
}

.b_tit {
	color:#000;
	margin-bottom:40px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

.b_tit.mar_t {margin-top:80px;}

.tit_box {
	color:#000;
	margin-top:30px;
	margin-bottom:5px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

.bd_txt {
	font-size: 14px;
	line-height: 25px;
	margin-bottom:40px;
	color:#000;
	letter-spacing: -0.5px;
}

.content .section ol {
	padding-left:16px;
}

.content .section li {
	position: relative;
	list-style: none;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: -0.5px;
}

.first_letter {
	margin:0 4px 0 -16px;
}

.m_t {
	margin-top:20px;
}





.table_box {
	display: block;
	width:100%;
	margin-bottom:30px;
	position: relative;
}

.stamp {
	position: absolute;
	right:10px; top:62px;
	width:74px;
	height:71px;
	z-index: 100;
}

.section .table_box table {
	margin-top:15px;
	font-size: 13px;
	line-height: inherit;
}

table {
	border-collapse: collapse;
	border-spacing:0;
	width:100%;
}

.section .table_box tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	border-bottom:1px solid #ddd;
}

.section .table_box th {
	background:#f7f7f7;
	text-align: left;
	padding-left:20px;
	border-right:1px solid #ddd;
	color:#000;
}

.section .table_box td {
	height:38px;
	line-height: 38px;
	padding-left:20px;
	text-align:left;
}

.section .table_box tr:first-child {
	border-top:2px solid #000;
}





.deal_table {
	width:100%;
	display: block;
	margin-top:70px;
}

.section .deal_table table {
	border:1px solid #000;
	box-sizing: border-box;
	width:100%;
}

.section .deal_table tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	border-bottom:1px solid #ddd;
	
}

.section .deal_table th {
	height:38px;
	background:#f7f7f7;
	font-weight: 400;
	font-size: 14px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #000;
}

.section .deal_table th:last-child {border-right:0;}

.section .deal_table th.th_bg {background:#e9e9e9; border-right:0;font-weight: 600;}

.section .deal_table td {
	padding:7px 15px 8px 15px;
	line-height: 22px;
	text-align:left;
	border-right:1px solid #ddd;
	font-size: 13px;
}

.section .deal_table td:last-child {border-right:0;}

.section .deal_table tr:last-child {border-bottom:1px solid #000;}

.section .deal_table td.won {
	text-align: right;
	padding-right:10px;
}


























