﻿@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 #PA24AC-width-full,
#old-sectionOverview #PA24AC-width-full,
#special-sectionOverview #PA24AC-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: 3.5em;
    padding: 0;
    margin: 0;
    font-weight: 300;
    line-height: 1.2em;
}

#sectionOverview h3,
#old-sectionOverview h3,
#special-sectionOverview h3 {
    color: #c8b06e;
    font-size: 2.3em;
    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;
}

a.DL {
    color: #00a8ff;
    font-weight: 400;
    font-family: inherit;
    border-bottom: 1pt solid;
}    

a.DL::before{
    content: '>>'
    
}

a.DL::after{
    content: '<<'
}


@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
}

#PA24AC-width-full .replacement-360 {
    display: none;
}








/****************** screen ******************/

#PA24AC-width-full .mx-section-screen {
    position: relative;
}


/*** birdview ***/

#PA24AC-width-full .mx-section-screen .birdview {
    margin-top: 30px;
}

#PA24AC-width-full .mx-section-screen .birdview img {
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    position: relative;
}

#PA24AC-width-full .mx-section-screen .birdview .mx-text {
    text-align: center;
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
}

#PA24AC-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 ***/

#PA24AC-width-full .mx-section-screen .angle {
    margin: 120px auto 80px auto;
    width: 96%;
    max-width: 1440px;
    position: relative;
}

#PA24AC-width-full .mx-section-screen .angle>img {
    display: block;
    float: right;
    width: 60%;
    max-width: 860px;
}

#PA24AC-width-full .mx-section-screen .angle .mx-text {
    float: left;
    width: 40%;
    max-width: 500px;
    margin-top: 3%;
}

#PA24AC-width-full .mx-section-screen .angle .mx-text h2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    #PA24AC-width-full .mx-section-screen .angle .mx-text {
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) {
    #PA24AC-width-full .mx-section-screen .angle {
        margin-top: 70px;
    }
    #PA24AC-width-full .mx-section-screen .angle>img {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    #PA24AC-width-full .mx-section-screen .angle .mx-text {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}





/****************** audio ******************/

#sectionOverview .txtstyle p,
#old-sectionOverview .txtstyle p,
#special-sectionOverview .txtstyle p {
    color: #767676 !important;
    font-family: 'myriadprolight', 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: #00b2d0 !important;
    font-family: 'myriadprolight', Arial, Helvetica, sans-serif;
    /*font-size: 42px;
font-weight: 500;
line-height: 52px*/
}

@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: #00b2d0 !important;
        font-family: 'myriadprolight', Arial, Helvetica, sans-serif;
        /*font-size: 2.5em;
font-weight: 500;
line-height: 1.2em*/
    }
}


#PA24AC-width-full .notice {
    font-size: 1em;
}



#PA24AC-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) {
    #PA24AC-width-full .back-to-top {
        right: -100px;
    }
}



#PA24AC-width-full img.webstyle,
#PA24AC-width-full .webstyle {
    display: block;
}


/* 左文右圖 */

#PA24AC-width-full .maintitle.lefttxt {
    display: inline-block;
    width: 100%;
    margin: 0 0 60px;
}

#PA24AC-width-full .maintitle.lefttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
    text-align: left !important
}

#PA24AC-width-full .maintitle.lefttxt .info_left .mtitle,
#PA24AC-width-full .maintitle.lefttxt .info_left .mtitle p,
#PA24AC-width-full .maintitle.lefttxt .info_left .info,
#PA24AC-width-full .maintitle.lefttxt .info_left .info p,
#PA24AC-width-full .maintitle.lefttxt .info_right .mtitle,
#PA24AC-width-full .maintitle.lefttxt .info_right .mtitle p {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 25px;
}

#PA24AC-width-full .maintitle.lefttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    /*width: 100%;*/
}

#PA24AC-width-full .maintitle.lefttxt .info_left .stitle,
#PA24AC-width-full .maintitle.lefttxt .info_left .stitle p,
#PA24AC-width-full .maintitle.lefttxt .info_left .info,
#PA24AC-width-full .maintitle.lefttxt .info_left .info p {
    text-align: left !important;
    margin-left: 0 !important;
}


/* 左圖右文 */

#PA24AC-width-full .maintitle.righttxt {
    display: inline-block;
    width: 100%;
    margin: 0;
}

#PA24AC-width-full .maintitle.righttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
}

#PA24AC-width-full .maintitle.righttxt .info_left .mtitle,
#PA24AC-width-full .maintitle.righttxt .info_left .mtitle p,
#PA24AC-width-full .maintitle.righttxt .info_left .info,
#PA24AC-width-full .maintitle.righttxt .info_left .info p,
#PA24AC-width-full .maintitle.righttxt .info_right .mtitle,
#PA24AC-width-full .maintitle.righttxt .info_right .mtitle p {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 25px;
}

#PA24AC-width-full .maintitle.righttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    text-align: left;
    /*width: 100%;*/
}

#PA24AC-width-full .maintitle.righttxt .info_right .stitle,
#PA24AC-width-full .maintitle.righttxt .info_right .stitle p,
#PA24AC-width-full .maintitle.righttxt .info_right .info,
#PA24AC-width-full .maintitle.righttxt .info_right .info p {
    text-align: left !important;
    margin-left: 0 !important;
}

#PA24AC-width-full .mtitle p {
    color: #000;
    font-size: 4.6em;
    font-family: 'myriadprolight', Arial, Helvetica, sans-serif;
    width: 100%;
    display: block;
    line-height: 1.2em;
    position: relative;
    z-index: 10;
    margin: 0 auto 25px;
    text-align: center;
}

#PA24AC-width-full .stitle p {
    color: #000;
    font-size: 2.9em;
    font-family: 'myriadprolight', Arial, Helvetica, sans-serif;
    width: 100%;
    display: block;
    line-height: 1.2em;
    position: relative;
    z-index: 10;
    margin: 0 auto 25px;
    text-align: center;
}

#PA24AC-width-full .mainfull .maintitle .info {
    font-family: 'myriadprolight', Arial, Helvetica, sans-serif;
    color: #272727 !important;
    font-size: 1.7em;
    line-height: 1.5em;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

#PA24AC-width-full .full-section .mainfull {
    text-align: center;
}

#PA24AC-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

#PA24AC-width-full section.whiteBg .mtitle p,
#PA24AC-width-full section.whiteBg .stitle p,
#PA24AC-width-full section.whiteBg .maintitle .info {
    color: #fff !important;
}

.full-section:first-child {
    border-top: 1px solid #ccc;
}

#PA24AC-width-full .full-section .mainfull {
    text-align: center;
}

#PA24AC-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

#PA24AC-width-full img.mobile,
#PA24AC-width-full .mobile {
    display: none;
}


/**/

#PA24AC-width-full section.whiteBg .mtitle p,
#PA24AC-width-full section.whiteBg .stitle p,
#PA24AC-width-full section.whiteBg .mainfull .info,
#PA24AC-width-full section.whiteBg .maintitle .info {
    color: #fff !important;
}


/*PA24AC-KV*/

#PA24AC-width-full #PA24AC-KV {
    background: #d4d4d4 url(../img/PA24AC-HDR-Professional-Monitor.jpg) center top/1920px no-repeat;
    min-height: 1333px;
}

#PA24AC-width-full #PA24AC-KV .maintitle {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}

#PA24AC-width-full #PA24AC-KV .maintitle .stitle {
    padding-top: 960px;
}

#PA24AC-width-full #PA24AC-KV .maintitle .mtitle {
    padding-top: 0px;
}

#PA24AC-width-full #PA24AC-KV .mainfull .info {
    width: 100%;
    text-align: center;
    max-width: 1300px;
    margin-top: 25px;
    /*font-size: 16px;*/
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
    /*IE9*/
    -webkit-text-align-last: justify;
    /*Chrome*/
    -moz-text-align-last: justify;
    /*Firefox*/
}

#PA24AC-width-full #PA24AC-KV .mtitle p {
    font-size: 65px;
    margin: 0;
    text-align: center;
    font-weight: 300;
    color: #000;
}

#PA24AC-width-full #PA24AC-KV .stitle p {
    font-size: 48px;
    margin: 20px 0 0;
    text-align: center;
    font-weight: 300;
    color: #000;
}

@media (min-width: 719px) and (max-width: 1000px) {
    #PA24AC-width-full #PA24AC-KV {
        background: none;
        min-height: inherit;
        padding-bottom: 50px
    }
    #PA24AC-width-full #PA24AC-KV .maintitle {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
    #PA24AC-width-full #PA24AC-KV .maintitle .stitle {
        padding-top: 0px;
    }
    #PA24AC-width-full #PA24AC-KV .mtitle p {
        font-size: 4em;
    }
    #PA24AC-width-full #PA24AC-KV .stitle p {
        font-size: 3em;
        margin-top: -3em;
    }
    #PA24AC-width-full #PA24AC-KV .mobile {
        display: block;
    }
    #PA24AC-width-full #PA24AC-KV .maintitle .mtitle {
        padding-top: 0px;
    }
}


/**/


/*mg24uq-exclusive screen*/

#PA24AC-width-full #PA24AC-screen {
    position: relative;
    line-height: 0;
}

#PA24AC-width-full #PA24AC-screen .mainfull {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
}

#PA24AC-width-full #PA24AC-screen .mainfull .maintitle {
    padding: 0 18px;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 719px) {
    #PA24AC-width-full #PA24AC-screen .mainfull {
        position: relative;
        top: 0;
        width: 100%;
        text-align: left;
    }
    #PA24AC-width-full #PA24AC-screen .mainfull .maintitle {
        padding: 0 18px;
        max-width: inherit;
        margin: 0;
    }
    #PA24AC-width-full #PA24AC-screen .mtitle p {
        text-align: left;
    }
    #PA24AC-width-full #PA24AC-screen .screen .desktop {
        width: 100%;
        height: 100%
    }
}

#PA24AC-width-full #PA24AC-screen .screen {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
    /*max-height: 270px;*/
    overflow: hidden;
}

#PA24AC-width-full #PA24AC-screen .screen img.screen_bg {
    /*width: 100%;*/
}

#PA24AC-width-full #PA24AC-screen .screen .desktop {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#PA24AC-width-full #PA24AC-screen .screen .left {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

#PA24AC-width-full #PA24AC-screen .screen .left>img {
    height: 100% !important;
    max-width: 1920px !important;
}

#PA24AC-width-full #PA24AC-screen .screen .ctr_line {
    margin-top: 0;
    display: inline-block;
    cursor: pointer;
    /*width: 6%;*/
    cursor: url('../img/bar_arr.png'), move !important;
    height: 100%;
    /*max-height: 380px !important;*/
    left: calc(50% - 16px);
    z-index: 1;
    position: relative;
}
#PA24AC-width-full #PA24AC-screen .screen .ctr_line:before{
    content: "720P";
    font-family: 'myriadprolight', Arial, Helvetica, sans-serif;
    font-size: 20px;
    display: inline-block;
    position: absolute;
    top: 48.25%;
    right: 120%;
}
#PA24AC-width-full #PA24AC-screen .screen .ctr_line:after{
    content: "WQHD";
    font-family: 'myriadprolight', Arial, Helvetica, sans-serif;
    font-size: 20px;
    display: inline-block;
    position: absolute;
    top: 48.25%;
    left: 120%;
}
#PA24AC-width-full #PA24AC-screen .screen .ctr_line img {
    height: 100% !important
}

@media (min-width: 719px) and (max-width: 959px) {
    #PA24AC-width-full #PA24AC-screen .screen .left>img,
    #PA24AC-width-full #PA24AC-screen .screen .ctr_line img {
        height: 100%
    }
}

@media (max-width: 719px) {
    #PA24AC-width-full #PA24AC-screen .screen .left>img,
    #PA24AC-width-full #PA24AC-screen .screen .ctr_line img {
        height: 100%
    }
}

#PA24AC-width-full #PA24AC-screen .epb_03 .screen_m {
    position: absolute;
    top: 0
}


/**/

#PA24AC-width-full #PA24AC-screen.PA24AC-bit .mainfull {
    top: 10%;
}

#PA24AC-width-full #PA24AC-screen.PA24AC-bit .mainfull .maintitle {
    padding: 0 18px;
    max-width: 560px;
    margin: 0 5% 0 0;
    float: right;
}

#PA24AC-width-full #PA24AC-screen.PA24AC-bit .mainfull .maintitle .mtitle p {
    text-align: left;
}

#PA24AC-width-full #PA24AC-screen.PA24AC-bit .mainfull .maintitle .info {
    text-align: left;
}

#PA24AC-width-full #PA24AC-screen.PA24AC-bit .mainfull .maintitle img {
    margin-top: 25px;
}


/*PA24AC-colors*/

#PA24AC-width-full #PA24AC-colors {
    position: relative;
    line-height: 0;
}

#PA24AC-width-full #PA24AC-colors .mainfull {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
}

#PA24AC-width-full #PA24AC-colors .mainfull .maintitle {
    padding: 0 18px;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 719px) {
    #PA24AC-width-full #PA24AC-colors .mainfull {
        position: relative;
        top: 0;
        width: 100%;
        text-align: left;
    }
    #PA24AC-width-full #PA24AC-colors .mainfull .maintitle {
        padding: 0 18px;
        max-width: inherit;
        margin: 0;
    }
    #PA24AC-width-full #PA24AC-colors .mtitle p {
        text-align: left;
    }
    #PA24AC-width-full #PA24AC-colors .screen_colors .desktop_colors {
        width: 100%;
        height: 100%
    }
}

#PA24AC-width-full #PA24AC-colors .screen_colors {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
    /*max-height: 270px;*/
    overflow: hidden;
}

#PA24AC-width-full #PA24AC-colors .screen_colors img.screen_bg {
    /*width: 100%;*/
}

#PA24AC-width-full #PA24AC-colors .screen_colors .desktop_colors {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#PA24AC-width-full #PA24AC-colors .screen_colors .desktop_colors_b {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
}

#PA24AC-width-full #PA24AC-colors .screen_colors .left {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

#PA24AC-width-full #PA24AC-colors .screen_colors .left>img {
    height: 100% !important;
    max-width: 1920px !important;
}

#PA24AC-width-full #PA24AC-colors .screen_colors .ctr_line_colors {
    margin-top: 0;
    display: inline-block;
    cursor: pointer;
    /*width: 6%;*/
    cursor: url('../img/bar_arr.png'), move !important;
    height: 100%;
    /*max-height: 380px !important;*/
    left: calc(50% - 20px);
    z-index: 1;
}
#PA24AC-width-full #PA24AC-colors .screen_colors .ctr_line_colors:before{
    content: "Conventional Monitor";
    font-family: 'myriadprolight', Arial, Helvetica, sans-serif;
    font-size: 20px;
    display: inline-block;
    position: absolute;
    top: 5%;
    right: 120%;
    min-width: 180px;
}
#PA24AC-width-full #PA24AC-colors .screen_colors .ctr_line_colors:after{
    content: "PA24AC";
    font-family: 'myriadprolight', Arial, Helvetica, sans-serif;
    font-size: 20px;
    display: inline-block;
    position: absolute;
    top: 5%;
    left: 120%;
}
#PA24AC-width-full #PA24AC-colors .screen_colors .ctr_line_colors img {
    height: 100% !important
}

@media (min-width: 719px) and (max-width: 959px) {
    #PA24AC-width-full #PA24AC-colors .screen_colors .left>img,
    #PA24AC-width-full #PA24AC-colors .screen_colors .ctr_line_colors img {
        height: 100%
    }
}

@media (max-width: 719px) {
    #PA24AC-width-full #PA24AC-colors .screen_colors .left>img,
    #PA24AC-width-full #PA24AC-colors .screen_colors .ctr_line_colors img {
        height: 100%
    }
}

#PA24AC-width-full #PA24AC-colors .epb_03 .screen_m {
    position: absolute;
    top: 0
}


/**/

#PA24AC-width-full #PA24AC-colors.PA24AC-bit .mainfull {
    top: 10%;
}

#PA24AC-width-full #PA24AC-colors.PA24AC-bit .mainfull .maintitle {
    padding: 0 18px;
    max-width: 560px;
    margin: 0 5% 0 0;
    float: right;
}

#PA24AC-width-full #PA24AC-colors.PA24AC-bit .mainfull .maintitle .mtitle p {
    text-align: left;
}

#PA24AC-width-full #PA24AC-colors.PA24AC-bit .mainfull .maintitle .info {
    text-align: left;
}

#PA24AC-width-full #PA24AC-colors.PA24AC-bit .imgopacity_area{
    display: inline-block;
    position: relative;
    margin-top: 25px;
}
#PA24AC-width-full #PA24AC-colors.PA24AC-bit .imgopacity_area img{

}
#PA24AC-width-full #PA24AC-colors.PA24AC-bit .imgopacity_area .imgopacity {
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0
}


/*PA24AC-onscreen*/

#PA24AC-width-full #PA24AC-onscreen {
    background: #000;
    position: relative;
    padding: 160px 0 200px
}

#PA24AC-width-full #PA24AC-onscreen hr {
    margin: 1.5em 0;
}

#PA24AC-width-full #PA24AC-onscreen img {
    max-width: 100%
}

#PA24AC-width-full #PA24AC-onscreen .img_btn_area {
    position: relative;
    display: block;
}

#PA24AC-width-full #PA24AC-onscreen .info_left {
    margin: 0px -100% 0px 0px;
    width: 75%;
    max-width: 1200px;
}

#PA24AC-width-full #PA24AC-onscreen .info_left img {
    padding: 0 10px;
    margin-top: 0;
}

#PA24AC-width-full #PA24AC-onscreen .info_right {
    margin: 0px 0px 0px 75%;
    width: 25%;
    min-width: 210px;
    max-width: 256px;
    padding: 0 20px 0 0;
    position: absolute;
    top: 54%;
    left: 0
}

#PA24AC-width-full #PA24AC-onscreen .info_right .info {}

#PA24AC-width-full #PA24AC-onscreen .maintitle {
    position: relative;
    max-width: 1600px;
}

#PA24AC-width-full #PA24AC-onscreen .info_right img {
    margin-top: 180px;
    margin-right: -18px;
    float: right;
    max-width: calc(100% + 18px);
}
@media (min-width: 1400px) and (max-width: 1560px) {
    #PA24AC-width-full #PA24AC-onscreen .info_right {
        min-width: 210px;
        max-width: 256px;
        top: 53%;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    #PA24AC-width-full #PA24AC-onscreen .info_right {
        min-width: 210px;
        max-width: 256px;
        top: 47%;
    }
}
@media (min-width: 1076px) and (max-width: 1199px) {
    #PA24AC-width-full #PA24AC-onscreen .info_right {
        min-width: 210px;
        max-width: 256px;
        top: 44.5%;
    }
}
@media (min-width: 900px) and (max-width: 1075px) {
    #PA24AC-width-full #PA24AC-onscreen .info_right {
        min-width: 230px;
        max-width: 256px;
        top: 45.5%;
    }
}
@media (min-width: 800px) and (max-width: 899px) {
    #PA24AC-width-full #PA24AC-onscreen .info_left{
        width: 70%
    }
    #PA24AC-width-full #PA24AC-onscreen .info_right {
        min-width: 230px;
        max-width: 256px;
        top: 37.5%;
        margin: 0px 0px 0px 70%;
    }
}
@media (min-width: 600px) and (max-width: 799px){
    #PA24AC-width-full #PA24AC-onscreen .info_left{
        width: 70%
    }
    #PA24AC-width-full #PA24AC-onscreen .info_right {
        margin: 0px 0px 0px 70%;
        min-width: 230px;
        max-width: 256px;
        top: inherit;
        bottom: -10%;
    }
}
@media (min-width: 720px) and (max-width: 1075px) {
    #PA24AC-width-full #PA24AC-onscreen .maintitle .mtitle p {
        font-size: 3.5em;
        line-height: 1.2em;
    }
    #PA24AC-width-full #PA24AC-onscreen .maintitle .info {
        font-size: 1.5em;
        line-height: 1.5em;
    }
}

@media (max-width: 720px) {
    #PA24AC-width-full #PA24AC-onscreen {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #PA24AC-width-full #PA24AC-onscreen .maintitle {
        position: relative;
        margin: 0
    }
    #PA24AC-width-full #PA24AC-onscreen .img_btn_area {
        display: none;
    }
    #PA24AC-width-full #PA24AC-onscreen .maintitle.righttxt .info_right {
        margin: 0 !important;
        padding: 50px 0px 0 !important;
        width: 100% !important;
        display: inline-block;
        position: relative;
        min-width: inherit;
        max-width: inherit;
    }
    #PA24AC-width-full #PA24AC-onscreen img.mobile,
    #PA24AC-width-full #PA24AC-onscreen .mobile {
        width: 100%;
        display: block;
    }
}


/*PA24AC-colorarea*/

#PA24AC-width-full #PA24AC-colorarea {
    background: #fff;
    position: relative;
    padding: 130px 0
}

#PA24AC-width-full #PA24AC-colorarea hr {
    margin: 1.5em 0;
}

#PA24AC-width-full #PA24AC-colorarea img {
    max-width: 100%
}

#PA24AC-width-full #PA24AC-colorarea .img_btn_area {
    position: relative;
    display: block;
}

#PA24AC-width-full #PA24AC-colorarea .info_left {
    margin: 0px -100% 0px 0px;
    width: 44%;
    padding: 0 20px;
}

#PA24AC-width-full #PA24AC-colorarea .info_left img {
    padding: 0 10px;
    margin-top: 0;
}

#PA24AC-width-full #PA24AC-colorarea .info_right {
    margin: 0px 0px 0px 44%;
    width: 55%;
    padding: 0 0 0 50px;
    position: absolute;
    bottom: 0;
    left: 0
}

#PA24AC-width-full #PA24AC-colorarea .info_left .info {}

#PA24AC-width-full #PA24AC-colorarea .maintitle {
    position: relative;
    max-width: 1500px;
}

@media (min-width: 720px) and (max-width: 1075px) {
    #PA24AC-width-full #PA24AC-colorarea .maintitle .mtitle p {
        font-size: 3.5em;
        line-height: 1.2em;
    }
    #PA24AC-width-full #PA24AC-colorarea .maintitle .info {
        font-size: 1.5em;
        line-height: 1.5em;
    }
}

@media (max-width: 720px) {
    #PA24AC-width-full #PA24AC-colorarea {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #PA24AC-width-full #PA24AC-colorarea .maintitle {
        position: relative;
        margin: 0
    }
    #PA24AC-width-full #PA24AC-colorarea .img_btn_area {
        display: none;
    }
    #PA24AC-width-full #PA24AC-colorarea .maintitle.lefttxt .info_right {
        margin: 0 !important;
        padding: 50px 0px 0 !important;
        width: 100% !important;
        display: inline-block;
        position: relative;
    }
    #PA24AC-width-full #PA24AC-colorarea img.mobile,
    #PA24AC-width-full #PA24AC-colorarea .mobile {
        width: 100%;
        display: block;
    }
}


/*MZ27-brighter*/

#PA24AC-width-full #PA24AC-brighter.on {
    background: #000 url(../img/PA24AC-400nits-HDR10-1.jpg) center top/1920px no-repeat;
    min-height: 1070px;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

#PA24AC-width-full #PA24AC-brighter.off {
    background: #000 url(../img/PA24AC-400nits-HDR10-2.jpg) center top/1920px no-repeat;
    min-height: 1070px;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

#PA24AC-width-full #PA24AC-brighter .maintitle {
    width: 80%;
    margin-left: 5%;
    margin-right: 0;
    max-width: 600px
}

#PA24AC-width-full #PA24AC-brighter .maintitle .mtitle {
    padding-top: 500px;
}

#PA24AC-width-full #PA24AC-brighter .mainfull .info {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
    /*IE9*/
    -webkit-text-align-last: justify;
    /*Chrome*/
    -moz-text-align-last: justify;
    /*Firefox*/
}

#PA24AC-width-full #PA24AC-brighter .mtitle p {
    margin: 0;
    text-align: center;
}

#PA24AC-width-full #PA24AC-brighter .stitle p {
    font-size: 22px;
    margin: 20px 0 0;
    text-align: center;
}

#PA24AC-width-full #PA24AC-brighter .switch_area {
    display: inline-block;
    margin-top: 40px;
}

#PA24AC-width-full #PA24AC-brighter .switch_area p,
#PA24AC-width-full #PA24AC-brighter .switch_area a {
    float: left;
    font-size: 15px;
    color: #fff;
    position: relative;
}

#PA24AC-width-full #PA24AC-brighter .switch_area p {
    top: -10px
}
#PA24AC-width-full #PA24AC-brighter .switch_area p.p2{
    top: 10px
}
#PA24AC-width-full #PA24AC-brighter .switch_area a {
    margin: 0 10px;
    display: inline-block;
    width: 88px;
    height: 44px;
}

#PA24AC-width-full #PA24AC-brighter .switch_area a.switch.on {
    background: url(../img/switch_on.png) center top no-repeat;
}

#PA24AC-width-full #PA24AC-brighter .switch_area a.switch.off {
    background: url(../img/switch_off.png) center top no-repeat;
}

@media (min-width: 719px) and (max-width: 1000px) {
    #PA24AC-width-full #PA24AC-brighter .maintitle {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        max-width: 600px
    }
}


/*PA24AC-highcolor*/

#PA24AC-width-full #PA24AC-highcolor {
    background: #fff url(../img/PA24AC-color-accuracy-Delta-less-than-2.jpg) center top/1920px no-repeat;
    min-height: 1080px;
}

#PA24AC-width-full #PA24AC-highcolor .maintitle {
    width: 100%;
}

#PA24AC-width-full #PA24AC-highcolor .maintitle .mtitle {
    padding-top: 220px;
}

#PA24AC-width-full #PA24AC-highcolor .mainfull .info {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    max-width: 1000px;
    text-shadow: 1px 5px 7px rgba(0,0,0,0.6);
}

@media (min-width: 719px) and (max-width: 1000px) {
    #PA24AC-width-full #PA24AC-highcolor .maintitle {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

    #PA24AC-width-full #PA24AC-highcolor .stitle p {
        font-size: 3em;
        margin-top: -3em;
    }
    #PA24AC-width-full #PA24AC-highcolor .mainfull .info {
        width: 100%;
    }
    #PA24AC-width-full #PA24AC-highcolor .maintitle .mtitle {
        padding-top: 240px;
    }
}


/*PA24AC-port*/

#PA24AC-width-full #PA24AC-port {
    background: #fff url(../img/PA24AC-Thunderbolt-ports.jpg) center top/1920px no-repeat;
    min-height: 1076px;
}

#PA24AC-width-full #PA24AC-port .maintitle {
    width: 100%;
    max-width: 1150px;
    padding: 0 18px;
    margin: 0 auto;
}

#PA24AC-width-full #PA24AC-port .maintitle .mtitle {
    padding-top: 145px;
}

#PA24AC-width-full #PA24AC-port .mainfull .info {
    width: 100%;
    text-align: center;
}

@media (min-width: 719px) and (max-width: 1000px) {
    #PA24AC-width-full #PA24AC-port {
        background: #fff url(../img/PA24AC-Thunderbolt-ports.jpg) center bottom no-repeat;
        min-height: 1076px;
    }
    #PA24AC-width-full #PA24AC-port .maintitle {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

    #PA24AC-width-full #PA24AC-port .stitle p {
        font-size: 3em;
        margin-top: -3em;
    }
    #PA24AC-width-full #PA24AC-port .mainfull .info {
        width: 100%;
    }
    #PA24AC-width-full #PA24AC-port .maintitle .mtitle {
        padding-top: 100px;
    }
}


/*PA24AC-Ergonomic*/

#PA24AC-width-full #PA24AC-Ergonomic {
    background: #cbcbcb url(../img/PA24AC-Ergonomic-Design-Swivel.jpg) center top/1920px no-repeat;
}

#PA24AC-width-full #PA24AC-Ergonomic img {
    width: 100%;
    max-width: 1920px;
}

#PA24AC-width-full #PA24AC-Ergonomic .maintitle {
    width: 100%;
    max-width: 1150px;
    padding: 0 18px;
    margin: 0 auto 30px;
}

#PA24AC-width-full #PA24AC-Ergonomic .maintitle .mtitle {
    padding-top: 120px;
}

#PA24AC-width-full #PA24AC-Ergonomic .mainfull .info {
    width: 100%;
    text-align: center;
}
#PA24AC-width-full #PA24AC-Ergonomic .mainfull ul{
    display: inline-flex;
    width: 100%;
    padding: 0 20px;
    list-style: none;
    margin: 0 0 10em;
    background: url(../img/PA24AC-Ergonomic-Design-Swive_bg.png) no-repeat;
    background-position: center 120%
}
#PA24AC-width-full #PA24AC-Ergonomic .mainfull ul li{
    float: left;
    padding: 0 0.5%;
}
#PA24AC-width-full #PA24AC-Ergonomic .mainfull ul li p{
    font-family: 'myriadprolight', Arial, Helvetica, sans-serif;
    color: #272727 !important;
    font-size: 1.7em;
    line-height: 1.2em;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 15px auto;
}
@media (min-width: 719px) and (max-width: 1000px) {
    #PA24AC-width-full #PA24AC-Ergonomic {
        background: #cbcbcb url(../img/PA24AC-Ergonomic-Design-Swivel.jpg) center bottom no-repeat;
        padding-bottom: 50px;
    }
    #PA24AC-width-full #PA24AC-Ergonomic .maintitle {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

    #PA24AC-width-full #PA24AC-Ergonomic .stitle p {
        font-size: 3em;
        margin-top: -3em;
    }
    #PA24AC-width-full #PA24AC-Ergonomic .mainfull .info {
        width: 100%;
    }
    #PA24AC-width-full #PA24AC-Ergonomic .maintitle .mtitle {
        padding-top: 100px;
    }
}


/**/

#PA24AC-width-full #PA24AC-Picture {
    background: #fff;
    position: relative;
    padding: 150px 0 100px;
}

#PA24AC-width-full #PA24AC-Picture .mainfull .maintitle {
    margin: 0 auto 40px;
    max-width: 1000px;
    width: 100%;
    padding: 0 18px;
}

#PA24AC-width-full #PA24AC-Picture .mainfull .maintitle .stitle p {
    margin-bottom: 10px;
}

#PA24AC-width-full #PA24AC-Picture .mainfull img {
    margin: 30px 0 20px;
    padding: 0 18px !important
}


/*PA24AC-ProArt*/

#PA24AC-width-full #PA24AC-ProArt {
    background: #fff;
    position: relative;
    padding: 120px 0 20px;
}

#PA24AC-width-full #PA24AC-ProArt .mainfull .maintitle {
    margin: 0 auto 40px;
    max-width: 1000px;
    width: 100%;
    padding: 0 18px;
}

#PA24AC-width-full #PA24AC-ProArt .mainfull .maintitle .info {
    text-align: center;
}

#PA24AC-width-full #PA24AC-ProArt img.proart_img {
    padding: 0 18px !important;
    display: none;
    height: auto;
}

#PA24AC-width-full #PA24AC-ProArt img.proart_img.on {
    width: 100%;
    display: inline-block;
    max-width: 857px;
}

#PA24AC-width-full #PA24AC-ProArt ul.mt_chang {
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    margin: 0px 0 40px;
    width: 100%;
    max-width: 1680px;
    padding: 0 18px;
}

#PA24AC-width-full #PA24AC-ProArt .proart_txt {
    display: none;
}

#PA24AC-width-full #PA24AC-ProArt .proart_txt.on {
    display: block;
}

#PA24AC-width-full #PA24AC-ProArt ul.mt_chang li {
    display: inline-block;
    float: left;
    width: 24%;
    margin: 0.5%;
    padding: 0;
    border: #000 1px solid;
}

#PA24AC-width-full #PA24AC-ProArt ul.mt_chang li a {
    color: #000;
    width: 100%;
    display: inline-block;
    padding: 15px 20px;
    font-size: 1.2em;
}

#PA24AC-width-full #PA24AC-ProArt ul.mt_chang li a.on {
    background: #23232d;
    color: #fff;
}

#PA24AC-width-full #PA24AC-ProArt .mt_chang_img {
    display: none;
    width: 100%;
    position: absolute;
}

#PA24AC-width-full #PA24AC-ProArt .mt_chang_img.on {
    display: inline-block;
    position: relative;
}


/*PA24AC-QuickFit*/

#PA24AC-width-full #PA24AC-QuickFit {
    background: #f3f3f3 url(../img/ASUS-QuickFit-Virtual-Scale.jpg) center top/1920px no-repeat;
    position: relative;
    padding: 125px 0 90px;
}

#PA24AC-width-full #PA24AC-QuickFit .mainfull .maintitle {
    margin: 0 auto 40px;
    max-width: 1000px;
    width: 100%;
    padding: 0 18px;
}

#PA24AC-width-full #PA24AC-QuickFit .mainfull .maintitle .info {
    text-align: center;
}

#PA24AC-width-full #PA24AC-QuickFit img.quickFit_img {
    padding: 0 20px;
    display: none;
}

#PA24AC-width-full #PA24AC-QuickFit img.quickFit_img.on {
    display: inline-block;
    padding: 0 18px !important
}

#PA24AC-width-full #PA24AC-QuickFit ul.mt_chang {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px auto 0px;
    width: 100%;
    max-width: 820px;
    padding: 0 18px;
}

#PA24AC-width-full #PA24AC-QuickFit .quickFit_txt {
    display: none;
}

#PA24AC-width-full #PA24AC-QuickFit .quickFit_txt.on {
    display: block;
}

#PA24AC-width-full #PA24AC-QuickFit ul.mt_chang li {
    display: inline-block;
    float: left;
    width: 19%;
    margin: 0.5%;
    padding: 0;
    border: #000 1px solid;
}

#PA24AC-width-full #PA24AC-QuickFit ul.mt_chang li a {
    color: #000;
    width: 100%;
    display: inline-block;
    padding: 15px 20px;
    font-size: 1.2em;
}

#PA24AC-width-full #PA24AC-QuickFit ul.mt_chang li a.on {
    background: #23232d;
    color: #fff;
}

#PA24AC-width-full #PA24AC-QuickFit .mt_chang_img {
    display: none;
    width: 100%;
    position: absolute;
}

#PA24AC-width-full #PA24AC-QuickFit .mt_chang_img.on {
    display: inline-block;
    position: relative;
}


/*PA24AC-Technology*/

#PA24AC-width-full #PA24AC-Technology {
    background: #fff;
    position: relative;
    padding: 110px 0 0px;
}

#PA24AC-width-full #PA24AC-Technology .mainfull .maintitle {
    margin: 0 auto 40px;

    width: 100%;
    padding: 0 18px;
}

#PA24AC-width-full #PA24AC-Technology .mainfull .maintitle .stitle {
    margin: 20px 0 0;
}

#PA24AC-width-full #PA24AC-Technology .mainfull .maintitle .info {
    text-align: center;
    max-width: 1000px;
}

#PA24AC-width-full #PA24AC-Technology img.technology_img {
    padding: 0 20px;
    display: none;
}

#PA24AC-width-full #PA24AC-Technology img.technology_img.on {
    display: inline-block;
    padding: 0 18px !important
}

#PA24AC-width-full #PA24AC-Technology ul.mt_chang {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto 80px;
    width: 100%;
    max-width: 820px;
    padding: 0 18px;
}

#PA24AC-width-full #PA24AC-Technology .technology_txt {
    display: none;
}

#PA24AC-width-full #PA24AC-Technology .technology_txt.on {
    display: block;
}

#PA24AC-width-full #PA24AC-Technology ul.mt_chang li {
    display: inline-block;
    float: left;
    width: 19%;
    margin: 0.5%;
    padding: 0;
    border: #000 1px solid;
}

#PA24AC-width-full #PA24AC-Technology ul.mt_chang li a {
    color: #000;
    width: 100%;
    display: inline-block;
    padding: 15px 20px;
    font-size: 1.2em;
}

#PA24AC-width-full #PA24AC-Technology ul.mt_chang li a.on {
    background: #23232d;
    color: #fff;
}

#PA24AC-width-full #PA24AC-Technology .mt_chang_img {
    display: none;
    width: 100%;
    position: absolute;
}

#PA24AC-width-full #PA24AC-Technology .mt_chang_img.on {
    display: inline-block;
    position: relative;
}


/*PA24AC-Intelligence*/

#PA24AC-width-full #PA24AC-Intelligence {
    background: #fff;
    position: relative;
    padding: 0px 0 100px;
}

#PA24AC-width-full #PA24AC-Intelligence .mainfull .maintitle {
    margin: 0 auto 40px;
    max-width: 1000px;
    width: 100%;
    padding: 0 18px;
}

#PA24AC-width-full #PA24AC-Intelligence .mainfull img {
    margin: 0;
    padding: 0 !important
}

#PA24AC-width-full #PA24AC-Intelligence ul {
    display: inline-block;
    width: 100%;
    max-width: 1196px;
    padding: 0 18px;
    margin: 0 0 50px;
}

#PA24AC-width-full #PA24AC-Intelligence ul li {
    width: 50%;
    list-style: none;
    float: left;
}

#PA24AC-width-full #PA24AC-Intelligence ul li p {
    font-size: 1.5em;
    margin: 10px 0;
}

#PA24AC-width-full #PA24AC-Intelligence ul li img {
    width: 100%;
}

#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
}


@media (min-width: 719px) and (max-width: 959px) {
    #PA24AC-width-full .mtitle p {
        font-size: 3.5em;
        line-height: 1.2em;
    }
    #PA24AC-width-full .mainfull .maintitle .info {
        font-size: 1.5em;
        line-height: 1.5em;
    }
    #PA24AC-width-full .mainsize .maintitle .info,
    #PA24AC-width-full .mainfull .maintitle .info {
        text-align: left;
        width: 100%
    }
    #PA24AC-width-full .full-section {
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }
    #PA24AC-width-full #PA24AC-screen .screen .left{
        width: 49%
    }
    #PA24AC-width-full #PA24AC-screen .mainfull{
        top: 5%;
    }
}

@media (max-width: 719px) {
    #PA24AC-width-full img.webstyle,
    #PA24AC-width-full .webstyle {
        display: none;
    }
    /* 左文右圖 */
    #PA24AC-width-full .maintitle.lefttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        display: inline-block
    }
    #PA24AC-width-full .maintitle.lefttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        display: inline-block
    }
    /* 左圖右文 */
    #PA24AC-width-full .maintitle.righttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        display: inline-block
    }
    #PA24AC-width-full .maintitle.righttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        display: inline-block
    }
    #PA24AC-width-full img.mobile,
    #PA24AC-width-full .mobile {
        width: 100%;
        display: block;
    }
    #PA24AC-width-full .maintitle .info,
    #PA24AC-width-full .maintitle .mtitle {
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #PA24AC-width-full .maintitle .mtitle {
        padding-top: 0 !important;
    }
    #PA24AC-width-full .mainfull .maintitle .info {
        width: 100% !important;
        margin-bottom: 1em !important;
        text-align: left;
        font-size: 18px;
        line-height: 1.5em;
    }
    #PA24AC-width-full .mainfull .maintitle .info {
        text-align: left;
    }
    #PA24AC-width-full .full-section {
        /*border-bottom: 1px solid #ccc;*/
        background-size: contain;
        background-position: center bottom;
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }
    #PA24AC-width-full .full-section:first-child {
        border-top: 1px solid #ccc;
    }
    #PA24AC-width-full .full-section:last-child {
        border-bottom: 0px solid #ccc;
    }
    #PA24AC-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;
    }
    #PA24AC-width-full .stitle p {
        font-size: 2em;
        text-align: left;
        margin-bottom: 0.5em;
        margin-top: 1em;
    }
    #PA24AC-width-full .full-section {
        padding: 0 0 4em;
    }
    /**/
    #PA24AC-width-full #PA24AC-KV {
        background: none;
        min-height: inherit;
        padding-bottom: 50px
    }
    #PA24AC-width-full #PA24AC-KV .maintitle {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
    #PA24AC-width-full #PA24AC-KV .maintitle .stitle {
        padding-top: 0px;
    }
    #PA24AC-width-full #PA24AC-KV .stitle p {
        font-size: 2em;
        text-align: center;
        margin-top: -2em;
    }
    #PA24AC-width-full #PA24AC-KV .mtitle p {
        text-align: center;
    }
    /**/
    #PA24AC-width-full section#PA24AC-screen.PA24AC-bit.whiteBg .mtitle p {
        color: #000 !important;
    }
    #PA24AC-width-full section#PA24AC-screen.PA24AC-bit.whiteBg .info {
        color: #000 !important;
    }
    #PA24AC-width-full #PA24AC-screen.PA24AC-bit .mainfull .maintitle {
        max-width: inherit;
        float: inherit;
        margin: 0;
    }
    #PA24AC-width-full #PA24AC-screen.PA24AC-bit .mainfull .maintitle img {
        width: 100%;
    }
    #PA24AC-width-full section#PA24AC-colors.PA24AC-bit.whiteBg .mtitle p {
        color: #000 !important;
    }
    #PA24AC-width-full section#PA24AC-colors.PA24AC-bit.whiteBg .info {
        color: #000 !important;
    }
    #PA24AC-width-full #PA24AC-colors.PA24AC-bit .mainfull .maintitle {
        max-width: inherit;
        float: inherit;
        margin: 0;
    }
    #PA24AC-width-full #PA24AC-colors.PA24AC-bit .mainfull .maintitle img {
        width: 100%;
    }
    #PA24AC-width-full #PA24AC-brighter {
        background: none;
        min-height: inherit;
        padding-bottom: 50px
    }
    #PA24AC-width-full #PA24AC-brighter .maintitle {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    #PA24AC-width-full #PA24AC-brighter.whiteBg .mtitle p {
        color: #000 !important;
        text-align: left;
    }
    #PA24AC-width-full #PA24AC-brighter.whiteBg .info {
        color: #000 !important;
        text-align: left;
    }
    /**/
    #PA24AC-width-full #PA24AC-brighter {
        position: relative;
    }
    #PA24AC-width-full #PA24AC-brighter.on,
    #PA24AC-width-full #PA24AC-brighter.off {
        background: none;
        min-height: inherit;
    }
    #PA24AC-width-full #PA24AC-brighter .switch_area {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 5% 0 0 0;
    }
    #PA24AC-width-full #PA24AC-brighter .switch_area p,
    #PA24AC-width-full #PA24AC-brighter .switch_area a {
        float: none;
    }
    #PA24AC-width-full #PA24AC-brighter .switch_area p {
        top: 0 !important
    }
    #PA24AC-width-full #PA24AC-brighter .switch_area a.switch {
        margin: 35px 0 28px;
        transform: rotate(90deg);
    }
    #PA24AC-width-full #PA24AC-brighter img.mobile.on {
        display: inline-block;
    }
    #PA24AC-width-full #PA24AC-brighter img.mobile.off {
        display: none;
    }
    #PA24AC-width-full #PA24AC-highcolor {
        background: none;
        min-height: inherit;
    }
    #PA24AC-width-full #PA24AC-highcolor .maintitle {
        width: 100%;
        margin: 0;
    }
    #PA24AC-width-full #PA24AC-highcolor.whiteBg .mtitle p {
        color: #000 !important;
        text-align: left;
    }
    #PA24AC-width-full #PA24AC-highcolor.whiteBg .info {
        color: #000 !important;
        text-align: left;
        text-shadow: 1px 5px 7px rgba(0,0,0,0);
    }
    #PA24AC-width-full #PA24AC-port {
        background: none;
        min-height: inherit;
    }
    #PA24AC-width-full #PA24AC-port .maintitle {
        width: 100%;
        margin: 0;
    }
    #PA24AC-width-full #PA24AC-port .mainfull .mtitle p {
        text-align: left;
    }
    #PA24AC-width-full #PA24AC-port .mainfull .info {
        text-align: left;
    }
    #PA24AC-width-full #PA24AC-ProArt {
        padding: 0;
    }
    #PA24AC-width-full #PA24AC-ProArt ul.mt_chang li {
        width: 100%;
        margin: 5px 0;
    }
    #PA24AC-width-full #PA24AC-QuickFit {
        padding: 50px 0;
        min-height: inherit;
    }
    #PA24AC-width-full #PA24AC-QuickFit ul.mt_chang li {
        width: 100%;
        margin: 5px 0;
    }
    #PA24AC-width-full #PA24AC-QuickFit .mainfull .maintitle .info {
        text-align: left;
    }
    #PA24AC-width-full #PA24AC-Technology {
        padding: 50px 0 0;
        min-height: inherit;
    }
    #PA24AC-width-full #PA24AC-Technology ul.mt_chang li {
        width: 100%;
        margin: 5px 0;
    }
    #PA24AC-width-full #PA24AC-Technology .mainfull .maintitle .info {
        text-align: left;
    }
    #PA24AC-width-full #PA24AC-Technology ul.mt_chang {
        margin-bottom: 20px;
    }
    #PA24AC-width-full #PA24AC-Technology .mainfull .maintitle {
        margin-bottom: 20px;
    }
    #PA24AC-width-full #PA24AC-Intelligence .mainfull .maintitle {
        margin-bottom: 20px;
    }
    #PA24AC-width-full #PA24AC-Intelligence ul li p {
        font-size: 1em;
    }
    #PA24AC-width-full #PA24AC-Intelligence {
        padding-bottom: 50px;
    }
    #PA24AC-width-full #PA24AC-Intelligence ul {
        margin-bottom: 20px;
    }
    #PA24AC-width-full #PA24AC-Picture {
        padding: 0 0 50px;
    }
    #PA24AC-width-full #PA24AC-Picture .mainfull .maintitle .stitle p {
        font-size: 2em;
        text-align: left;
        margin-bottom: 5px;
    }
    #PA24AC-width-full #PA24AC-ProArt .mainfull .maintitle .info {
        text-align: left;
    }
    #PA24AC-width-full #PA24AC-Ergonomic {
        padding: 50px 0;
        background: #cbcbcb url(../img/PA24AC-Ergonomic-Design-Swivel.jpg) center top/1920px no-repeat;
    }
    #PA24AC-width-full #PA24AC-Ergonomic .maintitle {
        margin-bottom: 50px;
    }
    #PA24AC-width-full #PA24AC-Ergonomic .mainfull .info {
        text-align: left;
    }
    #PA24AC-width-full #PA24AC-screen .screen .ctr_line {
        left: calc(50% - 1%);
    }
    #PA24AC-width-full #PA24AC-colors .screen_colors .ctr_line_colors {
        left: calc(50% - 1.5%);
    }
    #PA24AC-width-full #PA24AC-Ergonomic .mainfull ul{
        display: inline-block;
        width: 100%;
        padding: 0 20px;
        margin: 0 0 5em;
        background: none;
        background-position: center 0
    }
    #PA24AC-width-full #PA24AC-Ergonomic .mainfull ul li{
        float: left;
        padding: 0 0.5%;
        width: 100%;
        text-align: center;
    }
    #PA24AC-width-full #PA24AC-Ergonomic .mainfull ul li img{
        max-height: 630px;
        width: auto;
    }
    #PA24AC-width-full #PA24AC-Ergonomic .mainfull ul li p{
        margin: 0 auto 30px;
    }
    #PA24AC-width-full #PA24AC-colors .screen_colors .ctr_line_colors:before{
        font-size: 1.2em;
        top: 10%;
        left: -130px;
    }
    #PA24AC-width-full #PA24AC-colors .screen_colors .ctr_line_colors:after{
        font-size: 1.2em;
        top: 10%;
        left: 170%;
    }
}