.m-wrap *, .m-wrap *:before, .m-wrap *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-wrap .container {
  position: relative;
  padding: 0 3% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}
.m-wrap .container:before, .m-wrap .container:after {
  content: " ";
  display: table;
}
.m-wrap .container:after {
  clear: both;
}
@media (min-width: 1170px) {
  .m-wrap .container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px !important;
    min-width: 1170px !important;
    max-width: 1170px !important;
  }
  .m-wrap .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.overview-wrapper {
  width: auto !important;
}

.m-wrap {
  color: #000;
  line-height: 1.5 !important;
  font-size: 16px !important;
  font-family: "Source Sans Pro", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  font-weight: lighter;
  overflow-x: hidden !important;
}
.m-wrap a {
  color: #000;
  text-decoration: none;
}
.m-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: none;
  -ms-interpolation-mode: bicubic;
}
.m-wrap ul, .m-wrap ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.m-wrap h1 {
  line-height: 1.1 !important;
  font-weight: lighter;
}
.m-wrap h2 {
  line-height: 1.2 !important;
}
.m-wrap h3 {
  color: #000 !important;
  line-height: 1.5 !important;
}
.m-wrap p {
  margin: 0 !important;
  line-height: 1.5 !important;
}

a.DL {
    color: #00a8ff;
    font-weight: 400;
    font-family: inherit;
    border-bottom: 1pt solid;
}    

a.DL::before{
    content: '>>'
    
}

a.DL::after{
    content: '<<'
}





.m-wrap .mobile-none {
  display: none;
}
@media (min-width: 768px) {
  .m-wrap .mobile-none {
    display: block;
  }
}
@media (min-width: 768px) {
  .m-wrap .pad-none {
    display: none;
  }
}
@media (min-width: 1170px) {
  .m-wrap .pc-none {
    display: none;
  }
}

#PA329Q-wrap {
  margin: 0 -3%;
}
@media (min-width: 1170px) {
  #PA329Q-wrap {
    width: 1920px;
    margin-left: -365px;
  }
}

#PA329Q-content {
  text-align: center;
}
#PA329Q-content .title-main {
  margin-bottom: 6%;
  font-size: 48px;
}
@media (min-width: 768px) {
  #PA329Q-content .title-main {
    margin-bottom: 4%;
    padding: 0 17%;
    font-size: 60px;
  }
}
#PA329Q-content .title-sub {
  margin-bottom: 2%;
  font-size: 32px;
}
@media (min-width: 768px) {
  #PA329Q-content .title-sub {
    padding: 0 15%;
    font-size: 40px;
  }
}
#PA329Q-content .title-desc {
  font-size: 18px;
}
@media (min-width: 768px) {
  #PA329Q-content .title-desc {
    padding: 0 15%;
    font-size: 20px;
  }
}
#PA329Q-content .title-desc br {
  display: none;
}
@media (min-width: 768px) {
  #PA329Q-content .title-desc br {
    display: block;
  }
}

#PA329Q-view360 {
  padding: 10% 0 15%;
  background: #000 url("../img/view360_bg_m.jpg") center top no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  #PA329Q-view360 {
    padding: 140px 0 80px;
    background: #000 url("../img/view360_bg.jpg") center top no-repeat;
  }
}
#PA329Q-view360 .title-wrap h2 {
  color: #cdb87c;
}
#PA329Q-view360 .title-wrap p {
  color: #fff;
}
#PA329Q-view360 figure {
  margin: 0 !important;
}

#PA329Q-widecolor {
  padding: 30px 0 20px;
  background: transparent url("../img/color_bg.jpg") center top no-repeat;
  overflow: hidden;
}
@media (min-width: 768px) {
  #PA329Q-widecolor {
    padding: 60px 0 40px;
  }
}
#PA329Q-widecolor .title-wrap {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #PA329Q-widecolor .title-wrap {
    margin-bottom: 80px;
  }
}
#PA329Q-widecolor .widecolor {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #PA329Q-widecolor .widecolor {
    margin-bottom: 40px;
  }
}
#PA329Q-widecolor .widecolor .widecolor-monitor {
  z-index: 1;
  background: url("../img/color_pd.png") center top no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  #PA329Q-widecolor .widecolor .widecolor-monitor {
    background-size: 466px auto;
  }
}
#PA329Q-widecolor .widecolor .widecolor-monitor li {
  display: none;
  text-align: center;
}
#PA329Q-widecolor .widecolor .widecolor-monitor li:first-child {
  display: block;
}
#PA329Q-widecolor .widecolor .widecolor-monitor li img {
  width: 100%;
}
@media (min-width: 768px) {
  #PA329Q-widecolor .widecolor .widecolor-monitor li img {
    width: auto;
  }
}
#PA329Q-widecolor .widecolor .widecolor-nav {
  position: relative;
  list-style: none;
}
#PA329Q-widecolor .widecolor .widecolor-nav:before, #PA329Q-widecolor .widecolor .widecolor-nav:after {
  content: " ";
  display: table;
}
#PA329Q-widecolor .widecolor .widecolor-nav:after {
  clear: both;
}
@media (min-width: 1170px) {
  #PA329Q-widecolor .widecolor .widecolor-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
#PA329Q-widecolor .widecolor .widecolor-nav li {
  width: 18.2978723404%;
  float: left;
  padding-bottom: 100px;
  font-size: 20px;
}
#PA329Q-widecolor .widecolor .widecolor-nav li:nth-child(5n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
#PA329Q-widecolor .widecolor .widecolor-nav li:nth-child(5n + 2) {
  margin-left: 20.4255319149%;
  margin-right: -100%;
  clear: none;
}
#PA329Q-widecolor .widecolor .widecolor-nav li:nth-child(5n + 3) {
  margin-left: 40.8510638298%;
  margin-right: -100%;
  clear: none;
}
#PA329Q-widecolor .widecolor .widecolor-nav li:nth-child(5n + 4) {
  margin-left: 61.2765957447%;
  margin-right: -100%;
  clear: none;
}
#PA329Q-widecolor .widecolor .widecolor-nav li:nth-child(5n + 5) {
  margin-left: 81.7021276596%;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 1170px) {
  #PA329Q-widecolor .widecolor .widecolor-nav li {
    position: absolute;
    padding-bottom: 0;
    font-size: 24px;
    background-image: url("../img/color_guide.png");
    background-repeat: no-repeat;
  }
}
#PA329Q-widecolor .widecolor .widecolor-nav li:first-child .desc {
  display: block;
}
@media (min-width: 1170px) {
  #PA329Q-widecolor .widecolor .widecolor-nav li:first-child .desc {
    display: none;
  }
}
#PA329Q-widecolor .widecolor .widecolor-nav li a {
  position: relative;
  display: table;
  width: 100%;
  min-height: 96px;
  padding: 17px 0;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  color: #817045;
  border: 1px solid #817045;
}
@media (min-width: 768px) {
  #PA329Q-widecolor .widecolor .widecolor-nav li a {
    min-height: 76px;
  }
}
@media (min-width: 1170px) {
  #PA329Q-widecolor .widecolor .widecolor-nav li a {
    position: absolute;
    z-index: 9;
    display: block;
    padding: 0;
    border: none;
    font-size: 22px;
    text-align: left;
    line-height: 1.5;
  }
  #PA329Q-widecolor .widecolor .widecolor-nav li a:hover {
    color: #817045;
  }
}
#PA329Q-widecolor .widecolor .widecolor-nav li a.selected {
  color: #fff;
  background: #817045;
}
@media (min-width: 1170px) {
  #PA329Q-widecolor .widecolor .widecolor-nav li a.selected {
    color: #000;
    background: none;
  }
}
#PA329Q-widecolor .widecolor .widecolor-nav li a .valign-middle {
  display: table-cell;
  vertical-align: middle;
}
#PA329Q-widecolor .widecolor .widecolor-nav li .desc {
  display: none;
  position: absolute;
  left: 0;
  top: 105px;
  width: 100%;
  font-size: 20px;
}
@media (min-width: 1170px) {
  #PA329Q-widecolor .widecolor .widecolor-nav li .desc {
    position: absolute;
    z-index: 0;
    width: 324px;
    height: 84px;
    text-align: left;
  }
}
@media (min-width: 1170px) {
  #PA329Q-widecolor .widecolor .widecolor-nav li.m1 {
    top: 24px;
    left: 65px;
    width: 382px;
    height: 99px;
    background-position: 0 -18px;
  }
  #PA329Q-widecolor .widecolor .widecolor-nav li.m1 a {
    top: -3px;
    left: 11px;
  }
  #PA329Q-widecolor .widecolor .widecolor-nav li.m1 .desc {
    top: 15px;
    left: -24px;
    padding: 15px 0 0 24px;
    background: url("../img/color_guide1.png") left top no-repeat;
  }
  #PA329Q-widecolor .widecolor .widecolor-nav li.m2 {
    top: 200px;
    left: 65px;
    width: 382px;
    height: 102px;
    background-position: 0 -196px;
  }
  #PA329Q-widecolor .widecolor .widecolor-nav li.m2 a {
    top: 73px;
    left: 12px;
  }
  #PA329Q-widecolor .widecolor .widecolor-nav li.m2 .desc {
    top: 90px;
    left: -24px;
    width: 347px;
    height: 149px;
    padding: 15px 0 0 24px;
    background: url("../img/color_guide2.png") left top no-repeat;
  }
  #PA329Q-widecolor .widecolor .widecolor-nav li.m3 {
    top: 5px;
    left: 734px;
    width: 315px;
    height: 76px;
    background-position: -708px 0;
  }
  #PA329Q-widecolor .widecolor .widecolor-nav li.m3 a {
    top: -9px;
    left: 133px;
  }
  #PA329Q-widecolor .widecolor .widecolor-nav li.m3 .desc {
    top: 10px;
    left: 86px;
    padding: 15px 0 0 24px;
    background: url("../img/color_guide3.png") left top no-repeat;
  }
  #PA329Q-widecolor .widecolor .widecolor-nav li.m4 {
    top: 142px;
    left: 732px;
    width: 315px;
    height: 60px;
    background-position: -708px -139px;
  }
  #PA329Q-widecolor .widecolor .widecolor-nav li.m4 a {
    top: -8px;
    left: 133px;
  }
  #PA329Q-widecolor .widecolor .widecolor-nav li.m4 .desc {
    top: 10px;
    left: 104px;
    padding: 15px 0 0 24px;
    background: url("../img/color_guide4.png") left top no-repeat;
  }
  #PA329Q-widecolor .widecolor .widecolor-nav li.m5 {
    top: 254px;
    left: 705px;
    width: 342px;
    height: 56px;
    background-position: -681px -241px;
  }
  #PA329Q-widecolor .widecolor .widecolor-nav li.m5 a {
    top: 32px;
    left: 160px;
  }
  #PA329Q-widecolor .widecolor .widecolor-nav li.m5 .desc {
    top: 49px;
    left: 120px;
    padding: 15px 0 0 24px;
    background: url("../img/color_guide5.png") left top no-repeat;
  }
}
#PA329Q-widecolor .smooth {
  margin: 0 auto;
}
@media (min-width: 1170px) {
  #PA329Q-widecolor .smooth {
    width: 800px;
  }
}
#PA329Q-widecolor .smooth .text {
  margin-bottom: 20px !important;
  font-size: 20px;
  text-align: center;
}
#PA329Q-widecolor .smooth .pic-wrap {
  padding: 0 30px;
}
#PA329Q-widecolor .smooth .pic-wrap:before, #PA329Q-widecolor .smooth .pic-wrap:after {
  content: " ";
  display: table;
}
#PA329Q-widecolor .smooth .pic-wrap:after {
  clear: both;
}
#PA329Q-widecolor .smooth .pic-wrap figure {
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  #PA329Q-widecolor .smooth .pic-wrap figure {
    width: 48.9361702128%;
    float: left;
    margin-bottom: 0;
  }
  #PA329Q-widecolor .smooth .pic-wrap figure:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #PA329Q-widecolor .smooth .pic-wrap figure:nth-child(2n + 2) {
    margin-left: 51.0638297872%;
    margin-right: -100%;
    clear: none;
  }
}
#PA329Q-widecolor .smooth .pic-wrap figcaption {
  text-align: center;
}

#PA329Q-highcolor {
  background: #212121;
}
#PA329Q-highcolor .frame-top {
  margin-bottom: 10%;
}
@media (min-width: 768px) {
  #PA329Q-highcolor .frame-top {
    margin-bottom: 3%;
  }
}
#PA329Q-highcolor .title-wrap {
  margin-bottom: 95px;
}
#PA329Q-highcolor .title-wrap h2 {
  color: #f9d864;
}
#PA329Q-highcolor .title-wrap p {
  color: #fff;
}
#PA329Q-highcolor .hero {
  margin-top: -50%;
  text-align: center;
}
@media (min-width: 768px) {
  #PA329Q-highcolor .hero {
    margin-top: -26%;
  }
}
@media (min-width: 1170px) {
  #PA329Q-highcolor .hero {
    margin-top: -21%;
  }
}
#PA329Q-highcolor .hero img {
  margin-bottom: -1.5%;
}

#PA329Q-calibration {
  padding: 70px 0;
}
@media (min-width: 768px) {
  #PA329Q-calibration {
    padding: 140px 0;
  }
}
#PA329Q-calibration .title-wrap {
  margin-bottom: 10px;
}
#PA329Q-calibration .calibration-monitor li {
  display: none;
  text-align: center;
}
#PA329Q-calibration .calibration-monitor li:first-child {
  display: block;
}
#PA329Q-calibration .calibration-monitor li img {
  width: 100%;
}
@media (min-width: 768px) {
  #PA329Q-calibration .calibration-monitor li img {
    width: auto;
  }
}
#PA329Q-calibration .calibration-nav {
  margin-bottom: 20px;
}
#PA329Q-calibration .calibration-nav li {
  width: 100%;
  margin: 0 auto 8px;
}
@media (min-width: 768px) {
  #PA329Q-calibration .calibration-nav li {
    width: 620px;
  }
}
#PA329Q-calibration .calibration-nav li:first-child .desc {
  display: block;
}
#PA329Q-calibration .calibration-nav li a {
  position: relative;
  display: block;
  width: 100%;
  min-height: 32px;
  padding: 6px 60px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.1;
  background: #817045;
}
@media (min-width: 768px) {
  #PA329Q-calibration .calibration-nav li a {
    padding: 8px 40px;
    font-size: 24px;
  }
}
#PA329Q-calibration .calibration-nav li a:hover {
  background: #70623c;
}
#PA329Q-calibration .calibration-nav li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4%;
  margin-top: -13px;
  width: 25px;
  height: 25px;
  background: url("../img/icon/chevron-right-circle.svg") left 0 no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  #PA329Q-calibration .calibration-nav li a:after {
    right: 20px;
  }
}
#PA329Q-calibration .calibration-nav li a.selected:after {
  background: url("../img/icon/chevron-down-circle.svg") left 0 no-repeat;
  background-size: contain;
}
#PA329Q-calibration .calibration-nav li .desc {
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 768px) {
  #PA329Q-calibration .calibration-nav li .desc {
    font-size: 20px;
  }
}
#PA329Q-calibration .view-video {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px 11px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  background: #545151;
}
@media (min-width: 768px) {
  #PA329Q-calibration .view-video {
    width: 620px;
    font-size: 24px;
  }
}
#PA329Q-calibration .view-video:hover {
  background: #474444;
}
#PA329Q-calibration .view-video:after {
  position: absolute;
  top: 50%;
  right: 4.5%;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: -10px;
  background: url("../img/icon/film-play.svg") left 0 no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  #PA329Q-calibration .view-video:after {
    right: 3.5%;
    margin-top: -10px;
  }
}
@media (min-width: 1170px) {
  #PA329Q-calibration .view-video:after {
    margin-top: -9px;
  }
}

#PA329Q-smooth {
  padding: 67.5px 0;
  background: #000;
}
@media (min-width: 768px) {
  #PA329Q-smooth {
    padding: 135px 0;
  }
}
#PA329Q-smooth .title-wrap {
  margin-bottom: 40px;
}
#PA329Q-smooth .title-wrap h1 {
  color: #fff;
}
#PA329Q-smooth .title-wrap h2 {
  color: #f9d864;
}
#PA329Q-smooth .title-wrap p {
  color: #fff;
}
#PA329Q-smooth .screen {
  margin-bottom: 10%;
}
#PA329Q-smooth .screen:before, #PA329Q-smooth .screen:after {
  content: " ";
  display: table;
}
#PA329Q-smooth .screen:after {
  clear: both;
}
#PA329Q-smooth .screen .pic {
  position: relative;
}
#PA329Q-smooth .screen .pic:first-child {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #PA329Q-smooth .screen .pic:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #PA329Q-smooth .screen .pic {
    width: 48.9361702128%;
    float: left;
  }
  #PA329Q-smooth .screen .pic:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #PA329Q-smooth .screen .pic:nth-child(2n + 2) {
    margin-left: 51.0638297872%;
    margin-right: -100%;
    clear: none;
  }
}
#PA329Q-smooth .screen .pic .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#PA329Q-smooth .screen2 {
  position: relative;
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
}
#PA329Q-smooth .screen2:before, #PA329Q-smooth .screen2:after {
  content: " ";
  display: table;
}
#PA329Q-smooth .screen2:after {
  clear: both;
}
@media (min-width: 768px) {
  #PA329Q-smooth .screen2 .pic-left {
    width: 48.9361702128%;
    float: left;
    margin-right: 2.1276595745%;
  }
}
@media (min-width: 1170px) {
  #PA329Q-smooth .screen2 .pic-left {
    float: left;
    margin-left: 25.5319148936%;
    margin-right: -100%;
  }
}
@media (min-width: 768px) {
  #PA329Q-smooth .screen2 .pic-left img {
    float: left;
  }
}
#PA329Q-smooth .screen2 .pic-right {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  #PA329Q-smooth .screen2 .pic-right {
    width: 48.9361702128%;
    float: left;
    margin-left: -2.1%;
  }
}
@media (min-width: 1170px) {
  #PA329Q-smooth .screen2 .pic-right {
    width: 23.4042553191%;
    float: left;
    float: left;
    margin-left: 74.4680851064%;
    margin-right: -100%;
  }
}
#PA329Q-smooth .screen2 .pic-right ul.text-wrap {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #PA329Q-smooth .screen2 .pic-right ul.text-wrap {
    width: 74.4680851064%;
    float: left;
  }
}
@media (min-width: 1170px) {
  #PA329Q-smooth .screen2 .pic-right ul.text-wrap {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
#PA329Q-smooth .screen2 .pic-right ul.text-wrap li {
  display: table;
  width: 100%;
  height: 49%;
  padding: 3%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}
#PA329Q-smooth .screen2 .pic-right ul.text-wrap li:first-child {
  height: 51%;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  #PA329Q-smooth .screen2 .pic-right ul.text-wrap li {
    padding: 4.2% 5%;
    text-align: left;
  }
}
@media (min-width: 1170px) {
  #PA329Q-smooth .screen2 .pic-right ul.text-wrap li {
    font-size: 20px;
  }
}
#PA329Q-smooth .screen2 .pic-right ul.text-wrap li .valign-btm {
  display: table-cell;
  height: 100%;
  vertical-align: bottom;
}
#PA329Q-smooth .screen2 .pic-right ul.text-wrap li .valign-top {
  display: table-cell;
  height: 100%;
  vertical-align: top;
}

#PA329Q-rich {
  padding: 4% 0 70%;
  background: #080808 url("../img/rich_bg_m.jpg") center bottom no-repeat;
  background-size: 100% auto;
}
@media (min-width: 375px) {
  #PA329Q-rich {
    padding: 4% 0 70%;
  }
}
@media (min-width: 768px) {
  #PA329Q-rich {
    padding: 4% 0 70%;
  }
}
@media (min-width: 1170px) {
  #PA329Q-rich {
    padding: 4% 0 45%;
    background: #080808 url("../img/rich_bg.jpg") center bottom no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1440px) {
  #PA329Q-rich {
    padding: 4% 0 40%;
  }
}
#PA329Q-rich .title-wrap {
  margin-bottom: 5%;
}
#PA329Q-rich .title-wrap h2 {
  padding: 0;
  color: #f9d864;
}
#PA329Q-rich .title-wrap p {
  color: #fff;
}
#PA329Q-rich .title-wrap p span {
  display: block;
  margin-top: 3%;
  font-size: 16px;
}
#PA329Q-rich .icons {
  width: 100%;
  margin: 0 auto;
}
#PA329Q-rich .icons:before, #PA329Q-rich .icons:after {
  content: " ";
  display: table;
}
#PA329Q-rich .icons:after {
  clear: both;
}
@media (min-width: 1170px) {
  #PA329Q-rich .icons {
    width: 811px;
  }
}
#PA329Q-rich .icons li {
  width: 31.914893617%;
  float: left;
  height: 110px;
  padding: 0 0 10px;
  margin-bottom: 15px;
  border: 1px solid #d7d6d7;
  line-height: 1.2;
  color: #fff;
}
#PA329Q-rich .icons li:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
#PA329Q-rich .icons li:nth-child(3n + 2) {
  margin-left: 34.0425531915%;
  margin-right: -100%;
  clear: none;
}
#PA329Q-rich .icons li:nth-child(3n + 3) {
  margin-left: 68.085106383%;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 375px) {
  #PA329Q-rich .icons li {
    padding: 0 2% 1%;
  }
}
@media (min-width: 768px) {
  #PA329Q-rich .icons li {
    width: 14.8936170213%;
    float: left;
    height: 110px;
    padding: 0 2% 1%;
  }
  #PA329Q-rich .icons li:nth-child(6n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #PA329Q-rich .icons li:nth-child(6n + 2) {
    margin-left: 17.0212765957%;
    margin-right: -100%;
    clear: none;
  }
  #PA329Q-rich .icons li:nth-child(6n + 3) {
    margin-left: 34.0425531915%;
    margin-right: -100%;
    clear: none;
  }
  #PA329Q-rich .icons li:nth-child(6n + 4) {
    margin-left: 51.0638297872%;
    margin-right: -100%;
    clear: none;
  }
  #PA329Q-rich .icons li:nth-child(6n + 5) {
    margin-left: 68.085106383%;
    margin-right: -100%;
    clear: none;
  }
  #PA329Q-rich .icons li:nth-child(6n + 6) {
    margin-left: 85.1063829787%;
    margin-right: -100%;
    clear: none;
  }
}
#PA329Q-rich .icons li img {
  max-width: 80%;
}
@media (min-width: 768px) {
  #PA329Q-rich .icons li img {
    max-width: 100%;
  }
}
#PA329Q-rich .icons li p {
  font-size: 16px;
  line-height: 1.2 !important;
}

#PA329Q-picture {
  padding-bottom: 10%;
}
@media (min-width: 768px) {
  #PA329Q-picture {
    padding-bottom: 0;
  }
}
#PA329Q-picture .title-wrap {
  margin-bottom: 3%;
}
#PA329Q-picture .picture-monitor {
  margin-bottom: 2%;
  background: transparent url("../img/picture_pd_bg.png") center top no-repeat;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #PA329Q-picture .picture-monitor {
    background-size: 482px auto;
  }
}
#PA329Q-picture .picture-monitor li {
  display: none;
  text-align: center;
}
#PA329Q-picture .picture-monitor li:first-child {
  display: block;
}
#PA329Q-picture .picture-nav {
  width: 100%;
  margin: 0 auto 1.5%;
}
#PA329Q-picture .picture-nav:before, #PA329Q-picture .picture-nav:after {
  content: " ";
  display: table;
}
#PA329Q-picture .picture-nav:after {
  clear: both;
}
@media (min-width: 768px) {
  #PA329Q-picture .picture-nav {
    width: 550px;
  }
}
#PA329Q-picture .picture-nav li {
  width: 48.9361702128%;
  float: left;
}
#PA329Q-picture .picture-nav li:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
#PA329Q-picture .picture-nav li:nth-child(2n + 2) {
  margin-left: 51.0638297872%;
  margin-right: -100%;
  clear: none;
}
#PA329Q-picture .picture-nav li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 5% 0;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  border: 1px solid #6e5d32;
}
@media (min-width: 768px) {
  #PA329Q-picture .picture-nav li a {
    font-size: 25px;
  }
}
#PA329Q-picture .picture-nav li a.selected {
  color: #fff;
  background: #6e5d32;
}
#PA329Q-picture .picture-desc {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #PA329Q-picture .picture-desc {
    width: 550px;
  }
}
#PA329Q-picture .picture-desc li {
  display: none;
}
#PA329Q-picture .picture-desc li:first-child {
  display: block;
}
#PA329Q-picture .picture-desc li h3 {
  font-size: 27px;
}
#PA329Q-picture .picture-desc li .desc {
  width: 100%;
  text-align: center;
  font-size: 20px;
}

#PA329Q-quickfit {
  padding: 12% 0 92%;
  background: #e4e5e7 url("../img/quickfit_bg_m.jpg") center bottom no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  #PA329Q-quickfit {
    padding: 37% 0 36%;
    background: url("../img/quickfit_bg.jpg") center top no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  #PA329Q-quickfit {
    padding: 34% 0 20%;
  }
}
@media (min-width: 1170px) {
  #PA329Q-quickfit {
    padding: 375px 0 220px;
  }
}
#PA329Q-quickfit .title-wrap {
  margin-bottom: 4%;
  text-align: center;
}
@media (min-width: 768px) {
  #PA329Q-quickfit .title-wrap {
    width: 40%;
    text-align: left;
  }
}
#PA329Q-quickfit .title-wrap h2 {
  padding: 0;
}
#PA329Q-quickfit .title-wrap h3 {
  margin-bottom: 15px;
  font-size: 25px;
}
@media (min-width: 768px) {
  #PA329Q-quickfit .title-wrap h3 {
    font-size: 30px;
  }
}
#PA329Q-quickfit .title-wrap p {
  padding: 0;
}
@media (min-width: 768px) {
  #PA329Q-quickfit .paper {
    width: 40%;
  }
}
#PA329Q-quickfit .paper img {
  max-width: 90%;
}
@media (min-width: 768px) {
  #PA329Q-quickfit .paper img {
    max-width: 100%;
  }
}

#PA329Q-protect {
  padding: 20% 0 10%;
}
@media (min-width: 768px) {
  #PA329Q-protect {
    padding: 0;
  }
}
#PA329Q-protect .row:before, #PA329Q-protect .row:after {
  content: " ";
  display: table;
}
#PA329Q-protect .row:after {
  clear: both;
}
#PA329Q-protect .row .title {
  margin-bottom: 2%;
  font-size: 25.2px;
}
@media (min-width: 768px) {
  #PA329Q-protect .row .title {
    font-size: 28px;
    text-align: left;
  }
}
#PA329Q-protect .row1 {
  margin-bottom: 12%;
}
#PA329Q-protect .row1 .title-sub {
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  #PA329Q-protect .row1 .title-sub {
    margin-top: 0;
  }
}
#PA329Q-protect .span6-left {
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  #PA329Q-protect .span6-left {
    width: 48.085106383%;
    float: left;
    margin-right: 2.1276595745%;
  }
}
#PA329Q-protect .span6-right {
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  #PA329Q-protect .span6-right {
    width: 49.7872340426%;
    float: right;
    margin-right: 0;
  }
}
#PA329Q-protect .span6-right .tuv {
  margin-bottom: 2.5%;
  text-align: center;
}
@media (min-width: 768px) {
  #PA329Q-protect .span6-right .tuv {
    margin-bottom: 5%;
    text-align: left;
  }
}
@media (min-width: 768px) {
  #PA329Q-protect .span6-last {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 960px) {
  #PA329Q-protect .span6-last {
    width: 49.7872340426%;
    float: right;
    margin-right: 0;
  }
}
#PA329Q-protect .span6-last .title {
  margin-bottom: 0.6%;
}
#PA329Q-protect .span6-last .desc {
  text-align: center;
  font-size: 18px;
}
@media (min-width: 768px) {
  #PA329Q-protect .span6-last .desc {
    font-size: 20px;
    text-align: left;
  }
}
#PA329Q-protect .protect-monitor {
  height: 100%;
  margin-top: 2%;
  background: url("../img/protect_pd_bg.png") center top no-repeat;
  background-size: 80% auto;
}
#PA329Q-protect .protect-monitor:before, #PA329Q-protect .protect-monitor:after {
  content: " ";
  display: table;
}
#PA329Q-protect .protect-monitor:after {
  clear: both;
}
@media (min-width: 768px) {
  #PA329Q-protect .protect-monitor {
    margin-top: 10%;
    background-size: 100% auto;
  }
}
@media (min-width: 1170px) {
  #PA329Q-protect .protect-monitor {
    margin-top: 12%;
  }
}
#PA329Q-protect .protect-monitor li img {
  max-width: 80% !important;
}
@media (min-width: 768px) {
  #PA329Q-protect .protect-monitor li img {
    max-width: 100% !important;
  }
}
#PA329Q-protect .protect-nav {
  max-width: 380px;
  margin: 0 auto 5%;
  overflow: hidden;
  text-align: center;
}
#PA329Q-protect .protect-nav:before, #PA329Q-protect .protect-nav:after {
  content: " ";
  display: table;
}
#PA329Q-protect .protect-nav:after {
  clear: both;
}
@media (min-width: 768px) {
  #PA329Q-protect .protect-nav {
    margin-left: 0;
  }
}
#PA329Q-protect .protect-nav a {
  width: 18.2978723404%;
  float: left;
  margin-right: 2.1276595745%;
  display: inline-block;
  padding: 3.84% 4.88%;
  font-size: 25px;
  text-align: center;
  line-height: 1;
  color: #7c6f49;
  background: #e4d7b5;
  cursor: pointer;
}
#PA329Q-protect .protect-nav a:last-child {
  float: right;
  margin-right: 0;
}
@media (min-width: 768px) {
  #PA329Q-protect .protect-nav a {
    padding: 4.8% 6.1%;
    font-size: 27px;
  }
}
#PA329Q-protect .protect-nav a.m2 {
  background: #dfd0a6;
}
#PA329Q-protect .protect-nav a.m3 {
  background: #d9c997;
}
#PA329Q-protect .protect-nav a.m4 {
  background: #d4c189;
}
#PA329Q-protect .protect-nav a.m5 {
  background: #ceb879;
}
#PA329Q-protect .protect-nav a.active {
  -moz-box-shadow: 0 0 5px 3px rgba(168, 141, 76, 0.6) inset;
  -webkit-box-shadow: 0 0 5px 3px rgba(168, 141, 76, 0.6) inset;
  box-shadow: 0 0 5px 3px rgba(168, 141, 76, 0.6) inset;
}
#PA329Q-protect .flicker-desc {
  margin: 3% auto;
}
#PA329Q-protect .flicker-desc:before, #PA329Q-protect .flicker-desc:after {
  content: " ";
  display: table;
}
#PA329Q-protect .flicker-desc:after {
  clear: both;
}
@media (min-width: 768px) {
  #PA329Q-protect .flicker-desc {
    max-width: 755px;
    margin: 2% auto;
  }
}
#PA329Q-protect .flicker-desc .flicker-desc-item {
  width: 48.9361702128%;
  float: left;
  margin-right: 2.1276595745%;
}
#PA329Q-protect .flicker-desc .flicker-desc-item:last-child {
  float: right;
  margin-right: 0;
}
#PA329Q-protect .flicker-desc .flicker-desc-item span {
  display: block;
  width: 100%;
  padding: 1% 0 2%;
  text-align: center;
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #PA329Q-protect .flicker-desc .flicker-desc-item span {
    padding: 1.5% 0;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  #PA329Q-protect .flicker-desc .flicker-desc-item span {
    display: inline-table;
    width: auto;
  }
}
@media (min-width: 500px) {
  #PA329Q-protect .flicker-desc .flicker-desc-item span br {
    display: none;
  }
}
#PA329Q-protect .flicker-img {
  margin-bottom: 1.5%;
}

#PA329Q-design {
  padding: 10% 0 5%;
}
#PA329Q-design .span-left {
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  #PA329Q-design .span-left {
    width: 31.914893617%;
    float: left;
    margin-right: 2.1276595745%;
  }
}
#PA329Q-design .span-right {
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  #PA329Q-design .span-right {
    width: 65.9574468085%;
    float: right;
    margin-right: 0;
  }
}
#PA329Q-design .design-nav {
  margin-top: 2%;
}
#PA329Q-design .design-nav:before, #PA329Q-design .design-nav:after {
  content: " ";
  display: table;
}
#PA329Q-design .design-nav:after {
  clear: both;
}
@media (min-width: 768px) {
  #PA329Q-design .design-nav {
    margin-top: 160px;
  }
}
@media (min-width: 1170px) {
  #PA329Q-design .design-nav {
    margin-top: 240px;
  }
}
#PA329Q-design .design-nav li {
  margin-top: 11px;
}
#PA329Q-design .design-nav li:first-child {
  margin-top: 0;
}
#PA329Q-design .design-nav li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 0;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  color: #6e5d32;
  border: 1px solid #6e5d32;
}
@media (min-width: 1170px) {
  #PA329Q-design .design-nav li a {
    font-size: 25px;
  }
}
#PA329Q-design .design-nav li a.selected {
  color: #fff;
  background: #6e5d32;
}
#PA329Q-design .design-wrap {
  position: relative;
}
#PA329Q-design .design-monitor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#PA329Q-design .design-monitor li {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
}
#PA329Q-design .design-monitor li:first-child {
  display: block;
}
#PA329Q-design #height .pd1 {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 2;
}
#PA329Q-design #height .pd1.ani {
  -moz-animation: height 5s infinite;
  -webkit-animation: height 5s infinite;
  animation: height 5s infinite;
}
#PA329Q-design #height .pd2 {
  position: absolute;
  top: 74.4%;
  left: 0;
  z-index: 1;
}

@-moz-keyframes height {
  0% {
    top: 38.5%;
  }
  50% {
    top: 24%;
  }
  100% {
    top: 38.5%;
  }
}
@-webkit-keyframes height {
  0% {
    top: 38.5%;
  }
  50% {
    top: 24%;
  }
  100% {
    top: 38.5%;
  }
}
@keyframes height {
  0% {
    top: 38.5%;
  }
  50% {
    top: 24%;
  }
  100% {
    top: 38.5%;
  }
}
/* view360Reel */
#view360 #view360Reel-reel {
  height: 80% !important;
  margin: 0 auto 25px;
  border-bottom: 1px solid #ddd;
  overflow: visible !important;
}
@media (min-width: 1170px) {
  #view360 #view360Reel-reel {
    height: 460px !important;
  }
}
#view360 .reel {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  #view360 .reel {
    width: 480px;
    height: 480px;
  }
}
#view360 .reel-preloader {
  bottom: -1px !important;
}
#view360 .reel-indicator.x {
  width: 33px !important;
  height: 33px !important;
  overflow: hidden;
  background: url("../img/view360_drag.png");
  bottom: -16px !important;
}

/* Magnify */
html.magnifying > body {
  overflow-x: hidden !important;
}

.magnify {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.magnify .magnify-lens {
  /* Create the magnifying lens */
  position: absolute;
  top: 20%;
  left: 12%;
  background-position: 23% 41%;
  background-repeat: no-repeat;
  background-size: 500%;
  width: 30%;
  height: 50%;
  border-radius: 100%;
  /* Multiple box shadows to achieve the glass lens effect */
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  /* Hide the mouse pointer */
  cursor: none;
  /* Hide the lens by default */
  display: block;
  /* Place the lens on top of other elements */
  z-index: 100;
}

.magnify .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.75;
}

.magnify .magnify-lens.loading:after {
  /* Loading text */
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
