@charset "utf-8";
/* CSS Document */

.cost_title:after 
{	content:"";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 26px;
	height: 2px;
	margin-left: -13px;
	background-color: #ff6582;
	z-index: 100;
}

span.txt_date {
	float: right;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color: #3676ca;
	padding-right: 5px;
}

.cost {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.cost_table
{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	border-collapse: collapse;
}

thead > .ths_title > th {
	font-weight: 400;
	color: #FFF;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 15px 5px;
	background-color: #ff6582;
}

tbody > tr {
	border-bottom: 1px solid #ddd;
}

tbody > tr.last-border {
	border-bottom: 1px solid #b8b8b8;
}

tbody > tr > th,
tbody > tr > td {
	padding: 13px 3px;
}

tbody > tr > th {	
	text-align: center;
	background: #f9f9f9;
	border-right: 1px solid #ddd;
	font-weight: 500;
}

tbody > tr > td:not(:last-child) {	
	border-right: 1px solid #ddd;
}

tbody > tr > td {
	text-align: center;
	font-weight: 400;
}

.txt_etc {
	position: relative;
	display: block;
	width: 100%;
	margin: 15px 0 30px;
	padding: 0px;
}

.txt_etc > li {
	position: relative;
	display: block;
	width: 100%;
	line-height: 20px;
	font: 15px 'Noto Sans KR','malgun gothic';
	font-weight: 400;
	margin-bottom: 5px;
	padding-left: 15px;
}

.txt_etc > li:after {
	position: absolute;
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #ff6582;
	top: 10px;
	left: 5px;
}


@media(max-width: 550px) {
	 .cost
	{
		overflow-x: auto !important;
		overflow-y: auto !important;
		height:auto;
	}

	.cost table
	{
		width: 500px !important;
	}

	thead > .ths_title > th {
		padding: 11px 3px;
	}

	tbody > tr > th, tbody > tr > td {
		padding: 10px 3px;
	}

	.txt_etc > li {
		font-size: 14px;
	}
}
