@charset "UTF-8";

/*box2
---------------------------------------------------------*/
.box2 .med_border_list > li:first-child{
	padding-top: 60px;
	margin-top: 60px;
	border-top: 1px solid rgba(66,57,50,0.5);
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box2 .med_border_list > li:first-child{
	padding-top: 6%;
	margin-top:6%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2 .med_border_list > li:first-child{
	padding-top: 8%;
	margin-top:8%;
}
}