/*
Theme Name: emanon-premium-child
Template: emanon-premium
Version: 1.00
*/

@import url('../emanon-premium/style.css');

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  top: 0;
  left: 0;
}

#loading .loading-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes rotate {
  0% { transform: rotate(0); }
  100% { transform: rotate(360deg); }
}

#loading .rotate-block {
  position: absolute;
  top: calc(50% - 125px);
  left: calc(50% - 125px);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid #aaa;
  animation: rotate 1.5s linear infinite;
}


#loading .rotate-block .circle-item-a {
  position: absolute;
  top: calc(50% - 135px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
}

#loading .rotate-block .circle-item-b {
  position: absolute;
  top: calc(50% + 125px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
}

#loading .loading-txt {
  position: absolute;
  top: calc(50% + 30px);
  left: calc(50% - 48px);
  width: 100px;
  text-align: center;
  letter-spacing: 1.5px;
  font-size: 0.7rem;
}

#loading img {
  width: 250px;
}

#loading, #loading img {
  right: 7px!important;
}

.add_main-bisual {
  position: absolute;
  z-index: 99;
  top: 50px;
  left: 40px;
}

.l-content__sm h3 {
  font-size: 2rem;
  letter-spacing: 5px;
}

@media(max-width:700px) {
  .l-content__sm h3 {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.scroll-icon-body {
  color: #fff;
  position: absolute;
  top: 100px;
  left: calc(50% - 23px);
  width: 46px
}

.scroll-icon {
  padding-top: 80px;
}
.scroll-icon span {
  position: absolute;
  top: 130px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left:-15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  cursor: pointer;
}
.scroll-icon span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
.scroll-icon span::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 18px;
  height: 18px;
  content: '';
  margin-left: -9px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  cursor: pointer;
}

.scroll-text {
  color: #fff;
  position: absolute;
  top: 200px;
  left: 0;
  cursor: pointer;
}

.btn_contact {
	margin-top: 50px!important;
}

.postid-3476 .article-body > * {
	margin-top: 15px;
}

.postid-3476 .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 100%;
}

.wp-block-image .wp-image-3492 {
	max-width: 1000px;
	width: 100%;
}