#top .mainview {
  position: relative;
  width: 100%;
  height: 0;
  background: #000;
  background-size: cover;
  text-align: center;
  padding: 51.6% 0 0;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
#top .mainview .inner_absbox {
  position: absolute;
  width: 100%;
  bottom: 25%;
  left: 49.2%;
  margin: 0 0 0 -50%;
  z-index: 5;
}
#top .mainview .inner_absbox h1 {
  margin-bottom: 3%;
}
#top .mainview .inner_absbox p {
  font-size: 15px;
  color: #fff;
  line-height: 1.75em;
}
#top .mainview .scrl {
  width: 55px;
  height: 37px;
  position: absolute;
  bottom: 2%;
  left: 50%;
  margin-left: -27px;
  z-index: 5;
}
#top .mainview .scrl .scrlarrow {
  -webkit-animation: arrowmove 1.5s ease 1s infinite;
  -moz-animation: arrowmove 1.5s ease 1s infinite;
  animation: arrowmove 1.5s ease 1s infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#top .mainview video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
  z-index: 0;
}
#top .mainview .vd_cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100vh;
  background: url("/files/other/products/speaker/x-premium-sound/technology/img/tc_main_pattern.png");
  z-index: 1;
}

@-webkit-keyframes arrowmove {
  0% {
    transform: translateY(-3px);
  }
  25% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
@-moz-keyframes arrowmove {
  0% {
    transform: translateY(-3px);
  }
  25% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
@keyframes arrowmove {
  0% {
    transform: translateY(-3px);
  }
  25% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
.video_area {
  position: relative;
  overflow: hidden;
}
.video_area video {
  width: 100%;
  height: auto;
  display: block;
}
.video_area .caption_set {
  position: absolute;
  top: 48px;
  left: 74px;
  z-index: 3;
}
.video_area .caption_set h2, .video_area .caption_set p {
  display: block;
}
.video_area .caption_set p {
  width: 165px;
}
.video_area .caption_set h2 {
  margin-top: 10px;
}
.video_area .curtain {
  width: 100%;
  height: 0;
  padding-bottom: 38%;
  position: absolute;
  left: 0;
}
.video_area .curtain.curtain_w {
  background: #f6f7f9;
  top: 0;
  z-index: 4;
}
.video_area .curtain.curtain_b {
  background: #000;
  top: 100%;
  z-index: 5;
}

.article_area {
  font-size: 15px;
  line-height: 1.75em;
  color: #fff;
}
.article_area .title_area {
  background: #000;
  padding: 60px 0 155px;
  margin-top: -5px;
  text-align: center;
}
.article_area .title_area h3 {
  margin: 0 0 45px;
}

.detail_area {
  overflow: hidden;
  background: #1e1f24;
  padding: 70px 0 90px;
  width: 88%;
  min-width: 986px;
  max-width: 1300px;
  margin: -110px auto 52px;
}
.detail_area .detail_inner {
  width: 962px;
  margin: 0 auto;
  text-align: center;
}
.detail_area .detail_inner h4 {
  margin: 0 0 50px;
}
.detail_area .detail_inner h4, .detail_area .detail_inner p {
  position: relative;
  z-index: 1;
}
.detail_area .detail_inner .detail_abs_figure {
  position: relative;
  display: block;
  overflow: visible;
  z-index: 0;
}
.detail_area .detail_inner .detail_abs_figure .scrl_e_wrapper {
  height: 100%;
}
.detail_area .detail_inner .detail_abs_figure img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  max-width: inherit;
}
.detail_area .detail_inner .fl {
  float: left;
}
.detail_area .detail_inner .fr {
  float: right;
}
.detail_area .detail_inner:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
.detail_area .detail_inner_ex {
  background: #212529;
  width: 90%;
  min-width: 962px;
  margin: 80px auto 0;
  padding: 55px 0;
  text-align: center;
  overflow: hidden;
}
.detail_area .detail_inner_ex h5 {
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0 auto 30px;
}

#sidemenu {
  position: fixed;
  width: 100%;
  min-width: 984px;
  max-width: 1600px;
  top: 50%;
  right: 0;
  left: 0;
  margin: -100px auto 0;
  z-index: 999;
}
#sidemenu ul {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 248px;
  top: 0;
  right: 0;
  list-style: none;
  padding: 0;
}
#sidemenu ul li {
  margin-bottom: 22px;
}
#sidemenu ul li a {
  display: block;
  width: 100%;
  padding: 10px 5px 8px 10px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  background: #af9640;
  margin-left: 210px;
  -webkit-transition: margin-left .25s;
  -moz-transition: margin-left .25s;
  -ms-transition: margin-left .25s;
  -o-transition: margin-left .25s;
  transition: margin-left .25s;
}
#sidemenu ul li a img {
  margin: -1px 23px 0 0;
}
#sidemenu ul li a.extend {
  margin-left: 198px;
}
#sidemenu ul li a:hover {
  margin-left: 0;
  background-color: #937d30;
}

#tc01 .detail_abs_figure {
  width: 100%;
  height: 415px;
}
#tc01 .dff1 {
  width: 497px;
}
#tc01 .dfp1 {
  width: 420px;
  margin: 60px 10px 0 0;
  text-align: left;
}

#tc02 .detail_abs_figure {
  width: 100%;
  height: 408px;
}
#tc02 .dff1 {
  width: 421px;
}
#tc02 .dfp1 {
  width: 430px;
  margin: 60px 10px 0 0;
  text-align: left;
}
#tc02 .w_figure {
  position: relative;
  margin: 60px auto 0;
}
#tc02 .w_figure img {
  position: relative;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -500px;
}

#tc03 .detail_abs_figure {
  width: 100%;
  height: 455px;
}
#tc03 .dff1 {
  width: 497px;
}
#tc03 .dfp1 {
  width: 420px;
  margin: 60px 10px 0 0;
  text-align: left;
}
#tc03 .s_figure {
  display: inline-block;
  margin: 60px 50px 0;
}

/*# sourceMappingURL=technology.css.map */
