.gap_img{position:absolute;z-index:0;top: -30%;}
#numberJJ_area{display:flex;flex-direction: column;align-items: center;position: relative;margin: -170px auto 0;width: 100%;}
#numberJJ_area .pos_rel{position: relative;width: min(1280px , 100%);margin: 0 auto;}
#fakeNumber{width: 97%;display:grid;margin-top: 80px;grid-template-columns: repeat(3,1fr);position: relative;margin: 29px auto;border-radius: 18px;box-shadow: 0 4px 20px 8px rgb(88 88 88 / 10%);padding: 80px 50px;background: white;}
#fakeNumber .statisticsItem{height: 121px;position: relative;overflow:hidden;padding: 3px 30px;display: flex;flex-direction: column;justify-content: center;}
#fakeNumber .statisticsItem:before{content:"";position: absolute;width: 2px;height: 50%;right: 0%;background: #6c6c6c;transform: rotate(29deg);}
#fakeNumber .statisticsItem:last-child:before{display:none;}
#fakeNumber .statisticsItem .numberBox{font-size:0;font-weight:700;font-family:"Roboto","Noto Sans TC",sans-serif;letter-spacing:0;margin-bottom: 7px;display: flex;align-items: flex-end;gap: 20px;position: relative;}
#fakeNumber .statisticsItem:last-child{border-right: rgb(255 255 255 / 32%) 1px solid;}
#fakeNumber .statisticsItem .numberBox .number{font-size: max(5.8 * (1vw + 1vh) / 2, 77px);line-height:0.8;background: #00aecc;background-clip:text;-webkit-background-clip:text;color:transparent;font-weight: 700;line-height: 100%;width: 175px;display: flex;justify-content: flex-end;}
#fakeNumber .statisticsItem .numberBox .unit{display:inline-block;font-size: max(2.2* (1vw + 1vh) / 2, 25px);line-height:1;margin-left:5px;background: var(--info);background-clip:text;-webkit-background-clip:text;color:transparent}
#fakeNumber .statisticsItem .numberBox .tt{font-size: max(2* (1vw + 1vh) / 2, 24px);vertical-align: bottom;margin-left: 7px;font-weight: 500;line-height: 100%;}
#fakeNumber .statisticsItem .title{letter-spacing:0.5px;font-size: max(1.2 * (1vw + 1vh) / 2, 18px);font-weight: 400;color: var(--info);}
#fakeNumber , #fakeNumber *{box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;}
@media screen and (max-width: 1280px) {
	
	#fakeNumber{padding: 50px 20px;}
	#fakeNumber .statisticsItem .numberBox .number{width: 135px;font-size: max(3 * (1vw + 1vh) / 2, 64px);}
	#fakeNumber .statisticsItem{padding: 15px 8px;height: auto;}
	#fakeNumber .statisticsItem .numinfo{margin-bottom:10px;}
}

@media screen and (max-width: 1024px) {
	#fakeNumber .statisticsItem:before{display:none;}
	
}


@media screen and (max-width: 768px) {
	#fakeNumber{display:flex;flex-direction: column;margin: 0 auto;width: 85%;}
	#fakeNumber .statisticsItem .numberBox , #fakeNumber .statisticsItem .numberBox .number{display:flex;justify-content: flex-start;}
	
}