.post-tit {
  position: relative;
}

g rect,
g circle {
  cursor: pointer;
}

.chartbinding {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -20px;
  margin-bottom: 80px;
}
.chartbinding .chart_example {
  display: none;
}
.chartbinding svg {
  width: 100%;
  height: 100%;
}
.chartbinding .focus {
  width: 100%;
  position: relative;
  z-index: 2;
}
.chartbinding .focus .path_line {
  fill: none;
  stroke-width: 4px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}
.chartbinding .focusArea1 {
  -webkit-filter: drop-shadow(-2px 2px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-2px 2px 2px rgba(0, 0, 0, 0.2));
}
.chartbinding .focusArea2 {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}
.chartbinding .context .path_line {
  fill: none;
  stroke-width: 2px;
}
.chartbinding .grid_g line {
  stroke: #d9d9d9;
}
.chartbinding .grid_none path {
  opacity: 0;
}
.chartbinding .grid_none line {
  stroke: transparent;
}
.chartbinding .axis--x path {
  stroke: transparent;
}
.chartbinding .axis--y path {
  stroke: transparent;
}
.chartbinding .zoom {
  position: relative;
  z-index: 1;
  cursor: move;
  fill: none;
  pointer-events: all;
  overflow: hidden;
  stroke: #d9d9d9;
}
.chartbinding .brush .overlay {
  stroke: #d9d9d9;
}
.chartbinding .chart-check {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
}
.chartbinding .comm_check {
  position: relative;
  margin-bottom: 10px;
  margin-left: 4%;
}
.chartbinding .comm_check input[type=checkbox]:checked + span .check {
  border-color: #f5821f;
  background-color: #f5821f;
}
.chartbinding .comm_check input[type=checkbox]:checked + span .check em {
  display: block;
}
.chartbinding .comm_check input[type=checkbox] + span {
  color: #000;
  font-size: 1rem;
  padding-left: 30px;
}
.chartbinding .comm_check input[type=checkbox] + span::before {
  content: none;
}
.chartbinding .comm_check input[type=checkbox] + span::after {
  content: none;
}
.chartbinding .comm_check input[type=checkbox] + span .check {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
.chartbinding .comm_check input[type=checkbox] + span .check em {
  content: "";
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 7px;
  border: solid #fff;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  border-radius: 2px;
}
.chartbinding .chart-legend {
  fill: #7f7f7f;
  font-size: 12px;
  text-anchor: end;
}
.chartbinding .chart-tip {
  fill: #000;
  font-size: 14px;
  text-anchor: end;
}

.toolTip {
  position: absolute;
  z-index: 3;
  min-width: 130px;
  height: 130px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  color: #000;
  overflow: hidden;
}
.toolTip .top {
  height: 50%;
  padding: 15px 10px;
  box-sizing: border-box;
}
.toolTip .top strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
}
.toolTip .top span {
  display: block;
  margin-top: 10px;
  color: #7f7f7f;
  font-size: 0.8125rem;
}
.toolTip .bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 50%;
  padding: 20px;
  background-color: #7f7f7f;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

@media all and (max-width: 1280px) {
  .chartbinding {
    margin-top: -1.5625vw;
    margin-bottom: 6.25vw;
  }
  .chartbinding .comm_check {
    margin-right: 1.5625vw;
  }
  .chartbinding .comm_check input[type=checkbox] + span .check {
    width: 1.875vw;
    height: 1.875vw;
  }
  .chartbinding .comm_check input[type=checkbox] + span .check em {
    top: 0.234375vw;
    left: 0.15625vw;
    width: 0.859375vw;
    height: 0.546875vw;
    border-width: 0 0 2px 2px;
  }
  .chartbinding .focus .path_line {
    stroke-width: 3px;
  }
}
@media all and (max-width: 720px) {
  .chartbinding {
    text-align: left;
    margin-top: -1.3888888889vw;
    margin-bottom: 11.1111111111vw;
  }
  .chartbinding .chart-check {
    display: inline-block;
    width: 100%;
  }
  .chartbinding .comm_check {
    width: auto;
    margin: 0 0 0.6944444444vw 2.7777777778vw;
  }
  .chartbinding .comm_check input[type=checkbox] + span {
    font-size: 0.6666666667rem;
    padding-left: 1.3333333333rem;
    line-height: 0.9166666667rem;
  }
  .chartbinding .comm_check input[type=checkbox] + span .check {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .chartbinding .comm_check input[type=checkbox] + span .check em {
    top: 1px;
    left: 1px;
    width: 1.5277777778vw;
    height: 0.9722222222vw;
    border-width: 0 0 2px 2px;
  }
  .chartbinding .focus .path_line {
    stroke-width: 2px;
  }
  .chartbinding .chart-legend {
    font-size: 12px;
  }
  .chartbinding .chart-tip {
    font-size: 12px;
  }
}