@charset "utf-8";


/* KPI */
.kpi-wrap { position: relative; width: 100%; padding: 0 10px 31px; overflow: hidden; white-space: nowrap; height: 144px; }
.kpi-wrap .box {position: relative; height: 112px; margin: 0 2.5px 5px 2.5px; text-align: center; background: #edf0fb; border-radius: 10px; display: inline-block;}
.kpi-wrap.col-2 .box { width: calc(50% - 5px); }
.kpi-wrap.col-3 .box { width: calc(33% - -1px); }
.kpi-wrap.col-4 .box { width: calc(25% - 6px); }
.kpi-wrap .box .align { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 97%;}
.kpi-wrap .box .tit { font-size: 1.3rem; color: #707ba0; font-weight: 500; line-height: 1.2; white-space: pre-wrap; }
.kpi-wrap .box .num { position: relative; font-size: 2.9rem; font-weight: 900; color: #1e2e6a; display: inline-block;}
.kpi-wrap .box .num.up,
.kpi-wrap .box .num.down { padding-right: 15px; }
.kpi-wrap .box .num.down:after { position: absolute; top: 23px; right: 0; content: ''; width:0; height:0; border-left: 4px solid transparent; border-right: 4px solid transparent;  z-index: 1; border-top: 6px solid #456cfd;}
.kpi-wrap .box .num.up:after { position: absolute; top: 23px; right: 0; content: ''; width:0; height:0; border-left: 4px solid transparent; border-right: 4px solid transparent;  z-index: 1; border-bottom: 6px solid #d5412d;}
.kpi-wrap .kpi-arr { position: absolute; bottom: 0; right: 0; height: 20px; }
.kpi-wrap .kpi-arr a { display: inline-block; padding: 5px 7px; background: #eaeaea; height: 20px; }
.kpi-wrap .kpi-arr a img { width: 6px; height: 9px; }
.kpi-wrap .kpi-arr a.next img { transform: rotate(180deg); }
.kpi-wrap .kpi-arr a:hover { background: #DFDFDF; }