@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);



* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#sectionOverview, #old-sectionOverview, #special-sectionOverview{
    background-color: #fff;
    height: 6429px;
    color: #222;
}
#sectionOverview #be24dqlb-width-full,
#old-sectionOverview #be24dqlb-width-full,
#special-sectionOverview #be24dqlb-width-full{
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0px;
    overflow: hidden;
}
#sectionOverview #precent-cont,
#old-sectionOverview #precent-cont,
#special-sectionOverview #precent-cont{
    margin: 0 auto;
    height: 100%;
    max-width: 2000px;
}
#sectionOverview .clear:after,
#old-sectionOverview .clear:after,
#special-sectionOverview .clear:after{
    content: '';
    clear: both;
    display: block;

}

#sectionOverview h2,
#old-sectionOverview h2,
#special-sectionOverview h2{
    color: #222 !important;
    font-size: 60px;
    padding: 0;
    margin: 0;
    font-weight: 300;
    line-height: 1.2em;
}

#sectionOverview h3,
#old-sectionOverview h3,
#special-sectionOverview h3{
    color: #c8b06e;
    font-size: 38px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 1.1em;
}

#sectionOverview p,
#old-sectionOverview p,
#special-sectionOverview p{
    padding: 0;
    margin: 0;
    font-size: 1.5em;
    line-height: 1.5em;
}
@media screen and (max-width: 550px) { 
    #sectionOverview h2{
        font-size: 2.5em;
    }
    #sectionOverview h3{
        font-size: 1.6em;
    }
    #sectionOverview p{
        font-size: 1.3em;
    }
    #old-sectionOverview h2{
        font-size: 2.5em;
    }
    #old-sectionOverview h3{
        font-size: 1.6em;
    }
    #old-sectionOverview p{
        font-size: 1.3em;
    }
    #special-sectionOverview h2{
        font-size: 2.5em;
    }
    #special-sectionOverview h3{
        font-size: 1.6em;
    }
    #special-sectionOverview p{
        font-size: 1.3em;
    }
}


#sectionOverview .mx-content a:hover,
#old-sectionOverview .mx-content a:hover,
#special-sectionOverview .mx-content a:hover{
    color: #0a8dd1;
}

/*#sectionOverview img{ max-width: none;}  write over wtite base_responsive.css */
#sectionOverview .text-center,
#old-sectionOverview .text-center,
#special-sectionOverview .text-center{ text-align: center;}


























/***************************hero*******************************/




#spritespin{ 
    width:100% !important; 
    height: 700px; 
    margin: 0px auto;
    text-align: center;
    cursor:url(../img/view360-cursor.png), auto;
}
#spritespin .spritespin-canvas{
    position: relative !important;
    display: inline-block
}
#be24dqlb-width-full .replacement-360{
    display: none;
}







/****************** screen ******************/


#be24dqlb-width-full .mx-section-screen{
    position: relative;
}

/*** birdview ***/

#be24dqlb-width-full .mx-section-screen .birdview{
    margin-top: 30px;
}
#be24dqlb-width-full .mx-section-screen .birdview img{
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    position: relative;
}
#be24dqlb-width-full .mx-section-screen .birdview .mx-text{
    text-align: center;
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
}
#be24dqlb-width-full .mx-section-screen .birdview .mx-text h2{
    margin-bottom: 20px;
}


.box1-left, .box1-right{
    width: 49%;
    max-width: 720px;
    height: auto;
    display: inline-block;
    margin: 0 auto;
    text-align:left;
}
.box1-left > img, .box1-right > img{
    max-width: 100% !important;
}
.low, .high {
    display: inline-block;
    width: 100%;
    max-width: 720px;
    position: relative;
}
.magnify {
    position: absolute;
    z-index: 10;
    width: 44.4%;
    max-width: 660px;
    height: auto;
    margin-top: 2.6%;
    margin-left: 3.6%;
}
.glass {
    width:30%;
    height: 53%;
    position: absolute;
    top: 30px;
    left: 130px;
    border: 3px solid white;
    
    -moz-box-shadow: 0 0 10px #777, 0 0 10px #aaa inset;
    -webkit-box-shadow: 0 0 5px #777;
    box-shadow: 0 0 5px #777, 0 0 10px #aaa inset;
    
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    
    cursor: none;
}
.original {
    display: block;
    width: 100%;
}
.r1-bg {
    background: url(../img/PhotoViewing_before.jpg) no-repeat center center white;
}
.r2-bg {
    background: url(../img/PhotoViewing_after.jpg) no-repeat center center white;
}

@media screen and (max-width:768px) {
    .glass {
        border: 2px solid #FFF;
    }
}
@media screen and (max-width: 480px){
.box1-left, .box1-right{
    width: 98%;
}
.magnify {
    width: 88.8%;
    margin-top: 5.2%;
    margin-left: 7.2%;
}
}







/*** angle ***/

#be24dqlb-width-full .mx-section-screen .angle{
    margin: 120px auto 80px auto;
    width: 96%;
    max-width: 1440px;
    position: relative;
}
#be24dqlb-width-full .mx-section-screen .angle > img{
    display: block;
    float: right;
    width: 60%;
    max-width: 860px;
}
#be24dqlb-width-full .mx-section-screen .angle .mx-text{
    float: left;
    width: 40%;
    max-width: 500px;
    margin-top: 3%;
}
#be24dqlb-width-full .mx-section-screen .angle .mx-text h2{
    margin-bottom: 20px;
}
@media screen and (max-width: 1000px) { 
#be24dqlb-width-full .mx-section-screen .angle .mx-text{
    margin-top: 0;
}
}
@media screen and (max-width: 750px) { 
#be24dqlb-width-full .mx-section-screen .angle{
    margin-top: 70px;
}
#be24dqlb-width-full .mx-section-screen .angle > img{
    float: none;
    width: 100%;
    margin-top: 20px;
}
#be24dqlb-width-full .mx-section-screen .angle .mx-text{
    float: none;
    width: 100%;
    max-width: 100%;
}
}


#sectionOverview .txtstyle p, #old-sectionOverview .txtstyle p, #special-sectionOverview .txtstyle p{
    color: #000 !important;
     font-family: 'myriadpro', Arial,Helvetica,sans-serif;
    /*font-size: 18px;
    line-height: 26px*/
}
#sectionOverview .txtstyle h2, #old-sectionOverview .txtstyle h2, #special-sectionOverview .txtstyle h2,
#sectionOverview .txtstyle h3, #old-sectionOverview .txtstyle h3, #special-sectionOverview .txtstyle h3{
    color: #0098f9 !important;
     font-family: 'myriadpro', Arial,Helvetica,sans-serif;
    font-size: 42px;
    /*font-weight: 500;
    line-height: 52px*/
}
#sectionOverview .txtstyle h2{
    color: #000 !important;
    text-align: center;
    margin-bottom: 50px
}
@media (min-width: 719px) and (max-width: 959px) {
    #sectionOverview .txtstyle h2, #old-sectionOverview .txtstyle h2, #special-sectionOverview .txtstyle h2,
    #sectionOverview .txtstyle h3, #old-sectionOverview .txtstyle h3, #special-sectionOverview .txtstyle h3{
        color: #0098f9 !important;
         font-family: 'myriadpro', Arial,Helvetica,sans-serif;
        /*font-size: 2.5em;
        font-weight: 500;
        line-height: 1.2em*/
    }
}


/*** filter ***/

#be24dqlb-width-full .mx-section-eyecare .filter{
    padding-top: 100px;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
}
#be24dqlb-width-full .mx-section-eyecare .filter .filter-monitor{
    width: 50%;
    max-width: 600px;
    float: left;
    position: relative;
}
#be24dqlb-width-full .mx-section-eyecare .filter .filter-monitor > img{
    width: 100%;
}
#be24dqlb-width-full .mx-section-eyecare .filter .filter-screen img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#be24dqlb-width-full .mx-section-eyecare .filter .filter-screen .filter-screen-1,
#be24dqlb-width-full .mx-section-eyecare .filter .filter-screen .filter-screen-2,
#be24dqlb-width-full .mx-section-eyecare .filter .filter-screen .filter-screen-3,
#be24dqlb-width-full .mx-section-eyecare .filter .filter-screen .filter-screen-4{
    display: none;
}



#be24dqlb-width-full .mx-section-eyecare .filter .mx-text{
    width: 45%;
    margin-right: 0%;
    float: right;
    padding-top: 50px;
}
#be24dqlb-width-full .mx-section-eyecare .filter .mx-text h2{
    margin-bottom: 20px;
    color: #000 !important
}
#be24dqlb-width-full .mx-section-eyecare .mx-text h3{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 28px;
    font-family: 'myriadprolight', Arial,Helvetica,sans-serif;
}
@media (min-width: 719px) and (max-width: 959px) {
    #be24dqlb-width-full .mx-section-eyecare .mx-text h3{
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 2em;
        line-height: 1.5em
    }
}
#be24dqlb-width-full .mx-section-eyecare .filter .filter-control{
    margin: 10px 0 35px 0;
    padding: 0;
    list-style-type: none;
}
#be24dqlb-width-full .mx-section-eyecare .filter .filter-control li{
    margin: 0 4px 7px 0;
    padding: 0;
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #ccc;
    text-align: center;
    line-height: 64px;
    font-size: 2.2em;
    color: #fff;
    cursor: pointer;
    transition-duration: 0.2s;
    border: 3px solid transparent;
    box-sizing: border-box;
}
#be24dqlb-width-full .mx-section-eyecare .filter .filter-control li:hover{
    border-color: #0084ff;
}
#be24dqlb-width-full .mx-section-eyecare .filter .filter-control li.active{
    border-color: #0084ff;
}
#be24dqlb-width-full .mx-section-eyecare .filter .filter-control li.filter-control-0{ background: #e5e5e5;}
#be24dqlb-width-full .mx-section-eyecare .filter .filter-control li.filter-control-1{ background: #cccccc;}
#be24dqlb-width-full .mx-section-eyecare .filter .filter-control li.filter-control-2{ background: #b2b2b2;}
#be24dqlb-width-full .mx-section-eyecare .filter .filter-control li.filter-control-3{ background: #999999;}
#be24dqlb-width-full .mx-section-eyecare .filter .filter-control li.filter-control-4{ background: #7f7f7f;}




@media screen and (max-width: 500px) { 
#be24dqlb-width-full .mx-section-eyecare .filter .filter-monitor{
    width: 96%;
    max-width: auto;
    float: none;
    margin: 0 auto;
}
#be24dqlb-width-full .mx-section-eyecare .filter .mx-text{
    width: 96%;
    max-width: auto;
    float: none;
    margin: 0 auto;
}
}




/*** flicker ***/

#be24dqlb-width-full .mx-section-eyecare .flicker{
    padding-top: 100px;
    width: 96%;
    max-width: 1550px;
    margin: 0 auto;
    text-align: center;
}
#be24dqlb-width-full .mx-section-eyecare .flicker .mx-text{
    max-width: 1020px;
    margin: 0 auto
}
#be24dqlb-width-full .mx-section-eyecare .flicker h2{
    margin-bottom: 20px;
    color: #000 !important
}
#be24dqlb-width-full .mx-section-eyecare .flicker .flicker-compare{
    width: 100%;
    max-width: 1000px;
    margin: 20px auto 50px;
}
#be24dqlb-width-full .mx-section-eyecare .flicker .flicker-compare div{
    width: 50%;
    float: left;
}
#be24dqlb-width-full .mx-section-eyecare .flicker .flicker-compare div span{
    font-size: 18px;
    color: #000;
    padding: 10px 0;
    display: inline-block;
    line-height: 1em;
}
@media (max-width: 719px) {
    #be24dqlb-width-full .mx-section-eyecare .flicker .flicker-compare div span{
        font-size: 1.5em;
        line-height: 1em;
    }
}
#be24dqlb-width-full .mx-section-eyecare .flicker .flicker-compare img{
    margin-bottom: 10px;
    width: 100%;
    max-width: 500px !important
}




/****************** splendid ******************/
#be24dqlb-width-full .mx-section-splendid{
    background: url(../img/changbg_bg.jpg) repeat-y center top;
    background-size: 100%;
}
#be24dqlb-width-full .mx-section-splendid .splendid {
  position: relative;
  overflow: hidden;
  position: relative;
  background: url(../img/chang_bg.jpg) no-repeat center bottom;
  background-size: 100%;
}
#be24dqlb-width-full .mx-section-splendid .splendid .word {
  width: 1150px;
  max-width: 100%;
  max-width: calc(100% - 30px);
  padding: 0 15px;
  margin: 50px auto;
  margin-bottom: calc(40px + 39vw);
  text-align: center;
}
#be24dqlb-width-full .mx-section-splendid .splendid .word h2{
    margin-bottom: 20px;
    text-align: center;
    color: #000 !important
}
#be24dqlb-width-full .mx-section-splendid .splendid .word h3{
    margin-bottom: 10px;
    font-size: 28px;
    text-align: center;
    color: #0098f9 !important
}
@media (min-width: 719px) and (max-width: 959px) {
    #be24dqlb-width-full .mx-section-splendid .splendid .word h3{
        font-size: 2em;
        line-height: 1.5em
    }
}
#be24dqlb-width-full .mx-section-splendid .splendid .txt {
  padding-bottom: 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.3em;
  color: #000 !important
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-screen img {
  display: none;
  position: absolute;
    z-index: 1;
    width: 100%;
    top: auto;
    bottom: -4.55vw;
    left: 50%;
    transform: translateX(-50.1%) scale(0.367);
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-screen .splendid-screen-0 {
  display: block;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control {
  list-style-type: none;
    margin: 30px auto;
    padding: 0;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li {
  list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
    display: inline-block;
    font-size: 1.5em;
    width: 100px;
    cursor: pointer;
    vertical-align: top;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li a{
    display: inline-block;
    width: 70px;
    height: 70px;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li.splendid-control-0 a{
    background: url(../img/splendid-control-0.png) no-repeat center center;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li.splendid-control-0.active a{
    background: url(../img/splendid-control-0_a.png) no-repeat center center;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li.splendid-control-1 a{
    background: url(../img/splendid-control-1.png) no-repeat center center;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li.splendid-control-1.active a{
    background: url(../img/splendid-control-1_a.png) no-repeat center center;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li.splendid-control-2 a{
    background: url(../img/splendid-control-2.png) no-repeat center center;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li.splendid-control-2.active a{
    background: url(../img/splendid-control-2_a.png) no-repeat center center;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li.splendid-control-3 a{
    background: url(../img/splendid-control-3.png) no-repeat center center;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li.splendid-control-3.active a{
    background: url(../img/splendid-control-3_a.png) no-repeat center center;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li.splendid-control-4 a{
    background: url(../img/splendid-control-4.png) no-repeat center center;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li.splendid-control-4.active a{
    background: url(../img/splendid-control-4_a.png) no-repeat center center;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li.splendid-control-5 a{
    background: url(../img/splendid-control-5.png) no-repeat center center;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li.splendid-control-5.active a{
    background: url(../img/splendid-control-5_a.png) no-repeat center center;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li.splendid-control-6 a{
    background: url(../img/splendid-control-6.png) no-repeat center center;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li.splendid-control-6.active a{
    background: url(../img/splendid-control-6_a.png) no-repeat center center;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li.splendid-control-7 a{
    background: url(../img/splendid-control-7.png) no-repeat center center;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li.splendid-control-7.active a{
    background: url(../img/splendid-control-7_a.png) no-repeat center center;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li p{
    color: #1f1f1f !important;
     font-family: 'myriadprolight', Arial,Helvetica,sans-serif;
    font-size: 17px;
  text-align: center;
  letter-spacing: -0.02em;
  font-weight: 700;
      padding: 2px 0 0;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li img {
  transition: all 0.3s;
  background: #9a9a9a;
  width: 100%;
  margin-left: -3px;
  max-width: 70px !important;
}
#be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li.active img, #be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li:hover img {
  background: #3da1fd;
}

@media (max-width: 768px) {
    #be24dqlb-width-full .mx-section-splendid .splendid {
    background: #fff;
    padding-bottom: 50px
  }
  #be24dqlb-width-full .mx-section-splendid .splendid .word h3{
    color:#0098f9 !important
  }
  #be24dqlb-width-full .mx-section-splendid .splendid .word {
    margin-bottom: 30px;
  }
  #be24dqlb-width-full .mx-section-splendid .splendid .splendid-control {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    position: inherit;
    z-index: 0;
    bottom: 0;
    left: 0;
    margin-left: 0;
    transform: translateX(0%);
  }
  #be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li {
    width: 90px;
    margin-top: 30px;
    font-size: 14px;
    color: #fff;
  }
  #be24dqlb-width-full .mx-section-splendid .splendid .splendid-screen {
    width: 100%;
    padding-bottom: 55%;
    position: relative;
  }
  #be24dqlb-width-full .mx-section-splendid .splendid .splendid-screen img {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transform: translateY(0);
  }
  #be24dqlb-width-full .mx-section-splendid .splendid .splendid-screen .splendid-screen-0 {
    display: block;
    padding: 0 10px !important
  }
  #be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li.active img, #be24dqlb-width-full .mx-section-splendid .splendid .splendid-control li:hover img{
    border: 3px solid rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.35);
  }
}
@media only screen and (max-width: 480px) {

  #be24dqlb-width-full .mx-section-splendid .splendid .word {
    margin-top: 0;
  }
}


#be24dqlb-width-full .notice{
    font-size: 1em;
}



#be24dqlb-width-full .back-to-top{
    height: 50px;
    width: 50px;
    display: block;
    position: fixed;
    right: 0;
    bottom: 50px;
    text-indent: -9999px;
    background: #fff url(../img/arrow.png) center center no-repeat;
    display: none;
    z-index: 100;
}
@media screen and (max-width: 480px) { 
    #be24dqlb-width-full .back-to-top{
        right: -100px;
    }
}




















/* 左文右圖 */
#be24dqlb-width-full .maintitle.lefttxt {
    display: inline-block;
    width: 100%;
    margin: 0 0 60px;
}
#be24dqlb-width-full .maintitle.lefttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
    text-align: left !important
}
#be24dqlb-width-full .maintitle.lefttxt .info_left .mtitle,
#be24dqlb-width-full .maintitle.lefttxt .info_left .mtitle p, 
#be24dqlb-width-full .maintitle.lefttxt .info_left .info, 
#be24dqlb-width-full .maintitle.lefttxt .info_left .info p, 
#be24dqlb-width-full .maintitle.lefttxt .info_right .mtitle,
#be24dqlb-width-full .maintitle.lefttxt .info_right .mtitle p {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 25px;
}
#be24dqlb-width-full .maintitle.lefttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    /*width: 100%;*/
}
#be24dqlb-width-full .maintitle.lefttxt .info_left .stitle,
#be24dqlb-width-full .maintitle.lefttxt .info_left .stitle p,
#be24dqlb-width-full .maintitle.lefttxt .info_left .info,
#be24dqlb-width-full .maintitle.lefttxt .info_left .info p{
    text-align: left !important;
    margin-left: 0 !important;
}
/* 左圖右文 */
#be24dqlb-width-full .maintitle.righttxt {
    display: inline-block;
    width: 100%;
    margin: 0;
}
#be24dqlb-width-full .maintitle.righttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
}
#be24dqlb-width-full .maintitle.righttxt .info_left .mtitle, 
#be24dqlb-width-full .maintitle.righttxt .info_left .mtitle p, 
#be24dqlb-width-full .maintitle.righttxt .info_left .info, 
#be24dqlb-width-full .maintitle.righttxt .info_left .info p, 
#be24dqlb-width-full .maintitle.righttxt .info_right .mtitle, 
#be24dqlb-width-full .maintitle.righttxt .info_right .mtitle p {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 25px;
}
#be24dqlb-width-full .maintitle.righttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    text-align: left;
    /*width: 100%;*/
}
#be24dqlb-width-full .maintitle.righttxt .info_right .stitle,
#be24dqlb-width-full .maintitle.righttxt .info_right .stitle p,
#be24dqlb-width-full .maintitle.righttxt .info_right .info,
#be24dqlb-width-full .maintitle.righttxt .info_right .info p{
    text-align: left !important;
    margin-left: 0 !important;
}
#be24dqlb-width-full .mtitle p {
    color: #000;
    font-size: 42px;
    font-family: 'myriadpro', Arial,Helvetica,sans-serif;
    width: 100%;
    display: block;
    line-height: 1.2em;
    position: relative;
    z-index: 10;
    margin: 0 auto 5px;
    text-align: center;
}
#be24dqlb-width-full .mainfull .maintitle .info,
#be24dqlb-width-full .mx-section-eyecare.txtstyle .mx-text p {
    font-family: 'myriadpro', Arial,Helvetica,sans-serif;
    color: #000 !important;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
#be24dqlb-width-full .mx-section-eyecare.txtstyle .mx-text p.txtleft{
    text-align: left;
}
#be24dqlb-width-full .full-section .mainfull{
    text-align: center;
}
#be24dqlb-width-full .full-section .mainfull .maintitle{
    padding: 0 18px
}

#be24dqlb-width-full section.whiteBg .mtitle p, #be24dqlb-width-full section.whiteBg .stitle p, #be24dqlb-width-full section.whiteBg .maintitle .info {
    color: #fff !important;
}
/*.full-section:first-child {
    border-top: 1px solid #ccc;
}*/
#be24dqlb-width-full .full-section .mainfull{
    text-align: center;
}
#be24dqlb-width-full img.mobile, #be24dqlb-width-full .mobile {
    display: none;
}
/**/
#be24dqlb-width-full #BE24DQLB-00{
    background: #fff url(../img/BE24DQLB-Video-Conferencing-Monitor.jpg) center top/1920px no-repeat;
    min-height: 1048px;
    background-size: cover
}
#be24dqlb-width-full #BE24DQLB-00 .maintitle{
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding-top: 50px
}
/**/
#be24dqlb-width-full #BE24DQLB-a{
    background: #fff ;
    /*min-height: 1040px;
    background-size: cover*/
}
#be24dqlb-width-full #BE24DQLB-a .maintitle{
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding-top: 50px
}
#be24dqlb-width-full #BE24DQLB-a .mainfull img{
    width: 100% !important;
    max-width: 1920px;
}
#be24dqlb-width-full #BE24DQLB-a .mainfull img.webstyle{
    display: block;
}
/**/
#be24dqlb-width-full #BE24DQLB-c{
    padding: 80px 0 110px
}
#be24dqlb-width-full #BE24DQLB-c .maintitle{
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding-top: 0
}
#be24dqlb-width-full #BE24DQLB-c img{
    margin-top: 30px
}
/**/
#be24dqlb-width-full #BE24DQLB-d {
    background: #4f4f4f
}
#be24dqlb-width-full #BE24DQLB-d .maintitle {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 40px
}
#be24dqlb-width-full #BE24DQLB-d .info_left{
    margin: 0px -100% 0px 0px;
    width: 60%;
}
#be24dqlb-width-full #BE24DQLB-d .info_left ul{
    display: inline-block;
    width: 100%;
    margin: 0
}
#be24dqlb-width-full #BE24DQLB-d .info_left ul li{
    display: inline-block;
    float: left;
    width: 50%;
    
}
#be24dqlb-width-full #BE24DQLB-d .info_left ul li p{
    text-align: center;
    width: 100%;
    display: inline-block;
    color: #0098f9
}
#be24dqlb-width-full #BE24DQLB-d .info_left img{
    padding: 0 10px;
}
#be24dqlb-width-full #BE24DQLB-d .info_right{
    margin: 0px 0px 0px 65%;
    width: 35%;
    max-width: 450px;
    padding-top: 200px
}
#be24dqlb-width-full #BE24DQLB-d .info_right .info{
    text-align: justify !important;
　　text-justify: inter-ideograph !important;
　　-ms-text-justify: inter-ideograph !important; /*IE9*/
　　-webkit-text-align-last: justify !important; /*Chrome*/
　　-moz-text-align-last: justify !important; /*Firefox*/
}

#be24dqlb-width-full #BE24DQLB-d .info_right img{
        margin-top: 180px;
    margin-right: -18px;
    float: right;
    max-width: calc(100% + 18px);
}
/**/
#be24dqlb-width-full #BE24DQLB-e {
    background: #fff url(../img/BE24DQLBe2_bg.jpg) center top/1920px no-repeat;
    min-height: 550px;
    background-size: cover
}
#be24dqlb-width-full #BE24DQLB-e .bgfix{
    width: 100%;
}
#be24dqlb-width-full #BE24DQLB-e .maintitle {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}
#be24dqlb-width-full #BE24DQLB-e .info_left{
    margin: 0px -100% 0px 0px;
    width: 35%;
    max-width: 420px;
    padding-top: 90px
}

#be24dqlb-width-full #BE24DQLB-e .info_left img{
    padding: 0 10px;
}
#be24dqlb-width-full #BE24DQLB-e .info_right{
    margin: 0px 0px 0px 54%;
    width: 65%;
    text-align: left;
}
#be24dqlb-width-full #BE24DQLB-e .info_right .info{
    text-align: justify !important;
　　text-justify: inter-ideograph !important;
　　-ms-text-justify: inter-ideograph !important; /*IE9*/
　　-webkit-text-align-last: justify !important; /*Chrome*/
　　-moz-text-align-last: justify !important; /*Firefox*/
}

#be24dqlb-width-full #BE24DQLB-e .info_right img{
    margin-top: -250px;
    margin-bottom: 0px;
    max-width: 790px;
    /*max-width: calc(100% + 18px);*/
}
@media (min-width: 881px) and (max-width: 1090px) {
    #be24dqlb-width-full #BE24DQLB-e .info_left{
        margin: 0px -100% 0px 0px;
        width: 50%;
        max-width: inherit;
        padding-top: 50px
    }
    #be24dqlb-width-full #BE24DQLB-e .info_right{
        margin-top: -100px;
    }
    #be24dqlb-width-full #BE24DQLB-e .info_right img{
        margin-top: 0
    }
}
@media (min-width: 719px) and (max-width: 880px) {
    #be24dqlb-width-full #BE24DQLB-e .info_left{
        margin: 0 !important;
        width: 100% !important;
        display: inline-block;
        max-width: inherit;
        padding: 50px 0 0
    }
    #be24dqlb-width-full #BE24DQLB-e .info_right{
        margin: 0 !important;
        width: 100% !important;
        display: inline-block;
        position: relative;
    }
    #be24dqlb-width-full #BE24DQLB-e .info_right img{
        margin: 0
    }
}
/**/
#be24dqlb-width-full #BE24DQLB-f {
    background: #4f4f4f;
    min-height: 550px;
    background-size: cover
}
#be24dqlb-width-full #BE24DQLB-f .maintitle {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 75px
}
#be24dqlb-width-full #BE24DQLB-f .info_left{
    margin: 0px -100% 0px 0px;
    width: 33%;
    max-width: 400px;
    padding-top: 200px
}
#be24dqlb-width-full #BE24DQLB-f .info_left .info p a{
    font-size: 18px
}
#be24dqlb-width-full #BE24DQLB-f .info_left img{
    padding: 0 10px;
}
#be24dqlb-width-full #BE24DQLB-f .info_right{
    margin: 0px 0px 0px 35%;
    width: 65%;
    text-align: left;
}
#be24dqlb-width-full #BE24DQLB-f .info_right .info{
    text-align: justify !important;
　　text-justify: inter-ideograph !important;
　　-ms-text-justify: inter-ideograph !important; /*IE9*/
　　-webkit-text-align-last: justify !important; /*Chrome*/
　　-moz-text-align-last: justify !important; /*Firefox*/
}

#be24dqlb-width-full #BE24DQLB-f .info_right img{
    margin-bottom: 0px;
    max-width: 830px;
    /*max-width: calc(100% + 18px);*/
}
@media (min-width: 881px) and (max-width: 1090px) {
    #be24dqlb-width-full #BE24DQLB-f .info_left{
        margin: 0px -100% 0px 0px;
        width: 35%;
        max-width: inherit;
        padding-top: 50px
    }
    
    #be24dqlb-width-full #BE24DQLB-f .info_right img{
        margin-top: 0
    }
}
@media (min-width: 719px) and (max-width: 880px) {
    #be24dqlb-width-full #BE24DQLB-f .info_left{
        margin: 0 !important;
        width: 100% !important;
        display: inline-block;
        max-width: inherit;
        padding: 0px 0 0
    }
    #be24dqlb-width-full #BE24DQLB-f .info_right{
        margin: 0 !important;
        width: 100% !important;
        display: inline-block;
        position: relative;
    }
    #be24dqlb-width-full #BE24DQLB-f .info_right img{
        margin: 0
    }
}
/*BE24DQLB-01*/
#be24dqlb-width-full #BE24DQLB-01 {
    background: #3b4851 url(../img/BE24DQLB-Full-HD-2MP-Webcam.jpg) center top/1920px no-repeat;
    min-height: 1008px;
    background-size: cover;
    position: relative;
}
#be24dqlb-width-full #BE24DQLB-01 .maintitle{
    width: 47.5%;
    margin-left: 50%;
    margin-right: 12.5%;
    max-width: 650px;
    padding: 50px 50px 70px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 320px
}
#be24dqlb-width-full #BE24DQLB-01 .maintitle .mtitle {
    padding-top: 0px;

}
#be24dqlb-width-full #BE24DQLB-01 .mainfull .info {
    text-align: left;
}
#be24dqlb-width-full #BE24DQLB-01 .mtitle p{
    text-align: left;
}
#be24dqlb-width-full #BE24DQLB-01 .stitle p{
    font-size: 22px;
    margin: 20px 0 0;
    text-align: left;
}

/* BE24DQLB-video */
#be24dqlb-width-full #BE24DQLB-video {
    background: url(../img/youtube_bg.jpg) center top/1920px no-repeat;
    min-height: 960px;
    text-align: center;
    margin-bottom: 70px
}
#be24dqlb-width-full #BE24DQLB-video a.youtube {
    display: inline-block;
    margin: 0 auto;
    margin-top: 310px;
    outline: none;
}
#colorbox #cboxClose{
    width: 24px;
    height: 24px;
    background: none !important;
    top: -30px;
}
#colorbox #cboxClose:before {
    content: '';
    width: 24px;
    height: 4px;
    background-color: white;
    display: block;
    position: absolute;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}
#colorbox #cboxClose:after {
    content: '';
    width: 24px;
    height: 4px;
    background-color: white;
    display: block;
    position: absolute;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
}
#colorbox #cboxLoadedContent{
    padding: 0
}
/*BE24DQLB-02*/
#be24dqlb-width-full #BE24DQLB-02 {
    background: #fff url(../img/BE24DQLB-Microphone-Array.jpg) right top/1920px no-repeat;
    min-height: 1009px;
    background-size: cover;
    position: relative;
}
#be24dqlb-width-full #BE24DQLB-02 img{
    width: 100%;
    max-width: 100%
}
#be24dqlb-width-full #BE24DQLB-02 .info{
    text-align: justify !important;
　　text-justify: inter-ideograph !important;
　　-ms-text-justify: inter-ideograph !important; /*IE9*/
　　-webkit-text-align-last: justify !important; /*Chrome*/
　　-moz-text-align-last: justify !important; /*Firefox*/
}
#be24dqlb-width-full #BE24DQLB-02 .maintitle{
    width: 400px;
    margin-right: 180px;
    float: right;
    padding: 200px 18px 0;
}
#be24dqlb-width-full #BE24DQLB-02 .mainfull .info {
    text-align: left;
}
#be24dqlb-width-full #BE24DQLB-02 .mtitle p{
    text-align: left;
}

@media (min-width: 719px) and (max-width: 959px) {
    #be24dqlb-width-full .mtitle p {
        font-size: 3em;
        line-height: 1.2em;
    }
    #be24dqlb-width-full .mainfull .maintitle .info {
        font-size: 1.5em;
        line-height: 1.5em;
    }
    #be24dqlb-width-full .mainsize .maintitle .info, #be24dqlb-width-full .mainfull .maintitle .info,
    #be24dqlb-width-full .mx-section-eyecare.txtstyle .mx-text p{
        text-align: left;
        width: 100%
    }
    #be24dqlb-width-full .full-section {
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }
    /*VC66-01*/
    /*#be24dqlb-width-full #BE24DQLB-01{
        background: #fff url(../img/BE24DQLB_01.jpg) center -80px/1920px no-repeat;
    }
    #be24dqlb-width-full #BE24DQLB-01 .maintitle .mtitle{
        padding-top: 110px;
    }
    #be24dqlb-width-full #BE24DQLB-01 .maintitle {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }*/
    #be24dqlb-width-full #BE24DQLB-01 {
          background: #3b4851;
          min-height: inherit;
          padding-bottom: 0px
      }
      #be24dqlb-width-full #BE24DQLB-01 .maintitle{
        width: 100%;
        position: relative;
        margin-left: 0;
        margin-right: 0;
        top: 0;
        padding: 50px 18px;
        max-width: inherit;
      }
      #be24dqlb-width-full #BE24DQLB-01 img.mobile{
        width: 100%;
        display: block;
      }
    #be24dqlb-width-full #BE24DQLB-02 .maintitle{
        margin-top: 50px
    }
    #be24dqlb-width-full #BE24DQLB-02 .info_right{
        margin: 0px 0px 0px 39%;
        width: 61%;
    }
    #be24dqlb-width-full .mx-section-splendid .splendid .word h2{
    color: #000 !important;
    }
    #be24dqlb-width-full #BE24DQLB-d .info_left{
    width: 100%;
    margin: 0
    }
    #be24dqlb-width-full #BE24DQLB-d .info_right{
    width: 100%;
    margin: 0;
    padding-top: 50px;
    max-width: inherit;
    display: inline-block;
    }
    
}
@media (max-width: 719px) {
    /* 左文右圖 */
    #be24dqlb-width-full .maintitle.lefttxt .info_left {
        margin: 0 !important;
        padding: 0px 0  px !important;
        width: 100% !important;
        display: inline-block
    }
    #be24dqlb-width-full .maintitle.lefttxt .info_right {
        margin: 0 !important;
        padding: 0px 0  px !important;
        width: 100% !important;
        display: inline-block
    }
    /* 左圖右文 */
    #be24dqlb-width-full .maintitle.righttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        display: inline-block
    }
    #be24dqlb-width-full .maintitle.righttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        display: inline-block
    }
    #be24dqlb-width-full img.mobile,
    #be24dqlb-width-full .mobile {
        width: 100%;
        display: block;
    }
    #be24dqlb-width-full .maintitle .info, #be24dqlb-width-full .maintitle .mtitle {
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #be24dqlb-width-full .maintitle .mtitle {
        padding-top: 0 !important;
    }
    #be24dqlb-width-full .mainfull .maintitle .info,
    #be24dqlb-width-full .mx-section-eyecare.txtstyle .mx-text p{
        width: 100% !important;
        margin-bottom: 1em !important;
        text-align: left;
        font-size: 16px;
        line-height: 1.5em;
        text-align: justify;
    }
    #be24dqlb-width-full .full-section {
        /*border-bottom: 1px solid #ccc;*/
        background-size: contain;
        background-position: center bottom;
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }
    /*#be24dqlb-width-full .full-section:first-child {
        border-top: 1px solid #ccc;
    }*/
    #be24dqlb-width-full .full-section:last-child {
        border-bottom: 0px solid #ccc;
    }
    #be24dqlb-width-full .mtitle p {
        width: 100% !important;
        text-shadow: 0px 0px 0px #fff;
        font-size: 3em !important;
        text-align: left;
        line-height: 1.2em;
        margin-bottom: 0;
        padding: 15px 0;
    }
    /*VC66-01*/
      #be24dqlb-width-full #BE24DQLB-01 {
          background: #3b4851;
          min-height: inherit;
          padding-bottom: 0px
      }
      #be24dqlb-width-full #BE24DQLB-01 .maintitle{
        width: 100%;
        position: relative;
        margin-left: 0;
        margin-right: 0;
        top: 0;
        padding: 50px 18px;
      }

      #be24dqlb-width-full #BE24DQLB-02{
        background: #fff;
          min-height: inherit;
      }
      #be24dqlb-width-full #BE24DQLB-02 .maintitle{
        width: 100%;
        float: inherit;
        position: relative;
        margin: 0;
        padding-top: 50px
      }
      #be24dqlb-width-full #BE24DQLB-02 .img_btn_area{
        display: none;
      }
    #be24dqlb-width-full #BE24DQLB-00{
       background: #fff;
      min-height: inherit;
      padding-bottom: 50px;
      margin: 0; 
    }
    #be24dqlb-width-full #BE24DQLB-00 .maintitle{
        padding-top: 20px;
    }
    #be24dqlb-width-full #BE24DQLB-a{
       background: #fff;
      min-height: inherit;
      padding-bottom: 50px;
      margin: 0; 
    }
    #be24dqlb-width-full #BE24DQLB-a .maintitle{
        padding-top: 20px;
    }
    #be24dqlb-width-full #BE24DQLB-a .mainfull img.webstyle{
        display: none;
    }
    #be24dqlb-width-full #BE24DQLB-c{
        padding: 50px 0
    }
    #be24dqlb-width-full #BE24DQLB-c img{
        display: none;
    }
    #be24dqlb-width-full #BE24DQLB-c img.mobile{
        display: block;
        max-width: 487px !important;
        margin: 0 auto !important
    }

    #be24dqlb-width-full #BE24DQLB-d .info_right{
        width: 100%;
        max-width: inherit;
    }
    #be24dqlb-width-full #BE24DQLB-d .info_left ul{
        margin-bottom: 50px
    }
    #be24dqlb-width-full #BE24DQLB-d .info_left ul li{
        min-height: 310px;
    }
    #be24dqlb-width-full #BE24DQLB-e .info_left{
        max-width: inherit;
        width: 100%
    }
    #be24dqlb-width-full #BE24DQLB-f .info_left{
        max-width: inherit;
        width: 100%;
        padding-top: 0
    }
    #be24dqlb-width-full .mx-section-splendid .splendid .word h2{
        color: #000 !important
    }
    #be24dqlb-width-full .mx-section-eyecare .filter{
        padding-top: 50px
    }
}