.LUNAR_CAL {
  margin: 0 auto;
}
.lineGraphWrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lineGraphWrapper img {
  max-width: 100%;
  height: auto;
}
.lineGraphSVG {
  position: absolute;
  bottom: 21.8%;
  max-width: 432px;
  max-height: 160px;
  width: 83%;
  height: 66%;
  -webkit-transform: translate(16%, 2%);
  -ms-transform: translate(16%, 2%);
  transform: translate(16%, 2%);
}
.MOBILE .lineGraphSVG {
  max-width: 70%;
  max-height: 55%;
}
.PC .lineGraphSVG {
  max-width: 70%;
  max-height: 55%;
}
.lineGraph {
  stroke-width: 3px;
  position: absolute;
}
.lineGraph polyline {
  fill: none;
}
.lineGraph circle {
  stroke: none;
}
/*線條為.97c24d，點點為.5f9600*/
.careerlineGraph{
  stroke:#59c8da;
}
.careerlineGraph circle {
  fill: #59c8da;
}
.wealthlineGraph{
  stroke:#63c449 ;
}
.wealthlineGraph circle {
  fill: #63c449;
}
.relationlineGraph{
  stroke:#ec56a7 ;
}
.relationlineGraph circle {
  fill: #ec56a7;
}