@charset "utf-8";

.nose .sub_title ul{ text-align: center; }
.nose .sub_title li{ display: inline-block; padding: 5% 0 0 10px; }
.nose .sub_title li span{ padding: 5px 20px; color: #fff; display: block; border-right: 45px solid transparent; border-bottom: 45px solid #7a6a56; height: 0; line-height: 55px; }

.chin .sub_title ul{ text-align: center; }
.chin .sub_title li{ display: inline-block; padding: 5% 0 0 10px; }
.chin .sub_title li span{ padding: 5px 20px; color: #fff; display: block; border-right: 45px solid transparent; border-bottom: 45px solid #7a6a56; height: 0; line-height: 55px; }

@media (max-width:991px) {
	.nose .sub_title li{ float: left; width: 33.3%; padding: 2% 5px 0 5px; }
	.nose .sub_title li span{ display: block; height: auto; padding: 5% 0; line-height: 1.5em; color: #fff; border-right: 0px; border-bottom: 0; background: #7a6a56; }
	
	.chin .sub_title li{ float: left; width: 33.3%; padding: 2% 5px 0 5px; }
	.chin .sub_title li span{ display: block; height: auto; padding: 5% 0; line-height: 1.5em; color: #fff; border-right: 0px; border-bottom: 0; background: #7a6a56; }
}