.publication {
  padding: 24px 0 120px;
}
@media (max-width: 768px) {
  .publication {
    padding: 8vw 0 26.6666666667vw;
  }
}
.publication-container {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .publication-container {
    max-width: 100%;
    padding: 0;
  }
}
.publication-title {
  margin-top: 38px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .publication-title {
    margin-top: 9.8666666667vw;
    font-size: 6.4vw;
  }
}
.publication-subtitle {
  margin-top: 58px;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .publication-subtitle {
    margin-top: 8.6666666667vw;
    font-size: 5.0666666667vw;
    line-height: 1.4;
  }
}
.publication-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .publication-text {
    gap: 2.4vw;
    margin-top: 2.9333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}
.publication-contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 18px;
  padding: 23px 20px;
  border-top: solid 1px #f5315e;
  border-bottom: solid 1px #f5315e;
  background-color: #f9f5f6;
}
@media (max-width: 768px) {
  .publication-contents {
    gap: 3.7333333333vw;
    margin-top: 5.0666666667vw;
    padding: 3.2vw 2.6666666667vw;
  }
}
.publication-contents p {
  color: #f5315e;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .publication-contents p {
    font-size: 3.4666666667vw;
  }
}
.publication-contents p span {
  margin-right: 4px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .publication-contents p span {
    margin-right: 1.6vw;
  }
}
.publication-desc {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .publication-desc {
    margin-top: 5.6vw;
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
}
.publication-attn {
  margin-top: 14px;
  font-size: 13px;
}
@media (max-width: 768px) {
  .publication-attn {
    margin-top: 3.2vw;
    padding-left: 1em;
    font-size: 3.2vw;
    line-height: 1.4;
    text-indent: -1em;
  }
}
.publication__terms {
  height: 400px;
  margin-top: 60px;
  padding: 34px 40px;
  border: solid 1px #000;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .publication__terms {
    height: 106.6666666667vw;
    margin-top: 8.5333333333vw;
    padding: 6.4vw 2.1333333333vw;
  }
}
.publication__terms h3 {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 768px) {
  .publication__terms h3 {
    font-size: 4.8vw;
  }
}
.publication__terms-desc {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .publication__terms-desc {
    margin-top: 6.1333333333vw;
    font-size: 3.4666666667vw;
  }
}
.publication__terms-contents {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .publication__terms-contents {
    margin-top: 6.4vw;
  }
}
.publication__terms-contents h4 {
  font-size: 18px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .publication__terms-contents h4 {
    font-size: 4.4vw;
  }
}
.publication__terms-contents-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .publication__terms-contents-text {
    gap: 4vw;
    margin-top: 3.2vw;
  }
}
.publication__terms-contents-text p {
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .publication__terms-contents-text p {
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
}
.publication-button {
  margin-top: 52px;
  text-align: center;
}
@media (max-width: 768px) {
  .publication-button {
    margin-top: 8vw;
  }
}
.publication-button a {
  position: relative;
  display: inline-block;
  width: 400px;
  padding: 26px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 100vw;
  background-color: #f5315e;
  transition: all 0.25s;
}
@media (max-width: 768px) {
  .publication-button a {
    width: 66.6666666667vw;
    padding: 4vw 0;
    font-size: 4vw;
    border: solid 0.5333333333vw #f5315e;
  }
}
.publication-button a:hover {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  background-color: #f5315e;
}
.publication-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 18px;
  height: 18px;
  background: url(../img/util/arrow-icon-white.png) no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .publication-button a::after {
    right: 3.7333333333vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}/*# sourceMappingURL=publication.css.map */