* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/SVN-Gotham.woff2") format("woff2"), url("../fonts/SVN-Gotham.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/SVN-GothamBold.woff2") format("woff2"), url("../fonts/SVN-GothamBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/SVN-GothamItalic.woff2") format("woff2"), url("../fonts/SVN-GothamItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/SVN-GothamLight.woff2") format("woff2"), url("../fonts/SVN-GothamLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GOOD-NEWS";
  src: url("../fonts/GOODNEWSPERSONALUSE.woff2") format("woff2"), url("../fonts/GOODNEWSPERSONALUSE.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  box-sizing: border-box;
  font-size: 19px;
  line-height: 1.65;
  position: relative;
  font-weight: normal;
  font-family: "Noto Serif", serif;
  background: #FFFAED;
  color: #3F3F3F;
}
@media (max-width: 1364px) {
  body {
    font-size: 17px;
  }
}
body::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
body::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb {
  background-color: #FFDF91;
}
body.active {
  overflow: hidden;
}
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;
}
body .w-100 {
  width: 100% !important;
}

html.active {
  overflow: hidden;
}

main {
  margin-top: 44px;
}
main .mb-0 {
  margin-bottom: 0 !important;
}

div#mingid_comments_content {
  display: none !important;
}

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

.adm-emag {
  position: relative;
  overflow: hidden;
}
.adm-emag img {
  max-width: 100%;
  width: auto;
  display: inline;
}

.text-emag {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.text-emag p {
  margin-bottom: 20px;
}

.emag-cover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.emag-cover .title-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.emag-cover .title-cover img {
  width: 48.5%;
}

.box-cover {
  position: absolute;
  transition: 0.4s all !important;
}
.box-cover img {
  width: 100%;
}
.box-cover.box-1 {
  top: 20%;
  left: 0;
  width: 32.5%;
  z-index: 4;
}
.box-cover.box-1:hover {
  transform: scale(1.04) rotate(4deg);
}
.box-cover.box-2 {
  top: 32%;
  left: 23%;
  width: 35%;
  z-index: 3;
}
.box-cover.box-2:hover {
  transform: scale(1.04) rotate(-4deg);
}
.box-cover.box-3 {
  top: 21%;
  left: 47%;
  width: 31%;
  z-index: 2;
}
.box-cover.box-3:hover {
  transform: scale(1.04) rotate(4deg);
}
.box-cover.box-4 {
  top: 34%;
  right: 0;
  width: 31%;
  z-index: 1;
}
.box-cover.box-4:hover {
  transform: scale(1.04) rotate(-4deg);
}

.emag-sapo {
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 100%;
}
.emag-sapo .icon img {
  width: 7vw;
}
.emag-sapo .sapo {
  padding: 24px 0;
  color: #E3350C;
  font-family: "GOOD-NEWS";
  text-transform: uppercase;
  font-size: 2.54vw;
  font-weight: bold;
  line-height: normal;
}
.emag-sapo .sapo img {
  width: 61.5vw;
}
.emag-sapo .desc {
  font-family: "SVN-Gotham";
  font-size: 1.34vw;
  color: #6D6D6D;
  line-height: normal;
  letter-spacing: 0.8px;
}

.box-emag-content {
  background-color: #FFFAED;
  position: fixed;
  width: 100%;
  top: 0;
  left: 30vw;
  transition: 0.6s all !important;
  z-index: 6;
  overflow: auto;
  height: 100%;
  padding-top: 44px;
  padding-bottom: 60px;
  pointer-events: none;
  opacity: 0;
}
.box-emag-content.active {
  left: 0;
  opacity: 1;
  pointer-events: unset;
}
.box-emag-content .back-home {
  position: absolute;
  z-index: 4;
  top: 24px;
  left: 24px;
  width: 16%;
}
.box-emag-content .back-home a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-emag-content .banner {
  position: relative;
  font-family: "SVN-Gotham";
  color: #484213;
  letter-spacing: 0.8px;
  margin-bottom: 80px;
}
.box-emag-content .banner .desc {
  position: absolute;
  top: 7.2%;
  left: 25%;
  z-index: 2;
  width: 50%;
  font-size: 1.07vw;
  line-height: normal;
}
.box-emag-content .banner .desc p {
  margin-bottom: 16px;
}
.box-emag-content .banner .desc p:last-child {
  margin-bottom: 0;
}
.box-emag-content .title-single {
  position: absolute;
  z-index: 2;
  top: 34%;
  left: 0;
  width: 100%;
}
.box-emag-content .title-single img {
  width: 30.1vw;
}

.txt-emag {
  max-width: 660px;
  width: 100%;
  margin: 0 auto 80px auto;
}
.txt-emag p {
  margin-bottom: 20px;
}
.txt-emag p:last-child {
  margin-bottom: 0;
}

.detail-emag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  margin-bottom: 80px;
}

.other-emag {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

/*# sourceMappingURL=style.css.map */
