/* 참가자특전 */

.sub_sale_table {
	border-collapse:collapse;
	width:100%;
	border-top:solid 2px #000;
	font-size: 16px;
	color:#444;
}

.sub_sale_table th{
	background-color: #f4f4f4;
	color:#000000;
	line-height:60px;
	font-weight: 700;
	border-bottom: solid 1px #d5d5d5;
	border-right:solid 1px #d5d5d5;
	text-align: center;
}

.sub_sale_table th.lh_60{
	line-height:60px;
}

.sub_sale_table td {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color:#444;
	border-bottom: solid 1px #d5d5d5;
	border-right:solid 1px #d5d5d5;
	line-height: 1.6em;
    padding: 20px 0px;

}

.sub_sale_table td.left_1{
	padding-left: 10px;
	text-align: left;
}


.sub_sale_table .left{
	border-left:solid 1px #d5d5d5;
}

.sub_sale_table .top{
	border-top:solid 1px #d5d5d5;
}


.sub_sale_table .pink{
    color:#ff3f75;
}

@media all and (max-width:768px) {
    .sub_sale_table th.lh_60{
	line-height: 1.6;
}
.sub_sale_table th {
    font-size: 14px;
    line-height: 1.6;
}
.table_wrap {
    overflow: scroll;
}
.sub_sale_table td {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.6;
}
.sub_sale_table td.left_1 {
    padding-left: 5px;
}
}