/* intro */
#introBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  background: #fff;
}
#introBox .slogan {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
}
#introBox .slogan span {
  position: relative;
  display: inline-block;
  width: 53px;
  height: 53px;
  margin: 1px;
  text-align: center;
  font: 16px/53px "Poppins";
  text-align: center;
  vertical-align: top;
  -webkit-transition: right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#introBox .slogan.start {
  display: block;
}
#introBox .slogan.start span {
  opacity: 0;
  -webkit-animation: sloganStart 0.8s linear 0s 1 normal both;
  -moz-animation: sloganStart 0.8s linear 0s 1 normal both;
  -o-animation: sloganStart 0.8s linear 0s 1 normal both;
  animation: sloganStart 0.8s linear 0s 1 normal both;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
}
#introBox .slogan.start span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#introBox .slogan.start span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#introBox .slogan.start span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#introBox .slogan.start span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#introBox .slogan.start span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#introBox .slogan.start span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#introBox .slogan.start span:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#introBox .slogan.start span:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#introBox .slogan.start span:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#introBox .slogan.start span:nth-child(10) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
#introBox .slogan.end {
  display: block;
}
#introBox .slogan.end span {
  color: #fff;
  background: #050505;
  -webkit-animation: sloganEnd 0.5s linear 0s 1 normal both;
  -moz-animation: sloganEnd 0.5s linear 0s 1 normal both;
  -o-animation: sloganEnd 0.5s linear 0s 1 normal both;
  animation: sloganEnd 0.5s linear 0s 1 normal both;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
}
#introBox .slogan.end span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#introBox .slogan.end span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#introBox .slogan.end span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#introBox .slogan.end span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#introBox .slogan.end span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#introBox .slogan.end span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#introBox .slogan.end span:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#introBox .slogan.end span:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#introBox .slogan.end span:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#introBox .slogan.end span:nth-child(10) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
#introBox .slogan .icon:after {
  content: "";
  position: absolute;
  right: 7px;
  top: 7px;
  width: 7px;
  height: 7px;
  background: #fff;
}
#introBox .slogan .icon2:after {
  right: 10px;
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
}
#introBox .skip {
  position: absolute;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  text-align: center;
  font-size: 13px; /* @include mix-transition(all, .5s, cubic-bezier(0,0,1,1)); */
}
#introBox .skip a {
  position: relative;
  display: block;
  height: 100%;
  color: #000;
  border-radius: 100%;
  line-height: 50px;
}
#introBox .skip:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.5, 2);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.5, 2);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.5, 2);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 2);
}
#introBox .skip:hover {
  /* &:before {width:50px; height:50px; background:rgba(0,0,0,0.9);}
  a {color:#fff;} */
}
#introBox .skip.show {
  opacity: 1;
}
#introBox .skip.show:before {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.9);
}
#introBox .skip.show a {
  color: #fff;
}
#introBox.hide {
  background: transparent;
}
#introBox.hide .skip {
  display: none;
}

.introCover {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 400;
  width: 100%;
  height: 100%;
}

body {
  overflow: hidden;
}

#wrapper {
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#wrapper #header {
  top: 0;
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
  background: none;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#wrapper #mainSection2, #wrapper #mainSection3 {
  top: 0;
  z-index: 30;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#wrapper.showSection1 .visualArea {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#wrapper.showSection2 #mainSection2 {
  top: -100%;
}
#wrapper.showSection2 #mainSection2 .nav, #wrapper.showSection2 #mainSection2 .head, #wrapper.showSection2 #mainSection2 .thumb.emblem {
  margin-top: 0%;
}
#wrapper.showSection2 #mainSection3 {
  top: -100%;
}
#wrapper.showSection2 #header h1 {
  background: #000 url(/images/common/logo_w.png) no-repeat 50% 65px;
}
#wrapper.showSection3 #mainSection2 {
  top: -100%;
}
#wrapper.showSection3 #mainSection2 .nav, #wrapper.showSection3 #mainSection2 .head, #wrapper.showSection3 #mainSection2 .thumb.emblem {
  margin-top: 0%;
}
#wrapper.showSection3 #mainSection3 {
  top: -200%;
}
#wrapper.load {
  opacity: 0;
}

.companyArea {
  overflow: auto;
  height: 100%;
  padding-bottom: 200px;
  margin-top: 0;
  background: #fff; /* @include mix-transform(translateY(100%)); */
  /* .thumb.emblem {position:fixed; top:calc(100% - 370px);}
  .awardsList {padding-bottom:400px;}
  .thumb.emblem {position:fixed; left:30%; bottom:20px;} */
}
.companyArea .nav, .companyArea .head, .companyArea .thumb.emblem {
  margin-top: 100%;
  -webkit-transition: margin 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: margin 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: margin 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: margin 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.companyArea #client.content.show .head {
  position: fixed;
  left: 30.38%;
}

@-webkit-keyframes textBar {
  0% {
    width: 4px;
    margin-left: 0;
  }
  80% {
    width: 1000px;
    margin-left: -500px;
    opacity: 1;
  }
  100% {
    width: 1000px;
    margin-left: -500px;
    opacity: 0;
  }
}
@-moz-keyframes textBar {
  0% {
    width: 4px;
    margin-left: 0;
  }
  80% {
    width: 1000px;
    margin-left: -500px;
    opacity: 1;
  }
  100% {
    width: 1000px;
    margin-left: -500px;
    opacity: 0;
  }
}
@-o-keyframes textBar {
  0% {
    width: 4px;
    margin-left: 0;
  }
  80% {
    width: 1000px;
    margin-left: -500px;
    opacity: 1;
  }
  100% {
    width: 1000px;
    margin-left: -500px;
    opacity: 0;
  }
}
@keyframes textBar {
  0% {
    width: 4px;
    margin-left: 0;
  }
  80% {
    width: 1000px;
    margin-left: -500px;
    opacity: 1;
  }
  100% {
    width: 1000px;
    margin-left: -500px;
    opacity: 0;
  }
}
.visualArea {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; /* cursor:grab; */
}
.visualArea .list {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.visualArea .list li {
  width: 100%;
}
.visualArea .list li .titArea {
  position: absolute;
  left: 100%;
  top: 50%;
  z-index: 8;
  opacity: 0;
  white-space: nowrap;
  color: #fff;
  will-change: transform;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: All 1s cubic-bezier(0.54, 0, 0.13, 0.89);
  -moz-transition: All 1s cubic-bezier(0.54, 0, 0.13, 0.89);
  -o-transition: All 1s cubic-bezier(0.54, 0, 0.13, 0.89);
  transition: All 1s cubic-bezier(0.54, 0, 0.13, 0.89);
}
.visualArea .list li .titArea span {
  opacity: 0;
  font-size: 18px;
  font-weight: 500;
}
.visualArea .list li .titArea strong {
  display: block;
  margin: 20px 0 30px;
  font-weight: 700;
  font-size: 96px;
  line-height: 110px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #fff;
  -moz-text-stroke-width: 2px;
  -moz-text-fill-color: transparent;
  -moz-text-stroke-color: #fff;
  -o-text-stroke-width: 2px;
  -o-text-fill-color: transparent;
  -o-text-stroke-color: #fff;
  text-stroke-width: 2px;
  text-fill-color: transparent;
  text-stroke-color: #fff;
}
.visualArea .list li .titArea a {
  opacity: 0;
  position: relative;
  display: inline-block;
  padding: 0 56px 10px 0;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  color: #fff;
  vertical-align: top;
  -webkit-transition: padding 0.2s cubic-bezier(0.77, 0, 0.27, 1);
  -moz-transition: padding 0.2s cubic-bezier(0.77, 0, 0.27, 1);
  -o-transition: padding 0.2s cubic-bezier(0.77, 0, 0.27, 1);
  transition: padding 0.2s cubic-bezier(0.77, 0, 0.27, 1);
}
.visualArea .list li .section {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
}
.visualArea .list li .section::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
  z-index: 10;
}
.visualArea .list li .section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.visualArea .list li .section video.vb {
  position: absolute;
  left: 0;
  bottom: 0;
}
.visualArea .list li .section .flow-container {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  bottom: 128px;
  left: 0;
  z-index: 21;
  width: 100%;
  height: 64px;
  padding: 20px 0;
}
.visualArea .list li .section .flow-container::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #444;
  left: 0;
  top: 0;
}
.visualArea .list li .section .flow-container::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #444;
  left: 0;
  bottom: 0;
}
.visualArea .list li .section .flow-container .flow-text {
  display: flex;
  gap: 32px;
  position: absolute;
}
.visualArea .list li .section .flow-container .flow-text .flow-wrap {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
.visualArea .list li .section .flow-container .flow-text .flow-wrap.dot::before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  transform: rotate(-44.99deg);
  left: -16px;
  top: 10px;
}
.visualArea .list li .section .flow-container .flow-text .flow-wrap span {
  margin-right: 14px;
}
.visualArea .list li .section .flow-container .flow-text .flow-wrap span.color-red {
  margin-left: -16px;
  color: #f11912;
}
.visualArea .list li .section .flow-container .flow-text:first-child {
  animation: aniScroll 15s linear infinite;
}
.visualArea .list li .section .flow-container .flow-text:last-child {
  animation: aniScroll-2 15s linear infinite;
}
.visualArea .list li .section .flow-container .flow-text + .flow-text {
  margin-left: 32px;
}
@keyframes aniScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes aniScroll-2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.visualArea .list li.active .titArea {
  z-index: 10;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.visualArea .list li.active .titArea span, .visualArea .list li.active .titArea a {
  opacity: 1;
}
.visualArea .list li.active .titArea strong {
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-color: #fff;
  -moz-text-stroke-width: 2px;
  -moz-text-fill-color: #fff;
  -moz-text-stroke-color: #fff;
  -o-text-stroke-width: 2px;
  -o-text-fill-color: #fff;
  -o-text-stroke-color: #fff;
  text-stroke-width: 2px;
  text-fill-color: #fff;
  text-stroke-color: #fff;
}
.visualArea .list li.active .titArea a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 6px;
  height: 6px;
  background: #fff;
  -webkit-animation: linkicon 0.2s linear 0s 1 normal both;
  -moz-animation: linkicon 0.2s linear 0s 1 normal both;
  -o-animation: linkicon 0.2s linear 0s 1 normal both;
  animation: linkicon 0.2s linear 0s 1 normal both;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.visualArea .list li.active .titArea a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-animation: widthFull 0.2s linear 0s 1 normal both;
  -moz-animation: widthFull 0.2s linear 0s 1 normal both;
  -o-animation: widthFull 0.2s linear 0s 1 normal both;
  animation: widthFull 0.2s linear 0s 1 normal both;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.visualArea .list li.active .titArea a:hover {
  padding-right: 36px;
}
.visualArea .list li.active .section {
  z-index: 9;
}
.visualArea .list li.prev .titArea {
  z-index: 10;
  left: 0;
  margin-left: 140px;
  opacity: 1;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.visualArea .list li.prev2 .titArea {
  left: -100%;
}
.visualArea .list li.next .titArea {
  z-index: 10;
  left: 100%;
  margin-left: -140px;
  opacity: 1;
}
.visualArea .list li.next2 .titArea {
  left: 200%;
}
.visualArea .list li:first-child .section {
  z-index: 9;
}
.visualArea .visualPaging {
  position: absolute;
  left: 50%;
  bottom: 68px;
  z-index: 20; /*margin-left:-30px;*/
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  /*&.plus .before a {right:initial; @include mix-animation(visualPagingBefore, .25s, linear, 0s, 1, normal, both); @include mix-animation-delay(.3s);}
  &.minus .before a {left:initial; right:0; @include mix-animation(visualPagingBefore2, .25s, linear, 0s, 1, normal, both); @include mix-animation-delay(.3s);}*/
}
.visualArea .visualPaging ul {
  margin: 0 -30px;
  display: flex;
}
.visualArea .visualPaging ul li {
  position: relative;
  width: 7px;
  height: 7px;
  margin: 0 30px;
  border-radius: 50%;
}
.visualArea .visualPaging ul li a {
  position: absolute;
  left: -6px;
  top: -6px;
  overflow: hidden;
  width: 18px;
  height: 18px;
  text-indent: -1000000em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visualArea .visualPaging ul li a:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  top: 0;
  left: 0;
  border-radius: 50%;
  text-indent: 100px;
  background: #fff;
}
.visualArea .visualPaging ul:after {
  content: "";
  display: block;
  clear: both;
}
.visualArea .visualPaging .bar {
  position: absolute;
  top: 3px;
  width: 7px;
  height: 2px;
  background: #fff;
}
.visualArea .visualPaging .bar span {
  position: absolute;
  right: -5px;
  top: -8px;
  z-index: 10;
  width: 17px;
  height: 17px;
  margin-left: -5px;
  border-radius: 50%;
  background: #fff;
}
.visualArea .visualPaging.plus .bar {
  left: 0;
  right: initial;
}
.visualArea .visualPaging.minus .bar {
  left: initial;
  right: 0;
}
.visualArea .controlBtn {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  padding: 20px;
  background: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.27, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.27, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.27, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.27, 1);
}
.visualArea .controlBtn a {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.visualArea .controlBtn.show {
  opacity: 1;
}
.visualArea .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 19;
}
.visualArea:active { /* cursor:grabbing; */ }

#mainSection3 {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.movieArea {
  position: relative;
}
.movieArea .play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  width: 240px;
  height: 240px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.movieArea .play:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 0.7);
  -moz-transition: all 0.5s cubic-bezier(1, 0, 0, 0.7);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0, 0.7);
  transition: all 0.5s cubic-bezier(1, 0, 0, 0.7);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.movieArea .play a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.movieArea .play a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 0.7);
  -moz-transition: all 0.5s cubic-bezier(1, 0, 0, 0.7);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0, 0.7);
  transition: all 0.5s cubic-bezier(1, 0, 0, 0.7);
}
.movieArea .play a em {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.movieArea .play a em span {
  display: inline-block;
  width: 150px;
  text-align: center;
  font: 22px "Poppins";
  font-weight: bold;
  color: #fff;
  opacity: 0;
}
.movieArea .play a em span:nth-child(2) {
  margin-right: 190px;
}
.movieArea .play a em span:nth-child(3) {
  margin-left: 190px;
}
.movieArea .pause {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  width: 60px;
  height: 60px;
  border: 2px solid #000;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
.movieArea .pause a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -3000em;
}
.movieArea .pause a:before, .movieArea .pause a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 3px;
  height: 25px;
  background: #111;
  font-size: 0;
  line-height: 0;
}
.movieArea .pause a:before {
  transform: translate(-250%, -50%);
}
.movieArea .pause a:after {
  transform: translate(150%, -50%);
}
.movieArea .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 19;
}
.movieArea.show .play:before {
  width: 100%;
  height: 100%;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.movieArea.show a em span {
  -webkit-animation: videoText 1s linear 0s 1 normal both;
  -moz-animation: videoText 1s linear 0s 1 normal both;
  -o-animation: videoText 1s linear 0s 1 normal both;
  animation: videoText 1s linear 0s 1 normal both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.movieArea.show a em span:nth-child(1), .movieArea.show a em span:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.movieArea.play .play {
  display: none;
}
.movieArea.play .play:before {
  width: 50%;
  height: 50%;
}
.movieArea.play .pause {
  display: block;
}
.movieArea.play .poster {
  display: none;
}

.scroll {
  position: fixed;
  right: 50px;
  bottom: 50px;
  overflow: hidden;
  height: 70px;
}
.scroll .txt {
  position: relative;
  float: left;
  padding-right: 66px;
  margin: 30px 20px 0 0;
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 4px;
  color: #fff;
}
.scroll .txt:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.scroll .icon {
  float: left;
  position: relative;
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.scroll .icon:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 18px;
  height: 3px;
  margin: 6px -2px 0 0;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.scroll .icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 3px;
  margin: 6px 0 0 -2px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.promoLayer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  /*.text {position:absolute; left:0; right:0; top:50%; z-index:10; height:90px; margin-top:-45px; overflow:hidden; text-align:center; transition:all .6s cubic-bezier(0.16, 0.87, 0.32, 1);
  	p {position:absolute; left:0; right:0; top:0; overflow:hidden; height:0; text-align:center; font:115px 'Poppins'; line-height:90px; font-weight:700; color:rgba(255,255,255,1); transition:all .6s cubic-bezier(0.16, 0.87, 0.32, 1);
  		&:nth-child(1) {transform:translateY(45px)}
  		&:nth-child(2) {transform:translateY(45px);
  			span {display:inline-block; transform:translateY(-45px)}
  		}
  	}
  	span.bar {content:""; position:absolute; left:50%; top:43px; width:0px; height:4px; border-radius:2px; background:#fff; !* transition:all .6s cubic-bezier(0.16, 0.87, 0.32, 1); *!}
  	&.show {height:90px; margin-top:-45px; transition-delay:1s;
  		p:nth-child(1) {height:47px; transform:translateY(0); transition-delay:1s;}
  		p:nth-child(2) {height:45px; transition-delay:1s;}
  		span.bar {@include mix-animation(textBar, .6s, cubic-bezier(0.16, 0.87, 0.32, 1), .5s, 1, normal, both);}
  	}
  }*/
}
.promoLayer .movie {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.promoLayer .movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promoLayer .text {
  position: absolute;
  left: 50px;
  top: 160px;
  z-index: 10;
}
.promoLayer .text .tit span {
  display: block;
  overflow: hidden;
  font: 130px/130px "Pretendard";
  font-weight: 900;
  color: rgb(255, 255, 255);
}
.promoLayer .text .tit span span {
  transform: translateY(130px);
  transition: all 0.6s cubic-bezier(0.16, 0.87, 0.32, 1);
}
.promoLayer .text dl {
  position: relative;
  margin-top: 70px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s cubic-bezier(0.16, 0.87, 0.32, 1);
  transition-delay: 0.65s;
}
.promoLayer .text dl dt {
  position: absolute;
  left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  color: #847b76;
}
.promoLayer .text dl dd {
  padding-left: 160px;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  color: #494543;
}
.promoLayer .text.show .tit span:nth-child(1) span {
  transition-delay: 0.35s;
  transform: translateY(0);
}
.promoLayer .text.show .tit span:nth-child(2) span {
  transition-delay: 0.4s;
  transform: translateY(0);
}
.promoLayer .text.show .tit span:nth-child(3) span {
  transition-delay: 0.45s;
  transform: translateY(0);
}
.promoLayer .text.show .tit span:nth-child(4) span {
  transition-delay: 0.5s;
  transform: translateY(0);
}
.promoLayer .text.show .tit span:nth-child(5) span {
  transition-delay: 0.55s;
  transform: translateY(0);
}
.promoLayer .text.show .tit span:nth-child(6) span {
  transition-delay: 0.6s;
  transform: translateY(0);
}
.promoLayer .text.show .tit span:nth-child(7) span {
  transition-delay: 0.65s;
  transform: translateY(0);
}
.promoLayer .text.show .tit span:nth-child(8) span {
  transition-delay: 0.7s;
  transform: translateY(0);
}
.promoLayer .text.show .tit span:nth-child(9) span {
  transition-delay: 0.75s;
  transform: translateY(0);
}
.promoLayer .text.show .tit span:nth-child(10) span {
  transition-delay: 0.8s;
  transform: translateY(0);
}
.promoLayer .text.show dl {
  opacity: 1;
  transform: translateY(0);
}
.promoLayer .btn {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  height: 40px;
  z-index: 10;
  line-height: 40px;
  text-align: center;
  transition: all 0.2s cubic-bezier(0, 0, 1, 1);
  transition-delay: 1.4s;
}
.promoLayer .btn a {
  font: 12px "Poppins";
  color: #b0b0b0;
  line-height: 40px;
}
.promoLayer .btn .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 11px;
  border-radius: 50%;
  vertical-align: top;
  background: rgba(11, 11, 11, 0.22) url(/images/common/btn_go.png) no-repeat 50% 50%;
}
.promoLayer .btn.show {
  opacity: 1;
}

/******************************************************************************************** max1023 ********************************************************************************************/
@media all and (max-width: 1023px) {
  .visualArea .list li .titArea strong {
    font-size: 76px;
    line-height: 90px;
  }
  .visualArea .list li.prev .titArea {
    margin-left: 0;
  }
  .visualArea .list li.next .titArea {
    margin-left: 0;
  }
  .visualArea .visualPaging ul {
    margin: 0 -25px;
  }
  .visualArea .visualPaging ul li {
    margin: 0 25px;
  }
  .movieArea .play {
    width: 180px;
    height: 180px;
  }
  .movieArea .play a em span:nth-child(2) {
    margin-right: 120px;
  }
  .movieArea .play a em span:nth-child(3) {
    margin-left: 120px;
  }
}

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