/* 공통 */ .dashboard h2.title{font-size:32px;font-weight:700;padding:0 40px;} .dashboard .box_title{width:100%;font-size:20px;font-weight:700;} .dashboard .box_wrap{display:flex;height:calc(100% - 154px);flex-wrap:wrap;justify-content:flex-start;padding:20px 40px 40px;box-sizing:border-box;gap:30px;} .dashboard .box{width:calc((100%/3) - 20px);height:auto;border-radius:5px;border:5px solid #EFF2F9;background:#fff;} .dashboard .box_tit{display:flex;height:60px;align-items:center;justify-content:space-between;padding:0 25px;border-bottom:1px solid #E6E8EB;box-sizing: border-box;} .dashboard .box_tit p{font-size:20px;font-weight:bold;letter-spacing:-0.5px;color:#333;} .dashboard .box_tit p span{font-size:16px;font-weight:400;color:#81899C;padding:0 0 0 4px;} .dashboard .box_tit .btn_plus{display:flex;font-size:16px;font-weight:300;color:#aaa;letter-spacing:-0.5px;align-items:center;gap:8px;} .dashboard .box_tit .btn_plus i{display:inline-block;width:14px;height:14px;background:url(../images/component/icon_plus.png) no-repeat center center;margin:-2px 0 0 0;transition:all .5s;} .dashboard .box_tit .btn_plus:hover{color:#666;font-weight:400;} .dashboard .box_tit .btn_plus:hover i{transform:rotate(90deg);} .dashboard .box_cont{position:relative;height:calc(100% - 60px);padding:8px 20px 20px;box-sizing:border-box;} /* //공통 */ /* 차트 */ .box.chart_box{width:100%;height:100%;} .chart_box canvas{width:100%;height:100%;} /* //차트 */