@font-face {
  font-family: "NotoSerif-Regular";
  src: url("../font/NotoSerif-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSerif-Bold";
  src: url("../font/NotoSerif-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFD-Bold";
  src: url("../font/SFD-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 1.65;
  position: relative;
  font-weight: normal;
  overflow-x: hidden;
  font-family: "Noto Serif";
  background: #fff;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body label,
body ul,
body li,
body .card,
body a {
  text-decoration: none !important;
  outline: none !important;
}

main {
  margin-top: 44px;
}

.emag-center {
  text-align: center;
}

.credit-emg {
  max-width: 660px;
  margin: 0 auto;
}

.adm-emag {
  padding: 0 0 80px 0;
  position: relative;
  overflow-x: hidden;
  background: #f5e3d7;
  text-align: justify;
}
.adm-emag img {
  max-width: 100% !important;
  width: auto;
  display: inline;
}

.text-center {
  text-align: center;
}

.cover-emag {
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
}
.cover-emag .avr-cover img {
  width: 100%;
}

.video-emag {
  width: 660px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.video-emag video {
  width: 100%;
  height: auto;
}

.sapo-desc {
  margin-bottom: 100px;
}

.title-emag {
  margin-bottom: 45px;
}

.text-emag {
  max-width: 660px;
  margin: 0 auto 45px auto;
}
.text-emag p {
  font-family: "NotoSerif-Regular";
  margin-bottom: 20px;
  color: #333333;
}
.text-emag p:last-child {
  margin-bottom: 0;
}

.detail-emag {
  margin: 0 auto 45px auto;
  position: relative;
  line-height: 1.3;
}

.credit-emg {
  max-width: 660px;
  margin: 0 auto;
  color: #333;
  font-family: "NotoSerif-Regular";
}
.credit-emg ul {
  list-style: none;
  line-height: 1;
  border-left: 5px solid #ff6a03;
  padding-left: 20px;
  font-weight: 600;
}
.credit-emg ul li {
  margin-bottom: 10px;
}
.credit-emg ul li:last-child {
  margin-bottom: 0;
}

.link-inline-content {
  color: #102047 !important;
  text-decoration: none !important;
  font-size: 17px !important;
}/*# sourceMappingURL=style.css.map */