.psm_table {
	display: table;
	margin: 10px 0px 10px 20px;
	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;
}

/* ¸ð¹ÙÀÏ È­¸éÀÌ 480px ÀÌÇÏ*/
@media (max-width: 480px) {
	.psm_table {
		width: 100%;
		margin: 8px 0px;
	}

	.psm_table td {
		min-width: 40px;
		max-width: 130px;
		font-size: 13px;
	}

	.cell_div_g > .garo{
		min-width: 40px;
		max-width: 130px;
	}
}


/* pc ÃÖ¼Ò È­¸éÀÌ 480px º¸´Ù Å« °Í*/
@media (min-width: 480px)  {

	.psm_table {
		width: 100%;
		margin: 8px 0px;
	}

	.psm_table td {
		min-width: 55px;
		max-width: 170px;
	}

	.cell_div_g > .garo{
		min-width: 50px;
		max-width: 165px;
	}
}

/* pc ÃÖ¼Ò È­¸éÀÌ 940px º¸´Ù Å« °Í*/
@media (min-width: 940px)  {

	.psm_table {
		width: 99%;
		max-width: 775px;
	}

	.psm_table td {
		min-width: 55px;
		max-width: 270px;
		font-size: 14px;
	}

	.cell_div_g > .garo{
		min-width: 50px;
		max-width: 165px;
	}
}


.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: bold;
	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;
}