@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Nanum+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap");
/*top */
.top-content {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.top-box {
  width: 100%;
  height: 100%;
  position: absolute;
}
.top-box:nth-child(1) .top-text {
  right: 10%;
  bottom: 25%;
}
.top-box:nth-child(1) .top-pic {
  background-position: center left;
  -moz-transform: translateY(-40px) scale(1.1) perspective(500px);
  -ms-transform: translateY(-40px) scale(1.1) perspective(500px);
  -webkit-transform: translateY(-40px) scale(1.1) perspective(500px);
  transform: translateY(-40px) scale(1.1) perspective(500px);
}
.top-box:nth-child(2) .top-text {
  left: 10%;
  bottom: 20%;
}
.top-box:nth-child(2) .top-pic {
  background-position: center left;
  -moz-transform: scale(1) perspective(500px);
  -ms-transform: scale(1) perspective(500px);
  -webkit-transform: scale(1) perspective(500px);
  transform: scale(1) perspective(500px);
}
.top-box:nth-child(3) .top-text {
  left: 13%;
  bottom: 15%;
}
.top-box:nth-child(3) .top-pic {
  background-position: center 75%;
  -moz-transform: translateX(20px) scale(1.1) perspective(500px);
  -ms-transform: translateX(20px) scale(1.1) perspective(500px);
  -webkit-transform: translateX(20px) scale(1.1) perspective(500px);
  transform: translateX(20px) scale(1.1) perspective(500px);
}
.top-box.move-img:nth-child(1) .top-pic {
  -moz-transform: translateY(20px) scale(1.1) perspective(500px);
  -ms-transform: translateY(20px) scale(1.1) perspective(500px);
  -webkit-transform: translateY(20px) scale(1.1) perspective(500px);
  transform: translateY(20px) scale(1.1) perspective(500px);
}
.top-box.move-img:nth-child(2) .top-pic {
  -moz-transform: scale(1.1) perspective(500px);
  -ms-transform: scale(1.1) perspective(500px);
  -webkit-transform: scale(1.1) perspective(500px);
  transform: scale(1.1) perspective(500px);
}
.top-box.move-img:nth-child(3) .top-pic {
  -moz-transform: translateX(-40px) scale(1.1) perspective(500px);
  -ms-transform: translateX(-40px) scale(1.1) perspective(500px);
  -webkit-transform: translateX(-40px) scale(1.1) perspective(500px);
  transform: translateX(-40px) scale(1.1) perspective(500px);
}
.top-box.move-img .top-tpt, .top-box.move-img .top-bot, .top-box.move-img .top-discr, .top-box.move-img .top-award {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.top-box.move-img .top-line {
  -moz-transform: rotate(-45deg) scaleX(1);
  -ms-transform: rotate(-45deg) scaleX(1);
  -webkit-transform: rotate(-45deg) scaleX(1);
  transform: rotate(-45deg) scaleX(1);
}
.top-box .top-title {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: calc(50% + 60px);
  left: 50%;
  opacity: 0;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  -o-transition: -o-transform 0.5s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.top-box .top-title.show {
  opacity: 1;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top-box .top-pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  -moz-transition: -moz-transform 0s;
  -o-transition: -o-transform 0s;
  -webkit-transition: -webkit-transform 0s;
  transition: transform 0s;
  -moz-transition-duration: 8s;
  -o-transition-duration: 8s;
  -webkit-transition-duration: 8s;
  transition-duration: 8s;
}
.top-box .top-text {
  position: absolute;
  color: #fff;
  max-width: 400px;
}
.top-box .top-tbox {
  font-size: 28px;
  display: flex;
  align-items: center;
  line-height: 28px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.top-box .top-tpt {
  margin-top: -30px;
  margin-right: -10px;
  opacity: 0;
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -moz-transition: -moz-transform 0.8s, opacity 0.5s;
  -o-transition: -o-transform 0.8s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.5s;
  transition: transform 0.8s, opacity 0.5s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.top-box .top-bot {
  margin-bottom: -30px;
  margin-left: -10px;
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: -moz-transform 0.8s, opacity 0.5s;
  -o-transition: -o-transform 0.8s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.5s;
  transition: transform 0.8s, opacity 0.5s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.top-box .top-line {
  width: 60px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  -moz-transform: rotate(-45deg) scaleX(0);
  -ms-transform: rotate(-45deg) scaleX(0);
  -webkit-transform: rotate(-45deg) scaleX(0);
  transform: rotate(-45deg) scaleX(0);
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  -o-transition: -o-transform 0.5s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.top-box .top-discr {
  color: #eee;
  letter-spacing: 2px;
  padding-top: 60px;
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: -moz-transform 0.8s, opacity 0.5s;
  -o-transition: -o-transform 0.8s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.5s;
  transition: transform 0.8s, opacity 0.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.top-box .top-award {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: -moz-transform 0.8s, opacity 0.5s;
  -o-transition: -o-transform 0.8s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.5s;
  transition: transform 0.8s, opacity 0.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.top-box .top-award img {
  height: 30px;
  margin-top: 3px;
  margin-right: 3px;
}

@media screen and (max-width: 1100px) {
  .top-box .top-tbox {
    font-size: 24px;
  }
  .top-box .top-title {
    font-size: 24px;
  }
  .top-box:nth-child(1) .top-pic {
    background-position: 25% center;
  }
  .top-box:nth-child(2) .top-pic {
    background-position: 30% center;
  }
  .top-box:nth-child(3) .top-pic {
    background-position: 40% center;
  }
}
@media screen and (max-width: 800px) {
  .top-box:nth-child(1) .top-pic {
    background-position: 35% center;
  }
  .top-box:nth-child(2) .top-pic {
    background-position: 25% center;
  }
  .top-box:nth-child(3) .top-pic {
    background-position: 15% center;
  }
}
@media screen and (max-width: 640px) {
  .top-box:nth-child(1) .top-text {
    left: 0;
    bottom: 15%;
    top: unset;
    right: unset;
  }
  .top-box:nth-child(1) .top-pic {
    background-position: 70% center;
    -moz-transform: translateY(-10px) scale(1.1) perspective(500px);
    -ms-transform: translateY(-10px) scale(1.1) perspective(500px);
    -webkit-transform: translateY(-10px) scale(1.1) perspective(500px);
    transform: translateY(-10px) scale(1.1) perspective(500px);
  }
  .top-box:nth-child(2) .top-text {
    left: 0;
    bottom: 15%;
    top: unset;
    right: unset;
  }
  .top-box:nth-child(2) .top-pic {
    background-position: 60% center;
    -moz-transform: translateX(0) scale(1.3) perspective(500px);
    -ms-transform: translateX(0) scale(1.3) perspective(500px);
    -webkit-transform: translateX(0) scale(1.3) perspective(500px);
    transform: translateX(0) scale(1.3) perspective(500px);
  }
  .top-box:nth-child(3) .top-text {
    left: 0;
    bottom: 15%;
    top: unset;
    right: unset;
  }
  .top-box:nth-child(3) .top-pic {
    background-position: 15% center;
    -moz-transform: translateY(30px) scale(1.1) perspective(500px);
    -ms-transform: translateY(30px) scale(1.1) perspective(500px);
    -webkit-transform: translateY(30px) scale(1.1) perspective(500px);
    transform: translateY(30px) scale(1.1) perspective(500px);
  }
  .top-box.move-img:nth-child(1) .top-pic {
    -moz-transform: translateY(50px) scale(1.1) perspective(500px);
    -ms-transform: translateY(50px) scale(1.1) perspective(500px);
    -webkit-transform: translateY(50px) scale(1.1) perspective(500px);
    transform: translateY(50px) scale(1.1) perspective(500px);
  }
  .top-box.move-img:nth-child(2) .top-pic {
    -moz-transform: translateX(-50px) scale(1.3) perspective(500px);
    -ms-transform: translateX(-50px) scale(1.3) perspective(500px);
    -webkit-transform: translateX(-50px) scale(1.3) perspective(500px);
    transform: translateX(-50px) scale(1.3) perspective(500px);
  }
  .top-box.move-img:nth-child(3) .top-pic {
    -moz-transform: translateY(-30px) scale(1.1) perspective(500px);
    -ms-transform: translateY(-30px) scale(1.1) perspective(500px);
    -webkit-transform: translateY(-30px) scale(1.1) perspective(500px);
    transform: translateY(-30px) scale(1.1) perspective(500px);
  }
  .top-box .top-text {
    padding: 0 60px;
  }
}
@media screen and (max-height: 460px) {
  .top-box:nth-child(1) .top-text {
    left: 0;
    bottom: 15%;
    top: unset;
    right: unset;
  }
  .top-box:nth-child(2) .top-text {
    left: 0;
    bottom: 15%;
    top: unset;
    right: unset;
  }
  .top-box:nth-child(3) .top-text {
    left: 0;
    bottom: 15%;
    top: unset;
    right: unset;
  }
  .top-box .top-text {
    padding: 0 30px;
  }
  .top-box .top-tbox {
    font-size: 20px;
  }
  .top-box .top-discr {
    padding-top: 50px;
  }
  .top-box .top-title {
    font-size: 20px;
  }
}
.top {
  position: relative;
  height: 100vh;
}

.top-slogan {
  position: sticky;
  top: calc(100vh - 100px);
  color: #fff;
  font-size: 26px;
  text-shadow: black 0 0 0.5em;
  line-height: 1.5em;
  text-align: center;
  z-index: 2;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.top-slogan.show {
  -moz-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  -webkit-transform: translateY(-75px);
  transform: translateY(-75px);
}

/* intro */
.intro {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-box {
  width: 150px;
  overflow: hidden;
}
.intro-img {
  width: 150px;
  opacity: 0.6;
  -webkit-filter: contrast(0) brightness(2);
  filter: contrast(0) brightness(2);
  -moz-transition: -moz-transform 1s 0.2s, opacity 1s 0.2s;
  -o-transition: -o-transform 1s 0.2s, opacity 1s 0.2s;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  -webkit-transition-delay: 0.2s, 0.2s;
  transition: transform 1s 0.2s, opacity 1s 0.2s;
}
.showintro .intro-img {
  opacity: 1;
}
.intro .fadingEffect {
  -moz-animation: showHide 1s ease-in-out alternate;
  -webkit-animation: showHide 1s ease-in-out alternate;
  animation: showHide 1s ease-in-out alternate;
}

@-moz-keyframes showHide {
  0% {
    width: 0;
  }
  100% {
    width: 150px;
  }
}
@-webkit-keyframes showHide {
  0% {
    width: 0;
  }
  100% {
    width: 150px;
  }
}
@keyframes showHide {
  0% {
    width: 0;
  }
  100% {
    width: 150px;
  }
}
.bg {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.bg .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
  -moz-transform: scale(1) perspective(500px) translateZ(50px);
  -ms-transform: scale(1) perspective(500px) translateZ(50px);
  -webkit-transform: scale(1) perspective(500px) translateZ(50px);
  transform: scale(1) perspective(500px) translateZ(50px);
  -moz-transition: -moz-transform 1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: -o-transform 1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: transform 1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.bg .pic:nth-child(1) {
  background-position: center left;
}
.bg .pic:nth-child(2) {
  background-position: center left;
}
.bg .pic:nth-child(3) {
  background-position: bottom center;
}
.bg .pic.move-img {
  -moz-transform: scale(1.1) perspective(500px) translateZ(-50px);
  -ms-transform: scale(1.1) perspective(500px) translateZ(-50px);
  -webkit-transform: scale(1.1) perspective(500px) translateZ(-50px);
  transform: scale(1.1) perspective(500px) translateZ(-50px);
  -moz-transition-duration: 6s;
  -o-transition-duration: 6s;
  -webkit-transition-duration: 6s;
  transition-duration: 6s;
}

.title {
  font-size: 24px;
  margin: 50px 0;
  text-align: center;
}

.tips {
  position: relative;
  z-index: 5;
}
.tips span {
  display: block;
}
.tips-box {
  position: relative;
  width: 40%;
  margin: auto;
  padding: 30px 0;
  background: #000;
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: opacity 1.2s, -moz-transform 1.5s, width 0.6s;
  -o-transition: opacity 1.2s, -o-transform 1.5s, width 0.6s;
  -webkit-transition: opacity 1.2s, -webkit-transform 1.5s, width 0.6s;
  transition: opacity 1.2s, transform 1.5s, width 0.6s;
}
.tips-box:before {
  content: "";
  position: absolute;
  border: 3px double #666;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  opacity: 0;
  box-shadow: inset 0px 0px 10px 10px #000;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
.tips-box.show {
  opacity: 1;
  -moz-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  -webkit-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}
.tips-box.show:before {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.tips-content {
  width: calc(100% - 20px - 60px);
  margin: auto;
  text-align: center;
}
.tips-text {
  margin: 60px 0;
}
.tips-title {
  color: #a99166;
}
.tips-dot {
  position: relative;
  width: 5px;
  height: 5px;
  left: 50%;
  margin: 10px 0;
  background: #666;
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.tips-img {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: 10%;
  z-index: 4;
}
.tips-img img {
  position: relative;
  width: 13vw;
  min-width: 200px;
  -webkit-filter: contrast(0) brightness(0.4);
  filter: contrast(0) brightness(0.4);
}

.spirit-box {
  position: relative;
  display: flex;
  width: 60%;
  margin: 100px auto 200px;
}
.spirit-middle {
  position: relative;
  height: 500px;
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
  -webkit-filter: contrast(1.2) grayscale(0.8) brightness(0.8);
  filter: contrast(1.2) grayscale(0.8) brightness(0.8);
}
.spirit-middle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #191919;
  -moz-transform-origin: center left;
  -ms-transform-origin: center left;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.spirit-bg {
  height: 350px;
  overflow: hidden;
  width: 100%;
}
.spirit-bg img {
  width: 100%;
}
.spirit-box2 {
  position: relative;
  width: 320px;
  padding: 5px;
  background: #191919;
  opacity: 0;
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -moz-transition: -moz-transform 0.6s, opacity 0.6s;
  -o-transition: -o-transform 0.6s, opacity 0.6s;
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
}
.spirit-box2.show {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.spirit-box2:first-child {
  margin: 0 10px 0 auto;
}
.spirit-box2:last-child {
  margin: 0 auto 0 10px;
}
.spirit-box2:before, .spirit-box2:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: #191919;
  z-index: 5;
}
.spirit-box2:before {
  border-bottom-right-radius: 30px;
  top: 5px;
  left: 5px;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}
.spirit-box2:after {
  border-top-left-radius: 30px;
  bottom: 5px;
  right: 5px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
.spirit-border-b {
  position: relative;
  border: 1px solid #666;
  padding: 50px 20px;
  background: #000;
  opacity: 0;
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -moz-transition: -moz-transform 0.6s 0.2s, opacity 0.6s 0.2s;
  -o-transition: -o-transform 0.6s 0.2s, opacity 0.6s 0.2s;
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
  -webkit-transition-delay: 0.2s, 0.2s;
  transition: transform 0.6s 0.2s, opacity 0.6s 0.2s;
}
.spirit-border-b.show {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.spirit-border-b:before, .spirit-border-b:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: #191919;
}
.spirit-border-b:before {
  border-bottom-left-radius: 30px;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  top: -1px;
  right: -1px;
}
.spirit-border-b:after {
  border-top-right-radius: 30px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  bottom: -1px;
  left: -1px;
}
.spirit-border-s {
  border: 1px solid #666;
  height: calc(100% - 17px);
  position: absolute;
  width: calc(100% - 17px);
  z-index: 2;
}
.spirit-title {
  font-size: 20px;
  text-align: center;
}
.spirit-title:after {
  content: "";
  background: #a99166;
  display: block;
  height: 1px;
  margin: 30px auto 50px;
  width: 30px;
}
.spirit-content {
  position: relative;
  padding: 30px;
  margin: auto;
}
.spirit-text {
  color: #aaa;
  text-align: center;
}

.history {
  padding: 200px 0;
}
.history-box {
  position: relative;
}
.history-box img {
  width: 100%;
}
.history-pic {
  position: relative;
  width: 70%;
}
.history-pic img {
  -webkit-filter: saturate(0.8) brightness(0.9);
  filter: saturate(0.8) brightness(0.9);
}
.history-bg {
  position: absolute;
  width: 30%;
  top: -5vw;
  right: 0;
}
.history-content {
  position: absolute;
  width: 250px;
  top: -2vw;
  right: 5vw;
  bottom: 2vw;
  padding: 0 60px;
  background: #000;
  text-align: center;
}
.history-boxin {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.history-title {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0;
}
.history-title:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  bottom: -10px;
  background: #a99166;
}
.history-text {
  color: #aaa;
  line-height: 1.5em;
  padding: 30px 0;
  text-align: justify;
}
.history-more {
  width: 130px;
  margin: auto;
}
.history-more:after {
  content: "";
  position: relative;
  display: block;
  width: 124px;
  height: 1px;
  top: 10px;
  left: 0;
  text-align: center;
  background: #a99166;
  -moz-transition: width 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: width 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition: width 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: width 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.history-more:hover:after {
  width: 0%;
}

.gallery {
  padding: 100px 0;
}
.gallery-box {
  width: 80%;
  display: flex;
  margin: auto;
  padding-top: 80px;
}
.gallery-item {
  position: relative;
  width: calc(33.33% - 10px);
  opacity: 0;
  -webkit-filter: saturate(1.1) grayscale(0.6);
  filter: saturate(1.1) grayscale(0.6);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
.gallery-item:nth-child(1) {
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.gallery-item:nth-child(2) {
  margin: 0 auto;
  -moz-transition: all 0.6s ease-in-out 0.3s;
  -o-transition: all 0.6s ease-in-out 0.3s;
  -webkit-transition: all 0.6s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition: all 0.6s ease-in-out 0.3s;
}
.gallery-item:nth-child(3) {
  -moz-transition: all 0.6s ease-in-out 0.6s;
  -o-transition: all 0.6s ease-in-out 0.6s;
  -webkit-transition: all 0.6s ease-in-out;
  -webkit-transition-delay: 0.6s;
  transition: all 0.6s ease-in-out 0.6s;
}
.gallery-item.show {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.gallery-work {
  position: relative;
}
.gallery-work img {
  width: 100%;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
}
.gallery-work:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 1;
  -moz-transition: all 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.gallery-view {
  cursor: pointer;
  position: relative;
  width: 100%;
  margin: 20px 0 0;
  text-align: center;
  z-index: 2;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.gallery-view p {
  display: inline;
  padding: 0 35px;
  border-left: solid 1px #666;
  border-right: solid 1px #666;
}

.video {
  padding: 100px 0 200px 0;
}
.video-box {
  width: 80%;
  display: flex;
  margin: auto;
  padding-top: 80px;
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
.video-box.show {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.video-box .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.video-box .embed-container iframe, .video-box .embed-container object, .video-box .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tips-content, .tips-img, .spirit-title, .spirit-content, .gallery-title, .video-title, .history-pic, .history-bg, .history-content {
  opacity: 0;
}
.tips-content.show, .tips-img.show, .spirit-title.show, .spirit-content.show, .gallery-title.show, .video-title.show, .history-pic.show, .history-bg.show, .history-content.show {
  opacity: 1;
}

.history-pic.show, .history-bg.show, .history-content.show {
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.tips-content {
  -moz-transition: opacity 1.2s 0.3s;
  -o-transition: opacity 1.2s 0.3s;
  -webkit-transition: opacity 1.2s;
  -webkit-transition-delay: 0.3s;
  transition: opacity 1.2s 0.3s;
}

.tips-img {
  -moz-transform: translate(16vw, -2vw) rotate(-8deg);
  -ms-transform: translate(16vw, -2vw) rotate(-8deg);
  -webkit-transform: translate(16vw, -2vw) rotate(-8deg);
  transform: translate(16vw, -2vw) rotate(-8deg);
  -moz-transition: opacity 1.2s, -moz-transform 1.2s;
  -o-transition: opacity 1.2s, -o-transform 1.2s;
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
}
.tips-img.show {
  -moz-transform: translate(20vw, -5vw) rotate(-5deg);
  -ms-transform: translate(20vw, -5vw) rotate(-5deg);
  -webkit-transform: translate(20vw, -5vw) rotate(-5deg);
  transform: translate(20vw, -5vw) rotate(-5deg);
}

.spirit-title, .spirit-content, .gallery-title, .video-title {
  -moz-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

.spirit-middle:before {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.spirit-middle.show:before {
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.history-pic {
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -moz-transition: opacity 1.2s, -moz-transform 1.5s;
  -o-transition: opacity 1.2s, -o-transform 1.5s;
  -webkit-transition: opacity 1.2s, -webkit-transform 1.5s;
  transition: opacity 1.2s, transform 1.5s;
}

.history-bg {
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -moz-transition: opacity 1.2s, -moz-transform 1.5s;
  -o-transition: opacity 1.2s, -o-transform 1.5s;
  -webkit-transition: opacity 1.2s, -webkit-transform 1.5s;
  transition: opacity 1.2s, transform 1.5s;
}

.history-content {
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  -moz-transition: opacity 0.8s, -moz-transform 1s;
  -o-transition: opacity 0.8s, -o-transform 1s;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s;
  transition: opacity 0.8s, transform 1s;
}

@media screen and (min-width: 1101px) {
  .gallery-item:hover {
    -webkit-filter: saturate(1) grayscale(0);
    filter: saturate(1) grayscale(0);
  }
  .gallery-item:hover .gallery-work img {
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  .gallery-item:hover .gallery-work:before {
    opacity: 0.2;
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
}
@media screen and (max-width: 1600px) {
  .tips-img.show {
    -moz-transform: translate(19vw, -5vw) rotate(-5deg);
    -ms-transform: translate(19vw, -5vw) rotate(-5deg);
    -webkit-transform: translate(19vw, -5vw) rotate(-5deg);
    transform: translate(19vw, -5vw) rotate(-5deg);
  }
}
@media screen and (max-width: 1500px) {
  .history-content {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1200px) {
  .tips-box {
    width: 60%;
  }

  .tips-img.show {
    -moz-transform: translate(28vw, -8vw) rotate(-5deg);
    -ms-transform: translate(28vw, -8vw) rotate(-5deg);
    -webkit-transform: translate(28vw, -8vw) rotate(-5deg);
    transform: translate(28vw, -8vw) rotate(-5deg);
  }

  .history-pic {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  header li:before {
    background: rgba(255, 255, 255, 0);
  }

  .title {
    margin: 0;
  }

  .spirit-content {
    width: 60%;
  }
  .spirit-middle {
    height: 400px;
    background-attachment: contain;
  }
  .spirit-box {
    width: 80%;
  }

  .history-content {
    width: 30%;
  }

  .gallery {
    padding: 50px 0 100px;
  }
  .gallery-box {
    width: 100%;
    padding-top: 30px;
  }

  .video {
    padding: 50px 0 100px;
  }
  .video-box {
    width: 100%;
    padding-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .history-pic {
    width: 100%;
    overflow: hidden;
  }
  .history-pic.show {
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  .history-bg {
    top: -8vw;
  }
  .history-content {
    top: -4vw;
    bottom: 8vw;
  }
  .history-text {
    text-align: left;
  }
}
@media screen and (max-width: 900px) {
  .bg .pic:nth-child(1) {
    background-position: 80% 0;
  }
  .bg .pic:nth-child(2) {
    background-position: center;
  }
  .bg .pic:nth-child(3) {
    background-position: 30% 0;
  }

  .spirit-box {
    align-items: center;
    justify-content: center;
    margin: 100px auto;
  }
  .spirit-box2 {
    padding: 0;
  }
  .spirit-box2:first-child {
    margin: 0;
  }
  .spirit-box2:first-child .spirit-border-b {
    border-right: unset;
  }
  .spirit-box2:last-child {
    margin: 0;
  }
  .spirit-box2:last-child .spirit-border-b {
    border-left: unset;
  }
  .spirit-box2:before {
    top: 0;
    left: 0;
  }
  .spirit-box2:after {
    bottom: 0;
    right: 0;
  }
  .spirit-content {
    width: calc(100% - 40px);
    padding: 20px;
  }
  .spirit-border-b {
    padding: 50px 0;
  }

  .history {
    padding: 50px 0 30px;
  }
  .history-pic {
    width: 100%;
  }
  .history-pic.show {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .history-bg {
    display: none;
  }
  .history-content {
    box-shadow: 0 10px 50px rgba(100, 100, 100, 0.2);
    box-sizing: border-box;
    margin: auto;
    padding: 50px;
    position: relative;
    top: -50px;
    right: unset;
    bottom: unset;
    width: 90%;
  }
  .history-boxin {
    top: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 800px) {
  .tips-box {
    width: 80%;
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  .tips-img {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .top-slogan .small-slogan {
    display: none;
  }

  .tips-box {
    width: 80%;
  }
  .tips-box.show {
    -moz-transform: translate(0px, -80px);
    -ms-transform: translate(0px, -80px);
    -webkit-transform: translate(0px, -80px);
    transform: translate(0px, -80px);
  }
  .tips-img {
    bottom: 10%;
    width: 200px;
  }

  .spirit {
    padding: 0;
  }
  .spirit-content {
    width: 100%;
    padding: 0;
  }
  .spirit-text {
    width: calc(100% - 40px);
    margin: auto;
  }
  .spirit-in p, .spirit-in span {
    padding: 0 15px;
  }
  .spirit-line {
    padding: 0 !important;
  }
  .spirit-middle {
    background-attachment: unset;
  }
}
@media screen and (max-width: 640px) {
  .intro-img {
    width: 30vw;
  }

  .tips-box {
    width: calc(100% - 40px);
    padding: 30px 0;
  }
  .tips-box:before {
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
  }
  .tips-content {
    width: calc(100% - 10px - 40px);
  }
  .tips-text {
    margin: 30px 0;
  }

  .spirit-box {
    flex-flow: column;
    margin: 60px auto;
  }
  .spirit-box2:before {
    top: 0px;
    left: 30px;
  }
  .spirit-box2:after {
    bottom: 0px;
    right: 30px;
  }
  .spirit-box2:first-child {
    margin: 0 0 30px 0;
  }
  .spirit-box2:first-child .spirit-border-b {
    border-right: solid 1px #666;
  }
  .spirit-box2:last-child .spirit-border-b {
    border-left: solid 1px #666;
  }
  .spirit-border-b {
    margin: 0 30px;
  }
  .spirit-middle {
    height: 250px;
  }
  .spirit-title:after {
    margin: 15px auto 25px;
  }

  .history {
    padding: 0;
  }

  .gallery {
    padding: 50px 0 50px;
  }
  .gallery-item {
    width: 100%;
  }
  .gallery-item:nth-child(1), .gallery-item:nth-child(2), .gallery-item:nth-child(3) {
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .gallery-box {
    width: calc(100% - 60px);
    min-width: 225px;
    margin: auto;
    flex-flow: column;
  }
  .gallery-view {
    margin: 10px 0 30px;
  }

  .video {
    padding: 0 0 100px;
  }
  .video-box {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 460px) {
  .bg .pic:nth-child(1) {
    background-position: 55% 0;
  }
  .bg .pic:nth-child(2) {
    background-position: 55% 0;
  }
  .bg .pic:nth-child(3) {
    background-position: 49% 0;
  }

  .spirit-box {
    width: calc(100% - 40px);
  }
  .spirit-box2 {
    width: 280px;
  }
  .spirit-middle {
    height: 200px;
  }

  .history-content {
    width: calc(100% - 40px);
    padding: 50px 30px;
  }
}
