@charset "UTF-8";
/*****************************************************
	/*실리프팅*/

.th-lift-module .lift_area{
	padding:80px 0 130px;
	max-width: 500px;
	margin:0 auto;
	letter-spacing: -1px;
	word-break : keep-all;
}

.th-lift-module .lift_area .ds-tit{
	padding-bottom:30px;
}

.th-lift-module .lift_list{
	width: 90%;
	margin:20px auto 0;
	color:#5E5E5E;
	text-align: center;
}

.th-lift-module .lift_list th{
	padding:10px;
}

.th-lift-module .lift_list td{
	padding:10px;
}

.th-lift-module .lift_list .color0{
	margin-top:30px;
	background-color:#C5996B;
	color:#fff;
}

.th-lift-module .lift_list .color0 th:nth-child(1){
	width:16%;
}
.th-lift-module .lift_list .color0 th:nth-child(2){
	width:42%;
}

.th-lift-module .lift_list .color0 th:nth-child(3){
	width:42%;
}

.th-lift-module .third .color0 th:nth-child(1){
	width:16%;
}

.th-lift-module .third .color0 th:nth-child(2){
	width:84%;
}


.th-lift-module .lift_list .color0 tr:nth-child(1){
	width:70px;
}

.th-lift-module .lift_list .color1{
	background-color:#F1F3F6;
}

.th-lift-module .lift_list .color2{
	background-color:rgba(250, 229, 208, 0.2);
}