.page_scroll_wrap {
  -webkit-transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
}
body {
  height: 100%;
}
body::-webkit-scrollbar,
.page_scroll_wrap::-webkit-scrollbar {
  width: 0px;
  height: 0;
}
body::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 10px;
}
body::-webkit-scrollbar-track {
  background-color: transparent;
}
::-moz-selection {
  background: #cbcbcb;
  color: #fff;
}
::selection {
  background: #cbcbcb;
  color: #fff;
}
body {
  height: 100vh;
  left: 0;
  transition: all 0.4s ease;
  position: relative;
  -webkit-text-size-adjust: 100% !important;
}
body.active .fix {
  top: -31rem;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
body.active .fix .top {
  background: #000;
}
body.active .fix .header .logo a .lg1 {
  display: none;
}
body.active .fix .header .logo a .lg2 {
  display: block;
}
body.active .fix .nav ul li a {
  color: #212121;
}
body.active .fix .header .header-right .header-search .pull-right a {
  background: url(../images/search1.png) no-repeat center center;
  background-size: 18rem !important;
}
html {
  -webkit-font-smoothing: antialiased;
}
main {
  display: block;
}
#contents {
  position: relative;
}
/*.ani_style3 {
  opacity: 0;
}
.ani_style1 {
  opacity: 0;
}
.ani_style1.is-inview {
  animation: 1s aniStyle2 0.3s;
  animation-fill-mode: forwards;
}
.ani_style3.is-inview {
  animation: 1s aniStyle3 0.3s;
  animation-fill-mode: forwards;
}
@keyframes aniStyle1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aniStyle2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
}
@keyframes aniStyle3 {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 1200px) {
  .ani_style3 {
    opacity: 1;
  }
  .ani_style1 {
    opacity: 1;
  }
  #contents {
    position: relative;
    overflow: hidden;
  }
}
*/