.page-wrap {
  width: 75%; }

.bgindent {
  text-indent: -9999px; }

.mgauto {
  margin: 0 auto;
  text-align: center; }

.dblock {
  float: left;
  overflow: hidden;
  display: block; }

.linkhover a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  opacity: 0.7;
  zoom: 1; }

.linkhover2 a:hover img {
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  -moz-opacity: 0.9;
  opacity: 0.9;
  zoom: 1; }

#InteractiveKeyvisiual {
  height: 505px;
  margin: 0 0 0 0;
  background: #fff;
  border-bottom: 5px solid #dfe4ed;
  box-sizing: border-box;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
  #InteractiveKeyvisiual.is-active {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  #InteractiveKeyvisiual .mod-carousel {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto; }
  #InteractiveKeyvisiual .footercontroller {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 200px;
    height: 20px;
    margin: -30px auto 30px; }
  #InteractiveKeyvisiual .is-spMode {
    display: none; }

@media screen and (max-width: 639px) {
  #InteractiveKeyvisiual {
    height: auto;
    border: none;
    background: #fff !important; }
    #InteractiveKeyvisiual .is-pcMode {
      display: none; }
    #InteractiveKeyvisiual .is-spMode {
      display: block !important; }
    #InteractiveKeyvisiual .mod-carousel .visiual {
      border-bottom: 5px solid #dfe4ed; }
      #InteractiveKeyvisiual .mod-carousel .visiual img {
        max-width: 100%; } }
