@charset "UTF-8";
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

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

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/*** Global ***/
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

html {
  font-size: 15px; }

body {
  font-size: 1em;
  line-height: 1.33333;
  margin-bottom: 0em; }

.inline__block {
  display: inline-block; }

sup {
  position: relative;
  vertical-align: baseline;
  top: -0.44em;
  font-size: 0.6em;
  line-height: 0 !important; }
  sup.sign-deg {
    top: -0.5em;
    font-size: 0.6em; }
  sup.sign-star {
    top: -0.83em;
    font-size: 0.5em; }
  sup.sign-cr {
    top: 0;
    font-size: 1em; }
  sup.footnote-num {
    top: -1.7em;
    font-size: 0.33em; }

.wd__content .content__info sup.sign-cr {
  top: 0;
  font-size: 1.1em; }

.wd__content .content__info sup.sign-tm {
  top: 0;
  font-size: 1em; }

.wd__content .content__info sup.sign-star {
  top: -0.17em;
  font-size: 1em; }

.wd__content .content__info sup.sign-deg {
  top: -0.1em;
  padding: 0 0.02em;
  font-size: 1em; }

.wd__content .content__info sup.footnote-num {
  top: -0.97em;
  font-size: 0.5em; }

.wd__feature__list .wd__feature .wd__feature__describe sup.sign-cr {
  top: 0.1em;
  font-size: 1.1em; }

.wd__feature__list .wd__feature .wd__feature__describe sup.sign-tm {
  top: 0;
  font-size: 1em; }

.wd__feature__list .wd__feature .wd__feature__describe sup.sign-deg {
  top: -0.1em;
  font-size: 1em; }

.wd__feature__list .wd__feature .wd__feature__describe sup.footnote-num {
  top: -0.86em;
  font-size: 0.5em; }

.wd__feature__list .wd__feature .wd__feature__describe span sup.sign-deg {
  padding: 0 0.02em; }

.footnote-item sup.sign-deg {
  top: -0.2em;
  font-size: 0.9em; }

.footnote-item sup.sign-tm {
  top: -0.09em;
  font-size: 0.9em; }

.footnote-item sup.sign-cr {
  top: 0.03em;
  font-size: 1.1em; }

.ie #CMD sup {
  top: -0.1em;
  font-size: 1em;
  line-height: 0px; }
  .ie #CMD sup.sign-deg {
    top: -0.6em;
    font-size: 45px; }
  .ie #CMD sup.sign-star {
    top: -0.83em;
    font-size: 0.5em; }
  .ie #CMD sup.sign-cr {
    top: -0.2em;
    font-size: 1em; }
  .ie #CMD sup.sign-fnum {
    top: -0.5em;
    font-size: 0.7em; }
  .ie #CMD sup.footnote-num {
    top: -1.7em;
    font-size: 0.33em; }

.ie #CMD .wd__content .content__title sup.sign-tm {
  top: -0.5em;
  font-size: 0.7em; }

.ie #CMD .wd__content .content__info sup.sign-cr {
  top: 0;
  font-size: 1.3em; }

.ie #CMD .wd__content .content__info sup.sign-tm {
  top: -0.1em;
  font-size: 1.2em; }

.ie #CMD .wd__content .content__info sup.sign-star {
  top: -0.17em;
  font-size: 1em; }

.ie #CMD .wd__content .content__info sup.sign-deg {
  top: -0.1em;
  padding: 0 0.02em;
  font-size: 1em; }

.ie #CMD .wd__content .content__info sup.footnote-num {
  top: -0.97em;
  font-size: 0.5em; }

.ie #CMD .wd__feature__list .wd__feature .wd__feature__describe sup.sign-cr {
  top: 0;
  font-size: 1.3em; }

.ie #CMD .wd__feature__list .wd__feature .wd__feature__describe sup.sign-tm {
  top: 0;
  font-size: 1.3em; }

.ie #CMD .wd__feature__list .wd__feature .wd__feature__describe sup.sign-deg {
  top: -0.1em;
  font-size: 1em; }

.ie #CMD .wd__feature__list .wd__feature .wd__feature__describe sup.footnote-num {
  top: -0.86em;
  font-size: 0.5em; }

.ie #CMD .wd__feature__list .wd__feature .wd__feature__describe span sup.sign-deg {
  padding: 0 0.02em; }

@media all and (min-width: 1280px) {
  .wd__content .content__slogan sup.sign-star {
    top: -0.5em;
    font-size: 0.6em; }
  .wd__content .content__slogan sup.footnote-num {
    top: -1.4em; }
  .wd__content .content__title sup.sign-star {
    top: -0.8em; }
  .wd__content .content__title sup.sign-tm {
    top: -0.3em;
    font-size: 0.7em; }
  .wd__content .content__title sup.footnote-num {
    top: -0.5em;
    font-size: 0.6em; }
  .wd__content .content__info sup.sign-star {
    top: -0.1em; }
  .wd__content .content__info sup.footnote-num {
    top: -0.9em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-star {
    top: -0.75em;
    font-size: 0.5em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.footnote-num {
    top: -1.75em;
    font-size: 0.3em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-tm {
    top: -0.2em;
    font-size: 0.8em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-cr {
    top: -0.2em;
    font-size: 0.8em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-star {
    top: -0.4em;
    font-size: 0.7em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-deg {
    top: -0.1em;
    font-size: 0.9em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.footnote-num {
    top: -1.2em;
    font-size: 0.43em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-cr {
    top: 0.1em;
    font-size: 1.3em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-star {
    top: -0.03em;
    font-size: 1.25em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.footnote-num {
    top: -0.7em;
    font-size: 0.6em; }
  .section__kv .wd__content .content__title sup.sign-star {
    top: -0.65em;
    font-size: 0.55em; }
  .section__kv .wd__content .content__title sup.footnote-num {
    top: -1.6em; }
  .section__kv .wd__content .content__info sup.sign-star {
    top: -0.2em;
    font-size: 0.9em; }
  .section__kv .wd__content .content__info sup.sign-deg {
    padding: 0; }
  .section__kv .wd__content .content__info sup.footnote-num {
    top: -1em; } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  sup {
    top: -0.5em; }
    sup.sign-deg {
      top: -0.25em;
      font-size: 0.8em; }
    sup.sign-cr {
      top: -0.35em; }
    sup.sign-star {
      top: -0.85em; }
  .wd__content .content__slogan sup.sign-tm {
    top: -0.4em; }
  .wd__content .content__slogan sup.sign-cr {
    top: -0.27em;
    font-size: 0.7em; }
  .wd__content .content__slogan sup.sign-star {
    top: -0.37em;
    font-size: 0.75em; }
  .wd__content .content__slogan sup.footnote-num {
    top: -0.5em;
    font-size: 0.6em; }
  .wd__content .content__title sup.sign-tm {
    top: 0;
    font-size: 1.1em; }
  .wd__content .content__title sup.sign-star {
    top: -0.77em; }
  .wd__content .content__title sup.sign-cr {
    top: 0;
    font-size: 1.1em; }
  .wd__content .content__title sup.footnote-num {
    top: -0.5em;
    font-size: 0.6em; }
  .wd__content .content__info sup.sign-star {
    top: -0.08em;
    font-size: 1.1em; }
  .wd__content .content__info sup.footnote-num {
    top: -0.5em;
    font-size: 0.6em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-deg {
    top: -0.55em;
    font-size: 0.618em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-cr {
    top: -0.3em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-tm {
    top: -0.42em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.footnote-num {
    top: -1.56em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-star {
    top: -0.6em;
    font-size: 0.55em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-tm {
    top: -0.15em;
    font-size: 0.8em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-cr {
    top: -0.2em;
    font-size: 0.8em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-star {
    top: -0.34em;
    font-size: 0.7em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.footnote-num {
    top: -1.1em;
    font-size: 0.43em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-cr {
    top: 0; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-star {
    top: 0;
    font-size: 1.35em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.footnote-num {
    top: -0.47em;
    font-size: 0.8em; }
  .section__kv .wd__content .content__title sup.sign-tm {
    top: -0.45em; }
  .section__kv .wd__content .content__title sup.sign-star {
    top: -0.48em;
    font-size: 0.65em; }
  .section__kv .wd__content .content__title sup.footnote-num {
    top: -1.57em; }
  .section__kv .wd__content .content__info sup.sign-star {
    top: -0.2em;
    font-size: 0.9em; }
  .section__kv .wd__content .content__info sup.footnote-num {
    top: -1.25em;
    font-size: 0.4em; }
  .footnote-item sup.sign-cr {
    top: 0.1em; } }

@media all and (max-width: 730.5px) {
  sup.sign-deg {
    top: -0.25em;
    font-size: 0.8em; }
  .wd__content .content__slogan sup.sign-tm {
    top: -0.33em; }
  .wd__content .content__slogan sup.sign-cr {
    top: -0.31em; }
  .wd__content .content__slogan sup.sign-star {
    top: -0.1em;
    font-size: 1.1em; }
  .wd__content .content__slogan sup.footnote-num {
    top: -0.85em;
    font-size: 0.5em; }
  .wd__content .content__title sup.sign-cr {
    top: -0.06em;
    font-size: 0.9em; }
  .wd__content .content__title sup.sign-tm {
    top: -0.2em;
    font-size: 0.8em; }
  .wd__content .content__title sup.sign-star {
    top: -0.42em;
    font-size: 0.7em; }
  .wd__content .content__title sup.footnote-num {
    top: -0.5em;
    font-size: 0.6em; }
  .wd__content .content__info sup.sign-cr {
    top: 0.15em;
    font-size: 1.4em; }
  .wd__content .content__info sup.sign-tm {
    top: 0.1em;
    font-size: 1.2em; }
  .wd__content .content__info sup.sign-star {
    top: 0;
    font-size: 1.25em; }
  .wd__content .content__info sup.footnote-num {
    top: -0.7em;
    font-size: 0.6em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-deg {
    top: -0.45em;
    font-size: 0.618em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-cr {
    top: -0.24em;
    font-size: 0.75em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-tm {
    top: -0.27em;
    font-size: 0.7em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-star {
    top: -0.4em;
    font-size: 0.7em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.footnote-num {
    top: -1.3em;
    font-size: 0.4em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-cr {
    top: -0.11em;
    font-size: 0.9em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-tm {
    top: -0.23em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-star {
    top: -0.22em;
    font-size: 0.88em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.footnote-num {
    top: -1.2em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-cr {
    top: 0.18em;
    font-size: 1.5em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-star {
    top: 0.08em;
    font-size: 1.6em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.footnote-num {
    top: -0.5em;
    font-size: 0.8em; }
  .section__kv .wd__content .content__title sup.sign-cr {
    top: -0.1em; }
  .section__kv .wd__content .content__title sup.sign-star {
    top: -0.43em; }
  .section__kv .wd__content .content__title sup.footnote-num {
    top: -1.26em; }
  .section__kv .wd__content .content__info sup.sign-tm {
    top: 0;
    font-size: 1em; }
  .section__kv .wd__content .content__info sup.sign-cr {
    top: 0;
    font-size: 1.2em; }
  .section__kv .wd__content .content__info sup.sign-star {
    top: -0.06em;
    font-size: 1.2em; }
  .section__kv .wd__content .content__info sup.footnote-num {
    top: -0.65em;
    font-size: 0.65em; }
  .footnote-item sup.sign-cr {
    top: 0.03em;
    font-size: 1.1em; } }

/* stylelint-disable rule */
/* stylelint-enable rule */
.stopScrollbar {
  overflow: hidden; }

#af-header.popHide,
#overview-top-nav.popHide,
.section__comment.popHide,
#asus-api-footer.popHide,
#main-zone #product-footer-zone.popHide {
  display: none !important; }

.modal-button-container {
  z-index: 2147483647; }
  @media (max-width: 720px) {
    .modal-button-container {
      transform: scale(0.8); } }
  .modal-button-container.inner {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  .modal-button-container.text-white .modal-button {
    color: #fff; }
  .modal-button-container.text-dark .modal-button {
    color: #000; }
  .modal-button-container.outer {
    position: relative;
    text-align: center; }
    .modal-button-container.outer .modal-button-target {
      top: 50px; }
    @media (max-width: 720px) {
      .modal-button-container.outer .modal-button-target {
        top: 42px; } }
  .modal-button-container button {
    cursor: pointer;
    border: 0;
    background: none;
    -webkit-tap-highlight-color: transparent; }
    .modal-button-container button:focus {
      outline: 0; }
  .modal-button-container .modal-button-text,
  .modal-button-container .modal-inner-text {
    display: block;
    position: relative;
    font-size: 22px;
    pointer-events: none; }
    @media (min-width: 731px) and (max-width: 1279.5px) {
      .modal-button-container .modal-button-text,
      .modal-button-container .modal-inner-text {
        font-size: 18px; } }
    @media (max-width: 730.5px) {
      .modal-button-container .modal-button-text,
      .modal-button-container .modal-inner-text {
        margin-bottom: 8px;
        font-size: 19px; } }
  .modal-button-container .modal-button-target {
    display: none;
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 50%;
    height: 50px;
    transform: translateX(-50%); }
  .modal-button-container .modal-button {
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    cursor: pointer;
    margin: 10px 0;
    padding: 0 30px;
    height: 46px;
    font-weight: 200;
    text-align: center;
    border: 0;
    border-style: solid;
    border-width: 3px;
    border-radius: 25px;
    background-color: #000;
    transition: background-color 400ms ease-out, border-color 400ms ease-out, color 400ms ease-out;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    pointer-events: all;
    min-width: 50px;
    line-height: 46px; }

.outer-view {
  z-index: 0;
  transform-origin: 50vw 50vh; }
  .outer-view.animate-scale {
    transform: translateZ(0) translateY(200px) scale(0.96);
    transition: transform 650ms ease-out; }
  .outer-view .modal-button-container.ready .modal-button {
    transform: translate(0, 0) !important; }

.inner-view {
  display: block;
  position: fixed;
  overflow: hidden;
  z-index: 1000000000;
  top: 0;
  left: 0;
  margin-bottom: -60px;
  margin-left: 0;
  width: 100%;
  width: 100%;
  text-align: center;
  background-color: white;
  transform: translateY(110vh);
  transition: transform 750ms linear; }
  .inner-view.killFixed {
    position: relative !important; }
  .inner-view .inner-view-container {
    height: 100%; }
  .inner-view .inner-modal {
    display: block;
    position: relative;
    visibility: visible;
    opacity: 0;
    padding-bottom: 50px;
    width: 100%;
    transition: opacity 250ms;
    min-height: 100vh;
    min-height: var(--safarivh); }
    .inner-view .inner-modal.showed {
      opacity: 1; }
  .inner-view .modal-button-container {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch; }
  .inner-view .modal-button-container {
    position: fixed;
    bottom: -80px;
    left: 0%;
    opacity: 0;
    width: 100%;
    transform: translate3d(0%, 0, 0) translateZ(0);
    transition: transform 400ms ease, opacity 300ms linear; }
  .inner-view.show-inner {
    transform: none !important; }
    .inner-view.show-inner .modal-active {
      display: block;
      visibility: visible; }
    .inner-view.show-inner .modal-button-container {
      opacity: 1;
      transform: translate3d(0%, -130px, 0) translateZ(0);
      transition: transform 300ms ease;
      transition-delay: 1200ms; }
      @media (max-width: 720px) {
        .inner-view.show-inner .modal-button-container {
          transform: translate3d(0%, -110px, 0) translateZ(0) scale(0.8); } }

@media (min-width: 731px) and (max-width: 1279.5px) {
  .modal-button-container.inner {
    bottom: 20px; } }

@media (max-width: 730.5px) {
  .modal-button-container .modal-button {
    text-align: center; }
  .modal-button-container.inner {
    bottom: 9px; } }

.grid__table {
  margin-right: auto;
  margin-left: auto;
  max-width: 1366px; }
  .grid__table .row {
    background-color: #f5f5f5; }
    .grid__table .row .table__container {
      display: table;
      margin-right: auto;
      margin-left: auto;
      height: 683px;
      text-align: center; }
      .grid__table .row .table__container .wd__content {
        display: table-cell;
        margin-right: auto;
        margin-left: auto;
        width: 490px;
        text-align: left;
        vertical-align: middle; }
        .grid__table .row .table__container .wd__content .content__title {
          margin-top: 0; }
    .grid__table .row figure {
      position: relative;
      margin-top: 0;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 683px;
      height: 683px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .grid__table {
    max-width: 546px; }
    .grid__table .row {
      margin-top: 50px; }
      .grid__table .row:first-child {
        margin-top: 0; }
      .grid__table .row .table__container {
        padding-top: 100px;
        padding-bottom: 100px;
        height: auto; }
        .grid__table .row .table__container .wd__content {
          margin-left: 60px;
          width: 426px; }
      .grid__table .row figure {
        width: 100%;
        max-width: 546px;
        height: 546px; } }

@media all and (max-width: 730.5px) {
  .grid__table {
    max-width: 320px; }
    .grid__table .row {
      margin-top: 50px; }
      .grid__table .row:first-child {
        margin-top: 0; }
      .grid__table .row .table__container {
        padding-top: 39px;
        padding-bottom: 39px;
        height: auto; }
        .grid__table .row .table__container .wd__content {
          margin-right: auto;
          margin-left: auto;
          width: 280px; }
      .grid__table .row figure {
        width: 100%;
        max-width: 321px;
        height: 321px; } }

body {
  background-attachment: scroll !important;
  -moz-osx-font-smoothing: grayscale; }

#CMD {
  -webkit-transition-duration: 700ms;
  -khtml-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -ms-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  -webkit-transition-property: opacity;
  -khtml-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -khtml-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.3;
  font-size: 15px;
  -webkit-tap-highlight-color: transparent; }
  @media all and (min-width: 1px) {
    #CMD {
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@media all and (max-width: 720px) {
  #CMD {
    margin-bottom: 30px; } }

.fix_ie_png {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00FFFFFF, endColorstr=#00FFFFFF ); }

@media all and (min-width: 1280px) {
  .clear__background__src {
    background-image: none !important; } }

section {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 2560px; }
  @media all and (min-width: 731px) and (max-width: 1279.5px) {
    section {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 1279.5px; } }
  @media all and (min-width: 0px) and (max-width: 730.5px) {
    section {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      max-width: 730.5px; } }

.progressive-image {
  background-image: none !important; }

@media all and (min-width: 1px) {
  .grace-show {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 800ms; }
    .grace-show.show {
      transform: translate3d(0, 0, 0);
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      will-change: opacity; }
    .grace-show.animated {
      transform: none;
      will-change: null; } }

.in.moving__element {
  will-change: transform, opacity; }

.smooth__animation {
  -webkit-transition-duration: 1.25s, 1.25s;
  -khtml-transition-duration: 1.25s, 1.25s;
  -moz-transition-duration: 1.25s, 1.25s;
  -ms-transition-duration: 1.25s, 1.25s;
  -o-transition-duration: 1.25s, 1.25s;
  transition-duration: 1.25s, 1.25s;
  -webkit-transition-property: opacity, -webkit-transform;
  -khtml-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -webkit-transform;
  -ms-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -khtml-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1); }

.smooth__animation-fast {
  -webkit-transition-duration: 400ms, 400ms;
  -khtml-transition-duration: 400ms, 400ms;
  -moz-transition-duration: 400ms, 400ms;
  -ms-transition-duration: 400ms, 400ms;
  -o-transition-duration: 400ms, 400ms;
  transition-duration: 400ms, 400ms;
  -webkit-transition-property: opacity, -webkit-transform;
  -khtml-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -webkit-transform;
  -ms-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -khtml-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1); }

.wd__animation__easeout {
  -webkit-transition-duration: 500ms, 500ms;
  -khtml-transition-duration: 500ms, 500ms;
  -moz-transition-duration: 500ms, 500ms;
  -ms-transition-duration: 500ms, 500ms;
  -o-transition-duration: 500ms, 500ms;
  transition-duration: 500ms, 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  -khtml-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -webkit-transform;
  -ms-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -khtml-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-property: all; }

.wd__animation__easeout__slow {
  -webkit-transition-duration: 1200ms, 1200ms;
  -khtml-transition-duration: 1200ms, 1200ms;
  -moz-transition-duration: 1200ms, 1200ms;
  -ms-transition-duration: 1200ms, 1200ms;
  -o-transition-duration: 1200ms, 1200ms;
  transition-duration: 1200ms, 1200ms;
  -webkit-transition-property: opacity, -webkit-transform;
  -khtml-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -webkit-transform;
  -ms-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -khtml-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

.wd__animation__easeout-fast {
  -webkit-transition-duration: 400ms, 400ms;
  -khtml-transition-duration: 400ms, 400ms;
  -moz-transition-duration: 400ms, 400ms;
  -ms-transition-duration: 400ms, 400ms;
  -o-transition-duration: 400ms, 400ms;
  transition-duration: 400ms, 400ms;
  -webkit-transition-property: opacity, -webkit-transform;
  -khtml-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -webkit-transform;
  -ms-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -khtml-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-duration: 400ms;
  -moz-transition-property: all; }

@keyframes ripple {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  50% {
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes wifiRipple {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes soundCirclePlay {
  0% {
    opacity: 0;
    transform: scale(1.8); }
  10% {
    opacity: 0.6; }
  50% {
    opacity: 0;
    transform: scale(0.2); }
  100% {
    opacity: 0;
    transform: scale(0.2); } }

@keyframes soundRipple {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    opacity: 0;
    transform: scale(0, 0); } }

@keyframes disappearAndAppear {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes ballRotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.wd__content.text__animation > span, .wd__content.text__animation > div, .wd__content.text__animation > figure, .wd__content.text__animation > img, .wd__content.text__animation > a {
  opacity: 0;
  transform: translateZ(0) translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }

.wd__content.text__animation.text-showed .content__slogan,
.wd__content.text__animation.text-showed .content__title,
.wd__content.text__animation.text-showed .content__info,
.wd__content.text__animation.text-showed .content__comment,
.wd__content.text__animation.text-showed .content__link,
.wd__content.text__animation.text-showed .wd__feature__list {
  will-change: null;
  transform: none; }

.inner-modal .wd__content.text__animation .content__slogan, .inner-modal .wd__content.text__animation .content__title, .inner-modal .wd__content.text__animation .content__info, .inner-modal .wd__content.text__animation .content__comment, .inner-modal .wd__content.text__animation .content__link, .inner-modal .wd__content.text__animation .wd__feature__list {
  opacity: 0;
  transform: translateZ(0) translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }

.inner-modal .wd__content.text__animation.text-showed .content__slogan,
.inner-modal .wd__content.text__animation.text-showed .content__title,
.inner-modal .wd__content.text__animation.text-showed .content__info,
.inner-modal .wd__content.text__animation.text-showed .content__comment,
.inner-modal .wd__content.text__animation.text-showed .content__link,
.inner-modal .wd__content.text__animation.text-showed .wd__feature__list {
  will-change: null;
  transform: none; }

@keyframes fansRotateLeft {
  100% {
    transform: rotate(-360deg); } }

@keyframes fansRotateRight {
  100% {
    transform: rotate(360deg); } }

.wd__section .slick-dots {
  margin-left: auto;
  margin-right: auto; }

#CMD .outer-view {
  margin-top: 56px \9  !important; }

#main-zone #overview-top-nav .inner {
  padding: 0; }

#product-footer-zone {
  margin-top: 0 !important; }

#main-zone > .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important; }
  #main-zone > .container .overview-wrapper {
    width: 100% !important; }

#ctl00_ContentPlaceHolder1_ctl00_span_model_name img {
  max-width: 100%; }

#special-sectionOverview {
  margin-top: 0px; }

@media all and (min-width: 769px) {
  #CMD .outer-view {
    margin-top: 0px; } }

@media (max-width: 959px) and (min-width: 731px) {
  #af-header,
  #af-header .af-inner,
  body #asus-api-footer {
    min-width: 100%;
    width: 100%; }
  #main-zone > .container {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important; } }

@media all and (max-width: 730.5px) {
  #special-sectionOverview {
    margin-top: 0px; }
  #CMD {
    margin-top: 0px !important; }
  #main-zone,
  #main-zone-5,
  #main-zone-3,
  #main-zone-4,
  #main-zone-6 {
    padding-right: 0 !important;
    padding-left: 0 !important; } }

#CMD .section__comment {
  margin-top: -63px;
  padding-top: 0; }

.footnotes {
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1221px; }
  .footnotes:first-child {
    margin-top: 25px; }
  .footnotes ul.footnote {
    font-size: 18px;
    line-height: 1.4; }
    .footnotes ul.footnote li {
      list-style-type: decimal;
      margin-bottom: 10px; }
      .footnotes ul.footnote li,
      .footnotes ul.footnote li * {
        font-size: 13px;
        text-align: left;
        line-height: 1.5; }
  .footnotes.footnote-item-star ul.footnote li {
    position: relative;
    list-style-type: none; }
    .footnotes.footnote-item-star ul.footnote li::before {
      display: block;
      position: absolute;
      top: 11px;
      left: -11px;
      content: '*';
      line-height: 0; }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  #CMD .section__comment {
    margin-top: -58px;
    margin-bottom: -52px;
    padding-top: 0; }
  .footnotes {
    padding: 0 28px 0 40px;
    width: 100%;
    max-width: 1280px; }
    .footnotes ul.footnote li {
      margin-bottom: 10px; }
    .footnotes ul.footnote li,
    .footnotes ul.footnote li * {
      font-size: 13px;
      line-height: 1.5; }
    .footnotes.footnote-item-star ul.footnote li::before {
      top: 11px;
      left: -10px; } }

@media all and (max-width: 730.5px) {
  #CMD .section__comment {
    display: inline-block;
    margin-top: -38px;
    margin-bottom: -36px;
    padding-top: 0; }
  .footnotes {
    padding: 0 28px 0 22px;
    box-sizing: border-box;
    width: 100%;
    max-width: 730px; }
    .footnotes ul.footnote {
      margin-left: 14px;
      font-size: 13.3px;
      line-height: 1.4; }
      .footnotes ul.footnote li {
        margin-bottom: 12px; }
      .footnotes ul.footnote li,
      .footnotes ul.footnote li * {
        font-size: 13.3px; }
    .footnotes.footnote-item-star ul.footnote li::before {
      top: 13px;
      left: -11px; } }

.wd__section .large__text-center {
  text-align: center; }
  .wd__section .large__text-center.wd__content {
    margin-right: auto;
    margin-left: auto; }
    .wd__section .large__text-center.wd__content .content__comment,
    .wd__section .large__text-center.wd__content .content__info,
    .wd__section .large__text-center.wd__content .content__link,
    .wd__section .large__text-center.wd__content .content__slogan,
    .wd__section .large__text-center.wd__content .content__title {
      margin-right: auto;
      margin-left: auto;
      text-align: center; }
    .wd__section .large__text-center.wd__content .content__slogan::after {
      margin-right: auto;
      margin-left: auto; }
    .wd__section .large__text-center.wd__content .content__title::after {
      margin: 0 auto;
      text-align: center; }

.wd__section .large__text-left.wd__content {
  text-align: left; }
  .wd__section .large__text-left.wd__content .content__comment,
  .wd__section .large__text-left.wd__content .content__info,
  .wd__section .large__text-left.wd__content .content__link,
  .wd__section .large__text-left.wd__content .content__slogan,
  .wd__section .large__text-left.wd__content .content__title {
    margin-left: 0;
    text-align: left; }
  .wd__section .large__text-left.wd__content .content__slogan::after {
    left: 0;
    margin-left: 0; }
  .wd__section .large__text-left.wd__content .content__title::after {
    margin-left: 0;
    text-align: left; }

.wd__section .large__text-left.wd__feature__list {
  text-align: left; }
  .wd__section .large__text-left.wd__feature__list .wd__feature {
    margin-right: 50px;
    margin-left: 0; }

.wd__section .large__text-right.wd__content {
  text-align: right; }
  .wd__section .large__text-right.wd__content .content__slogan::after {
    right: 0;
    margin-right: 0; }

.wd__section .large__text-right.wd__feature__list {
  text-align: right; }
  .wd__section .large__text-right.wd__feature__list .wd__feature {
    margin-right: 0;
    margin-left: 50px; }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .wd__section .medium__text-left.wd__content {
    left: 0;
    text-align: left; }
    .wd__section .medium__text-left.wd__content .content__comment,
    .wd__section .medium__text-left.wd__content .content__info,
    .wd__section .medium__text-left.wd__content .content__link,
    .wd__section .medium__text-left.wd__content .content__slogan,
    .wd__section .medium__text-left.wd__content .content__title {
      margin-left: 0;
      text-align: left; }
    .wd__section .medium__text-left.wd__content .content__slogan::after {
      margin-left: 0; }
  .wd__section .medium__text-left.wd__feature__list {
    text-align: left; }
    .wd__section .medium__text-left.wd__feature__list .wd__feature {
      margin-right: 50px;
      margin-left: 0; }
  .wd__section .medium__text-center.wd__content {
    left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
    .wd__section .medium__text-center.wd__content .content__comment,
    .wd__section .medium__text-center.wd__content .content__info,
    .wd__section .medium__text-center.wd__content .content__link,
    .wd__section .medium__text-center.wd__content .content__slogan,
    .wd__section .medium__text-center.wd__content .content__title {
      margin-right: auto;
      margin-left: auto;
      text-align: center; }
    .wd__section .medium__text-center.wd__content .content__slogan::after {
      margin-right: auto;
      margin-left: auto; }
  .wd__section .medium__text-center.wd__feature__list {
    text-align: center; }
    .wd__section .medium__text-center.wd__feature__list .wd__feature {
      margin-right: 30px;
      margin-left: 30px; }
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__describe__top,
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__data,
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__describe {
        text-align: center; } }

@media all and (max-width: 730.5px) {
  .wd__section .small__text-left.wd__content {
    left: 0;
    text-align: left; }
    .wd__section .small__text-left.wd__content .content__comment,
    .wd__section .small__text-left.wd__content .content__info,
    .wd__section .small__text-left.wd__content .content__link,
    .wd__section .small__text-left.wd__content .content__slogan,
    .wd__section .small__text-left.wd__content .content__title {
      margin-left: 0;
      text-align: left; }
    .wd__section .small__text-left.wd__content .content__slogan::after {
      margin-left: 0; }
  .wd__section .small__text-left.wd__feature__list {
    text-align: center; }
    .wd__section .small__text-left.wd__feature__list .wd__feature__list .wd__feature {
      margin-right: 20px;
      margin-left: 0; }
  .wd__section .small__text-center {
    text-align: center; }
    .wd__section .small__text-center.wd__content {
      left: 0;
      margin-right: auto;
      margin-left: auto;
      text-align: center; }
      .wd__section .small__text-center.wd__content .content__comment,
      .wd__section .small__text-center.wd__content .content__info,
      .wd__section .small__text-center.wd__content .content__link,
      .wd__section .small__text-center.wd__content .content__slogan,
      .wd__section .small__text-center.wd__content .content__title {
        margin-right: auto;
        margin-left: auto;
        text-align: center; }
      .wd__section .small__text-center.wd__content .content__slogan::after {
        margin-right: auto;
        margin-left: auto; }
    .wd__section .small__text-center.wd__feature__list {
      text-align: center; }
      .wd__section .small__text-center.wd__feature__list .wd__feature {
        margin-right: 14px;
        margin-left: 14px; } }

.wd__section .section__content.text-white .wd__content .content__comment,
.wd__section .section__content.text-white .wd__content .content__info,
.wd__section .section__content.text-white .wd__content .content__title {
  color: #fff; }

.wd__section .section__content.text-white .wd__feature__list .wd__feature .wd__feature__describe span,
.wd__section .section__content.text-white .wd__feature__list .wd__feature .wd__feature__describe__top,
.wd__section .section__content.text-white .wd__feature__list .wd__feature .wd__feature__describe__top span .wd__feature__describe {
  color: #fff; }

.wd__section .section__content .wd__content.theme-dark .content__comment {
  color: #999; }

.wd__section .section__content .wd__content.theme-dark .content__info,
.wd__section .section__content .wd__content.theme-dark .content__title {
  color: #fff; }

.wd__section .section__content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe,
.wd__section .section__content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe span,
.wd__section .section__content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe__top,
.wd__section .section__content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe__top span {
  color: #fff; }

.wd__section .section__content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe,
.wd__section .section__content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe span,
.wd__section .section__content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe__top,
.wd__section .section__content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe__top span {
  color: #fff; }

.modal-button-container.bg-gray .modal-button-text {
  color: #6f6f6f; }

.modal-button-container.bg-gray .modal-button .modal-button-start-cap,
.modal-button-container.bg-gray .modal-button .modal-button-scaler,
.modal-button-container.bg-gray .modal-button .modal-button-end-cap {
  background: #6f6f6f; }

.modal-button-container.bg-white .modal-button.old__browser .modal-button-start-cap,
.modal-button-container.bg-white .modal-button.old__browser .modal-button-copy,
.modal-button-container.bg-white .modal-button.old__browser .modal-button-end-cap {
  background: #fff; }

.modal-button-container.bg-white .modal-button.old__browser .modal-button-copy {
  color: #333; }

.modal-button-container.bg-white .modal-button.old__browser .pluscircle-icon {
  background-image: url(../images/large/1x/icon/icon_modalbtn_gray.png) !important; }

.modal-button-container.bg-white .modal-button .modal-button-copy {
  color: #333; }

.modal-button-container.bg-white .modal-button .modal-button-start-cap,
.modal-button-container.bg-white .modal-button .modal-button-scaler,
.modal-button-container.bg-white .modal-button .modal-button-end-cap {
  background: #fff; }

.modal-button-container.bg-white .modal-button .pluscircle-icon svg path {
  fill: #333; }

.video-bottom,
.media-bottom {
  position: relative; }

.cmd__guideline {
  position: absolute;
  z-index: 1000000000000;
  left: 0;
  opacity: 0;
  width: 100vw;
  transition: opacity 400ms ease-out;
  pointer-events: none !important; }
  .cmd__guideline * {
    pointer-events: none !important; }
  .cmd__guideline.active {
    opacity: 1;
    pointer-events: none; }
  .cmd__guideline.guideline-slogan {
    bottom: 64px;
    height: 242px;
    background: rgba(219, 77, 109, 0.3); }
  .cmd__guideline.guideline-title {
    top: -43px;
    height: 54px;
    background: rgba(251, 150, 110, 0.3); }
  .cmd__guideline.guideline-info {
    top: -31px;
    height: 36px;
    background: rgba(0, 137, 108, 0.3); }
  .cmd__guideline.guideline-hl {
    top: -70px;
    height: 80px;
    background: rgba(193, 50, 142, 0.3); }
  .cmd__guideline.guideline-hldesb {
    top: -10px;
    width: 100%;
    height: 17px;
    background: rgba(88, 178, 220, 0.3); }
  .cmd__guideline.guideline-hlb {
    bottom: -60px;
    height: 65px;
    background: rgba(144, 180, 75, 0.3); }
  .cmd__guideline.guideline-pdprice-top {
    bottom: 129px;
    height: 72px;
    background: rgba(46, 92, 110, 0.3); }
  .cmd__guideline.guideline-pdprice-bottom {
    bottom: -72px;
    height: 72px;
    background: rgba(46, 92, 110, 0.3); }
  .cmd__guideline.guideline-pdguide {
    bottom: 30px;
    width: 100%;
    height: 37px;
    background: rgba(88, 178, 220, 0.3); }
  .cmd__guideline.guideline-pdvideos {
    top: -91px;
    height: 214px;
    background: rgba(144, 180, 75, 0.3); }
  .cmd__guideline.guideline-pdvideos-bottom {
    top: 0;
    height: 214px;
    background: rgba(144, 180, 75, 0.3); }
  .cmd__guideline.guideline-pdmedias-bottom {
    top: -14px;
    height: 214px;
    background: rgba(144, 180, 75, 0.3); }

.guideline-floatspace {
  position: fixed;
  top: 50%;
  bottom: 64px;
  height: 205px;
  background: rgba(219, 77, 109, 0.3); }
  .guideline-floatspace::after {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 110px;
    color: white;
    background: rgba(251, 150, 110, 0.3);
    content: 'image interval'; }
  .guideline-floatspace::before {
    display: block;
    position: absolute;
    width: 100%;
    height: inherit;
    color: white;
    content: 'section interval'; }

.guideline__controller {
  position: fixed;
  overflow: hidden;
  z-index: 99999999999;
  top: 0;
  margin-left: 0;
  padding: 10px 15px 15px 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: rgba(112, 124, 116, 0.8);
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 10px; }
  .guideline__controller .guideline__logo {
    position: absolute;
    top: 13px;
    left: 5px;
    width: 40px;
    height: 40px;
    color: #eee;
    font-size: 22px; }

@keyframes showAnimation {
  0%,
  100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
  .guideline__controller.visible {
    margin-left: 0;
    width: auto;
    height: auto; }
    .guideline__controller.visible .control {
      display: block; }
    .guideline__controller.visible .guideline__logo::before {
      display: block;
      position: absolute;
      z-index: -1;
      top: -1px;
      left: 5px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: rgba(255, 0, 0, 0.3);
      animation: showAnimation 3000ms ease-in-out infinite;
      content: ''; }
  .guideline__controller .guideline__logo {
    position: absolute;
    top: 13px;
    left: 5px;
    width: 40px;
    height: 40px;
    color: #eee;
    font-size: 22px; }
  .guideline__controller .control {
    display: none;
    position: relative;
    cursor: pointer;
    margin: 10px 10px 10px 30px;
    padding-left: 30px;
    color: #fffffc;
    font-size: 20px;
    text-align: left; }
    .guideline__controller .control.main__item {
      margin-top: 22px; }
    .guideline__controller .control.sub__item {
      margin-left: 50px; }
    .guideline__controller .control input {
      position: absolute;
      z-index: -1;
      opacity: 0; }
    .guideline__controller .control .control__indicator {
      position: absolute;
      top: 2px;
      left: 0;
      width: 20px;
      height: 20px;
      background: #e6e6e6; }
      .guideline__controller .control .control__indicator::after {
        display: block;
        position: absolute;
        top: 4px;
        left: 8px;
        opacity: 0;
        width: 3px;
        height: 8px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        content: ''; }
    .guideline__controller .control input:checked ~ .control__indicator {
      background: #2aa1c0; }
      .guideline__controller .control input:checked ~ .control__indicator::after {
        opacity: 1; }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .cmd__guideline.guideline-slogan {
    top: -166px;
    height: 173px; }
  .cmd__guideline.guideline-title {
    top: -33px;
    height: 44px; }
  .cmd__guideline.guideline-info {
    top: -27px;
    height: 33px; }
  .cmd__guideline.guideline-hl {
    top: -59px;
    height: 69px; }
  .cmd__guideline.guideline-pdprice-top {
    bottom: 129px;
    height: 53px; }
  .cmd__guideline.guideline-pdprice-bottom {
    bottom: -53px;
    height: 53px; }
  .cmd__guideline.guideline-pdguide {
    bottom: 30px;
    height: 37px; }
  .cmd__guideline.guideline-pdvideos {
    top: -13px;
    height: 165px; }
  .cmd__guideline.guideline-pdvideos-bottom {
    top: 0;
    height: 165px; }
  .cmd__guideline.guideline-pdmedias-bottom {
    top: -8px;
    height: 165px; }
  .guideline-floatspace {
    height: 167px; }
    .guideline-floatspace::after {
      height: 95px; } }

@media all and (min-width: 960px) and (max-width: 1300px) {
  .cmd__guideline.guideline-pdmedias-bottom {
    top: -34px; } }

@media all and (max-width: 730.5px) {
  .cmd__guideline.guideline-slogan {
    top: -96px;
    height: 100px; }
  .cmd__guideline.guideline-title {
    top: -23px;
    height: 29px; }
  .cmd__guideline.guideline-info {
    top: -24px;
    height: 27px; }
  .cmd__guideline.guideline-hl {
    top: -41px;
    height: 48px; }
  .cmd__guideline.guideline-pdprice-top {
    bottom: 116px;
    height: 32px; }
  .cmd__guideline.guideline-pdprice-bottom {
    bottom: -32px;
    height: 32px; }
  .cmd__guideline.guideline-pdguide {
    bottom: 21px;
    height: 28px; }
  .cmd__guideline.guideline-pdvideos {
    top: -9px;
    height: 91px; }
  .cmd__guideline.guideline-pdvideos-bottom {
    top: 0;
    height: 91px; }
  .cmd__guideline.guideline-pdmedias-bottom {
    top: -76px;
    height: 91px; }
  .guideline-floatspace {
    height: 102px; }
    .guideline-floatspace::after {
      height: 52px; } }

@media all and (min-width: 600px) and (max-width: 720px) {
  .cmd__guideline.guideline-pdmedias-bottom {
    top: -29px; } }

section {
  position: relative;
  width: 100%; }

.section__content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%; }

section.no-pad {
  padding: 0; }

section.no-pad-bot {
  padding-bottom: 0; }

section.no-pad-top {
  padding-top: 0; }

#CMD .row {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  #CMD .row:after {
    content: "";
    display: table;
    clear: both; }
  #CMD .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0;
    margin: 0; }
    #CMD .row .col[class*="push-"], #CMD .row .col[class*="pull-"] {
      position: relative; }
    #CMD .row .col.l1 {
      width: 8.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l2 {
      width: 16.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l4 {
      width: 33.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l5 {
      width: 41.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l7 {
      width: 58.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l8 {
      width: 66.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l10 {
      width: 83.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l11 {
      width: 91.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.offset-l1 {
      margin-left: 8.33333%; }
    #CMD .row .col.pull-l1 {
      right: 8.33333%; }
    #CMD .row .col.push-l1 {
      left: 8.33333%; }
    #CMD .row .col.offset-l2 {
      margin-left: 16.66667%; }
    #CMD .row .col.pull-l2 {
      right: 16.66667%; }
    #CMD .row .col.push-l2 {
      left: 16.66667%; }
    #CMD .row .col.offset-l3 {
      margin-left: 25%; }
    #CMD .row .col.pull-l3 {
      right: 25%; }
    #CMD .row .col.push-l3 {
      left: 25%; }
    #CMD .row .col.offset-l4 {
      margin-left: 33.33333%; }
    #CMD .row .col.pull-l4 {
      right: 33.33333%; }
    #CMD .row .col.push-l4 {
      left: 33.33333%; }
    #CMD .row .col.offset-l5 {
      margin-left: 41.66667%; }
    #CMD .row .col.pull-l5 {
      right: 41.66667%; }
    #CMD .row .col.push-l5 {
      left: 41.66667%; }
    #CMD .row .col.offset-l6 {
      margin-left: 50%; }
    #CMD .row .col.pull-l6 {
      right: 50%; }
    #CMD .row .col.push-l6 {
      left: 50%; }
    #CMD .row .col.offset-l7 {
      margin-left: 58.33333%; }
    #CMD .row .col.pull-l7 {
      right: 58.33333%; }
    #CMD .row .col.push-l7 {
      left: 58.33333%; }
    #CMD .row .col.offset-l8 {
      margin-left: 66.66667%; }
    #CMD .row .col.pull-l8 {
      right: 66.66667%; }
    #CMD .row .col.push-l8 {
      left: 66.66667%; }
    #CMD .row .col.offset-l9 {
      margin-left: 75%; }
    #CMD .row .col.pull-l9 {
      right: 75%; }
    #CMD .row .col.push-l9 {
      left: 75%; }
    #CMD .row .col.offset-l10 {
      margin-left: 83.33333%; }
    #CMD .row .col.pull-l10 {
      right: 83.33333%; }
    #CMD .row .col.push-l10 {
      left: 83.33333%; }
    #CMD .row .col.offset-l11 {
      margin-left: 91.66667%; }
    #CMD .row .col.pull-l11 {
      right: 91.66667%; }
    #CMD .row .col.push-l11 {
      left: 91.66667%; }
    #CMD .row .col.offset-l12 {
      margin-left: 100%; }
    #CMD .row .col.pull-l12 {
      right: 100%; }
    #CMD .row .col.push-l12 {
      left: 100%; }
    @media only screen and (min-width: 731px) and (max-width: 1279.5px) {
      #CMD .row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.offset-m1 {
        margin-left: 8.33333%; }
      #CMD .row .col.pull-m1 {
        right: 8.33333%; }
      #CMD .row .col.push-m1 {
        left: 8.33333%; }
      #CMD .row .col.offset-m2 {
        margin-left: 16.66667%; }
      #CMD .row .col.pull-m2 {
        right: 16.66667%; }
      #CMD .row .col.push-m2 {
        left: 16.66667%; }
      #CMD .row .col.offset-m3 {
        margin-left: 25%; }
      #CMD .row .col.pull-m3 {
        right: 25%; }
      #CMD .row .col.push-m3 {
        left: 25%; }
      #CMD .row .col.offset-m4 {
        margin-left: 33.33333%; }
      #CMD .row .col.pull-m4 {
        right: 33.33333%; }
      #CMD .row .col.push-m4 {
        left: 33.33333%; }
      #CMD .row .col.offset-m5 {
        margin-left: 41.66667%; }
      #CMD .row .col.pull-m5 {
        right: 41.66667%; }
      #CMD .row .col.push-m5 {
        left: 41.66667%; }
      #CMD .row .col.offset-m6 {
        margin-left: 50%; }
      #CMD .row .col.pull-m6 {
        right: 50%; }
      #CMD .row .col.push-m6 {
        left: 50%; }
      #CMD .row .col.offset-m7 {
        margin-left: 58.33333%; }
      #CMD .row .col.pull-m7 {
        right: 58.33333%; }
      #CMD .row .col.push-m7 {
        left: 58.33333%; }
      #CMD .row .col.offset-m8 {
        margin-left: 66.66667%; }
      #CMD .row .col.pull-m8 {
        right: 66.66667%; }
      #CMD .row .col.push-m8 {
        left: 66.66667%; }
      #CMD .row .col.offset-m9 {
        margin-left: 75%; }
      #CMD .row .col.pull-m9 {
        right: 75%; }
      #CMD .row .col.push-m9 {
        left: 75%; }
      #CMD .row .col.offset-m10 {
        margin-left: 83.33333%; }
      #CMD .row .col.pull-m10 {
        right: 83.33333%; }
      #CMD .row .col.push-m10 {
        left: 83.33333%; }
      #CMD .row .col.offset-m11 {
        margin-left: 91.66667%; }
      #CMD .row .col.pull-m11 {
        right: 91.66667%; }
      #CMD .row .col.push-m11 {
        left: 91.66667%; }
      #CMD .row .col.offset-m12 {
        margin-left: 100%; }
      #CMD .row .col.pull-m12 {
        right: 100%; }
      #CMD .row .col.push-m12 {
        left: 100%; } }
    @media only screen and (max-width: 730.5px) {
      #CMD .row .col.s1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.offset-s1 {
        margin-left: 8.33333%; }
      #CMD .row .col.pull-s1 {
        right: 8.33333%; }
      #CMD .row .col.push-s1 {
        left: 8.33333%; }
      #CMD .row .col.offset-s2 {
        margin-left: 16.66667%; }
      #CMD .row .col.pull-s2 {
        right: 16.66667%; }
      #CMD .row .col.push-s2 {
        left: 16.66667%; }
      #CMD .row .col.offset-s3 {
        margin-left: 25%; }
      #CMD .row .col.pull-s3 {
        right: 25%; }
      #CMD .row .col.push-s3 {
        left: 25%; }
      #CMD .row .col.offset-s4 {
        margin-left: 33.33333%; }
      #CMD .row .col.pull-s4 {
        right: 33.33333%; }
      #CMD .row .col.push-s4 {
        left: 33.33333%; }
      #CMD .row .col.offset-s5 {
        margin-left: 41.66667%; }
      #CMD .row .col.pull-s5 {
        right: 41.66667%; }
      #CMD .row .col.push-s5 {
        left: 41.66667%; }
      #CMD .row .col.offset-s6 {
        margin-left: 50%; }
      #CMD .row .col.pull-s6 {
        right: 50%; }
      #CMD .row .col.push-s6 {
        left: 50%; }
      #CMD .row .col.offset-s7 {
        margin-left: 58.33333%; }
      #CMD .row .col.pull-s7 {
        right: 58.33333%; }
      #CMD .row .col.push-s7 {
        left: 58.33333%; }
      #CMD .row .col.offset-s8 {
        margin-left: 66.66667%; }
      #CMD .row .col.pull-s8 {
        right: 66.66667%; }
      #CMD .row .col.push-s8 {
        left: 66.66667%; }
      #CMD .row .col.offset-s9 {
        margin-left: 75%; }
      #CMD .row .col.pull-s9 {
        right: 75%; }
      #CMD .row .col.push-s9 {
        left: 75%; }
      #CMD .row .col.offset-s10 {
        margin-left: 83.33333%; }
      #CMD .row .col.pull-s10 {
        right: 83.33333%; }
      #CMD .row .col.push-s10 {
        left: 83.33333%; }
      #CMD .row .col.offset-s11 {
        margin-left: 91.66667%; }
      #CMD .row .col.pull-s11 {
        right: 91.66667%; }
      #CMD .row .col.push-s11 {
        left: 91.66667%; }
      #CMD .row .col.offset-s12 {
        margin-left: 100%; }
      #CMD .row .col.pull-s12 {
        right: 100%; }
      #CMD .row .col.push-s12 {
        left: 100%; } }

.wd__section {
  /* Slider */
  /* Icons */
  /* Arrows */
  /* Dots */
  /* Slider */ }
  .wd__section .wd__content {
    color: #333333; }
    .wd__section .wd__content .content__slogan {
      position: relative;
      color: #a89d5b;
      font-size: 30px; }
      @media all and (min-width: 731px) and (max-width: 1279.5px) {
        .wd__section .wd__content .content__slogan {
          font-size: 24px; } }
      @media all and (max-width: 730.5px) {
        .wd__section .wd__content .content__slogan {
          font-size: 20px; } }
    .wd__section .wd__content .content__title {
      position: relative;
      margin-top: 25px;
      font-size: 50px;
      line-height: 1.2; }
      @media all and (min-width: 731px) and (max-width: 1279.5px) {
        .wd__section .wd__content .content__title {
          margin-top: 21px; } }
      @media all and (max-width: 730.5px) {
        .wd__section .wd__content .content__title {
          margin-top: 14px;
          font-size: 37px; } }
    .wd__section .wd__content .content__info {
      position: relative;
      margin-top: 84px;
      font-size: 20px;
      line-height: 1.5; }
      @media all and (min-width: 731px) and (max-width: 1279.5px) {
        .wd__section .wd__content .content__info {
          margin-top: 89px; } }
      @media all and (max-width: 730.5px) {
        .wd__section .wd__content .content__info {
          margin-top: 67px;
          font-size: 17px;
          letter-spacing: 0.1px;
          line-height: 1.45; } }
    .wd__section .wd__content .content__comment {
      margin-top: 16px;
      font-size: 18px;
      color: #717171;
      line-height: 1.4; }
      @media all and (max-width: 730.5px) {
        .wd__section .wd__content .content__comment {
          margin-top: 12px;
          font-size: 13px;
          letter-spacing: 0.2px; } }
    .wd__section .wd__content .content__link {
      display: block;
      margin-top: 15px;
      font-size: 20px;
      line-height: 27px; }
      @media all and (min-width: 731px) and (max-width: 1279.5px) {
        .wd__section .wd__content .content__link {
          margin-top: 16px; } }
      @media all and (max-width: 730.5px) {
        .wd__section .wd__content .content__link {
          margin-top: 10px;
          font-size: 15.5px;
          line-height: 24px; } }
      .wd__section .wd__content .content__link span {
        display: inline;
        border-bottom: 1px solid transparent;
        color: #0188c8; }
      .wd__section .wd__content .content__link *,
      .wd__section .wd__content .content__link:active span,
      .wd__section .wd__content .content__link:link span,
      .wd__section .wd__content .content__link:visited span {
        border-bottom: 1px solid transparent; }
      .wd__section .wd__content .content__link:hover span {
        border-bottom: 1px solid #0188c8; }
  .wd__section .wd__link__arrow:after {
    content: '>';
    padding-left: 7px;
    color: #0188c8; }
    @media all and (min-width: 731px) and (max-width: 1279.5px) {
      .wd__section .wd__link__arrow:after {
        padding-left: 3px; } }
    @media all and (max-width: 730.5px) {
      .wd__section .wd__link__arrow:after {
        padding-left: 4px; } }
  .wd__section .wd__feature__list {
    position: relative;
    margin-top: 64px; }
    @media all and (min-width: 731px) and (max-width: 1279.5px) {
      .wd__section .wd__feature__list {
        margin-top: 50px; } }
    @media all and (max-width: 730.5px) {
      .wd__section .wd__feature__list {
        margin-top: 34px; } }
    .wd__section .wd__feature__list .wd__feature {
      position: relative;
      display: inline-block;
      vertical-align: bottom;
      box-sizing: border-box;
      margin: 0 25px 50px;
      color: #333333; }
      @media all and (min-width: 731px) and (max-width: 1279.5px) {
        .wd__section .wd__feature__list .wd__feature {
          margin: 0 33px 48px; } }
      @media all and (max-width: 730.5px) {
        .wd__section .wd__feature__list .wd__feature {
          margin: 0 17px 40px; } }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
        position: relative;
        margin-bottom: 2px; }
        @media all and (max-width: 730.5px) {
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
            margin-bottom: 1px; } }
      .wd__section .wd__feature__list .wd__feature .wd__feature__data {
        color: #a89d5b;
        font-size: 65px;
        line-height: 1; }
        @media all and (max-width: 730.5px) {
          .wd__section .wd__feature__list .wd__feature .wd__feature__data {
            margin-bottom: 2px;
            font-size: 47px; } }
        .wd__section .wd__feature__list .wd__feature .wd__feature__data span {
          font-size: 28px; }
          @media all and (min-width: 731px) and (max-width: 1279.5px) {
            .wd__section .wd__feature__list .wd__feature .wd__feature__data span {
              font-size: 30px; } }
          @media all and (max-width: 730.5px) {
            .wd__section .wd__feature__list .wd__feature .wd__feature__data span {
              font-size: 25px; } }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
        position: relative;
        margin-top: -3px; }
        @media all and (max-width: 730.5px) {
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
            margin-top: 1px; } }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe span,
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top,
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top span .wd__feature__describe {
        font-size: 16px;
        letter-spacing: 0.4px; }
        @media all and (min-width: 731px) and (max-width: 1279.5px) {
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe span,
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top,
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top span .wd__feature__describe {
            font-size: 16px;
            line-height: 1.2; } }
        @media all and (max-width: 730.5px) {
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe span,
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top,
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top span .wd__feature__describe {
            display: block;
            font-size: 13px;
            line-height: 1.4 !important;
            letter-spacing: .1px; } }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-l {
    padding-left: 7px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-m {
    padding-left: 5px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-s {
    padding-left: 3px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-l {
    padding-right: 7px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-m {
    padding-right: 5px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-s {
    padding-right: 3px; }
  @media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-l {
      padding-left: 7px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-m {
      padding-left: 5px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-s {
      padding-left: 3px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-l {
      padding-right: 7px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-m {
      padding-right: 5px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-s {
      padding-right: 3px; } }
  @media all and (max-width: 730.5px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-l {
      padding-left: 3px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-m {
      padding-left: 2px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-s {
      padding-left: 1px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-l {
      padding-right: 3px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-m {
      padding-right: 2px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-s {
      padding-right: 1px; } }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en {
    font-size: 54px;
    line-height: 66px;
    bottom: -4px;
    position: relative; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en * {
      line-height: 1; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-tw {
    margin-top: 8px;
    font-size: 46px;
    line-height: 58px; }
  @media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en {
      font-size: 54px;
      line-height: 65px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-tw {
      margin-top: 10px;
      font-size: 46px;
      line-height: 56px; } }
  @media all and (max-width: 730.5px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en {
      font-size: 37.8px;
      line-height: 49px;
      padding-top: 0px;
      margin-bottom: -1px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-tw {
      font-size: 32px;
      line-height: 36px;
      padding-top: 5px; } }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data.plus {
    position: relative;
    margin-right: 32px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.plus span {
      position: absolute;
      top: 4px;
      right: -33px;
      font-size: 51px; }

@font-face {
  .wd__section {
    font-family: "slick";
    src: url("/font/slick.eot");
    src: url("/font/slick.eot?#iefix") format("embedded-opentype"), url("/font/slick.woff") format("woff"), url("/font/slick.ttf") format("truetype"), url("/font/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal; } }
  .wd__section .slick-prev,
  .wd__section .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none; }
    .wd__section .slick-prev:hover, .wd__section .slick-prev:focus,
    .wd__section .slick-next:hover,
    .wd__section .slick-next:focus {
      outline: none;
      color: transparent; }
      .wd__section .slick-prev:hover:before, .wd__section .slick-prev:focus:before,
      .wd__section .slick-next:hover:before,
      .wd__section .slick-next:focus:before {
        opacity: 1; }
    .wd__section .slick-prev.slick-disabled:before,
    .wd__section .slick-next.slick-disabled:before {
      opacity: 0.25; }
  .wd__section .slick-prev {
    left: -25px; }
    [dir="rtl"] .wd__section .slick-prev {
      left: auto;
      right: -25px; }
  .wd__section .slick-next {
    right: -25px; }
    [dir="rtl"] .wd__section .slick-next {
      left: -25px;
      right: auto; }
  .wd__section .slick-slider {
    margin-bottom: 30px; }
  .wd__section .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%; }
    .wd__section .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      .wd__section .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 5px;
        cursor: pointer; }
        .wd__section .slick-dots li button:hover, .wd__section .slick-dots li button:focus {
          outline: none; }
          .wd__section .slick-dots li button:hover:before, .wd__section .slick-dots li button:focus:before {
            opacity: 1; }
        .wd__section .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "•";
          width: 20px;
          height: 20px;
          font-family: "slick";
          font-size: 6px;
          line-height: 20px;
          text-align: center;
          color: black;
          opacity: 0.25;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .wd__section .slick-dots li.slick-active button:before {
        color: black;
        opacity: 0.75; }
  .wd__section .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .wd__section .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .wd__section .slick-list:focus {
      outline: none; }
    .wd__section .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .wd__section .slick-slider .slick-track,
  .wd__section .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .wd__section .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    .wd__section .slick-track:before, .wd__section .slick-track:after {
      content: "";
      display: table; }
    .wd__section .slick-track:after {
      clear: both; }
    .slick-loading .wd__section .slick-track {
      visibility: hidden; }
  .wd__section .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
    [dir="rtl"] .wd__section .slick-slide {
      float: right; }
    .wd__section .slick-slide img {
      display: block; }
    .wd__section .slick-slide.slick-loading img {
      display: none; }
    .wd__section .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized .wd__section .slick-slide {
      display: block; }
    .slick-loading .wd__section .slick-slide {
      visibility: hidden; }
    .slick-vertical .wd__section .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  .wd__section .slick-arrow.slick-hidden {
    display: none; }
  .wd__section .slick__nav {
    margin-bottom: 40px;
    color: #636360;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.6; }
    .wd__section .slick__nav a {
      color: #636360; }
  .wd__section .slick-slide {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .wd__section .slick-next {
    right: 25px; }
  .wd__section .slick-prev {
    left: 25px; }
  .wd__section .slick__prev, .wd__section .slick__next {
    z-index: 9999;
    content: ''; }
    .wd__section .slick__prev:before, .wd__section .slick__next:before {
      content: '';
      display: none; }
  .wd__section [dir='rtl'] .slick__prev:before {
    content: '';
    display: none; }
  .wd__section [dir='rtl'] .slick__next:before {
    content: '';
    display: none; }
  .wd__section .wd__slick .container {
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 900px; }
    .wd__section .wd__slick .container.e1 .slick__info {
      margin-top: 15em; }
    .wd__section .wd__slick .container .slick__half {
      width: 45%; }
    .wd__section .wd__slick .container .slick__left {
      float: left; }
    .wd__section .wd__slick .container .slick__right {
      float: right; }
    .wd__section .wd__slick .container .slick__img, .wd__section .wd__slick .container .slick__info {
      width: 100%; }
  .wd__section .sprite__arrow__right {
    z-index: 1000;
    background-position: -214px -5px;
    width: 49px;
    height: 96px; }
  .wd__section .sprite__arrow__left {
    z-index: 1000;
    background-position: -80px -5px;
    width: 49px;
    height: 96px; }
  .wd__section .sprite-arrow_r {
    width: 65px;
    height: 130px; }
  .wd__section .sprite-arrow_l {
    width: 65px;
    height: 130px; }
  .wd__section .slick-prev, .wd__section .slick-next {
    z-index: 1;
    background-color: transparent;
    margin-top: -19px;
    width: 50px;
    height: 118px;
    background-color: rgba(0, 0, 0, 0.3);
    background-color: gray\9;
    border-radius: 0 10px 10px 0; }
    .wd__section .slick-prev:before, .wd__section .slick-next:before {
      position: absolute;
      display: block;
      z-index: 1000;
      top: 57px;
      top: 0\9;
      font-size: 34px;
      color: white; }
  .wd__section .slick-prev {
    left: 0px;
    border-radius: 0 10px 10px 0; }
    .wd__section .slick-prev:before {
      content: '<';
      right: 18px; }
  .wd__section .slick-next {
    right: 0;
    border-radius: 10px 0 0 10px; }
    .wd__section .slick-next:before {
      content: '>';
      left: 18px; }
  @media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .slick-prev, .wd__section .slick-next {
      margin-top: -19px;
      width: 35px;
      height: 88px; }
      .wd__section .slick-prev:before, .wd__section .slick-next:before {
        position: absolute;
        display: block;
        z-index: 1000;
        top: 43px;
        font-size: 26px;
        color: white; }
    .wd__section .slick-prev:before {
      right: 10px; }
    .wd__section .slick-next:before {
      left: 10px; } }
  @media all and (max-width: 730.5px) {
    .wd__section .slick-prev, .wd__section .slick-next {
      display: none !important; } }

.section__kv .wd__content {
  position: relative;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto; }
  .section__kv .wd__content .content__slogan {
    margin-top: 0;
    margin-left: -16px;
    color: #000;
    font-size: 63px;
    text-transform: none; }
  .section__kv .wd__content .content__title {
    margin-top: 26px;
    font-size: 65px; }
  .section__kv .wd__content .content__info {
    margin-top: 40px;
    width: 900px;
    font-size: 26px; }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__kv .wd__content .content__slogan {
    margin-top: -2px;
    font-size: 48px; }
  .section__kv .wd__content .content__info {
    margin-top: 15px;
    width: 88%;
    max-width: 793px;
    font-size: 26px;
    line-height: 1.55; } }

@media all and (max-width: 730.5px) {
  .section__kv .wd__content {
    margin-top: 55px; }
    .section__kv .wd__content .content__slogan {
      display: block;
      left: -4px;
      margin-top: 7px;
      margin-left: auto;
      margin-right: auto;
      width: 90%;
      text-align: center;
      font-size: 32px; }
    .section__kv .wd__content .content__info {
      text-align: center;
      margin-top: 16px;
      margin-left: auto;
      margin-right: auto;
      width: 84%;
      max-width: 460px;
      font-size: 22px;
      line-height: 1.4; } }

.inner__nav {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 1000px;
  text-align: center; }
  .inner__nav .nav__heading {
    color: #ffe092;
    font-size: 21px;
    transition: opacity 600ms ease-out; }
    .inner__nav .nav__heading.clicked {
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .inner__nav .nav__switch__btn {
    position: absolute;
    cursor: pointer;
    bottom: -62px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    transition: all 600ms ease-out, top 1000ms ease-out; }
    .inner__nav .nav__switch__btn .icon__switch {
      background-image: url("../images/large/1x/icon/inner/icon_open.png") ;
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      transition: all 500ms ease-out; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__nav .nav__switch__btn .icon__switch {
          background-image: url("../images/large/2x/icon/inner/icon_open.png"); } }
    .inner__nav .nav__switch__btn.clicked {
      transform: translate3d(0, 210px, 0); }
      .inner__nav .nav__switch__btn.clicked .icon__switch {
        transform: rotate(405deg) translate3d(0, 0, 0);
        transform-origin: center; }
    .inner__nav .nav__switch__btn.fixed {
      position: fixed;
      top: -30px;
      left: 50%;
      margin-left: -20px; }
    .inner__nav .nav__switch__btn.disable {
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      top: -300px !important; }

.inner__page {
  margin-top: 0;
  padding-top: 0;
  background-color: #f5f5f5; }
  .inner__page .wd__content .content__title {
    font-size: 27px;
    line-height: 1.2; }
  .inner__page .inner__mask {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: opacity 500ms ease-out; }
  .inner__page.darknight .inner__mask {
    -webkit-opacity: 0.6;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    z-index: 1000000;
    transition: opacity 500ms ease-out; }
  .inner__page .section__content {
    z-index: 0;
    max-width: 2560px;
    background-color: #fff; }
    .inner__page .section__content.theme-gray {
      margin-bottom: 4px;
      padding-bottom: 0;
      max-width: 1366px;
      background-color: #e7e7e7; }
      .inner__page .section__content.theme-gray .wd__content {
        padding-top: 39px; }
  .inner__page .icon {
    position: relative;
    margin-right: auto;
    margin-bottom: 11px;
    margin-left: auto;
    width: 120px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .inner__page .icon.icon-allSmiles {
      background-image: url("../images/large/1x/inner/icon/icon_all_smiles.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-allSmiles {
          background-image: url("../images/large/2x/inner/icon/icon_all_smiles.png"); } }
    .inner__page .icon.icon-auto {
      background-image: url("../images/large/1x/inner/icon/icon_auto.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-auto {
          background-image: url("../images/large/2x/inner/icon/icon_auto.png"); } }
    .inner__page .icon.icon-beautification {
      background-image: url("../images/large/1x/inner/icon/icon_beautification.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-beautification {
          background-image: url("../images/large/2x/inner/icon/icon_beautification.png"); } }
    .inner__page .icon.icon-depthOfField {
      background-image: url("../images/large/1x/inner/icon/icon_depth_of_field.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-depthOfField {
          background-image: url("../images/large/2x/inner/icon/icon_depth_of_field.png"); } }
    .inner__page .icon.icon-effect {
      background-image: url("../images/large/1x/inner/icon/icon_effect.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-effect {
          background-image: url("../images/large/2x/inner/icon/icon_effect.png"); } }
    .inner__page .icon.icon-gif {
      background-image: url("../images/large/1x/inner/icon/icon_gif.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-gif {
          background-image: url("../images/large/2x/inner/icon/icon_gif.png"); } }
    .inner__page .icon.icon-hdrPro {
      background-image: url("../images/large/1x/inner/icon/icon_hdr_pro.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-hdrPro {
          background-image: url("../images/large/2x/inner/icon/icon_hdr_pro.png"); } }
    .inner__page .icon.icon-kids {
      background-image: url("../images/large/1x/inner/icon/icon_kids.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-kids {
          background-image: url("../images/large/2x/inner/icon/icon_kids.png"); } }
    .inner__page .icon.icon-lowlight {
      background-image: url("../images/large/1x/inner/icon/icon_lowlight.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-lowlight {
          background-image: url("../images/large/2x/inner/icon/icon_lowlight.png"); } }
    .inner__page .icon.icon-miniature {
      background-image: url("../images/large/1x/inner/icon/icon_miniature.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-miniature {
          background-image: url("../images/large/2x/inner/icon/icon_miniature.png"); } }
    .inner__page .icon.icon-night {
      background-image: url("../images/large/1x/inner/icon/icon_night.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-night {
          background-image: url("../images/large/2x/inner/icon/icon_night.png"); } }
    .inner__page .icon.icon-qrCode {
      background-image: url("../images/large/1x/inner/icon/icon_qr_code.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-qrCode {
          background-image: url("../images/large/2x/inner/icon/icon_qr_code.png"); } }
    .inner__page .icon.icon-selfiePanorama {
      background-image: url("../images/large/1x/inner/icon/icon_selfie_panorama.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-selfiePanorama {
          background-image: url("../images/large/2x/inner/icon/icon_selfie_panorama.png"); } }
    .inner__page .icon.icon-selfie {
      background-image: url("../images/large/1x/inner/icon/icon_selfie.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-selfie {
          background-image: url("../images/large/2x/inner/icon/icon_selfie.png"); } }
    .inner__page .icon.icon-slowMotion {
      background-image: url("../images/large/1x/inner/icon/icon_slow_motion.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-slowMotion {
          background-image: url("../images/large/2x/inner/icon/icon_slow_motion.png"); } }
    .inner__page .icon.icon-smartRemove {
      background-image: url("../images/large/1x/inner/icon/icon_smart_remove.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-smartRemove {
          background-image: url("../images/large/2x/inner/icon/icon_smart_remove.png"); } }
    .inner__page .icon.icon-superResolution {
      background-image: url("../images/large/1x/inner/icon/icon_super_resolution.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-superResolution {
          background-image: url("../images/large/2x/inner/icon/icon_super_resolution.png"); } }
    .inner__page .icon.icon-manual {
      background-image: url("../images/large/1x/inner/icon/icon_manual.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-manual {
          background-image: url("../images/large/2x/inner/icon/icon_manual.png"); } }
    .inner__page .icon.icon-timeLapse {
      background-image: url("../images/large/1x/inner/icon/icon_time_lapse.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-timeLapse {
          background-image: url("../images/large/2x/inner/icon/icon_time_lapse.png"); } }
    .inner__page .icon.icon-timeRewind {
      background-image: url("../images/large/1x/inner/icon/icon_time_rewind.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-timeRewind {
          background-image: url("../images/large/2x/inner/icon/icon_time_rewind.png"); } }
    .inner__page .icon.icon-youtube {
      background-image: url("../images/large/1x/inner/icon/icon_youtube.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-youtube {
          background-image: url("../images/large/2x/inner/icon/icon_youtube.png"); } }
    .inner__page .icon.icon-panaroma {
      background-image: url("../images/large/1x/inner/icon/icon_panaroma.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-panaroma {
          background-image: url("../images/large/2x/inner/icon/icon_panaroma.png"); } }
    .inner__page .icon.icon-pro {
      background-image: url("../images/large/1x/inner/icon/icon_pro.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-pro {
          background-image: url("../images/large/2x/inner/icon/icon_pro.png"); } }
    .inner__page .icon.icon-portrait {
      background-image: url("../images/large/1x/inner/icon/icon_portrait.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-portrait {
          background-image: url("../images/large/2x/inner/icon/icon_portrait.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .inner__nav {
    margin: 0 auto;
    width: 100%; }
    .inner__nav .nav__heading {
      font-size: 21px; }
    .inner__nav .nav__switch__btn {
      bottom: -63px;
      left: 50%;
      margin-left: -20px;
      width: 40px;
      height: 40px; }
      .inner__nav .nav__switch__btn .icon__switch {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px; }
      .inner__nav .nav__switch__btn.clicked {
        transform: translate3d(0, 210px, 0); }
        .inner__nav .nav__switch__btn.clicked .icon__switch {
          transform-origin: center;
          transform: rotate(405deg) translate3d(0, 0, 0); }
      .inner__nav .nav__switch__btn.fixed {
        top: -30px;
        left: 50%;
        margin-left: -20px; }
  .inner__page .wd__content .content__title {
    font-size: 27px;
    line-height: 1.2; }
  .inner__page .section__content {
    padding-bottom: 205px; }
    .inner__page .section__content.theme-gray {
      max-width: 1300px;
      max-width: 722px; }
      .inner__page .section__content.theme-gray .wd__content {
        padding-top: 39px; }
      .inner__page .section__content.theme-gray .col.always__on__top {
        background-color: #fff; }
  .inner__page .icon {
    margin-bottom: 11px;
    width: 120px;
    height: 120px; } }

@media all and (max-width: 730.5px) {
  .inner__nav {
    margin: 0 auto;
    width: 100%; }
    .inner__nav .nav__heading {
      font-size: 15px;
      letter-spacing: 0.2px; }
    .inner__nav .nav__switch__btn {
      bottom: -55px;
      left: 50%;
      margin-left: -19px;
      width: 38px;
      height: 38px; }
      .inner__nav .nav__switch__btn .icon__switch {
        position: absolute;
        top: 0;
        left: 0;
        width: 38px;
        height: 38px; }
      .inner__nav .nav__switch__btn.clicked {
        transform: translate3d(0, 210px, 0); }
        .inner__nav .nav__switch__btn.clicked .icon__switch {
          transform-origin: center;
          transform: rotate(405deg) translate3d(0, 0, 0); }
      .inner__nav .nav__switch__btn.fixed {
        top: -30px;
        left: 50%;
        margin-left: -19px; }
  .inner__page .wd__content .content__title {
    font-size: 20px;
    line-height: 1.1; }
  .inner__page .section__content {
    padding-bottom: 205px; }
    .inner__page .section__content.theme-gray {
      max-width: 414px; }
      .inner__page .section__content.theme-gray .col.always__on__top {
        background-color: #fff; }
  .inner__page .icon {
    margin-bottom: 11px;
    width: 120px;
    height: 120px; } }

.wd__innerbtn {
  position: relative;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  max-width: 2560px; }
  .wd__innerbtn.blackTheme {
    margin-top: -2px;
    background: #0f0d10; }
  .wd__innerbtn .inner__btn {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 80px; }
    .wd__innerbtn .inner__btn span {
      display: block;
      opacity: 1;
      margin-bottom: 22px;
      font-size: 21px;
      text-align: center;
      transition: opacity 400ms; }
    .wd__innerbtn .inner__btn .toggleSlide {
      position: absolute;
      cursor: pointer;
      left: 50%;
      margin-left: -20px;
      width: 40px;
      height: 40px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      transform: translateY(0) translateZ(0) rotate(0deg);
      transition: transform 800ms 50ms, background-image 300ms ease-out;
      transform-origin: center center; }
      .wd__innerbtn .inner__btn .toggleSlide.fixed {
        position: fixed;
        top: -100px; }
    .wd__innerbtn .inner__btn.active .toggleSlide {
      transform: translateY(180px) translateZ(0) rotate(0deg); }
    .wd__innerbtn .inner__btn.active span {
      opacity: 0; }

.wd__innerbtn.theme-black .inner__btn span {
  color: #333; }

.wd__innerbtn.theme-black .inner__btn .toggleSlide {
  background-image: url("../images/large/1x/icon/inner/icon_open_black.png") ; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .wd__innerbtn.theme-black .inner__btn .toggleSlide {
      background-image: url("../images/large/2x/icon/inner/icon_open_black.png"); } }

.wd__innerbtn.theme-black .inner__btn.active .toggleSlide {
  background-image: url("../images/large/1x/icon/inner/icon_close_black.png") ; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .wd__innerbtn.theme-black .inner__btn.active .toggleSlide {
      background-image: url("../images/large/2x/icon/inner/icon_close_black.png"); } }

.wd__innerbtn.theme-white .inner__btn span {
  color: #fff; }

.wd__innerbtn.theme-white .inner__btn .toggleSlide {
  background-image: url("../images/large/1x/icon/inner/icon_open_white.png") ; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .wd__innerbtn.theme-white .inner__btn .toggleSlide {
      background-image: url("../images/large/2x/icon/inner/icon_open_white.png"); } }

.wd__innerbtn.theme-white .inner__btn.active .toggleSlide {
  background-image: url("../images/large/1x/icon/inner/icon_close_white.png") ; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .wd__innerbtn.theme-white .inner__btn.active .toggleSlide {
      background-image: url("../images/large/2x/icon/inner/icon_close_white.png"); } }

.inner__page {
  display: block;
  overflow: hidden;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  max-width: 2560px; }
  .inner__page .section__content {
    max-width: 1366px; }
    .inner__page .section__content .wd__content .content__title {
      color: #333 !important;
      font-size: 24px;
      font-weight: 200 !important; }
      .inner__page .section__content .wd__content .content__title * {
        font-weight: 200 !important; }
    .inner__page .section__content .wd__content .content__info {
      color: #333 !important; }
  .inner__page .row {
    opacity: 0;
    transition: opacity 400ms; }
  .inner__page.active .row {
    opacity: 1; }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .wd__innerbtn {
    padding: 20px 0; }
    .wd__innerbtn.blackTheme {
      margin-top: -2px; }
    .wd__innerbtn .inner__btn {
      margin: 0 auto;
      width: 100%;
      height: 80px; }
      .wd__innerbtn .inner__btn span {
        margin-bottom: 11px;
        font-size: 21px; }
      .wd__innerbtn .inner__btn .toggleSlide {
        position: absolute;
        z-index: 999;
        cursor: pointer;
        left: 50%;
        margin-left: -20px;
        width: 40px;
        height: 40px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transform: translateY(0) translateZ(0) rotate(0deg);
        transition: transform 800ms 50ms, background-image 300ms ease-out;
        transform-origin: center center; }
      .wd__innerbtn .inner__btn.active span {
        opacity: 0; }
      .wd__innerbtn .inner__btn.active .toggleSlide {
        transform: translateY(120px) translateZ(0) rotate(0deg); }
        .wd__innerbtn .inner__btn.active .toggleSlide.fixed {
          top: -38px; } }

@media all and (max-width: 730.5px) {
  .wd__innerbtn {
    padding: 20px 0; }
    .wd__innerbtn.blackTheme {
      margin-top: -2px;
      background: #0f0d10; }
    .wd__innerbtn .inner__btn {
      left: 0;
      margin: 0 2%;
      width: 96%;
      height: 80px; }
      .wd__innerbtn .inner__btn span {
        margin-bottom: 19px;
        font-size: 15.5px; }
      .wd__innerbtn .inner__btn .toggleSlide {
        position: absolute;
        cursor: pointer;
        left: 50%;
        margin-top: -5px;
        margin-left: -19px;
        width: 38px;
        height: 38px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transform: translateY(0) translateZ(0) rotate(0deg);
        transition: transform 800ms 50ms, background-image 300ms ease-out;
        transform-origin: center center; }
        .wd__innerbtn .inner__btn .toggleSlide.fixed {
          top: -25px; }
      .wd__innerbtn .inner__btn.active span {
        opacity: 0; }
      .wd__innerbtn .inner__btn.active .toggleSlide {
        transform: translateY(103px) translateZ(0) rotate(0deg); }
  .inner__page .section__content .wd__content {
    max-width: 414px !important; } }

html #CMD .wd__section .wd__content h1,
html #CMD .wd__section .wd__content h2 {
  line-height: 1.3; }

html #CMD .wd__section .wd__content.main-content .content__slogan {
  text-transform: uppercase; }

@media all and (min-width: 1280px) {
  html #CMD .wd__section {
    padding-bottom: 200px; }
    html #CMD .wd__section .wd__content.main-content {
      max-width: 1136px; }
      html #CMD .wd__section .wd__content.main-content .content__slogan {
        margin-top: 14px;
        font-size: 21.7px;
        text-transform: uppercase; }
      html #CMD .wd__section .wd__content.main-content .content__title {
        margin-top: 25px;
        font-size: 48px; }
      html #CMD .wd__section .wd__content.main-content .content__info {
        margin-top: 74px; }
    html #CMD .wd__section .wd__feature__list {
      margin-top: 61px; }
      html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
        margin-bottom: 2px; }
      html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
        margin-top: -2px; } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .wd__section .wd__content .content__slogan {
    font-size: 21px; }
  html #CMD .wd__section .wd__content .content__title {
    margin-top: 32px;
    font-size: 48px; }
  html #CMD .wd__section .wd__content .content__info {
    margin-top: 74px; }
  html #CMD .wd__section .wd__feature__list {
    margin-top: 54px; }
    html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
      margin-bottom: 8px; }
    html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
      margin-top: -1px; }
  html #CMD .inner-view .inner-view-container .wd__content .content__title {
    margin-top: 0; }
  html #CMD .inner-view .inner-view-container .wd__content .content__info {
    margin-top: 30px; } }

@media all and (max-width: 730.5px) {
  html #CMD .wd__section .wd__content .content__slogan {
    font-size: 18px;
    letter-spacing: 0.7px; }
  html #CMD .wd__section .wd__content .content__title {
    margin-top: 14px;
    font-size: 36px; }
    html #CMD .wd__section .wd__content .content__title::after {
      bottom: -27px; }
  html #CMD .wd__section .wd__content .content__info {
    margin-top: 56px; }
  html #CMD .wd__section .wd__feature__list {
    margin-top: 40px; }
    html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
      margin-bottom: 3px; }
    html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__data {
      margin-bottom: 0; }
      html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en {
        line-height: 47px; }
    html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
      margin-top: 3px; } }

html #CMD .wd__section.bg-gray {
  background-color: #efefef; }

html #CMD .wd__section .row .col[class*='push-'],
html #CMD .wd__section .row .col[class*='pull-'] {
  position: relative; }

html #CMD .wd__section .always__on__top {
  position: relative;
  z-index: 1000; }

html #CMD .wd__section .no__wrap {
  display: inline-block;
  white-space: nowrap; }

html #CMD .wd__section .slick-dots li {
  margin-right: 10px;
  margin-left: 10px; }
  html #CMD .wd__section .slick-dots li button::before {
    color: #1c1b19;
    font-size: 41px; }
  html #CMD .wd__section .slick-dots li button:hover::before {
    color: #1c1b19; }

html #CMD .wd__section .large_use,
html #CMD .wd__section .medium_use,
html #CMD .wd__section .small_use {
  display: none; }

html #CMD .wd__section .large_use {
  display: block \9; }

html #CMD .wd__section .large_unuse {
  display: none \9; }

html #CMD .wd__section .img {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

html #CMD .wd__section .wd__content {
  position: relative; }
  html #CMD .wd__section .wd__content .content__slogan {
    color: #008aff; }
  html #CMD .wd__section .wd__content .content__title {
    color: #000; }
  html #CMD .wd__section .wd__content .content__info {
    color: #333; }
  html #CMD .wd__section .wd__content .content__link {
    linkColor: #008aff;
    color: #008aff; }
    html #CMD .wd__section .wd__content .content__link *, html #CMD .wd__section .wd__content .content__link span {
      color: #008aff; }
    html #CMD .wd__section .wd__content .content__link:after {
      color: #008aff; }
    html #CMD .wd__section .wd__content .content__link:link {
      color: #008aff; }
    html #CMD .wd__section .wd__content .content__link:hover span {
      border-bottom: 1px solid #008aff; }

html #CMD .wd__section .wd__content.main-content .content__slogan::before {
  z-index: -1; }

html #CMD .wd__section .img__replay {
  background-image: url("../images/icon/replay.png") ;
  position: absolute;
  z-index: 1000;
  cursor: pointer;
  top: 50%;
  left: 50%;
  opacity: 0;
  margin-left: 0;
  width: 40px;
  height: 44px;
  background-size: contain !important;
  transform: translate(-50%, -50%);
  transition: opacity 300ms;
  pointer-events: none;
  filter: alpha(opacity=0); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html #CMD .wd__section .img__replay {
      background-image: url("../images/icon/replay.png"); } }
  html #CMD .wd__section .img__replay .img__text {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 100px;
    color: #333;
    font-size: 15px;
    text-align: center;
    transform: translateX(-50%);
    line-height: 1; }
  html #CMD .wd__section .img__replay.active {
    opacity: 0.9;
    pointer-events: auto;
    filter: alpha(opacity=90); }

html #CMD .wd__section .wd__content .content__slogan {
  display: inline-block;
  color: #008aff; }

html #CMD .wd__section .wd__content.main-content .content__title::after {
  display: block;
  position: absolute;
  width: 70px;
  height: 3px;
  background: #008aff;
  transform: skew(-60deg);
  content: ''; }

#CMD .wd__content.main-content .content__slogan::before {
  background-image: url("../images/large/1x/icon/slogan_bg-light.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #CMD .wd__content.main-content .content__slogan::before {
    background-image: url("../images/large/2x/icon/slogan_bg-light.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #CMD .wd__content.main-content .content__slogan::before {
    background-image: url("../images/large/2x/icon/slogan_bg-light.png"); } }

#CMD .wd__content.main-content.slogan-dark .content__slogan::before {
  background-image: url("../images/large/1x/icon/slogan_bg-light.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #CMD .wd__content.main-content.slogan-dark .content__slogan::before {
    background-image: url("../images/large/2x/icon/slogan_bg-light.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #CMD .wd__content.main-content.slogan-dark .content__slogan::before {
    background-image: url("../images/large/2x/icon/slogan_bg-light.png"); } }

html #CMD .wd__section .wd__content .content__slogan::before {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  content: ''; }

html #CMD .wd__section .wd__contenttheme-dark .content__slogan {
  color: #171717; }

html #CMD .wd__section .wd__contenttheme-dark .content__title {
  color: #171717; }

html #CMD .wd__section .wd__contenttheme-dark .content__info {
  color: #171717; }

html #CMD .wd__section .wd__contenttheme-dark .content__link {
  linkColor: #171717;
  color: #171717; }
  html #CMD .wd__section .wd__contenttheme-dark .content__link *, html #CMD .wd__section .wd__contenttheme-dark .content__link span {
    color: #171717; }
  html #CMD .wd__section .wd__contenttheme-dark .content__link:after {
    color: #171717; }
  html #CMD .wd__section .wd__contenttheme-dark .content__link:link {
    color: #171717; }
  html #CMD .wd__section .wd__contenttheme-dark .content__link:hover span {
    border-bottom: 1px solid #171717; }

html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__data {
  color: #008aff;
  display: inline-block; }

html #CMD .wd__section .wd__feature__list .wd__feature__data,
html #CMD .wd__section .wd__feature__list .wd__feature__data sup,
html #CMD .wd__section .wd__feature__list .wd__feature__data span {
  color: #008aff; }

html #CMD .wd__section .modal-button {
  background-color: #25aae5;
  color: #fff;
  border-color: #25aae5; }
  html #CMD .wd__section .modal-button:hover {
    background-color: #178fc3;
    color: #fff;
    border-color: #178fc3; }

html #CMD .wd__section .detect-point {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%; }

html #CMD .wd__section .detect-point.test {
  border: 2px solid red; }

html #CMD .wd__section .detect-point-out {
  width: 1px;
  height: 470px; }

html #CMD .wd__section .detect-point-enter {
  width: 1px;
  height: 1px; }

html #CMD .wd__section video {
  position: relative; }

html #CMD .wd__section .videoEnterDetect {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 150vh;
  transform: translate3d(-50%, -50%, 0); }

html #CMD .product_price .current_price .heading {
  color: #000; }

html #CMD .product_price .current_price .price,
html #CMD .product_price .current_price .price p {
  color: #000; }

html #CMD .product_price .btn_buy .label {
  background-color: #008aff; }

html #CMD .product_price .btn_buy .etailers .etailers_list li a:hover, html #CMD .product_price .btn_buy .etailers .etailers_list li a:link:hover {
  color: #008aff; }

html #CMD .product_price.active {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px; }

html #CMD .product_pdguide .link {
  color: #008aff; }

html #CMD .product_pdguide.active {
  padding-top: 15px; }

html #CMD .section__pdc.athena {
  padding-bottom: 0; }
  html #CMD .section__pdc.athena .video-bottom {
    margin-bottom: 70px;
    padding-bottom: 58px; }
  html #CMD .section__pdc.athena .product_videos .video_slick .video a .text {
    text-align: left; }
  html #CMD .section__pdc.athena .product_videos.active {
    margin-top: 0;
    padding-top: 150px; }
  html #CMD .section__pdc.athena .product_medias .media .text {
    color: #333; }
  html #CMD .section__pdc.athena .product_medias .media a {
    color: #008aff; }
  html #CMD .section__pdc.athena .product_medias .slick-dots li.slick-active button::before,
  html #CMD .section__pdc.athena .product_videos .slick-dots li.slick-active button::before {
    color: #008aff; }
  html #CMD .section__pdc.athena .product_medias .slick-dots li button::before,
  html #CMD .section__pdc.athena .product_videos .slick-dots li button::before {
    color: #008aff; }
  html #CMD .section__pdc.athena .media-top {
    margin-top: -30px;
    padding-top: 0; }
  html #CMD .section__pdc.athena .media-bottom {
    margin-bottom: 0;
    padding-bottom: 200px; }
  html #CMD .section__pdc.athena .slick-prev,
  html #CMD .section__pdc.athena .slick-next {
    margin-top: -39px; }
    html #CMD .section__pdc.athena .slick-prev::before,
    html #CMD .section__pdc.athena .slick-next::before {
      content: ''; }

html #CMD #pdc.odin {
  clear: both; }
  html #CMD #pdc.odin {
    z-index: 1;
    background-color: #fff; }
  html #CMD #pdc.odin .pdc-space-start {
    display: flex;
    margin-top: 0;
    padding-top: 0; }
  html #CMD #pdc.odin .pdc-space-end {
    display: flex;
    margin-bottom: 0;
    padding-bottom: 0; }
  html #CMD #pdc.odin .product_gallery,
  html #CMD #pdc.odin .product_awards,
  html #CMD #pdc.odin .product_videos,
  html #CMD #pdc.odin .product_medias {
    background-color: transparent; }
  html #CMD #pdc.odin .product_awards .splide__pagination::after,
  html #CMD #pdc.odin .product_medias .splide__pagination::after,
  html #CMD #pdc.odin .product_videos .splide__pagination::after {
    background-color: #008aff; }
  html #CMD #pdc.odin .splide__pagination li .splide__pagination__page.is-active::after {
    background-color: #008aff; }
  html #CMD #pdc.odin .product_awards.theme-white .awards-container .awards-seeall {
    color: #008aff; }
  html #CMD #pdc.odin .product_awards.theme-white .awards-container .awards-seeall {
    color: #008aff; }
  html #CMD #pdc.odin .product_videos.theme-white .videos-container .videos-seeall {
    color: #008aff; }
  html #CMD #pdc.odin .product_videos.theme-white .videos-container .videos-seeall {
    color: #008aff; }
  html #CMD #pdc.odin .product_medias.theme-white .medias-container .medias-seeall {
    color: #008aff; }
  html #CMD #pdc.odin .product_medias.theme-white .medias-container .medias-seeall {
    color: #008aff; }
  html #CMD #pdc.odin .arrow_link::before {
    background: #008aff; }
  html #CMD #pdc.odin .arrow_link::after {
    display: none; }
  html #CMD #pdc.odin .seeall_arrow-svg {
    stroke: #008aff; }
  @media all and (min-width: 1280px) {
    html #CMD #pdc.odin .pdc-space-start {
      margin-top: -60px;
      padding-top: 0; }
    html #CMD #pdc.odin .pdc-space-end {
      margin-bottom: 130px; } }
  @media all and (min-width: 731px) {
    html #CMD #pdc.odin .product_medias.theme-white .medias-container .medias-carousel {
      background-color: rgba(0, 0, 0, 0); }
      html #CMD #pdc.odin .product_medias.theme-white .medias-container .medias-carousel .splide__track {
        background-color: #efefef; }
    html #CMD #pdc.odin .product_awards.theme-white .awards-container .awards-carousel {
      background-color: rgba(0, 0, 0, 0); }
      html #CMD #pdc.odin .product_awards.theme-white .awards-container .awards-carousel .splide__track {
        background-color: #efefef; }
    html #CMD #pdc.odin .product_videos.theme-white .videos-container .videos-carousel,
    html #CMD #pdc.odin .product_videos.theme-white .videos-container .videos-carousel .splide__track {
      background-color: rgba(0, 0, 0, 0); }
    html #CMD #pdc.odin .product_videos.theme-white .videos-container .videos-carousel .videos-item .item-content {
      background-color: #efefef; } }

html #CMD .section__kv .img__kv__logo {
  background-image: url("../images/large/1x/animation/kv/logo.png") ; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html #CMD .section__kv .img__kv__logo {
      background-image: url("../images/large/2x/animation/kv/logo.png"); } }

#CMD .section__kv .img__kv {
  background-image: url("../images/large/1x/kv.jpg"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv .img__kv {
    background-image: url("../images/large/2x/kv.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #CMD .section__kv .img__kv {
    background-image: url("../images/large/2x/kv.jpg"); } }

html #CMD .section__kv .wd__content .content__title {
  text-transform: uppercase;
  font-size: 24px; }

html #CMD .section__kv .img__kv {
  left: 50%;
  width: 2560px;
  height: 2029px; }

#CMD .section__kv.aniInit .img__phone-left {
  background-image: url("../images/large/1x/animation/kv/fone01.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv.aniInit .img__phone-left {
    background-image: url("../images/large/2x/animation/kv/fone01.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #CMD .section__kv.aniInit .img__phone-left {
    background-image: url("../images/large/2x/animation/kv/fone01.png"); } }

#CMD .section__kv.aniInit .img__phone-left-shadow {
  background-image: url("../images/large/1x/animation/kv/fone01_shadow.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv.aniInit .img__phone-left-shadow {
    background-image: url("../images/large/2x/animation/kv/fone01_shadow.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #CMD .section__kv.aniInit .img__phone-left-shadow {
    background-image: url("../images/large/2x/animation/kv/fone01_shadow.png"); } }

#CMD .section__kv.aniInit .img__phone-right {
  background-image: url("../images/large/1x/animation/kv/fone02.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv.aniInit .img__phone-right {
    background-image: url("../images/large/2x/animation/kv/fone02.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #CMD .section__kv.aniInit .img__phone-right {
    background-image: url("../images/large/2x/animation/kv/fone02.png"); } }

#CMD .section__kv.aniInit .img__phone-center {
  background-image: url("../images/large/1x/animation/kv/fone03.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv.aniInit .img__phone-center {
    background-image: url("../images/large/2x/animation/kv/fone03.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #CMD .section__kv.aniInit .img__phone-center {
    background-image: url("../images/large/2x/animation/kv/fone03.png"); } }

#CMD .section__kv.aniInit .img__kv {
  background-image: url("../images/large/1x/animation/kv/bg.jpg"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv.aniInit .img__kv {
    background-image: url("../images/large/2x/animation/kv/bg.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #CMD .section__kv.aniInit .img__kv {
    background-image: url("../images/large/2x/animation/kv/bg.jpg"); } }

html #CMD .section__kv.aniInit .phones {
  transform-origin: center;
  transform: rotate(15.3deg); }

html #CMD .section__kv.aniInit .phones {
  position: absolute;
  top: 196px;
  left: 50%;
  margin-left: -609px;
  width: 1280px;
  height: 1400px; }

html #CMD .section__kv.aniInit .img__phone-left-shadow,
html #CMD .section__kv.aniInit .img__phone-right,
html #CMD .section__kv.aniInit .img__phone-center,
html #CMD .section__kv.aniInit .img__phone-left {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 0;
  width: 380px;
  height: 900px; }

html #CMD .section__kv.aniInit .img__phone-left {
  top: 361px;
  margin-left: -415px; }

html #CMD .section__kv.aniInit .img__phone-right {
  top: 244px;
  margin-left: 17px; }

html #CMD .section__kv.aniInit .img__phone-center {
  top: 38px;
  margin-left: -177px; }

html #CMD .section__kv.aniInit .img__phone-center .imgClip {
  position: absolute;
  top: 0;
  left: 0;
  width: 380px;
  height: 900px;
  clip-path: polygon(9% 6%, 80% 0%, 92% 8%, 92% 91%, 12% 91%, 7% 89%, 8% 80%, 8% 23%); }

html #CMD .section__kv.aniInit .img__phone-left-shadow {
  top: 350px;
  margin-left: -410px; }

html #CMD .section__2 .wd__feature__list .feature-icon {
  position: relative;
  height: 65px; }

html #CMD .section__2 .wd__feature__list .feature-6 {
  margin-right: 0;
  margin-left: 0;
  width: 100%; }
  html #CMD .section__2 .wd__feature__list .feature-6 .wd__feature__data {
    height: 82px; }
  html #CMD .section__2 .wd__feature__list .feature-6 .wd__feature__describe {
    display: none; }
  html #CMD .section__2 .wd__feature__list .feature-6 .wd__feature__describe__top {
    display: none; }

html #CMD .section__2 .wd__feature__list .img__icon6 {
  background-image: url("../images/large/1x/icon/s2/icon_wifi6e.png") ;
  position: absolute;
  margin-right: 0;
  margin-left: 0;
  transform: translateX(-50%); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html #CMD .section__2 .wd__feature__list .img__icon6 {
      background-image: url("../images/large/2x/icon/s2/icon_wifi6e.png"); } }

.section__3 .img__mask {
  background-image: url("../images/large/1x/animation/s3/s3_main.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__3 .img__mask {
    background-image: url("../images/large/2x/animation/s3/s3_main.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__3 .img__mask {
    background-image: url("../images/large/2x/animation/s3/s3_main.png"); } }

html #CMD .section__3 .img__main,
html #CMD .section__3 .img__mask {
  width: 1069px;
  height: 1354px; }

html #CMD .section__3 .img__mask {
  z-index: 99; }

html #CMD .section__3 .wd__feature__list .img__icon6 {
  width: 450px;
  height: 93px;
  background-size: contain; }
  .section__3 .img__icon6 {
    background-image: url("../images/large/1x/icon/s3/icon_hdrIcPlus.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-webp .section__3 .img__icon6 {
      background-image: url("../images/large/2x/icon/s3/icon_hdrIcPlus.webp"); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-old .section__3 .img__icon6 {
      background-image: url("../images/large/2x/icon/s3/icon_hdrIcPlus.png"); } }

html #CMD #video-s3-0 {
  position: absolute;
  z-index: 3;
  top: 139px;
  left: 316px;
  width: 432px;
  height: 960px;
  background-color: #000; }

html #CMD .section__flip_camera .wd__content .content__info {
  width: 740px;
  max-width: 100%; }

html #CMD .section__flip_camera .wd__feature__list {
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
  width: 1000px; }
  html #CMD .section__flip_camera .wd__feature__list .wd__feature {
    cursor: pointer;
    margin-right: 22px;
    margin-left: 22px;
    width: 180px;
    vertical-align: top; }
    html #CMD .section__flip_camera .wd__feature__list .wd__feature figure {
      margin-right: auto;
      margin-bottom: 9px;
      margin-left: auto;
      width: 92px;
      height: 96px;
      transition: background 200ms; }
      html #CMD .section__flip_camera .wd__feature__list .wd__feature figure.img__icon0 {
        background-image: url("../images/large/1x/icon/s4/menu_00_0.png") ; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          html #CMD .section__flip_camera .wd__feature__list .wd__feature figure.img__icon0 {
            background-image: url("../images/large/2x/icon/s4/menu_00_0.png"); } }
      html #CMD .section__flip_camera .wd__feature__list .wd__feature figure.img__icon1 {
        background-image: url("../images/large/1x/icon/s4/menu_01_0.png") ; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          html #CMD .section__flip_camera .wd__feature__list .wd__feature figure.img__icon1 {
            background-image: url("../images/large/2x/icon/s4/menu_01_0.png"); } }
      html #CMD .section__flip_camera .wd__feature__list .wd__feature figure.img__icon2 {
        background-image: url("../images/large/1x/icon/s4/menu_02_0.png") ; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          html #CMD .section__flip_camera .wd__feature__list .wd__feature figure.img__icon2 {
            background-image: url("../images/large/2x/icon/s4/menu_02_0.png"); } }
      html #CMD .section__flip_camera .wd__feature__list .wd__feature figure.img__icon3 {
        background-image: url("../images/large/1x/icon/s4/menu_03_0.png") ; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          html #CMD .section__flip_camera .wd__feature__list .wd__feature figure.img__icon3 {
            background-image: url("../images/large/2x/icon/s4/menu_03_0.png"); } }
      html #CMD .section__flip_camera .wd__feature__list .wd__feature figure.img__icon4 {
        background-image: url("../images/large/1x/icon/s4/menu_04_0.png") ; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          html #CMD .section__flip_camera .wd__feature__list .wd__feature figure.img__icon4 {
            background-image: url("../images/large/2x/icon/s4/menu_04_0.png"); } }
    html #CMD .section__flip_camera .wd__feature__list .wd__feature .wd__feature__describe {
      transition: color 200ms; }
      html #CMD .section__flip_camera .wd__feature__list .wd__feature .wd__feature__describe,
      html #CMD .section__flip_camera .wd__feature__list .wd__feature .wd__feature__describe span {
        font-size: 18px; }
    html #CMD .section__flip_camera .wd__feature__list .wd__feature figure.img__icon0::before {
      background-image: url("../images/large/1x/icon/s4/menu_00_1.png") ;
      display: block;
      position: absolute;
      content: ''; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__flip_camera .wd__feature__list .wd__feature figure.img__icon0::before {
          background-image: url("../images/large/2x/icon/s4/menu_00_1.png"); } }
    html #CMD .section__flip_camera .wd__feature__list .wd__feature figure.img__icon1::before {
      background-image: url("../images/large/1x/icon/s4/menu_01_1.png") ;
      display: block;
      position: absolute;
      content: ''; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__flip_camera .wd__feature__list .wd__feature figure.img__icon1::before {
          background-image: url("../images/large/2x/icon/s4/menu_01_1.png"); } }
    html #CMD .section__flip_camera .wd__feature__list .wd__feature figure.img__icon2::before {
      background-image: url("../images/large/1x/icon/s4/menu_02_1.png") ;
      display: block;
      position: absolute;
      content: ''; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__flip_camera .wd__feature__list .wd__feature figure.img__icon2::before {
          background-image: url("../images/large/2x/icon/s4/menu_02_1.png"); } }
    html #CMD .section__flip_camera .wd__feature__list .wd__feature figure.img__icon3::before {
      background-image: url("../images/large/1x/icon/s4/menu_03_1.png") ;
      display: block;
      position: absolute;
      content: ''; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__flip_camera .wd__feature__list .wd__feature figure.img__icon3::before {
          background-image: url("../images/large/2x/icon/s4/menu_03_1.png"); } }
    html #CMD .section__flip_camera .wd__feature__list .wd__feature figure.img__icon4::before {
      background-image: url("../images/large/1x/icon/s4/menu_04_1.png") ;
      display: block;
      position: absolute;
      content: ''; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__flip_camera .wd__feature__list .wd__feature figure.img__icon4::before {
          background-image: url("../images/large/2x/icon/s4/menu_04_1.png"); } }
    html #CMD .section__flip_camera .wd__feature__list .wd__feature:hover figure.img__icon0, html #CMD .section__flip_camera .wd__feature__list .wd__feature.active figure.img__icon0 {
      background-image: url("../images/large/1x/icon/s4/menu_00_1.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__flip_camera .wd__feature__list .wd__feature:hover figure.img__icon0, html #CMD .section__flip_camera .wd__feature__list .wd__feature.active figure.img__icon0 {
          background-image: url("../images/large/2x/icon/s4/menu_00_1.png"); } }
    html #CMD .section__flip_camera .wd__feature__list .wd__feature:hover figure.img__icon1, html #CMD .section__flip_camera .wd__feature__list .wd__feature.active figure.img__icon1 {
      background-image: url("../images/large/1x/icon/s4/menu_01_1.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__flip_camera .wd__feature__list .wd__feature:hover figure.img__icon1, html #CMD .section__flip_camera .wd__feature__list .wd__feature.active figure.img__icon1 {
          background-image: url("../images/large/2x/icon/s4/menu_01_1.png"); } }
    html #CMD .section__flip_camera .wd__feature__list .wd__feature:hover figure.img__icon2, html #CMD .section__flip_camera .wd__feature__list .wd__feature.active figure.img__icon2 {
      background-image: url("../images/large/1x/icon/s4/menu_02_1.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__flip_camera .wd__feature__list .wd__feature:hover figure.img__icon2, html #CMD .section__flip_camera .wd__feature__list .wd__feature.active figure.img__icon2 {
          background-image: url("../images/large/2x/icon/s4/menu_02_1.png"); } }
    html #CMD .section__flip_camera .wd__feature__list .wd__feature:hover figure.img__icon3, html #CMD .section__flip_camera .wd__feature__list .wd__feature.active figure.img__icon3 {
      background-image: url("../images/large/1x/icon/s4/menu_03_1.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__flip_camera .wd__feature__list .wd__feature:hover figure.img__icon3, html #CMD .section__flip_camera .wd__feature__list .wd__feature.active figure.img__icon3 {
          background-image: url("../images/large/2x/icon/s4/menu_03_1.png"); } }
    html #CMD .section__flip_camera .wd__feature__list .wd__feature:hover figure.img__icon4, html #CMD .section__flip_camera .wd__feature__list .wd__feature.active figure.img__icon4 {
      background-image: url("../images/large/1x/icon/s4/menu_04_1.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__flip_camera .wd__feature__list .wd__feature:hover figure.img__icon4, html #CMD .section__flip_camera .wd__feature__list .wd__feature.active figure.img__icon4 {
          background-image: url("../images/large/2x/icon/s4/menu_04_1.png"); } }
    html #CMD .section__flip_camera .wd__feature__list .wd__feature:hover .wd__feature__describe, html #CMD .section__flip_camera .wd__feature__list .wd__feature.active .wd__feature__describe {
      color: #008aff; }

@keyframes imageShowHide {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }

html #CMD .section__flip_camera .container_sub {
  position: relative;
  overflow: hidden;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
  width: 2560px;
  min-height: 956px; }

html #CMD .section__flip_camera .container_sub .sub {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100vw;
  height: 100%;
  transition: opacity 600ms ease-out; }
  html #CMD .section__flip_camera .container_sub .sub::before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 800px;
    height: 100%;
    background: rgba(0, 0, 0, 0.588);
    content: ''; }
  html #CMD .section__flip_camera .container_sub .sub .container__content {
    position: relative;
    z-index: 1;
    left: 50%;
    margin-top: 51px;
    margin-left: -589px;
    width: 353px;
    height: 100%;
    text-align: left; }
    html #CMD .section__flip_camera .container_sub .sub .container__content .content__title {
      color: #fff;
      font-size: 31px; }
    html #CMD .section__flip_camera .container_sub .sub .container__content .content__info {
      position: relative;
      margin-top: 16px;
      color: #fff;
      font-size: 17px;
      line-height: 1.6; }
  html #CMD .section__flip_camera .container_sub .sub .container__bg {
    position: absolute;
    z-index: 0;
    top: 0; }
    html #CMD .section__flip_camera .container_sub .sub .container__bg .img__bg,
    html #CMD .section__flip_camera .container_sub .sub .container__bg .img__bg-2 {
      position: absolute;
      top: 0; }
  html #CMD .section__flip_camera .container_sub .sub.active {
    z-index: 9;
    opacity: 1; }
  html #CMD .section__flip_camera .container_sub .sub::before {
    z-index: 1; }

html #CMD .section__flip_camera .container_sub .sub .container__content .content_img {
  position: relative;
  margin-top: 13px; }
  html #CMD .section__flip_camera .container_sub .sub .container__content .content_img .img__screen {
    width: 286px;
    height: 624px; }
  html #CMD .section__flip_camera .container_sub .sub .container__content .content_img video {
    position: absolute;
    top: 38px;
    left: 11px;
    background-color: #000; }
  html #CMD .section__flip_camera .container_sub .sub .container__content .content_img .img__phone {
    position: absolute;
    margin-left: -28px;
    width: 350px;
    height: 670px; }
    .section__flip_camera .container_sub .sub .container__content .content_img .img__phone {
      background-image: url("../images/large/1x/animation/s4/phone.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-webp .section__flip_camera .container_sub .sub .container__content .content_img .img__phone {
        background-image: url("../images/large/2x/animation/s4/phone.webp"); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-old .section__flip_camera .container_sub .sub .container__content .content_img .img__phone {
        background-image: url("../images/large/2x/animation/s4/phone.png"); } }
  html #CMD .section__flip_camera .container_sub .sub .container__content .content_img .img__replay {
    background-image: url("../images/icon/replay_white.png") ;
    position: absolute;
    cursor: pointer;
    top: 326px;
    left: 0;
    opacity: 0;
    margin-left: 328px;
    width: 40px;
    height: 44px;
    transition: opacity 300ms;
    pointer-events: none;
    filter: alpha(opacity=0); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__flip_camera .container_sub .sub .container__content .content_img .img__replay {
        background-image: url("../images/icon/replay_white.png"); } }
    html #CMD .section__flip_camera .container_sub .sub .container__content .content_img .img__replay .img__text {
      position: absolute;
      top: 40px;
      left: 50%;
      width: 100px;
      color: #fff;
      font-size: 15px;
      text-align: center;
      transform: translateX(-50%); }
    html #CMD .section__flip_camera .container_sub .sub .container__content .content_img .img__replay.active {
      opacity: 0.9;
      pointer-events: auto; }

html #CMD .section__flip_camera .container_sub .sub .container__bg {
  left: 50%;
  margin-left: -968px;
  width: 1920px;
  height: 956px; }
  html #CMD .section__flip_camera .container_sub .sub .container__bg .img__bg,
  html #CMD .section__flip_camera .container_sub .sub .container__bg .img__bg-2 {
    width: 1920px;
    height: 956px; }
  html #CMD .section__flip_camera .container_sub .sub .container__bg .img__bg .img__phone-camera,
  html #CMD .section__flip_camera .container_sub .sub .container__bg .img__bg .img__phone-cover {
    position: absolute;
    left: 50%; }

html #CMD .section__flip_camera .sub.type_1 {
  text-align: left; }
  html #CMD .section__flip_camera .sub.type_1 .container__content .content_img {
    position: absolute;
    left: 100%; }
    html #CMD .section__flip_camera .sub.type_1 .container__content .content_img .img__screen {
      display: none; }
    html #CMD .section__flip_camera .sub.type_1 .container__content .content_img .img__phone {
      position: relative;
      margin-left: 0;
      background-image: none;
      height: auto; }
    html #CMD .section__flip_camera .sub.type_1 .container__content .content_img .img__phone-camera {
      position: absolute;
      z-index: 1;
      top: 0;
      margin-left: 0;
      width: 162px;
      height: 162px; }
    html #CMD .section__flip_camera .sub.type_1 .container__content .content_img .img__phone-cover {
      z-index: 9;
      top: 0;
      margin-left: 0;
      width: 332px;
      height: 82px; }
  html #CMD .section__flip_camera .sub.type_1 .container__bg .img__phone-mask {
    position: relative;
    z-index: 9;
    top: 0;
    left: 50%;
    margin-left: 0;
    width: 764px;
    height: 380px; }
  html #CMD .section__flip_camera .sub.type_1 .container__bg video {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    margin-left: 0;
    width: 638px;
    height: 337px; }

html #CMD .section__flip_camera .sub.container_0 .container__bg .img__bg .img__phone-camera {
  transform: translateZ(0) rotate(-126deg);
  transition: transform 364ms;
  transform-origin: right center; }

html #CMD .section__flip_camera .sub.container_0 .container__bg.step-1 .img__bg .img__phone-camera {
  transform: translateZ(0) rotate(-108deg);
  transition: transform 364ms; }

html #CMD .section__flip_camera .sub.container_0 .container__bg.step-2 .img__bg .img__phone-camera {
  transform: translateZ(0) rotate(-90deg);
  transition: transform 364ms; }

html #CMD .section__flip_camera .sub.container_0 .container__bg.step-3 .img__bg .img__phone-camera {
  transform: translateZ(0) rotate(-72deg);
  transition: transform 364ms; }

html #CMD .section__flip_camera .sub.container_0 .container__bg.step-4 .img__bg .img__phone-camera {
  transform: translateZ(0) rotate(-54deg);
  transition: transform 252ms; }

html #CMD .section__flip_camera .sub.container_0 .container__bg.step-5 .img__bg .img__phone-camera {
  transform: translateZ(0) rotate(-126deg);
  transition: transform 292ms; }

html #CMD .section__flip_camera .sub.container_1 .container__bg .img__bg .img__phone-camera {
  transform: translate3d(-3px, -7px, 0) rotate(-154deg);
  animation: none;
  transform-origin: right center; }

html #CMD .section__flip_camera .sub.container_1 .container__bg.step-1 .img__bg .img__phone-camera {
  transform: translateZ(0) rotate(-63deg);
  transition: transform 510ms; }

html #CMD .section__flip_camera .sub.container_2 .container__content .img__phone-camera {
  transform: translateZ(0) rotate(90deg);
  animation: none; }

html #CMD .section__flip_camera .sub.container_2 .container__content.step-1 .img__phone-camera {
  transform: translateZ(0) rotate(50deg);
  transition: transform 1330ms; }

html #CMD .section__flip_camera .sub.container_2 .container__content.step-2 .img__phone-camera {
  transform: translateZ(0) rotate(20deg);
  transition: transform 855ms; }

html #CMD .section__flip_camera .sub.container_2 .container__content.step-3 .img__phone-camera {
  transform: translateZ(0) rotate(-30deg);
  transition: transform 1397ms; }

html #CMD .section__flip_camera .sub.container_0 {
  text-align: left; }
  html #CMD .section__flip_camera .sub.container_0 .container__content .content_img {
    position: relative; }
    html #CMD .section__flip_camera .sub.container_0 .container__content .content_img .img__screen {
      display: none; }
    html #CMD .section__flip_camera .sub.container_0 .container__content .content_img .img__phone {
      position: relative; }
    html #CMD .section__flip_camera .sub.container_0 .container__content .content_img video {
      top: 80px;
      left: 32px;
      width: 232px;
      height: 512px; }

.section__flip_camera .sub.container_0 .img__bg {
  background-image: url("../images/large/1x/animation/s4/case0/bg.jpg"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_0 .img__bg {
    background-image: url("../images/large/2x/animation/s4/case0/bg.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_0 .img__bg {
    background-image: url("../images/large/2x/animation/s4/case0/bg.jpg"); } }

.section__flip_camera .sub.container_0 .img__phone-camera {
  background-image: url("../images/large/1x/animation/s4/case0/phone_camera.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_0 .img__phone-camera {
    background-image: url("../images/large/2x/animation/s4/case0/phone_camera.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_0 .img__phone-camera {
    background-image: url("../images/large/2x/animation/s4/case0/phone_camera.png"); } }

.section__flip_camera .sub.container_0 .img__phone-cover {
  background-image: url("../images/large/1x/animation/s4/case0/phone_cover.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_0 .img__phone-cover {
    background-image: url("../images/large/2x/animation/s4/case0/phone_cover.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_0 .img__phone-cover {
    background-image: url("../images/large/2x/animation/s4/case0/phone_cover.png"); } }

html #CMD .section__flip_camera .sub.container_0 .container__bg .img__bg .img__phone-camera {
  top: 73px;
  margin-left: -152px;
  width: 250px;
  height: 250px; }

html #CMD .section__flip_camera .sub.container_0 .container__bg .img__bg .img__phone-cover {
  top: 111px;
  margin-left: 6px;
  width: 230px;
  height: 230px;
  transform: translate(-0.38px, 0); }

html #CMD .section__flip_camera .sub.container_1 {
  text-align: left; }
  html #CMD .section__flip_camera .sub.container_1 .container__content .content_img .img__screen {
    display: none; }
  html #CMD .section__flip_camera .sub.container_1 .container__content .content_img .img__phone {
    position: relative; }
  html #CMD .section__flip_camera .sub.container_1 .container__content .content_img video {
    top: 80px;
    left: 32px;
    width: 232px;
    height: 512px; }

.section__flip_camera .sub.container_1 .img__bg {
  background-image: url("../images/large/1x/animation/s4/case1/bg.jpg"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_1 .img__bg {
    background-image: url("../images/large/2x/animation/s4/case1/bg.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_1 .img__bg {
    background-image: url("../images/large/2x/animation/s4/case1/bg.jpg"); } }

.section__flip_camera .sub.container_1 .img__phone-camera {
  background-image: url("../images/large/1x/animation/s4/case1/phone_camera.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_1 .img__phone-camera {
    background-image: url("../images/large/2x/animation/s4/case1/phone_camera.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_1 .img__phone-camera {
    background-image: url("../images/large/2x/animation/s4/case1/phone_camera.png"); } }

.section__flip_camera .sub.container_1 .img__phone-cover {
  background-image: url("../images/large/1x/animation/s4/case1/phone_cover.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_1 .img__phone-cover {
    background-image: url("../images/large/2x/animation/s4/case1/phone_cover.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_1 .img__phone-cover {
    background-image: url("../images/large/2x/animation/s4/case1/phone_cover.png"); } }

html #CMD .section__flip_camera .sub.container_1 .container__bg .img__bg .img__phone-camera {
  top: 117px;
  margin-left: -71px;
  width: 180px;
  height: 180px; }

html #CMD .section__flip_camera .sub.container_1 .container__bg .img__bg .img__phone-cover {
  top: 160px;
  margin-left: 62px;
  width: 346px;
  height: 252px; }

.section__flip_camera .sub.container_2 .img__bg {
  background-image: url("../images/large/1x/animation/s4/case2/bg.jpg"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_2 .img__bg {
    background-image: url("../images/large/2x/animation/s4/case2/bg.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_2 .img__bg {
    background-image: url("../images/large/2x/animation/s4/case2/bg.jpg"); } }

.section__flip_camera .sub.container_2 .img__phone-camera {
  background-image: url("../images/large/1x/animation/s4/case2/phone_camera.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_2 .img__phone-camera {
    background-image: url("../images/large/2x/animation/s4/case2/phone_camera.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_2 .img__phone-camera {
    background-image: url("../images/large/2x/animation/s4/case2/phone_camera.png"); } }

.section__flip_camera .sub.container_2 .img__phone-cover {
  background-image: url("../images/large/1x/animation/s4/case2/phone_cover.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_2 .img__phone-cover {
    background-image: url("../images/large/2x/animation/s4/case2/phone_cover.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_2 .img__phone-cover {
    background-image: url("../images/large/2x/animation/s4/case2/phone_cover.png"); } }

.section__flip_camera .sub.container_2 .img__phone-mask {
  background-image: url("../images/large/1x/animation/s4/case2/mask.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_2 .img__phone-mask {
    background-image: url("../images/large/2x/animation/s4/case2/mask.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_2 .img__phone-mask {
    background-image: url("../images/large/2x/animation/s4/case2/mask.png"); } }

html #CMD .section__flip_camera .sub.container_2 .container__bg .img__phone-mask {
  top: 346px;
  left: 50%;
  margin-left: -95px;
  width: 764px;
  height: 380px; }

html #CMD .section__flip_camera .sub.container_2 .container__bg video {
  top: 392px;
  margin-left: -71px;
  width: 688px;
  height: 297px; }

html #CMD .section__flip_camera .sub.container_2 .container__content .content_img {
  top: 100px;
  margin-left: -256px; }
  html #CMD .section__flip_camera .sub.container_2 .container__content .content_img .img__phone {
    top: 469px;
    width: 332px; }
  html #CMD .section__flip_camera .sub.container_2 .container__content .content_img .img__replay {
    top: 363px;
    margin-left: 224px; }
  html #CMD .section__flip_camera .sub.container_2 .container__content .content_img .img__phone-camera {
    top: -114px;
    margin-left: -34px;
    height: 162px;
    transform-origin: bottom center; }
  html #CMD .section__flip_camera .sub.container_2 .container__content .content_img .img__phone-cover {
    top: 0;
    margin-left: 0;
    width: 332px;
    height: 82px; }

html #CMD #shotByZenfoneFlip .img__shot_0 {
  width: 468px;
  height: 468px; }
  #shotByZenfoneFlip .img__shot_0 {
    background-image: url("../images/large/1x/animation/s5/g0.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_0 {
      background-image: url("../images/large/2x/animation/s5/g0.webp"); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_0 {
      background-image: url("../images/large/2x/animation/s5/g0.jpg"); } }

#shotByZenfoneFlip .img__show_0 {
  background-image: url("../images/large/2x/animation/s5/g0_b.jpg"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_0 {
    background-image: url("../images/large/2x/animation/s5/g0_b.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_0 {
    background-image: url("../images/large/2x/animation/s5/g0_b.jpg"); } }

html #CMD #shotByZenfoneFlip .img__shot_1 {
  width: 226px;
  height: 468px; }
  #shotByZenfoneFlip .img__shot_1 {
    background-image: url("../images/large/1x/animation/s5/g1.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_1 {
      background-image: url("../images/large/2x/animation/s5/g1.webp"); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_1 {
      background-image: url("../images/large/2x/animation/s5/g1.jpg"); } }

#shotByZenfoneFlip .img__show_1 {
  background-image: url("../images/large/2x/animation/s5/g1_b.jpg"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_1 {
    background-image: url("../images/large/2x/animation/s5/g1_b.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_1 {
    background-image: url("../images/large/2x/animation/s5/g1_b.jpg"); } }

html #CMD #shotByZenfoneFlip .img__shot_2 {
  width: 226px;
  height: 226px; }
  #shotByZenfoneFlip .img__shot_2 {
    background-image: url("../images/large/1x/animation/s5/g2.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_2 {
      background-image: url("../images/large/2x/animation/s5/g2.webp"); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_2 {
      background-image: url("../images/large/2x/animation/s5/g2.jpg"); } }

#shotByZenfoneFlip .img__show_2 {
  background-image: url("../images/large/2x/animation/s5/g2_b.jpg"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_2 {
    background-image: url("../images/large/2x/animation/s5/g2_b.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_2 {
    background-image: url("../images/large/2x/animation/s5/g2_b.jpg"); } }

html #CMD #shotByZenfoneFlip .img__shot_3 {
  width: 226px;
  height: 226px; }
  #shotByZenfoneFlip .img__shot_3 {
    background-image: url("../images/large/1x/animation/s5/g3.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_3 {
      background-image: url("../images/large/2x/animation/s5/g3.webp"); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_3 {
      background-image: url("../images/large/2x/animation/s5/g3.jpg"); } }

#shotByZenfoneFlip .img__show_3 {
  background-image: url("../images/large/2x/animation/s5/g3_b.jpg"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_3 {
    background-image: url("../images/large/2x/animation/s5/g3_b.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_3 {
    background-image: url("../images/large/2x/animation/s5/g3_b.jpg"); } }

html #CMD #shotByZenfoneFlip .img__shot_4 {
  width: 226px;
  height: 226px; }
  #shotByZenfoneFlip .img__shot_4 {
    background-image: url("../images/large/1x/animation/s5/g4.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_4 {
      background-image: url("../images/large/2x/animation/s5/g4.webp"); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_4 {
      background-image: url("../images/large/2x/animation/s5/g4.jpg"); } }

#shotByZenfoneFlip .img__show_4 {
  background-image: url("../images/large/2x/animation/s5/g4_b.jpg"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_4 {
    background-image: url("../images/large/2x/animation/s5/g4_b.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_4 {
    background-image: url("../images/large/2x/animation/s5/g4_b.jpg"); } }

html #CMD #shotByZenfoneFlip .img__shot_5 {
  width: 226px;
  height: 226px; }
  #shotByZenfoneFlip .img__shot_5 {
    background-image: url("../images/large/1x/animation/s5/g5.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_5 {
      background-image: url("../images/large/2x/animation/s5/g5.webp"); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_5 {
      background-image: url("../images/large/2x/animation/s5/g5.jpg"); } }

#shotByZenfoneFlip .img__show_5 {
  background-image: url("../images/large/2x/animation/s5/g5_b.jpg"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_5 {
    background-image: url("../images/large/2x/animation/s5/g5_b.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_5 {
    background-image: url("../images/large/2x/animation/s5/g5_b.jpg"); } }

html #CMD #shotByZenfoneFlip .img__shot_6 {
  width: 226px;
  height: 468px; }
  #shotByZenfoneFlip .img__shot_6 {
    background-image: url("../images/large/1x/animation/s5/g6.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_6 {
      background-image: url("../images/large/2x/animation/s5/g6.webp"); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_6 {
      background-image: url("../images/large/2x/animation/s5/g6.jpg"); } }

#shotByZenfoneFlip .img__show_6 {
  background-image: url("../images/large/2x/animation/s5/g6_b.jpg"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_6 {
    background-image: url("../images/large/2x/animation/s5/g6_b.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_6 {
    background-image: url("../images/large/2x/animation/s5/g6_b.jpg"); } }

html #CMD #shotByZenfoneFlip .img__shot_7 {
  width: 468px;
  height: 468px; }
  #shotByZenfoneFlip .img__shot_7 {
    background-image: url("../images/large/1x/animation/s5/g7.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_7 {
      background-image: url("../images/large/2x/animation/s5/g7.webp"); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_7 {
      background-image: url("../images/large/2x/animation/s5/g7.jpg"); } }

#shotByZenfoneFlip .img__show_7 {
  background-image: url("../images/large/2x/animation/s5/g7_b.jpg"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_7 {
    background-image: url("../images/large/2x/animation/s5/g7_b.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_7 {
    background-image: url("../images/large/2x/animation/s5/g7_b.jpg"); } }

html #CMD #shotByZenfoneFlip .img__shot_8 {
  width: 1918px;
  height: 468px; }
  #shotByZenfoneFlip .img__shot_8 {
    background-image: url("../images/large/1x/animation/s5/g8.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_8 {
      background-image: url("../images/large/2x/animation/s5/g8.webp"); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_8 {
      background-image: url("../images/large/2x/animation/s5/g8.jpg"); } }

#shotByZenfoneFlip .img__show_8 {
  background-image: url("../images/large/2x/animation/s5/g8_b.jpg"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_8 {
    background-image: url("../images/large/2x/animation/s5/g8_b.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_8 {
    background-image: url("../images/large/2x/animation/s5/g8_b.jpg"); } }

html #CMD #shotByZenfoneFlip {
  display: block;
  position: relative;
  left: 50%;
  width: 1934px;
  max-width: 1934px;
  transform: translateX(-50%); }
  html #CMD #shotByZenfoneFlip::after {
    display: block;
    position: relative;
    clear: both;
    width: auto;
    height: auto;
    content: ''; }
  html #CMD #shotByZenfoneFlip .shot__item {
    float: left; }
  html #CMD #shotByZenfoneFlip .shot__item-group figure.img__shot + figure.img__shot {
    margin-top: 15.4px; }
  html #CMD #shotByZenfoneFlip .img__shot {
    margin: 7.7px; }

html #CMD #shotByZenfoneFlip .img__show {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0; }

html #CMD .section__6 {
  padding-top: 149px; }
  html #CMD .section__6 .wd__content {
    margin-left: auto;
    margin-right: auto; }
    html #CMD .section__6 .wd__content .content__info {
      max-width: 680px; }
  html #CMD .section__6 .wd__feature__list {
    display: inline-block;
    left: 0;
    margin-bottom: 70px;
    margin-left: 0;
    padding-bottom: 0;
    width: auto;
    font-size: 0;
    border-bottom: 1px solid #ccc; }
    html #CMD .section__6 .wd__feature__list .wd__feature {
      cursor: pointer;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      padding-right: 28px;
      padding-left: 28px;
      min-width: 230px; }
      html #CMD .section__6 .wd__feature__list .wd__feature:last-child {
        margin-right: 0; }
      html #CMD .section__6 .wd__feature__list .wd__feature .wd__feature__data::after {
        display: block;
        position: absolute;
        opacity: 0;
        content: ''; }
      html #CMD .section__6 .wd__feature__list .wd__feature::after {
        display: block;
        position: absolute;
        z-index: 99;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 3px;
        content: ''; }
      html #CMD .section__6 .wd__feature__list .wd__feature .wd__feature__data {
        display: inline-block;
        position: relative;
        padding-left: 0;
        box-sizing: border-box;
        height: 50px;
        vertical-align: middle; }
        html #CMD .section__6 .wd__feature__list .wd__feature .wd__feature__data,
        html #CMD .section__6 .wd__feature__list .wd__feature .wd__feature__data span {
          z-index: 10000;
          width: 100%;
          color: #333 !important;
          font-size: 20px;
          text-align: center;
          line-height: 1.1; }
        html #CMD .section__6 .wd__feature__list .wd__feature .wd__feature__data span.feature-text {
          vertical-align: middle; }
        html #CMD .section__6 .wd__feature__list .wd__feature .wd__feature__data::before {
          display: inline-block;
          position: relative;
          width: 0;
          height: 100%;
          content: '';
          vertical-align: middle; }
        html #CMD .section__6 .wd__feature__list .wd__feature .wd__feature__data .feature-icon::after {
          position: absolute;
          left: -100%;
          content: '';
          vertical-align: middle; }
      html #CMD .section__6 .wd__feature__list .wd__feature .feature-icon {
        display: none; }
      html #CMD .section__6 .wd__feature__list .wd__feature .wd__feature__describe {
        display: none; }
      html #CMD .section__6 .wd__feature__list .wd__feature .--feature-icon {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0;
        margin: 0;
        margin-right: 10px;
        width: 48px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translate(0, -50%);
        content: ''; }
      html #CMD .section__6 .wd__feature__list .wd__feature.active::after, html #CMD .section__6 .wd__feature__list .wd__feature:hover::after {
        background-color: #008aff; }
      html #CMD .section__6 .wd__feature__list .wd__feature.active .wd__feature__data.wd__feature__data.wd__feature__data.wd__feature__data,
      html #CMD .section__6 .wd__feature__list .wd__feature.active .wd__feature__data.wd__feature__data.wd__feature__data.wd__feature__data span, html #CMD .section__6 .wd__feature__list .wd__feature:hover .wd__feature__data.wd__feature__data.wd__feature__data.wd__feature__data,
      html #CMD .section__6 .wd__feature__list .wd__feature:hover .wd__feature__data.wd__feature__data.wd__feature__data.wd__feature__data span {
        color: #008aff !important; }

html #CMD .section__6 .container-style {
  position: relative;
  margin-top: -27px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1920px; }
  html #CMD .section__6 .container-style .slick-prev,
  html #CMD .section__6 .container-style .slick-next {
    z-index: 100000000;
    top: -36px;
    left: 50%;
    margin-top: 0; }
  html #CMD .section__6 .container-style .slick-prev {
    margin-left: -645px; }
  html #CMD .section__6 .container-style .slick-next {
    margin-left: 592px; }

html #CMD .section__6 .container-style .style {
  position: relative;
  overflow: hidden;
  width: 100%; }
  html #CMD .section__6 .container-style .style .style__content {
    position: relative;
    z-index: 9;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 690px;
    text-align: center; }
    html #CMD .section__6 .container-style .style .style__content .content-title {
      position: relative;
      margin-bottom: 19px;
      color: #333;
      font-size: 29px;
      line-height: 1.2; }
    html #CMD .section__6 .container-style .style .style__content .content-info {
      position: relative;
      color: #333;
      font-size: 18px;
      line-height: 1.5; }
  html #CMD .section__6 .container-style .style .style__img {
    position: relative;
    z-index: 1;
    left: 50%;
    margin-top: -52px;
    margin-left: -951px;
    width: 1902px;
    height: 608px; }
    html #CMD .section__6 .container-style .style .style__img .img__phone {
      z-index: 1; }
    html #CMD .section__6 .container-style .style .style__img video {
      display: block;
      position: absolute;
      z-index: 5;
      top: 163px;
      left: 50%;
      width: 780px;
      height: 350px;
      background-color: #000;
      transform: translateX(-50%); }
    html #CMD .section__6 .container-style .style .style__img .img__video_mask {
      position: absolute;
      z-index: 14;
      top: 110px;
      left: 50%;
      width: 1088px;
      height: 480px;
      transform: translateX(-50%); }
      .section__6 .style__img .img__video_mask {
        background-image: url("../images/large/1x/animation/s6/phone_mask.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-webp .section__6 .style__img .img__video_mask {
          background-image: url("../images/large/2x/animation/s6/phone_mask.webp"); } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-old .section__6 .style__img .img__video_mask {
          background-image: url("../images/large/2x/animation/s6/phone_mask.png"); } }

html #CMD .section__6 .style .videoInfoContainer {
  display: block;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  transform: translate(-50%, 0);
  min-height: 50px; }
  html #CMD .section__6 .style .videoInfoContainer .videoInfo_item {
    display: inline-block;
    box-sizing: border-box; }
    html #CMD .section__6 .style .videoInfoContainer .videoInfo_item .info_text {
      color: #333;
      font-size: 16px; }

html #CMD .section__6 .style .btn_replay {
  position: absolute;
  overflow: visible;
  z-index: 9;
  top: 106px;
  width: 100%;
  height: 1px; }
  html #CMD .section__6 .style .btn_replay .img__replay {
    margin-left: -2px;
    width: auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain; }
    html #CMD .section__6 .style .btn_replay .img__replay .img__text {
      position: relative;
      top: 16px;
      padding-left: 43px;
      box-sizing: border-box;
      width: auto;
      text-align: left; }

html #CMD .section__6 .style-0 .videoInfoContainer .videoInfo_item-1 .info_text {
  color: #008aff; }

html #CMD .section__6 .container-style .style-1 .style__content {
  max-width: 700px; }

html #CMD .section__6 .img_scale_container {
  position: relative;
  z-index: 1; }

html #CMD .section__6 .container-style .style-3 .style__img {
  overflow: hidden; }
  html #CMD .section__6 .container-style .style-3 .style__img .img_scale_container::before {
    display: inline-block;
    position: absolute;
    z-index: 14;
    top: 0;
    left: 0;
    width: 100px;
    height: 608px;
    background: linear-gradient(to right, #efefef 10%, rgba(239, 239, 239, 0) 100%);
    content: ''; }
  html #CMD .section__6 .container-style .style-3 .style__img .img_scale_container::after {
    display: inline-block;
    position: absolute;
    z-index: 14;
    top: 0;
    right: 0;
    width: 100px;
    height: 608px;
    background: linear-gradient(to left, #efefef 10%, rgba(239, 239, 239, 0) 100%);
    content: ''; }
  html #CMD .section__6 .container-style .style-3 .style__img .img__phone {
    top: 0;
    left: 0; }
    html #CMD .section__6 .container-style .style-3 .style__img .img__phone #s6_waveLeft {
      position: absolute;
      left: 50%;
      margin-left: -940px;
      width: 800px;
      height: 300px; }
    html #CMD .section__6 .container-style .style-3 .style__img .img__phone #s6_waveRight {
      position: absolute;
      left: 50%;
      margin-left: 170px;
      width: 800px;
      height: 300px; }
    html #CMD .section__6 .container-style .style-3 .style__img .img__phone .img__wave_bg {
      position: absolute;
      z-index: 9;
      top: 0;
      left: 0;
      width: 1920px;
      height: 700px; }
      .section__6 .style-3 .style__img .img__wave_bg {
        background-image: url("../images/large/1x/animation/s6/wave/bg.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-webp .section__6 .style-3 .style__img .img__wave_bg {
          background-image: url("../images/large/2x/animation/s6/wave/bg.webp"); } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-old .section__6 .style-3 .style__img .img__wave_bg {
          background-image: url("../images/large/2x/animation/s6/wave/bg.jpg"); } }
  html #CMD .section__6 .container-style .style-3 .style__img .s6canvas {
    z-index: 9; }

.section__6 .style-4 .aniItem-0 {
  background-image: url("../images/large/1x/animation/s6/micFocus/ani_0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .style-4 .aniItem-0 {
    background-image: url("../images/large/2x/animation/s6/micFocus/ani_0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .style-4 .aniItem-0 {
    background-image: url("../images/large/2x/animation/s6/micFocus/ani_0.png"); } }

.section__6 .style-4 .aniItem-1 {
  background-image: url("../images/large/1x/animation/s6/micFocus/ani_1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .style-4 .aniItem-1 {
    background-image: url("../images/large/2x/animation/s6/micFocus/ani_1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .style-4 .aniItem-1 {
    background-image: url("../images/large/2x/animation/s6/micFocus/ani_1.png"); } }

.section__6 .style-4 .aniItem-2 {
  background-image: url("../images/large/1x/animation/s6/micFocus/ani_2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .style-4 .aniItem-2 {
    background-image: url("../images/large/2x/animation/s6/micFocus/ani_2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .style-4 .aniItem-2 {
    background-image: url("../images/large/2x/animation/s6/micFocus/ani_2.png"); } }

.section__6 .style-4 .aniItem-3 {
  background-image: url("../images/large/1x/animation/s6/micFocus/ani_3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .style-4 .aniItem-3 {
    background-image: url("../images/large/2x/animation/s6/micFocus/ani_3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .style-4 .aniItem-3 {
    background-image: url("../images/large/2x/animation/s6/micFocus/ani_3.png"); } }

.section__6 .style-4 .aniItem-4 {
  background-image: url("../images/large/1x/animation/s6/micFocus/ani_4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .style-4 .aniItem-4 {
    background-image: url("../images/large/2x/animation/s6/micFocus/ani_4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .style-4 .aniItem-4 {
    background-image: url("../images/large/2x/animation/s6/micFocus/ani_4.png"); } }

.section__6 .style-4 .aniItem-5 {
  background-image: url("../images/large/1x/animation/s6/micFocus/ani_5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .style-4 .aniItem-5 {
    background-image: url("../images/large/2x/animation/s6/micFocus/ani_5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .style-4 .aniItem-5 {
    background-image: url("../images/large/2x/animation/s6/micFocus/ani_5.png"); } }

.section__6 .style-4 .aniItem-6 {
  background-image: url("../images/large/1x/animation/s6/micFocus/ani_6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .style-4 .aniItem-6 {
    background-image: url("../images/large/2x/animation/s6/micFocus/ani_6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .style-4 .aniItem-6 {
    background-image: url("../images/large/2x/animation/s6/micFocus/ani_6.png"); } }

.section__6 .style-4 .aniItem-7 {
  background-image: url("../images/large/1x/animation/s6/micFocus/ani_7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .style-4 .aniItem-7 {
    background-image: url("../images/large/2x/animation/s6/micFocus/ani_7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .style-4 .aniItem-7 {
    background-image: url("../images/large/2x/animation/s6/micFocus/ani_7.png"); } }

.section__6 .style-4 .aniItem-8 {
  background-image: url("../images/large/1x/animation/s6/micFocus/ani_8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .style-4 .aniItem-8 {
    background-image: url("../images/large/2x/animation/s6/micFocus/ani_8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .style-4 .aniItem-8 {
    background-image: url("../images/large/2x/animation/s6/micFocus/ani_8.png"); } }

@keyframes s6sub4CirclePlay {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    opacity: 0; } }

html #CMD .section__6 .container-style .style-4 .ani__container {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%; }
  html #CMD .section__6 .container-style .style-4 .ani__container .aniItem {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 500px;
    height: 500px; }

html #CMD .section__6 .container-style .style-4 .ani__container.ani-active .aniItem-0 {
  -webkit-animation-name: s6sub4CirclePlay;
  -khtml-animation-name: s6sub4CirclePlay;
  -moz-animation-name: s6sub4CirclePlay;
  -ms-animation-name: s6sub4CirclePlay;
  -o-animation-name: s6sub4CirclePlay;
  animation-name: s6sub4CirclePlay;
  -webkit-animation-duration: 2000ms;
  -khtml-animation-duration: 2000ms;
  -moz-animation-duration: 2000ms;
  -ms-animation-duration: 2000ms;
  -o-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -khtml-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -khtml-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -khtml-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 0ms;
  -khtml-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards; }

html #CMD .section__6 .container-style .style-4 .ani__container.ani-active .aniItem-1 {
  -webkit-animation-name: s6sub4CirclePlay;
  -khtml-animation-name: s6sub4CirclePlay;
  -moz-animation-name: s6sub4CirclePlay;
  -ms-animation-name: s6sub4CirclePlay;
  -o-animation-name: s6sub4CirclePlay;
  animation-name: s6sub4CirclePlay;
  -webkit-animation-duration: 2000ms;
  -khtml-animation-duration: 2000ms;
  -moz-animation-duration: 2000ms;
  -ms-animation-duration: 2000ms;
  -o-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -khtml-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -khtml-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -khtml-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 100ms;
  -khtml-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  -ms-animation-delay: 100ms;
  -o-animation-delay: 100ms;
  animation-delay: 100ms;
  animation-fill-mode: forwards; }

html #CMD .section__6 .container-style .style-4 .ani__container.ani-active .aniItem-2 {
  -webkit-animation-name: s6sub4CirclePlay;
  -khtml-animation-name: s6sub4CirclePlay;
  -moz-animation-name: s6sub4CirclePlay;
  -ms-animation-name: s6sub4CirclePlay;
  -o-animation-name: s6sub4CirclePlay;
  animation-name: s6sub4CirclePlay;
  -webkit-animation-duration: 2000ms;
  -khtml-animation-duration: 2000ms;
  -moz-animation-duration: 2000ms;
  -ms-animation-duration: 2000ms;
  -o-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -khtml-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -khtml-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -khtml-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 200ms;
  -khtml-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  animation-delay: 200ms;
  animation-fill-mode: forwards; }

html #CMD .section__6 .container-style .style-4 .ani__container.ani-active .aniItem-3 {
  -webkit-animation-name: s6sub4CirclePlay;
  -khtml-animation-name: s6sub4CirclePlay;
  -moz-animation-name: s6sub4CirclePlay;
  -ms-animation-name: s6sub4CirclePlay;
  -o-animation-name: s6sub4CirclePlay;
  animation-name: s6sub4CirclePlay;
  -webkit-animation-duration: 2000ms;
  -khtml-animation-duration: 2000ms;
  -moz-animation-duration: 2000ms;
  -ms-animation-duration: 2000ms;
  -o-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -khtml-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -khtml-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -khtml-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 300ms;
  -khtml-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  -ms-animation-delay: 300ms;
  -o-animation-delay: 300ms;
  animation-delay: 300ms;
  animation-fill-mode: forwards; }

html #CMD .section__6 .container-style .style-4 .ani__container.ani-active .aniItem-4 {
  -webkit-animation-name: s6sub4CirclePlay;
  -khtml-animation-name: s6sub4CirclePlay;
  -moz-animation-name: s6sub4CirclePlay;
  -ms-animation-name: s6sub4CirclePlay;
  -o-animation-name: s6sub4CirclePlay;
  animation-name: s6sub4CirclePlay;
  -webkit-animation-duration: 2000ms;
  -khtml-animation-duration: 2000ms;
  -moz-animation-duration: 2000ms;
  -ms-animation-duration: 2000ms;
  -o-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -khtml-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -khtml-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -khtml-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 400ms;
  -khtml-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  animation-delay: 400ms;
  animation-fill-mode: forwards; }

html #CMD .section__6 .container-style .style-4 .ani__container.ani-active .aniItem-5 {
  -webkit-animation-name: s6sub4CirclePlay;
  -khtml-animation-name: s6sub4CirclePlay;
  -moz-animation-name: s6sub4CirclePlay;
  -ms-animation-name: s6sub4CirclePlay;
  -o-animation-name: s6sub4CirclePlay;
  animation-name: s6sub4CirclePlay;
  -webkit-animation-duration: 2000ms;
  -khtml-animation-duration: 2000ms;
  -moz-animation-duration: 2000ms;
  -ms-animation-duration: 2000ms;
  -o-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -khtml-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -khtml-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -khtml-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 500ms;
  -khtml-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
  animation-fill-mode: forwards; }

html #CMD .section__6 .container-style .style-4 .ani__container.ani-active .aniItem-6 {
  -webkit-animation-name: s6sub4CirclePlay;
  -khtml-animation-name: s6sub4CirclePlay;
  -moz-animation-name: s6sub4CirclePlay;
  -ms-animation-name: s6sub4CirclePlay;
  -o-animation-name: s6sub4CirclePlay;
  animation-name: s6sub4CirclePlay;
  -webkit-animation-duration: 2000ms;
  -khtml-animation-duration: 2000ms;
  -moz-animation-duration: 2000ms;
  -ms-animation-duration: 2000ms;
  -o-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -khtml-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -khtml-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -khtml-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 600ms;
  -khtml-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  -ms-animation-delay: 600ms;
  -o-animation-delay: 600ms;
  animation-delay: 600ms;
  animation-fill-mode: forwards; }

html #CMD .section__6 .container-style .style-4 .ani__container.ani-active .aniItem-7 {
  -webkit-animation-name: s6sub4CirclePlay;
  -khtml-animation-name: s6sub4CirclePlay;
  -moz-animation-name: s6sub4CirclePlay;
  -ms-animation-name: s6sub4CirclePlay;
  -o-animation-name: s6sub4CirclePlay;
  animation-name: s6sub4CirclePlay;
  -webkit-animation-duration: 2000ms;
  -khtml-animation-duration: 2000ms;
  -moz-animation-duration: 2000ms;
  -ms-animation-duration: 2000ms;
  -o-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -khtml-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -khtml-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -khtml-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 700ms;
  -khtml-animation-delay: 700ms;
  -moz-animation-delay: 700ms;
  -ms-animation-delay: 700ms;
  -o-animation-delay: 700ms;
  animation-delay: 700ms;
  animation-fill-mode: forwards; }

html #CMD .section__6 .container-style .style-4 .ani__container.ani-active .aniItem-8 {
  -webkit-animation-name: s6sub4CirclePlay;
  -khtml-animation-name: s6sub4CirclePlay;
  -moz-animation-name: s6sub4CirclePlay;
  -ms-animation-name: s6sub4CirclePlay;
  -o-animation-name: s6sub4CirclePlay;
  animation-name: s6sub4CirclePlay;
  -webkit-animation-duration: 2000ms;
  -khtml-animation-duration: 2000ms;
  -moz-animation-duration: 2000ms;
  -ms-animation-duration: 2000ms;
  -o-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -khtml-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -khtml-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -khtml-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 800ms;
  -khtml-animation-delay: 800ms;
  -moz-animation-delay: 800ms;
  -ms-animation-delay: 800ms;
  -o-animation-delay: 800ms;
  animation-delay: 800ms;
  animation-fill-mode: forwards; }

html #CMD .section__6 .container-style .style-4 .ani__container.ani-active.ani-end .aniItem {
  opacity: 1;
  animation: none; }

html #CMD .section__7 .btn_replay {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.631); }
  html #CMD .section__7 .btn_replay.active {
    opacity: 1; }

html #CMD .section__7 .img__replay {
  background-image: url("../images/icon/replay.png") ;
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  opacity: 1;
  margin-left: 0;
  width: 40px;
  height: 44px;
  transform: translate(-50%, -50%);
  transition: opacity 300ms;
  pointer-events: none;
  filter: alpha(opacity=0); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html #CMD .section__7 .img__replay {
      background-image: url("../images/icon/replay.png"); } }
  html #CMD .section__7 .img__replay .img__text {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 100px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    transform: translateX(-50%); }
  html #CMD .section__7 .img__replay.active {
    opacity: 0.9;
    pointer-events: auto;
    filter: alpha(opacity=90); }

html #CMD .section__7.s7subcontent .wd__content {
  left: 100%;
  margin-top: 0;
  padding: 120px 190px 126px 75px;
  box-sizing: border-box;
  width: 640px;
  background-color: #fff; }
  html #CMD .section__7.s7subcontent .wd__content .content__info {
    margin: 0; }
  html #CMD .section__7.s7subcontent .wd__content .content__info + .content__info {
    padding-top: 0; }

html #CMD .section__7.s7subcontent .col {
  position: relative; }

html #CMD .section__7.s7subcontent figure[class*='img__main'] {
  position: absolute;
  left: 100%;
  width: 740px;
  height: 496px;
  background-color: #fff; }

html #CMD .section__8 .img__phone__mask {
  display: none; }

html #CMD .section__8 .slide-item.camera-info .wd__content.main-content .content__title {
  color: #008aff; }

html #CMD .section__8 .slide-item .img_scale_container {
  position: relative; }
  html #CMD .section__8 .slide-item .img_scale_container .img__phone {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -90px;
    width: 676px;
    height: 1760px; }

html #CMD .section__9 {
  z-index: 1000;
  margin-top: -5px;
  padding-top: 210px;
  background-color: #fff;
  transform: translate3d(0, 0, 0); }

#CMD .section__9 .img__screen_light {
  background-image: url("../images/large/1x/animation/s9/phone_screen_light.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #CMD .section__9 .img__screen_light {
    background-image: url("../images/large/2x/animation/s9/phone_screen_light.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #CMD .section__9 .img__screen_light {
    background-image: url("../images/large/2x/animation/s9/phone_screen_light.png"); } }

#CMD .section__9 .img__circle-0 {
  background-image: url("../images/large/1x/animation/s9/circle_0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #CMD .section__9 .img__circle-0 {
    background-image: url("../images/large/2x/animation/s9/circle_0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #CMD .section__9 .img__circle-0 {
    background-image: url("../images/large/2x/animation/s9/circle_0.png"); } }

#CMD .section__9 .img__circle-1 {
  background-image: url("../images/large/1x/animation/s9/circle_1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #CMD .section__9 .img__circle-1 {
    background-image: url("../images/large/2x/animation/s9/circle_1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #CMD .section__9 .img__circle-1 {
    background-image: url("../images/large/2x/animation/s9/circle_1.png"); } }

html #CMD .section__9 .img__main {
  left: 50%;
  margin-top: -125px;
  margin-left: -960px;
  width: 1920px;
  height: 1000px; }
  #CMD .section__9 .img__main {
    background-image: url("../images/large/1x/animation/s9/ani_bg.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-webp #CMD .section__9 .img__main {
      background-image: url("../images/large/2x/animation/s9/ani_bg.webp"); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-old #CMD .section__9 .img__main {
      background-image: url("../images/large/2x/animation/s9/ani_bg.jpg"); } }

html #CMD .section__9 .img__main .zfPhone {
  position: absolute;
  top: 309px;
  left: 50%;
  margin-left: -190px;
  width: 280px;
  height: 280px;
  transform: matrix3d(0.8333, -0.00413, 0, -0.00002, 0.31957, 0.72468, 0, -0.0001, 0, 0, 1, 0, -22, 36, 0, 1);
  transform-origin: 0 0 0; }

html #CMD .section__9 .img__main .img__screen_light {
  width: 568px;
  height: 714px; }

html #CMD .section__9 .img__main .percent_circle,
html #CMD .section__9 .img__main .percent_circle figure {
  width: 280px;
  height: 280px; }

html #CMD .section__9 .img__main .percent_circle {
  position: absolute;
  z-index: 1;
  top: 0;
  margin-left: 0;
  transform-origin: center; }
  html #CMD .section__9 .img__main .percent_circle .img__circle-1,
  html #CMD .section__9 .img__main .percent_circle .img__circle-0 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1; }

html #CMD .section__9 .img__main .percent-animate {
  display: none;
  position: absolute;
  z-index: 9;
  top: 0;
  margin-left: 0;
  width: 280px;
  height: 280px; }
  html #CMD .section__9 .img__main .percent-animate .percent_text {
    position: absolute;
    top: 85px;
    right: 51px;
    transform: scale(0.9, 1.3) skew(0deg, 0deg);
    transform-origin: center; }
  html #CMD .section__9 .img__main .percent-animate span {
    color: #bbf5f8;
    font-size: 49px; }
    html #CMD .section__9 .img__main .percent-animate span.text-number {
      margin-right: 3px;
      font-size: 90px;
      letter-spacing: -3px; }

@keyframes chargeEffect {
  0% {
    filter: brightness(1.2); }
  50% {
    filter: brightness(1); }
  70% {
    filter: brightness(1.2); }
  90% {
    filter: brightness(1); }
  100% {
    filter: brightness(1.2); } }

@keyframes circleRotate {
  100% {
    transform: rotate(360deg); } }

html #CMD .section__9 .percent_circle {
  transition: opacity 100ms;
  animation: circleRotate 4s linear infinite; }

html #CMD .section__9 .img__circle-1,
html #CMD .section__9 .img__circle-0 {
  display: none;
  opacity: 1; }

html #CMD .section__9.aniPlay .img__charge_line {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 400ms; }

html #CMD .section__9.aniPlay .img__charge_effect {
  animation-name: chargeEffect;
  animation-duration: 400ms;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite; }

html #CMD .section__9 .detect-point-out {
  margin-top: -342px;
  width: 1px;
  height: 1070px; }

html #CMD .section__9 .detect-point-enter {
  bottom: 600px;
  margin-left: 0; }

html #CMD .section__10 .wd__feature__list {
  padding-top: 16px; }
  html #CMD .section__10 .wd__feature__list .wd__feature {
    vertical-align: top; }
  html #CMD .section__10 .wd__feature__list .wd__feature .feature-icon {
    min-height: 65px;
    position: relative; }
    html #CMD .section__10 .wd__feature__list .wd__feature .feature-icon figure {
      position: absolute; }
  html #CMD .section__10 .wd__feature__list .wd__feature figure {
    height: 65px;
    background-size: contain; }
    html #CMD .section__10 .wd__feature__list .wd__feature figure.img__icon0 {
      background-image: url("../images/large/1x/icon/s10/icon_0.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__10 .wd__feature__list .wd__feature figure.img__icon0 {
          background-image: url("../images/large/2x/icon/s10/icon_0.png"); } }
    html #CMD .section__10 .wd__feature__list .wd__feature figure.img__icon1 {
      background-image: url("../images/large/1x/icon/s10/icon_1.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__10 .wd__feature__list .wd__feature figure.img__icon1 {
          background-image: url("../images/large/2x/icon/s10/icon_1.png"); } }
    html #CMD .section__10 .wd__feature__list .wd__feature figure.img__icon2 {
      background-image: url("../images/large/1x/icon/s10/icon_2.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__10 .wd__feature__list .wd__feature figure.img__icon2 {
          background-image: url("../images/large/2x/icon/s10/icon_2.png"); } }
    html #CMD .section__10 .wd__feature__list .wd__feature figure.img__icon3 {
      background-image: url("../images/large/1x/icon/s10/icon_3.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__10 .wd__feature__list .wd__feature figure.img__icon3 {
          background-image: url("../images/large/2x/icon/s10/icon_3.png"); } }
    html #CMD .section__10 .wd__feature__list .wd__feature figure.img__icon4 {
      background-image: url("../images/large/1x/icon/s10/icon_4.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__10 .wd__feature__list .wd__feature figure.img__icon4 {
          background-image: url("../images/large/2x/icon/s10/icon_4.png"); } }
  html #CMD .section__10 .wd__feature__list .feature-0 .feature-icon {
    width: 70px; }
    html #CMD .section__10 .wd__feature__list .feature-0 .feature-icon figure {
      bottom: 6px;
      width: 70px; }
  html #CMD .section__10 .wd__feature__list .feature-1 .feature-icon {
    width: 63px; }
    html #CMD .section__10 .wd__feature__list .feature-1 .feature-icon figure {
      bottom: 4px;
      width: 63px; }
  html #CMD .section__10 .wd__feature__list .feature-2 .feature-icon {
    width: 184px; }
    html #CMD .section__10 .wd__feature__list .feature-2 .feature-icon figure {
      bottom: 4px;
      width: 184px; }
  html #CMD .section__10 .wd__feature__list .feature-3 .feature-icon {
    width: 243px; }
    html #CMD .section__10 .wd__feature__list .feature-3 .feature-icon figure {
      bottom: 1px;
      width: 243px; }

html #CMD .section__10 .img__main {
  position: relative;
  left: 50%;
  margin-left: -951px;
  width: 1902px;
  height: 800px;
  background-size: contain; }

html #CMD .section__10 .img__phone {
  top: 150px;
  width: 900px;
  height: 500px; }
  #CMD .section__10 .img__phone {
    background-image: url("../images/large/1x/animation/s10/phone.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-webp #CMD .section__10 .img__phone {
      background-image: url("../images/large/2x/animation/s10/phone.webp"); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-old #CMD .section__10 .img__phone {
      background-image: url("../images/large/2x/animation/s10/phone.png"); } }

html #CMD .section__10 .img__main .wave-ripple {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 660px;
  height: 660px; }
  html #CMD .section__10 .img__main .wave-ripple.wave-ripple-left {
    margin-left: -842px; }
  html #CMD .section__10 .img__main .wave-ripple.wave-ripple-right {
    margin-left: 180px;
    transform: rotate(180deg); }
  html #CMD .section__10 .img__main .wave-ripple .wave {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 660px;
    height: 660px; }
    html #CMD .section__10 .img__main .wave-ripple .wave.wave-0 {
      opacity: 1; }
      #CMD .section__10 .wave-ripple .wave-0 {
        background-image: url("../images/large/1x/animation/s10/w0.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-webp #CMD .section__10 .wave-ripple .wave-0 {
          background-image: url("../images/large/2x/animation/s10/w0.webp"); } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-old #CMD .section__10 .wave-ripple .wave-0 {
          background-image: url("../images/large/2x/animation/s10/w0.png"); } }
    html #CMD .section__10 .img__main .wave-ripple .wave.wave-1 {
      opacity: 1; }
      #CMD .section__10 .wave-ripple .wave-1 {
        background-image: url("../images/large/1x/animation/s10/w1.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-webp #CMD .section__10 .wave-ripple .wave-1 {
          background-image: url("../images/large/2x/animation/s10/w1.webp"); } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-old #CMD .section__10 .wave-ripple .wave-1 {
          background-image: url("../images/large/2x/animation/s10/w1.png"); } }
    html #CMD .section__10 .img__main .wave-ripple .wave.wave-2 {
      opacity: 1; }
      #CMD .section__10 .wave-ripple .wave-2 {
        background-image: url("../images/large/1x/animation/s10/w2.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-webp #CMD .section__10 .wave-ripple .wave-2 {
          background-image: url("../images/large/2x/animation/s10/w2.webp"); } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-old #CMD .section__10 .wave-ripple .wave-2 {
          background-image: url("../images/large/2x/animation/s10/w2.png"); } }
    html #CMD .section__10 .img__main .wave-ripple .wave.wave-3 {
      opacity: 1; }
      #CMD .section__10 .wave-ripple .wave-3 {
        background-image: url("../images/large/1x/animation/s10/w3.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-webp #CMD .section__10 .wave-ripple .wave-3 {
          background-image: url("../images/large/2x/animation/s10/w3.webp"); } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-old #CMD .section__10 .wave-ripple .wave-3 {
          background-image: url("../images/large/2x/animation/s10/w3.png"); } }
    html #CMD .section__10 .img__main .wave-ripple .wave.wave-4 {
      opacity: 1; }
      #CMD .section__10 .wave-ripple .wave-4 {
        background-image: url("../images/large/1x/animation/s10/w4.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-webp #CMD .section__10 .wave-ripple .wave-4 {
          background-image: url("../images/large/2x/animation/s10/w4.webp"); } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-old #CMD .section__10 .wave-ripple .wave-4 {
          background-image: url("../images/large/2x/animation/s10/w4.png"); } }

html #CMD .section__10 .img__main.aniPlay .wave-ripple .wave.wave-0 {
  -webkit-animation-name: ripple;
  -khtml-animation-name: ripple;
  -moz-animation-name: ripple;
  -ms-animation-name: ripple;
  -o-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 1750ms;
  -khtml-animation-duration: 1750ms;
  -moz-animation-duration: 1750ms;
  -ms-animation-duration: 1750ms;
  -o-animation-duration: 1750ms;
  animation-duration: 1750ms;
  -webkit-animation-iteration-count: infinite;
  -khtml-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -khtml-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -khtml-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 175ms;
  -khtml-animation-delay: 175ms;
  -moz-animation-delay: 175ms;
  -ms-animation-delay: 175ms;
  -o-animation-delay: 175ms;
  animation-delay: 175ms;
  opacity: 0; }

html #CMD .section__10 .img__main.aniPlay .wave-ripple .wave.wave-1 {
  -webkit-animation-name: ripple;
  -khtml-animation-name: ripple;
  -moz-animation-name: ripple;
  -ms-animation-name: ripple;
  -o-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 1750ms;
  -khtml-animation-duration: 1750ms;
  -moz-animation-duration: 1750ms;
  -ms-animation-duration: 1750ms;
  -o-animation-duration: 1750ms;
  animation-duration: 1750ms;
  -webkit-animation-iteration-count: infinite;
  -khtml-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -khtml-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -khtml-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 350ms;
  -khtml-animation-delay: 350ms;
  -moz-animation-delay: 350ms;
  -ms-animation-delay: 350ms;
  -o-animation-delay: 350ms;
  animation-delay: 350ms;
  opacity: 0; }

html #CMD .section__10 .img__main.aniPlay .wave-ripple .wave.wave-2 {
  -webkit-animation-name: ripple;
  -khtml-animation-name: ripple;
  -moz-animation-name: ripple;
  -ms-animation-name: ripple;
  -o-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 1750ms;
  -khtml-animation-duration: 1750ms;
  -moz-animation-duration: 1750ms;
  -ms-animation-duration: 1750ms;
  -o-animation-duration: 1750ms;
  animation-duration: 1750ms;
  -webkit-animation-iteration-count: infinite;
  -khtml-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -khtml-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -khtml-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 525ms;
  -khtml-animation-delay: 525ms;
  -moz-animation-delay: 525ms;
  -ms-animation-delay: 525ms;
  -o-animation-delay: 525ms;
  animation-delay: 525ms;
  opacity: 0; }

html #CMD .section__10 .img__main.aniPlay .wave-ripple .wave.wave-3 {
  -webkit-animation-name: ripple;
  -khtml-animation-name: ripple;
  -moz-animation-name: ripple;
  -ms-animation-name: ripple;
  -o-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 1750ms;
  -khtml-animation-duration: 1750ms;
  -moz-animation-duration: 1750ms;
  -ms-animation-duration: 1750ms;
  -o-animation-duration: 1750ms;
  animation-duration: 1750ms;
  -webkit-animation-iteration-count: infinite;
  -khtml-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -khtml-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -khtml-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 700ms;
  -khtml-animation-delay: 700ms;
  -moz-animation-delay: 700ms;
  -ms-animation-delay: 700ms;
  -o-animation-delay: 700ms;
  animation-delay: 700ms;
  opacity: 0; }

html #CMD .section__10 .img__main.aniPlay .wave-ripple .wave.wave-4 {
  -webkit-animation-name: ripple;
  -khtml-animation-name: ripple;
  -moz-animation-name: ripple;
  -ms-animation-name: ripple;
  -o-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 1750ms;
  -khtml-animation-duration: 1750ms;
  -moz-animation-duration: 1750ms;
  -ms-animation-duration: 1750ms;
  -o-animation-duration: 1750ms;
  animation-duration: 1750ms;
  -webkit-animation-iteration-count: infinite;
  -khtml-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -khtml-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -khtml-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 875ms;
  -khtml-animation-delay: 875ms;
  -moz-animation-delay: 875ms;
  -ms-animation-delay: 875ms;
  -o-animation-delay: 875ms;
  animation-delay: 875ms;
  opacity: 0; }

html #CMD .section__11 {
  margin-top: 0;
  padding-top: 0; }

html #CMD .section__11 .wd__feature__list {
  padding-top: 25px; }
  html #CMD .section__11 .wd__feature__list .wd__feature {
    vertical-align: top; }
  html #CMD .section__11 .wd__feature__list .wd__feature .feature-icon {
    min-height: 65px;
    position: relative; }
    html #CMD .section__11 .wd__feature__list .wd__feature .feature-icon figure {
      position: absolute;
      bottom: 6px; }
  html #CMD .section__11 .wd__feature__list .wd__feature figure {
    height: 80px;
    background-size: contain; }
    html #CMD .section__11 .wd__feature__list .wd__feature figure.img__icon0 {
      background-image: url("../images/large/1x/icon/s11/icon_0.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__11 .wd__feature__list .wd__feature figure.img__icon0 {
          background-image: url("../images/large/2x/icon/s11/icon_0.png"); } }
    html #CMD .section__11 .wd__feature__list .wd__feature figure.img__icon1 {
      background-image: url("../images/large/1x/icon/s11/icon_1.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__11 .wd__feature__list .wd__feature figure.img__icon1 {
          background-image: url("../images/large/2x/icon/s11/icon_1.png"); } }
    html #CMD .section__11 .wd__feature__list .wd__feature figure.img__icon2 {
      background-image: url("../images/large/1x/icon/s11/icon_2.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__11 .wd__feature__list .wd__feature figure.img__icon2 {
          background-image: url("../images/large/2x/icon/s11/icon_2.png"); } }
    html #CMD .section__11 .wd__feature__list .wd__feature figure.img__icon3 {
      background-image: url("../images/large/1x/icon/s11/icon_3.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__11 .wd__feature__list .wd__feature figure.img__icon3 {
          background-image: url("../images/large/2x/icon/s11/icon_3.png"); } }
    html #CMD .section__11 .wd__feature__list .wd__feature figure.img__icon4 {
      background-image: url("../images/large/1x/icon/s11/icon_4.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__11 .wd__feature__list .wd__feature figure.img__icon4 {
          background-image: url("../images/large/2x/icon/s11/icon_4.png"); } }
  html #CMD .section__11 .wd__feature__list .feature-0 .feature-icon {
    width: 32px; }
    html #CMD .section__11 .wd__feature__list .feature-0 .feature-icon figure {
      width: 32px; }

html #CMD .section__11 .img__main {
  position: relative;
  left: 50%;
  margin-left: -1280px;
  width: 2560px;
  height: 1200px; }
  #CMD .section__11 .img__main {
    background-image: url("../images/large/1x/s11_main.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-webp #CMD .section__11 .img__main {
      background-image: url("../images/large/2x/s11_main.webp"); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-old #CMD .section__11 .img__main {
      background-image: url("../images/large/2x/s11_main.jpg"); } }

html #CMD .section__11 .audience__items {
  position: relative;
  left: 50%;
  margin-top: 77px;
  margin-left: -670px;
  width: 1340px; }
  html #CMD .section__11 .audience__items .audience__item {
    display: inline-block;
    position: relative; }
    html #CMD .section__11 .audience__items .audience__item .item__ani {
      position: relative;
      overflow: hidden;
      margin: 0 3px;
      width: 248px;
      height: 488px; }
      html #CMD .section__11 .audience__items .audience__item .item__ani::before {
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        content: ''; }
      html #CMD .section__11 .audience__items .audience__item .item__ani .item__img {
        position: absolute;
        top: 0;
        left: 50%;
        margin-top: 0;
        margin-left: -124px;
        width: 248px;
        height: 488px; }
      html #CMD .section__11 .audience__items .audience__item .item__ani .item__text {
        position: absolute;
        z-index: 1;
        bottom: 0;
        width: 100%;
        height: 488px;
        transition: height ease 400ms 0ms; }
        html #CMD .section__11 .audience__items .audience__item .item__ani .item__text .text-title {
          display: block;
          position: absolute;
          bottom: 0;
          padding-top: 5px;
          padding-bottom: 20px;
          width: 100%;
          color: #fff;
          font-size: 30px;
          text-shadow: 1px 1px 8px #333; }
        html #CMD .section__11 .audience__items .audience__item .item__ani .item__text .text-info {
          display: flex;
          position: absolute;
          left: 0;
          align-items: center;
          opacity: 0;
          padding-right: 20px;
          padding-left: 20px;
          box-sizing: border-box;
          width: 100%;
          height: 488px;
          color: #fff;
          font-size: 18px;
          line-height: 1.4;
          vertical-align: middle; }
    html #CMD .section__11 .audience__items .audience__item.item-0 .item__img {
      background-image: url("../images/large/1x/s11/ui_0.jpg") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__11 .audience__items .audience__item.item-0 .item__img {
          background-image: url("../images/large/2x/s11/ui_0.jpg"); } }
    html #CMD .section__11 .audience__items .audience__item.item-1 .item__img {
      background-image: url("../images/large/1x/s11/ui_1.jpg") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__11 .audience__items .audience__item.item-1 .item__img {
          background-image: url("../images/large/2x/s11/ui_1.jpg"); } }
    html #CMD .section__11 .audience__items .audience__item.item-2 .item__img {
      background-image: url("../images/large/1x/s11/ui_2.jpg") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__11 .audience__items .audience__item.item-2 .item__img {
          background-image: url("../images/large/2x/s11/ui_2.jpg"); } }
    html #CMD .section__11 .audience__items .audience__item.item-3 .item__img {
      background-image: url("../images/large/1x/s11/ui_3.jpg") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__11 .audience__items .audience__item.item-3 .item__img {
          background-image: url("../images/large/2x/s11/ui_3.jpg"); } }
    html #CMD .section__11 .audience__items .audience__item.item-4 .item__img {
      background-image: url("../images/large/1x/s11/ui_4.jpg") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__11 .audience__items .audience__item.item-4 .item__img {
          background-image: url("../images/large/2x/s11/ui_4.jpg"); } }

html #CMD .section__comment .footnotes ul.footnote li {
  color: #999; }

@media all and (min-width: 1280px) {
  html #CMD .large_use {
    display: block; }
  html #CMD .large_unuse {
    display: none; }
  html #CMD .wd__content.main-content .content__title::after {
    bottom: -37px; }
  html #CMD .wd__content.main-content.large__text-left {
    max-width: 430px; }
  html #CMD .wd__content.main-content.large__text-right {
    left: 50%;
    margin-left: 0;
    max-width: 430px; }
    html #CMD .wd__content.main-content.large__text-right .content__slogan::before {
      left: -64px; }
    html #CMD .wd__content.main-content.large__text-right .content__title::after {
      left: 100%;
      transform: translateX(-100%); }
  html #CMD .wd__content.main-content.large__text-center .content__title::after {
    left: 50%;
    transform: translateX(-50%) skew(-60deg); }
  html #CMD .wd__content.main-content .content__slogan::before {
    display: block;
    position: absolute;
    top: -19px;
    width: 200px;
    height: 64px;
    content: ''; }
  html #CMD .wd__content.main-content.large__text-left .content__slogan::before {
    left: -19px; }
  html #CMD .wd__content.main-content.large__text-center .content__slogan::before {
    left: 50%;
    transform: translateX(-50%); }
  html #CMD .section__kv {
    padding-top: 90px;
    padding-bottom: 70px; }
  html #CMD .section__kv .wd__content {
    padding-left: 0;
    width: 100%; }
    html #CMD .section__kv .wd__content .content__title {
      font-size: 45px;
      margin-top: -18px;
      letter-spacing: 0.11em; }
    html #CMD .section__kv .wd__content .content__info {
      margin-top: 0;
      width: 882px; }
  html #CMD .section__kv .wd__content.bottom-content {
    margin-top: -365px; }
  html #CMD .section__kv .img__kv__logo {
    margin-top: 0;
    width: 100%;
    height: 72px;
    background-size: contain; }
  html #CMD .section__kv .img__kv {
    position: relative;
    left: 50%;
    margin-top: -232px;
    margin-left: -1280px;
    width: 2560px;
    height: 1853px; }
  html #CMD .section__2 {
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0; }
  html #CMD .section__2 .wd__content .content__info {
    width: 815px; }
  html #CMD .section__2 .wd__feature__list {
    margin-right: auto;
    margin-left: auto;
    width: 1000px; }
  html #CMD .section__2 .wd__feature__list .feature-6 .img__icon6 {
    bottom: -10px;
    left: 50%;
    width: 250px;
    height: 82px; }
  html #CMD .section__2 .img__main {
    overflow: hidden;
    left: 50%;
    margin-top: 34px;
    margin-left: -960px;
    width: 1920px;
    height: 800px; }
  html #CMD .section__2 .img__animate {
    position: absolute;
    top: -200px;
    width: 1920px;
    height: 1100px; }
    #CMD .section__2 .img__animate {
      background-image: url("../images/large/1x/s2_main.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__2 .img__animate {
      background-image: url("../images/large/2x/s2_main.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__2 .img__animate {
      background-image: url("../images/large/2x/s2_main.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__3 {
    padding-top: 230px;
    padding-bottom: 52px; }
    html #CMD .section__3 .wd__content.main-content {
      left: 100%;
      margin-bottom: 131px;
      margin-left: -548px;
      max-width: 550px; }
      html #CMD .section__3 .wd__content.main-content .content__title {
        width: 438px; }
    html #CMD .section__3 .wd__feature__list .wd__feature .img__icon6 {
      position: relative;
      left: -16px;
      background-size: contain; }
    html #CMD .section__3 .wd__feature__list .feature-4 {
      margin-right: 0; }
    html #CMD .section__3 .wd__feature__list .feature-6 {
      margin-top: 10px; }
    html #CMD .section__3 .img__main {
      margin-top: -136px;
      margin-left: -214px; }
  html #CMD #video-s3-0 {
    background-color: #000; }
  html #CMD .section__flip_camera {
    padding-top: 0;
    padding-bottom: 0; }
    html #CMD .section__flip_camera .container_sub {
      margin-top: 21px;
      width: 100%;
      max-width: 1920px; }
      html #CMD .section__flip_camera .container_sub .sub {
        max-width: 1920px; }
        html #CMD .section__flip_camera .container_sub .sub .container__bg {
          margin-left: -960px; }
    html #CMD .section__flip_camera .wd__content.main-content {
      max-width: 1000px; }
    html #CMD .section__flip_camera .wd__feature__list {
      margin-top: 70px; }
    html #CMD .section__flip_camera .arrow {
      position: absolute;
      z-index: 1000;
      cursor: pointer;
      left: 50%;
      margin-top: 454px;
      width: 100%;
      max-width: 1920px;
      transform: translateX(-50%); }
      html #CMD .section__flip_camera .arrow figure {
        width: 50px;
        height: 94px; }
      html #CMD .section__flip_camera .arrow .arrow-left {
        position: absolute;
        left: 0; }
        html #CMD .section__flip_camera .arrow .arrow-left .img__arrow {
          background-image: url("../images/icon/arrow_2x_left.png") ; } }
        @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
          html #CMD .section__flip_camera .arrow .arrow-left .img__arrow {
            background-image: url("../images/icon/arrow_2x_left.png"); } }

@media all and (min-width: 1280px) {
      html #CMD .section__flip_camera .arrow .arrow-right {
        position: absolute;
        right: 0; }
        html #CMD .section__flip_camera .arrow .arrow-right .img__arrow {
          background-image: url("../images/icon/arrow_2x_right.png") ; } }
        @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
          html #CMD .section__flip_camera .arrow .arrow-right .img__arrow {
            background-image: url("../images/icon/arrow_2x_right.png"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__flip_camera .videoEnterDetect {
    top: 70%;
    height: 4000px; }
  html #CMD .section__flip_camera .sub.container_2 .container__content {
    padding-top: 151px; }
  html #CMD .section__5 {
    padding-top: 200px;
    padding-bottom: 0; }
  html #CMD .section__5 .wd__content .content__info {
    width: 815px; }
  html #CMD .section__5 .wd__feature__list {
    margin-right: auto;
    margin-left: auto;
    width: 1000px; }
  html #CMD #shotByZenfoneFlip {
    margin-top: 73px; }
  html #CMD .section__6 {
    margin-top: -8px;
    padding-top: 210px;
    padding-bottom: 50px; }
    html #CMD .section__6 .wd__feature__list {
      margin-top: 85px; }
    html #CMD .section__6 .s6_video {
      position: absolute;
      top: 0;
      left: 50%;
      width: 778px;
      height: 350px; }
    html #CMD .section__6 .videoEnterDetect {
      top: 70%;
      height: 4000px; }
    html #CMD .section__6 .style .videoInfoContainer {
      top: 520px;
      padding-top: 20px;
      width: 760px; }
      html #CMD .section__6 .style .videoInfoContainer .videoInfo_item {
        padding-right: 20px;
        padding-left: 20px;
        width: 49.3%;
        text-align: center; }
        html #CMD .section__6 .style .videoInfoContainer .videoInfo_item .info_text {
          font-size: 16px;
          line-height: 1.1; }
  html #CMD .section__6 .container-style .style-0 .style__img {
    overflow: hidden; }
    html #CMD .section__6 .container-style .style-0 .style__img .img__video_mask {
      z-index: 13; }
      .section__6 .style-0 .style__img .img__video_mask {
        background-image: url("../images/large/1x/animation/s6/phone_mask_flip.png"); } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-webp .section__6 .style-0 .style__img .img__video_mask {
        background-image: url("../images/large/2x/animation/s6/phone_mask_flip.webp"); } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-old .section__6 .style-0 .style__img .img__video_mask {
        background-image: url("../images/large/2x/animation/s6/phone_mask_flip.png"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__6 .container-style .style-1 .style__content {
    max-width: 700px; }
  html #CMD .section__6 .container-style .style-3 .style__content {
    max-width: 740px; }
  html #CMD .section__6 .container-style .style-3 .style__img {
    overflow: hidden; }
    html #CMD .section__6 .container-style .style-3 .style__img .img__video_mask {
      z-index: 13; }
      .section__6 .style-3 .style__img .img__video_mask {
        background-image: url("../images/large/1x/animation/s6/phone_mask_flip.png"); } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-webp .section__6 .style-3 .style__img .img__video_mask {
        background-image: url("../images/large/2x/animation/s6/phone_mask_flip.webp"); } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-old .section__6 .style-3 .style__img .img__video_mask {
        background-image: url("../images/large/2x/animation/s6/phone_mask_flip.png"); } }

@media all and (min-width: 1280px) {
  html #CMD #video-s6-3 {
    z-index: 11;
    top: 158px;
    margin-left: 0;
    width: 773px;
    height: 355px; }
  html #CMD .section__6 .container-style .style-3 .style__img {
    overflow: hidden; }
    html #CMD .section__6 .container-style .style-3 .style__img .s6WaveCanvas {
      position: absolute;
      z-index: 1;
      top: 182px;
      left: 0;
      width: 100%; }
    html #CMD .section__6 .container-style .style-3 .style__img .img__phone #s6_waveLeft {
      position: absolute;
      left: 50%;
      margin-left: -940px;
      width: 800px;
      height: 300px; }
    html #CMD .section__6 .container-style .style-3 .style__img .img__phone #s6_waveRight {
      position: absolute;
      left: 50%;
      margin-left: 170px;
      width: 800px;
      height: 300px; }
    html #CMD .section__6 .container-style .style-3 .style__img .img__phone .img__wave_bg {
      position: absolute;
      z-index: 9;
      top: 0;
      left: 0;
      width: 1920px;
      height: 700px; }
      .section__6 .style-3 .style__img .img__wave_bg {
        background-image: url("../images/large/1x/animation/s6/wave/bg.jpg"); } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-webp .section__6 .style-3 .style__img .img__wave_bg {
        background-image: url("../images/large/2x/animation/s6/wave/bg.webp"); } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-old .section__6 .style-3 .style__img .img__wave_bg {
        background-image: url("../images/large/2x/animation/s6/wave/bg.jpg"); } }

@media all and (min-width: 1280px) {
    html #CMD .section__6 .container-style .style-3 .style__img .s6canvas {
      z-index: 9; }
  html #CMD .section__6 .container-style .style-4 .ani__container {
    top: 93px;
    margin-left: -299px;
    width: 500px;
    height: 500px; }
    html #CMD .section__6 .container-style .style-4 .ani__container .aniItem {
      width: 500px;
      height: 500px; }
  html #CMD .section__7.s7main {
    margin-top: 0;
    padding-top: 51px;
    padding-bottom: 217px; }
  html #CMD .section__7 .wd__content.main-content {
    left: 50%;
    margin-left: -566px;
    max-width: 469px; }
  html #CMD .section__7 .img__main {
    position: absolute;
    left: 50%;
    margin-top: -356px;
    margin-right: 0;
    margin-left: -122px;
    width: 754px;
    height: 858px; }
    .section__7 .img__main {
      background-image: url("../images/large/1x/s7_main.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__7 .img__main {
      background-image: url("../images/large/2x/s7_main.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__7 .img__main {
      background-image: url("../images/large/2x/s7_main.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__7.section__7video {
    padding-bottom: 70px; }
    html #CMD .section__7.section__7video .detect-point {
      top: 0; }
    html #CMD .section__7.section__7video .wd__content {
      margin-left: -640px; }
    html #CMD .section__7.section__7video .img__main-video {
      margin-top: -140px;
      margin-left: -101px; }
      .section__7.section__7video .img__main-video {
        background-image: url("../images/large/1x/s7_pic0.jpg"); } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-webp .section__7.section__7video .img__main-video {
        background-image: url("../images/large/2x/s7_pic0.webp"); } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-old .section__7.section__7video .img__main-video {
        background-image: url("../images/large/2x/s7_pic0.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__7.section__7photo .wd__content {
    padding: 120px 75px 126px 190px; }
  html #CMD .section__7.section__7photo .img__main-photo {
    margin-top: 35px;
    margin-left: -641px; }
    .section__7.section__7photo .img__main-photo {
      background-image: url("../images/large/1x/s7_pic1.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__7.section__7photo .img__main-photo {
      background-image: url("../images/large/2x/s7_pic1.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__7.section__7photo .img__main-photo {
      background-image: url("../images/large/2x/s7_pic1.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__8 {
    display: inline-block;
    margin-top: -61px;
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 0; }
    html #CMD .section__8 .small__use {
      display: none; }
    html #CMD .section__8 .wd__content {
      left: 50%;
      margin-left: -570px;
      padding-bottom: 233px; }
  html #CMD .section__8 .slide-item {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    padding-top: 40px; }
    html #CMD .section__8 .slide-item.camera-info .wd__content.main-content {
      left: 50%;
      margin-top: 0;
      margin-left: -570px;
      padding-bottom: 153px;
      width: 100%;
      max-width: 1132px; }
      html #CMD .section__8 .slide-item.camera-info .wd__content.main-content .content__title {
        max-width: 530px;
        color: #008aff;
        font-size: 40px; }
      html #CMD .section__8 .slide-item.camera-info .wd__content.main-content .content__title::after {
        display: none; }
      html #CMD .section__8 .slide-item.camera-info .wd__content.main-content .content__info {
        margin-top: 70px;
        max-width: 530px;
        font-size: 20px; }
      html #CMD .section__8 .slide-item.camera-info .wd__content.main-content .camera__tip-line {
        position: relative;
        bottom: -36px;
        width: 647px;
        height: 1px;
        background: linear-gradient(90deg, #888f97 60%, rgba(255, 255, 255, 0.5) 100%);
        transform: none; }
    html #CMD .section__8 .slide-item .img_scale_container {
      position: relative; }
      html #CMD .section__8 .slide-item .img_scale_container .img__phone {
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -90px;
        width: 676px;
        height: 1760px; }
        .section__8 .img_scale_container .img__phone {
          background-image: url("../images/large/1x/animation/s8/slide_phone.jpg"); } }
      @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
        .image-webp .section__8 .img_scale_container .img__phone {
          background-image: url("../images/large/2x/animation/s8/slide_phone.webp"); } }
      @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
        .image-old .section__8 .img_scale_container .img__phone {
          background-image: url("../images/large/2x/animation/s8/slide_phone.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__8.static .slide-0 {
    display: none;
    height: 0;
    min-height: 0; }
    html #CMD .section__8.static .slide-0 .img_scale_container .img__phone {
      display: block; }
      .section__8.static .img_scale_container .img__phone {
        background-image: url("../images/large/1x/animation/s8/slide_phone_60p.png"); } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-webp .section__8.static .img_scale_container .img__phone {
        background-image: url("../images/large/2x/animation/s8/slide_phone_60p.webp"); } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      .image-old .section__8.static .img_scale_container .img__phone {
        background-image: url("../images/large/2x/animation/s8/slide_phone_60p.png"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__8.static .slide-1 {
    padding-top: 0; }
    html #CMD .section__8.static .slide-1 .wd__content {
      margin-top: 199px; }
  html #CMD .section__8.static .slide-2.camera-info .wd__content.main-content {
    padding-top: 133px; }
  html #CMD .section__8.static .slide-3.camera-info .wd__content.main-content {
    padding-top: 169px; }
    html #CMD .section__8.static .slide-3.camera-info .wd__content.main-content .camera__tip-line {
      width: 733px; }
  html #CMD .section__8.static .slide-4.camera-info .wd__content.main-content {
    padding-top: 154px; }
    html #CMD .section__8.static .slide-4.camera-info .wd__content.main-content .camera__tip-line {
      width: 824px; }
  html #CMD .section__8.static .slide-item {
    background-position: bottom center; }
    .section__8.static .slide-item {
      background-image: url("../images/large/1x/animation/s8/gray_bg.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__8.static .slide-item {
      background-image: url("../images/large/2x/animation/s8/gray_bg.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__8.static .slide-item {
      background-image: url("../images/large/2x/animation/s8/gray_bg.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__8.slideActive {
    position: relative;
    z-index: 1;
    margin-top: -140px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 100vh; }
  html #CMD .section__8.slideActive .wd__content {
    padding-bottom: 0; }
  html #CMD .section__8.slideActive .slide-item {
    overflow: visible;
    padding-top: 0; }
    html #CMD .section__8.slideActive .slide-item.camera-info {
      position: absolute;
      top: 0;
      width: 100%; }
      html #CMD .section__8.slideActive .slide-item.camera-info .wd__content.main-content {
        left: 50%;
        opacity: 0;
        margin-top: 0;
        margin-left: -570px; }
    html #CMD .section__8.slideActive .slide-item .img_scale_container .img__main {
      position: absolute;
      padding-top: 30px;
      width: 100%; }
    html #CMD .section__8.slideActive .slide-item .img_scale_container .img__phone {
      display: none;
      position: relative;
      left: 50%;
      margin-left: -90px; }
  html #CMD .section__8.slideActive .slide-item-group {
    min-height: 4000px; }
  html #CMD .section__8.slideActive .slide-0 {
    min-height: auto; }
    html #CMD .section__8.slideActive .slide-0 .img_scale_container .img__phone {
      display: block; }
  html #CMD .section__8.slideActive .slide-1 {
    padding-top: 0; }
    html #CMD .section__8.slideActive .slide-1 .wd__content {
      margin-top: 228px; }
  html #CMD .section__8.slideActive .slide-2.camera-info {
    padding-top: 163px; }
  html #CMD .section__8.slideActive .slide-3.camera-info {
    padding-top: 200px; }
    html #CMD .section__8.slideActive .slide-3.camera-info .wd__content.main-content .camera__tip-line {
      width: 733px; }
  html #CMD .section__8.slideActive .slide-4.camera-info {
    padding-top: 187px; }
    html #CMD .section__8.slideActive .slide-4.camera-info .wd__content.main-content .camera__tip-line {
      width: 824px; }
  html #CMD .section__8.slideActive .slide-end {
    position: relative;
    z-index: 9;
    opacity: 1;
    height: 400px; }
  html #CMD .section__9 {
    padding-bottom: 130px; }
    html #CMD .section__9 .wd__content.main-content .content__info {
      width: 880px; }
    html #CMD .section__9 .wd__content.main-content .wd__feature__list {
      margin-right: auto;
      margin-left: auto;
      width: 90%; }
      html #CMD .section__9 .wd__content.main-content .wd__feature__list .feature-3 .wd__feature__describe__top {
        display: none; }
      html #CMD .section__9 .wd__content.main-content .wd__feature__list .feature-4 {
        padding-left: 190px; }
      html #CMD .section__9 .wd__content.main-content .wd__feature__list .feature-4,
      html #CMD .section__9 .wd__content.main-content .wd__feature__list .feature-5,
      html #CMD .section__9 .wd__content.main-content .wd__feature__list .feature-6,
      html #CMD .section__9 .wd__content.main-content .wd__feature__list .feature-7 {
        left: -96px; }
  html #CMD .section__10 {
    margin-top: -103px;
    padding-top: 0; }
    html #CMD .section__10 .wd__content .content__info {
      max-width: 708px; }
  html #CMD .section__10 .img__main {
    margin-top: -177px; }
  html #CMD .section__11 {
    margin-top: -189px;
    padding-top: 0;
    padding-bottom: 94px; }
    html #CMD .section__11 .wd__content .content__info {
      max-width: 860px; }
    html #CMD .section__11 .img__main {
      margin-top: -165px; }
  html #CMD .section__11 .audience__items .audience__item .item__ani {
    transition: 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    html #CMD .section__11 .audience__items .audience__item .item__ani::before {
      opacity: 0;
      transition: opacity 300ms; }
    html #CMD .section__11 .audience__items .audience__item .item__ani .item__img {
      transition: 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    html #CMD .section__11 .audience__items .audience__item .item__ani .item__text .text-info {
      opacity: 0;
      transition: opacity 300ms; }
  @keyframes showItemText {
    0% {
      opacity: 1; }
    20% {
      opacity: 0; }
    70% {
      top: 0;
      opacity: 0; }
    100% {
      top: 0;
      opacity: 1; } }
  @keyframes showItemTextInfo {
    0% {
      opacity: 1; }
    20% {
      opacity: 0; }
    70% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  html #CMD .section__11 .audience__items .audience__item.hover .item__ani::before {
    opacity: 1; }
  html #CMD .section__11 .audience__items .audience__item.hover .item__ani .item__text .text-info {
    opacity: 1; }
  html #CMD .section__comment {
    margin-top: 0;
    padding-bottom: 70px; } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .wd__section .medium_use {
    display: block; }
  html #CMD .wd__section .medium_unuse {
    display: none; }
  html #CMD .wd__section .no__wrap {
    display: inline-block;
    white-space: nowrap; }
  html #CMD .wd__section .wd__content {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    width: 85%; }
  html #CMD .wd__section .wd__feature__list {
    margin-top: 68px; }
    html #CMD .wd__section .wd__feature__list .wd__feature {
      vertical-align: top; }
  html #CMD .wd__section .wd__link__arrow::after {
    padding-left: 5px; }
  html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en {
    bottom: -4px; }
  html #CMD .wd__section .wd__content.main-content .content__slogan::before {
    display: block;
    position: absolute;
    top: -13px;
    width: 171px;
    height: 62px;
    content: ''; }
  html #CMD .wd__section .wd__content.main-content.medium__text-center {
    text-align: center; }
    html #CMD .wd__section .wd__content.main-content.medium__text-center .content__slogan::before {
      top: -15px;
      left: 50%;
      transform: translateX(-50%) scale(1.17);
      transform-origin: center; }
  html #CMD .wd__section .wd__content.main-content .content__title::after {
    bottom: -37px; }
  html #CMD .wd__section .wd__content.main-content.medium__text-center .content__title::after {
    left: 50%;
    transform: translateX(-50%) skew(-60deg); }
  .section__flip_camera .sub.container_0 .img__bg {
    background-image: url("../images/scale/70p/1x/animation/s9/case0/bg.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_0 .img__bg {
    background-image: url("../images/scale/70p/2x/animation/s9/case0/bg.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_0 .img__bg {
    background-image: url("../images/scale/70p/2x/animation/s9/case0/bg.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub.container_0 .img__phone-camera {
    background-image: url("../images/scale/70p/1x/animation/s9/case0/phone_camera.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_0 .img__phone-camera {
    background-image: url("../images/scale/70p/2x/animation/s9/case0/phone_camera.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_0 .img__phone-camera {
    background-image: url("../images/scale/70p/2x/animation/s9/case0/phone_camera.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub.container_0 .img__phone-cover {
    background-image: url("../images/scale/70p/1x/animation/s9/case0/phone_cover.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_0 .img__phone-cover {
    background-image: url("../images/scale/70p/2x/animation/s9/case0/phone_cover.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_0 .img__phone-cover {
    background-image: url("../images/scale/70p/2x/animation/s9/case0/phone_cover.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub.container_1 .img__bg {
    background-image: url("../images/scale/70p/1x/animation/s9/case1/bg.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_1 .img__bg {
    background-image: url("../images/scale/70p/2x/animation/s9/case1/bg.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_1 .img__bg {
    background-image: url("../images/scale/70p/2x/animation/s9/case1/bg.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub.container_1 .img__phone-camera {
    background-image: url("../images/scale/70p/1x/animation/s9/case1/phone_camera.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_1 .img__phone-camera {
    background-image: url("../images/scale/70p/2x/animation/s9/case1/phone_camera.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_1 .img__phone-camera {
    background-image: url("../images/scale/70p/2x/animation/s9/case1/phone_camera.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub.container_1 .img__phone-cover {
    background-image: url("../images/scale/70p/1x/animation/s9/case1/phone_cover.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_1 .img__phone-cover {
    background-image: url("../images/scale/70p/2x/animation/s9/case1/phone_cover.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_1 .img__phone-cover {
    background-image: url("../images/scale/70p/2x/animation/s9/case1/phone_cover.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub.container_1 .img__phone-mask {
    background-image: url("../images/scale/70p/1x/animation/s9/case1/mask.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_1 .img__phone-mask {
    background-image: url("../images/scale/70p/2x/animation/s9/case1/mask.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_1 .img__phone-mask {
    background-image: url("../images/scale/70p/2x/animation/s9/case1/mask.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub.container_2 .img__bg {
    background-image: url("../images/scale/70p/1x/animation/s9/case2/bg.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_2 .img__bg {
    background-image: url("../images/scale/70p/2x/animation/s9/case2/bg.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_2 .img__bg {
    background-image: url("../images/scale/70p/2x/animation/s9/case2/bg.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub.container_2 .img__phone-camera {
    background-image: url("../images/scale/70p/1x/animation/s9/case2/phone_camera.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_2 .img__phone-camera {
    background-image: url("../images/scale/70p/2x/animation/s9/case2/phone_camera.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_2 .img__phone-camera {
    background-image: url("../images/scale/70p/2x/animation/s9/case2/phone_camera.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub.container_2 .img__phone-cover {
    background-image: url("../images/scale/70p/1x/animation/s9/case2/phone_cover.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_2 .img__phone-cover {
    background-image: url("../images/scale/70p/2x/animation/s9/case2/phone_cover.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_2 .img__phone-cover {
    background-image: url("../images/scale/70p/2x/animation/s9/case2/phone_cover.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub.container_2 .img__phone-mask {
    background-image: url("../images/scale/70p/1x/animation/s9/case2/mask.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_2 .img__phone-mask {
    background-image: url("../images/scale/70p/2x/animation/s9/case2/mask.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_2 .img__phone-mask {
    background-image: url("../images/scale/70p/2x/animation/s9/case2/mask.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub.container_3 .img__bg {
    background-image: url("../images/scale/70p/1x/animation/s9/case3/bg.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_3 .img__bg {
    background-image: url("../images/scale/70p/2x/animation/s9/case3/bg.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_3 .img__bg {
    background-image: url("../images/scale/70p/2x/animation/s9/case3/bg.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub.container_3 .img__phone-camera {
    background-image: url("../images/scale/70p/1x/animation/s9/case3/phone_camera.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_3 .img__phone-camera {
    background-image: url("../images/scale/70p/2x/animation/s9/case3/phone_camera.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_3 .img__phone-camera {
    background-image: url("../images/scale/70p/2x/animation/s9/case3/phone_camera.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub.container_3 .img__phone-cover {
    background-image: url("../images/scale/70p/1x/animation/s9/case3/phone_cover.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_3 .img__phone-cover {
    background-image: url("../images/scale/70p/2x/animation/s9/case3/phone_cover.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_3 .img__phone-cover {
    background-image: url("../images/scale/70p/2x/animation/s9/case3/phone_cover.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .product_price.active {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 30px; }
  html #CMD .product_pdguide.active {
    padding-top: 15px; }
  html #CMD .section__pdc.athena {
    z-index: 10; }
    html #CMD .section__pdc.athena .product_videos.active {
      margin-top: -37px;
      padding-top: 10px; }
    html #CMD .section__pdc.athena .video-bottom {
      margin-bottom: 40px !important;
      padding-bottom: 0; }
    html #CMD .section__pdc.athena .media-top {
      padding-top: 9px; }
    html #CMD .section__pdc.athena .media-bottom {
      margin-bottom: 0;
      padding-bottom: 126px; } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (min-width: 960px) and (max-width: 1300px) {
  html #CMD .section__pdc.athena .media-bottom {
    margin-bottom: 0; } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD #pdc.odin .pdc-space-start {
    margin-top: 36px;
    padding-top: 0; }
  html #CMD #pdc.odin .pdc-space-end {
    margin-top: 0;
    padding-top: 100px; }
  #CMD .section__kv.aniInit .img__phone-left {
    background-image: url("../images/scale/80p/1x/animation/kv/fone01.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv.aniInit .img__phone-left {
    background-image: url("../images/scale/80p/2x/animation/kv/fone01.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__kv.aniInit .img__phone-left {
    background-image: url("../images/scale/80p/2x/animation/kv/fone01.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  #CMD .section__kv.aniInit .img__phone-left-shadow {
    background-image: url("../images/scale/80p/1x/animation/kv/fone01_shadow.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv.aniInit .img__phone-left-shadow {
    background-image: url("../images/scale/80p/2x/animation/kv/fone01_shadow.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__kv.aniInit .img__phone-left-shadow {
    background-image: url("../images/scale/80p/2x/animation/kv/fone01_shadow.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  #CMD .section__kv.aniInit .img__phone-right {
    background-image: url("../images/scale/80p/1x/animation/kv/fone02.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv.aniInit .img__phone-right {
    background-image: url("../images/scale/80p/2x/animation/kv/fone02.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__kv.aniInit .img__phone-right {
    background-image: url("../images/scale/80p/2x/animation/kv/fone02.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  #CMD .section__kv.aniInit .img__phone-center {
    background-image: url("../images/scale/80p/1x/animation/kv/fone03.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv.aniInit .img__phone-center {
    background-image: url("../images/scale/80p/2x/animation/kv/fone03.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__kv.aniInit .img__phone-center {
    background-image: url("../images/scale/80p/2x/animation/kv/fone03.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .section__kv.aniInit .img__kv {
    position: relative;
    left: 50%;
    margin-left: -650px;
    width: 1300px;
    height: 1427px; }
    #CMD .section__kv.aniInit .img__kv {
      background-image: url("../images/medium/1x/animation/kv/bg.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__kv.aniInit .img__kv {
      background-image: url("../images/medium/2x/animation/kv/bg.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__kv.aniInit .img__kv {
      background-image: url("../images/medium/2x/animation/kv/bg.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .section__kv {
    overflow: hidden;
    padding-top: 74px;
    padding-bottom: 0; }
  html #CMD .section__kv .wd__content {
    padding-left: 0;
    width: 100%; }
    html #CMD .section__kv .wd__content .content__title {
      font-size: 53px;
      margin-top: -29px;
      font-weight: 200; }
    html #CMD .section__kv .wd__content .content__info {
      width: 89%; }
  html #CMD .section__kv .wd__content.bottom-content {
    position: relative;
    z-index: 999;
    margin-top: -385px; }
  html #CMD .section__kv::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    content: ''; }
  html #CMD .section__kv .wd__content .content__title {
    left: 2px;
    margin-top: -22px;
    font-size: 35px;
    letter-spacing: 0.19em; }
  html #CMD .section__kv .img__kv__logo {
    margin-top: 0;
    width: 100%;
    height: 62px;
    background-size: contain; }
  html #CMD .section__kv .img__kv {
    left: 50%;
    margin-top: -250px;
    margin-left: -650px;
    width: 1300px;
    height: 1427px; }
    #CMD .section__kv .img__kv {
      background-image: url("../images/medium/1x/kv.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__kv .img__kv {
      background-image: url("../images/medium/2x/kv.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__kv .img__kv {
      background-image: url("../images/medium/2x/kv.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .section__kv .wd__feature__list {
    left: 0;
    margin-top: -26px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    max-width: 720px; }
    html #CMD .section__kv .wd__feature__list .wd__feature {
      width: 188px;
      vertical-align: top; }
      html #CMD .section__kv .wd__feature__list .wd__feature figure {
        margin-right: auto;
        margin-bottom: 14px;
        margin-left: auto;
        width: 130px;
        height: 93px;
        background-size: contain; }
      html #CMD .section__kv .wd__feature__list .wd__feature .wd__feature__describe,
      html #CMD .section__kv .wd__feature__list .wd__feature .wd__feature__describe span {
        font-size: 17px; }
  html #CMD .section__kv.aniInit .img_scale_container {
    position: relative;
    overflow: hidden;
    height: 1100px; }
  html #CMD .section__kv.aniInit .phones {
    top: 263px;
    margin-left: -499px;
    transform-origin: top center;
    transform: rotate(15.3deg) scale(0.645); }
  html #CMD .section__2 {
    display: inline-block;
    z-index: 13;
    margin-top: 10px;
    padding-bottom: 0; }
  html #CMD .section__2 .wd__content {
    width: 100%; }
    html #CMD .section__2 .wd__content .content__info {
      width: 100%;
      max-width: 600px; }
  html #CMD .section__2 .wd__feature__list {
    margin-right: auto;
    margin-left: auto;
    width: 660px; }
    html #CMD .section__2 .wd__feature__list .feature-1 .wd__feature__describe__top,
    html #CMD .section__2 .wd__feature__list .feature-2 .wd__feature__describe__top,
    html #CMD .section__2 .wd__feature__list .feature-3 .wd__feature__describe__top {
      display: none; }
    html #CMD .section__2 .wd__feature__list .feature-2 {
      width: 100px; }
    html #CMD .section__2 .wd__feature__list .feature-3 {
      width: 110px; }
    html #CMD .section__2 .wd__feature__list .feature-6 .img__icon6 {
      bottom: -10px;
      left: 50%;
      width: 250px;
      height: 82px; }
  html #CMD .section__2 .img__main {
    overflow: hidden;
    left: 50%;
    margin-top: 46px;
    margin-left: -650px;
    width: 1300px;
    height: 600px; }
  html #CMD .section__2 .img__animate {
    position: absolute;
    top: -150px;
    width: 1300px;
    height: 745px;
    background-size: contain; }
    #CMD .section__2 .img__animate {
      background-image: url("../images/medium/1x/s2_main.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__2 .img__animate {
      background-image: url("../images/medium/2x/s2_main.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__2 .img__animate {
      background-image: url("../images/medium/2x/s2_main.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .section__3 {
    padding-top: 156px;
    padding-bottom: 46px; }
    html #CMD .section__3 .wd__content.main-content {
      margin-bottom: 0;
      width: 100%; }
      html #CMD .section__3 .wd__content.main-content .content__title {
        max-width: 700px; }
      html #CMD .section__3 .wd__content.main-content .content__info {
        width: 76%;
        max-width: 650px; }
    html #CMD .section__3 .wd__feature__list .feature-6 {
      margin-top: 10px; }
      html #CMD .section__3 .wd__feature__list .feature-6 .img__icon {
        width: 310px;
        height: 64px; }
  html #CMD .section__3 .img__main {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(0.69);
    transform-origin: top center; }
    .section__3 .img__mask {
      background-image: url("../images/scale/80p/1x/animation/s3/s3_main.png"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-webp .section__3 .img__mask {
      background-image: url("../images/scale/80p/2x/animation/s3/s3_main.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-old .section__3 .img__mask {
      background-image: url("../images/scale/80p/2x/animation/s3/s3_main.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .section__3 .img_scale_container {
    position: relative;
    overflow: hidden;
    margin-top: -59px;
    width: 100%;
    height: 960px; }
  html #CMD .section__flip_camera {
    margin-top: -164px;
    padding-top: 165px; }
  html #CMD .section__flip_camera .wd__content {
    width: 90%; }
    html #CMD .section__flip_camera .wd__content .content__title {
      max-width: 520px; }
    html #CMD .section__flip_camera .wd__content .content__info {
      width: 80%;
      max-width: 780px; }
  html #CMD .section__flip_camera .wd__feature__list {
    margin-top: 64px;
    width: 100%; }
    html #CMD .section__flip_camera .wd__feature__list .wd__feature {
      margin-right: 20px;
      margin-left: 20px;
      width: 124px; }
      html #CMD .section__flip_camera .wd__feature__list .wd__feature figure {
        width: 84px;
        height: 84px; }
      html #CMD .section__flip_camera .wd__feature__list .wd__feature .wd__feature__describe,
      html #CMD .section__flip_camera .wd__feature__list .wd__feature .wd__feature__describe span {
        font-size: 15px; }
  html #CMD .section__flip_camera .arrow {
    position: absolute;
    z-index: 1000;
    cursor: pointer;
    left: 50%;
    margin-top: 698px;
    width: 100%;
    max-width: 1160px;
    transform: translateX(-50%); }
    html #CMD .section__flip_camera .arrow figure {
      width: 39px;
      height: 62px; }
    html #CMD .section__flip_camera .arrow .arrow-left {
      position: absolute;
      left: 0; }
      html #CMD .section__flip_camera .arrow .arrow-left .img__arrow {
        background-image: url("../images/icon/arrow_left.png") ; } }
      @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
        html #CMD .section__flip_camera .arrow .arrow-left .img__arrow {
          background-image: url("../images/icon/arrow_left.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    html #CMD .section__flip_camera .arrow .arrow-right {
      position: absolute;
      right: 0; }
      html #CMD .section__flip_camera .arrow .arrow-right .img__arrow {
        background-image: url("../images/icon/arrow_right.png") ; } }
      @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
        html #CMD .section__flip_camera .arrow .arrow-right .img__arrow {
          background-image: url("../images/icon/arrow_right.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub .img__phone {
    background-image: url("../images/medium/1x/animation/s4/phone.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub .img__phone {
    background-image: url("../images/medium/2x/animation/s4/phone.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub .img__phone {
    background-image: url("../images/medium/2x/animation/s4/phone.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .section__flip_camera .container_sub {
    margin-top: 28px;
    width: 1280px;
    min-height: 835px; }
  html #CMD .section__flip_camera .container_sub .sub::before {
    position: absolute;
    margin-left: -830px;
    width: 800px;
    height: 590px; }
  html #CMD .section__flip_camera .container_sub .sub .container__content {
    padding-bottom: 44px; }
    html #CMD .section__flip_camera .container_sub .sub .container__content .content__title {
      color: #333;
      font-size: 31px; }
    html #CMD .section__flip_camera .container_sub .sub .container__content .content__info {
      margin: 16px auto 0;
      width: 67%;
      color: #333; }
  html #CMD .section__flip_camera .container_sub .sub .content_img .img__replay {
    top: 202px;
    margin-left: 0;
    width: 30px;
    height: 33px; }
  html #CMD .section__flip_camera .container_sub .sub.active {
    z-index: 9;
    opacity: 1; }
  html #CMD .section__flip_camera .container_sub .sub::before {
    z-index: 1; }
  html #CMD .section__flip_camera .container_sub .sub .container__content {
    left: 0;
    margin-top: 51px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    max-width: 670px;
    height: auto;
    text-align: center; }
    html #CMD .section__flip_camera .container_sub .sub .container__content .content_img {
      position: absolute;
      left: 25%;
      transform: translateX(-80%); }
      html #CMD .section__flip_camera .container_sub .sub .container__content .content_img video {
        position: absolute;
        top: 38px;
        left: 11px; }
      html #CMD .section__flip_camera .container_sub .sub .container__content .content_img .img__phone {
        position: absolute;
        margin-left: -28px;
        width: 250px;
        height: 500px; }
      html #CMD .section__flip_camera .container_sub .sub .container__content .content_img .img__replay {
        position: absolute;
        cursor: pointer;
        top: 32px;
        opacity: 0;
        margin-left: 227px;
        width: 30px;
        height: 33px;
        transition: opacity 300ms;
        pointer-events: none;
        filter: alpha(opacity=0); }
        html #CMD .section__flip_camera .container_sub .sub .container__content .content_img .img__replay .img__text {
          position: absolute;
          top: 31px;
          left: 50%;
          width: 100px;
          color: #fff;
          font-size: 12px;
          text-align: center;
          transform: translateX(-50%); }
        html #CMD .section__flip_camera .container_sub .sub .container__content .content_img .img__replay.active {
          opacity: 0.9;
          pointer-events: auto;
          filter: alpha(opacity=90); }
  html #CMD .section__flip_camera .container_sub .sub .container__bg {
    position: relative;
    left: 50%;
    margin-top: 0;
    margin-left: -640px;
    width: 1280px;
    height: 590px; }
    html #CMD .section__flip_camera .container_sub .sub .container__bg .img__bg,
    html #CMD .section__flip_camera .container_sub .sub .container__bg .img__bg-2 {
      width: 1280px;
      height: 590px; }
    html #CMD .section__flip_camera .container_sub .sub .container__bg .img__bg .img__phone-camera,
    html #CMD .section__flip_camera .container_sub .sub .container__bg .img__bg .img__phone-cover {
      position: absolute;
      left: 50%; }
  html #CMD .section__flip_camera .container_sub .sub {
    display: flex;
    flex-wrap: wrap; }
    html #CMD .section__flip_camera .container_sub .sub .container__content {
      margin-left: 0;
      padding-bottom: 68px;
      width: 100%;
      max-width: unset;
      order: 2; }
      html #CMD .section__flip_camera .container_sub .sub .container__content .content__info {
        max-width: 670px; }
    html #CMD .section__flip_camera .container_sub .sub .container__bg {
      order: 1;
      flex: 1;
      left: 0;
      margin-top: 0;
      margin-left: 0;
      width: 100%;
      height: 590px; }
      html #CMD .section__flip_camera .container_sub .sub .container__bg .img__bg {
        position: relative;
        left: 50%;
        margin-left: -640px; }
      html #CMD .section__flip_camera .container_sub .sub .container__bg .img__bg-2 {
        display: none; }
  html #CMD .section__flip_camera .container_sub .sub.type_0 .container__content .content_img {
    top: -602px;
    left: 50%;
    margin-left: -319px;
    transform: unset; }
    html #CMD .section__flip_camera .container_sub .sub.type_0 .container__content .content_img .img__replay {
      top: 222px; }
  html #CMD .section__flip_camera .container_sub .sub.type_0 .container__content .content_img video {
    top: 60px;
    left: 12px;
    width: 170px;
    height: 383px; }
  html #CMD .section__flip_camera .container_sub .sub.type_1 {
    text-align: left; }
    html #CMD .section__flip_camera .container_sub .sub.type_1::before {
      position: absolute;
      top: 0;
      left: 0;
      margin-left: 0;
      width: 100%;
      height: 205px; }
    html #CMD .section__flip_camera .container_sub .sub.type_1 .container__content .content_img {
      position: absolute;
      top: -740px;
      left: 50%;
      margin-left: 0;
      transform: unset; }
      html #CMD .section__flip_camera .container_sub .sub.type_1 .container__content .content_img .img__screen {
        display: none; }
      html #CMD .section__flip_camera .container_sub .sub.type_1 .container__content .content_img .img__phone {
        top: 143px;
        left: 50%;
        margin-left: -320px;
        width: 640px;
        height: 120px; }
      html #CMD .section__flip_camera .container_sub .sub.type_1 .container__content .content_img .img__phone-camera {
        position: absolute;
        z-index: 1;
        top: -56px;
        margin-left: -25px;
        width: 120px;
        height: 120px;
        transform-origin: 70px 112px; }
      html #CMD .section__flip_camera .container_sub .sub.type_1 .container__content .content_img .img__phone-cover {
        z-index: 9;
        top: 0;
        margin-left: 0;
        width: 640px;
        height: 120px; }
      html #CMD .section__flip_camera .container_sub .sub.type_1 .container__content .content_img .img__replay {
        top: 126px;
        margin-left: 0;
        width: 30px;
        height: 33px; }
    html #CMD .section__flip_camera .container_sub .sub.type_1 .container__bg .img__bg {
      position: relative; }
    html #CMD .section__flip_camera .container_sub .sub.type_1 .container__bg .img__bg-2 {
      display: none; }
    html #CMD .section__flip_camera .container_sub .sub.type_1 .container__bg .img__phone-mask {
      position: relative;
      z-index: 9;
      top: 0;
      left: 0;
      margin-left: 0;
      width: 1280px;
      min-height: 590px; }
    html #CMD .section__flip_camera .container_sub .sub.type_1 .container__bg video {
      position: absolute;
      z-index: 3;
      top: 0;
      left: 50%;
      margin-left: 0;
      width: 638px;
      height: 337px; }
    html #CMD .section__flip_camera .container_sub .sub.type_1 .container__content.step-2 .img__phone-camera {
      transform: translate3d(0, -6px, 0) rotate(-25deg);
      transition: transform 1300ms; }
  .section__flip_camera .sub.container_0 .img__bg {
    background-image: url("../images/medium/1x/animation/s4/case0/bg.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_0 .img__bg {
    background-image: url("../images/medium/2x/animation/s4/case0/bg.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_0 .img__bg {
    background-image: url("../images/medium/2x/animation/s4/case0/bg.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub.container_0 .img__phone-camera {
    background-image: url("../images/medium/1x/animation/s4/case0/phone_camera.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_0 .img__phone-camera {
    background-image: url("../images/medium/2x/animation/s4/case0/phone_camera.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_0 .img__phone-camera {
    background-image: url("../images/medium/2x/animation/s4/case0/phone_camera.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub.container_0 .img__phone-cover {
    background-image: url("../images/medium/1x/animation/s4/case0/phone_cover.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_0 .img__phone-cover {
    background-image: url("../images/medium/2x/animation/s4/case0/phone_cover.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_0 .img__phone-cover {
    background-image: url("../images/medium/2x/animation/s4/case0/phone_cover.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub.container_0 .img__phone-mask {
    background-image: url("../images/medium/1x/animation/s4/case0/mask.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_0 .img__phone-mask {
    background-image: url("../images/medium/2x/animation/s4/case0/mask.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_0 .img__phone-mask {
    background-image: url("../images/medium/2x/animation/s4/case0/mask.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .section__flip_camera .container_sub .sub.container_0 .container__bg.container__bg.container__bg video {
    top: 227px;
    left: 50%;
    margin-left: -100px;
    width: 638px;
    height: 217px; }
  html #CMD .section__flip_camera .container_sub .sub.container_0 .container__bg .img__bg .img__phone-camera {
    top: 11px;
    margin-left: -102px;
    width: 175px;
    height: 175px;
    transform-origin: right center; }
    html #CMD .section__flip_camera .container_sub .sub.container_0 .container__bg .img__bg .img__phone-camera::before {
      display: block;
      position: absolute;
      top: 65px;
      left: 61px;
      width: 2px;
      height: 2px;
      content: ''; }
  html #CMD .section__flip_camera .container_sub .sub.container_0 .container__bg .img__bg .img__phone-cover {
    top: 76px;
    margin-left: 46px;
    width: 120px;
    height: 120px; }
  .section__flip_camera .sub.container_1 .img__bg {
    background-image: url("../images/medium/1x/animation/s4/case1/bg.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_1 .img__bg {
    background-image: url("../images/medium/2x/animation/s4/case1/bg.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_1 .img__bg {
    background-image: url("../images/medium/2x/animation/s4/case1/bg.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub.container_1 .img__phone-camera {
    background-image: url("../images/medium/1x/animation/s4/case1/phone_camera.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_1 .img__phone-camera {
    background-image: url("../images/medium/2x/animation/s4/case1/phone_camera.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_1 .img__phone-camera {
    background-image: url("../images/medium/2x/animation/s4/case1/phone_camera.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub.container_1 .img__phone-cover {
    background-image: url("../images/medium/1x/animation/s4/case1/phone_cover.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_1 .img__phone-cover {
    background-image: url("../images/medium/2x/animation/s4/case1/phone_cover.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_1 .img__phone-cover {
    background-image: url("../images/medium/2x/animation/s4/case1/phone_cover.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .section__flip_camera .sub.container_1 {
    text-align: left; }
    html #CMD .section__flip_camera .sub.container_1 .container__content .content_img .img__screen {
      display: none; }
    html #CMD .section__flip_camera .sub.container_1 .container__content .content_img .img__phone {
      position: relative; }
    html #CMD .section__flip_camera .sub.container_1 .container__content .content_img video {
      width: 274px;
      height: 591px; }
  html #CMD .section__flip_camera .sub.container_1 .container__bg .img__bg .img__phone-camera {
    top: 40px;
    margin-left: -99px;
    width: 175px;
    height: 175px; }
  html #CMD .section__flip_camera .sub.container_1 .container__bg .img__bg .img__phone-cover {
    top: 79px;
    margin-left: 35px;
    width: 133px;
    height: 109px; }
  html #CMD .section__flip_camera .sub.container_1 .container__bg.step-1 .img__bg .img__phone-camera {
    transform: translate3d(3px, -2px, 0) rotate(-63deg); }
  .section__flip_camera .sub.container_2 .img__bg {
    background-image: url("../images/medium/1x/animation/s4/case2/bg.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_2 .img__bg {
    background-image: url("../images/medium/2x/animation/s4/case2/bg.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_2 .img__bg {
    background-image: url("../images/medium/2x/animation/s4/case2/bg.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub.container_2 .img__phone-camera {
    background-image: url("../images/medium/1x/animation/s4/case2/phone_camera.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_2 .img__phone-camera {
    background-image: url("../images/medium/2x/animation/s4/case2/phone_camera.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_2 .img__phone-camera {
    background-image: url("../images/medium/2x/animation/s4/case2/phone_camera.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub.container_2 .img__phone-cover {
    background-image: url("../images/medium/1x/animation/s4/case2/phone_cover.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_2 .img__phone-cover {
    background-image: url("../images/medium/2x/animation/s4/case2/phone_cover.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_2 .img__phone-cover {
    background-image: url("../images/medium/2x/animation/s4/case2/phone_cover.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__flip_camera .sub.container_2 .img__phone-mask {
    background-image: url("../images/medium/1x/animation/s4/case2/mask.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_2 .img__phone-mask {
    background-image: url("../images/medium/2x/animation/s4/case2/mask.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_2 .img__phone-mask {
    background-image: url("../images/medium/2x/animation/s4/case2/mask.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .section__flip_camera .container_sub .sub.container_2 .container__bg video {
    top: 280px;
    left: 50%;
    margin-left: -245px;
    width: 489px;
    height: 224px; }
  html #CMD .section__flip_camera .container_sub .sub.container_2 .container__content.step-1 .img__phone-camera {
    transform: translateZ(0) rotate(50deg);
    transition: transform 1330ms; }
  html #CMD .section__flip_camera .container_sub .sub.container_2 .container__content.step-2 .img__phone-camera {
    transform: translateZ(0) rotate(20deg);
    transition: transform 855ms; }
  html #CMD .section__flip_camera .container_sub .sub.container_2 .container__content.step-3 .img__phone-camera {
    transform: translateZ(0) rotate(-30deg);
    transition: transform 1397ms; }
  html #CMD .section__flip_camera .container_sub .sub.container_2 .container__content .content_img .img__phone-camera {
    transform-origin: bottom center; }
  html #CMD .section__5 {
    display: inline-block;
    z-index: 13;
    margin-top: 0;
    padding-top: 92px;
    padding-bottom: 0; }
    html #CMD .section__5 .wd__content {
      width: 100%; }
      html #CMD .section__5 .wd__content .content__info {
        width: 100%;
        max-width: 620px; }
    html #CMD .section__5 .wd__feature__list {
      margin-right: auto;
      margin-left: auto;
      width: 660px; }
      html #CMD .section__5 .wd__feature__list .feature-1 .wd__feature__describe__top,
      html #CMD .section__5 .wd__feature__list .feature-2 .wd__feature__describe__top,
      html #CMD .section__5 .wd__feature__list .feature-3 .wd__feature__describe__top {
        display: none; }
      html #CMD .section__5 .wd__feature__list .feature-2,
      html #CMD .section__5 .wd__feature__list .feature-3 {
        width: 100px; }
  html #CMD .section__5 .img_scale_container {
    overflow: hidden;
    margin-top: 86px;
    height: 574px; }
  html #CMD #shotByZenfoneFlip {
    transform-origin: top center;
    transform: translateX(-50%) scale(0.679); }
  html #CMD #shotByZenfoneFlip .img__shot_0 {
    width: 468px;
    height: 468px; }
    #shotByZenfoneFlip .img__shot_0 {
      background-image: url("../images/scale/80p/1x/animation/s5/g0.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_0 {
      background-image: url("../images/scale/80p/2x/animation/s5/g0.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_0 {
      background-image: url("../images/scale/80p/2x/animation/s5/g0.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  #shotByZenfoneFlip .img__show_0 {
    background-image: url("../images/scale/80p/2x/animation/s5/g0_b.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_0 {
    background-image: url("../images/scale/80p/2x/animation/s5/g0_b.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_0 {
    background-image: url("../images/scale/80p/2x/animation/s5/g0_b.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD #shotByZenfoneFlip .img__shot_1 {
    width: 226px;
    height: 468px; }
    #shotByZenfoneFlip .img__shot_1 {
      background-image: url("../images/scale/80p/1x/animation/s5/g1.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_1 {
      background-image: url("../images/scale/80p/2x/animation/s5/g1.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_1 {
      background-image: url("../images/scale/80p/2x/animation/s5/g1.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  #shotByZenfoneFlip .img__show_1 {
    background-image: url("../images/scale/80p/2x/animation/s5/g1_b.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_1 {
    background-image: url("../images/scale/80p/2x/animation/s5/g1_b.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_1 {
    background-image: url("../images/scale/80p/2x/animation/s5/g1_b.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD #shotByZenfoneFlip .img__shot_2 {
    width: 226px;
    height: 226px; }
    #shotByZenfoneFlip .img__shot_2 {
      background-image: url("../images/scale/80p/1x/animation/s5/g2.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_2 {
      background-image: url("../images/scale/80p/2x/animation/s5/g2.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_2 {
      background-image: url("../images/scale/80p/2x/animation/s5/g2.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  #shotByZenfoneFlip .img__show_2 {
    background-image: url("../images/scale/80p/2x/animation/s5/g2_b.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_2 {
    background-image: url("../images/scale/80p/2x/animation/s5/g2_b.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_2 {
    background-image: url("../images/scale/80p/2x/animation/s5/g2_b.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD #shotByZenfoneFlip .img__shot_3 {
    width: 226px;
    height: 226px; }
    #shotByZenfoneFlip .img__shot_3 {
      background-image: url("../images/scale/80p/1x/animation/s5/g3.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_3 {
      background-image: url("../images/scale/80p/2x/animation/s5/g3.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_3 {
      background-image: url("../images/scale/80p/2x/animation/s5/g3.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  #shotByZenfoneFlip .img__show_3 {
    background-image: url("../images/scale/80p/2x/animation/s5/g3_b.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_3 {
    background-image: url("../images/scale/80p/2x/animation/s5/g3_b.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_3 {
    background-image: url("../images/scale/80p/2x/animation/s5/g3_b.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD #shotByZenfoneFlip .img__shot_4 {
    width: 226px;
    height: 226px; }
    #shotByZenfoneFlip .img__shot_4 {
      background-image: url("../images/scale/80p/1x/animation/s5/g4.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_4 {
      background-image: url("../images/scale/80p/2x/animation/s5/g4.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_4 {
      background-image: url("../images/scale/80p/2x/animation/s5/g4.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  #shotByZenfoneFlip .img__show_4 {
    background-image: url("../images/scale/80p/2x/animation/s5/g4_b.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_4 {
    background-image: url("../images/scale/80p/2x/animation/s5/g4_b.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_4 {
    background-image: url("../images/scale/80p/2x/animation/s5/g4_b.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD #shotByZenfoneFlip .img__shot_5 {
    width: 226px;
    height: 226px; }
    #shotByZenfoneFlip .img__shot_5 {
      background-image: url("../images/scale/80p/1x/animation/s5/g5.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_5 {
      background-image: url("../images/scale/80p/2x/animation/s5/g5.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_5 {
      background-image: url("../images/scale/80p/2x/animation/s5/g5.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  #shotByZenfoneFlip .img__show_5 {
    background-image: url("../images/scale/80p/2x/animation/s5/g5_b.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_5 {
    background-image: url("../images/scale/80p/2x/animation/s5/g5_b.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_5 {
    background-image: url("../images/scale/80p/2x/animation/s5/g5_b.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD #shotByZenfoneFlip .img__shot_6 {
    width: 226px;
    height: 468px; }
    #shotByZenfoneFlip .img__shot_6 {
      background-image: url("../images/scale/80p/1x/animation/s5/g6.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_6 {
      background-image: url("../images/scale/80p/2x/animation/s5/g6.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_6 {
      background-image: url("../images/scale/80p/2x/animation/s5/g6.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  #shotByZenfoneFlip .img__show_6 {
    background-image: url("../images/scale/80p/2x/animation/s5/g6_b.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_6 {
    background-image: url("../images/scale/80p/2x/animation/s5/g6_b.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_6 {
    background-image: url("../images/scale/80p/2x/animation/s5/g6_b.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD #shotByZenfoneFlip .img__shot_7 {
    width: 468px;
    height: 468px; }
    #shotByZenfoneFlip .img__shot_7 {
      background-image: url("../images/scale/80p/1x/animation/s5/g7.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_7 {
      background-image: url("../images/scale/80p/2x/animation/s5/g7.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_7 {
      background-image: url("../images/scale/80p/2x/animation/s5/g7.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  #shotByZenfoneFlip .img__show_7 {
    background-image: url("../images/scale/80p/2x/animation/s5/g7_b.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_7 {
    background-image: url("../images/scale/80p/2x/animation/s5/g7_b.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_7 {
    background-image: url("../images/scale/80p/2x/animation/s5/g7_b.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD #shotByZenfoneFlip .img__shot_8 {
    width: 1918px;
    height: 468px; }
    #shotByZenfoneFlip .img__shot_8 {
      background-image: url("../images/scale/80p/1x/animation/s5/g8.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_8 {
      background-image: url("../images/scale/80p/2x/animation/s5/g8.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_8 {
      background-image: url("../images/scale/80p/2x/animation/s5/g8.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  #shotByZenfoneFlip .img__show_8 {
    background-image: url("../images/scale/80p/2x/animation/s5/g8_b.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_8 {
    background-image: url("../images/scale/80p/2x/animation/s5/g8_b.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_8 {
    background-image: url("../images/scale/80p/2x/animation/s5/g8_b.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .section__6 {
    z-index: 2;
    margin-top: -5px;
    padding-top: 160px; }
  html #CMD .section__6 .wd__content {
    width: 100%;
    max-width: 1300px; }
    html #CMD .section__6 .wd__content .content__title {
      width: 87%;
      max-width: 670px; }
    html #CMD .section__6 .wd__content .content__info {
      width: 87%;
      max-width: 670px; }
  html #CMD .section__6 .scroll_container::-webkit-scrollbar {
    display: none; }
  html #CMD .section__6 .scroll_container .wd__feature__list {
    overflow: scroll;
    overflow-y: hidden;
    left: 0;
    margin-top: 77px;
    margin-left: auto;
    width: 100vw;
    text-align: unset;
    white-space: nowrap;
    -ms-overflow-style: none; }
    html #CMD .section__6 .scroll_container .wd__feature__list::-webkit-scrollbar {
      display: none; }
    html #CMD .section__6 .scroll_container .wd__feature__list .wd__feature {
      padding-right: 40px;
      padding-left: 40px;
      width: auto;
      min-width: 140px; }
      html #CMD .section__6 .scroll_container .wd__feature__list .wd__feature .wd__feature__data {
        width: auto;
        font-size: 20px;
        white-space: initial;
        line-height: 1.1; }
        html #CMD .section__6 .scroll_container .wd__feature__list .wd__feature .wd__feature__data span.feature-text {
          font-size: 20px; }
        html #CMD .section__6 .scroll_container .wd__feature__list .wd__feature .wd__feature__data .feature-icon {
          height: 30px; }
    html #CMD .section__6 .scroll_container .wd__feature__list .feature-0 {
      width: auto; }
  html #CMD .section__6 .container-style {
    margin-top: -16px;
    max-width: 1300px; }
    html #CMD .section__6 .container-style .slick-prev,
    html #CMD .section__6 .container-style .slick-next {
      top: -36px;
      margin-top: 0; }
    html #CMD .section__6 .container-style .slick-prev {
      left: 23px; }
    html #CMD .section__6 .container-style .slick-next {
      right: 23px; }
  html #CMD .section__6 .container-style {
    margin-top: -35px;
    max-width: 1300px; }
    html #CMD .section__6 .container-style .style .style__content {
      width: 80%;
      max-width: 800px; }
      html #CMD .section__6 .container-style .style .style__content .content-title {
        margin-bottom: 19px;
        font-size: 29px;
        line-height: 1.2; }
      html #CMD .section__6 .container-style .style .style__content .content-info {
        margin-right: auto;
        margin-left: auto;
        max-width: 529px;
        font-size: 18px;
        line-height: 1.5; }
    html #CMD .section__6 .container-style .style .style__img {
      margin-top: 24px;
      margin-left: -640px;
      width: 1280px;
      height: auto; }
      html #CMD .section__6 .container-style .style .style__img .img_scale_container {
        overflow: hidden;
        height: 400px; }
      html #CMD .section__6 .container-style .style .style__img .img__phone {
        position: relative;
        overflow: hidden;
        height: 400px; }
      html #CMD .section__6 .container-style .style .style__img video {
        position: absolute;
        z-index: 13;
        top: 38px;
        left: 50%;
        width: 555px;
        height: 253px;
        transform: translateX(-50%); }
      html #CMD .section__6 .container-style .style .style__img .img__video_mask {
        position: relative;
        z-index: 13;
        top: 0;
        left: 50%;
        width: 1280px;
        height: 580px;
        transform: translateX(-50%) scale(0.594);
        transform-origin: top center; }
        .section__6 .style__img .img__video_mask {
          background-image: url("../images/scale/80p/1x/animation/s6/phone_mask.png"); } }
      @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
        .image-webp .section__6 .style__img .img__video_mask {
          background-image: url("../images/scale/80p/2x/animation/s6/phone_mask.webp"); } }
      @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
        .image-old .section__6 .style__img .img__video_mask {
          background-image: url("../images/scale/80p/2x/animation/s6/phone_mask.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    html #CMD .section__6 .container-style .slick-prev,
    html #CMD .section__6 .container-style .slick-next {
      top: -36px;
      margin-top: 0; }
    html #CMD .section__6 .container-style .slick-prev {
      left: 23px; }
    html #CMD .section__6 .container-style .slick-next {
      right: 23px; }
  html #CMD .section__6 .style .videoInfoContainer {
    top: 436px;
    padding-top: 10px;
    width: 530px; }
    html #CMD .section__6 .style .videoInfoContainer .videoInfo_item {
      padding-right: 20px;
      padding-left: 20px;
      width: 49.3%;
      text-align: center; }
      html #CMD .section__6 .style .videoInfoContainer .videoInfo_item .info_text {
        font-size: 16px; }
  html #CMD .section__6 .style .btn_replay {
    top: 0; }
    html #CMD .section__6 .style .btn_replay .img__replay {
      margin-left: -6px;
      height: 28px; }
      html #CMD .section__6 .style .btn_replay .img__replay .img__text {
        position: relative;
        top: 50%;
        left: 0;
        padding-left: 28px;
        font-size: 16px;
        transform: translate(0, -50%); }
  html #CMD .section__6 .container-style .style-0 .style__img {
    overflow: hidden; }
    html #CMD .section__6 .container-style .style-0 .style__img .img__video_mask {
      z-index: 13; }
      .section__6 .style-0 .style__img .img__video_mask {
        background-image: url("../images/scale/80p/1x/animation/s6/phone_mask_flip.png"); } }
    @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
      .image-webp .section__6 .style-0 .style__img .img__video_mask {
        background-image: url("../images/scale/80p/2x/animation/s6/phone_mask_flip.webp"); } }
    @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
      .image-old .section__6 .style-0 .style__img .img__video_mask {
        background-image: url("../images/scale/80p/2x/animation/s6/phone_mask_flip.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .section__6 .container-style .style-3 .style__img {
    overflow: hidden; }
    html #CMD .section__6 .container-style .style-3 .style__img .s6WaveCanvas {
      position: absolute;
      z-index: 1;
      top: 182px;
      left: 0;
      width: 100%; }
    html #CMD .section__6 .container-style .style-3 .style__img .img__phone #s6_waveLeft {
      position: absolute;
      left: 50%;
      margin-left: -940px;
      width: 800px;
      height: 300px; }
    html #CMD .section__6 .container-style .style-3 .style__img .img__phone #s6_waveRight {
      position: absolute;
      left: 50%;
      margin-left: 170px;
      width: 800px;
      height: 300px; }
    html #CMD .section__6 .container-style .style-3 .style__img .img__phone .img__wave_bg {
      position: absolute;
      z-index: 9;
      top: 0;
      left: 0;
      width: 1920px;
      height: 700px; }
      .section__6 .style-3 .style__img .img__wave_bg {
        background-image: url("../images/large/1x/animation/s6/wave/bg.jpg"); } }
    @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
      .image-webp .section__6 .style-3 .style__img .img__wave_bg {
        background-image: url("../images/large/2x/animation/s6/wave/bg.webp"); } }
    @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
      .image-old .section__6 .style-3 .style__img .img__wave_bg {
        background-image: url("../images/large/2x/animation/s6/wave/bg.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    html #CMD .section__6 .container-style .style-3 .style__img .s6canvas {
      z-index: 9; }
  .section__6 .style-3 .style__img .img__wave_model {
    background-image: url("../images/scale/80p/1x/animation/s6/wave/model.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__6 .style-3 .style__img .img__wave_model {
    background-image: url("../images/scale/80p/2x/animation/s6/wave/model.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__6 .style-3 .style__img .img__wave_model {
    background-image: url("../images/scale/80p/2x/animation/s6/wave/model.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__6 .style-3 .style__img .img__wave_bg {
    background-image: url("../images/scale/80p/1x/animation/s6/wave/bg.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__6 .style-3 .style__img .img__wave_bg {
    background-image: url("../images/scale/80p/2x/animation/s6/wave/bg.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__6 .style-3 .style__img .img__wave_bg {
    background-image: url("../images/scale/80p/2x/animation/s6/wave/bg.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .section__6 .container-style .style-3 .style__img {
    overflow: visible; }
    html #CMD .section__6 .container-style .style-3 .style__img .s6WaveCanvas {
      top: 15px; }
    html #CMD .section__6 .container-style .style-3 .style__img .img__video_mask {
      z-index: 13; }
      .section__6 .style-3 .style__img .img__video_mask {
        background-image: url("../images/scale/80p/1x/animation/s6/phone_mask_flip.png"); } }
    @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
      .image-webp .section__6 .style-3 .style__img .img__video_mask {
        background-image: url("../images/scale/80p/2x/animation/s6/phone_mask_flip.webp"); } }
    @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
      .image-old .section__6 .style-3 .style__img .img__video_mask {
        background-image: url("../images/scale/80p/2x/animation/s6/phone_mask_flip.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .section__6 .container-style .style-3.style-aniActive {
    overflow: hidden;
    height: 563px; }
    html #CMD .section__6 .container-style .style-3.style-aniActive .style__img {
      margin-top: 30px;
      height: 508px; }
      html #CMD .section__6 .container-style .style-3.style-aniActive .style__img .img__phone {
        z-index: 9; }
        html #CMD .section__6 .container-style .style-3.style-aniActive .style__img .img__phone .img__wave_bg {
          transform: scale(1) translate(0, 58px);
          transform-origin: center center; }
        html #CMD .section__6 .container-style .style-3.style-aniActive .style__img .img__phone #video-s6-2 {
          z-index: 11; }
  html #CMD .section__6 .container-style .style-3 .btn_replay {
    top: 0; }
  html #CMD .section__6 .container-style .style-3 .s6WaveCanvas {
    position: absolute;
    z-index: 1;
    top: -44px;
    width: 100%; }
  .section__6 .style-4 .aniItem-0 {
    background-image: url("../images/scale/80p/1x/animation/s6/micFocus/ani_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__6 .style-4 .aniItem-0 {
    background-image: url("../images/scale/80p/2x/animation/s6/micFocus/ani_0.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__6 .style-4 .aniItem-0 {
    background-image: url("../images/scale/80p/2x/animation/s6/micFocus/ani_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__6 .style-4 .aniItem-1 {
    background-image: url("../images/scale/80p/1x/animation/s6/micFocus/ani_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__6 .style-4 .aniItem-1 {
    background-image: url("../images/scale/80p/2x/animation/s6/micFocus/ani_1.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__6 .style-4 .aniItem-1 {
    background-image: url("../images/scale/80p/2x/animation/s6/micFocus/ani_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__6 .style-4 .aniItem-2 {
    background-image: url("../images/scale/80p/1x/animation/s6/micFocus/ani_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__6 .style-4 .aniItem-2 {
    background-image: url("../images/scale/80p/2x/animation/s6/micFocus/ani_2.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__6 .style-4 .aniItem-2 {
    background-image: url("../images/scale/80p/2x/animation/s6/micFocus/ani_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__6 .style-4 .aniItem-3 {
    background-image: url("../images/scale/80p/1x/animation/s6/micFocus/ani_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__6 .style-4 .aniItem-3 {
    background-image: url("../images/scale/80p/2x/animation/s6/micFocus/ani_3.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__6 .style-4 .aniItem-3 {
    background-image: url("../images/scale/80p/2x/animation/s6/micFocus/ani_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__6 .style-4 .aniItem-4 {
    background-image: url("../images/scale/80p/1x/animation/s6/micFocus/ani_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__6 .style-4 .aniItem-4 {
    background-image: url("../images/scale/80p/2x/animation/s6/micFocus/ani_4.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__6 .style-4 .aniItem-4 {
    background-image: url("../images/scale/80p/2x/animation/s6/micFocus/ani_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__6 .style-4 .aniItem-5 {
    background-image: url("../images/scale/80p/1x/animation/s6/micFocus/ani_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__6 .style-4 .aniItem-5 {
    background-image: url("../images/scale/80p/2x/animation/s6/micFocus/ani_5.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__6 .style-4 .aniItem-5 {
    background-image: url("../images/scale/80p/2x/animation/s6/micFocus/ani_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__6 .style-4 .aniItem-6 {
    background-image: url("../images/scale/80p/1x/animation/s6/micFocus/ani_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__6 .style-4 .aniItem-6 {
    background-image: url("../images/scale/80p/2x/animation/s6/micFocus/ani_6.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__6 .style-4 .aniItem-6 {
    background-image: url("../images/scale/80p/2x/animation/s6/micFocus/ani_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__6 .style-4 .aniItem-7 {
    background-image: url("../images/scale/80p/1x/animation/s6/micFocus/ani_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__6 .style-4 .aniItem-7 {
    background-image: url("../images/scale/80p/2x/animation/s6/micFocus/ani_7.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__6 .style-4 .aniItem-7 {
    background-image: url("../images/scale/80p/2x/animation/s6/micFocus/ani_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__6 .style-4 .aniItem-8 {
    background-image: url("../images/scale/80p/1x/animation/s6/micFocus/ani_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__6 .style-4 .aniItem-8 {
    background-image: url("../images/scale/80p/2x/animation/s6/micFocus/ani_8.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__6 .style-4 .aniItem-8 {
    background-image: url("../images/scale/80p/2x/animation/s6/micFocus/ani_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .section__6 .container-style .style-4 .ani__container {
    top: -23px;
    margin-left: -282px;
    width: 500px;
    transform: scale(0.78);
    transform-origin: center center; }
  .section__7 .img__main {
    background-image: url("../images/medium/1x/s7_main.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__7 .img__main {
    background-image: url("../images/medium/2x/s7_main.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__7 .img__main {
    background-image: url("../images/medium/2x/s7_main.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .section__7 {
    display: inline-block;
    margin-top: -6px; }
    html #CMD .section__7 .wd__content.main-content .content__title {
      max-width: 620px; }
    html #CMD .section__7 .wd__content.main-content .content__info {
      max-width: 580px; }
    html #CMD .section__7 .img__main {
      left: 50%;
      margin-left: -650px;
      width: 1300px;
      height: 378px; }
  html #CMD .section__7.s7main .img__main {
    margin-top: 64px; }
  html #CMD .section__7.s7subcontent {
    margin-right: auto;
    margin-left: auto; }
    html #CMD .section__7.s7subcontent figure[class*='img__main'] {
      position: relative;
      left: 0;
      margin-top: 0;
      margin-right: auto;
      margin-left: auto;
      width: 454px;
      height: 298px; }
    html #CMD .section__7.s7subcontent .wd__content {
      left: 0;
      margin: 0 auto;
      padding: 40px;
      width: 100%;
      max-width: 454px; }
      html #CMD .section__7.s7subcontent .wd__content .content__info {
        margin-top: 16px; }
        html #CMD .section__7.s7subcontent .wd__content .content__info:nth-child(1) {
          margin-top: 0; }
  html #CMD .section__7.section__7video {
    margin-top: -116px;
    padding-bottom: 70px; }
    html #CMD .section__7.section__7video .detect-point {
      top: 0; }
    .section__7.section__7video .img__main-video {
      background-image: url("../images/medium/1x/s7_pic0.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-webp .section__7.section__7video .img__main-video {
      background-image: url("../images/medium/2x/s7_pic0.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-old .section__7.section__7video .img__main-video {
      background-image: url("../images/medium/2x/s7_pic0.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .section__7.section__7photo {
    padding-bottom: 251px; }
    .section__7.section__7photo .img__main-photo {
      background-image: url("../images/medium/1x/s7_pic1.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-webp .section__7.section__7photo .img__main-photo {
      background-image: url("../images/medium/2x/s7_pic1.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-old .section__7.section__7photo .img__main-photo {
      background-image: url("../images/medium/2x/s7_pic1.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .section__8 {
    margin-top: -61px;
    min-height: 100vh; }
    html #CMD .section__8 .small__use {
      display: none; }
    html #CMD .section__8 .wd__content {
      position: relative;
      left: 50%;
      margin-left: 0;
      padding-bottom: 233px; }
  html #CMD .section__8 .slide-item-group {
    width: 100%; }
  html #CMD .section__8 .slide-item {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    padding-top: 40px;
    width: 100%; }
    html #CMD .section__8 .slide-item.camera-info .wd__content.main-content {
      left: 50%;
      margin-top: 0;
      margin-left: -570px;
      padding-bottom: 153px;
      width: 100%;
      max-width: 1132px; }
      html #CMD .section__8 .slide-item.camera-info .wd__content.main-content .content__title {
        max-width: 530px;
        color: #008aff;
        font-size: 40px; }
      html #CMD .section__8 .slide-item.camera-info .wd__content.main-content .content__title::after {
        display: none; }
      html #CMD .section__8 .slide-item.camera-info .wd__content.main-content .content__info {
        margin-top: 70px;
        max-width: 530px;
        font-size: 20px; }
      html #CMD .section__8 .slide-item.camera-info .wd__content.main-content .camera__tip-line {
        position: relative;
        bottom: -36px;
        width: 647px;
        height: 1px;
        background: linear-gradient(90deg, #888f97 60%, rgba(255, 255, 255, 0.5) 100%);
        transform: none; }
    html #CMD .section__8 .slide-item .img_scale_container {
      position: relative; }
      html #CMD .section__8 .slide-item .img_scale_container .img__phone {
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -90px;
        width: 676px;
        height: 1760px; }
        .section__8 .img_scale_container .img__phone {
          background-image: url("../images/large/1x/animation/s8/slide_phone.png"); } }
      @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
        .image-webp .section__8 .img_scale_container .img__phone {
          background-image: url("../images/large/2x/animation/s8/slide_phone.webp"); } }
      @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
        .image-old .section__8 .img_scale_container .img__phone {
          background-image: url("../images/large/2x/animation/s8/slide_phone.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .section__8.static .slide-main {
    display: none; }
    html #CMD .section__8.static .slide-main .img_scale_container .img__phone {
      top: 0;
      margin-left: -136px;
      transform: scale(0.65);
      transform-origin: top center; }
  html #CMD .section__8.static .slide-1 {
    padding-top: 146px; }
    html #CMD .section__8.static .slide-1 .wd__content.main-content {
      width: 400px; }
    html #CMD .section__8.static .slide-1 .img_scale_container .img__phone {
      top: 0; }
  html #CMD .section__8.static .slide-2.camera-info .wd__content.main-content {
    margin-top: 159px; }
  html #CMD .section__8.static .slide-3.camera-info .wd__content.main-content {
    margin-top: 195px; }
    html #CMD .section__8.static .slide-3.camera-info .wd__content.main-content .content__title::after {
      width: 733px; }
  html #CMD .section__8.static .slide-4.camera-info .wd__content.main-content {
    margin-top: 181px; }
    html #CMD .section__8.static .slide-4.camera-info .wd__content.main-content .content__title::after {
      width: 824px; }
  html #CMD .section__8.slideActive {
    position: relative;
    z-index: 1;
    margin-top: -140px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 100vh; }
  html #CMD .section__8.slideActive .wd__content {
    padding-bottom: 0; }
  html #CMD .section__8.slideActive .slide-item {
    overflow: visible;
    padding-top: 0; }
    html #CMD .section__8.slideActive .slide-item.camera-info {
      position: absolute;
      top: 0;
      width: 100%; }
      html #CMD .section__8.slideActive .slide-item.camera-info .wd__content.main-content {
        left: 50%;
        opacity: 0;
        margin-top: 0;
        margin-left: -570px; }
    html #CMD .section__8.slideActive .slide-item .img_scale_container .img__main {
      position: absolute;
      padding-top: 30px;
      width: 100%; }
    html #CMD .section__8.slideActive .slide-item .img_scale_container .img__phone {
      display: none;
      position: relative;
      left: 50%;
      margin-left: -90px; }
  html #CMD .section__8.slideActive .slide-item-group {
    min-height: 4000px; }
  html #CMD .section__8.slideActive .slide-0 {
    min-height: auto; }
    html #CMD .section__8.slideActive .slide-0 .img_scale_container .img__phone {
      display: block; }
  html #CMD .section__8.slideActive .slide-1 {
    padding-top: 0; }
    html #CMD .section__8.slideActive .slide-1 .wd__content {
      margin-top: 228px; }
  html #CMD .section__8.slideActive .slide-2.camera-info {
    padding-top: 163px; }
  html #CMD .section__8.slideActive .slide-3.camera-info {
    padding-top: 200px; }
    html #CMD .section__8.slideActive .slide-3.camera-info .wd__content.main-content .camera__tip-line {
      width: 733px; }
  html #CMD .section__8.slideActive .slide-4.camera-info {
    padding-top: 187px; }
    html #CMD .section__8.slideActive .slide-4.camera-info .wd__content.main-content .camera__tip-line {
      width: 824px; }
  html #CMD .section__8.slideActive .slide-end {
    position: relative;
    z-index: 9;
    opacity: 1;
    height: 400px; }
  .section__8.slideActive .slide-0 .img__phone {
    background-image: url("../images/scale/80p/1x/animation/s8/slide_phone.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-webp .section__8.slideActive .slide-0 .img__phone {
    background-image: url("../images/scale/80p/2x/animation/s8/slide_phone.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
  .image-old .section__8.slideActive .slide-0 .img__phone {
    background-image: url("../images/scale/80p/2x/animation/s8/slide_phone.png"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .section__8.slideActive {
    position: relative;
    z-index: 1;
    margin-top: -140px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 100vh; }
  html #CMD .section__8.slideActive .wd__content {
    padding-bottom: 0; }
  html #CMD .section__8.slideActive .slide-item {
    overflow: visible;
    padding-top: 0; }
    html #CMD .section__8.slideActive .slide-item .wd__content.main-content {
      margin-top: 95px;
      margin-left: -308px;
      width: 280px; }
    html #CMD .section__8.slideActive .slide-item.camera-info {
      position: absolute;
      top: 0;
      width: 100%; }
      html #CMD .section__8.slideActive .slide-item.camera-info .wd__content.main-content {
        left: 50%;
        opacity: 0;
        margin-top: 0;
        margin-left: -308px;
        width: 300px; }
        html #CMD .section__8.slideActive .slide-item.camera-info .wd__content.main-content .content__title {
          max-width: 530px;
          font-size: 24.5px; }
        html #CMD .section__8.slideActive .slide-item.camera-info .wd__content.main-content .content__title::after {
          bottom: -18px; }
        html #CMD .section__8.slideActive .slide-item.camera-info .wd__content.main-content .content__info {
          margin-top: 34px;
          max-width: 530px;
          font-size: 20px; }
        html #CMD .section__8.slideActive .slide-item.camera-info .wd__content.main-content .camera__tip-line {
          bottom: -18px;
          width: 398px; }
    html #CMD .section__8.slideActive .slide-item .img_scale_container .img__main {
      position: absolute;
      padding-top: 30px;
      width: 100%; }
    html #CMD .section__8.slideActive .slide-item .img_scale_container .img__phone {
      margin-left: -90px; }
  html #CMD .section__8.slideActive .sectionSlide {
    position: relative;
    left: -20px; }
  html #CMD .section__8.slideActive .slide-item-group {
    min-height: 4000px; }
  html #CMD .section__8.slideActive .slide-main {
    min-height: auto; }
    html #CMD .section__8.slideActive .slide-main .img_scale_container .img__phone {
      top: 0;
      margin-left: -138px;
      transform: scale(0.65);
      transform-origin: top center; }
  html #CMD .section__8.slideActive .slide-1 {
    padding-top: 0; }
  html #CMD .section__8.slideActive .slide-2.camera-info {
    padding-top: 107px; }
  html #CMD .section__8.slideActive .slide-3.camera-info {
    padding-top: 127px; }
    html #CMD .section__8.slideActive .slide-3.camera-info .wd__content.main-content .camera__tip-line {
      width: 455px; }
  html #CMD .section__8.slideActive .slide-4.camera-info {
    padding-top: 119px; }
    html #CMD .section__8.slideActive .slide-4.camera-info .wd__content.main-content .camera__tip-line {
      width: 514px; }
  html #CMD .section__8.slideActive .slide-end {
    position: relative;
    z-index: 9;
    opacity: 1;
    height: 400px; }
  html #CMD .section__9 {
    padding-top: 164px; }
    html #CMD .section__9 .wd__content .content__info {
      width: 630px; }
    html #CMD .section__9 .percent_circle {
      filter: blur(1px); }
  html #CMD .section__9 .img__main {
    margin-top: 0;
    margin-bottom: 0;
    transform: scale(0.54);
    transform-origin: top center; }
    #CMD .section__9 .img__main {
      background-image: url("../images/scale/80p/1x/animation/s9/ani_bg.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__9 .img__main {
      background-image: url("../images/scale/80p/2x/animation/s9/ani_bg.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__9 .img__main {
      background-image: url("../images/scale/80p/2x/animation/s9/ani_bg.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .section__9 .img_scale_container {
    position: relative;
    overflow: hidden;
    margin-top: -55px;
    height: 530px; }
  html #CMD .section__10 {
    display: inline-block;
    z-index: 13;
    margin-top: 0;
    padding-top: 105px;
    padding-bottom: 0; }
  html #CMD .section__10 .wd__content {
    width: 100%; }
    html #CMD .section__10 .wd__content .content__info {
      width: 100%;
      max-width: 620px; }
  html #CMD .section__10 .wd__feature__list {
    margin-right: auto;
    margin-left: auto;
    width: 660px; }
    html #CMD .section__10 .wd__feature__list .feature-1 .wd__feature__describe__top,
    html #CMD .section__10 .wd__feature__list .feature-2 .wd__feature__describe__top,
    html #CMD .section__10 .wd__feature__list .feature-3 .wd__feature__describe__top {
      display: none; }
    html #CMD .section__10 .wd__feature__list .feature-3 {
      left: 2px; }
  html #CMD .section__10 .img_scale_container {
    overflow: hidden;
    margin-top: -105px;
    height: 480px; }
  html #CMD .section__10 .img__main {
    transform-origin: top center;
    transform: scale(0.6); }
  html #CMD .section__11 {
    margin-top: 0;
    padding-top: 83px; }
  html #CMD .section__11 .wd__content .content__info {
    max-width: 780px; }
  html #CMD .section__11 {
    padding-top: 51px; }
    html #CMD .section__11 .audience__items {
      display: flex;
      position: relative;
      left: -14px;
      left: 50%;
      justify-content: flex-start;
      margin-left: -300px;
      width: 600px;
      flex-wrap: wrap; }
      html #CMD .section__11 .audience__items .audience__item {
        display: block;
        margin-bottom: 14px;
        margin-left: 14px; }
        html #CMD .section__11 .audience__items .audience__item .item__ani {
          margin: 0;
          width: 285px;
          height: 368px; }
          html #CMD .section__11 .audience__items .audience__item .item__ani .item__img {
            top: 0;
            margin-top: 0;
            margin-left: -142.5px;
            width: 285px;
            height: 368px; }
          html #CMD .section__11 .audience__items .audience__item .item__ani .item__text {
            width: 100%;
            height: 100%;
            text-align: center; }
            html #CMD .section__11 .audience__items .audience__item .item__ani .item__text .text-title {
              padding-top: 5px;
              padding-right: 8%;
              padding-bottom: 7px;
              padding-left: 8%;
              box-sizing: border-box;
              font-size: 27px; }
            html #CMD .section__11 .audience__items .audience__item .item__ani .item__text .text-info {
              padding-right: 8%;
              padding-left: 8%;
              box-sizing: border-box;
              width: 100%;
              height: 100%;
              font-size: 17px;
              transition: opacity 370ms 50ms;
              line-height: 1.4; }
      html #CMD .section__11 .audience__items .audience__item.item-0 .item__img {
        background-image: url("../images/medium/1x/s11/ui_0.jpg") ; } }
      @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
        html #CMD .section__11 .audience__items .audience__item.item-0 .item__img {
          background-image: url("../images/medium/2x/s11/ui_0.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
      html #CMD .section__11 .audience__items .audience__item.item-1 .item__img {
        background-image: url("../images/medium/1x/s11/ui_1.jpg") ; } }
      @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
        html #CMD .section__11 .audience__items .audience__item.item-1 .item__img {
          background-image: url("../images/medium/2x/s11/ui_1.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
      html #CMD .section__11 .audience__items .audience__item.item-2 .item__img {
        background-image: url("../images/medium/1x/s11/ui_2.jpg") ; } }
      @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
        html #CMD .section__11 .audience__items .audience__item.item-2 .item__img {
          background-image: url("../images/medium/2x/s11/ui_2.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
      html #CMD .section__11 .audience__items .audience__item.item-3 .item__img {
        background-image: url("../images/medium/1x/s11/ui_3.jpg") ; } }
      @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
        html #CMD .section__11 .audience__items .audience__item.item-3 .item__img {
          background-image: url("../images/medium/2x/s11/ui_3.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
      html #CMD .section__11 .audience__items .audience__item.item-4 .item__img {
        background-image: url("../images/medium/1x/s11/ui_4.jpg") ; } }
      @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
        html #CMD .section__11 .audience__items .audience__item.item-4 .item__img {
          background-image: url("../images/medium/2x/s11/ui_4.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
      html #CMD .section__11 .audience__items .audience__item.item-1, html #CMD .section__11 .audience__items .audience__item.item-3 {
        top: 191px; }
  html #CMD .section__11 .audience__items .audience__item .item__ani::before {
    opacity: 0;
    transition: opacity ease 300ms 0ms; }
  html #CMD .section__11 .audience__items .audience__item.hover .item__ani::before {
    opacity: 1; }
  html #CMD .section__11 .audience__items .audience__item.hover .item__ani .item__text .text-info {
    opacity: 1; }
  html #CMD .section__comment {
    padding-top: 76px;
    padding-bottom: 104px; } }

html #CMD .section__flip_camera .container_sub .sub.container_4 .container__bg .img__bg {
  background-image: url("../images/small/1x/animation/s9/case4/zoom_1_center.jpg") ; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html #CMD .section__flip_camera .container_sub .sub.container_4 .container__bg .img__bg {
      background-image: url("../images/small/2x/animation/s9/case4/zoom_1_center.jpg"); } }

html #CMD .section__flip_camera .container_sub .sub.container_4 .container__bg .img__bg-2 {
  background-image: url("../images/small/1x/animation/s9/case4/zoom_2_center.jpg") ; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html #CMD .section__flip_camera .container_sub .sub.container_4 .container__bg .img__bg-2 {
      background-image: url("../images/small/2x/animation/s9/case4/zoom_2_center.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .wd__section .small_use {
    display: block; }
  html #CMD .wd__section .small_unuse {
    display: none; }
  html #CMD .wd__section .no__wrap {
    white-space: normal; }
  html #CMD .wd__section .wd__content {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    width: 89.2%;
    text-align: left; }
    html #CMD .wd__section .wd__content .content__title {
      width: 100%; }
    html #CMD .wd__section .wd__content .content__info {
      margin-left: 0;
      width: 100%; }
    html #CMD .wd__section .wd__content .content__comment {
      width: 100%; }
  html #CMD .wd__section .wd__content.main-content .content__slogan {
    padding-top: 7px; }
    html #CMD .wd__section .wd__content.main-content .content__slogan::before {
      display: block;
      position: absolute;
      top: -5px;
      left: -11px;
      width: 176px;
      height: 47px;
      content: ''; }
  html #CMD .wd__section .wd__content.main-content.small__text-center {
    text-align: center; }
    html #CMD .wd__section .wd__content.main-content.small__text-center .content__slogan::before {
      left: 50%;
      transform: translateX(-50%); }
  html #CMD .wd__section .wd__feature__list {
    width: 100%; }
    html #CMD .wd__section .wd__feature__list .wd__feature {
      vertical-align: top;
      text-align: center;
      margin: 0 17px 40px;
      box-sizing: border-box; }
      html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__data {
        margin-bottom: 0px; }
  html #CMD .wd__section .wd__link__arrow::after {
    padding-left: 5px; } }

@media all and (max-width: 730.5px) and (min-width: 1px) and (max-width: 720px) {
  html #CMD .product_price.active {
    margin-top: -25px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 61px; }
  html #CMD .product_pdguide.active {
    padding-top: 12px;
    text-align: center; }
  html #CMD .section__pdc.athena {
    position: relative;
    z-index: 1; }
    html #CMD .section__pdc.athena .product_medias .slick-prev,
    html #CMD .section__pdc.athena .product_medias .slick-next {
      display: inline-block !important; }
    html #CMD .section__pdc.athena .product_videos.active {
      margin-top: 0;
      padding-top: 0; }
      html #CMD .section__pdc.athena .product_videos.active .slick-arrow {
        display: block !important;
        background-color: rgba(0, 0, 0, 0.3); }
        html #CMD .section__pdc.athena .product_videos.active .slick-arrow.slick-prev {
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAAC8CAYAAADxXhnnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAA6MWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgICAgICAgICB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIgogICAgICAgICAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTYtMDYtMjdUMTg6NTg6NDYrMDg6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDE2LTA2LTI3VDE4OjU4OjQ2KzA4OjAwPC94bXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNi0wNi0yN1QxODo1ODo0NiswODowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6ZTE3ZTlkYmUtNTVhNy04MzQzLWI4MzctNGU2ZDEzOTdjNzc4PC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MTNmMDQxZjUtM2M1Ni0xMWU2LTg0ZDYtY2QzMmJlNDQyNDRlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6MWFlMTU0YWMtZjk4ZS0zOTQ4LTkyMDItNDVhNzg1ZGY2MWViPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjFhZTE1NGFjLWY5OGUtMzk0OC05MjAyLTQ1YTc4NWRmNjFlYjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wNi0yN1QxODo1ODo0NiswODowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDplMTdlOWRiZS01NWE3LTgzNDMtYjgzNy00ZTZkMTM5N2M3Nzg8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTYtMDYtMjdUMTg6NTg6NDYrMDg6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8cGhvdG9zaG9wOkNvbG9yTW9kZT4zPC9waG90b3Nob3A6Q29sb3JNb2RlPgogICAgICAgICA8cGhvdG9zaG9wOklDQ1Byb2ZpbGU+c1JHQiBJRUM2MTk2Ni0yLjE8L3Bob3Rvc2hvcDpJQ0NQcm9maWxlPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT4xPC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj45NDwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xODg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Po5d2ZgAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAEPhJREFUeNrsnftbVEcSht+Z4eItq0nURIk3UIKaIN6y//9vu2tQoustiaIGUPEKogIzzNkf+qvtmhGjeM4wt+7nmQcQ1jXvFF9Xf1Vdp5RlGWm1fJWABtADiUnLVlnAcdCzBL51qwIMAzuBQcFeB1b1sQ5kCXzxkrIDOAAcBPYAG8ArYBFY0huQIr5g6LuB74FxYAz4GngHPFCkrwJrKeKLXTsV5T8CF4DTwF7gheTmCfA0aXyxkb5TkX4GuARcBI5pg7U3peI32HLilnsNAfslLxeBX/QGHNT3l6XxK9pcSeCLgX7QQb8siflGWj4H3AVmgWfS+BTxOdeAAI8B5/Q6KV1/C9wHftPrHvASqCaNz7cGJS8ntZFeBE4BX0laZoFpvW4Dj5Xd1BP4fAekfcAJ4Lzk5Yyi/x3wEJgB/gPcFPQVDz2B/7JI/xoYFfRfgJ+A76Tfc4J+Bbihr1eafZqk8Vv3Xv4BHAcmJTFnBD1TZN8S+FvA/Megp4jfWq6+T7n5pHL1s8poaoJ+A7gmeZkD3nwMegL/+Ws3MCJZuQj8DByWbi8A/wV+1cdPQk/gPy/S9zjolxTxP+h7C4r0K8BVZTMvCcbYJ3UrrY+z2S3IBn0KOKpN9plSxWnl6rPA68+BniL+75dF+qRSxgvaWIcJFu8dRfk14A/ZAhtbeVfT+nANa+OckKZfUN6+g+A23hXw61uN9BTxn/ZfzN6daoJ+R/JyVZH+bKvQE/jND0gHCKaX+S8nCLbuK2n6r4L+O/D8S6An8I3LSnYmL95/eaPonpYVcJdQ1FjPs3OnFSP9R2Uv3n95Lx2fka7f1ea6nuf/MEV8YGCFDA/9W/kvD7WJXisi0lPEh+WdxknJy2m9EWsu0q8K+rMioPd7xA8KuhUyzktqvnXQp4F/yQr4i1DgIIHPF+lf60B0TmmjQa9KXq5pI70ua2DlU/5LAv/p/2aTl3PS9J+ITuOCYF/Rx0eEAkdW9D+in1ZJ6eERgsN4WQekw4I+TzC9piUv80XKS79urh662bvnCKbXkE6ltxTpM5Kb5Vb9Y8p9BN1MrzPS9LOK9IpSxFvKXq4TWu6WaaqTJqnZenDtIdq7lxXpI3pD5glVo38J/D226DQm8Juv3cAhYnvdlDbWQZ1Ab8l/uUbohXndauj9IDVWsjtL9NTHgF2ElunfiabXH9L52nb9Gvbq2kFsrzN7d0xvxpJAz0jTTV5q2/WP61Xww4S2C/PUzzvoy4r0aWL16HlRVkA/a7y1151SlE9K0/cI+h+SlqsO+lo7TnG9tHz3rvWpn1T+vqTNc1q6fltp5Lt2HZ97KdK/EWjrU58gdO+uCPo1Qb+jjOZ9O32LXon0b4ndu9bTuF/Q/yK0YEwrZ19olRXQT5vrgKLaPPUpGp3GOfkuM4r0J+2Sl16K+DLRaZySrk8Qb9tZ965FurXXkcDng+6dxouSlwNKDa297j8O+kon/Zp246pIXo4QO70mdUqtCfJv2khnCJ76Ei00vfpB481pPEosZJwjmGADysut0+tGJ0Lv1oj/ykH/pz4e0W/BovLzGUF/ICug40aUdBv4nQSn8bTSRitkVJSt3NaJ9AahkLHUidC7DfwuQT+rjXTSycuiNlBzGv9kG53GXgZvkW7VoynCtZghafptZS/XugF6t4C3QoZVj7yn/oroNE4TTa9ap/9HdTp439PoG0n36CB0j0ZP/UU3QO/0dNK3TF/Qy7p3Vxz0a4r6Z7gr6yniv/zfZaaXtdd56N5T7zronQp+WNBPEecEjMuTeafN81fg39pUF+gA06vbwVeIEzEuEE0vayR9QPTUb9IhTmO3g7c5Ab6QcYbgqa/Lf7mu7OWWIn2VLl2dsrmWCHMCjhGcxktKH7+Xx+ILGbcV6V0LvVPA2+WAo4J9XpF+SN+37t1/E53GN3T5KndApPtG0vPS9IOEbi7r3v1VEW/Qu34u70Cb3/R/EKpH1jI9SRzOMEcsZMwQbmgs9wL0doP3EzH+qWg/ou89VtZypdcivZ1SYxNJ/XCGC8pmdhOaRu8Q+9StkbROD612gDencULAf1akDxFGjtx1/ovNCajRY2ugDdBHCIWMSzRWj6yQYfaumV5VenBtJ3jr3t1sOMMzYsv0tGyBV70KfTvB79Bh6DTR3rWextcE0+uKoN+hTY2kvabx1l5nY2DNf9lHnEh6XdnLn/0AfTvAD9HoqV+S1HyjI/+sgM9Iap72A/RWg7fZu6M0zt7dR3AUbfauL2T0BfRWarxNxDjpIn1cJ9UVHYimpes3+cRwzAT+85a111kjqV1ZN3l5pEg36NYy3VfPRRpokbwcJ7bXTSqjWVVkG/Tr/M3s3aTxW/u7viKOgb1IaD4ye9cOSL/p43y/Qi864j10k5fvCfbuY+LlgJuEwsYyfbyKAr+LeJHX2utGFM12I8PP3l2hz1de8M2zdy87/6XM5rN3u6bpqFM13uxdD32KOIbEehpt9u59gvvY99DzRrxFumUvfgysvxwwQ5wTsJGQ54t4u8jrZ++O8uHs3RuSl1cJev6IH6JxToAfA/uSOHvXune7rr2uE8FvNnt3lNgyfZfG2buFzWnsZ/Cbzd4dJ87e/ZM4J+Cucve1hDgf+M3GwE7w4ezdGeIY2AQ9J3iDfor4PLuzNJpe1yUvdmV9NaHNl9X4K+v27CPfvTsr4Faye5qg5494P3t36iPQbfbuDQqevduv4MsET/04cfbuhCSnKsg2e/c3+txpLAr8xwoZ1jL9mDh7166sv0so84E308va634hzt713bs2hmQ+Qc+/ufoxJDZ7d5JG0+smsXv3AeHKelpfGPElGu3ds8TZu4f0hthE0qvEp3y1dPZuP4AfUETblfXLxJbpEvFxmdbTeJ9kehUCfqckZlR6PqXPB5SX+wdOfdFTvtLaXON3KzcfVcSP6VRa1eZpT4QxpzEVMgoCv0MRf1Ap4z5F+6pAz+kNSNWjFloGmWSkrs9L+pn0oK4WgF/TqXORUJx+oT+zfvZj2mj3y0ZIq6DN9a3egPuCu0eRvlPA3+qN2NDP9VVzaSvBvxfU+4ryXUovTxBKfEMu30c/+5xUzssNvqpN84kielB+zQDBgz/krIW6frZEqqXmBp/ptSKNH9Rrh16jkqAJZTpr+vlaynTygcdJyDLB8vV2QkYwzfYSOgvq+s2oE6/OJOsgB3hLJ98od7ffhrqi/Adpvr0hNb2qdOAk024Dj2C+lj1Qa9L1UYKRVtZvSE0fH9KjF4G3E7xtosuEIkfJnXB3EapShxTp6wJfokevvm83eNP8JcGvCPyw/jeHZC/87A5imYOfSoA5wHvN/0vgBwS5Jr0fcdDX9aqS+t9zg8eljfdc6rlBqFKN6FUXdNP8eXpotky7wJvsvJKUeJ9nkFCPPUI01yzdfKTIT5qfAzyK6Ocuiq1yZd3DJ/TnJe0JJeJdpwQ/B3gf+bPaaO1V0en2mH7Gp5pVUqNTbvAI5HOdWivu7zhNqFwdcYcrewPmE/z84G3DfUEoB5bdpmsDIo65g9e623BTX2VO8BDs5CcCvOH03dq3R53s2Peeklr9coO3DfeZPh9seu0lFM7rTZnQHKn7rJALxmuEsuGg/j77aLdFThGbpsxce0wbH3DYK+B95P+u9LKi6D5FGJVykujhWxlxgT4upBQ5y8AKKeUmebGB+2NEG9ns5mf9uuEWPTblnWSk7qSlrIi3yG+2mp/QhzcDiwZvplq16YRb0cl2n1JO+9mKPvZd5LdiQlOmjfMx0U42C+GEUs0JJzdmrj3tJ2uhlXMn3+rQNOhSSYv8bwW/5sDXZEfUEvhiNH+eaJxZO+BxRf44sXNhnTjhYyOBz7fqhCrWhrMVrDHqGMFYO+1AD9DjM4W3C7zBt86FsttsKwRD7bCToYrT/p5uG9mu2cIZjfXbig5ag4S2kR+IHWx1l2525LNYuwm8wV9R5A8SfHzT/COEEqKdgteIPZ1vejHyt3t+vO/ZweX7JcLtQnte63vBL+m3ZLnXsp12PCOkJtmZVURbMcW3jfzkTrYZoYTYU7LTDvDWCmIzyvzNQ4hVrJL795WITVb1BD5/trNMaP8zzc+UXh4imGqDbqOtOs1P4AuQnVeE+m3Z6fiwNlurYlkPv8lO11exOuEhi1UHP5Pk7CQ+XvSITsDrxDKjTQtJ4HNKzhrBoaw7zS8TnEx7+GLmNlsrIb7tVs3vpMeKWuTfI7qZNfk53xC8/IqTGKtirSTw+dca0R42T6ci2TH4HjzE0S1ZAp8f/nNCz45ZC0MEG/lrZTsbxH6dKqGK9T6Bz79WCZ0LVjq0MuIE4R7uKI2dahAKL6sJfHHwzc8x3T/p4PtbKTW6qITYyeDrylqe6Gs/T8GemnaS2BZu+4GNYMwS+HzrvWBWnI1gJcT9RHs5c4eyRTq8c6EbwNeJPTuZAz+gPP97gd9wm25Ghz+6rhvA23on2bHZCsOEDgZ7mtop/XaYzFgVq5rA5498KyGa5JhreVQn3HF97Q9aHTlVqpvA21rRoansvJs1wT9IbJq1TGedDpyj1o3g7f6tQc9cZnOS4Gp68DXiELtqAl/MhjvncvwdhMF2NmfnjPTeYHfU2MZuBW+Rb9NGmm+eHyY83eGsOwNYX8/LTsjxuxk8NHYubHbz/BCNN8+rer1pN/xuB28HJrv83Hzz3NpGMmLpMCN0LrR11EsvgDfZeU1sGzF5GSI0Sx0hjnREaegsbezZ6RXwEDsXMnfCHSbOTT5O410siHN2sgS+mMh/QLx1bifdA8SZC75roS3TRnoNPAL5glhCtBPuaULx/DCxa8FaR+bY5raRXgRvkf+SeO3fNlx7zslRdwCr6vO/5PVkCXy+tUqwkzMX3ZmynQOEQoqdek33F7Yr1exl8CY7dvO8QpynOUS89l+n8dLEQ7bh5nmvg7dsZ3ET8OOEa/+jTRFu00beJfDFRL6Nehl2p9lxgp086iTpvX5+gRZWsfoFPIrgBbf51h18i/wqwWK27y3SoraRfgIPjaNe/M1zG3gx1rQRl2lR20i/gYfQufDYgbdc30qIP7o3xFLRp0VHfj+Ct1Rz0dkKdvFtlHjz3Bpk7QL0Ywr08vsVvEX+gjvZWsfamCJ/nDjmpepOxLUEPt/KiNNGoLFVcFQb7imBt5vnGfEKUQKfY9nN86r72qL/uGTHbp7btJE/KODmeb+DN9hviW0j1qUwQLgQ8V1TBmQZz/M8kZ/AR9mx+u1A06Zr92/LNE6fqpNj4EUC/+GGa6NehpzuHyW0Cvqp4TZb7TVfUMVK4BuXLyF6VxMnO2dcpoN+dmmr2U4C/+Gym+cPnIzYYWrEwa85mXoo2akn8Pnhv3JRbVeCSgQvf4TGqeFmur3+XM1P4P8+27GnRVhncon4ZOfjjt+GO+EuJfDFZDum+RX9WUnRP0IcXm0bbl0S9SaBL3bDtTzfiin7CcVz69O0Jtk5PnHtP4H/vGUjfP2NlDLBTNtLaJryVvMAoVvtow1TCfzWN9x7DnyNYCPvJ5hrFZf7byjylxP4/GvNRb69ytp8DxI8fctwLLuxh9Qk8AXIznMah9r5zoUTxE41u5FiY9vrCXy+TMdm5tMkL6cJxfPjTdZCnaaZ+Ql8PtmxmQv+gfI26mVM4N+6l/0WJPA5I795bLvl+eOEB1IeJhhsj7TRLiXwxS1fvzXdrwv6e+f1lN2bk8AXGPlPiAXyVXeqnSX256TNtQXLZi7Y548U5YvuJPt/A62UZekBlAWuMmGQ3V5Cg1RFvw3LNA60SxFf8DLDbEWbaFlfm4/z/yj/3wDjT56yQin9ZwAAAABJRU5ErkJggg=="); }
        html #CMD .section__pdc.athena .product_videos.active .slick-arrow.slick-next {
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAAC8CAYAAADxXhnnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAA6MWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgICAgICAgICB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIgogICAgICAgICAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTYtMDYtMjdUMTg6NTc6MjkrMDg6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDE2LTA2LTI3VDE4OjU3OjI5KzA4OjAwPC94bXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNi0wNi0yN1QxODo1NzoyOSswODowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6YTRiNmMzOGQtZjc3NS0yYzQ1LWJhNWItZmM2ZjZkZDIzYTk5PC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD5hZG9iZTpkb2NpZDpwaG90b3Nob3A6ZDliMGYyMmYtM2M1NS0xMWU2LTg0ZDYtY2QzMmJlNDQyNDRlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6Njg3MzI3OTQtNTExNS02MjQ1LWI5YzctMzY0NmMyMDY4NGI5PC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY4NzMyNzk0LTUxMTUtNjI0NS1iOWM3LTM2NDZjMjA2ODRiOTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wNi0yN1QxODo1NzoyOSswODowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDphNGI2YzM4ZC1mNzc1LTJjNDUtYmE1Yi1mYzZmNmRkMjNhOTk8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTYtMDYtMjdUMTg6NTc6MjkrMDg6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8cGhvdG9zaG9wOkNvbG9yTW9kZT4zPC9waG90b3Nob3A6Q29sb3JNb2RlPgogICAgICAgICA8cGhvdG9zaG9wOklDQ1Byb2ZpbGU+c1JHQiBJRUM2MTk2Ni0yLjE8L3Bob3Rvc2hvcDpJQ0NQcm9maWxlPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT4xPC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj45NDwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xODg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PgwznwMAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAEPlJREFUeNrsnWtXU9cWhp/ARsQWa0WtN7TexRuivfz/b6fHG61Hra2trYKiaEVRLoEk58N651gzgaqwdyA7WWuMDCRGwCeTueZ652VVGo0GLasCrHkyrWJXtg70CtCnzxtAPWFqH3iDvQPYqY8VYAVYBJaBWsLVHovfAXwFHAC+BvqB98BLYBZYSC6oPRY/COwDzgLfAruAN8AfwG/ADPAhwS/e4geAPcBx4AowArzVcxX5+hlZfloFgTcr7geGBP24YA/r+YpeMyO/nyy/IIuvyqe/Ad7puQPAFwLfAFb1eKENN60CLH5Jm+hjYL822GFgLzAm6zfwDcGvJoT5LX4F+Eeb6aBcziBwRtHOafn3JcFfAV7pz2nlAF8X2Ofy5wNyMQAnZP1nnMXX9LpXehPSynFyrcvPP3fQEeTjCjcvCviqnl/Vb0o6YOUAb/DfAU/054qLeE4Bh3TKrelhr3mTLD8feNts3wPTes2AfP4uHa6+AS4oslkR/JrgJ20nB3iDPw9M6XU7tdlmsvoDcjs1F/E0BD/F+DnAt8I36OZmDgKH3UZblfXbeSCtHOBxmyfOjZhFHwaO6vkV95gW/GT5OcBbVDOnw1W/rN58/yHgmF5j4CvAU4WnyefnAO8PWL/r8wGClDwgf/+t4DdcKDrt5Ie0Ngm+1fJts90h0CM6aFnWynz+ctJ18oM3nz+rf9vvNtzz0ndO6DXLgr+cdJ1iwJvlvyIkSLzQNubgLxHk4yX9BrxMB6z84BHQGaJcXNHXG3O6jh2u+vSY1b9L4HP++6osGfn6Qfn+MwQ5+YL+zpeMzCTLzw8e58MN/C79+RTNolrD/XbM0uNyclbQ16kK5kNpOrbhnhT8Me0Ly/L7K5IWagl8/vVeh6aKi+crgj8CnGvZbP9QaLqSwOdbpuVPuQ21X4/jDv6y/r4O/AW87kXLzwr+eg2dVFedrGBVaYd1wr3sfL6Vjcz1ms/P2vA1G4TCp2liSaDVYh6RrpO1nHDtRNxI4POvd8Df7nv0600YFfy6O+FaNmu+V+C3E7ylEP9ibUGsaflLepiqOUWPyMlZm7++afkNd3q1RMqIXM+q22wrDn49gc+3zH//SRTV6jrV7icqmpZCrAHP5HYS+AIs/7Xz9biIZ59OuQ234Voi5UMCXwx8K/v2yfMBgqJ5ipjFsk33OV0qqmVb/P2qBDm5T8AzmhXNU8T6zCqxNHw5gc+/lgX/d7kdKxU8A3wpn79MrNFcpQu1/O0A3yAkwU3L73cHrJOy/NNORjCf/5IuymJl2/i9FwXzVxdmGvwRgpzcT3PB1OtusfztBG+i2nSL5Q8Q+rAO6ueruUdF8KsJfP5lbsdKRXYSkimnaJaTTVqw6Gg1gc/v861M0CzeFM2jCjXPEzV+q9H8p8yn26yDfhbT8n1DxCpRTjYJedlpO/Nlhd9J4GuE9s6/HEyLaI5J18EdsOo63b6lhImUrMN+nrpAPiFmr6wu/6gevgGuQqhqe0fJFM2sA38ma3CoCPwuopx8gKDnW2rR8rt/U7IazaxDf66GLP9vYrmIqZr75XrM7SwS6zQXE/j8yw5Mj9ybUdPB6oDcTrVFWnhOSVr+sw7/+Val63jJ2E65+wjVC1UX5UDQ8hcT+PxriVCpZtLBAFHZNDm57vaEiiz/QwJfnNvpc5vtoA5Ww5IYLM63cLPaybpOWcDbRjpLKA0fICZRThOrk1ub4GY7FX6ZwLfC36HfgIYs3uCblm+lgh05b6Fs4L20YG7FNtyzhKFGZ2XtVrPfJze1nMDnXwuKXurELJaVho8QRTU7DTcI2n8tgS8OvlUrDOkNOKpD1iXnivyJeCWBLybUnAEeEOvyG4rvDxKLp+ygVSMWWCXwOdc8QVTrc88NEPpuDzkpYZGoar7bbrfTDeAbDr4doiybdUTywnkHvqbXvt1Oy+8G8LaBzrkIJ3NuZz8hmWKnW3tzTE6uJ/DFWf6AA39RLueknrcN1+ry5xP44izfCmQhJlOO6JRboblS7QnbML6328CbrjMnV9JHrFoYIiiao8QmOJMXnrHFcnI3gjdp4bWLcGzuwhhhlOOoO91avc4UWygndyt4g/+GkEjxDRFnifMWak52qBLk56UEPv9muySpwCIaS5CPSdc57SQFs/yZrYDfzeBtWXXyI5rr8s8J/nknKdhvwCxtLhPsBfAG/4XcjQ032iH4e/XRygNNy2kr/F4Bb/B9IsVOt6ed27Foxzbdtmn5vQTeVydDrMuxSrXd2nitRtPi+rbA7yXwtuF+UNzuwa8K/n538PI+f46CRbVeA29APzY7+bALPc3l/EWQk1cT+PyWb27HNtohwu0Q30rbqbpDVkOW/5aCRLVeBW/w3xEqji3M3EkcYnqQkMWqO/CPBT+BL2BZ8rx1dvI3xNLwWou2s5DA519Vp+usNzt5lOYBpnUKmJ2cwIflh1342ck2aeQYsT7T3pwpclxIlsDH5RXNCnHMywBBTj5Bc40msvz5BL6YUPONNtEhB75CUDRPOpdkvVjLm5EWEvj1LX+W0PJvcnKDIKbtleWvuM3W5ORqAl/MhjtLLAE0Ofm8s3ybnWxTBTc0byGB//dl0oJviMhoLg1foXn61GfPTk7gP75MToY4wtdug7PZyab52EFr5nOkhQT+02tRMK0Txa7iO8FaUc2GXXxS0UzgP29ZO5DNWjDYNmnkPPGSgiV3Lqgn8MVIC0+ddbfOTj7vQssGn5idnMB//qo7+H52ciZZYZ+zfJsm+PjfLD+B39jyZYJWnzmoN8EUTT8z2d6wNfMWEvjNrQWilj/kYv3W2cl+hG/TvIUEfvPLJo1kLpYfJM5OtosK7ID1BDdBNoHP5/PfyY9bnG81Owfkei4SO1FqODk5gc+3vJycuccFQsnIqPP11o0yBVQT+PxrvXsQVxThfKNws6GD2IIsfj6BL87yZ4mJlAHpOXsV49ueMCN3U+9LzAp3O9NyJyaYZXI7B+X7h4GdCXzxy5RKq06uu5Nu04vSKmZZinCU0Gd7QFHOMiGl+Iyg2b8HlpOPL2YNEpTKM8BVws0/owox/5Fuc4/Qm/Ua+JDAF2PpewX9O+BHhZNfK4p5AtwFfhH4uRROFgN9P6Hm8pqgX9FzCwRBbRK4RRhePaPn0wEqx7LRXCeBcWBCsfs+xfFPgf8BdwT9WZIMiolc9hKaGa7JxZwjdBR+UDh5G7ghN/OUJJIVAv0rQlXxVeB7QnHriCKYKcG+IYufYp2LxRL4jbuXPQoXrwI/yKcfEvRpuZZb2kxt9nFKhOS09N2y9HG5l0uCbm2a9wX+rqKZf532ncB/3qrIvZzQJvq9YvWDAvtcsO/IvXxyLEsC/3nrC8LIrUuy9HFZuo1SvwfcFPSnfMZlkQn8py19NyGld0XQrxAbFqYF+6bi9T91Uv1ko1rSaj7OZlhH/3FtpBP6PJPucr8F+mffQ54s/uMbqYd+TT5+B6G46YFi9UlpMRu6AjtZ/PpriNCGcxG4LvjHBf2VTqIWvTzeiKUni//4RnrEQb/S4l4eyL3cIQym2FTndwLfvHYqRByTa7nqLH0WeCjotwmNC6/ZZNNxAh+jly8JyemLitMnCALYkCKV3wT9hv6c6+7B5OOjTz/koF8jSL1fKCb/Q5vopKDnHqmSLD5AP0hIXhh0m0k/Lz8+KZ+e29KTxYc1QMiNnpNrmRD03QTt/JGAF2bpyeLDRrpfG+l1QT/lLP13gsp4g5jIKOzekV4Fb5d5nZVrueYs/YN8+m1tpvd1YCp0LmXW45bus0d7BPexXIslMqYJhUmNBD7fnva1rPuqoFvv6iKh7No20gcEuXexXT9Ir6yMkJ4z6NcEfUQb5hPgZ6K8O00b75LqFfD9xIqAywJ/lpCwXibcKTipzfSeoC+02wp6IWQcUcRiKbsxQhlGVdDvAP8l5EmbOjcS+Hw+/aTbSC8SU3ZTgn2Lj1QEJPAb11/2CPoEocrrsvSYuuLye4Juyektu76ir4st3RIZl3RAukyQeyuC/oti9Xuy9Pds4fD+brT4TNCPCfYE8bqKhiDfAf5DTGTMscXX0mVd6F7M0q/I0i/Jp+Ms/YaiGHMvq9thHd3mXo4Juvn0o/q759pAbyheN0tPt+LkXJay8/LuMeLFug+IpXV2uXp9O62kG9yLlWFcVMho2aNdhOzRA+AngX9ESE5v61WjWZdY+mFZ+jX59FEdnF4R8qSmqf9Bh1y0WGbwfcTSOnMvVwnJ6X5CEelDnUh9cjrdbplz7VKIaNCvEwuOXhMyRrf06BhLL7OPr7S4F4NueVJLZBj0XwmJjOVO+3Ut29pJzJNa7Yul7N4Rk9OTci+vOg16GcFbwdF5YsrupH4D5uTTbxA09YeEioClTvyPZCWD7pt4rwr6lzp9PnLupaOhlwV8RdC/ISQvWmtfrAzjph4PFNF86OT/VBnAWyLjLLFz+pzkgXlictpvpIud/p/qdB9vMwJOE3uPTPSq0dw5fZ+WJt4EfvOWbk2843qcISQ3lqS33NXhyLerl2JlHfxz7RPo6/LpZ517eULsnLZExjwlWp0Ivp/m1sYfCMnpr2XpT4iaulUEvC/bYSTrQPeypwW65UkXZNmTil7uOkuvlw18X4da+lW5lwvE5PRzYue0z5OWDnonWXzFWfo1RS8XFdHYZea/OOhrpmEk8JuDbomMy4rVzb2s0tzEuy0VAd0I3kaQHFO4aDMCjhDb1Q265Uk33NqYfPza7z1MHEHyoz6Oyt+/IHZO++R06aFvp8XbNAwPfUKfZ8TktHVO2wD8roC+nRZvKbv1mnhnHfS7hJr1uW6Cvl0WP0zzCJLLhGySDdvxndMbnhGQwK/vXtabEWA3DLyQ5nKL2K7+TzdC30rwFjIeloX7zulB515uEmtfNnSFW/Lx668hhYjmXnzBkWWPftZG+khvRNdC3yqL30WchvF9C/S5daC/7HboWwHe95NOEPOkBv03RS9+BEnXQ283+CFBH3MbqVUEvCUWHN0kdk4v0iOrXeCtDOMcMZFxilARYIMZbhNTdi97CXq7wA8RBK4Lgn5drmYPIfP/J3Ea6X2dUpfosVU0+H5CRcAZ1rarvydWBPxMCWpfygLed07bCBKzdJsR4C290GkYvRrH9xMqAqyJd0JW/5Wge/dyT+5lgZJr6ttt8QPOvVjty5jeiCWCyGWd0/cIyeoFSpqy6xTw3tKvEwuODigen5I/vy33MiX30qDHV1YA9NOC/qOgW8ruGSF7ZE28lidNK4ePt5TdcYLodZ04I8BK6352G2lbR5D0isVnxDKMcZrLMGrEKq+fiImMNTf4JvAbt/Q9svRxWbqvfZlWnP6TPtpVDasJ9ebB9xNrX8bdRnpYf/9MFv5f4ljv0hYcdRL4L4kpO2ttPKoI5TmbuDUgba6fXsOEFN0l+fQrcjeDhJzofUIR6R1iGUaCnsPiK87SL8jKL8i99BMyRTZLfZIuq33ZLvB9ztJtRsC43gSrCPhVPt0qAjY1Sz2BX+vTj7T49G/1b2xGwG0H/U2Cnt/H+430O9ZOmLa5u9ZPOksHNvGWCbwNZvBNvOMKIa2J1yenzb1UE8p8rmZQh6Fzci1X5F52Eue+3JC12yz1ZOk5wfshapcE/RTN7epWcNSxMwLKCn6YMIrkmELGXQRF0e7HsM7pUjTxlgV8hXi1PQI7IylgkuarGpYSuuLA1wX7pQ5C9kZYI+9DStbEWxbwNYKoNSXgL/RmzBCk3uReClyVRqPhQ8kd8uu79bGmuP2toCelsQ0W39DJ0/z3kkAvKU5P0Atc/x8A91y+OtIwH2YAAAAASUVORK5CYII="); }
      html #CMD .section__pdc.athena .product_videos.active .slick-prev,
      html #CMD .section__pdc.athena .product_videos.active .slick-next {
        margin-top: -22px; }
    html #CMD .section__pdc.athena .product_videos.active {
      padding-top: 0; }
    html #CMD .section__pdc.athena .video-bottom {
      margin-top: 50px !important;
      padding-bottom: 0; }
    html #CMD .section__pdc.athena .media-top {
      padding-top: 6px; }
    html #CMD .section__pdc.athena .media-bottom {
      margin-bottom: 0;
      padding-bottom: 60px; }
    html #CMD .section__pdc.athena .product_medias.slick-dotted .slick-dots {
      bottom: 15px; } }

@media all and (max-width: 730.5px) and (min-width: 600px) and (max-width: 720px) {
  html #CMD .section__pdc.athena .media-bottom {
    margin-bottom: -50px; } }

@media all and (max-width: 730.5px) {
  html #CMD #pdc.odin .pdc-space-start {
    margin-top: -23px;
    padding-top: 0; }
  html #CMD #pdc.odin .pdc-space-end {
    margin-bottom: 0;
    padding-bottom: 29px; }
  #CMD .section__kv.aniInit .img__phone-left {
    background-image: url("../images/scale/50p/1x/animation/kv/fone01.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv.aniInit .img__phone-left {
    background-image: url("../images/scale/50p/2x/animation/kv/fone01.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__kv.aniInit .img__phone-left {
    background-image: url("../images/scale/50p/2x/animation/kv/fone01.png"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__kv.aniInit .img__phone-left-shadow {
    background-image: url("../images/scale/50p/1x/animation/kv/fone01_shadow.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv.aniInit .img__phone-left-shadow {
    background-image: url("../images/scale/50p/2x/animation/kv/fone01_shadow.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__kv.aniInit .img__phone-left-shadow {
    background-image: url("../images/scale/50p/2x/animation/kv/fone01_shadow.png"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__kv.aniInit .img__phone-right {
    background-image: url("../images/scale/50p/1x/animation/kv/fone02.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv.aniInit .img__phone-right {
    background-image: url("../images/scale/50p/2x/animation/kv/fone02.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__kv.aniInit .img__phone-right {
    background-image: url("../images/scale/50p/2x/animation/kv/fone02.png"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__kv.aniInit .img__phone-center {
    background-image: url("../images/scale/50p/1x/animation/kv/fone03.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv.aniInit .img__phone-center {
    background-image: url("../images/scale/50p/2x/animation/kv/fone03.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__kv.aniInit .img__phone-center {
    background-image: url("../images/scale/50p/2x/animation/kv/fone03.png"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__kv.aniInit .img__kv {
    position: relative;
    left: 50%; }
    #CMD .section__kv.aniInit .img__kv {
      background-image: url("../images/small/1x/animation/kv/bg.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__kv.aniInit .img__kv {
      background-image: url("../images/small/2x/animation/kv/bg.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__kv.aniInit .img__kv {
      background-image: url("../images/small/2x/animation/kv/bg.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__kv {
    overflow: hidden;
    padding-top: 46px;
    padding-bottom: 103px; }
  html #CMD .section__kv .wd__content {
    margin-top: 9px;
    padding-left: 0;
    width: 100%; }
    html #CMD .section__kv .wd__content .content__title {
      font-size: 27px;
      margin-top: 0;
      letter-spacing: 2px; }
    html #CMD .section__kv .wd__content .content__info {
      width: 89%;
      margin-left: auto;
      margin-right: auto; }
    html #CMD .section__kv .wd__content.bottom-content {
      position: relative;
      z-index: 99;
      margin-top: -300px; }
  html #CMD .section__kv::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    content: ''; }
  html #CMD .section__kv .img__kv__logo {
    background-image: url("../images/small/1x/animation/kv/logo.png") ;
    margin-top: 0;
    width: 100%;
    height: 42px;
    background-size: contain; } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    html #CMD .section__kv .img__kv__logo {
      background-image: url("../images/small/2x/animation/kv/logo.png"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__kv .img__kv {
    left: 50%;
    margin-top: -167px;
    margin-left: -365px;
    width: 730px;
    height: 1014px; }
  html #CMD .section__kv .wd__feature__list {
    left: 0;
    margin-top: -35px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 420px; }
    html #CMD .section__kv .wd__feature__list .wd__feature {
      margin-right: 10px;
      margin-bottom: 35px;
      margin-left: 10px;
      width: 180px;
      vertical-align: top; }
      html #CMD .section__kv .wd__feature__list .wd__feature figure {
        margin-right: auto;
        margin-bottom: 7px;
        margin-left: auto;
        width: 112px;
        height: 80px;
        background-size: contain; }
      html #CMD .section__kv .wd__feature__list .wd__feature .wd__feature__describe,
      html #CMD .section__kv .wd__feature__list .wd__feature .wd__feature__describe span {
        font-size: 17px; }
  html #CMD .section__kv.aniInit .img_scale_container {
    position: relative;
    overflow: hidden;
    height: 800px; }
  html #CMD .section__kv.aniInit .phones {
    top: 165px;
    margin-left: -550px;
    transform-origin: top center;
    transform: rotate(15.3deg) scale(0.46); }
  html #CMD .section__2 {
    display: inline-block;
    padding-bottom: 0; }
  html #CMD .section__2 .wd__feature__list {
    margin-right: auto;
    margin-left: auto;
    max-width: 500px; }
    html #CMD .section__2 .wd__feature__list .wd__feature {
      vertical-align: top; }
    html #CMD .section__2 .wd__feature__list .feature-1,
    html #CMD .section__2 .wd__feature__list .feature-3 {
      width: 128px; }
    html #CMD .section__2 .wd__feature__list .feature-2,
    html #CMD .section__2 .wd__feature__list .feature-4 {
      width: 80px; }
  html #CMD .section__2 .wd__feature__list .feature-6 {
    margin-right: 0;
    margin-left: 0; }
    html #CMD .section__2 .wd__feature__list .feature-6 .wd__feature__data {
      width: 214px;
      height: 72px; }
    html #CMD .section__2 .wd__feature__list .feature-6 .img__icon6 {
      bottom: -10px;
      left: 50%;
      width: 250px;
      height: 72px;
      background-size: contain; }
  html #CMD .section__2 .img__main {
    overflow: hidden;
    left: 50%;
    margin-top: 15px;
    margin-left: -365px;
    width: 730px;
    height: 400px; }
  html #CMD .section__2 .img__animate {
    position: absolute;
    top: -115px;
    width: 730px;
    height: 600px;
    background-size: contain; }
    #CMD .section__2 .img__animate {
      background-image: url("../images/small/1x/s2_main.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__2 .img__animate {
      background-image: url("../images/small/2x/s2_main.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__2 .img__animate {
      background-image: url("../images/small/2x/s2_main.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__3 {
    padding-top: 75px;
    padding-bottom: 46px; }
    html #CMD .section__3 .wd__content.main-content {
      margin-bottom: 0; }
    html #CMD .section__3 .wd__feature__list .feature-6 {
      margin-top: 10px; }
      html #CMD .section__3 .wd__feature__list .feature-6 .img__icon6 {
        width: 256px;
        height: 53px; }
  html #CMD .section__3 .img__main {
    position: absolute;
    left: 50%;
    margin-top: 0;
    transform: translateX(-50%) scale(0.493);
    transform-origin: top center; }
    .section__3 .img__mask {
      background-image: url("../images/scale/50p/1x/animation/s3/s3_main.png"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp .section__3 .img__mask {
      background-image: url("../images/scale/50p/2x/animation/s3/s3_main.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old .section__3 .img__mask {
      background-image: url("../images/scale/50p/2x/animation/s3/s3_main.png"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__3 .img_scale_container {
    overflow: hidden;
    margin-top: -73px;
    width: 100%;
    height: 667.522px; }
  html #CMD .section__flip_camera {
    margin-top: -25px;
    padding-top: 0;
    padding-bottom: 25px; }
  html #CMD .section__flip_camera .wd__content {
    width: 90%; }
    html #CMD .section__flip_camera .wd__content .content__title {
      max-width: 520px; }
    html #CMD .section__flip_camera .wd__content .content__info {
      width: 100%;
      max-width: 780px; }
  html #CMD .section__flip_camera .wd__feature__list {
    position: relative;
    left: 50%;
    margin-top: 44px;
    margin-left: -207px;
    width: 414px; }
    html #CMD .section__flip_camera .wd__feature__list .wd__feature {
      margin-right: 3%;
      margin-left: 3%;
      width: auto; }
      html #CMD .section__flip_camera .wd__feature__list .wd__feature figure {
        margin-bottom: 4px;
        width: 70px;
        height: 70px; }
      html #CMD .section__flip_camera .wd__feature__list .wd__feature .wd__feature__describe,
      html #CMD .section__flip_camera .wd__feature__list .wd__feature .wd__feature__describe span {
        font-size: 12px;
        line-height: 1.2 !important; }
  html #CMD .section__flip_camera .arrow {
    position: absolute;
    z-index: 1000;
    cursor: pointer;
    left: 50%;
    margin-top: 58px;
    width: 100%;
    max-width: 1160px;
    transform: translateX(-50%); }
    html #CMD .section__flip_camera .arrow figure {
      width: 39px;
      height: 62px; }
    html #CMD .section__flip_camera .arrow .arrow-left {
      position: absolute;
      left: 0; }
      html #CMD .section__flip_camera .arrow .arrow-left .img__arrow {
        background-image: url("../images/icon/arrow_left.png") ; } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        html #CMD .section__flip_camera .arrow .arrow-left .img__arrow {
          background-image: url("../images/icon/arrow_left.png"); } }

@media all and (max-width: 730.5px) {
    html #CMD .section__flip_camera .arrow .arrow-right {
      position: absolute;
      right: 0; }
      html #CMD .section__flip_camera .arrow .arrow-right .img__arrow {
        background-image: url("../images/icon/arrow_right.png") ; } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        html #CMD .section__flip_camera .arrow .arrow-right .img__arrow {
          background-image: url("../images/icon/arrow_right.png"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__flip_camera .container_sub {
    position: relative;
    overflow: hidden;
    margin-top: -40px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
    width: 720px;
    min-height: auto; }
    html #CMD .section__flip_camera .container_sub .sub {
      display: block;
      visibility: hidden;
      opacity: 0;
      width: 100vw;
      height: 100%;
      pointer-events: none; }
      html #CMD .section__flip_camera .container_sub .sub .container__content .content_img .img__replay {
        top: -65px;
        margin-left: 128px; }
        html #CMD .section__flip_camera .container_sub .sub .container__content .content_img .img__replay .img__text {
          top: 44px;
          font-size: 25px; }
      html #CMD .section__flip_camera .container_sub .sub.active {
        position: relative;
        visibility: visible;
        opacity: 1;
        pointer-events: auto; }
      html #CMD .section__flip_camera .container_sub .sub .container__content {
        padding-bottom: 44px; }
        html #CMD .section__flip_camera .container_sub .sub .container__content .content__title {
          font-size: 23px; }
        html #CMD .section__flip_camera .container_sub .sub .container__content .content__info {
          margin-top: 11px;
          font-size: 13px;
          line-height: 1.7; }
    html #CMD .section__flip_camera .container_sub .sub {
      text-align: center; }
      html #CMD .section__flip_camera .container_sub .sub::before {
        display: none; }
      html #CMD .section__flip_camera .container_sub .sub .container__content {
        left: 0;
        margin-top: 51px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 670px;
        height: auto;
        text-align: center; }
        html #CMD .section__flip_camera .container_sub .sub .container__content .content__title,
        html #CMD .section__flip_camera .container_sub .sub .container__content .content__info {
          margin-right: auto;
          margin-left: auto;
          width: 65%;
          max-width: 370px; }
      html #CMD .section__flip_camera .container_sub .sub .container__bg {
        position: relative;
        margin-top: -205px;
        max-height: 700px; }
        html #CMD .section__flip_camera .container_sub .sub .container__bg::after {
          display: none; }
      html #CMD .section__flip_camera .container_sub .sub .container__content .content_img {
        position: absolute;
        bottom: -691px;
        left: 50%;
        margin-left: -23px;
        transform: scale(0.52) translateX(-80%); }
        html #CMD .section__flip_camera .container_sub .sub .container__content .content_img .img__phone {
          position: relative; }
    html #CMD .section__flip_camera .container_sub .sub.type_0 .container__content .content_img {
      transform: scale(0.52) translateX(-80%); }
  html #CMD .section__flip_camera .container_sub .sub.type_1 .container__content .content_img .img__replay {
    top: unset;
    bottom: -151px; }
  html #CMD .section__flip_camera .img__flip_camera {
    background-image: url("../images/large/1x/04_flip_camera.jpg") ; } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    html #CMD .section__flip_camera .img__flip_camera {
      background-image: url("../images/large/2x/04_flip_camera.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__flip_camera + .section__6::before {
    display: block;
    position: absolute;
    top: -400px;
    width: 100%;
    height: 400px;
    background-color: #efefef;
    content: ''; }
  .section__flip_camera .container_sub .sub .container__content .content_img .img__phone {
    background-image: url("../images/scale/50p/1x/animation/s4/phone.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .container_sub .sub .container__content .content_img .img__phone {
    background-image: url("../images/scale/50p/2x/animation/s4/phone.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .container_sub .sub .container__content .content_img .img__phone {
    background-image: url("../images/scale/50p/2x/animation/s4/phone.png"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__flip_camera .container_sub .sub .container__content .content__title {
    color: #333; }
  html #CMD .section__flip_camera .container_sub .sub .container__content .content__info {
    color: #333; }
  .section__flip_camera .sub.container_0 .img__bg {
    background-image: url("../images/scale/50p/1x/animation/s4/case0/bg.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_0 .img__bg {
    background-image: url("../images/scale/50p/2x/animation/s4/case0/bg.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_0 .img__bg {
    background-image: url("../images/scale/50p/2x/animation/s4/case0/bg.jpg"); } }

@media all and (max-width: 730.5px) {
  .section__flip_camera .sub.container_0 .img__phone-camera {
    background-image: url("../images/scale/50p/1x/animation/s4/case0/phone_camera.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_0 .img__phone-camera {
    background-image: url("../images/scale/50p/2x/animation/s4/case0/phone_camera.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_0 .img__phone-camera {
    background-image: url("../images/scale/50p/2x/animation/s4/case0/phone_camera.png"); } }

@media all and (max-width: 730.5px) {
  .section__flip_camera .sub.container_0 .img__phone-cover {
    background-image: url("../images/scale/50p/1x/animation/s4/case0/phone_cover.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_0 .img__phone-cover {
    background-image: url("../images/scale/50p/2x/animation/s4/case0/phone_cover.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_0 .img__phone-cover {
    background-image: url("../images/scale/50p/2x/animation/s4/case0/phone_cover.png"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__flip_camera .container_sub .sub.container_0 .container__bg {
    position: relative;
    margin-top: -205px;
    margin-left: -984px;
    max-height: 700px;
    transform: scale(0.4); }
  html #CMD .section__flip_camera .container_sub .sub.container_0 .content_img .img__replay {
    top: -33px;
    bottom: 0;
    left: 50%;
    margin-left: -13px;
    filter: drop-shadow(1px 1px 3px #00000080); }
  .section__flip_camera .sub.container_1 .img__bg {
    background-image: url("../images/scale/50p/1x/animation/s4/case1/bg.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_1 .img__bg {
    background-image: url("../images/scale/50p/2x/animation/s4/case1/bg.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_1 .img__bg {
    background-image: url("../images/scale/50p/2x/animation/s4/case1/bg.jpg"); } }

@media all and (max-width: 730.5px) {
  .section__flip_camera .sub.container_1 .img__phone-camera {
    background-image: url("../images/scale/50p/1x/animation/s4/case1/phone_camera.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_1 .img__phone-camera {
    background-image: url("../images/scale/50p/2x/animation/s4/case1/phone_camera.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_1 .img__phone-camera {
    background-image: url("../images/scale/50p/2x/animation/s4/case1/phone_camera.png"); } }

@media all and (max-width: 730.5px) {
  .section__flip_camera .sub.container_1 .img__phone-cover {
    background-image: url("../images/scale/50p/1x/animation/s4/case1/phone_cover.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_1 .img__phone-cover {
    background-image: url("../images/scale/50p/2x/animation/s4/case1/phone_cover.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_1 .img__phone-cover {
    background-image: url("../images/scale/50p/2x/animation/s4/case1/phone_cover.png"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__flip_camera .container_sub .sub.container_1 .container__bg {
    position: relative;
    margin-top: -205px;
    margin-left: -984px;
    max-height: 700px;
    transform: scale(0.4); }
  html #CMD .section__flip_camera .container_sub .sub.container_1 .container__content .content_img .img__replay {
    top: -149px;
    margin-left: 63px; }
    html #CMD .section__flip_camera .container_sub .sub.container_1 .container__content .content_img .img__replay .img__text {
      color: #333; }
  html #CMD .section__flip_camera .container_sub .sub.container_1 .container__content .content_img .img__replay {
    background-image: url("../images/icon/replay.png") ; } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    html #CMD .section__flip_camera .container_sub .sub.container_1 .container__content .content_img .img__replay {
      background-image: url("../images/icon/replay.png"); } }

@media all and (max-width: 730.5px) {
  .section__flip_camera .sub.container_2 .img__bg {
    background-image: url("../images/medium/1x/animation/s4/case2/bg.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_2 .img__bg {
    background-image: url("../images/medium/2x/animation/s4/case2/bg.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_2 .img__bg {
    background-image: url("../images/medium/2x/animation/s4/case2/bg.jpg"); } }

@media all and (max-width: 730.5px) {
  .section__flip_camera .sub.container_2 .img__phone-camera {
    background-image: url("../images/medium/1x/animation/s4/case2/phone_camera.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_2 .img__phone-camera {
    background-image: url("../images/medium/2x/animation/s4/case2/phone_camera.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_2 .img__phone-camera {
    background-image: url("../images/medium/2x/animation/s4/case2/phone_camera.png"); } }

@media all and (max-width: 730.5px) {
  .section__flip_camera .sub.container_2 .img__phone-cover {
    background-image: url("../images/medium/1x/animation/s4/case2/phone_cover.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_2 .img__phone-cover {
    background-image: url("../images/medium/2x/animation/s4/case2/phone_cover.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_2 .img__phone-cover {
    background-image: url("../images/medium/2x/animation/s4/case2/phone_cover.png"); } }

@media all and (max-width: 730.5px) {
  .section__flip_camera .sub.container_2 .img__phone-mask {
    background-image: url("../images/medium/1x/animation/s4/case2/mask.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_2 .img__phone-mask {
    background-image: url("../images/medium/2x/animation/s4/case2/mask.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_2 .img__phone-mask {
    background-image: url("../images/medium/2x/animation/s4/case2/mask.png"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__flip_camera .container_sub .sub.container_2 .container__bg video {
    top: 280px;
    left: 50%;
    margin-left: -245px;
    width: 489px;
    height: 224px; }
  html #CMD .section__flip_camera .container_sub .sub.container_2 .container__content.step-1 .img__phone-camera {
    transform: translateZ(0) rotate(50deg);
    transition: transform 1330ms; }
  html #CMD .section__flip_camera .container_sub .sub.container_2 .container__content.step-2 .img__phone-camera {
    transform: translateZ(0) rotate(20deg);
    transition: transform 855ms; }
  html #CMD .section__flip_camera .container_sub .sub.container_2 .container__content.step-3 .img__phone-camera {
    transform: translateZ(0) rotate(-30deg);
    transition: transform 1397ms; }
  html #CMD .section__flip_camera .container_sub .sub.container_2 .container__content .content_img .img__phone-camera {
    transform-origin: bottom center; }
  .section__flip_camera .sub.container_2 .img__phone-mask {
    background-image: url("../images/small/1x/animation/s4/case2/mask.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp .section__flip_camera .sub.container_2 .img__phone-mask {
    background-image: url("../images/small/2x/animation/s4/case2/mask.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old .section__flip_camera .sub.container_2 .img__phone-mask {
    background-image: url("../images/small/2x/animation/s4/case2/mask.png"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__flip_camera .container_sub .sub.container_2 .img__phone-camera {
    transform-origin: bottom center; }
  html #CMD .section__flip_camera .container_sub .sub.container_2 .container__content.step-1 .img__phone-camera {
    transform: translate3d(-2px, -7px, 0) rotate(50deg);
    transition: transform 1330ms; }
  html #CMD .section__flip_camera .container_sub .sub.container_2 .container__content.step-2 .img__phone-camera {
    transform: translate3d(0, -17px, 0) rotate(20deg);
    transition: transform 855ms; }
  html #CMD .section__flip_camera .container_sub .sub.container_2 .container__content.step-3 .img__phone-camera {
    transform: translate3d(-4px, -26px, 0) rotate(-30deg);
    transition: transform 1397ms; }
  html #CMD .section__flip_camera .container_sub .sub.container_2 .container__bg {
    margin-top: 0;
    margin-left: -365px;
    width: 730px;
    height: 446px; }
    html #CMD .section__flip_camera .container_sub .sub.container_2 .container__bg video {
      top: 223px;
      left: 50%;
      margin-left: -158px;
      width: 314px;
      height: 143px; }
    html #CMD .section__flip_camera .container_sub .sub.container_2 .container__bg .img__bg {
      width: 100%;
      background-image: none; }
    html #CMD .section__flip_camera .container_sub .sub.container_2 .container__bg .img__bg-2 {
      display: none; }
    html #CMD .section__flip_camera .container_sub .sub.container_2 .container__bg .img__phone-mask {
      top: 0;
      left: 0;
      margin-left: 0;
      width: 730px;
      height: 446px; }
  html #CMD .section__flip_camera .container_sub .sub.container_2 .content_img .img__replay {
    left: 50%;
    margin: 0; }
  html #CMD .section__flip_camera .container_sub .sub.type_1::before {
    display: none;
    position: absolute;
    top: 140px;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: 205px;
    content: ''; }
  html #CMD .section__flip_camera .container_sub .sub.type_1 .container__content .content_img {
    bottom: -109px; }
    html #CMD .section__flip_camera .container_sub .sub.type_1 .container__content .content_img .img__screen {
      display: none; }
    html #CMD .section__flip_camera .container_sub .sub.type_1 .container__content .content_img .img__phone {
      top: 180px;
      left: 50%;
      margin-left: -320px;
      width: 640px;
      height: 120px; }
    html #CMD .section__flip_camera .container_sub .sub.type_1 .container__content .content_img .img__phone-camera {
      position: absolute;
      z-index: 1;
      top: -37px;
      margin-left: -25px;
      width: 120px;
      height: 120px;
      transform-origin: 70px 112px; }
    html #CMD .section__flip_camera .container_sub .sub.type_1 .container__content .content_img .img__phone-cover {
      z-index: 9;
      top: 0;
      margin-left: 0;
      width: 640px;
      height: 120px; }
    html #CMD .section__flip_camera .container_sub .sub.type_1 .container__content .content_img .img__replay {
      bottom: 0;
      filter: invert(0.8);
      margin-left: -2px; }
  html #CMD .section__5 {
    display: inline-block;
    margin-top: 27px;
    padding-bottom: 0; }
  html #CMD .section__5 .img__main {
    left: 50%;
    margin-top: -145px;
    margin-left: -365px;
    width: 730px;
    height: 564px; }
    #CMD .section__5 .img__main {
      background-image: url("../images/small/1x/05_main.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__5 .img__main {
      background-image: url("../images/small/2x/05_main.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__5 .img__main {
      background-image: url("../images/small/2x/05_main.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__5 #shotByZenfoneFlip .img__shot_0 {
    width: 414px;
    height: 414px; }
    #shotByZenfoneFlip .img__shot_0 {
      background-image: url("../images/scale/50p/1x/animation/s5/g0.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_0 {
      background-image: url("../images/scale/50p/2x/animation/s5/g0.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_0 {
      background-image: url("../images/scale/50p/2x/animation/s5/g0.jpg"); } }

@media all and (max-width: 730.5px) {
  #shotByZenfoneFlip .img__show_0 {
    background-image: url("../images/scale/50p/2x/animation/s5/g0_b.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_0 {
    background-image: url("../images/scale/50p/2x/animation/s5/g0_b.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_0 {
    background-image: url("../images/scale/50p/2x/animation/s5/g0_b.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__5 #shotByZenfoneFlip .img__shot_1 {
    width: 200px;
    height: 414px; }
    #shotByZenfoneFlip .img__shot_1 {
      background-image: url("../images/scale/50p/1x/animation/s5/g1.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_1 {
      background-image: url("../images/scale/50p/2x/animation/s5/g1.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_1 {
      background-image: url("../images/scale/50p/2x/animation/s5/g1.jpg"); } }

@media all and (max-width: 730.5px) {
  #shotByZenfoneFlip .img__show_1 {
    background-image: url("../images/scale/50p/2x/animation/s5/g1_b.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_1 {
    background-image: url("../images/scale/50p/2x/animation/s5/g1_b.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_1 {
    background-image: url("../images/scale/50p/2x/animation/s5/g1_b.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__5 #shotByZenfoneFlip .img__shot_2 {
    width: 200px;
    height: 200px; }
    #shotByZenfoneFlip .img__shot_2 {
      background-image: url("../images/scale/50p/1x/animation/s5/g2.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_2 {
      background-image: url("../images/scale/50p/2x/animation/s5/g2.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_2 {
      background-image: url("../images/scale/50p/2x/animation/s5/g2.jpg"); } }

@media all and (max-width: 730.5px) {
  #shotByZenfoneFlip .img__show_2 {
    background-image: url("../images/scale/50p/2x/animation/s5/g2_b.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_2 {
    background-image: url("../images/scale/50p/2x/animation/s5/g2_b.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_2 {
    background-image: url("../images/scale/50p/2x/animation/s5/g2_b.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__5 #shotByZenfoneFlip .img__shot_3 {
    width: 200px;
    height: 200px; }
    #shotByZenfoneFlip .img__shot_3 {
      background-image: url("../images/scale/50p/1x/animation/s5/g3.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_3 {
      background-image: url("../images/scale/50p/2x/animation/s5/g3.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_3 {
      background-image: url("../images/scale/50p/2x/animation/s5/g3.jpg"); } }

@media all and (max-width: 730.5px) {
  #shotByZenfoneFlip .img__show_3 {
    background-image: url("../images/scale/50p/2x/animation/s5/g3_b.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_3 {
    background-image: url("../images/scale/50p/2x/animation/s5/g3_b.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_3 {
    background-image: url("../images/scale/50p/2x/animation/s5/g3_b.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__5 #shotByZenfoneFlip .img__shot_4 {
    width: 200px;
    height: 200px; }
    #shotByZenfoneFlip .img__shot_4 {
      background-image: url("../images/scale/50p/1x/animation/s5/g4.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_4 {
      background-image: url("../images/scale/50p/2x/animation/s5/g4.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_4 {
      background-image: url("../images/scale/50p/2x/animation/s5/g4.jpg"); } }

@media all and (max-width: 730.5px) {
  #shotByZenfoneFlip .img__show_4 {
    background-image: url("../images/scale/50p/2x/animation/s5/g4_b.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_4 {
    background-image: url("../images/scale/50p/2x/animation/s5/g4_b.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_4 {
    background-image: url("../images/scale/50p/2x/animation/s5/g4_b.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__5 #shotByZenfoneFlip .img__shot_5 {
    width: 200px;
    height: 200px; }
    #shotByZenfoneFlip .img__shot_5 {
      background-image: url("../images/scale/50p/1x/animation/s5/g5.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_5 {
      background-image: url("../images/scale/50p/2x/animation/s5/g5.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_5 {
      background-image: url("../images/scale/50p/2x/animation/s5/g5.jpg"); } }

@media all and (max-width: 730.5px) {
  #shotByZenfoneFlip .img__show_5 {
    background-image: url("../images/scale/50p/2x/animation/s5/g5_b.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_5 {
    background-image: url("../images/scale/50p/2x/animation/s5/g5_b.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_5 {
    background-image: url("../images/scale/50p/2x/animation/s5/g5_b.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__5 #shotByZenfoneFlip .img__shot_6 {
    width: 200px;
    height: 414px; }
    #shotByZenfoneFlip .img__shot_6 {
      background-image: url("../images/scale/50p/1x/animation/s5/g6.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_6 {
      background-image: url("../images/scale/50p/2x/animation/s5/g6.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_6 {
      background-image: url("../images/scale/50p/2x/animation/s5/g6.jpg"); } }

@media all and (max-width: 730.5px) {
  #shotByZenfoneFlip .img__show_6 {
    background-image: url("../images/scale/50p/2x/animation/s5/g6_b.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_6 {
    background-image: url("../images/scale/50p/2x/animation/s5/g6_b.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_6 {
    background-image: url("../images/scale/50p/2x/animation/s5/g6_b.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__5 #shotByZenfoneFlip .img__shot_7 {
    width: 414px;
    height: 414px; }
    #shotByZenfoneFlip .img__shot_7 {
      background-image: url("../images/scale/50p/1x/animation/s5/g7.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_7 {
      background-image: url("../images/scale/50p/2x/animation/s5/g7.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_7 {
      background-image: url("../images/scale/50p/2x/animation/s5/g7.jpg"); } }

@media all and (max-width: 730.5px) {
  #shotByZenfoneFlip .img__show_7 {
    background-image: url("../images/scale/50p/2x/animation/s5/g7_b.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_7 {
    background-image: url("../images/scale/50p/2x/animation/s5/g7_b.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_7 {
    background-image: url("../images/scale/50p/2x/animation/s5/g7_b.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__5 #shotByZenfoneFlip .img__shot_8 {
    width: 414px;
    height: 200px; }
    #shotByZenfoneFlip .img__shot_8 {
      background-image: url("../images/scale/50p/1x/animation/s5/g8.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #shotByZenfoneFlip .img__shot_8 {
      background-image: url("../images/scale/50p/2x/animation/s5/g8.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #shotByZenfoneFlip .img__shot_8 {
      background-image: url("../images/scale/50p/2x/animation/s5/g8.jpg"); } }

@media all and (max-width: 730.5px) {
  #shotByZenfoneFlip .img__show_8 {
    background-image: url("../images/scale/50p/2x/animation/s5/g8_b.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #shotByZenfoneFlip .img__show_8 {
    background-image: url("../images/scale/50p/2x/animation/s5/g8_b.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #shotByZenfoneFlip .img__show_8 {
    background-image: url("../images/scale/50p/2x/animation/s5/g8_b.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__5 #shotByZenfoneFlip {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    width: 414px;
    max-width: 414px;
    flex-wrap: wrap; }
    html #CMD .section__5 #shotByZenfoneFlip .img__shot {
      margin: 0; }
    html #CMD .section__5 #shotByZenfoneFlip .shot__item {
      padding-bottom: 14px;
      order: 1; }
    html #CMD .section__5 #shotByZenfoneFlip .shot__2 {
      order: 2; }
    html #CMD .section__5 #shotByZenfoneFlip .shot__4 {
      order: 2; }
    html #CMD .section__5 #shotByZenfoneFlip .shot__7 {
      order: 7; }
    html #CMD .section__5 #shotByZenfoneFlip .shot__8 {
      order: 8; }
  html #CMD .section__6 {
    display: inline-block;
    margin-top: -18px;
    padding-top: 79px; }
    html #CMD .section__6 .scroll_container {
      width: 100%;
      -ms-overflow-style: none; }
      html #CMD .section__6 .scroll_container::-webkit-scrollbar {
        display: none; }
      html #CMD .section__6 .scroll_container .wd__feature__list {
        overflow: scroll;
        overflow-y: hidden;
        left: 0;
        margin-top: 41px;
        margin-left: auto;
        width: 100vw;
        text-align: unset;
        white-space: nowrap;
        -ms-overflow-style: none; }
        html #CMD .section__6 .scroll_container .wd__feature__list::before {
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          width: 100vw;
          height: auto;
          content: ''; }
        html #CMD .section__6 .scroll_container .wd__feature__list::-webkit-scrollbar {
          display: none; }
        html #CMD .section__6 .scroll_container .wd__feature__list .wd__feature {
          margin-right: 0;
          margin-bottom: 0;
          margin-left: 0;
          padding-right: 32px;
          padding-left: 32px;
          width: auto;
          max-width: 200px;
          height: 52px;
          min-width: 140px; }
          html #CMD .section__6 .scroll_container .wd__feature__list .wd__feature .wd__feature__data {
            width: auto;
            font-size: 20px;
            white-space: initial;
            line-height: 1.1; }
            html #CMD .section__6 .scroll_container .wd__feature__list .wd__feature .wd__feature__data span.feature-text {
              font-size: 20px; }
            html #CMD .section__6 .scroll_container .wd__feature__list .wd__feature .wd__feature__data .feature-icon {
              height: 30px; }
  html #CMD .section__6 .container-style {
    padding-bottom: 30px; }
    html #CMD .section__6 .container-style .style .style__img {
      left: 0;
      margin-top: 0;
      margin-left: 0;
      width: 100%;
      height: auto;
      min-height: 280px; }
      html #CMD .section__6 .container-style .style .style__img .img_scale_container {
        overflow: hidden;
        height: 225.04px; }
      html #CMD .section__6 .container-style .style .style__img .img__phone {
        position: relative;
        z-index: 13;
        top: 0;
        left: 50%;
        margin-left: -1px;
        transform: translateX(-50%) scale(0.388);
        transform-origin: top center; }
      .section__6 .style__img .img__video_mask {
        background-image: url("../images/scale/80p/1x/animation/s6/phone_mask.png"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-webp .section__6 .style__img .img__video_mask {
        background-image: url("../images/scale/80p/2x/animation/s6/phone_mask.webp"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-old .section__6 .style__img .img__video_mask {
        background-image: url("../images/scale/80p/2x/animation/s6/phone_mask.png"); } }

@media all and (max-width: 730.5px) {
    html #CMD .section__6 .container-style .style .style__content {
      max-width: 80%; }
  html #CMD .section__6 .style .videoInfoContainer {
    position: relative;
    top: 0;
    padding-top: 0;
    width: 298px; }
    html #CMD .section__6 .style .videoInfoContainer .videoInfo_item {
      padding-right: 14px;
      padding-left: 14px;
      width: 49%;
      text-align: center; }
      html #CMD .section__6 .style .videoInfoContainer .videoInfo_item .info_text {
        font-size: 13px; }
  html #CMD .section__6 .style .btn_replay {
    top: 30px; }
    html #CMD .section__6 .style .btn_replay .img__replay {
      height: 28px; }
      html #CMD .section__6 .style .btn_replay .img__replay .img__text {
        position: relative;
        top: 50%;
        left: 0;
        padding-left: 28px;
        font-size: 13px;
        transform: translate(0, -50%); }
  html #CMD .section__6 .container-style .style-0 .style__img {
    overflow: hidden; }
    html #CMD .section__6 .container-style .style-0 .style__img .img__video_mask {
      z-index: 13; }
      .section__6 .style-0 .style__img .img__video_mask {
        background-image: url("../images/scale/50p/1x/animation/s6/phone_mask_flip.png"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-webp .section__6 .style-0 .style__img .img__video_mask {
        background-image: url("../images/scale/50p/2x/animation/s6/phone_mask_flip.webp"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-old .section__6 .style-0 .style__img .img__video_mask {
        background-image: url("../images/scale/50p/2x/animation/s6/phone_mask_flip.png"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__6 .style .videoInfoContainer {
    position: absolute;
    top: 208px;
    bottom: 0;
    padding-top: 0;
    width: 298px;
    min-height: 1px; }
    html #CMD .section__6 .style .videoInfoContainer .videoInfo_item .info_text {
      color: #333; }
  html #CMD .section__6 .container-style .style-3 .style__img {
    overflow: hidden; }
    html #CMD .section__6 .container-style .style-3 .style__img .s6WaveCanvas {
      position: absolute;
      z-index: 1;
      top: 182px;
      left: 0;
      width: 100%; }
    html #CMD .section__6 .container-style .style-3 .style__img .img__phone #s6_waveLeft {
      position: absolute;
      left: 50%;
      margin-left: -940px;
      width: 800px;
      height: 300px; }
    html #CMD .section__6 .container-style .style-3 .style__img .img__phone #s6_waveRight {
      position: absolute;
      left: 50%;
      margin-left: 170px;
      width: 800px;
      height: 300px; }
    html #CMD .section__6 .container-style .style-3 .style__img .img__phone .img__wave_bg {
      position: absolute;
      z-index: 9;
      top: 0;
      left: 0;
      width: 1920px;
      height: 700px; }
      .section__6 .style-3 .style__img .img__wave_bg {
        background-image: url("../images/large/1x/animation/s6/wave/bg.jpg"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-webp .section__6 .style-3 .style__img .img__wave_bg {
        background-image: url("../images/large/2x/animation/s6/wave/bg.webp"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-old .section__6 .style-3 .style__img .img__wave_bg {
        background-image: url("../images/large/2x/animation/s6/wave/bg.jpg"); } }

@media all and (max-width: 730.5px) {
    html #CMD .section__6 .container-style .style-3 .style__img .s6canvas {
      z-index: 9; }
  html #CMD .section__6 .container-style .style-3 {
    overflow: hidden;
    margin-bottom: 0; }
    html #CMD .section__6 .container-style .style-3 .style__img .img_scale_container::before {
      width: 10%; }
    html #CMD .section__6 .container-style .style-3 .style__img .img_scale_container::after {
      width: 10%; }
  html #CMD .section__6 .container-style .style-3.style-aniActive {
    overflow: hidden; }
    html #CMD .section__6 .container-style .style-3.style-aniActive .style__img {
      overflow: hidden;
      min-height: auto; }
      html #CMD .section__6 .container-style .style-3.style-aniActive .style__img .s6WaveCanvas {
        top: 10px; }
      html #CMD .section__6 .container-style .style-3.style-aniActive .style__img .img__phone .img__wave_bg {
        transform: scale(1) translate(0, 58px);
        transform-origin: center center; }
      html #CMD .section__6 .container-style .style-3.style-aniActive .style__img .img__phone #s6_waveLeft,
      html #CMD .section__6 .container-style .style-3.style-aniActive .style__img .img__phone #s6_waveright {
        top: 107px;
        height: 510px; }
      html #CMD .section__6 .container-style .style-3.style-aniActive .style__img .img__video_mask {
        z-index: 11; }
      html #CMD .section__6 .container-style .style-3.style-aniActive .style__img #video-s6-3 {
        z-index: 1;
        margin-left: -1px; } }

@media all and (max-width: 730.5px) and (max-width: 354px) {
  #CMD .section__6.section__6.section__6 .container-style .style-3 .style__img .img_scale_container::before {
    width: 0%; }
  #CMD .section__6.section__6.section__6 .container-style .style-3 .style__img .img_scale_container::after {
    width: 0%; } }

@media all and (max-width: 730.5px) {
  html #CMD .section__6 .container-style .style-4 .ani__container {
    z-index: 20;
    top: 28px;
    margin-left: -264px;
    width: 500px;
    transform: scale(0.45);
    transform-origin: center center; }
  html #CMD .section__7 {
    display: inline-block;
    margin-top: -56px; }
    html #CMD .section__7 .wd__content.main-content .content__title {
      max-width: 620px; }
    html #CMD .section__7 .wd__content.main-content .content__info {
      max-width: 580px; }
  html #CMD .section__7.s7subcontent {
    margin-right: auto;
    margin-left: auto; }
    html #CMD .section__7.s7subcontent figure[class*='img__main'] {
      position: relative;
      left: 0;
      margin-right: auto;
      margin-left: auto;
      width: 388px;
      height: 328.5px; }
    html #CMD .section__7.s7subcontent .wd__content {
      left: 0;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      max-width: 388px; }
      html #CMD .section__7.s7subcontent .wd__content .content__info {
        padding: 40px; }
      html #CMD .section__7.s7subcontent .wd__content .content__info + .content__info {
        padding-top: 0; }
  html #CMD .section__7 .img__main {
    left: 50%;
    margin-top: 26px;
    margin-left: -365px;
    width: 730px;
    height: 308px; }
    .section__7 .img__main {
      background-image: url("../images/small/1x/s7_main.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp .section__7 .img__main {
      background-image: url("../images/small/2x/s7_main.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old .section__7 .img__main {
      background-image: url("../images/small/2x/s7_main.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__7.s7subcontent {
    margin-top: 0; }
    html #CMD .section__7.s7subcontent .wd__content {
      padding: 45px 47px; }
      html #CMD .section__7.s7subcontent .wd__content .content__info {
        margin-top: 16px;
        padding: 0;
        box-sizing: border-box; }
        html #CMD .section__7.s7subcontent .wd__content .content__info:nth-child(1) {
          margin-top: 0; }
      html #CMD .section__7.s7subcontent .wd__content .content__info + .content__info {
        padding-top: 0; }
    html #CMD .section__7.s7subcontent figure[class*='img__main'] {
      left: 50%;
      margin: 0;
      margin-left: -194px; }
  html #CMD .section__7.section__7video {
    margin-top: -65px;
    padding-bottom: 70px; }
    html #CMD .section__7.section__7video .detect-point {
      top: 0; }
    .section__7.section__7video .img__main-video {
      background-image: url("../images/medium/1x/s7_pic0.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp .section__7.section__7video .img__main-video {
      background-image: url("../images/medium/2x/s7_pic0.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old .section__7.section__7video .img__main-video {
      background-image: url("../images/medium/2x/s7_pic0.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__7.section__7photo {
    margin-top: -5px; }
    .section__7.section__7photo .img__main-photo {
      background-image: url("../images/medium/1x/s7_pic1.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp .section__7.section__7photo .img__main-photo {
      background-image: url("../images/medium/2x/s7_pic1.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old .section__7.section__7photo .img__main-photo {
      background-image: url("../images/medium/2x/s7_pic1.jpg"); } }

@media all and (max-width: 730.5px) {
  .section__8.slideActive .slide-0 .img__phone {
    background-image: url("../images/scale/50p/1x/animation/s8/slide_phone.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp .section__8.slideActive .slide-0 .img__phone {
    background-image: url("../images/scale/50p/2x/animation/s8/slide_phone.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old .section__8.slideActive .slide-0 .img__phone {
    background-image: url("../images/scale/50p/2x/animation/s8/slide_phone.png"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__8.slideActive .scrollPositon {
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: red; }
  html #CMD .section__8.slideActive .slide-0 .img__phone-mask {
    display: block;
    position: absolute;
    top: 27px;
    left: 50%;
    transform-origin: top center;
    opacity: 0;
    margin-left: 0;
    width: 676px;
    height: 1760px;
    background-size: contain; }
    .section__8.slideActive .slide-0 .img__phone-mask {
      background-image: url("../images/scale/50p/1x/animation/s8/slide_phone_cover.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp .section__8.slideActive .slide-0 .img__phone-mask {
      background-image: url("../images/scale/50p/2x/animation/s8/slide_phone_cover.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old .section__8.slideActive .slide-0 .img__phone-mask {
      background-image: url("../images/scale/50p/2x/animation/s8/slide_phone_cover.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__8.slideActive {
    position: relative;
    z-index: 1;
    margin-top: -5px;
    padding-top: 85px;
    padding-bottom: 0;
    min-height: 100vh; }
  html #CMD .section__8.slideActive .wd__content {
    padding-bottom: 0; }
  html #CMD .section__8.slideActive .slide-item {
    position: relative;
    overflow: visible;
    padding-top: 0; }
    html #CMD .section__8.slideActive .slide-item .wd__content.main-content {
      margin-top: 95px; }
    html #CMD .section__8.slideActive .slide-item.camera-info {
      position: absolute;
      top: 0;
      padding-top: 319px;
      width: 100%; }
      html #CMD .section__8.slideActive .slide-item.camera-info .wd__content.main-content {
        position: relative;
        left: 50%;
        opacity: 1;
        margin-top: 0;
        margin-left: -132px;
        width: 250px; }
        html #CMD .section__8.slideActive .slide-item.camera-info .wd__content.main-content .content__title {
          max-width: 530px;
          font-size: 24.5px; }
        html #CMD .section__8.slideActive .slide-item.camera-info .wd__content.main-content .content__title::after {
          display: none;
          bottom: -18px; }
        html #CMD .section__8.slideActive .slide-item.camera-info .wd__content.main-content .content__info {
          margin-top: 17px;
          max-width: 530px;
          font-size: 15px; }
        html #CMD .section__8.slideActive .slide-item.camera-info .wd__content.main-content .camera__tip {
          position: absolute;
          top: -3px;
          width: 100%; }
        html #CMD .section__8.slideActive .slide-item.camera-info .wd__content.main-content .camera__tip-line {
          position: absolute;
          bottom: 0;
          left: 50%;
          margin-left: 0;
          width: 1px;
          height: 75px;
          background: linear-gradient(0deg, #fff 60%, rgba(239, 239, 239, 0.6) 100%); }
    html #CMD .section__8.slideActive .slide-item .img_scale_container {
      display: none;
      height: 800px; }
      html #CMD .section__8.slideActive .slide-item .img_scale_container .img__main {
        position: absolute;
        padding-top: 30px;
        width: 100%;
        height: 100vh; }
      html #CMD .section__8.slideActive .slide-item .img_scale_container .img__phone {
        margin-left: -90px; }
  html #CMD .section__8.slideActive .slide-item-group {
    min-height: 4000px;
    position: relative;
    opacity: 0; }
  html #CMD .section__8.slideActive .slide-main {
    min-height: auto; }
    html #CMD .section__8.slideActive .slide-main .img_scale_container {
      display: block;
      height: 0; }
      html #CMD .section__8.slideActive .slide-main .img_scale_container .img__main {
        padding-top: 27px; }
      html #CMD .section__8.slideActive .slide-main .img_scale_container .img__phone {
        position: relative;
        top: 0; }
        html #CMD .section__8.slideActive .slide-main .img_scale_container .img__phone::after {
          display: block;
          position: absolute;
          top: 0;
          content: '';
          opacity: 0;
          transition: opacity ease 300ms; }
      html #CMD .section__8.slideActive .slide-main .img_scale_container .img__phone,
      html #CMD .section__8.slideActive .slide-main .img_scale_container .img__phone-mask {
        margin-left: 0;
        transform-origin: top center;
        transform: translateX(-50%) scale(0.5); }
  html #CMD .section__8.slideActive .slide-1 {
    display: none;
    padding-top: 0; }
  html #CMD .section__8.slideActive .slide-2.camera-info .wd__content.main-content .camera__tip-line {
    margin-left: -66px;
    height: 143px; }
  html #CMD .section__8.slideActive .slide-3.camera-info .wd__content.main-content .camera__tip-line {
    margin-left: -21px;
    height: 148px; }
  html #CMD .section__8.slideActive .slide-4.camera-info .wd__content.main-content .camera__tip-line {
    margin-left: 24px;
    height: 157px; }
  html #CMD .section__8.slideActive .slide-end {
    position: relative;
    z-index: 9;
    opacity: 1;
    height: 400px; }
  html #CMD .section__8.slideActive.smallActive .slide-item-group {
    opacity: 1; } }

@media all and (max-width: 730.5px) and (max-width: 730.5px) and (min-width: 340px) {
  html #CMD .section__8.slideActive .scrollPositon {
    top: -50px; }
  html #CMD .section__8.slideActive .slide-main .img_scale_container .img__phone,
  html #CMD .section__8.slideActive .slide-main .img_scale_container .img__phone-mask {
    top: 5px;
    margin-left: 0;
    transform: translateX(-50%) scale(0.5); }
  html #CMD .section__8.slideActive .slide-main .img_scale_container .img__phone-mask {
    top: 32px; }
  html #CMD .section__8.slideActive .slide-item.camera-info {
    padding-top: 325px; } }

@media all and (max-width: 730.5px) {
  html #CMD .section__9 {
    padding-top: 64px; }
  html #CMD .section__9 .img__main {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -365px;
    width: 730px;
    height: 324px; }
    #CMD .section__9 .img__main {
      background-image: url("../images/small/1x/s9_main.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__9 .img__main {
      background-image: url("../images/small/2x/s9_main.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__9 .img__main {
      background-image: url("../images/small/2x/s9_main.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__9 .percent_circle {
    filter: blur(1px); }
  html #CMD .section__9 .img__main .zfPhone {
    top: 65px;
    left: 50%;
    margin-left: -119px; }
  html #CMD .section__9 .zfphone_scale_container {
    transform: scale(0.47);
    transform-origin: top center; }
  html #CMD .section__10 {
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 0; }
  html #CMD .section__10 .wd__feature__list .wd__feature {
    margin-bottom: 28px; }
  html #CMD .section__10 .wd__feature__list .feature-1 .wd__feature__describe,
  html #CMD .section__10 .wd__feature__list .feature-2 .wd__feature__describe {
    display: none; }
  html #CMD .section__10 .img__main {
    left: 50%;
    margin-top: -145px;
    margin-left: -365px;
    width: 730px;
    height: 564px; }
    #CMD .section__10 .img__main {
      background-image: url("../images/small/1x/10_main.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__10 .img__main {
      background-image: url("../images/small/2x/10_main.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__10 .img__main {
      background-image: url("../images/small/2x/10_main.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__10 .img__main {
    position: relative;
    left: 50%;
    margin-left: -232.5px;
    width: 465px;
    height: 986px;
    background-size: contain; }
  html #CMD .section__10 .img__phone {
    top: 150px;
    width: 232.5px;
    height: 493px; }
    #CMD .section__10 .img__phone {
      background-image: url("../images/small/1x/animation/s10/phone.png"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__10 .img__phone {
      background-image: url("../images/small/2x/animation/s10/phone.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__10 .img__phone {
      background-image: url("../images/small/2x/animation/s10/phone.png"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__10 .img_scale_container {
    margin-top: 60px; }
  html #CMD .section__10 .img__main .wave-ripple {
    transform-origin: center; }
  html #CMD .section__10 .img__main .wave-ripple.wave-ripple-left {
    top: -214px;
    margin-left: -330px;
    transform: rotate(90deg) scale(0.52); }
  html #CMD .section__10 .img__main .wave-ripple.wave-ripple-right {
    top: 350px;
    margin-left: -330px;
    transform: rotate(270deg) scale(0.52); } }

@media all and (max-width: 730.5px) and (min-width: 320px) and (max-width: 413px) {
  #CMD .section__10.section__10 .wd__feature__list .wd__feature .wd__feature__describe__top {
    display: none; }
  #CMD .section__10.section__10 .wd__feature__list .wd__feature.feature-1 .wd__feature__describe__top {
    display: block; } }

@media all and (max-width: 730.5px) {
  html #CMD .section__11 {
    margin-top: -145px;
    padding-top: 0; }
  html #CMD .section__11 .wd__feature__list figure.img__icon0 {
    bottom: 0;
    height: 60px; }
  html #CMD .section__11 .audience__items {
    margin-top: 46px;
    margin-left: -160px;
    width: 320px; }
    html #CMD .section__11 .audience__items .audience__item {
      display: block;
      margin-bottom: 11px; }
      html #CMD .section__11 .audience__items .audience__item.item-0 .item__img {
        background-image: url("../images/small/1x/s11/ui_0.jpg") ; } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        html #CMD .section__11 .audience__items .audience__item.item-0 .item__img {
          background-image: url("../images/small/2x/s11/ui_0.jpg"); } }

@media all and (max-width: 730.5px) {
      html #CMD .section__11 .audience__items .audience__item.item-1 .item__img {
        background-image: url("../images/small/1x/s11/ui_1.jpg") ; } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        html #CMD .section__11 .audience__items .audience__item.item-1 .item__img {
          background-image: url("../images/small/2x/s11/ui_1.jpg"); } }

@media all and (max-width: 730.5px) {
      html #CMD .section__11 .audience__items .audience__item.item-2 .item__img {
        background-image: url("../images/small/1x/s11/ui_2.jpg") ; } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        html #CMD .section__11 .audience__items .audience__item.item-2 .item__img {
          background-image: url("../images/small/2x/s11/ui_2.jpg"); } }

@media all and (max-width: 730.5px) {
      html #CMD .section__11 .audience__items .audience__item.item-3 .item__img {
        background-image: url("../images/small/1x/s11/ui_3.jpg") ; } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        html #CMD .section__11 .audience__items .audience__item.item-3 .item__img {
          background-image: url("../images/small/2x/s11/ui_3.jpg"); } }

@media all and (max-width: 730.5px) {
      html #CMD .section__11 .audience__items .audience__item.item-4 .item__img {
        background-image: url("../images/small/1x/s11/ui_4.jpg") ; } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        html #CMD .section__11 .audience__items .audience__item.item-4 .item__img {
          background-image: url("../images/small/2x/s11/ui_4.jpg"); } }

@media all and (max-width: 730.5px) {
      html #CMD .section__11 .audience__items .audience__item .item__ani {
        margin: 0;
        width: 320px;
        height: 320px; }
        html #CMD .section__11 .audience__items .audience__item .item__ani .item__img {
          top: 0;
          margin-top: 0;
          margin-left: -160px;
          width: 320px;
          height: 320px; }
        html #CMD .section__11 .audience__items .audience__item .item__ani .item__text {
          width: 320px;
          height: 320px;
          text-align: center; }
          html #CMD .section__11 .audience__items .audience__item .item__ani .item__text .text-title {
            padding-top: 5px;
            padding-bottom: 9px;
            font-size: 23px; }
          html #CMD .section__11 .audience__items .audience__item .item__ani .item__text .text-info {
            height: 100%;
            font-size: 18px;
            transition: opacity 370ms 50ms;
            line-height: 1.4; }
  html #CMD .section__11 .audience__items .audience__item .item__ani::before {
    opacity: 0;
    transition: opacity ease 300ms 0ms; }
  html #CMD .section__11 .audience__items .audience__item.hover .item__ani::before {
    opacity: 1; }
  html #CMD .section__11 .audience__items .audience__item.hover .item__ani .item__text .text-info {
    opacity: 1; }
  html #CMD .section__10 + .section__comment {
    margin-top: -150px;
    padding-top: 0; }
  html #CMD .section__comment {
    padding-top: 54px;
    padding-bottom: 56px; } }

@media all and (min-width: 320px) and (max-width: 498px) {
  html #CMD .section__2 .wd__feature__list .feature-1 .wd__feature__describe__top {
    display: none; }
  html #CMD .section__2 .wd__feature__list .feature-2 .wd__feature__describe__top {
    display: none; } }

@media all and (min-width: 499px) and (max-width: 730.5px) {
  html #CMD .section__2 .wd__feature__list .feature-1 .wd__feature__describe__top {
    display: none; }
  html #CMD .section__2 .wd__feature__list .feature-2 .wd__feature__describe__top {
    display: none; }
  html #CMD .section__2 .wd__feature__list .feature-3 .wd__feature__describe__top {
    display: none; } }

@media all and (min-width: 600px) and (max-width: 730.5px) {
  html #CMD .section__2 .wd__feature__list .wd__feature {
    width: auto; }
  html #CMD .section__2 .wd__feature__list .feature-3 {
    width: 87px; }
  html #CMD .section__2 .wd__feature__list .feature-6 {
    width: 100%; } }

@media all and (min-width: 600px) and (max-width: 730.5px) {
  html #CMD .section__6 .img__main {
    padding-bottom: 0;
    width: 500px;
    height: 228px; } }

@media all and (min-width: 320px) and (max-width: 406px) {
  html #CMD .section__9 .wd__feature__list .feature-3 .wd__feature__describe__top {
    display: none; } }

.lity-close {
  top: 69px !important; }

.lity.pageUse .lity-container {
  max-width: 90%;
  max-height: 90%; }

@media all and (max-width: 730.5px) {
  .lity.pageUse .lity-close {
    transform: scale(1.6);
    transform-origin: top right; } }
