@charset "utf-8";
/* CSS Document */

#performance .sec1{width:1200px;margin: 30px auto 200px;overflow: hidden;}
#performance .sec1 .box{width:280px;position: relative;float: left;border-bottom: 1px dotted #ccc;margin:0 25px 20px 0;padding-bottom: 20px;}
#performance .sec1 .box:nth-of-type(4),#performance .sec1 .box:nth-of-type(8),#performance .sec1 .box:nth-of-type(12){margin-right:0px;}
#performance .sec1 .box figure{box-shadow:4px 6px 10px -2px #808080;}
#performance .sec1 .box figure img{display: block;}
#performance .sec1 p.btn{width:30px;position: absolute;bottom: 80px;right: 10px;}
#performance .sec1 .box figcaption{color: #fff;background-color: #02408d;padding: 10px 0 10px 10px;margin-top: 20px;}

@media print,screen and (max-width: 960px) {
	#performance .sec1{width: auto;margin: 0 2% 8%;}
	#performance .sec1 .box{width:49%;margin: 0 1% 5% 0;padding-bottom:5%;}
	#performance .sec1 .box:nth-of-type(even){margin-right:0;}
	#performance .sec1 p.btn{width:20px;bottom:75px;}
	#performance .sec1 .box figcaption{font-size: 12px;font-size: 1.2rem;}
}