.cn-freeHtmlEdit{
  margin-bottom: 0;
}

.goto_modal_bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.goto_modal {
  width: 960px;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 2px solid #137a7f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.goto_modal ::-webkit-scrollbar {
  display: none;
}
.modalInner {
  height: 382px;
  padding: 32px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.goto_ttl {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 12px 18px;
  margin-bottom: 30px;
  line-height: 1;
  background-color: #84ccc9;
  border: 1px solid #d6dce1;
}
.goto_contents {
  margin: 0 auto 24px;
  font-size: 18px;
  line-height: 1.8;
}
.goto_contents small {
  font-size: 14px;
}
.goto_contents span {
  color: #2b868a;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 130px;
}
.goto_contents li {
  padding-left: 1em;
  text-indent: -1em;
}
.goto_modal_close {
  padding: 5px;
  cursor: pointer;
}
.btn-unit {
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 35px;
}
.freeD_btn {
  letter-spacing: -.4em;
}
.freeD_btn li {
  display: inline-block;
  width: 320px;
  margin: 0 38px;
  letter-spacing: normal;
  vertical-align: top;
}
.freeD_btn li .back {
  color: #137A7F;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #E3E3E3 100%);
  border-color: #D5DBE0;
}
.goto_check {
  opacity: 0;
}
.freeD_btn li a {
  font-size: 14px;
}