html{
  scroll-behavior: smooth;
}
svg {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 50px auto 0;

  g {
    transform-origin: 50% 50%;

    path, circle {
      fill: #000;
      transition: background-color 200ms ease-in;

      &:hover {
        fill: #000;
      }
    }

    circle {
      stroke: white;
    }

    &:hover {
      cursor: pointer;
    }

  }
}
#tooltip {
  position: absolute;
  background-color: white;
  border: 1px solid #000;
  padding: 10px;
  font-size: 14px;
}
h2 {
  margin: 0;
  font-size: 20px;
}
}

.box_section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.box_section .top_setion {
  background-color: rgb(136, 136, 136);    
  padding-top: 5px;
  padding-bottom: 5px;
}

.box_section .title h2 {
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  font-weight: 700;
  font-family: sans-serif;
}
.box_section .left_col {
  width: 25%;
  padding: 0px 10px;
}

.box_section .rigt_col {
  width: 75%;
}

.box_section .two_col {
  display: flex;
  flex-wrap: wrap;
}

.box_section .content {
  padding-left: 10px;
}

.box_section .content a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-family: sans-serif;
  line-height: 1.42857143;
  font-weight: 400;
}


.box_section .four_col {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.box_section .four_box {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 45px;
}
.box_section .four_box:last-child {
  margin-top: 0px;
}
.box_section .box_img img {
  width: 100%;
}

.box_section .box_title h2 {
  font-size: 23px;
  text-align: center;
  font-weight: 500;
  font-family: sans-serif;
}

.box_section .list_content {
  list-style: none;
  font-size: 16px;
  line-height: 1.42857143;
  font-weight: 700;
  color: #2f2f2f;
  font-family: sans-serif;
  text-align: center;
}

.box_section .list_content a {
  color: #29333a;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}
.box_section .box_img img {
  width: 100%;
  border: 3px solid rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.4);
  display: block;
}

.box_section .divider_border {
  border-top: 5px solid #2f2f2f;
  padding: 0px 51px;
  margin: 20px 14px;
}
.box_section .list_content.list {
  font-size: 10px;
}
.box_section .content a:hover {
  text-decoration: underline;
}
.info-box {
  padding-top: 100px;
}
.box_section .four_box a {
  color: #911717;
}
@media only screen and (min-width: 0px) and (max-width: 770px){
  .box_section .four_box {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 45px;
  }
  .box_section .box_img {
    margin-top: 20px;
  }
  .box_section .box_img img {
    max-width: 200px;
    margin: 0 auto;
  }
  .box_section .left_col {
    width: 100%;
    padding: 0px 10px;
  }
  .box_section .rigt_col {
    width: 100%;
  }
  .box_section .content {
    margin-top: 20px ;
  }
}