/*
2016 Hui Fang Wu
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: astek, sans-serif !important;
}
small {
  font-size: 14px;
}
a {
  display: inline-block;
  margin-bottom: 8px;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
a * {

  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
a i {
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
a:hover i {
  -webkit-transform: translate3d(5px, 0, 10px);
  -ms-transform: translate3d(5px, 0, 10px);
  -o-transform: translate3d(5px, 0, 10px);
  -webkit-transform: translate3d(5px, 0, 10px);
  -moz-transform: translate3d(5px, 0, 10px);
  -o-transform: translate3d(5px, 0, 10px);
  -ms-transform: translate3d(5px, 0, 10px);
  transform: translate3d(5px, 0, 10px);
}
a:not([class*="size-"])::not([class*="sprite"]):hover {
  color: #60a5b9;
}
a:hover img {
  opacity: 0.7;
}
a[target] {
  color: #438498;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-shadow: 0 -1px 0 rgba(255,255,255,0.15) !important;
}
a[target]:hover {
  color: #333;
}
a[href*="mailto"] {
  font-size: 20px;
  line-height: 1.4;
  display: inline-block;
  color: #666;
  border-bottom: dotted 1px #ccc;
}
a[href*="mailto"]::before {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
  font-weight: bold;
}
a[href*="mailto"]:hover {
  color: #222;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.35);
}
a.ui-btn {
  display: inline-block;
  line-height: 30px;
  padding: 8px 16px;
  text-align: center;
  font-size: 17px;
  min-width: 140px;
  letter-spacing: 1px;
  word-spacing: 6px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 1px 1px 0 0 rgba(0,0,0,0.1);
  font-weight: normal;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
a.ui-btn:hover {
  background-color: #28a6bf;
  color: #fff;
}
.ui-btn-s{
  display: inline-block;
  line-height: 40px;
  padding: 0px 16px;
  text-align: center;
  font-size: 16px;
  min-width: 80px;
  letter-spacing: 1px;
  word-spacing: 6px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 1px 1px 0 0 rgba(0,0,0,0.1);
  font-weight: lighter;;
  vertical-align: middle;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
  border: none;
  outline: 0;
}
.ui-btn-s:hover{
  background-color: #888;
}
#top {
  width: 40px;
  height: 40px;
  content: " ";
  display: none;
  position: fixed;
  right: 20px;
  bottom: 8vh;
  z-index: 1;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15), 1px 1px 0 0 rgba(0,0,0,0.25);
}
#top:hover{
  color: #fff;
}
.para-parent{
  position: relative;
  /*height: 80vh;*/
  min-height: 600px;/*products banner 最小高度*/
  overflow: hidden;
}
.parallax{
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: local;

  margin-top: -150px;

}
.parallax ~ *:not(.mask) {
  position: relative;
  top: 0;
  z-index: 1;
  background: transparent;
}
main {
  min-height: 100vmin;
  position: relative;
  z-index: 0;
}
.mt-5{
  margin-top: 5em;
}
.dec-logo {
  width: 120px;
  height: 70px;
  content: " ";
  display: inline-block;
  background-image: url("../images/astek-l-bw.png");
  -webkit-background-size: 90%;
  background-size: 90%;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.circle-sprite {
  width: 180px;
  height: 180px;
  content: " ";
  display: inline-block;
  border-radius: 50%;
  -webkit-background-size: 90% !important;
  background-size: 90% !important;
  background-repeat: no-repeat;
  vertical-align: middle;
  overflow: hidden;
}
.scale--1 {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.inline-bk {
  display: inline-block;
}
.pattern {
  background-image: url("../images/pattern.png");
  background-repeat: repeat;
  background-position: left center;
}
.dotted {
  background-image: url("../images/dot.svg");
  background-repeat: repeat;
  background-position: center 0;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
}
.bg-white {
  background-color: #fff;
}
.bg-red {
  background-color: #f9677c;
  color: #fff;
}
.bg-blue {
  background-color: #76b1c3;
  color: #fff;
}
.bg-dec {
  background-color: #ed6942;
  color: #fff;
}
.bg-dk {
  background-color: #28a6bf;
  color: #f0f0f0;
}
.bg-lg {
  background-color: lgColor;
  color: #fff;
}
.bg-lg-1 {
  background-color: lgColor1;
  color: #fff;
}
.bg-pp {
  background-color: yColor;
  color: #fff;
}
hr {
  width: 100%;
  height: 2px;
  float: left;
  border: none;
  background-color: rgba(255,255,255,0.65);
  border-bottom: 1px solid #ccc;
  margin: 6px 0;
}
.velocity {
  opacity: 0;
}
.horizental-img{
  width: 30%;
  min-width: 280px;
  margin: 0 auto;
}
.tooltip {
  display: none;
  position: absolute;
  background: #fff;
  width: 40%;
  max-width: 400px;
  padding: 15px;
  border-radius: 2px;
  border: 0.5px solid #9f9f9f;
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.15), 0 0 10px 0 rgba(0,0,0,0.1);
}
.imgtooltip {
  display: block;
  width: 100%;
}
header .normal {
  position: absolute;
  z-index: 1;
  padding: 10px 0;
  z-index: 2;
}
.slides {
  overflow: hidden;
  opacity: 0;
}
.slides .container {
  padding-top: 10%;
}
.bg-elm {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-90{
  -webkit-background-size: auto 90%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 0;
  pointer-events: none;
}
.bg-full {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-clips {
  -webkit-background-size: cover;
  background-size: cover;
  background-clip: content-box;
  background-position: center center;
  background-repeat: no-repeat;
}
.ab-btm{
  position: absolute;
  bottom: 0;
}
.ab-btm ~ * {
  position: relative;
}
.ab-icon{
  width: 80px;
  height: 80px;
  content: " ";
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  top:0;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  border-radius: 50%;
  box-shadow: 0 1px 0px 0 rgba(0,0,0,0.08);
}
.h-bg {
  min-height: 620px;
}
.h-region {
  min-height: 400px;
}
.h-region-half {
  min-height: 200px;
}
.h-slides {
  min-height: 560px;
}
.bg-half {
  min-height: 280px;
  padding-bottom: 10px;
}
.bg-half + .bg-half {
  padding-bottom: 0;
  padding-top: 10px;
}
.h-card {
  min-height: 300px;
}
.shade{
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25),
  0 0 0 1px rgba(0,0,0,0.05),
  1px 1px 1px 0 rgba(0,0,0,0.08),
  0 0 8px 0 rgba(0,0,0,0.1);
}
nav {
  background-color: #fff;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.logo-wrap {
  display: inline-block;
  padding: 5px 0;
}
.logo {
  display: inline-block;
  content: " ";
  height: 60px;
  width: 250px;/*20160823 250px*/
  background-image: url("../images/misno-l-c-1.png");
  -webkit-background-size: auto 80px;/*20160823 50px*/
  background-size: auto 54px;/*20160823 80px*/
  background-repeat: no-repeat;
  background-position: center center;/*20160823 10px*/
}
.size--60 {
  width: 60px !important;
  height: 60px !important;
  font-size: 16px;
  line-height: 60px;
  box-shadow: inset 0 0 0px 1px rgba(255,255,255,0.25), 1px 1px 0 0 rgba(0,0,0,0.15);
  -webkit-transition: all linear 0.25s;
  -o-transition: all linear 0.25s;
  -webkit-transition: all linear 0.25s;
  -moz-transition: all linear 0.25s;
  -o-transition: all linear 0.25s;
  -ms-transition: all linear 0.25s;
  transition: all linear 0.25s;
}
.size--60:hover,
[class|="size"][class|="bg"]:hover {
  background-color: #46c0d8;
}
.size--60:hover i {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transgorm: scale(0.8);
}
.size--60 i::before {
  content: " ";
  display: block;
  position: absolute;
  top: 13px;
  left: 15%;
  width: 70%;
  border-top: 2px solid #fff;
}
.size--60 i::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 13px;
  left: 15%;
  width: 70%;
  border-bottom: 2px solid #fff;
}
.size--40 {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  margin: 2px;
}
.size--24 {
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
}
.size--30 {
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
}
.size--80 {
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 80px;
  vertical-align: middle;
}
.size--180 {
  width: 180px;
  height: 180px;
  font-size: 66px;
  line-height: 180px;
}
.size--pd-40{
  width: 40px;
  height: 40px;
  padding: 6px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  background-clip: content-box;
}
.sprite {
  display: inline-block;
  content: " ";
  margin: 2px;
  text-align: center;
}
.sprite img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.sprite i,
.circle-sprite i {
  font-style: normal;
  display: block;
  text-align: center;
  position: relative;
  line-height: inherit;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.ab-rt--15 {
  position: absolute;
  top: 15px;
  right: 15px;
}
.square-icon {
  width: 24px;
  height: 24px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin: -2px 8px 0 0;
}
.social-media {
  background-image: url("../images/coman-media.svg");
  -webkit-background-size: 40px 120px;
  background-size: 40px 120px;
  -webkit-filter: drop-shadow(1px 2px 0 rgba(0,0,0,0.15));
  -o-filter: drop-shadow(1px 2px 0 rgba(0,0,0,0.15));
  filter: drop-shadow(1px 2px 0 rgba(0,0,0,0.15));
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.social-media:nth-of-type(1) {
  background-position: 0 2px;
}
.social-media:nth-of-type(2) {
  background-position: 0 -40px;
}
.social-media:nth-of-type(3) {
  background-position: 0 -82px;
}
.social-media:hover {
  -webkit-transform: translateY(-5px) scale(0.95);
  -ms-transform: translateY(-5px) scale(0.95);
  -o-transform: translateY(-5px) scale(0.95);
  -webkit-transform: translateY(-5px) scale(0.95);
  -moz-transform: translateY(-5px) scale(0.95);
  -o-transform: translateY(-5px) scale(0.95);
  -ms-transform: translateY(-5px) scale(0.95);
  transform: translateY(-5px) scale(0.95);
}
.equal--main-side {
  min-height: 500px;
}
.equal--sub-side {
  min-height: 250px;
}
.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.jump-up {
  display: inline-block;
  content: "";
  width: 80px;
  height: 80px;
  font-size: 40px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  opacity: 1;
  color: #fff;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
  -ms-transition: all ease-in-out 0.35s;
  transition: all ease-in-out 0.35s;
}
.mask ~ *:not(.jump-up),
[class|="fake-color"] ~ * {
  position: relative;
}
.hover-eft .mask {
  opacity: 0;
}
.hover-eft .jump-up {
  opacity: 0;
  -webkit-transform: translate3d(0, 80px, 10px) scale(0);
  -ms-transform: translate3d(0, 80px, 10px) scale(0);
  -o-transform: translate3d(0, 80px, 10px) scale(0);
  -webkit-transform: translate3d(0, 80px, 10px) scale(0);
  -moz-transform: translate3d(0, 80px, 10px) scale(0);
  -o-transform: translate3d(0, 80px, 10px) scale(0);
  -ms-transform: translate3d(0, 80px, 10px) scale(0);
  transform: translate3d(0, 80px, 10px) scale(0);
}
.hover-eft:hover .mask {
  opacity: 0.6;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.hover-eft:hover .jump-up {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 0.95;
}
.font-og{
  color: #ed6942;
  font-weight: lighter;
  font-size: 36px;
}
.font-og span{
  display: block;
  font-size: 18px;
  color: #555;
  line-height: 1.4;
}
.font-og-ss{
  font-size: 19px;
  color: #f9677c;
  font-weight: lighter;
  line-height: 25px;
}
.font-og-ss .num{
  font-size: 20px;
  font-weight: normal;
  color: #444;
  margin-top: 10px;
}
.font-large {
  font-size: 42px;
  font-weight: 900;
  color: #c3d021;/*banner 字體顏色 #f8566d*/
  line-height: 1.05;
  opacity: 0.85;
  text-shadow: 1px -1px 0px rgba(255,255,255,0.25), 2px 2px 3px rgba(0,0,0,0.15);
}
.s-size {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  opacity: 1;
  color: #fff;
}
.font--vw{
  font-size: 6vw;
  line-height: .9;
  color: #6d6d6d;
  opacity: .45;
  text-shadow: -1px -1px 0 rgba(255,255,255,1.0),
  1px 1px 0 rgba(0,0,0,0.95);
}
.font-c-sec {
  color: #f9677c;
  text-shadow: 1px -1px 0px rgba(255,255,255,0.25), 2px 2px 3px rgba(0,0,0,0.15);
}
.font-light {
  font-weight: 300 !important;
}
.font-c-light {
  color: #7f7f7f;
}
.spec-list{
  font-size:1.05em;
  line-height: 1.45;
  letter-spacing: 0.5px;
  display: block;
  font-weight: lighter;
  float: left;
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.angle-icon{/*new icon */
  content: " ";
  display: inline-block;
  position: relative;
  width: 130px;/*20160825 60*/
  height:60px;/*20160825 60*/
  font-size: 18px;
  line-height: 60px;
  margin: 2pxpx;
  text-align: center;
  font-weight: normal;
  color: #fff;
}
.angle-icon::after{
  content: " ";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: inherit;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.angle-icon.reverse::after{
  display: none;
}
.angle-icon.reverse::before{
  content: " ";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: inherit;
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list-type span{
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.2em;
  line-height: 1.8;
  margin-bottom: 8px;
}
.content-mask {
  width: 50%;
  height: 100%;
  min-width: 240px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 15px;
  background-color: rgba(61,59,64,0.58);
}
.bread {
  margin-bottom: -0px;
}
.bread a{
  margin: 0;
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 40px;
  max-width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 14px;
  padding-right: 14px;
  text-align: center;
  font-weight: lighter;
  float: left;
  box-shadow: 1px 0 0 0 rgba(255,255,255, 0.2), 1px 0 0 0 rgba(0,0,0,0.1);}
.bread a i {
  width: 10px;
  height: 10px;
  content: " ";
  background-color: inherit;
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 1;
  box-shadow: 1px 0 0 0 rgba(255,255,255, 0.2), 1px 0 0 0 rgba(0,0,0,0.1);
  -webkit-transform: rotate(45deg) translateY(-5px);
  -ms-transform: rotate(45deg) translateY(-5px);
  -o-transform: rotate(45deg) translateY(-5px);
  transform: rotate(45deg) translateY(-5px);
}
.bread a:first-of-type{
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
article h2 {
  font-size: 32px;
}
article h2 * {
  font-size: 20px;
  line-height: 1.4;
}
article h5 {
  font-size: 19px;
}
article h4 {
  font-size: 21px;
}
article p {
  font-size: 16px;
  line-height: 1.4;
}
article h5 + p {
  margin-top: 10px;
}
article p + p {
  margin-top: 8px;
}
.special-font{
  font-weight: 900;
}
article h6 {
  line-height: 1.4;
  letter-spacing: .5px;
}
.af-line{
  position: relative;
  z-index: 0
}
.af-line::after{
  width: 40%;
  height: 1px;
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #c6c6c6;
}

.card .line-grid {
  box-shadow: inset 0 0 0 1px #fff, 1px 1px 0 0 rgba(0, 0, 0, 0.15), 0 0 8px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.line-grid, .line-grid * {
  -webkit-transition: all linear .35s;
  -o-transition: all linear .35s;
  transition: all linear .35s;
}

.line-grid a.block {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.line-grid a.block:hover img {
  background: #000;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.line-grid img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.line-grid > div {
  width: 99.5%;
  float: left;
  margin: 1px .25%;
  padding: 25px 25px 25px 25px;
}

.line-grid > div + div {
  padding-top: 0;
}

.line-grid div p:first-of-type {
  color: #ed6942;
  font-size: .95em;
}

.card [class|="fx-item"],
.card [class|="flex-no-space"] {
  position: relative;
}

.svg-tag {
  width: 110px;
  height: 30px;
  display: block;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
}

.svg-tag.og {
  top: -1px;
  right: -90px;
}

.svg-tag.bk {
  top: -1px;
  left: 50px;
}

/*company profile*/
.side-word{
  display: block;
  position: absolute;
  font-size: 8vw;
  line-height: 1;
  height: 100%;
  width: 100%;
  font-weight: bold;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  color: #b6b6b6;
}
.side-word.right{
  right: -100%;
  margin-right: -6vw;
  top: 50px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.side-word.left{
  right: 0%;
  margin-right: -1vw;
  top: 50px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.img-displacement {
  position: relative;
  z-index: 0;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -ms-calc(100% - 60px);
  width: calc(100% - 60px);
  float: left;
  margin: 20px 40px 20px 20px;
}
.img-displacement *{
  position: relative;
}
.img-displacement:before {
  position: absolute;
  content: " ";
  width: 97%;
  height: 98%;
  background-color: #dfdfdf;
  right: -30px;
  top: 40px;
}
.img-displacement.reverse{
  margin: 20px 20px 20px 40px;
}
.img-displacement.reverse:before {
  position: absolute;
  content: " ";
  width: 97%;
  height: 98%;
  background-color: ;
  left: -30px;
  top: 40px;
}
.bk{
  color: #131313!important;
}
footer {
  text-shadow: 1px -1px 0px rgba(255,255,255,0.05);
}
footer h5 + h6 {
  margin-top: 15px;
}
footer h5 {
  color: #999;
}
footer p{
  font-size: 16px;
}


.ov-h {
  overflow: hidden;
}
.opc{
  opacity: 0;
}
.fake-color-l {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}
.fake-color-r {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
}
/*.card [class|="fx-item"], .card [class|="flex-no-space"]{
  margin-bottom: 0px;
}*/
[data-stellar-background-ratio]{
  background-position: left center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.select-wrap {
  position: relative;
  overflow: hidden;
  display: inline;
}
.select-wrap, .select-wrap::before,
.select-wrap::after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select-wrap::after {
  font-family: 'icomoon';
  content: "\e954";
  display: inline-block;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  width: 44px;
  height: 42px;
  position: absolute;
  right: 5px;
  top: -14px;
  pointer-events: none;
  background-color: #f7f7f7;
  box-shadow: -2px 0 0 0 rgba(0,0,0,0.1);
}
.select-wrap select {
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #bfbfbf;
  height: 46px;
  line-height: 46px;
  padding: 0 5px;
  font-size: 14px;
  outline: 0;
  border-radius: 2px;
  background-color: #fff;
  width: 80%;
  max-width: 300px;
  display: inline-block;
  text-indent: 0.01px;
  text-overflow: "";
  overflow: auto;
  color: #6f6f6f;
}
select::-ms-expand {
  display: none;
}
.select-wrap option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  position: absolute;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
}
.select-wrap select:focus,
.select-wrap option:focus {
  outline: 0;
}
.select-wrap option[selected] {
  color: #888;
}
.iframe-wrap, .iframe-wrap * {
  -webkit-transition: all linear .35s;
  -o-transition: all linear .35s;
  transition: all linear .35s;
}
.iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 36%;
  float: left;
  cursor: pointer;
}
.iframe-wrap iframe,
.iframe-wrap video,
.iframe-wrap .iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  right: 0;
  bottom: 0;
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.iframe-wrap:hover * {
  -webkit-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.iframe-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: .6;
}
@media screen and (min-width: 300px) and (max-width: 960px) {
  .h-bg,
  .h-region, .para-parent {
    min-height: 480px;
  }
  .parallax {
    background-position: 35% 50%;
  }
  .bg-half {
    min-height: 480px;
  }
  .bg-90{
    -webkit-background-size: auto 75%;
    background-size: auto 75%;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 0;
    pointer-events: none;
  }
  .slides .container {
    padding-top: 10%;
  }
  .font-large {
    font-size: 2em;
    line-height: 1.1;
    color: #f9677c;
    opacity: 1;
  }
  .font--vw{
    font-size: 10vw;
    color: #b6b6b6;
  }
  .scale--1 {
    display: block;
    margin: 80px auto 50px auto;
  }
  .mobi-hidden + .current-full{
    text-align: center;
  }
  article h6{
    font-size: 1.15em;
  }
  .card .line-grid {
    margin-bottom: 20px;
  }
  .prod [class|="flex-no-space"]{
    padding-left: 10px;
    width: 100%;
  }
  .side-word{
    display: none;
  }
}
@media screen and (min-width: 300px) and (max-width: 800px) {
  .h-bg {
    min-height: 480px;
  }
  .hover-eft .mask:not(.brick) {
    display: none;
  }

  .hover-eft .jump-up {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0px, 0px) scale(1.2);
    -ms-transform: translate3d(0, 0px, 0px) scale(1.2);
    -o-transform: translate3d(0, 0px, 0px) scale(1.2);
    -webkit-transform: translate3d(0, 0px, 0px) scale(1.2);
    -moz-transform: translate3d(0, 0px, 0px) scale(1.2);
    -o-transform: translate3d(0, 0px, 0px) scale(1.2);
    -ms-transform: translate3d(0, 0px, 0px) scale(1.2);
    transform: translate3d(0, 0px, 0px) scale(1.2);
  }
  [class|="fake-color"] {
    display: none;
  }
  .sticky-btm {
    padding-bottom: 0;
  }

  footer .gw-6:first-of-type .gw-6{
    width: 100%;
    float: left;
  }
  footer h6 a {
    width: 100%;
    display: block;
    padding: 3px 0;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  footer h6 a + a {
    margin-left: 2%;
  }
  h2.pt3, h2.pt5, h2.pt1{
    padding-top: 40px;
  }
  p.pt3, h6.pt3{
    padding-top: 20px;
  }
  .angle-icon{
    margin: 20px 20px 0 20px;
  }
  .angle-icon.reverse::after, .angle-icon::after{
    display: none;
  }
  .angle-icon.reverse::before,
  .angle-icon::before{
    content: " ";
    width: 12px;
    height: 12px;
    display: inline-block;
    background: inherit;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: -6px;
    margin-top: 0;
    margin-left: -6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  [data-stellar-background-ratio]{
    background-position: 30% center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size:cover;
    background-size:cover;
    position: relative;
  }
  .select-wrap select {
    width: 90%;
    max-width: 260px;
    font-size: 16px!important;
  }
  .iframe-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 64.25%;
    float: left;
  }
  .iframe-wrap * {
    pointer-events: auto!important;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .h-bg {
    min-height: 480px;
  }
  .bg-half {
    min-height: 280px;
  }
  .bg-half:nth-of-type(even) {
    margin-bottom: 20px;
  }
  .h-region {
    min-height: 460px;
  }
  .h-region-half {
    min-height: 230px;
  }
  .content-mask {
    width: 100%;
    padding: 15% 30px;
  }
  /*prod use*/
  .mobi-hidden + .current-full{
    width: 100%;
    text-align: center;
    padding: 20px;
  }
.mobi-hidden + .current-full .gw-6:not(.omega){
  width: 100%;

}
  .sticky-btm > [class|="flex-no-space"] {
    width: 100%;
  }

}
@media screen and (min-width: 300px) and (max-width: 640px) {
  .h-bg {
    min-height: 450px;
  }
  .bg-half {
    min-height: 320px;
    margin-top: 20px;
  }
  .h-region {
    min-height: 400px;
  }
  .h-region-half {
    min-height: 320px;
  }
  .bg-half:nth-of-type(even) {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .h-slides {
    min-height: 450px;
  }
  .slides div.bg-elm {
    height: 500px;
  }
  .circle-sprite {
    width: 120px;
    height: 120px;
  }
  .content-mask {
    width: 100%;
    padding: 30px 20px;
  }
  .sticky-btm {
    padding-bottom: 0;
  }
  footer h6 a,
  footer h6 a + a {
    display: block;
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
  }
  .horizental-img{
    padding-right: 0;
    display: block;
    width: 260px;
    margin: 10px auto;
    float: none;
  }
  .mb-center{
    text-align: center;
  }
  .prod [class|="flex-no-space"]{
    padding-left: 0px;
  }
}
/*# sourceMappingURL=basic.css.map */
