@charset 'utf-8';
/* colors
hot pink : #ff0078;
*/

/*-overwrite-*/
.overview-wrapper {
    width: 100%;
}
#overview #sectionOverview {
    width: 100%;
    padding: 0;
}
#overview, #gallery, #review, #support, #features, #wheretobuy {
    margin-top: 0px;
}
#overview #sectionOverview {
    padding: 0px;
}
body.noscroll{
    overflow: hidden;
}
#hd{
    /*width: 100% !important;
    margin-left: 0 !important;*/
}
#hd p{
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    font-size: 16px;
}
#hd ul{
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    font-size: 16px;
}


/*hd-style*/
#hd * {
    /*margin: 0;
    padding: 0;
    list-style-type: none;*/
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word;
}
/*
::selection {
    background: #ff0078;
    color: #000000;
}

::-moz-selection {
    background: #ff0078;
    color: #000000;
}
*/
#hd {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #000;
    font-size: 16px;
    margin: 0;
    padding: 0;
    /*background: url(../img/bg.jpg) 0 center no-repeat;*/
    background-attachment: fixed;
}

#hd ul,
#hd li,
#hd figure {
    margin: 0;
    padding: 0;
}

#hd h1,
#hd h2,
#hd h3,
#hd h4,
#hd p,
#hd a,
#hd li {
    font: inherit;
}
/*
#product_content_area p {
    margin-bottom: 1em;
}
*/

#hd img {
    display: block;
    height: auto;
    border: none;
    max-width: 100% !important;
    margin: 0 auto;
}

#hd img.lazyLoad {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


/* ---------- scrollUp ------- */

#scrollUp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px solid #aaa;
    opacity: 0;
}

#scrollUp.hd-show {
    opacity: 1;
}

#scrollUp svg {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 5px;
    left: 0;
    fill: #aaa;
    -webkit-transform: rotateZ(270deg);
    -moz-transform: rotateZ(270deg);
    -ms-transform: rotateZ(270deg);
    -o-transform: rotateZ(270deg);
    transform: rotateZ(270deg);
}

#scrollUp:hover {
    background-color: #aaa;
}

#scrollUp:hover svg {
    fill: white;
}


/*--------------Commercial Monitors-----------------*/


/*basic*/

@font-face {
    font-family: 'MyriadPro';
    src:url('../fonts/MyriadPro-Light.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TTNorms';
    src:url('../fonts/TT-Norms-Pro-Regular.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TTNormsLight';
    src:url('../fonts/TT-Norms-Pro-TTNormsLight.otf');
    font-weight: normal;
    font-style: normal;
}
#hd{
    font-family: 'MyriadPro', 'Open Sans', sans-serif;
}
#hd .section-title{
    font-family: 'TTNorms', 'MyriadPro', 'Open Sans', sans-serif;
    font-size: 50px;
    color: #000;
    line-height: 1.2em;
    font-weight: normal;
    margin: 0 0 0.5em 0;
}
#hd .section-p{
    font-family: 'MyriadPro', 'Open Sans', sans-serif;
    font-size: 1.1em;
    color: #474747;
    line-height: 1.4em;
    font-weight: normal;
    margin: 0;
}
#hd .note{
    font-family: 'MyriadPro', 'Open Sans', sans-serif;
    font-size: 0.9em;
    line-height: 1.3em;
    font-weight: normal;
    color: #6a6a6a;
    margin: 0;
}
@media screen and (min-width: 1800px) {    
}
@media screen and (max-width: 1400px) {    
#hd .section-title{
    font-size: 40px;
}
}
@media screen and (max-width: 550px) {    
#hd .section-title{
    font-size: 24px;
}
#hd .section-p{
    font-size: 1em;
}
}





#hd .tab-control{
    display: flex;
    align-items: top;
    margin: 0 auto;
    max-width: 900px;
}
#hd .tab-control .entry{
    flex-grow: 1;
    text-align: center;
    color: #999;
    box-sizing: border-box;
    padding: 10px 10px;
    line-height: 1em;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
    margin-bottom: 10px;
    position: relative;
    font-family: 'TTNorms', 'MyriadPro', 'Open Sans', sans-serif;
    font-size: 22px;
}
#hd .tab-control .entry:after{
    width: 80px;
    height: 2px;
    background-color: transparent;
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0;
    display: block;
    content: '';
}
#hd .tab-control .entry span {
    display: block;
    width: 100%;
}
#hd .tab-control .entry:hover{
    color: #555;
}
#hd .tab-control .entry.active{
    color: #000;
}
#hd .tab-control .entry.active:after{
    background-color: #000;
}

@media screen and (max-width: 1200px) {    
#hd .tab-control .entry{
    font-size: 17px;
}
}

@media screen and (max-width: 650px) {    
#hd .tab-control .entry{
    padding: 10px 2px;
    font-size: 13px;
}
#hd .tab-control .entry:after{
    width: 40px;
    left: calc(50% - 20px);
}
}

/*--------------main-----------------*/


#hd #comon-main{
    padding-top: 80px;
}
#hd #comon-main .headline{
    margin-bottom: 50px;
    padding: 0 15px;
}
#hd #comon-main .headline h2{
    text-align: center;
    font-family: 'TTNorms', 'MyriadPro', 'Open Sans', sans-serif;
    font-size: 50px;
    color: #000;
    line-height: 1.2em;
    font-weight: normal;
    margin: 0;
}
#hd #comon-main .headline h3{
    text-align: center;
    font-family: 'TTNorms', 'MyriadPro', 'Open Sans', sans-serif;
    font-size: 26px;
    color: #133ed4;
    line-height: 1.2em;
    font-weight: normal;
    margin: 0 0 0.4em 0;
}

@media screen and (max-width: 1200px) {    
#hd #comon-main .headline h2{
    font-size: 40px;
}
#hd #comon-main .headline h3{
    font-size: 20px;
}
}
@media screen and (max-width: 650px) {    
#hd #comon-main{
    padding-top: 50px;
}
#hd #comon-main .headline{
    margin-bottom: 20px;
}
#hd #comon-main .headline h2{
    font-size: 26px;
}
#hd #comon-main .headline h3{
    font-size: 18px;
}
}



#hd #comon-main .scene-content{
    max-width: 1600px;
    margin: 0 auto;
    background: #555;
    overflow: hidden;
}
#hd .scene-entry:not(.active){
    display: none;
}
#hd #comon-main .blind {
    position: absolute;
    top: 0;
    left: -1000px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}
#hd #comon-main .prod-view {
  position: relative;
}
#hd #comon-main .panorama {
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
}
#hd #comon-main .panorama .img {
  position: relative;
  /*left: 50%;
  width: 2370px;
  margin: -95px 0 0 -1185px;*/
  transition: transform .5s cubic-bezier(.5, 0, 0, 1);
}
#hd #comon-main .panorama .img-higher {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#hd #comon-main .panorama .img-higher img {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
#hd #comon-main .prod-info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
}


/*prod-btn*/
#hd #comon-main .prod-btn {
  position: absolute;
  width: 40px;
  height: 40px;
}
#hd #comon-main .prod-num {
  position: absolute;
  top: -150px;
  left: 10px;
  font-size: 24px;
  color: #fff;
  text-shadow: 0 0 3px rgb(0, 0, 0), 0 0 6px rgb(0, 0, 0);
  white-space: nowrap;
  font-family: 'TTNorms', 'MyriadPro', 'Open Sans', sans-serif;
}
#hd #comon-main .prod-num::after {
  position: absolute;
  top: 55px;
  left: 9px;
  width: 2px;
  height: 100px;
  content: '';
  background: #fff;
}
#hd #comon-main .prod-num span {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  margin-bottom: 4px;
}

/*客製*/
#hd #comon-main .scene-designstudio .prod-pa329cv .prod-num{
  top: 0%;
  left: auto;
  right: 120px;
}
#hd #comon-main .scene-designstudio .prod-pa329cv .prod-num::after {
  top: 21px;
  left: 115%;
  width: 80px;
  height: 2px;
}
#hd #comon-main .scene-store .prod-vt229h .prod-num{
  top: 0%;
  left: auto;
  right: 120px;
}
#hd #comon-main .scene-store .prod-vt229h .prod-num::after {
  top: 21px;
  left: 115%;
  width: 80px;
  height: 2px;
}
#hd #comon-main .scene-designstudio .prod-pa147cdv .prod-num{
  top: 0px;
  left: 100px;
}
#hd #comon-main .scene-designstudio .prod-pa147cdv .prod-num::after {
  top: 21px;
  left: auto;
  right: 115%;
  width: 80px;
  height: 2px;
}
@media screen and (max-width: 768px) {    
#hd #comon-main .scene-designstudio .prod-pa329cv .prod-num::after {
  top: 11px;
}
#hd #comon-main .scene-designstudio .prod-pa147cdv .prod-num::after {
  top: 11px;
}
#hd #comon-main .scene-store .prod-vt229h .prod-num::after {
  top: 11px;
}
}





#hd #comon-main .btn-zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    overflow: visible;
    padding: 0;
    text-indent: -9999px;
    border: 0;
    border-radius: 50%;
    outline: none;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .35);
    transition: all .2s;
    cursor: pointer;
}
#hd #comon-main .btn-zoom::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 12px;
  height: 12px;
  content: '';
  border-radius: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: all .2s;
}
#hd #comon-main .btn-zoom:hover:before {
    transform:translate(-50%, -50%) scale(1.5);
  background: #133ed4;
}
#hd #comon-main .btn-zoom::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  content: '';
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transform-origin: center;
  animation: wave 1.5s infinite;
}
@keyframes wave{
    0% {opacity:0; transform:scale(1);}
    20% {opacity: 0.6}
    100% {opacity:0; transform:scale(2);}
}


#hd #comon-main .prod-info .detail-img {
  display: none;
}

#hd #comon-main .prod-info .btn-back {
    position: absolute;
    top: 35px;
    left: 35px;
    height: 20px;
    padding: 0 0 0 52px;
    font-size: 23px;
    color: #000;
    line-height: 20px;
    border: 0;
    outline: none;
    background: none;
    transition: all .2s;
    cursor: pointer;
}
#hd #comon-main .prod-info .btn-back::before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 27px;
  height: 3px;
  margin: -1px 0 0;
  content: '';
  background: #000;
  animation: bounce .8s infinite;
}
#hd #comon-main .prod-info .btn-back::after {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 12px;
  height: 12px;
  margin: -7px 0 0;
  content: '';
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
  animation: bounce .8s infinite;
}
@keyframes bounce{
  0%, 30%, 70%, 100%{margin-left:0;}
  50% {margin-left:-5px;}
}

/*黑底*/
#hd #comon-main .scene-designstudio .prod-info .btn-back {
    color: #fff;
}
#hd #comon-main .scene-designstudio .prod-info .btn-back::before {
  background: #fff;
}
#hd #comon-main .scene-designstudio .prod-info .btn-back::after {
  border-color: #fff;
}




/*prod-detail*/
#hd #comon-main .info-wrap .inner{
    height: 100%;
    position: relative;
}
#hd #comon-main .info-wrap .inner .prod-detail{
    width: 35%;
    /*background: rgba(0,0,0,0.2);*/
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 20px 30px;
    box-sizing: border-box;
}
#hd #comon-main .info-wrap .inner .prod-detail.to-right{
    margin-left: 65%;
}
#hd #comon-main .info-wrap .inner .prod-detail h3{
    font-family: 'TTNorms', 'MyriadPro', 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 1em 0;
    color: #133ed4;
    width: 100%;
}
#hd #comon-main .info-wrap .inner .prod-detail ul{
    margin: 0 0 0 10px;
    padding: 0;
    list-style-type: '- ';
}
#hd #comon-main .info-wrap .inner .prod-detail ul li{
    margin: 0 0 1em 0;
    padding: 0;
    line-height: 1.3em;
}
#hd #comon-main .info-wrap .inner .prod-detail .icon{
    width: 100%;
    margin: 0;
}
#hd #comon-main .info-wrap .inner .prod-detail .icon img{
    margin: 0;
    max-width: 80px !important;
}
#hd #comon-main .info-wrap .inner .btn-area{
    width: 100%;
    position: relative;
}
#hd #comon-main .info-wrap .inner .btn-area .btn-learnmore{
    font-family: 'TTNorms', 'MyriadPro', 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 15px 10px 0 0;
    color: #000;
    background: rgba(255,255,255,1);
    border-radius: 30px;
    border: 1px solid #000;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 15px;
    transition: all 0.2s;
    cursor: pointer;
}
#hd #comon-main .info-wrap .inner .btn-area .btn-learnmore:hover{
    border-color: #133ed4;
    color: #133ed4;
}
/*
#hd #comon-main .info-wrap .inner .btn-area .btn-learnmore.shop.active{
    background: #000;
}
*/
#hd #comon-main .info-wrap .inner .btn-area .btn-learnmore.shop{
    color: #fff;
    background: #133ed4;
    border-color: #133ed4;
}
#hd #comon-main .info-wrap .inner .btn-area .btn-learnmore.shop:hover{
    background: #0327a7;
    color: #fff;
}
#hd #comon-main .info-wrap .inner .btn-area .shop-pop{
    background: #fff;
    width: 250px;
    position: absolute;
    left: 55px;
    bottom: 50px;
    box-shadow: 0 0 20px 5px rgba(0,0,0,.2);
    padding: 3px;
    box-sizing: border-box;
    display: none;
}
#hd #comon-main .info-wrap .inner .btn-area .shop-pop .shop-pop-inner{
    display: flex;
    flex-wrap: wrap;
}
#hd #comon-main .info-wrap .inner .btn-area .shop-pop::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -11px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #fff;
}
#hd #comon-main .info-wrap .inner .btn-area .shop-pop a{
  display: block;
  width: 50%;
  box-sizing: border-box;
  padding: 8px;
  cursor: pointer;
  border: 2px solid #fff;
  transition: all 0.2s;
}
#hd #comon-main .info-wrap .inner .btn-area .shop-pop a:hover{
  border-color: #ccc;
}


/*黑底*/
#hd #comon-main .scene-designstudio .info-wrap .inner .prod-detail h3{
    color: #89a2ff;
}
#hd #comon-main .scene-designstudio .info-wrap .inner .prod-detail ul{
    color: #fff;
}

/* indicators position */
#hd #comon-main .scene-office .prod-be27acsbk {
  top: 70%;
  left: 65%;
}
#hd #comon-main .scene-office .prod-mb16awp {
  top: 65%;
  left: 15%;
}
#hd #comon-main .scene-homeoffice .prod-be24ecsnk {
  top: 33%;
  left: 65%;
}
#hd #comon-main .scene-homeoffice .prod-mb16acv {
  top: 58%;
  left: 25%;
}
#hd #comon-main .scene-designstudio .prod-pa329cv {
  top: 28%;
  left: 25%;
}
#hd #comon-main .scene-designstudio .prod-pa147cdv {
  top: 68%;
  left: 54%;
}
#hd #comon-main .scene-go .prod-mq16ah {
  top: 45%;
  left: 70%;
}
#hd #comon-main .scene-store .prod-vt229h {
  top: 40%;
  left: 31%;
}




/*--------------main RWD-----------------*/

@media screen and (max-width: 1600px) {    
#hd #comon-main .panorama{
    height: 48vw;
}
}


@media screen and (max-width: 1200px) {    
#hd #comon-main .info-wrap .inner .prod-detail{
    width: 37%;
    padding: 10px 15px;
}
#hd #comon-main .info-wrap .inner .prod-detail.to-right{
    margin-left: 63%;
}
#hd #comon-main .info-wrap .inner .prod-detail h3{
    font-size: 22px;
}
}

@media screen and (max-width: 1023px) {    
#hd #comon-main .scene-content{
    height: 550px;
}
#hd #comon-main .panorama {
    height: 550px;
    overflow-y: hidden;
    overflow-x: auto;
}
.panorama-inner {
    position: relative;
    width: 1100px;
    height: 550px;
    overflow: hidden;
}
#hd #comon-main .panorama .img {
  height: 550px;
}
}



@media screen and (max-width: 950px) {    
#hd #comon-main .panorama {
}
/*
#hd #comon-main .prod-info {
  height: 100vh;
}
#hd #comon-main .info-wrap {
  height: 100vh;
}
*/
#hd #comon-main .prod-info .detail-img {
  display: block;
}
#hd #comon-main .info-wrap .inner .prod-detail{
    width: 100%;
}
#hd #comon-main .info-wrap .inner .prod-detail.to-right{
    margin-left: 0%;
}

#hd #comon-main .prod-info {  
    background: #000;
}
#hd #comon-main .info-wrap .inner{
    position: absolute;
    left: 0;
    top: 0;
}
#hd #comon-main .info-wrap .inner .prod-detail{
    padding-top: 200px;
}
#hd #comon-main .info-wrap .inner .prod-detail h3{
    color: #fff;
}
#hd #comon-main .info-wrap .inner .prod-detail ul{
    color: #fff;
}
#hd #comon-main .info-wrap .inner .prod-detail .icon img{
    max-width: 50px !important;
}
#hd #comon-main .prod-info .btn-back {
    top: 20px;
    left: 20px;
    font-size: 16px;
    color: #fff;
}
#hd #comon-main .prod-info .btn-back::before {
  background: #fff;
}
#hd #comon-main .prod-info .btn-back::after {
  border-color: #fff;
}
}


@media screen and (max-width: 768px) {    
#hd #comon-main .prod-num {
  font-size: 18px;
  left: 1px;
}
#hd #comon-main .prod-num span {
  font-size: 13px;
}
#hd #comon-main .prod-num::after {
  height: 60px;
}
#hd #comon-main .prod-num {
  top: -100px;
}
#hd #comon-main .btn-zoom {
  width: 22px;
  height: 22px;
}
#hd #comon-main .btn-zoom::before {
  width: 5px;
  height: 5px;
}
#hd #comon-main .btn-zoom::after {
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
}
#hd #comon-main .info-wrap .inner .prod-detail ul li{
    text-shadow: 0px 0px 2px rgba(0,0,0,1), 0px 0px 4px rgba(0,0,0,1), 0px 0px 6px rgba(0,0,0,1), 0px 0px 8px rgba(0,0,0,1);
}
}

@media screen and (max-width: 600px) {    
#hd #comon-main .info-wrap .inner .prod-detail ul li{
    margin: 0 0 0.5em 0;
    font-size: 13px;
}
#hd #comon-main .info-wrap .inner .prod-detail{
    padding-top: 130px;
}
}





/*---------case-----------*/
#hd #comon-case{
    padding-top: 80px;
}
#hd #comon-case .inner{
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}
#hd #comon-case .inner .text{
    text-align: center;
}
#hd #comon-case .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 80px;
}
#hd #comon-case .list .entry{
    width: 33.33%;
    padding: 0 40px;
    margin-bottom: 80px;
    font-family: 'TTNorms', 'MyriadPro', 'Open Sans', sans-serif;
}
#hd #comon-case .list h3{
    font-size: 24px;
    font-weight: normal;
    color: #133ed4;
    line-height: 1.2em;
    margin: 0 0 0.4em 0;
    min-height: 2.8em;
}
#hd #comon-case .list h4{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 1.2em;
    margin: 0 0 0.4em 0;
}
#hd #comon-case .list p{
    font-size: 20px;
    font-weight: normal;
    color: #000;
    line-height: 1.3em;
    margin: 0 0 1em 0;
    min-height: 2.8em;
}
#hd #comon-case .list .image{
    margin-bottom: 20px;
}
#hd #comon-case .list .image img{
    display: block;
    width: 100%;
}
#hd #comon-case .list a.btn-video{
    color: #000;
    background: #fff;
    display: block;
    text-align: center;
    cursor: pointer;
    border: 2px solid #000;
    padding: 10px 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    margin-bottom: 15px;
}
#hd #comon-case .list a.btn-video span{
    background: url('../img/icon-play-small.png') left center no-repeat;
    background-size: 12px;
    padding-left: 25px;
}
#hd #comon-case .list a.btn-video:hover{
    background-color: #ddd;
}
#hd #comon-case .list a.btn-download{
    color: #fff;
    background: #000;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    box-sizing: border-box;
    padding: 10px 5px;
    transition: all 0.2s;
}
#hd #comon-case .list a.btn-download:hover{
    background-color: #133ed4;
}
#hd #comon-case .list a.btn-download span{
    background: url('../img/icon-download.png') left center no-repeat;
    background-size: 18px;
    padding-left: 25px;
}

@media screen and (max-width: 1200px) {    
#hd #comon-case .list .entry{
    padding: 0 20px;
    margin-bottom: 80px;
}
#hd #comon-case .list h3{
    font-size: 18px;
}
#hd #comon-case .list h4{
    font-size: 15px;
}
#hd #comon-case .list p{
    font-size: 15px;
}
#hd #comon-case .list a.btn-video{
    font-size: 14px;
}
#hd #comon-case .list a.btn-download{
    font-size: 14px;
}
}



@media screen and (max-width: 950px) {    
#hd #comon-case .list .entry{
    width: 50%;
}
}

@media screen and (max-width: 550px) {    
#hd #comon-case{
    padding-top: 40px;
}
#hd #comon-case .inner{
    padding: 0 10px;
}
#hd #comon-case .list{
    margin-top: 40px;
}
#hd #comon-case .list .entry{
    width: 100%;
}
#hd #comon-case .list h3{
    min-height: auto;
}
#hd #comon-case .list h4{
    min-height: auto;
}
#hd #comon-case .list p{
    min-height: auto;
}
}



/*---------products-----------*/
#hd #comon-products{
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}
#hd #comon-products:after{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    position: absolute;
    left: 0;
    top: 400px;
    z-index: 0;
}
#hd #comon-products .inner{
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 1
}
#hd #comon-products .inner > .text{
    text-align: center;
}
#hd #comon-products .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 80px;
}
#hd #comon-products .list .entry{
    width: 24%;
    padding-bottom: 20px;
    margin: 0 0.5% 80px 0.5%;
    background-color: #fff;
    font-family: 'TTNorms', 'MyriadPro', 'Open Sans', sans-serif;
}
#hd #comon-products .list .entry .text{
    padding: 0 40px;
}
#hd #comon-products .list h3{
    font-size: 24px;
    font-weight: normal;
    color: #133ed4;
    line-height: 1.2em;
    margin: 0 0 1em 0;
    min-height: 2.8em;
}
#hd #comon-products .list h4{
    font-size: 20px;
    font-weight: normal;
    color: #000;
    line-height: 1.2em;
    margin: 0 0 0.4em 0;
    position: relative;
}
#hd #comon-products .list h4:after{
    display: block;
    content: '';
    width: 25%;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    top: -10px;
}
#hd #comon-products .list p{
    font-size: 16px;
    font-weight: normal;
    color: #888;
    line-height: 1.3em;
    margin: 1em 0 1em 0;
    min-height: 2.8em;
}
#hd #comon-products .list .image{
    margin-bottom: 20px;
}
#hd #comon-products .list .image img{
    display: block;
    width: 100%;
}
#hd #comon-products .list .image a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.2s;
    cursor: pointer;
}
#hd #comon-products .list .image a:after{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -0;
    background: url('../img/icon-play.png') center no-repeat;
    background-size: 55px;
    background-color: rgba(0,0,0,0);
    transition: all 0.2s;
}
#hd #comon-products .list .image a:hover:after{
    background-color: rgba(0,0,0,0.4);
}
#hd #comon-products .list a.btn-video{
    color: #000;
    background: #fff;
    display: block;
    text-align: center;
    cursor: pointer;
    border: 2px solid #000;
    padding: 10px 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    margin-bottom: 15px;
}
#hd #comon-products .list a.btn-video span{
    background: url('../img/icon-play-small.png') left center no-repeat;
    background-size: 12px;
    padding-left: 25px;
}
#hd #comon-products .list a.btn-video:hover{
    background-color: #ddd;
}
#hd #comon-products .list a.btn-download{
    color: #fff;
    background: #000;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    box-sizing: border-box;
    padding: 10px 5px;
    transition: all 0.2s;
}
#hd #comon-products .list a.btn-download:hover{
    background-color: #133ed4;
}
#hd #comon-products .list a.btn-download span{
    background: url('../img/icon-download.png') left center no-repeat;
    background-size: 18px;
    padding-left: 25px;
}

@media screen and (max-width: 1400px) {    
#hd #comon-products:after{
}
#hd #comon-products .list .entry{
    margin-bottom: 30px;
    width: 32.33%;
}
#hd #comon-products .list h3{
    font-size: 18px;
}
#hd #comon-products .list h4{
    font-size: 15px;
}
#hd #comon-products .list p{
    font-size: 15px;
}
#hd #comon-products .list a.btn-video{
    font-size: 14px;
}
#hd #comon-products .list a.btn-download{
    font-size: 14px;
}
}



@media screen and (max-width: 950px) {    
#hd #comon-products .list .entry{
    width: 49%;
}
}

@media screen and (max-width: 550px) {    
#hd #comon-products:after{
    top: 200px;
}
#hd #comon-products{
    padding-top: 40px;
}
#hd #comon-products .inner{
    padding: 0 10px;
}
#hd #comon-products .list{
    margin-top: 40px;
}
#hd #comon-products .list .entry{
    width: 100%;
}
#hd #comon-products .list h3{
    min-height: auto;
}
#hd #comon-products .list h4{
    min-height: auto;
}
#hd #comon-products .list p{
    min-height: auto;
}
}





/*---------series-----------*/
#hd #comon-series{
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    background: #f4f4f4;
}
#hd #comon-series .inner{
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 1
}
#hd #comon-series .inner > .text{
    text-align: center;
    margin-bottom: 30px;
}

#hd #comon-series .tab-content > .entry:not(.active){
    display: none;
}

#hd #comon-series .series-main{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 1000px;
    padding: 0;
    box-sizing: border-box;
    margin: 30px auto 60px auto;
    flex-wrap: wrap;
}
#hd #comon-series .series-main .text{
    width: 40%;
}
#hd #comon-series .series-main .image{
    width: 60%;
}
#hd #comon-series .series-main .image .mask{
    border-radius: 25px;
    overflow: hidden;
}

#hd #comon-series .series-main .text{
    padding-left: 50px;
    padding-right: 30px;
    padding-bottom: 20px;
}
#hd #comon-series .series-main .text h3{
    font-family: 'TTNorms', 'MyriadPro', 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: normal;
    color: #133ed4;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
}
#hd #comon-series .series-main .text p{
    color: #555;
    line-height: 1.5em;
    margin-bottom: 0;
}

#hd #comon-series .series-main .text .icon{
    text-align: right;
    margin-bottom: 30px;
}
#hd #comon-series .series-main .text .icon img{
    width: 50px;
    display: inline-block;
}




#hd #comon-series .product-list{
    display: flex;
    align-items: center;
    max-width: 1000px;
    box-sizing: border-box;
    margin: 30px auto;
    flex-wrap: wrap;
    padding: 0;
}
#hd #comon-series .product-list .entry{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
}
#hd #comon-series .product-list .text{
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
}
#hd #comon-series .product-list .image{
    width: 50%;
}

#hd #comon-series .product-list h4{
    font-family: 'TTNorms', 'MyriadPro', 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #133ed4;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
}
#hd #comon-series .product-list ul{
    margin: 0 0 0 10px;
    padding: 0;
    list-style-type: '- ';
    color: #555;
    font-size: 14px;
    line-height: 1.2em;
}
#hd #comon-series .product-list ul li{
    margin-bottom: 10px;
}

/*以下使tab的最小內容變高避免畫面跳動*/
/*
@media screen and (min-width: 300px) {    
#hd #comon-series .tab-content{
    min-height: calc(100vh - 150px);
}
}
@media screen and (min-width: 1300px) {    
#hd #comon-series .tab-content{
    min-height: 1000px;
}
}
*/

@media screen and (max-width: 1000px) {    
#hd #comon-series .product-list .entry{
    width: 100%;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 650px) {    
#hd #comon-series .product-list .entry{
    padding: 0;
}
#hd #comon-series .product-list .text{
    padding: 0 0 0 10px;
}
}




#hd #comon-series .more{
    text-align: center;
}

#hd #comon-series .btn-more{
    color: #000;
    display: inline-block;
    box-sizing: border-box;
    padding: 8px 50px 8px 20px;
    font-family: 'TTNorms', 'MyriadPro', 'Open Sans', sans-serif;
    transition: all 0.2s;
    background: url('../img/btn-more-dark.png') calc(100% - 15px) center no-repeat;
    background-size: 20px;
    background-color: transparent;
    margin: 20px 0;
    border: 2px solid #000;
}
#hd #comon-series .btn-more:hover{
    background-color: rgba(0,0,0,0.1);
}

@media screen and (max-width: 950px) {    
#hd #comon-series .series-main{
    width: 100%;
}
#hd #comon-series .series-main .text{
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}
#hd #comon-series .series-main .image{
    width: 100%;
}
#hd #comon-series .series-main .text .icon {
    margin-bottom: 0;
}
}
@media screen and (max-width: 650px) {    
#hd #comon-series{
    padding-top: 40px;
}
#hd #comon-series .inner{
    padding: 0 20px;
}
#hd #comon-series .series-main .text h3{
    font-size: 22px;
}
}






/*list*/
#hd #comon-series .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 1000px;
    margin: 0 auto;
}
#hd #comon-series .list .entry{
    width: 31.33%;
    padding-bottom: 20px;
    margin: 0 1% 30px 1%;
    font-family: 'TTNorms', 'MyriadPro', 'Open Sans', sans-serif;
}
#hd #comon-series .list .entry .text{
    padding: 0 10px;
}
#hd #comon-series .list h4{
    font-size: 24px;
    font-weight: normal;
    color: #133ed4;
    line-height: 1.2em;
    margin: 0;
    min-height: 2.8em;
}
#hd #comon-series .list p{
    font-size: 16px;
    font-weight: normal;
    color: #888;
    line-height: 1.3em;
    margin: 0 0 1em 0;
    min-height: 7em;
}
#hd #comon-series .list .image{
    margin-bottom: 20px;
}
#hd #comon-series .list .image img{
    display: block;
    width: 100%;
}
#hd #comon-series .list .image a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.2s;
}
#hd #comon-series .list .image a:after{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -0;
    background: url('../img/icon-play.png') center no-repeat;
    background-size: 55px;
    background-color: rgba(0,0,0,0);
    transition: all 0.2s;
}
#hd #comon-series .list .image a:hover:after{
    background-color: rgba(0,0,0,0.4);
}


@media screen and (max-width: 950px) {    
#hd #comon-series .list .entry{
    width: 48%;
}
#hd #comon-series .list h4{
    font-size: 18px;
}
#hd #comon-series .list p{
    font-size: 15px;
}
}

@media screen and (max-width: 550px) {    
#hd #comon-series .list .entry{
    width: 100%;
}
#hd #comon-series .list h4{
    min-height: auto;
    margin-bottom: 0.5em;
}
#hd #comon-series .list p{
    min-height: auto;
}
}







#hd #comon-series .tab-control-alt{
    display: flex;
    align-items: top;
    margin: 0 auto;
    max-width: 1000px;
}
#hd #comon-series .tab-control-alt .entry{
    flex-grow: 1;
    text-align: center;
    color: #000;
    background: transparent;
    box-sizing: border-box;
    padding: 15px 10px;
    line-height: 1em;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
    margin-bottom: 10px;
    position: relative;
    font-family: 'TTNorms', 'MyriadPro', 'Open Sans', sans-serif;
    font-size: 18px;
    border-bottom: 2px solid #000;
}
#hd #comon-series .tab-control-alt .entry span {
    display: block;
    width: 100%;
}
#hd #comon-series .tab-control-alt .entry:hover{
    color: #555;
}
#hd #comon-series .tab-control-alt .entry.active{
    color: #fff;
    background: #000;
}


@media screen and (max-width: 1200px) {    
#hd #comon-series .tab-control-alt .entry{
    font-size: 17px;
}
}

@media screen and (max-width: 650px) {    
#hd #comon-series .tab-control-alt .entry{
    padding: 10px 2px;
    font-size: 13px;
}
#hd #comon-series .tab-control-alt .entry:after{
    width: 40px;
    left: calc(50% - 20px);
}
}









/*-pop video-*/

#hd .comon-pop{
    position: fixed;
    background: rgba(0,0,0,0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}
#hd .comon-pop .pop-main{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hd .comon-pop .video{
    width: 60vw;
    margin: 6vw auto 3vw auto;
}
#hd .comon-pop iframe{
    width: 100%;
    height: calc(60vw * 0.5625);
}
#hd .comon-pop #video-1{
}

#hd .comon-pop .btn-x{
    position: fixed;
    right: 30px;
    top: 100px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #444 url(../img/close.png) center no-repeat;
    background-size: 30px;
    transition: opacity 0.2s;
    opacity: 0.7;
}
#hd .comon-pop .btn-x:hover{
    opacity: 1;
}
@media screen and (max-width: 1200px) {
#hd .comon-pop .video{
    width: 80vw;
}
#hd .comon-pop iframe{
    height: calc(80vw * 0.5625);
}
}

@media screen and (max-width: 768px) {
#hd .comon-pop .video{
    width: 100vw;
}
#hd .comon-pop iframe{
    height: calc(100vw * 0.5625);
}
}





/*---------contact-----------*/
#hd #comon-contact{
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    background: #f4f4f4;
}
#hd #comon-contact .inner{
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 1
}
#hd #comon-contact .inner > .text{
    text-align: center;
    margin-bottom: 30px;
}
#hd #comon-contact .contact-form-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
#hd #comon-contact iframe{
}

@media screen and (max-width: 650px) {    
#hd #comon-contact{
    padding-top: 40px;
}
#hd #comon-contact .inner{
    padding: 0 20px;
}
}










































/*--------------ZenWiFi-----------------*/



#hd .btn-expand{
    color: #8e785b;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 40px 10px 20px;
    font-family: 'TTNorms', 'MyriadPro', 'Open Sans', sans-serif;
    transition: all 0.2s;
    margin: 20px 0;
    border-top: 1px solid #8e785b;
    border-bottom: 1px solid #8e785b;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
#hd .btn-expand span{
    position: relative;
}
#hd .btn-expand:after{
    font-size: 1.8em;
    font-family: 'TTNormsLight', 'MyriadPro', 'Open Sans', sans-serif;
    position: absolute;
    right: 20px;
    top: 8px;
    color: #8e785b;
    content: '+';
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px; /*for odin*/
}
#hd .btn-expand.active:after{
    content: '--';
}
#hd .btn-expand:before{
    display: block;
    content: '';
    position: absolute;
    background: #8e785b;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    transition: all 0.3s;
    z-index: 0;
}
#hd .btn-expand:hover{
    color: #fff;
}
#hd .btn-expand:hover:after{
    color: #fff;
}
#hd .btn-expand:hover:before{
    left: 0;
}








