@charset "euc-kr";


.sec-2 .w50:first-child span font{width: 70%;}

.sec-2 .w50:nth-child(2) font{width: 45%;}

@media screen and (max-width:1500px) {
.sec-2 .w50:first-child span font{width: 75%;}
.sec-2 .w50:nth-child(2) font{width: 65%;}
}

@media screen and (max-width:960px) {
.sec-2 .w50:first-child span font{width: 75%;}
.sec-2 .w50:nth-child(2) font{width: 75%;}
}