.csd-panf {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}
.csd-panf img {
  width: 100%;
}

.csd-to-contact {
  position: fixed;
  bottom: 50px;
  right: 0;
  width: 230px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .csd-to-contact {
    width: 150px;
    bottom: 30px;
  }
}
.csd-to-contact a img {
  width: 100%;
}
.csd-to-contact__close {
  width: 22px;
  position: absolute;
  top: -11px;
  left: -11px;
  cursor: pointer;
}
.csd-to-contact__close:hover {
  opacity: 0.8;
}

.csd-contact {
  width: 900px;
  max-width: calc(100% - 30px);
  margin: auto;
}
.csd-contact__head {
  color: #009b6b;
  text-align: center;
  font-size: 42px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}
.csd-contact__flex {
  display: flex;
  margin-bottom: 10px;
}
.csd-contact__pay {
  background: #009b6b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7em;
  border-radius: 5px;
  margin-right: 10px;
}
.csd-contact__caption {
  width: calc(100% - 9em);
}

.opening {
  width: 1000px;
  max-width: calc(100% - 30px);
  margin: 50px auto;
  text-align: right;
}
.opening__a {
  text-decoration: underline !important;
  text-align: center;
  color: #009b6b !important;
}
.opening__a i {
  margin-right: 5px;
}

.old {
  margin: 30px auto;
  width: 100%;
  background: #009b6b;
  text-align: center;
  padding: 50px;
  color: #fff;
  max-width: 1200px;
}
.old__head {
  font-size: 24px;
}
.old__head span {
  font-weight: bold;
}
.old__btn {
  font-size: 18px;
  display: inline-block;
  padding: 10px 20px;
  background: #e95513;
  color: #fff !important;
}

.csd-note {
  max-width: calc(100% - 30px);
  width: 860px;
  margin: auto;
  margin-top: 30px;
  line-height: 1.8;
  letter-spacing: 0.01;
}

.cover {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  color: #fff;
}
.cover__head {
  font-size: 28px;
  text-align: center;
}
.cover__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #009b6b;
  padding: 30px;
  width: 500px;
  max-width: 95%;
}
.cover__a {
  background: #e95513;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  color: #fff !important;
}
.cover__a + .cover__a {
  margin-top: 10px;
}

.none {
  display: none !important;
}

.csd-practice {
  max-width: calc(100% - 30px);
  width: 840px;
  margin: auto;
  border: 1px solid #009b6b;
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.csd-practice__head {
  font-size: 24px;
  text-align: center;
  width: 100%;
  color: #009b6b;
}
.csd-practice__btn {
  background-color: #009b6b;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 100px;
  align-items: center;
  display: flex;
  width: 200px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.csd-practice__btn:hover {
  color: #fff;
}
.csd-practice__past {
  color: #009b6b !important;
  display: block;
  margin-top: 5px;
}/*# sourceMappingURL=csd.css.map */