.psm_table {
	display: table;
	margin: 10px 0 10px 0;
	border-collapse: separate;
	border-collapse: collapse;
	/*
	ie9¿¡¼­ border°¡ »ç¶óÁö´Â ¹ö±× ÇØ°á¹æ¹ý
	border-collapse:collapse;
	border-top:1px solid #fff;

	border-spacing: 0.2px;
	*/

	border-top:  1px solid #b2c1d4;
	border-left: 1px solid #b2c1d4;

	font-size: 14px;
	font-family: Arial,sans-serif;
	line-height: 1.68;
}

.psm_table td > ul {
	margin: 0;
	padding-left: 19px;
	list-style-type: none;
}

.psm_table td > ul > li {
	list-style: inherit;
	font-family: arial, sans-serif;
	text-align: left;
}

.psm_table td {
	border-right:  1px solid #b2c1d4;
	border-bottom: 1px solid #b2c1d4;
	padding: 7px 8px;
	color: #424242;
	text-align: center;
	font-size: 14px;
	font-family: Arial,sans-serif;
	line-height: 1.5;
	box-sizing: border-box;
}

.psm_table div {
	line-height: 1.6;
	font-family:  Arial,sans-serif;
}

.psm_table .td_text {
}

.psm_table .top_tit {
	font-weight: 500;
	background-color: #dae2e8;
}

.psm_table .left_tit {
	background-color: #f5f7f9;
}

.psm_table .br_line {
	width: 106%;
	border-bottom: 1px solid #b2c1d4;
	margin: 5px -1px 5px -4px;
	box-sizing: border-box;
	width: calc( 100% + 8px );
}

.cell_div_g{
	display: table;
	width: 100%;
	height: 100%;
	height: calc( 100% + 8px );
}

.cell_div_g > .garo{
	display: table-cell;
	vertical-align: middle;
}

.cell_div_g > .garo:not(:first-child) {
	border-left: 1px solid #b2c1d4;
}

.cell_div_s{
	display: table;
	width: 100%;
	height: 100%;
}

.cell_div_s > .sero{
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ¸ð¹ÙÀÏ È­¸éÀÌ 480px ÀÌÇÏ*/
@media (max-width: 479px) {

	.psm_table {
		width: 100%;
		margin: 8px 0px;
		font-size: 16px;
	}

	.psm_table .top_tit {
		font-size: 0.92em;		
	}

	.psm_table td {
		min-width: 40px;
		max-width: 130px;
		font-size: 0.98em;
	}

	.cell_div_g > .garo{
		min-width: 40px;
		max-width: 130px;
	}
	
}

/* ¸ð¹ÙÀÏ 480~767 */
@media (min-width: 480px) and (max-width: 767px) {

	.psm_table {
		width: 100%;
		margin: 8px 0px;
		font-size: 15.5px;
	}

	.psm_table .top_tit {
		font-size: 0.92em;		
	}

	.psm_table td {
		min-width: 55px;
		max-width: 170px;
		font-size: 0.98em;
	}

	.cell_div_g > .garo{
		min-width: 50px;
		max-width: 165px;
	}

}

/* ÅÂºí¸´ */
@media (min-width: 768px) and (max-width: 1023px) {

	.psm_table {
		width: 99%;
		max-width: 775px;
		font-size: 15px;
	}
	
	.psm_table .top_tit {
		font-size: 1.00em;		
	}	

	.psm_table td {
		min-width: 55px;
		max-width: 270px;
		font-size: 1.06em;
	}

	.cell_div_g > .garo{
		min-width: 50px;
		max-width: 165px;
	}

}