@charset "UTF-8";
/** ------ Variables Setting ------ **/
/** ------ Default Reset ------ **/
body, input, a {
  font-family: Segoe UI, "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體";
}

body {
  margin: 0;
}

a {
  color: #0094f2;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

a:link {
  color: #0094f2;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  color: #0074d7;
}

strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1em;
  margin: 0;
  padding: 0;
}

input {
  padding: 0;
}

.trans-faster-easeInOut {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.trans-fast-easeInOut, .normal-style-list li a, .step-style-list > li .step-cont ul li a, .af-sp-selectProduct .hotProduct ul li:after, .af-sp-selectProduct .allProduct ul li a .title:after, .findDownloads .findResult .resultList ul li a, .af-sp-news ul li a, .af-sp-news ul li a:before, .af-sp-news ul li .title,
.af-sp-news ul li .cont {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.trans-med-easeInOut, .af-sp-btn, .modal-mask.modal-FB-yes01 ul li p, .modal-mask.modal-FB-yes01 ul li:before, .list-inline-style li a, .note-style-list li a, .note-style-list li a:before, .within-num-style-list li a:after, .within-num-style-list li a .title,
.within-num-style-list li a .num, .af-support-wrapper .search-block .search-content .search-result, .af-support-wrapper .search-block .search-content .search-result .result-group li a, .af-sp-selectProduct .allProduct ul, .af-sp-selectProduct .allProduct .blockContent, .af-sp-selectProduct .allProduct .product-category, .af-sp-selectProduct .productSelectL1, .af-sp-selectProduct .productSelectL1.hide, .af-sp-news .link-more, .af-sp-contactUs ul li a, .af-sp-userDownload .user-download-list > li, .af-sp-userDownload .user-download-list > li .list-info .toggle-history:after, .af-support-wrapper.rtl .af-sp-contactUs ul li a i, .page-subnav .partialBlock.pdRelatedFaq .block-more .link-see-more:after, .popup-box .content ul.block-menulist > li .list-content, .popup-box .content ul.block-menulist > li .list-content > a:after, .popup-box .content ul.block-menulist > li .list-content .sub-content {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.trans-slow-easeInOut {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.trans-fast-cubicBezier {
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.trans-med-cubicBezier, .af-sp-banner .banner-content .list-icr-service li, .af-sp-banner .banner-content .list-icr-service li + li + li + li .icr-block, .af-sp-userDownload .user-download-list > li .download-info {
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.trans-slow-cubicBezier {
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes fromTop {
  0% {
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

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

@keyframes layer1FadeIn {
  0% {
    opacity: 0;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
  }
  50% {
  }
  100% {
    opacity: 2;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@keyframes layer1FadeOut {
  0% {
    opacity: 1;
    display: block;
  }
  50% {
  }
  100% {
    opacity: 1;
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    top: -60px \9\0;
    display: none;
    max-height: 0;
    overflow: hidden;
  }
}

@keyframes name-of-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/** ------ Layout ------ **/
.af-support-wrapper {
  width: 100%;
  min-width: 900px;
  position: relative;
  font-size: 20px;
  overflow: hidden;
}

.af-support-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.af-sp-container {
  position: relative;
  margin: 0 auto;
}

.af-sp-container .main-inner {
  max-width: 1280px;
  margin: 0 auto;
}

/** ------ For PC Layout ------ **/
.af-support {
  min-width: 900px;
  overflow-x: visible !important;
}

/** ------ For Mobile Layout ------ **/
.af-support-m.fixed {
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  position: fixed;
}

.af-support-m.fixed #af-header {
  background: #fff url(//www.asus.com/media/img/2015/images/top-bar-bg-w.png);
}

.af-support-wrapper.mobile {
  min-width: auto;
}

.af-sp-container-m .main-inner {
  padding: 0 1.2em;
  max-width: 100%;
}

@media only screen and (max-width: 1500px) {
  .af-support-wrapper {
    font-size: 18px;
  }
  .af-sp-container {
    padding: 0 3em;
  }
}

@media only screen and (max-width: 1100px) {
  .af-support-wrapper {
    font-size: 16px;
  }
}

@media only screen and (max-width: 900px) {
  .af-support-wrapper-m {
    min-width: initial;
    font-size: 20px;
  }
}

@media only screen and (max-width: 800px) {
  .af-support-RWD {
    min-width: 0;
    overflow-x: visible !important;
  }
  .af-support-RWD #af-header {
    min-width: 0;
  }
  .af-support-RWD #af-header .af-inner {
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .af-support-wrapper-m {
    font-size: 16px;
  }
}

@media only screen and (max-width: 400px) {
  .af-support-wrapper-m {
    font-size: 14px;
  }
}

/** ------ Variables Setting ------ **/
/* Mixins */
/* Box-Shadow Technique */
/* Box-Shadow Technique */
/* Gradient & Border Technique */
/* Border Image Gradient Technique */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?9m19lu");
  src: url("../fonts/icomoon.eot?9m19lu#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9m19lu") format("truetype"), url("../fonts/icomoon.woff?9m19lu") format("woff"), url("../fonts/icomoon.svg?9m19lu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-sp-"], [class*=" icon-sp-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sp-wechat:before {
  content: "\e92b";
}

.icon-sp-m-twitter:before {
  content: "\e92c";
}

.icon-sp-m-wechat:before {
  content: "\e92d";
  color: #fff;
}

.icon-sp-m-asus:before {
  content: "\e900";
}

.icon-sp-m-hint:before {
  content: "\e921";
}

.icon-sp-m-zentalk:before {
  content: "\e929";
}

.icon-sp-m-search:before {
  content: "\e927";
}

.icon-sp-m-rog:before {
  content: "\e926";
}

.icon-sp-m-livechat:before {
  content: "\e922";
}

.icon-sp-m-call:before {
  content: "\e91d";
}

.icon-sp-m-email:before {
  content: "\e91f";
}

.icon-sp-m-warranty:before {
  content: "\e928";
}

.icon-sp-m-register:before {
  content: "\e924";
}

.icon-sp-m-member:before {
  content: "\e923";
}

.icon-sp-m-download:before {
  content: "\e91e";
}

.icon-sp-m-faq:before {
  content: "\e920";
}

.icon-sp-m-repair:before {
  content: "\e925";
}

.icon-sp-m-registernew:before {
  content: "\e91c";
}

.icon-sp-m-elearning:before {
  content: "\e932";
  color: #646464;
}

.icon-sp-arr-light-r:before {
  content: "\e914";
}

.icon-sp-arr-light-l:before {
  content: "\e915";
}

.icon-sp-not-found:before {
  content: "\e93d";
}

.icon-sp-register:before {
  content: "\e93e";
}

.icon-sp-bad:before {
  content: "\e90d";
}

.icon-sp-good:before {
  content: "\e90e";
}

.icon-sp-ok:before {
  content: "\e90c";
}

.icon-sp-verybad:before {
  content: "\e90b";
}

.icon-sp-verygood:before {
  content: "\e90f";
}

.icon-sp-copylink:before {
  content: "\e910";
}

.icon-sp-sendphone:before {
  content: "\e913";
}

.icon-sp-sendmail:before {
  content: "\e912";
}

.icon-sp-print:before {
  content: "\e911";
}

.icon-sp-thanks:before {
  content: "\e93c";
}

.icon-sp-service:before {
  content: "\e919";
}

.icon-sp-rog:before {
  content: "\e91a";
}

.icon-sp-all:before {
  content: "\e91b";
}

.icon-sp-soundcards:before {
  content: "\e916";
}

.icon-sp-others:before {
  content: "\e906";
}

.icon-sp-zenbo:before {
  content: "\e908";
}

.icon-sp-networking:before {
  content: "\e905";
}

.icon-sp-entertainment:before {
  content: "\e902";
}

.icon-sp-watch:before {
  content: "\e90a";
}

.icon-sp-monitors:before {
  content: "\e901";
}

.icon-sp-notebook:before {
  content: "\e903";
}

.icon-sp-motherboards:before {
  content: "\e904";
}

.icon-sp-tablet:before {
  content: "\e909";
}

.icon-sp-phone:before {
  content: "\e907";
}

.icon-sp-desktop:before {
  content: "\e987";
}

.icon-sp-arr-triangle-l:before {
  content: "\e988";
}

.icon-sp-arr-sm-l:before {
  content: "\e989";
}

.icon-sp-arr-sm-r:before {
  content: "\e917";
}

.icon-sp-download-s:before {
  content: "\e94c";
}

.icon-sp-question:before {
  content: "\e94e";
}

.icon-sp-close:before {
  content: "\e94b";
}

.icon-sp-open:before {
  content: "\e94d";
}

.icon-sp-arr-left:before {
  content: "\e92a";
}

.icon-sp-arr-down:before {
  content: "\e948";
}

.icon-sp-arr-up:before {
  content: "\e94a";
}

.icon-sp-arr-right:before {
  content: "\e949";
}

.icon-sp-arr-triangle-r:before {
  content: "\e947";
}

.icon-sp-search:before {
  content: "\e94f";
}

.icon-sp-modal-close:before {
  content: "\e918";
  color: #777;
}

.icon-sp-twitter:before {
  content: "\e995";
}

.icon-sp-knowledge:before {
  content: "\e941";
}

.icon-sp-tool:before {
  content: "\e945";
}

.icon-sp-download:before {
  content: "\e946";
}

.icon-sp-protections:before {
  content: "\e944";
}

.icon-sp-callus:before {
  content: "\e93f";
}

.icon-sp-emailus:before {
  content: "\e943";
}

.icon-sp-livechat:before {
  content: "\e942";
}

.icon-sp-dummy-status:before {
  content: "\e940";
}

.icon-sp.icon-sp-protections:before,
.icon-sp.icon-sp-download:before,
.icon-sp.icon-sp-tool:before {
  color: #0094f2;
  font-size: 2em;
  line-height: 1.2em;
}

.icon-sp.icon-sp-emailus:before,
.icon-sp.icon-sp-callus:before,
.icon-sp.icon-sp-livechat:before,
.icon-sp.icon-sp-twitter:before,
.icon-sp.icon-sp-wechat:before {
  color: #fff;
  font-size: 1.65em;
  line-height: 1.8em;
  vertical-align: middle;
  margin-right: .6em;
}

.icon-sp.icon-sp-wechat:before {
  font-size: 1.8em;
}

.af-support-wrapper .af-sp-link {
  color: #0094f2;
}

.af-support-wrapper .af-sp-link .icon {
  text-align: center;
  color: #0094f2;
  margin-right: .3em;
}

.af-support-wrapper .af-sp-link:hover {
  color: #0074d7;
}

.af-support-wrapper .af-sp-link:hover .icon {
  color: #0074d7;
}

.af-support-wrapper .af-sp-link-block {
  display: block;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEHAAEALAAAAAABAAEAAAICTAEAOw==") 0 0 repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  outline: none;
}

.af-support-wrapper .af-sp-hide {
  display: none;
}

.af-support-wrapper .bg-gray {
  background: #f2f2f2;
}

.af-sp-btn {
  display: inline-block;
  width: auto;
  height: 2.8em;
  line-height: 2.8em;
  border: 0;
  border-radius: 4px;
  font-size: 1em;
  padding: 0 1.5em;
  background: #0094f2;
  color: #fff;
  cursor: pointer;
  outline: none;
  text-align: center;
  text-transform: uppercase;
}

.af-sp-btn:hover {
  background: #0074d7;
  color: #fff;
}

.loading {
  display: inline-block;
  width: 20px;
  bottom: -10px;
  position: relative;
  animation: rotateCircle 1.5s linear infinite;
}

.loading .loading-inner {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 10;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke: #0094f2;
  fill: transparent;
  animation: circleanimate 1.5s linear infinite;
}

@keyframes circleanimate {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -600;
  }
}

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

.af-sp-breadcrumbs {
  margin: 1em 0 0.5em;
}

.af-sp-breadcrumbs a {
  font-size: .6em;
  color: #737373;
}

.af-sp-breadcrumbs a:after {
  display: inline-block;
  content: ">";
  margin: 0 0 0 0.4em;
}

.af-sp-breadcrumbs a:last-child:after {
  display: none;
}

.af-support-download .af-sp-breadcrumbs {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100vw;
}

.af-support-download .af-sp-breadcrumbs a {
  font-size: .6em;
  color: white;
}

.af-support-wrapper {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */
}

.af-support-wrapper [type="checkbox"]:not(:checked),
.af-support-wrapper [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.af-support-wrapper [type="checkbox"]:not(:checked):hover,
.af-support-wrapper [type="checkbox"]:checked:hover {
  outline: none;
}

.af-support-wrapper [type="checkbox"]:not(:checked) + label,
.af-support-wrapper [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 32px;
  line-height: 1.4em;
  cursor: pointer;
  display: inline-block;
  font-size: .8em;
  color: #777;
  margin-bottom: .8em;
}

.af-support-wrapper [type="checkbox"]:not(:checked) + label:before,
.af-support-wrapper [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #777;
  background: #fff;
  border-radius: 3px;
}

.af-support-wrapper [type="checkbox"]:not(:checked) + label:before:hover,
.af-support-wrapper [type="checkbox"]:checked + label:before:hover {
  outline: none;
}

.af-support-wrapper [type="checkbox"]:checked + label:before {
  border: 1px solid #777;
}

.af-support-wrapper [type="checkbox"]:not(:checked) + label:after,
.af-support-wrapper [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  line-height: 0.8;
  color: #fff;
  width: 17px;
  height: 17px;
  background: #777 url("../images/icons/icon-check.png") center center no-repeat;
  transition: all 0.2s;
}

.af-support-wrapper [type="checkbox"]:not(:checked) + label:after:hover,
.af-support-wrapper [type="checkbox"]:checked + label:after:hover {
  outline: none;
}

.af-support-wrapper [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.af-support-wrapper [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.af-support-wrapper [type="checkbox"]:disabled:not(:checked) + label:before,
.af-support-wrapper [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.af-support-wrapper [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.af-support-wrapper [type="checkbox"]:disabled + label {
  color: #aaa;
}

.af-support-wrapper .select2-container {
  margin-bottom: .7em;
}

.af-support-wrapper .select2-container .select2-selection--single {
  position: relative;
  height: 2.4em;
  border: 1px solid #b4b4b4;
  outline: none;
}

.af-support-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: .7em;
  color: #777;
  line-height: 3.4em;
  padding: 0 1.4em;
}

.af-support-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: .8em;
}

.af-support-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.af-support-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 100%;
  background: url(../images/icons/icon-select-arrow.png) center center no-repeat;
  vertical-align: middle;
}

.slick-initialized .slick-slide {
  outline: none;
  cursor: pointer;
}

.slick-slider {
  margin-bottom: 0;
}

.slick-slide img {
  display: inline-block;
}

.slick-prev,
.slick-next {
  font-size: 1em;
  width: 4.6em;
  height: 4.6em;
}

.slick-prev:before,
.slick-next:before {
  content: "\e915";
  font-family: "icomoon";
  font-size: 4.6em;
  color: #7d7d7d;
}

.slick-prev {
  left: -5em;
}

.slick-prev:before {
  content: "\e915";
}

.slick-next {
  right: -5em;
}

.slick-next:before {
  content: "\e914";
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-mask .modal-container {
  position: relative;
}

.modal-mask .modal-container .modal-body .desp {
  font-size: .9em;
  line-height: 1.4em;
}

.modal-mask .modal-container .modal-body .btn-skip {
  background: #999;
}

.modal-mask .modal-container .modal-default-button {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 1.2em;
  right: 1.2em;
  text-align: left;
}

.modal-mask .modal-container .modal-default-button:before {
  content: "\e918";
  display: inline-block;
  position: absolute;
  font-family: "icomoon";
  font-size: 1em;
  color: #424242;
}

.modal-mask.modal-email .modal-container {
  padding: 3.25em 2.25em 4em;
}

.modal-mask.modal-email .title {
  font-size: 1em;
  font-weight: 500;
  color: #000;
  margin-bottom: .5em;
}

.modal-mask.modal-email input {
  width: 100%;
  height: 3.2em;
  font-size: .7em;
  color: #777;
  border: 1px solid #b4b4b4;
  padding: 0 1.5em;
  margin: 1em 0 1.8em;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}

.modal-mask.modal-email input::-ms-clear,
.modal-mask.modal-email input::-ms-reveal {
  display: none;
}

.modal-mask.modal-email .af-sp-btn {
  font-size: .7em;
  width: 12em;
  float: right;
}

.modal-mask.modal-QRcode .modal-body {
  text-align: center;
}

.modal-mask.modal-QRcode .desp {
  width: 50%;
  margin: 1em auto;
  font-size: .9em;
  line-height: 1.4em;
  text-align: center;
}

.modal-mask.modal-FB-no .title {
  font-size: .9em;
  color: #000;
  margin-bottom: 1em;
}

.modal-mask.modal-FB-no .af-sp-btn {
  font-size: .7em;
  width: 8.5em;
  float: right;
  text-transform: uppercase;
  margin-right: .5em;
}

.modal-mask.modal-FB-yes01 .modal-body {
  text-align: center;
  padding-top: 2em;
}

.modal-mask.modal-FB-yes01 .desp {
  font-size: .9em;
  padding-bottom: 2em;
}

.modal-mask.modal-FB-yes01 ul li {
  display: inline-block;
  cursor: pointer;
}

.modal-mask.modal-FB-yes01 ul li p {
  opacity: 0;
  font-size: .6em;
  padding-top: .5em;
}

.modal-mask.modal-FB-yes01 ul li:before {
  content: "\e90b";
  display: inline-block;
  font-family: "icomoon";
  font-size: 2.4em;
  padding: 0 0.18em;
  color: #b4b4b4;
}

.modal-mask.modal-FB-yes01 ul li.feel-very-bad:before {
  content: "\e90b";
}

.modal-mask.modal-FB-yes01 ul li.feel-bad:before {
  content: "\e90d";
}

.modal-mask.modal-FB-yes01 ul li.feel-ok:before {
  content: "\e90c";
}

.modal-mask.modal-FB-yes01 ul li.feel-good:before {
  content: "\e90e";
}

.modal-mask.modal-FB-yes01 ul li.feel-very-good:before {
  content: "\e90f";
}

.modal-mask.modal-FB-yes01 ul li:hover {
  color: #0094f2;
}

.modal-mask.modal-FB-yes01 ul li:hover:before {
  color: #0094f2;
}

.modal-mask.modal-FB-yes01 ul li:hover p {
  opacity: 1;
}

.modal-mask.modal-FB-yes02 .modal-body {
  padding: 1em 0 1.2em;
}

.modal-mask.modal-FB-yes02 .desp {
  text-align: center;
  padding-bottom: .8em;
}

.modal-mask.modal-FB-yes02 .desp:before {
  content: "";
  display: inline-block;
  position: relative;
  font-family: "icomoon";
  font-size: 2.4em;
  color: #0094f2;
  padding-right: .3em;
  vertical-align: middle;
}

.modal-mask.modal-FB-yes02 .desp.feeling0:before {
  content: "\e90f";
}

.modal-mask.modal-FB-yes02 .desp.feeling1:before {
  content: "\e90e";
}

.modal-mask.modal-FB-yes02 .desp.feeling2:before {
  content: "\e90c";
}

.modal-mask.modal-FB-yes02 .desp.feeling3:before {
  content: "\e90d";
}

.modal-mask.modal-FB-yes02 .desp.feeling4:before {
  content: "\e90b";
}

.modal-mask.modal-FB-yes02 input {
  width: 100%;
  border: 1px solid #b4b4b4;
  font-size: .8em;
  height: 3.5em;
  margin: 1em 0;
  padding: 1.2em;
}

.modal-mask.modal-FB-yes02 .af-sp-btn {
  font-size: .7em;
  width: 8.5em;
  float: right;
  text-transform: uppercase;
  margin-right: .5em;
}

.modal-mask.modal-FB-yes03 .modal-body {
  padding: 2.6em 0 1.2em;
  text-align: center;
}

.modal-mask.modal-FB-yes03 .desp {
  padding-bottom: .8em;
}

.modal-mask.modal-FB-yes03 .desp:after {
  content: "\e93c";
  display: inline-block;
  font-family: "icomoon";
  font-size: 2em;
  vertical-align: middle;
  padding-left: .5em;
}

.modal-mask.modal-FB-yes03 .af-sp-btn {
  font-size: .7em;
  width: 8.5em;
  text-transform: uppercase;
  margin: 1em 0;
  height: 2.6em;
  line-height: 2.6em;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 590px;
  margin: 0px auto;
  padding: 2.75em 2.25em;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (max-width: 900px) {
  .af-sp-faqContent .modal-mask.modal-FB-yes01 ul li p {
    opacity: 1;
  }
}

@media only screen and (max-width: 600px) {
  .af-sp-faqContent .modal-container {
    width: calc( 100% - 3em);
    padding: 2em 2em;
  }
  .af-sp-faqContent .modal-mask.modal-FB-yes01 .modal-body {
    padding-top: 0;
  }
  .af-sp-faqContent .modal-mask.modal-FB-yes02 .modal-body {
    padding-top: 0;
  }
  .af-sp-faqContent .modal-mask.modal-FB-no .modal-container {
    padding: 2em 2em 3em;
  }
  .af-sp-faqContent .modal-mask.modal-FB-no .modal-body {
    margin-top: 0;
  }
  .af-sp-faqContent .modal-mask.modal-email .modal-container {
    padding: 2.5em 1.5em 3em;
  }
}

.grid_m_x2 > ul > li,
.grid_m_x3 > ul > li,
.grid_m_x4 > ul > li,
.grid_m_x5 > ul > li,
.grid_m_x6 > ul > li {
  display: inline-block;
  position: relative;
  float: left;
}

.grid_m_x2 > ul > li:last-child:after,
.grid_m_x3 > ul > li:last-child:after,
.grid_m_x4 > ul > li:last-child:after,
.grid_m_x5 > ul > li:last-child:after,
.grid_m_x6 > ul > li:last-child:after {
  content: "";
  display: block;
  clear: both;
}

.grid_m_x2 > ul:after,
.grid_m_x3 > ul:after,
.grid_m_x4 > ul:after,
.grid_m_x5 > ul:after,
.grid_m_x6 > ul:after {
  content: "";
  display: block;
  clear: both;
}

.grid_m_x2 > ul > li {
  width: 50%;
}

.grid_m_x3 > ul > li {
  width: 33.33%;
}

.grid_m_x4 > ul > li {
  width: 25%;
}

.grid_m_x5 > ul > li {
  width: 20%;
}

.grid_m_x6 > ul > li {
  width: 16.66%;
}

.tab {
  background: #dbdbdb;
}

.tab ul {
  max-width: 1900px;
  margin: 0 auto;
}

.tab ul li {
  position: relative;
  height: 10.5em;
  float: left;
  background: #dbdbdb;
  text-align: center;
  padding: 1.6em 0 2.4em;
  border-right: 1px solid #fff;
  cursor: pointer;
}

.tab ul li a {
  display: block;
  position: relative;
}

.tab ul li .title {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 600;
  color: #0094f2;
  margin-bottom: .3em;
}

.tab ul li .desp {
  margin: 0 auto;
  width: 56%;
  font-size: .9em;
  line-height: 1.4em;
  color: #777;
  max-height: 2.8em;
  overflow: hidden;
}

.tab ul li:last-child {
  border: 0;
}

.tab ul li:last-child.active {
  box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.2);
}

.tab ul li.active {
  background: #fff;
  z-index: 1;
  border-bottom: 1px solid #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.tab ul li.active:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  border: 1px solid #fff;
  height: calc( 100% + 40px);
  background: #fff;
  top: -13px;
  left: 0;
}

.tab ul:after {
  content: "";
  display: block;
  clear: both;
}

.tab-content > ul > li {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.tab-content > ul > li .block-loading {
  text-align: center;
  padding: 2em 0;
}

.tab-content > ul > li .block-loading .loading {
  width: 30px;
}

.tab-content > ul > li .block-loading .loading .loading-inner {
  stroke: #aaa;
}

.tab-content > ul > li.active {
  opacity: 1;
  max-height: 2000px;
}

.tab-content .sub-content-list > li:first-child {
  border-bottom: 0;
}

.sub-tab li {
  display: inline-block;
  float: left;
  border-bottom: 2px solid #e1e1e1;
  cursor: pointer;
}

.sub-tab li .title {
  font-size: 1em;
  font-weight: 500;
  color: #7d7d7d;
  text-transform: uppercase;
  padding: 0 1em 0.6em;
}

.sub-tab li.active {
  border-bottom: 3px solid #000;
}

.sub-tab li.active .title {
  color: #404040;
}

.sub-tab:after {
  content: "";
  display: block;
  clear: both;
}

.sub-tabcontent > ul > li {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.sub-tabcontent > ul > li.active {
  opacity: 1;
  max-height: 2000px;
  overflow: visible;
}

@media only screen and (max-width: 1500px) {
  .tab ul li .desp {
    width: 75%;
    max-height: 4.2em;
    overflow: hidden;
  }
}

.partialBlock {
  padding: 2.5em 0;
}

.partialBlock > h3,
.partialBlock > .title {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.4em;
  color: #262626;
  margin-bottom: .8em;
}

.partialBlock .blockContent:after {
  content: "";
  display: block;
  clear: both;
}

.partialBlock ul li:last-child:after {
  content: "";
  display: block;
  clear: both;
}

.partialBlock ul:after {
  content: "";
  display: block;
  clear: both;
}

.partialBlock .block-more {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.partialBlock .block-loading {
  text-align: center;
}

.partialBlock .block-loading .loading {
  width: 30px;
}

.partialBlock .block-loading .loading .loading-inner {
  stroke: #aaa;
}

.sub-content-list > li {
  border-bottom: 1px solid #d6d6d6;
}

.sub-content-list > li:last-child {
  border-bottom: 0;
}

@media only screen and (max-width: 900px) {
  .af-sp-container-m .partialBlock > h3,
  .af-sp-container-m .partialBlock > .title {
    font-size: 1.5em;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

.list-inline-style li a {
  display: inline-block;
  width: 100%;
  padding: 1.5em 0 1.5em;
  border-bottom: 1px solid #d2d2d2;
  color: #777;
  background: transparent;
}

.list-inline-style li a p {
  font-size: .9em;
  line-height: 1.4em;
}

.list-inline-style li a:hover {
  color: #404040;
  background: #ebebeb;
  padding-left: .3em;
}

.list-inline-style li a:hover p {
  font-weight: 600;
}

.normal-style-list li a {
  display: inline-block;
  padding-left: 0;
}

.normal-style-list li a .title {
  font-size: .8em;
  font-weight: 500;
  color: #777;
  line-height: 1.4em;
  margin-bottom: 0;
  padding: 0.4em 0 0.4em;
}

.normal-style-list li a:hover {
  color: #0094f2;
  padding-left: .2em;
}

.af-support-wrapper-m .normal-style-list li a {
  display: block;
  padding: .9em 0;
  border-bottom: 2px solid #e7e7e7;
}

.af-support-wrapper-m .normal-style-list li a .title {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
  color: #000;
  padding: 0;
  margin: 0;
}

.af-support-wrapper-m .normal-style-list li:first-child a {
  border-top: 2px solid #e7e7e7;
}

.af-support-wrapper-m .normal-style-list li:last-child a {
  border-bottom: 0;
}

.note-style-list {
  margin: 0 -0.75em;
}

.note-style-list li {
  padding: 1em 0.75em;
}

.note-style-list li a {
  display: inline-block;
  width: 100%;
  position: relative;
  background: #fff;
  padding: 0.8em 1.5em 0.8em 1.5em;
  max-height: 5em;
  height: 5em;
  border-radius: 4px;
  top: 0;
  overflow: hidden;
}

.note-style-list li a .content {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.note-style-list li a .item {
  font-size: .85em;
  font-weight: 600;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #000;
}

.note-style-list li a .desp {
  font-size: .7em;
  line-height: 1.2em;
  height: 2.4em;
  overflow: hidden;
  color: #777;
  margin-top: .5em;
}

.note-style-list li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #d6d6d6;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.note-style-list li a:hover {
  background: #fff;
  box-shadow: 5px 0 21px rgba(136, 136, 136, 0.5);
  top: -3px;
}

.note-style-list li a:hover:before {
  background: #0094f2;
}

.note-style-list:after {
  content: "";
  display: block;
  clear: both;
}

.within-num-style-list li {
  height: 3.9em;
  margin: .75em 0;
  border-left: 1px solid #d4d3d3;
}

.within-num-style-list li a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #262626;
  padding: 0 1.5em;
}

.within-num-style-list li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #0094f2;
  background-image: -webkit-linear-gradient(left, #0094f2, #41aee7);
  background-image: -moz-linear-gradient(left, #0094f2, #41aee7);
  background-image: -ms-linear-gradient(left, #0094f2, #41aee7);
  background-image: -o-linear-gradient(left, #0094f2, #41aee7);
  background-image: linear-gradient(to right, #0094f2, #41aee7);
}

.within-num-style-list li a .title,
.within-num-style-list li a .num {
  z-index: 1;
}

.within-num-style-list li a .title {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: .9em;
  line-height: 1.2em;
  min-height: 1.2em;
  max-height: 3.6em;
  overflow: hidden;
  vertical-align: middle;
  padding: 0;
  word-break: break-word;
}

.within-num-style-list li a .num {
  display: inline-block;
  position: relative;
  width: 5%;
  font-size: .6em;
  color: #9e9e9e;
  text-align: center;
}

.within-num-style-list li a:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.within-num-style-list li a:hover .title, .within-num-style-list li a:hover .num {
  color: #fff;
}

.within-num-style-list li a:hover:after {
  opacity: 1;
}

.within-num-style-list li:nth-child(4n) {
  border-right: 1px solid #d4d3d3;
}

.within-num-style-list li:last-child {
  border-right: 1px solid #d4d3d3;
}

.within-num-style-list:after {
  content: "";
  display: block;
  clear: both;
}

.step-style-list {
  counter-reset: li-counter;
  padding: .3em 0;
}

.step-style-list > li {
  position: relative;
  padding: 0 1em 0 4.5em;
  min-height: 3em;
}

.step-style-list > li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.1em;
  height: 3.1em;
  font-size: 1.2em;
  line-height: 3.1em;
  text-align: center;
  color: #0094f2;
  border: 2px solid #0094f2;
  border-radius: 50%;
  content: counter(li-counter);
  counter-increment: li-counter;
}

.step-style-list > li .step-cont {
  overflow: hidden;
  padding-left: 1em;
}

.step-style-list > li .step-cont h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: #262626;
  margin-bottom: .9em;
  padding-left: .2em;
}

.step-style-list > li .step-cont ul li a {
  display: inline-block;
  width: 100%;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.8em;
  padding: 0 0.4em;
  border-radius: 4px;
  background: transparent;
  color: #777;
}

.step-style-list > li .step-cont ul li a:hover {
  color: #0094f2;
  padding-left: .9em;
}

.step-style-list:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 1200px) {
  .step-style-list > li {
    padding-left: 3.5em;
  }
  .step-style-list > li:before {
    width: 2.8em;
    height: 2.8em;
    line-height: 2.8em;
  }
}

.af-sp-banner {
  display: block;
  position: relative;
  height: 500px;
  background: url("../images/kv.jpg") center 8% no-repeat;
  background-size: 100% auto;
  max-width: none;
  text-align: center;
}

.af-sp-banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: .3;
}

.af-sp-banner .main-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.af-sp-banner .banner-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
  height: 100%;
  max-width: 1280px;
}

.af-sp-banner .banner-content h1 {
  font-size: 3.75em;
  color: #fff;
  text-shadow: 5px 0 18px rgba(0, 0, 0, 0.67);
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.af-sp-banner .banner-content h4 {
  font-size: 1.05em;
  font-weight: 300;
  color: #fff;
  text-shadow: 2px 0 5px rgba(0, 0, 0, 0.75);
  padding: 0.6em 0 0.9em;
}

.af-sp-banner .banner-content .list-info {
  position: relative;
  display: inline-block;
  width: 70%;
  margin: .6em auto;
}

.af-sp-banner .banner-content .list-info li {
  font-size: .9em;
  color: #fff;
  text-shadow: 2px 0 5px rgba(0, 0, 0, 0.75);
  padding: .15em 0;
}

.af-sp-banner .banner-content .list-info:after {
  content: "";
  display: block;
  clear: both;
}

.af-sp-banner .banner-content .list-icr-service {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 1.2em auto 0;
}

.af-sp-banner .banner-content .list-icr-service li {
  display: inline-block;
  position: relative;
  width: 125px;
  height: 125px;
  float: left;
  margin: 0 0.48em;
  text-align: center;
  top: 0;
}

.af-sp-banner .banner-content .list-icr-service li:hover {
  top: -4px;
}

.af-sp-banner .banner-content .list-icr-service li:hover .icr-block {
  opacity: 1;
}

.af-sp-banner .banner-content .list-icr-service li + li .icr-block {
  background: #998af3;
}

.af-sp-banner .banner-content .list-icr-service li + li + li .icr-block {
  background: #0bcbbb;
}

.af-sp-banner .banner-content .list-icr-service li + li + li + li .icr-block {
  background: #0094f2;
  border-radius: 4px;
}

.af-sp-banner .banner-content .list-icr-service li .icr-block {
  display: inline-block;
  background: #0094f2;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: .4em 0;
  border-radius: 4px;
  opacity: .9;
}

.af-sp-banner .banner-content .list-icr-service li i:before {
  display: block;
  color: #fff;
  font-size: 5.2em;
}

.af-sp-banner .banner-content .list-icr-service li:last-child:after {
  content: "";
  display: block;
  clear: both;
}

.af-sp-banner .banner-content .btn-visit {
  width: 285px;
  padding: 0;
  margin: 1em 0 1em;
}

.af-sp-banner .banner-content .search-block {
  position: relative;
  bottom: auto;
  height: auto;
}

.af-sp-banner .banner-content .search-block .search-content {
  background: transparent;
  padding: 0 0 2.5em;
  box-shadow: none;
  width: 480px;
}

.af-sp-banner .banner-content .search-block .search-content > h3 {
  display: none;
}

.af-sp-banner .banner-content .search-block .search-content .search-input {
  margin-top: 0;
}

.af-sp-banner .banner-content .search-block .search-content .search-result {
  width: calc( 480px - 55px);
  position: absolute;
  left: 0;
  margin: 0 auto;
}

.af-sp-banner .banner-content .search-block .search-content .search-input {
  width: 480px;
  margin-top: .8em;
}

.af-sp-banner .mda-block {
  position: absolute;
  right: 30px;
  top: 20px;
}

.af-sp-banner .mda-block a {
  display: inline-block;
}

.af-sp-banner .mda-block img {
  width: 100%;
  height: auto;
}

.af-sp-banner.hasICR {
  background: url("../images/kv01.jpg") right 15% no-repeat;
  background-size: 110% auto;
  height: 600px;
}

.af-sp-banner.hasICR .main-inner {
  display: block;
  width: 100%;
  height: auto;
}

.af-sp-banner.hasICR .banner-content {
  display: block;
  padding-top: 2em;
}

.af-sp-banner.hasICR .banner-content .search-block {
  position: absolute;
  width: 100%;
  height: 160px;
  bottom: -10.5em;
}

.af-sp-banner.hasICR .banner-content .search-block .search-content {
  background: #fff;
  padding: 1.6em 0;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
  width: 100%;
}

.af-sp-banner.hasICR .banner-content .search-block .search-content > h3 {
  display: block;
}

.af-sp-banner.hasICR .banner-content .search-block .search-content .search-input {
  position: relative;
  width: 80%;
  margin: 1em auto 0;
}

.af-sp-banner.hasICR .banner-content .search-block .search-content .search-result {
  position: relative;
  width: calc( 80% - 55px);
  margin: 0 auto 0 10%;
}

.af-sp-banner.af-sp-container-m {
  background: url("../images/kv-m.jpg") top center no-repeat;
  padding-top: 0;
  height: auto;
  background-size: cover;
}

.af-sp-banner.af-sp-container-m.hasICR {
  background: url("../images/kv-m01.jpg") center center no-repeat;
  background-size: cover;
  height: auto;
}

.af-sp-banner.af-sp-container-m.global {
  height: 20em;
}

.af-sp-banner.af-sp-container-m:before {
  opacity: .5;
}

.af-sp-banner.af-sp-container-m .banner-content {
  position: relative;
  padding: 3.5em 0 0;
}

.af-sp-banner.af-sp-container-m .banner-content > .title {
  font-size: 2.4em;
  font-weight: 600;
  text-align: left;
  width: auto;
  max-width: none;
}

.af-sp-banner.af-sp-container-m .banner-content .list-info {
  position: relative;
  width: 100%;
}

.af-sp-banner.af-sp-container-m .banner-content .list-info li {
  position: relative;
  padding-left: 1em;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.5em;
  text-align: left;
}

.af-sp-banner.af-sp-container-m .banner-content .list-info li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: .2em;
  height: .2em;
  border-radius: 50%;
  background: #fff;
  margin-right: .3em;
  top: .8em;
  left: 0;
}

.af-sp-banner.af-sp-container-m .banner-content .list-icr-service {
  position: relative;
  width: calc( 100% + .5em);
  margin: 0 -0.25em;
  padding: 1.2em 0 3em;
}

.af-sp-banner.af-sp-container-m .banner-content .list-icr-service li {
  width: calc( 50% - .5em);
  margin: 0 0.25em 0.5em;
  padding: 30% 0.25em 0;
}

.af-sp-banner.af-sp-container-m .banner-content .list-icr-service li .icr-block {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.1em;
  padding: 0;
}

.af-sp-banner.af-sp-container-m .banner-content .list-icr-service li .icr-block i {
  position: relative;
  top: .3em;
}

.af-sp-banner.af-sp-container-m .banner-content .list-icr-service li .icr-block .title {
  font-size: .9em;
  font-weight: 500;
}

@media only screen and (min-width: 1900px) {
  .af-sp-banner {
    background: url("../images/kv.jpg") center 13% no-repeat;
    background-size: 100% auto;
  }
  .af-sp-banner.hasICR {
    background: url("../images/kv01.jpg") right 44% no-repeat;
    background-size: 110% auto;
  }
}

@media only screen and (max-width: 1700px) {
  .af-sp-banner {
    height: 480px;
  }
  .af-sp-banner .banner-content h1 {
    width: 15em;
  }
  .af-sp-banner .banner-content h4 {
    font-size: 1em;
  }
}

@media only screen and (max-width: 1600px) {
  .af-sp-banner {
    height: 470px;
  }
  .af-sp-banner .banner-content h4 {
    font-size: 1em;
  }
  .af-sp-banner.hasICR .banner-content .search-block {
    height: 8.5em;
    bottom: -10.25em;
  }
}

@media only screen and (max-width: 1500px) {
  .af-sp-banner {
    height: 460px;
  }
  .af-sp-banner .banner-content h1 {
    font-size: 3em;
  }
  .af-sp-banner .banner-content .list-icr-service li {
    width: 115px;
    height: 115px;
  }
  .af-sp-banner.hasICR {
    height: 500px;
  }
  .af-sp-banner.hasICR .banner-content .search-block {
    height: 9em;
    bottom: -11em;
  }
  .af-sp-banner.hasICR .banner-content .search-block .search-content {
    width: 88%;
  }
}

@media only screen and (max-width: 1400px) {
  .af-sp-banner {
    height: 430px;
  }
}

@media only screen and (max-width: 1200px) {
  .af-sp-banner .banner-content .list-icr-service li .icr-block {
    font-size: 13px;
    padding: .7em 0;
  }
  .af-sp-banner.hasICR .banner-content {
    padding-top: 3.5em;
  }
}

@media only screen and (max-width: 1100px) {
  .af-sp-banner {
    height: 410px;
  }
  .af-sp-banner.hasICR {
    background: url(../images/kv01.jpg) 32% 5% no-repeat;
    background-size: cover;
    height: 480px;
  }
  .af-sp-banner.hasICR .banner-content .search-block .search-content .search-input .btn-search {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 400px) {
  .af-sp-banner.af-sp-container-m .banner-content .title {
    font-size: 2em;
  }
}

.af-support-wrapper .search-block {
  display: block;
  position: absolute;
  width: 100%;
  height: 160px;
  bottom: -230px;
  text-align: center;
}

.af-support-wrapper .search-block .search-content {
  display: inline-block;
  background: #fff;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  position: relative;
  padding: 1.6em 0;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
}

.af-support-wrapper .search-block .search-content h3 {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
}

.af-support-wrapper .search-block .search-content .search-input {
  position: relative;
  width: 80%;
  margin: 1em auto 0;
  z-index: 1;
}

.af-support-wrapper .search-block .search-content .search-input input {
  width: 100%;
  height: 50px;
  padding: 0 3.5em 0 1em;
  font-size: .9em;
  border: 0;
  background: #f2f2f2;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}

.af-support-wrapper .search-block .search-content .search-input input::-ms-clear,
.af-support-wrapper .search-block .search-content .search-input input::-ms-reveal {
  display: none;
}

.af-support-wrapper .search-block .search-content .search-input .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 55px;
  height: 100%;
  border-radius: 0;
  padding: 0;
  color: #fff;
}

.af-support-wrapper .search-block .search-content .search-input .btn-search:before {
  content: "\e94f";
  font-family: "icomoon";
  font-size: 1.2em;
  line-height: 2em;
}

.af-support-wrapper .search-block .search-content .search-input .btn-search:hover {
  background: #0074d7;
}

.af-support-wrapper .search-block .search-content .search-result {
  width: calc( 80% - 55px);
  margin: 0 auto 0 10%;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.3);
}

.af-support-wrapper .search-block .search-content .search-result .result-group {
  padding: 0.6em 0 1em;
  background: #fff;
}

.af-support-wrapper .search-block .search-content .search-result .result-group li.title {
  font-size: .6em;
  color: #888888;
  padding: 1em 2.8em 1em;
}

.af-support-wrapper .search-block .search-content .search-result .result-group li a {
  display: inline-block;
  width: 100%;
  font-size: .7em;
  line-height: 1.4em;
  color: #666;
  padding: 0.6em 2.4em;
  background: transparent;
}

.af-support-wrapper .search-block .search-content .search-result .result-group li a .highlight {
  font-weight: 600;
  color: #000;
}

.af-support-wrapper .search-block .search-content .search-result .result-group li a:hover {
  background: #f2f2f2;
}

.af-support-wrapper .search-block .search-content .search-result .result-group + .result-group {
  padding-bottom: 1.6em;
}

.af-support-wrapper .search-block .search-content .search-result.active {
  max-height: 800px;
}

.af-support-wrapper .search-block .search-content .search-result.active .result-group {
  border: 0;
  border-bottom: 1px solid #d4d4d4;
}

.af-support-wrapper .search-block .search-content .search-result.active .result-group + .result-group {
  border-bottom: 0;
}

@media only screen and (max-width: 1600px) {
  .af-support-wrapper .search-block {
    height: 8.5em;
    bottom: -10.25em;
  }
}

@media only screen and (max-width: 1500px) {
  .af-support-wrapper .search-block {
    height: 9em;
    bottom: -11em;
  }
  .af-support-wrapper .search-block .search-content {
    width: 88%;
  }
  .af-support-wrapper .search-block .search-content .search-result .result-group li.title {
    padding: 1em 2.6em 1em;
  }
}

@media only screen and (max-width: 1400px) {
  .af-support-wrapper .search-block .search-content .search-result .result-group li.title {
    padding: 1em 2.5em 1em;
  }
}

@media only screen and (max-width: 1100px) {
  .af-support-wrapper .search-block .search-content .search-result .result-group li.title {
    padding: 1em 2.4em 1em;
  }
}

@media only screen and (max-width: 1100px) {
  .af-support-wrapper .search-block .search-content .search-input .btn-search {
    font-size: 1.2em;
  }
}

.af-sp-selectProduct {
  background: #f2f2f2;
  max-width: none;
  padding-top: 100px;
  /* ------ sub product-block ----- */
  /* ------ product layer1 ----- */
  /* ------ product layer2 ----- */
}

.af-sp-selectProduct .sub-block-list > li {
  border-bottom: 3px solid #d6d6d6;
}

.af-sp-selectProduct .sub-block-list > li:last-child {
  border-bottom: 0;
}

.af-sp-selectProduct .hotProduct {
  position: relative;
  padding: 0;
}

.af-sp-selectProduct .hotProduct ul li {
  text-align: center;
}

.af-sp-selectProduct .hotProduct ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-bottom: 1.4em;
}

.af-sp-selectProduct .hotProduct ul li img {
  width: 100%;
  max-width: 125px;
  height: auto;
  padding: .8em 0;
}

.af-sp-selectProduct .hotProduct ul li .title {
  font-size: .8em;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}

.af-sp-selectProduct .hotProduct ul li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  width: 50%;
  height: 2px;
  background: #d8d8d8;
  border-radius: 3px;
  opacity: 0;
}

.af-sp-selectProduct .hotProduct ul li:hover:after {
  opacity: 1;
  width: 100%;
  background: #000;
}

.af-sp-selectProduct .hotProduct ul:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  bottom: 0;
  left: 0;
}

.af-sp-selectProduct .hotProduct ul:after {
  content: "";
  display: block;
  clear: both;
}

.af-sp-selectProduct .allProduct {
  display: block;
  position: relative;
  text-align: center;
  padding: 0 0 2em;
}

.af-sp-selectProduct .allProduct .link-show-all {
  display: inline-block;
  text-align: center;
  font-size: .9em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2em 0;
}

.af-sp-selectProduct .allProduct .link-show-all:after {
  content: "\e948";
  display: inline-block;
  position: relative;
  font-family: "icomoon";
  font-size: .6em;
  margin-left: 8px;
  margin-top: -3px;
  vertical-align: middle;
}

.af-sp-selectProduct .allProduct ul {
  margin: 0 -1.4em 0;
}

.af-sp-selectProduct .allProduct ul li {
  display: inline-block;
  float: left;
  padding: 0 1.4em;
  text-align: left;
}

.af-sp-selectProduct .allProduct ul li a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 1.3em 0 0;
}

.af-sp-selectProduct .allProduct ul li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e1e1e1;
}

.af-sp-selectProduct .allProduct ul li a .title {
  display: inline-block;
  position: relative;
  width: auto;
  max-width: 100%;
  padding: 0.5em 0 0.875em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: .8em;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.af-sp-selectProduct .allProduct ul li a .title:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: 3px;
  background: #e1e1e1;
  opacity: 0;
  z-index: 1;
}

.af-sp-selectProduct .allProduct ul li a:hover .title:after {
  opacity: 1;
  width: 100%;
  background: #000;
}

.af-sp-selectProduct .allProduct ul:after {
  content: "";
  display: block;
  clear: both;
}

.af-sp-selectProduct .allProduct .blockContent {
  max-height: 0;
  overflow: hidden;
}

.af-sp-selectProduct .allProduct .product-category {
  font-size: .9em;
  font-weight: 600;
  text-transform: uppercase;
  color: #010101;
  background: #e6e6e6;
  line-height: 2em;
  border-radius: 6px;
  margin: 0.6em 0 0.8em;
}

.af-sp-selectProduct .allProduct.active .link-show-all:after {
  content: "\e94a";
}

.af-sp-selectProduct .allProduct.active .blockContent {
  max-height: 1000px;
}

.af-sp-selectProduct .allProduct.active ul {
  padding-bottom: 2.75em;
}

.af-sp-selectProduct .productService {
  padding-bottom: 5.2em;
}

.af-sp-selectProduct .productService .note-style-list li a {
  height: 3.8em;
  max-height: 3.8em;
}

.af-sp-selectProduct .productFAQ {
  position: relative;
}

.af-sp-selectProduct .productFAQ .sub-tab {
  position: absolute;
  top: 2.5em;
  right: 0;
}

.af-sp-selectProduct .productFAQ .list-inline-style li:last-child a {
  border-bottom: 0;
}

.af-sp-selectProduct .productFAQ .block-more {
  display: block;
  text-align: center;
  padding: 1.6em 0 0.8em;
}

.af-sp-selectProduct .productFAQ .block-more a {
  font-weight: 600;
  font-size: .9em;
  text-transform: uppercase;
  color: #0276d8;
}

.af-sp-selectProduct .productSelectL1 {
  position: relative;
  -webkit-animation: layer1FadeIn 1s ease 1;
  -moz-animation: layer1FadeIn 1s ease 1;
  animation: layer1FadeIn 1s ease 1;
  animation-fill-mode: forwards;
}

.af-sp-selectProduct .productSelectL1 > h2 {
  font-size: 2.1em;
  font-weight: 400;
  text-align: center;
  margin: 0.55em 0 0.3em;
}

.af-sp-selectProduct .productSelectL1.hide {
  -webkit-animation: layer1FadeOut 1.4s ease 1;
  -moz-animation: layer1FadeOut 1.4s ease 1;
  animation: layer1FadeOut 1.4s ease 1;
  animation-fill-mode: forwards;
  max-height: 0;
  overflow: hidden;
}

.af-sp-selectProduct .productSelectL2 {
  display: none;
}

.af-sp-selectProduct .productSelectL2.show {
  display: block;
}

.af-sp-selectProduct .productSelectL2.show .sub-block-title,
.af-sp-selectProduct .productSelectL2.show .sub-block-kv {
  -webkit-animation: layer2FadeFromTop 1s ease 1;
  -moz-animation: layer2FadeFromTop 1s ease 1;
  animation: layer2FadeFromTop 1s ease 1;
  animation-fill-mode: forwards;
}

.af-sp-selectProduct .productSelectL2.show .sub-block {
  -webkit-animation: layer2FadeFromBottom 1.4s ease 1;
  -moz-animation: layer2FadeFromBottom 1.4s ease 1;
  animation: layer2FadeFromBottom 1.4s ease 1;
  animation-fill-mode: forwards;
  padding-bottom: 1em;
}

@keyframes layer2FadeFromTop {
  0% {
    opacity: 0;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }
  40% {
    opacity: .4;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@keyframes layer2FadeFromBottom {
  0% {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

.af-sp-selectProduct .productSelectL2 .sub-block-title .title {
  font-size: 2.1em;
  line-height: 1.4em;
  color: #262626;
  margin-bottom: .2em;
  text-align: center;
}

.af-sp-selectProduct .productSelectL2 .sub-block-title .desp {
  font-size: .9em;
  color: #939393;
  margin-bottom: 2.4em;
  text-align: center;
}

.af-sp-selectProduct .productSelectL2 .sub-block-title .link-back {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
  text-align: left;
}

.af-sp-selectProduct .productSelectL2 .sub-block-title .link-back:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(../images/icons/icon-back.png) center center no-repeat;
  margin-right: 1.2em;
}

.af-sp-selectProduct .productSelectL2 .sub-block-kv {
  position: relative;
  width: 100%;
  padding-top: 17%;
  background: url(../images/kv02.jpg) 20% center no-repeat;
  background-size: cover;
  color: #fff;
}

.af-sp-selectProduct .productSelectL2 .sub-block-kv .blockContent {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  padding-left: 8%;
}

.af-sp-selectProduct .productSelectL2 .sub-block-kv .blockContent .desp {
  display: inline-block;
  width: auto;
  text-align: center;
}

.af-sp-selectProduct .productSelectL2 .sub-block-kv .blockContent p {
  font-size: 1.5em;
  line-height: 1.4em;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.af-sp-selectProduct .productSelectL2 .sub-block-kv .blockContent .af-sp-btn {
  font-size: 1em;
  border: 2px solid #fff;
  background: transparent;
  height: 2.8em;
  line-height: 2.7em;
  border-radius: 8px;
  padding: 0 2em;
  color: #fff;
}

.af-sp-selectProduct .productSelectL2 .sub-block-kv .blockContent .af-sp-btn:hover {
  background: #fff;
  color: #000;
}

@media only screen and (max-width: 1600px) {
  .af-sp-selectProduct .productSelectL2.show {
    padding-top: 1.5em;
  }
}

@media only screen and (max-width: 1500px) {
  .af-sp-selectProduct {
    padding: 90px 0 0;
  }
}

@media only screen and (max-width: 1400px) {
  .af-sp-selectProduct .main-inner {
    padding: 0 3em;
  }
  .af-sp-selectProduct .hotProduct ul li img {
    max-width: 6em;
  }
  .af-sp-selectProduct .productSelectL2 .sub-block-kv {
    padding-top: 0;
    height: 240px;
  }
}

@media only screen and (max-width: 1300px) {
  .af-sp-selectProduct {
    padding: 5em 0 0;
  }
  .af-sp-selectProduct .productSelectL2.show {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1300px) {
  .af-sp-selectProduct .productSelectL2.show {
    padding-top: 1.5em;
  }
}

@media only screen and (max-width: 1100px) {
  .af-sp-selectProduct .productSelectL2 .sub-block-kv {
    background: url(../images/kv02.jpg) 50% center no-repeat;
    background-size: cover;
  }
}

@media only screen and (max-width: 900px) {
  .af-sp-selectProduct .productFAQ .within-num-style-list li {
    width: 33.33%;
  }
  .af-sp-selectProduct .productFAQ .within-num-style-list li:nth-child(4n) {
    border-right: 0;
  }
  .af-sp-selectProduct .productFAQ .within-num-style-list li:nth-child(3n) {
    border-right: 1px solid #d4d3d3;
  }
  .af-sp-selectProduct .productFAQ .within-num-style-list li:last-child {
    border-right: 1px solid #d4d3d3;
  }
}

.findDownloads > .title {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.4em;
  color: #262626;
  margin-bottom: .5em;
}

.findDownloads .findFilter {
  width: 37%;
  height: 100%;
  float: left;
  padding-right: 3.5em;
}

.findDownloads .findFilter .selectDropdown {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0 1em 0 0;
  vertical-align: bottom;
}

.findDownloads .findFilter .selectDropdown .dropdown-opt {
  font-size: .7em;
  color: #777;
  height: 3.4em;
  line-height: 3.4em;
  padding: 0 1.4em;
  border: 1px solid #b4b4b4;
  border-radius: 4px;
  background: #fff url(../images/icons/icon-select-arrow.png) 94% center no-repeat;
}

.findDownloads .findFilter .selectDropdown .dropdown-block {
  display: none;
  position: absolute;
  width: 100%;
  top: 2.3em;
  left: 0;
  background: #fff;
  border: 1px solid #b4b4b4;
  z-index: 1;
  max-height: 300px;
  overflow-y: scroll;
}

.findDownloads .findFilter .selectDropdown.active .dropdown-block {
  display: block;
}

.findDownloads .findFilter .selectDropdown ul {
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
}

.findDownloads .findFilter .selectDropdown ul li {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  height: 2.4em;
  line-height: 2.6em;
  font-size: .7em;
  color: #777;
  padding: 0 1.4em;
  margin: 0;
  cursor: pointer;
}

.findDownloads .findFilter .selectDropdown ul li:hover {
  background: #f2f2f2;
}

.findDownloads .findFilter .selectDropdown select {
  display: block;
  width: 100% !important;
  height: 45px;
  padding: 0 1.4em;
  outline: none;
  font-size: .7em;
  color: #777;
  line-height: 3.4em;
  height: 3.4em;
  border: 1px solid #b4b4b4;
  border-radius: 4px;
  margin-bottom: 1em;
  background: #fff url(../images/icons/icon-select-arrow.png) 94% center no-repeat;
  background: none \9\0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.findDownloads .findFilter .selectDropdown select:focus {
  outline: none;
}

.findDownloads .findFilter .selectDropdown select::-ms-expand {
  display: none;
}

.findDownloads .findFilter .selectDropdown .loading {
  position: absolute;
  height: 2.6em;
  top: 0;
  right: -2em;
}

.findDownloads .findFilter .selectDropdown .loading.gif img {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.findDownloads .findFilter .selectDropdown.disabled select {
  pointer-events: none;
  background: #f2f2f2;
}

.findDownloads .findFilter .search-block {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  bottom: auto;
  text-align: left;
  padding-top: 1.4em;
}

.findDownloads .findFilter .search-block .search-content {
  width: 100%;
}

.findDownloads .findFilter .search-block .search-input {
  position: relative;
  margin-bottom: .5em;
}

.findDownloads .findFilter .search-block .search-input input {
  width: 100%;
  height: 3.2em;
  padding: 0 3.5em 0 1em;
  font-size: .9em;
  border: 0;
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 0;
  box-shadow: none;
  font-size: .7em;
  color: #777;
  outline: none;
  -webkit-appearance: none;
}

.findDownloads .findFilter .search-block .search-input input::-ms-clear,
.findDownloads .findFilter .search-block .search-input input::-ms-reveal {
  display: none;
}

.findDownloads .findFilter .search-block .search-input .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 2.25em;
  height: 100%;
  border-radius: 0;
  padding: 0;
  background: #0094f2;
  line-height: 2.2em;
}

.findDownloads .findFilter .search-block .search-input .btn-search:before {
  content: "\e94f";
  font-family: "icomoon";
  color: #fff;
}

.findDownloads .findFilter .info-block .link-info {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: .6em;
  color: #777;
  padding: 0 1em 0 26px;
  line-height: 1.6em;
  margin-bottom: .4em;
}

.findDownloads .findFilter .info-block .link-info:before {
  content: "\e94e";
  position: absolute;
  font-family: "icomoon";
  font-size: 1.7em;
  top: 0;
  left: 0;
  display: inline-block;
  margin-right: .8em;
  vertical-align: middle;
}

.findDownloads .findFilter .select-block {
  padding: 0.7em 0 0.2em;
}

.findDownloads .findFilter .select-block h4 {
  font-size: .9em;
  line-height: 1.4em;
  font-weight: 500;
  color: #262626;
  margin-bottom: .4em;
}

.findDownloads .findResult {
  overflow: hidden;
  border-left: 1px solid #dedede;
}

.findDownloads .findResult .resultImg {
  width: 55%;
  float: left;
  text-align: center;
  padding-left: 5%;
}

.findDownloads .findResult .resultImg img {
  width: 72%;
  height: auto;
}

.findDownloads .findResult .resultList {
  overflow: hidden;
}

.findDownloads .findResult .resultList > .title {
  font-size: 1.4em;
  margin-bottom: 1.4em;
  padding-left: .57em;
}

.findDownloads .findResult .resultList ul li a {
  display: inline-block;
  width: 100%;
  font-size: .8em;
  line-height: .9em;
  font-weight: 600;
  color: #0094f2;
  padding: 0.5em 1em;
  border-radius: 4px;
  background: transparent;
}

.findDownloads .findResult .resultList ul li a:hover {
  background: #e3e3e3;
}

.findDownloads .findResult.noResult {
  height: 100%;
  position: relative;
}

.findDownloads .findResult.noResult .desp {
  float: right;
  display: inline-block;
  position: relative;
  width: 70%;
  height: 10em;
  font-size: 1.2em;
  line-height: 1.5em;
  color: #777;
  padding: 1em 0 0 6em;
}

.findDownloads .findResult.noResult .desp:before {
  content: "\e940";
  font-family: "icomoon";
  display: inline-block;
  position: absolute;
  font-size: 7.6em;
  top: .35em;
  left: -.4em;
}

@media only screen and (max-width: 1200px) {
  .findDownloads .findFilter {
    width: 40%;
    padding-right: 3em;
  }
  .findDownloads .findFilter .selectDropdown .loading {
    width: 16px;
  }
  .findDownloads .findResult .resultImg {
    width: 48%;
    padding-left: 0;
  }
  .findDownloads .findResult .resultList ul li a {
    font-size: 1em;
  }
  .findDownloads .findResult.noResult .desp {
    padding: 1em 0 0 5em;
  }
  .findDownloads .findResult.noResult .desp:before {
    font-size: 8.5rem;
    left: -.7em;
  }
}

.af-sp-service {
  background: #fff;
}

.af-sp-service .tab-content {
  padding-top: 2.1em;
}

.af-sp-service .entryBlock {
  width: 100%;
  border-radius: 5px;
  text-align: center;
  margin: 2.5em 0 0.6em;
  padding: 1.2em 0;
  border: 1px solid #d6d6d6;
}

.af-sp-service .entryBlock .title {
  display: inline-block;
  color: #000;
  font-size: 1.2em;
  line-height: 1.875em;
}

.af-sp-service .entryBlock .title:before {
  content: "\e941";
  display: inline-block;
  font-family: "icomoon";
  font-size: 1.8em;
  vertical-align: middle;
  margin-right: .4em;
}

.af-sp-service .entryBlock .btn-knowledge {
  display: inline-block;
  font-size: .7em;
  text-transform: capitalize;
  height: 3em;
  line-height: 3em;
  margin-left: 2em;
  padding: 0 3.5em;
  vertical-align: middle;
  color: #fff;
}

.af-sp-service .blockList {
  padding: 2.5em 0 3em;
}

.af-sp-service .blockList h3 {
  margin-bottom: .4em;
}

.af-sp-service .blockList ul.note-style-list li a {
  background: #f2f2f2;
}

.af-sp-service .blockList ul.note-style-list li a:hover {
  background: #fff;
}

.af-sp-service .stepList {
  padding: 2.5em 0;
}

.af-sp-service .normalList {
  padding: 1.8em 0 3.6em;
}

@media only screen and (max-width: 1500px) {
  .af-sp-service {
    padding: 0;
  }
  .af-sp-service .tab-content {
    padding: 0 3em;
  }
}

.af-sp-news {
  background: #0094f2;
  color: #fff;
  padding: 2em 0 2.6em;
  border-bottom: 1px solid #7ac7f8;
}

.af-sp-news .news-block {
  padding: 0;
}

.af-sp-news h3 {
  display: inline-block;
  color: #fff;
  margin-bottom: .5em;
}

.af-sp-news ul li {
  border-bottom: .5px solid #56aee7;
}

.af-sp-news ul li a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0.8em 0 1.2em;
  color: #fff;
  font-size: .9em;
  line-height: 1.6em;
}

.af-sp-news ul li a:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #56aee7;
  opacity: 0;
  z-index: 0;
}

.af-sp-news ul li a:hover {
  padding-left: .3em;
}

.af-sp-news ul li .title,
.af-sp-news ul li .cont {
  position: relative;
}

.af-sp-news ul li .title {
  position: relative;
  padding-right: 10em;
}

.af-sp-news ul li .date {
  position: absolute;
  font-size: .8em;
  line-height: 1.8em;
  top: 0;
  right: 1em;
}

.af-sp-news ul li .cont {
  font-size: .7em;
  font-weight: 300;
}

.af-sp-news ul li:last-child {
  border: 0;
}

.af-sp-news .link-more {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: .6em;
  line-height: 2em;
  margin: -1em 0 0 3em;
}

.af-sp-news .link-more:after {
  content: "\e917";
  display: inline-block;
  position: relative;
  font-family: "icomoon";
  font-size: 2.8em;
  vertical-align: middle;
  left: -5px;
}

.af-sp-news .link-more:hover {
  margin: -1em 0 0 3.5em;
}

@media only screen and (max-width: 1500px) {
  .af-sp-news {
    padding: 2em 3em 2.6em;
  }
}

.af-sp-contactUs {
  background: #0094f2;
  color: #fff;
  padding: 2em 0 1em;
}

.af-sp-contactUs .contactUs-block {
  padding: 0;
}

.af-sp-contactUs h3 {
  color: #fff;
  margin-bottom: 0;
}

.af-sp-contactUs ul {
  margin: 1.4em -1.4em 1em;
}

.af-sp-contactUs ul li {
  display: inline-block;
}

.af-sp-contactUs ul li a {
  position: relative;
  font-size: 1em;
  color: #fff;
  padding: 0 2em 0 1.2em;
}

.af-sp-contactUs ul li a .icon-sp-emailus:before {
  position: relative;
  top: -.1em;
}

.af-sp-contactUs ul li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: .8em;
  border-right: 2px solid #d6d6d6;
}

.af-sp-contactUs ul li a:hover {
  padding: 0 1.6em 0 1.6em;
}

.af-sp-contactUs ul li:last-child a:after {
  border-right: 0;
}

@media only screen and (max-width: 1500px) {
  .af-sp-contactUs {
    padding: 2em 3em 1em;
  }
}

.af-sp-userDownload {
  background: #f2f2f2;
  padding: 1.8em 0;
}

.af-sp-userDownload .user-product {
  padding: 2em 0 2.5em;
}

.af-sp-userDownload .user-product li {
  display: inline-block;
  height: 100%;
  float: left;
  padding: 0 1.5em;
  text-align: center;
}

.af-sp-userDownload .user-product li a {
  display: inline-block;
  margin-top: 15%;
}

.af-sp-userDownload .user-product li img {
  max-width: 100px;
  max-height: 100px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
}

.af-sp-userDownload .user-product li .pd-title {
  font-size: .8em;
  font-weight: 500;
  color: #000;
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
  margin-top: .8em;
  margin-bottom: .5em;
}

.af-sp-userDownload .user-product li .pd-update {
  font-size: .7em;
  color: #777;
}

.af-sp-userDownload .user-product li .btn-register {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 7em;
  height: 7em;
  background: #dadada;
  margin-top: 15%;
  border: 2px #939393 dotted;
  border-radius: 3px;
}

.af-sp-userDownload .user-product li .btn-register p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 4.5em;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.6em;
  color: #777;
  width: 80%;
}

.af-sp-userDownload .user-product li .btn-register p:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 22px;
  background: url(../images/icons/icon-add.png) center center no-repeat;
  margin-bottom: 3px;
}

.af-sp-userDownload .user-product:after {
  content: "";
  display: block;
  clear: both;
}

.af-sp-userDownload .user-download-list {
  padding: 2.4em 0 1.6em;
}

.af-sp-userDownload .user-download-list > li {
  padding: 1.8em 1.3em 0.8em 0;
  border-bottom: 1px solid #cbcbcb;
  cursor: pointer;
  background: transparent;
}

.af-sp-userDownload .user-download-list > li .list-img {
  width: 150px;
  float: left;
  text-align: center;
}

.af-sp-userDownload .user-download-list > li .list-img img {
  margin-top: -.8em;
  height: 4em;
  width: auto;
}

.af-sp-userDownload .user-download-list > li .list-info {
  overflow: hidden;
  position: relative;
}

.af-sp-userDownload .user-download-list > li .list-info .pd-title {
  font-size: .9em;
  font-weight: 600;
  margin-bottom: .3em;
}

.af-sp-userDownload .user-download-list > li .list-info .pd-update {
  display: inline-block;
  font-size: .7em;
  color: #777;
}

.af-sp-userDownload .user-download-list > li .list-info .af-sp-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: .6em;
  text-transform: uppercase;
  color: #0094f2;
  height: 30px;
  line-height: 28px;
  border: 1px solid #0094f2;
  background: transparent;
}

.af-sp-userDownload .user-download-list > li .list-info .af-sp-btn:hover {
  background: #0094f2;
  color: #fff;
}

.af-sp-userDownload .user-download-list > li .list-info .toggle-history {
  font-size: .6em;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  float: right;
  cursor: pointer;
  margin-top: 1.6em;
}

.af-sp-userDownload .user-download-list > li .list-info .toggle-history:after {
  content: "\e948";
  font-family: "icomoon";
  font-size: .5em;
  margin-left: .8em;
}

.af-sp-userDownload .user-download-list > li .download-info {
  max-height: 0;
  overflow: hidden;
}

.af-sp-userDownload .user-download-list > li .download-info li {
  position: relative;
  line-height: 1.4em;
}

.af-sp-userDownload .user-download-list > li .download-info li .item {
  display: inline-block;
  width: 125px;
  font-size: .8em;
  font-weight: 500;
}

.af-sp-userDownload .user-download-list > li .download-info li .version {
  display: inline-block;
  width: 30em;
  font-size: .7em;
  font-weight: 400;
  margin-right: 1em;
}

.af-sp-userDownload .user-download-list > li .download-info li .date {
  display: inline-block;
  font-size: .7em;
  color: #777;
}

.af-sp-userDownload .user-download-list > li .download-info li .downloadLink {
  position: absolute;
  z-index: 1;
  bottom: 0;
}

.af-sp-userDownload .user-download-list > li .download-info li .downloadLink:after {
  content: "\e94c";
  font-family: "icomoon";
  font-size: 1em;
  margin-left: .3em;
  color: #0094f2;
  vertical-align: middle;
}

.af-sp-userDownload .user-download-list > li .download-info li:before {
  content: "\e947";
  font-family: "icomoon";
  font-size: .6em;
  margin-right: .5em;
  color: #b4b4b4;
}

.af-sp-userDownload .user-download-list > li.active {
  background: #fff;
}

.af-sp-userDownload .user-download-list > li.active .list-info .toggle-history:after {
  content: "\e94a";
}

.af-sp-userDownload .user-download-list > li.active .download-info {
  width: 100%;
  max-height: 600px;
  padding: 0.7em 0 1.3em;
}

.af-sp-userDownload .user-download-list > li:last-child {
  border-bottom: 0;
}

.af-sp-userDownload .user-download-list > li:after {
  content: "";
  display: block;
  clear: both;
}

.af-sp-userDownload .blockContent.noResult {
  padding: 2.4em 0 1em 8em;
  position: relative;
  min-height: 185px;
}

.af-sp-userDownload .blockContent.noResult .title {
  font-size: 1.8em;
  font-weight: 400;
  color: #262626;
  line-height: 1.6em;
}

.af-sp-userDownload .blockContent.noResult .desp {
  font-size: .9em;
  color: #777;
  line-height: 1.4em;
  margin-bottom: 1.8em;
}

.af-sp-userDownload .blockContent.noResult .af-sp-btn {
  height: 2.9em;
  font-size: .7em;
  padding: 0 2em;
  line-height: 2.9em;
  min-width: 160px;
  border: 1px solid #0094f2;
  color: #fff;
}

.af-sp-userDownload .blockContent.noResult .af-sp-btn.btn-login {
  background: transparent;
  border: 1px solid #0094f2;
  color: #0094f2;
  margin-right: .6em;
}

.af-sp-userDownload .blockContent.noResult .af-sp-btn.btn-login:hover {
  background: #0094f2;
  color: #fff;
}

.af-sp-userDownload .blockContent.noResult:before {
  content: "\e93e";
  display: inline-block;
  font-family: "icomoon";
  position: absolute;
  left: 0;
  margin: auto 0;
  vertical-align: middle;
}

.af-sp-userDownload .blockContent.user-product.noResult:before {
  font-size: 6em;
}

.af-sp-userDownload .blockContent.user-download.noResult:before {
  content: "\e93d";
  font-size: 6.4em;
  top: .2em;
}

@media only screen and (max-width: 1500px) {
  .af-sp-userDownload .main-inner {
    padding: 0 3em;
  }
}

@media only screen and (max-width: 1350px) {
  .af-sp-userDownload .slick-slider {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1200px) {
  .af-sp-userDownload .user-download-list > li .list-info .af-sp-btn {
    height: 2.2em;
    line-height: 2.2em;
  }
  .af-sp-userDownload .user-download-list > li .list-info .toggle-history {
    margin-top: 1.2em;
  }
}

@media only screen and (max-width: 1000px) {
  .af-sp-userDownload .user-download-list > li .list-info {
    font-size: 1.05em;
  }
  .af-sp-userDownload .user-download-list > li .list-info .pd-title {
    font-size: 1em;
  }
  .af-sp-userDownload .user-download-list > li .list-info .pd-update {
    font-size: .9em;
  }
  .af-sp-userDownload .user-download-list > li .list-info .af-sp-btn,
  .af-sp-userDownload .user-download-list > li .list-info .toggle-history {
    font-size: .75em;
  }
  .af-sp-userDownload .user-download-list > li .download-info li {
    font-size: 1.1em;
  }
  .af-sp-userDownload .user-download-list > li .download-info li .version {
    width: 20em;
  }
  .af-sp-userDownload .user-download-list > li.active .download-info {
    padding-top: 1em;
  }
}

.af-sp-relDownload .tool-block ul.note-style-list li a,
.af-sp-relDownload .helpful-block ul.note-style-list li a {
  background: #f2f2f2;
}

.af-sp-relDownload .tool-block ul.note-style-list li a:hover,
.af-sp-relDownload .helpful-block ul.note-style-list li a:hover {
  background: #fff;
}

.af-sp-relDownload .helpful-block {
  padding: 2.5em 0 8em;
}

.af-sp-relDownload .helpful-block h3 {
  margin-bottom: 1.9em;
}

.af-sp-relDownload .helpful-block h4 {
  display: inline-block;
  font-size: 1.2em;
  color: #262626;
  margin-bottom: .5em;
}

.af-sp-relDownload .helpful-block .link-more {
  display: inline-block;
  font-size: .6em;
  font-weight: 600;
  line-height: 2.4em;
  vertical-align: top;
  margin-left: 24px;
}

.af-sp-relDownload .helpful-block .link-more:after {
  content: "\e917";
  display: inline-block;
  position: relative;
  font-family: "icomoon";
  font-size: 2.8em;
  vertical-align: top;
  left: -5px;
}

.af-sp-relDownload .helpful-block .normal-style-list {
  margin-bottom: 2.4em;
}

.af-support-wrapper .live-chat {
  display: inline-block;
  position: fixed;
  width: 5em;
  height: 5.5em;
  background: #fff;
  right: 1em;
  bottom: 1em;
  z-index: 10;
  border-radius: 5px;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.51);
}

.af-support-wrapper .live-chat a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url(../images/icons/icon-zenny.png) center 1em no-repeat;
}

.af-support-wrapper .live-chat a p {
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  font-size: .7em;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.af-support-wrapper .live-chat a:before {
  content: "";
  display: inline-block;
}

.af-support-wrapper.af-support-wrapper-m .live-chat {
  display: block;
  width: 100%;
  background: #0094f2;
  bottom: 0;
  right: 0;
  height: 4em;
  padding: 0 1.2em;
  border-radius: 0;
  z-index: 5;
}

.af-support-wrapper.af-support-wrapper-m .live-chat p {
  font-size: 1.35em;
  color: #fff;
  line-height: 3em;
}

.af-support-wrapper.af-support-wrapper-m .live-chat .btn-liveChat {
  position: absolute;
  font-size: 1em;
  line-height: 2.2em;
  top: 1em;
  right: 1em;
  width: 10em;
  height: 2.2em;
  background: #fff;
  color: #0094f2;
  padding-right: 0;
}

.af-support-wrapper.af-support-wrapper-m .live-chat .btn-liveChat:before {
  content: "\e922";
  display: inline-block;
  position: absolute;
  left: .4em;
  font-family: "icomoon";
  font-size: 2.2em;
}

@media only screen and (max-width: 1100px) {
  .af-support-wrapper .live-chat a {
    background-size: 46px auto;
  }
}

.af-support-policy {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background-color: #424242;
  padding: 0;
}

.af-support-policy .af-sp-cookie-policy {
  position: relative;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
  z-index: 101;
  padding-right: 10%;
}

.af-support-policy .af-sp-cookie-policy p {
  margin-bottom: 10px;
}

.af-support-policy .af-sp-cookie-policy .btn-read-ck {
  width: 135px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  color: #0094f2;
  border: 1px solid #0094f2;
  border-radius: 3px;
  background: transparent;
  font-size: 14px;
}

.af-support-policy .af-sp-cookie-policy .btn-read-ck:hover {
  background: #0094f2;
  color: #fff;
}

.af-support-policy .af-sp-cookie-policy .btn-close-ck {
  position: absolute;
  top: 30px;
  right: 0;
  background: none;
  padding: 0;
  line-height: 1em;
  width: 13px;
  height: 13px;
  color: #424242;
}

.af-support-policy .af-sp-cookie-policy .btn-close-ck:before {
  content: "\e918";
  display: inline-block;
  font-family: "icomoon";
  font-size: 14px;
  color: #fff;
  opacity: .8;
}

.af-support-policy .af-sp-cookie-policy .btn-close-ck:hover:before {
  opacity: 1;
}

@media only screen and (max-width: 1350px) {
  .af-support-policy .main-inner {
    padding: 0 3em;
  }
}

.af-support-download .af-sp-kv {
  height: 280px;
  background: url(../images/kv03.jpg) center center no-repeat;
  background-size: cover;
}

.af-support-download .af-sp-kv .kv-content {
  position: absolute;
  top: 29%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.af-support-download .af-sp-kv .kv-content .title {
  font-size: 2.8em;
  line-height: 1.2em;
  margin-bottom: .2em;
  color: #fff;
}

.af-support-download .af-sp-kv .kv-content .desp {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #fff;
}

.af-support-download .af-sp-findDownload .findDownloads .findFilter {
  width: 31%;
  padding-right: 0;
}

.af-support-download .af-sp-findDownload .findDownloads .findFilter .info-block {
  padding-bottom: 1.4em;
  border-bottom: 1px solid #d6d6d6;
}

.af-support-download .af-sp-findDownload .findDownloads .findResult {
  border-left: 0;
  padding-top: 1.4em;
}

.af-support-download .af-sp-findDownload .findDownloads .findResult.noResult {
  padding-top: 5.6em;
}

.af-support-download .af-sp-findDownload .search-block {
  padding-top: 0;
  margin-bottom: .5em;
}

.af-support-download .af-sp-findDownload .search-block .search-content {
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.af-support-download .af-sp-findDownload .search-block .search-content .search-input {
  width: 100%;
  margin: 0;
  z-index: 2;
}

.af-support-download .af-sp-findDownload .search-block .search-content .search-input .btn-search {
  line-height: 2em;
}

.af-support-download .af-sp-findDownload .search-block .search-content .search-result {
  width: calc( 100% - 2.25em);
  position: absolute;
  top: 2.2em;
  padding-right: 2.2em;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
}

.af-support-download .af-sp-findDownload .search-block .search-content .search-result .result-group li a {
  padding: 0.6em 1.6em;
}

.af-support-download .findDownloads h3,
.af-support-download .partialBlock h3 {
  font-size: 1.4em;
}

.af-support-download .findDownloads h3 {
  margin-bottom: 1em;
}

@media only screen and (max-width: 1500px) {
  .af-support-download .af-sp-kv {
    height: 14em;
  }
}

@media only screen and (max-width: 1200px) {
  .af-support-download .af-sp-findDownload .findDownloads .findFilter {
    width: 35%;
  }
  .af-support-download .af-sp-findDownload .findDownloads .findResult .resultImg {
    padding-left: 1em;
  }
}

@media only screen and (max-width: 1100px) {
  .af-support-download .search-block .search-content .search-input .btn-search {
    font-size: 1em;
    line-height: 2.1em;
  }
}

@media only screen and (max-width: 900px) {
  .af-support-wrapper-m.af-support-download .af-sp-banner.af-sp-container-m {
    background: url(../images/kv-m02.jpg) center center no-repeat;
    background-size: cover;
    padding: 0.8em 0 0.5em;
  }
  .af-support-wrapper-m.af-support-download .af-sp-banner.af-sp-container-m .af-sp-breadcrumbs {
    margin: 0;
    padding: 0.4em 1.2em;
    text-align: left;
    opacity: .5;
    z-index: 3;
  }
  .af-support-wrapper-m.af-support-download .af-sp-banner.af-sp-container-m .af-sp-breadcrumbs a {
    font-size: 1.2em;
    color: #fff;
    text-shadow: 5px 0 24px rgba(0, 0, 0, 0.8);
  }
  .af-support-wrapper-m.af-support-download .af-sp-banner.af-sp-container-m .banner-content {
    padding: 2em 0;
  }
  .af-support-wrapper-m.af-support-download .af-sp-banner.af-sp-container-m .banner-content .title {
    font-size: 1.8em;
    text-align: center;
    font-weight: 400;
  }
  .af-support-wrapper-m.af-support-download .af-sp-banner.af-sp-container-m .banner-content .desp {
    width: 80%;
    margin: 0 auto;
    padding: .5em 0 0;
    font-size: 1.1em;
    line-height: 1.6em;
    color: #fff;
    opacity: .6;
    text-shadow: 5px 0 24px rgba(0, 0, 0, 0.5);
  }
  .af-support-wrapper-m.af-support-download .af-sp-banner.af-sp-container-m:before {
    display: none;
  }
}

.af-support-wrapper.af-support-faq {
  min-width: 0;
  width: 100%;
}

.af-sp-faqContent {
  width: 100%;
  padding-bottom: 5em;
}

.af-sp-faqContent .page-title {
  font-size: 1.4em;
  font-weight: 600;
  color: #262626;
}

.af-sp-faqContent .page-header {
  padding: 1.8em 0 0;
  border-bottom: 1px solid #d6d6d6;
}

.af-sp-faqContent .page-header .title {
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 300;
  padding-bottom: .4em;
}

.af-sp-faqContent .page-header .date {
  font-size: .7em;
  font-weight: 500;
  color: #777;
}

.af-sp-faqContent .page-header .option {
  position: relative;
  text-align: right;
  padding: 1.2em 0 1em;
}

.af-sp-faqContent .page-header .option a {
  display: inline-block;
  position: relative;
  font-size: .7em;
  font-weight: 500;
  color: #777;
  text-transform: uppercase;
  padding: 0 1em;
}

.af-sp-faqContent .page-header .option a:hover {
  color: #555;
}

.af-sp-faqContent .page-header .option a:before {
  content: "";
  display: inline-block;
  position: relative;
  font-family: "icomoon";
  vertical-align: middle;
  padding-right: .1em;
  top: -3px;
}

.af-sp-faqContent .page-header .option a.sendPhone:after,
.af-sp-faqContent .page-header .option a.copyLink:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1em;
  border-left: 1px solid #777;
  margin-left: 1.2em;
  top: 5px;
  left: -1em;
}

.af-sp-faqContent .page-header .option a.sendEmail:before {
  content: "\e912";
  font-size: 2.6em;
}

.af-sp-faqContent .page-header .option a.sendPhone {
  padding-right: 0;
}

.af-sp-faqContent .page-header .option a.sendPhone:before {
  content: "\e913";
  font-size: 2.3em;
}

.af-sp-faqContent .page-header .option a.print:before {
  content: "\e911";
  font-size: 2.6em;
}

.af-sp-faqContent .page-header .option a.copyLink {
  display: none;
}

.af-sp-faqContent .page-header .option a.copyLink:before {
  content: "\e910";
  font-size: 2.2em;
}

.af-sp-faqContent .page-header .option a:last-child {
  padding-right: 0;
}

.af-sp-faqContent .page-header .option .copyMsg {
  display: inline-block;
  position: absolute;
  width: 155px;
  background: #aaa;
  font-size: .7em;
  color: #fff;
  bottom: 2.5em;
  left: -50%;
  padding: 0.5em 1.8em;
  border-radius: 4px;
  text-align: center;
}

.af-sp-faqContent .page-header .option .copyMsg:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -.9em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: .5em solid transparent;
  border-top-color: #aaa;
}

.af-sp-faqContent .page-content {
  padding: 2em 0 1.8em;
  border-bottom: 1px solid #d6d6d6;
}

.af-sp-faqContent .page-content h1 {
  font-size: 1.5em;
  color: #222;
  line-height: 1.4em;
  margin-bottom: .5em;
}

.af-sp-faqContent .page-content h2, .af-sp-faqContent .page-content h3, .af-sp-faqContent .page-content h4, .af-sp-faqContent .page-content h5, .af-sp-faqContent .page-content h6 {
  color: #222;
}

.af-sp-faqContent .page-content h2 {
  font-size: 1.6em;
  line-height: 1.5em;
}

.af-sp-faqContent .page-content h3 {
  font-size: 1.4em;
  line-height: 2em;
}

.af-sp-faqContent .page-content h4 {
  font-size: 1.2em;
  line-height: 2em;
}

.af-sp-faqContent .page-content p {
  font-size: 1em;
  color: #555;
  line-height: 1.8em;
  padding-bottom: .4em;
  word-break: break-word;
}

.af-sp-faqContent .page-content span {
  line-height: 1.8em;
  word-break: break-word;
}

.af-sp-faqContent .page-content ol {
  list-style-type: decimal;
  padding-left: 1.2em;
}

.af-sp-faqContent .page-content ol li {
  position: relative;
  padding: 0.2em 0 0.2em 0.2em;
  line-height: 1.6em;
  color: #555;
}

.af-sp-faqContent .page-content ul li {
  position: relative;
  padding: 0.2em 0 0.2em 1.4em;
  line-height: 1.6em;
  color: #555;
}

.af-sp-faqContent .page-content ul li:before {
  content: "·";
  display: inline-block;
  position: absolute;
  top: 0em;
  left: 0;
  padding: 0 0 0 0.2em;
  font-size: 2em;
}

.af-sp-faqContent .page-content strong {
  font-weight: 600;
}

.af-sp-faqContent .page-content img {
  max-width: 100% !important;
  height: auto !important;
}

.af-sp-faqContent .page-content table {
  max-width: 100% !important;
}

.af-sp-faqContent .page-content .rel-content {
  padding: 6em 0 0.5em;
}

.af-sp-faqContent .page-content .rel-content .title {
  font-size: 1.6em;
  font-weight: 600;
  color: #262626;
  margin-bottom: .6em;
}

.af-sp-faqContent .page-content .rel-content ul li {
  padding: 0;
}

.af-sp-faqContent .page-content .rel-content ul li a {
  display: inline-block;
  font-size: .8em;
  line-height: 1.4em;
  padding: .4em 0;
}

.af-sp-faqContent .page-content .rel-content ul li:before {
  display: none;
}

.af-sp-faqContent .page-content.content-toomuch .main-content {
  display: table-footer-group;
}

.af-sp-faqContent .page-content.content-toomuch .rel-content {
  display: table-caption;
  margin-bottom: 1em;
  padding-top: .6em;
}

.af-sp-faqContent .page-content:after {
  content: "";
  display: block;
  clear: both;
}

.af-sp-faqContent .page-tags {
  padding: 2em 0 1.2em;
}

.af-sp-faqContent .page-tags ul li {
  padding: .4em 0;
}

.af-sp-faqContent .page-tags ul li .tag-title {
  font-size: .8em;
  color: #777;
}

.af-sp-faqContent .page-tags ul li .tag-title:after {
  content: " : ";
  display: inline-block;
  padding: 0 0.4em;
}

.af-sp-faqContent .page-tags ul li .tag {
  font-size: .9em;
  font-weight: 600;
  color: #000;
}

.af-sp-faqContent .page-tags ul li .tag:after {
  content: ", ";
}

.af-sp-faqContent .page-tags ul li .tag:last-child:after {
  content: "";
}

.af-sp-faqContent .feedback-block {
  background: #f2f2f2;
  padding: 1.7em 2.25em;
  position: relative;
  margin: .5em 0;
}

.af-sp-faqContent .feedback-block .title {
  font-size: .9em;
  font-weight: 600;
  padding-bottom: 1.4em;
}

.af-sp-faqContent .feedback-block .af-sp-btn {
  font-size: .7em;
  text-transform: uppercase;
  width: 10em;
  margin: 0 0.5em 0.5em 0;
}

.af-sp-faqContent .feedback-block .af-sp-btn.btn-fb-maybe {
  background: #999;
}

.af-sp-faqContent .feedback-block .feedback-statistical {
  display: inline-block;
  height: 1.2em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 2em;
}

.af-sp-faqContent .feedback-block .feedback-statistical p {
  display: inline-block;
  font-size: .9em;
  color: #777;
}

.af-sp-faqContent .feedback-block .feedback-statistical p .percentage {
  font-size: 1.7em;
  font-weight: 500;
  color: #000;
  padding-right: .3em;
}

.af-sp-faqContent .feedback-block .feedback-statistical:before {
  content: "";
  display: inline-block;
  position: relative;
  font-family: "icomoon";
  font-size: 1.2em;
  padding-right: .4em;
}

.af-sp-faqContent .feedback-block .feedback-statistical.feeling0:before {
  content: "\e90b";
}

.af-sp-faqContent .feedback-block .feedback-statistical.feeling1:before {
  content: "\e90d";
}

.af-sp-faqContent .feedback-block .feedback-statistical.feeling2:before {
  content: "\e90c";
}

.af-sp-faqContent .feedback-block .feedback-statistical.feeling3:before {
  content: "\e90e";
}

.af-sp-faqContent .feedback-block .feedback-statistical.feeling4:before {
  content: "\e90f";
}

.af-sp-faqContent .notice-block {
  padding: 1.6em 0;
}

.af-sp-faqContent .notice-block .title {
  font-size: .7em;
  color: #777;
  margin-bottom: 1em;
}

.af-sp-faqContent .notice-block ul li {
  position: relative;
  font-size: .6em;
  line-height: 1.2em;
  color: #777;
  padding: 0.2em 0 0.2em 0.6em;
}

.af-sp-faqContent .notice-block ul li:before {
  content: "·";
  display: inline-block;
  position: absolute;
  top: .1em;
  left: 0;
  padding-right: .3em;
}

@media only screen and (max-width: 900px) {
  .af-sp-faqContent .page-header {
    padding-top: 1.4em;
  }
  .af-sp-faqContent .page-header .title {
    font-size: 1.8em;
  }
  .af-sp-faqContent .page-header .option {
    text-align: left;
  }
  .af-sp-faqContent .page-header .option a.print,
  .af-sp-faqContent .page-header .option a.sendPhone {
    display: none;
  }
  .af-sp-faqContent .page-header .option a.copyLink {
    display: inline-block;
  }
  .af-sp-faqContent .page-header .option a:first-child {
    padding-left: 0;
  }
  .af-sp-faqContent .page-header .option a:first-child:before {
    border: 0;
  }
  .af-sp-faqContent .page-content iframe,
  .af-sp-faqContent .page-content table {
    width: 100% !important;
    height: auto !important;
  }
  .af-sp-faqContent .feedback-block {
    padding: 1.2em 1.5em;
  }
  .af-support-faq .af-sp-container {
    padding: 0 2em;
  }
}

@media only screen and (max-width: 600px) {
  .af-sp-faqContent .feedback-block .af-sp-btn {
    float: left;
    width: 32.5%;
    margin-right: 1.25%;
    line-height: 3em;
    height: 3em;
  }
  .af-sp-faqContent .feedback-block .af-sp-btn:last-child {
    margin-right: 0;
  }
  .af-sp-faqContent .feedback-block:after {
    content: "";
    display: block;
    clear: both;
  }
}

.af-support-wrapper.global .af-sp-selectProduct {
  padding-top: 1em;
}

@media only screen and (max-width: 1300px) {
  .af-support-wrapper.global .af-sp-selectProduct {
    padding-top: 1.5em;
  }
  .af-support-wrapper.global .af-sp-selectProduct h2 {
    margin: .55em 0;
  }
}

.af-support-wrapper.chinese .af-sp-banner {
  height: 600px;
}

.af-support-wrapper.chinese .af-sp-banner .banner-content {
  padding-top: 5em;
}

.af-support-wrapper.chinese .af-sp-banner .banner-content h1 {
  width: 100%;
  max-width: 100%;
  font-size: 3em;
  padding: .2em 0;
}

.af-support-wrapper.chinese .af-sp-banner .banner-content .list-info li {
  display: inline-block;
  margin-right: 1.5em;
  word-wrap: break-word;
}

.af-support-wrapper.chinese .af-sp-banner .banner-content .list-info li:before {
  content: "";
  display: inline-block;
  position: relative;
  width: .2em;
  height: .2em;
  border-radius: 50%;
  background: #fff;
  margin-right: .3em;
  top: -.1em;
}

.af-support-wrapper.chinese .partialBlock > .title,
.af-support-wrapper.chinese .findDownloads > .title {
  font-size: 1.4em;
  font-weight: 500;
}

.af-support-wrapper.chinese .af-sp-selectProduct .productSelectL2 .sub-block-title .link-back {
  font-size: .8em;
}

.af-support-wrapper.chinese .af-sp-selectProduct .productFAQ .block-more a {
  font-size: .8em;
}

.af-support-wrapper.chinese .af-sp-news ul li .cont {
  font-size: .9em;
}

.af-support-wrapper.chinese .af-sp-selectProduct .allProduct .link-show-all {
  font-weight: 500;
}

.af-support-wrapper.chinese .af-sp-selectProduct .productSelectL2 .sub-block-kv .blockContent p {
  font-size: 1.6em;
  margin-bottom: .8em;
}

.af-support-wrapper.chinese .af-sp-selectProduct .productSelectL2 .sub-block-title .link-back {
  font-weight: 500;
}

.af-support-wrapper.chinese.af-support-index .search-block {
  bottom: -13em;
}

.af-support-wrapper.chinese.af-support-index .search-block .search-content h3 {
  font-weight: 500;
}

.af-support-wrapper.chinese.af-support-download .af-sp-kv .kv-content .title {
  font-size: 2.6em;
}

@media only screen and (min-width: 2000px) {
  .af-support-wrapper.chinese .af-sp-banner {
    height: 600px;
  }
}

@media only screen and (max-width: 1700px) {
  .af-support-wrapper.chinese .af-sp-banner {
    height: 600px;
  }
}

@media only screen and (max-width: 1600px) {
  .af-support-wrapper.chinese .af-sp-banner {
    height: 580px;
  }
}

@media only screen and (max-width: 1500px) {
  .af-support-wrapper.chinese .af-sp-banner {
    height: 560px;
  }
  .af-support-wrapper.chinese.af-support-index .search-block {
    bottom: -15em;
  }
}

@media only screen and (max-width: 1400px) {
  .af-support-wrapper.chinese .af-sp-banner {
    height: 520px;
  }
  .af-support-wrapper.chinese .af-sp-banner .banner-content {
    padding-top: 5em;
  }
  .af-support-wrapper.chinese.af-support-index .search-block {
    bottom: -13em;
  }
}

@media only screen and (max-width: 1300px) {
  .af-support-wrapper.chinese .af-sp-banner {
    height: 485px;
  }
  .af-support-wrapper.chinese .af-sp-banner .banner-content {
    padding-top: 3em;
  }
  .af-support-wrapper.chinese .af-sp-selectProduct h2 {
    font-size: 1.9em;
  }
  .af-support-wrapper.chinese .af-sp-selectProduct .productSelectL2 .partialBlock {
    padding: 2em 0;
  }
  .af-support-wrapper.chinese .af-sp-service .entryBlock .btn-knowledge {
    font-size: .8em;
    height: 2.7em;
    line-height: 2.7em;
  }
  .af-support-wrapper.chinese.af-support-index .search-block {
    bottom: -12em;
  }
  .af-support-wrapper.chinese.af-support-index .search-block .search-content {
    padding: 1.6em 0;
  }
  .af-support-wrapper.chinese.af-support-download .af-sp-kv {
    height: 13em;
  }
  .af-support-wrapper.chinese.af-sp-faqContent .page-content h2 {
    font-size: 1.6em;
    line-height: 2.2em;
  }
}

@media only screen and (max-width: 1100px) {
  .af-support-wrapper.chinese .af-sp-banner {
    height: 440px;
  }
  .af-support-wrapper.chinese.af-support-download .af-sp-kv {
    height: 12em;
  }
  .af-support-wrapper.chinese.af-support-download .af-sp-kv .kv-content .title {
    font-size: 2.4em;
  }
}

.af-support-wrapper.rtl .grid_m_x2 > ul > li, .af-support-wrapper.rtl .grid_m_x3 > ul > li, .af-support-wrapper.rtl .grid_m_x4 > ul > li, .af-support-wrapper.rtl .grid_m_x5 > ul > li, .af-support-wrapper.rtl .grid_m_x6 > ul > li {
  float: right;
}

.af-support-wrapper.rtl .tab ul li {
  border-right: 0;
  border-left: 1px solid #fff;
}

.af-support-wrapper.rtl .note-style-list li a .content .item, .af-support-wrapper.rtl .note-style-list li a .content .desp {
  text-align: right;
}

.af-support-wrapper.rtl .note-style-list li a:before {
  left: initial;
  right: 0;
}

.af-support-wrapper.rtl .step-style-list > li {
  padding: 0 4.5em 0 1em;
}

.af-support-wrapper.rtl .step-style-list > li .step-cont {
  padding: 0 1em 0 0;
}

.af-support-wrapper.rtl .step-style-list > li .step-cont h4, .af-support-wrapper.rtl .step-style-list > li .step-cont ul {
  text-align: right;
}

.af-support-wrapper.rtl .step-style-list > li .step-cont ul li a:hover {
  padding: 0 0.9em 0 0.4em;
}

.af-support-wrapper.rtl .step-style-list > li:before {
  left: initial;
  right: 0;
}

.af-support-wrapper.rtl .within-num-style-list li {
  border-right: 1px solid #d4d3d3;
}

.af-support-wrapper.rtl .normal-style-list > li {
  text-align: right;
}

.af-support-wrapper.rtl .normal-style-list > li a:hover {
  padding: 0 0.2em 0 0;
}

.af-support-wrapper.rtl .block-style-list li {
  text-align: right;
}

.af-support-wrapper.rtl .sub-tab li {
  float: right;
}

.af-support-wrapper.rtl .sub-tabcontent {
  text-align: right;
}

.af-support-wrapper.rtl .partialBlock > h3, .af-support-wrapper.rtl .partialBlock > .title {
  text-align: right;
}

.af-support-wrapper.rtl .findDownloads .findFilter {
  float: right;
  padding: 0 0 0 3.5em;
}

.af-support-wrapper.rtl .findDownloads .findFilter .info-block ul li {
  text-align: right;
}

.af-support-wrapper.rtl .findDownloads .findFilter .info-block .link-info {
  padding: 0 26px 0 1em;
}

.af-support-wrapper.rtl .findDownloads .findFilter .info-block .link-info:before {
  left: initial;
  right: 0;
  margin: 0 0 0 0.8em;
}

.af-support-wrapper.rtl .findDownloads .findFilter .select-block h4 {
  text-align: right;
}

.af-support-wrapper.rtl .findDownloads .findResult {
  border-left: 0;
  border-right: 1px solid #dedede;
}

.af-support-wrapper.rtl .findDownloads .findResult .resultImg {
  float: right;
  padding: 0 5% 0 0;
}

.af-support-wrapper.rtl .findDownloads .findResult .resultList {
  text-align: right;
}

.af-support-wrapper.rtl .findDownloads .findResult.noResult .desp {
  float: left;
  text-align: right;
  padding: 1em 6em 0 0;
}

.af-support-wrapper.rtl .findDownloads .findResult.noResult .desp:before {
  left: initial;
  right: -.4em;
}

.af-support-wrapper.rtl .findDownloads .findFilter .selectDropdown {
  margin: 0 0 0 1em;
}

.af-support-wrapper.rtl .findDownloads .findFilter .selectDropdown select {
  background: #fff url(../images/icons/icon-select-arrow.png) 6% center no-repeat;
}

.af-support-wrapper.rtl .findDownloads .findFilter .selectDropdown .loading {
  right: initial;
  left: -2em;
}

.af-support-wrapper.rtl .live-chat {
  right: initial;
  left: 1em;
}

.af-support-wrapper.rtl .af-sp-banner .banner-content .list-info {
  width: 70%;
  padding: 0 5%;
}

.af-support-wrapper.rtl .af-sp-banner .banner-content .list-info li {
  float: right;
  text-align: right;
  position: relative;
  padding-right: 1em;
}

.af-support-wrapper.rtl .af-sp-banner .banner-content .list-info li:before {
  content: "";
  position: absolute !important;
  width: .2em;
  height: .2em;
  border-radius: 50%;
  background: #fff;
  right: 0;
  left: initial;
  top: 0;
  bottom: 0;
  margin: auto;
}

.af-support-wrapper.rtl .af-sp-banner .banner-content .list-info li:last-child:after {
  content: "";
  display: block;
  clear: both;
}

.af-support-wrapper.rtl .af-sp-banner .banner-content .list-info:before,
.af-support-wrapper.rtl .af-sp-banner .banner-content .list-info:after {
  content: "";
  display: block;
  clear: both;
}

.af-support-wrapper.rtl .af-sp-banner .banner-content .list-icr-service li {
  float: right;
}

.af-support-wrapper.rtl .af-sp-banner .banner-content .list-icr-service li:last-child:after {
  content: "";
  display: block;
  clear: both;
}

.af-support-wrapper.rtl .af-sp-banner .banner-content .list-icr-service:before,
.af-support-wrapper.rtl .af-sp-banner .banner-content .list-icr-service:after {
  content: "";
  display: block;
  clear: both;
}

.af-support-wrapper.rtl .af-sp-banner .mda-block {
  right: initial;
  left: 30px;
}

.af-support-wrapper.rtl .af-sp-banner.hasICR .banner-content .search-block .search-content .search-result {
  margin: 0 10% 0 auto;
  text-align: right;
  box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.3);
}

.af-support-wrapper.rtl .search-block .search-content .search-input input {
  text-align: right;
  padding: 0 1em 0 3.5em;
}

.af-support-wrapper.rtl .search-block .search-content .search-input .btn-search {
  right: initial;
  left: 0;
}

.af-support-wrapper.rtl .search-block .search-content .search-result {
  left: initial;
  right: 0;
  text-align: right;
}

.af-support-wrapper.rtl .af-sp-selectProduct .productSelectL2 .sub-block-title .link-back {
  float: right;
  position: relative;
  padding-right: 1.2em;
}

.af-support-wrapper.rtl .af-sp-selectProduct .productSelectL2 .sub-block-title .link-back:before {
  display: inline-block;
  background: url(../images/icons/icon-back-r.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.af-support-wrapper.rtl .af-sp-selectProduct .productSelectL2 .sub-block-title .title:before {
  content: "";
  display: block;
  clear: both;
}

.af-support-wrapper.rtl .af-sp-selectProduct .hotProduct ul li,
.af-support-wrapper.rtl .af-sp-selectProduct .allProduct ul li {
  float: right;
}

.af-support-wrapper.rtl .af-sp-selectProduct .productFAQ .sub-tab {
  right: initial;
  left: 0;
}

.af-support-wrapper.rtl .af-sp-selectProduct .allProduct ul li a {
  text-align: right;
}

.af-support-wrapper.rtl .af-sp-selectProduct .allProduct ul li a .title:after {
  left: initial;
  right: 0;
}

.af-support-wrapper.rtl .af-sp-selectProduct .allProduct .link-show-all:after {
  margin: -3px 8px 0 0;
}

.af-support-wrapper.rtl .af-sp-service .blockList h3 {
  text-align: right;
}

.af-support-wrapper.rtl .af-sp-service .entryBlock .blockContent {
  display: inline-block;
  margin: 0 auto;
}

.af-support-wrapper.rtl .af-sp-service .entryBlock .title {
  float: right;
}

.af-support-wrapper.rtl .af-sp-service .entryBlock .title:before {
  float: right;
  margin: 0 0 0 0.4em;
}

.af-support-wrapper.rtl .af-sp-service .entryBlock .btn-knowledge {
  float: right;
  margin: 0 2em 0 0;
}

.af-support-wrapper.rtl .af-sp-service .entryBlock:after {
  content: "";
  display: block;
  clear: both;
}

.af-support-wrapper.rtl .af-sp-news h3 {
  float: right;
}

.af-support-wrapper.rtl .af-sp-news .link-more {
  float: right;
  margin: 0.5em 3em 0 0;
}

.af-support-wrapper.rtl .af-sp-news .link-more:after {
  content: "\e989";
  position: absolute;
  left: -1em;
}

.af-support-wrapper.rtl .af-sp-news .link-more:hover {
  margin: 0.5em 3.5em 0 0;
}

.af-support-wrapper.rtl .af-sp-news ul li a:hover {
  padding: 0.8em 0.3em 1.2em 0;
}

.af-support-wrapper.rtl .af-sp-news ul li .title {
  padding: 0 0 0 10em;
  text-align: right;
}

.af-support-wrapper.rtl .af-sp-news ul li .date {
  right: initial;
  left: 1em;
}

.af-support-wrapper.rtl .af-sp-news ul li .cont {
  text-align: right;
}

.af-support-wrapper.rtl .af-sp-contactUs ul li {
  float: right;
}

.af-support-wrapper.rtl .af-sp-contactUs ul li a {
  padding: 0 3.4em 0 2em;
}

.af-support-wrapper.rtl .af-sp-contactUs ul li a i {
  position: absolute;
  right: 0;
  top: -.7em;
}

.af-support-wrapper.rtl .af-sp-contactUs ul li a:hover {
  padding: 0 3.8em 0 1.6em;
}

.af-support-wrapper.rtl .af-sp-contactUs ul li a:hover i {
  right: .4em;
}

.af-support-wrapper.rtl .af-sp-contactUs ul li a:after {
  right: initial;
  left: 0;
}

.af-support-download.rtl .af-sp-breadcrumbs {
  text-align: right;
}

.af-support-download.rtl .af-sp-breadcrumbs a {
  position: relative;
  float: right;
  padding: 0.6em 0 0 1.4em;
}

.af-support-download.rtl .af-sp-breadcrumbs a:after {
  position: absolute;
  left: .4em;
  margin: 0 0.4em 0 0;
}

.af-support-download.rtl .af-sp-breadcrumbs:after {
  content: "";
  display: block;
  clear: both;
}

.af-support-download.rtl .af-sp-findDownload .findDownloads .findFilter {
  float: right;
}

.af-support-download.rtl .af-sp-findDownload .findDownloads .findResult {
  border: 0;
}

.af-support-download.rtl .af-sp-findDownload .findDownloads .search-block .search-content .search-result {
  right: 0;
  text-align: right;
  box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.3);
}

.af-support-download.rtl .af-sp-relDownload .helpful-block h4, .af-support-download.rtl .af-sp-relDownload .helpful-block .link-more {
  float: right;
}

.af-support-download.rtl .af-sp-relDownload .helpful-block .link-more:after {
  content: "\e989";
  left: -1.8em;
}

.af-support-download.rtl .af-sp-relDownload .helpful-block .normal-style-list:before {
  content: "";
  display: block;
  clear: both;
}

.af-support-download.rtl .af-sp-userDownload .blockContent.noResult {
  padding: 2.4em 8em 1em 0;
}

.af-support-download.rtl .af-sp-userDownload .blockContent.user-product.noResult:before,
.af-support-download.rtl .af-sp-userDownload .blockContent.user-download.noResult:before {
  left: initial;
  right: 0;
}

.af-support-download.rtl .af-sp-userDownload .user-download-list > li {
  padding: 1.8em 0 0.8em 1.3em;
}

.af-support-download.rtl .af-sp-userDownload .user-download-list > li .list-img {
  float: right;
}

.af-support-download.rtl .af-sp-userDownload .user-download-list > li .list-info .af-sp-btn {
  right: initial;
  left: 0;
}

.af-support-download.rtl .af-sp-userDownload .user-download-list > li .list-info .toggle-history {
  float: left;
}

.af-support-download.rtl .af-sp-userDownload .user-download-list > li .download-info li {
  padding-right: .8em;
}

.af-support-download.rtl .af-sp-userDownload .user-download-list > li .download-info li .item, .af-support-download.rtl .af-sp-userDownload .user-download-list > li .download-info li .version, .af-support-download.rtl .af-sp-userDownload .user-download-list > li .download-info li .date {
  float: right;
}

.af-support-download.rtl .af-sp-userDownload .user-download-list > li .download-info li .date {
  padding-left: 2.5em;
}

.af-support-download.rtl .af-sp-userDownload .user-download-list > li .download-info li:before {
  content: "\e988";
  position: absolute;
  right: 0;
  margin: 0 0 0 0.5em;
}

.af-support-download.rtl .af-sp-userDownload .user-download-list > li .download-info li:after {
  content: "";
  display: block;
  clear: both;
}

.af-support-faq.rtl .af-sp-breadcrumbs {
  text-align: right;
}

.af-support-faq.rtl .af-sp-breadcrumbs a {
  float: right;
  position: relative;
  padding-left: 1.2em;
}

.af-support-faq.rtl .af-sp-breadcrumbs a:after {
  position: absolute;
  left: -.2em;
}

.af-support-faq.rtl .af-sp-breadcrumbs:after {
  content: "";
  display: block;
  clear: both;
}

.af-support-faq.rtl .af-sp-faqContent {
  text-align: right;
}

.af-support-faq.rtl .af-sp-faqContent .page-header .option {
  text-align: left;
}

.af-support-faq.rtl .af-sp-faqContent .page-header .option a {
  padding: 0 1em;
}

.af-support-faq.rtl .af-sp-faqContent .page-header .option a:first-child {
  padding-left: 0;
}

.af-support-faq.rtl .af-sp-faqContent .page-content ul li {
  padding: 0.2em 1.4em 0.2em 0;
}

.af-support-faq.rtl .af-sp-faqContent .page-content ul li:before {
  left: initial;
  right: 0;
}

.af-support-faq.rtl .af-sp-faqContent .page-tags ul li .tag-title {
  float: right;
  position: relative;
  padding-left: 1em;
}

.af-support-faq.rtl .af-sp-faqContent .page-tags ul li .tag-title:after {
  position: absolute;
  left: 0;
}

.af-support-faq.rtl .af-sp-faqContent .page-tags ul li .tag {
  float: right;
}

.af-support-faq.rtl .af-sp-faqContent .page-tags ul li:after {
  content: "";
  display: block;
  clear: both;
}

.af-support-faq.rtl .af-sp-faqContent .notice-block ul li {
  padding: 0.2em 0.6em 0.2em 0;
}

.af-support-faq.rtl .af-sp-faqContent .notice-block ul li:before {
  left: initial;
  right: 0;
}

.af-support-faq.rtl [type="checkbox"]:not(:checked) + label,
.af-support-faq.rtl [type="checkbox"]:checked + label {
  padding: 0 32px 0 0;
}

.af-support-faq.rtl [type="checkbox"]:not(:checked) + label:before,
.af-support-faq.rtl [type="checkbox"]:checked + label:before {
  left: initial;
  right: 0;
}

.af-support-faq.rtl [type="checkbox"]:not(:checked) + label:after,
.af-support-faq.rtl [type="checkbox"]:checked + label:after {
  left: initial;
  right: 1px;
}

.af-support-faq.rtl .modal-mask .modal-container .modal-body .desp {
  text-align: right;
}

.af-support-faq.rtl .modal-mask.modal-email input {
  text-align: right;
}

.af-support-faq.rtl .modal-mask.modal-FB-no .af-sp-btn {
  float: left;
}

.af-support-faq.rtl .modal-mask.modal-FB-yes02 input {
  text-align: right;
}

.af-support-faq.rtl .modal-mask.modal-FB-yes02 .af-sp-btn {
  float: left;
}

.af-support-wrapper.rtl.af-support-wrapper-m .af-sp-banner.af-sp-container-m .banner-content > .title {
  text-align: right;
}

.af-support-wrapper.rtl.af-support-wrapper-m .af-sp-banner.af-sp-container-m .banner-content .list-info {
  width: 100%;
  padding: 0;
}

.af-support-wrapper.rtl.af-support-wrapper-m .partialBlock > h3, .af-support-wrapper.rtl.af-support-wrapper-m .partialBlock > .title {
  text-align: center;
}

.af-support-wrapper.rtl.af-support-wrapper-m .pdFindDownload .search-content .search-input input {
  text-align: right;
  padding: 0.6em 0.8em 0.6em 2em;
}

.af-support-wrapper.rtl.af-support-wrapper-m .pdFindDownload .search-content .search-input .btn-search {
  right: initial;
  left: 0;
}

.af-support-wrapper.rtl.af-support-wrapper-m .pdFindDownload .search-content .search-result,
.af-support-wrapper.rtl.af-support-wrapper-m .pdFindDownload .search-content .info-block li {
  text-align: right;
}

.af-support-wrapper.rtl.af-support-wrapper-m .page-subnav .sub-tab li {
  border-radius: 0 4px 4px 0;
}

.af-support-wrapper.rtl.af-support-wrapper-m .page-subnav .sub-tab li + li {
  border-radius: 4px 0 0 4px;
}

.af-support-wrapper.rtl.af-support-wrapper-m .page-subnav .partialBlock.pdFindDownload .title,
.af-support-wrapper.rtl.af-support-wrapper-m .page-subnav .partialBlock.pdSupportService .title {
  text-align: right;
}

.af-support-wrapper.rtl.af-support-wrapper-m .page-subnav .partialBlock.pdFindDownload .search-content .search-input input {
  text-align: right;
  padding: 0.6em 0.8em 0.6em 2em;
}

.af-support-wrapper.rtl.af-support-wrapper-m .page-subnav .partialBlock.pdFindDownload .search-content .search-input .btn-search {
  right: initial;
  left: 0;
}

.af-support-wrapper.rtl.af-support-wrapper-m .page-subnav .partialBlock.pdFindDownload .search-content .search-result {
  text-align: right;
  box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.3);
}

.af-support-wrapper.rtl.af-support-wrapper-m .page-subnav .partialBlock.pdFindDownload .search-content .search-result .title {
  text-align: right;
}

.af-support-wrapper.rtl.af-support-wrapper-m .page-subnav .partialBlock.pdFindDownload .info-block li {
  text-align: right;
}

.af-support-wrapper.rtl.af-support-wrapper-m .page-subnav .note-style-list li {
  text-align: right;
}

.af-support-wrapper.rtl.af-support-wrapper-m .page-subnav .within-num-style-list li a .title {
  padding: 0 0 0 3em;
}

.af-support-wrapper.rtl.af-support-wrapper-m .popup-box .header {
  text-align: right;
}

.af-support-wrapper.rtl.af-support-wrapper-m .popup-box .header .subnav-close {
  right: initial;
  left: 1.5em;
}

.af-support-wrapper.rtl.af-support-wrapper-m .popup-box .content .search-content .search-input input {
  text-align: right;
  padding: 0.5em 0.8em 0.5em 2em;
}

.af-support-wrapper.rtl.af-support-wrapper-m .popup-box .content .search-content .search-input .btn-search {
  right: initial;
  left: 0;
}

.af-support-wrapper.rtl.af-support-wrapper-m .popup-box .content ul.block-menulist > li .list-content a {
  text-align: right;
}

.af-support-wrapper.rtl.af-support-wrapper-m .popup-box .content ul.block-menulist > li .list-content a:after {
  right: initial;
  left: 1.6em;
}

.af-support-wrapper.rtl.af-support-wrapper-m .popup-box .content ul.download-history-list {
  text-align: right;
}

.af-support-wrapper.rtl.af-support-wrapper-m .popup-box .content .download-content .product-content .product-img {
  float: right;
}

.af-support-wrapper.rtl.af-support-wrapper-m .popup-box .content .download-content .product-content .product-info {
  padding-left: 1em;
  text-align: right;
}

.af-support-wrapper.rtl.af-support-wrapper-m .live-chat {
  left: 0;
}

.af-support-wrapper.rtl.af-support-wrapper-m .live-chat p {
  text-align: right;
}

.af-support-wrapper.rtl.af-support-wrapper-m .live-chat .btn-liveChat {
  right: initial;
  left: 1em;
  padding: 0 1.5em 0 0;
}

.af-support-wrapper.rtl.af-support-wrapper-m .live-chat .btn-liveChat:before {
  left: initial;
  right: .4em;
}

.af-support-wrapper.rtl.af-support-wrapper-m .af-sp-m-relService .blockContent ul li {
  float: right;
}

.af-support-wrapper.rtl.af-support-wrapper-m .af-sp-m-breadcrumbs a {
  float: right;
  position: relative;
  padding-left: 2em;
}

.af-support-wrapper.rtl.af-support-wrapper-m .af-sp-m-breadcrumbs a:after {
  position: absolute;
  left: 0;
  margin: 0 0.5em;
}

.af-support-wrapper.rtl.af-support-wrapper-m .af-sp-m-userDownload .product-list li a .product-img,
.af-support-wrapper.rtl.af-support-wrapper-m .af-sp-m-userDownload .product-list li a .product-info {
  display: block;
}

.af-support-wrapper.rtl.af-support-wrapper-m .af-sp-m-userDownload .product-list li a .product-img {
  float: right;
}

.af-support-wrapper.rtl.af-support-wrapper-m .af-sp-m-userDownload .product-list li a .product-info {
  overflow: hidden;
  vertical-align: middle;
  padding: 2.5em 0 2.5em 1em;
  text-align: right;
}

.af-support-wrapper.rtl.af-support-wrapper-m .af-sp-m-userDownload .product-list li a .product-info .title, .af-support-wrapper.rtl.af-support-wrapper-m .af-sp-m-userDownload .product-list li a .product-info .date {
  display: block;
}

.af-support-wrapper.rtl.af-support-wrapper-m.af-support-download .af-sp-banner.af-sp-container-m .banner-content .title {
  text-align: center;
}

.af-support-wrapper.rtl .af-sp-m-breadcrumbs a {
  float: right;
  position: relative;
  padding-left: 2em;
}

.af-support-wrapper.rtl .af-sp-m-breadcrumbs a:after {
  position: absolute;
  left: 0;
}

.page-subnav {
  padding: 1.2em;
  background: #f2f2f2;
  display: block;
  position: absolute;
  opacity: 0;
  left: 100vw;
  height: 100vh;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.page-subnav .main-inner {
  padding: 0;
}

.page-subnav .link-back {
  font-size: 1.2em;
  font-weight: 500;
  color: #959595;
  margin-left: -.5em;
}

.page-subnav .link-back:before {
  content: "\e915";
  display: inline-block;
  font-family: "icomoon";
  font-size: 1.6em;
  font-weight: 600;
  vertical-align: middle;
}

.page-subnav .page-title {
  display: block;
  font-size: 1.65em;
  line-height: 1.4em;
  text-align: center;
  padding: 1.2em 0;
}

.page-subnav .partialBlock.pdRelatedFaq {
  margin: 0 -1.2em;
  padding: 2.5em 1.2em 1.4em;
  background: #fff;
}

.page-subnav .partialBlock.pdRelatedFaq .sub-tab {
  padding-bottom: 2em;
}

.page-subnav .partialBlock.pdRelatedFaq .block-more {
  padding: 1.3em 0;
  font-size: 1.1em;
  font-weight: 400;
}

.page-subnav .partialBlock.pdRelatedFaq .block-more .link-see-more:after {
  content: "\e948";
  display: inline-block;
  position: relative;
  font-family: "icomoon";
  font-size: .6em;
  left: .5em;
}

.page-subnav .partialBlock.pdRelatedFaq .block-more.active .link-see-more:after {
  content: "\e94a";
}

.page-subnav .partialBlock.pdRelatedFaq .within-num-style-list li:last-child {
  border-bottom: 0;
}

.page-subnav .partialBlock.pdFindDownload {
  padding: 2.2em 0 0.3em;
}

.page-subnav .partialBlock.pdFindDownload .title {
  width: 100%;
  font-size: 1.5em;
  color: #262626;
  line-height: 1.4em;
  margin-bottom: .8em;
  font-weight: 400;
  padding-bottom: .2em;
  text-align: left;
}

.page-subnav .partialBlock.pdFindDownload p {
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  padding: .8em 0;
}

.page-subnav .partialBlock.pdFindDownload .search-content {
  position: relative;
}

.page-subnav .partialBlock.pdFindDownload .search-content .search-input {
  position: relative;
  z-index: 2;
}

.page-subnav .partialBlock.pdFindDownload .search-content .search-input input {
  display: block;
  width: 100%;
  font-size: 1em;
  padding: 0.6em 0.8em;
  color: #434343;
  border: 2px solid #d2d2d2;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}

.page-subnav .partialBlock.pdFindDownload .search-content .search-result {
  position: absolute;
  width: calc( 100% - 2px);
  z-index: 1;
  margin: 0 auto;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.3);
}

.page-subnav .partialBlock.pdFindDownload .search-content .search-result .result-group {
  background: #fff;
}

.page-subnav .partialBlock.pdFindDownload .search-content .search-result .result-group li.title {
  font-size: .75em;
  color: #888;
  padding: 0.8em 1.8em 0.4em;
  margin: 0;
}

.page-subnav .partialBlock.pdFindDownload .search-content .search-result .result-group li a {
  display: inline-block;
  width: 100%;
  font-size: .9em;
  line-height: 1.4em;
  color: #666;
  padding: 0.5em 1.6em;
  background: transparent;
}

.page-subnav .partialBlock.pdFindDownload .search-content .search-result .result-group li a .highlight {
  font-weight: 600;
  color: #000;
}

.page-subnav .partialBlock.pdFindDownload .search-content .search-result.active {
  max-height: 500px;
}

.page-subnav .partialBlock.pdFindDownload .search-content .search-result.active .result-group {
  padding: .2em 0;
  border-bottom: 1px solid #d4d4d4;
}

.page-subnav .partialBlock.pdFindDownload .search-content .search-result.active .result-group + .result-group {
  border-bottom: 0;
  padding-bottom: .6em;
}

.page-subnav .partialBlock.pdFindDownload .btn-chooseFromPD {
  display: block;
  width: 100%;
  text-transform: capitalize;
  color: #fff;
}

.page-subnav .partialBlock.pdFindDownload .info-block {
  padding: 1.5em 0;
}

.page-subnav .partialBlock.pdFindDownload .info-block li {
  margin-bottom: 1em;
}

.page-subnav .partialBlock.pdFindDownload .info-block .link-info {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: .9em;
  color: #7d7d7d;
  padding: 0 1em 0 2em;
  line-height: 1.6em;
}

.page-subnav .partialBlock.pdFindDownload .info-block .link-info:before {
  content: "\e94e";
  position: absolute;
  font-family: "icomoon";
  font-size: 1.5em;
  top: 2px;
  left: 0;
  display: inline-block;
  vertical-align: middle;
}

.page-subnav .partialBlock.pdSupportService {
  background: #fff;
  margin: 0 -1.2em;
  padding: 2.5em 1.2em 3em;
}

.page-subnav .partialBlock.pdSupportService .title {
  width: 100%;
  font-size: 1.5em;
  font-weight: 400;
  padding-bottom: .2em;
  color: #262626;
  line-height: 1.4em;
  margin-bottom: .8em;
  text-align: left;
}

.page-subnav .sub-tab li {
  width: 50%;
  text-align: center;
  border-radius: 4px 0 0 4px;
  border: 1px solid #0094f2;
}

.page-subnav .sub-tab li .title {
  line-height: 1.4em;
  padding: .5em 0;
  color: #0094f2;
  font-weight: 400;
  text-transform: capitalize;
}

.page-subnav .sub-tab li + li {
  border-radius: 0 4px 4px 0;
}

.page-subnav .sub-tab li.active {
  background: #0094f2;
}

.page-subnav .sub-tab li.active .title {
  color: #fff;
}

.page-subnav .within-num-style-list li {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  margin: 0;
  height: auto;
}

.page-subnav .within-num-style-list li a {
  padding: 1.2em 0;
  display: table;
}

.page-subnav .within-num-style-list li a .title {
  display: table-cell;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
  min-height: 1.2em;
  max-height: 2.4em;
  padding-right: 3em;
  color: #000;
}

.page-subnav .within-num-style-list li a .num {
  display: table-cell;
  font-size: 1em;
  color: #a0a0a0;
}

.page-subnav .within-num-style-list li a:before,
.page-subnav .within-num-style-list li a:after {
  display: none;
}

.page-subnav .within-num-style-list li:first-child {
  border-top: 1px solid #e7e7e7;
}

.page-subnav .note-style-list {
  margin: 0;
}

.page-subnav .note-style-list li {
  padding: 0 0 2.5px;
}

.page-subnav .note-style-list li a {
  background: #f2f2f2;
  border-radius: 0;
  max-height: initial;
  height: initial;
}

.page-subnav .note-style-list li a .item {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6em;
  max-height: 1.6em;
  text-transform: capitalize;
}

.page-subnav .note-style-list li a:before {
  display: none;
}

.page-subnav .note-style-list li:first-child a {
  border-radius: 4px 4px 0 0;
}

.page-subnav .note-style-list li:last-child a {
  border-radius: 0 0 4px 4px;
}

.page-subnav.active {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 40px 0 0;
  opacity: 1;
}

.page-subnav.active .main-inner {
  position: relative;
  padding: 1.2em 1.2em 7em;
  height: 100%;
  z-index: 1;
  overflow-x: scroll;
  -webkit-transform: translate3d(0, 0, 0);
}

.popup-box {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
  transition: all 0.3s ease-in, background 0.5s ease-in;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  top: 0;
  background: #fff;
  left: 100vw;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.popup-box .header {
  position: relative;
  background: #434343;
  height: 3em;
  line-height: 3em;
  font-size: 1.1em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 1.5em;
  z-index: 2;
  color: #fff;
}

.popup-box .header .subnav-close {
  position: absolute;
  right: 1.5em;
  top: 0;
  bottom: 0;
  color: #fff;
}

.popup-box .header .subnav-close:before {
  content: "\e918";
  display: inline-block;
  font-family: "icomoon";
  color: #fff;
}

.popup-box .content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 3.2em 0 0;
  z-index: 1;
}

.popup-box .content .content-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4.5em;
}

.popup-box .content .content-inner.has-search {
  padding-top: 8.5em;
}

.popup-box .content .content-inner.has-search .search-content {
  padding: 1.5em 1.5em 2.2em;
}

.popup-box .content .content-inner > ul.normal-style-list {
  position: relative;
  width: 100%;
}

.popup-box .content ul {
  overflow-y: scroll;
  height: 100%;
}

.popup-box .content ul.block-menulist {
  padding-bottom: 5em;
}

.popup-box .content ul.block-menulist > li {
  display: block;
}

.popup-box .content ul.block-menulist > li .list-content {
  display: block;
  background: #f5f5f5;
  max-height: 4.6em;
  overflow: hidden;
  border-bottom: 5px solid #e7e7e7;
}

.popup-box .content ul.block-menulist > li .list-content a {
  display: block;
  position: relative;
  padding: 1.2em 1.2em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
  color: #000;
  border-bottom: 2px solid #e5e5e5;
}

.popup-box .content ul.block-menulist > li .list-content > a:after {
  content: "\e948";
  display: inline-block;
  position: absolute;
  font-size: .9em;
  right: 1.6em;
  font-family: "icomoon";
}

.popup-box .content ul.block-menulist > li .list-content .sub-content {
  max-height: 0;
  overflow: hidden;
}

.popup-box .content ul.block-menulist > li .list-content .sub-content > ul > li {
  display: block;
  background: #fff;
  padding: 0 1.5em;
}

.popup-box .content ul.block-menulist > li .list-content .sub-content > ul > li a {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 400;
  padding: 1.3em 0;
}

.popup-box .content ul.block-menulist > li .list-content .sub-content > ul > li:last-child a {
  border-bottom: 0;
}

.popup-box .content ul.block-menulist > li .list-content.active {
  max-height: 1500px;
}

.popup-box .content ul.block-menulist > li .list-content.active > a:after {
  content: "\e94a";
}

.popup-box .content ul.block-menulist > li .list-content.active .sub-content {
  max-height: 800px;
}

.popup-box .content ul.block-style-list {
  padding: 1.2em 1.2em 5em;
}

.popup-box .content ul.block-style-list li a {
  padding: 1.2em;
}

.popup-box .content ul.block-style-list li a .title {
  padding: 0 0 0.4em;
}

.popup-box .content ul.block-style-list li a .desp {
  line-height: 1.6em;
}

.popup-box .content ul.normal-style-list {
  padding: 0 1.5em 5em;
}

.popup-box .content ul.normal-style-list li a {
  padding: 1.3em 0;
}

.popup-box .content ul.normal-style-list li:first-child a {
  border-top: 0;
}

.popup-box .content ul.download-history-list {
  padding: 0 1.2em;
}

.popup-box .content ul.download-history-list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 1em 0;
}

.popup-box .content ul.download-history-list li .title {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.6em;
  padding-bottom: .3em;
}

.popup-box .content ul.download-history-list li .version,
.popup-box .content ul.download-history-list li .name {
  font-size: 1em;
  line-height: 1.6em;
  padding-bottom: .3em;
}

.popup-box .content ul.download-history-list li .date {
  font-size: 1em;
  line-height: 1.6em;
  color: #7d7d7d;
}

.popup-box .content ul.download-history-list li .btn-group {
  padding: 1em 0;
  position: relative;
}

.popup-box .content ul.download-history-list li .btn-group .af-sp-btn {
  position: relative;
  width: 49%;
  height: 2.4em;
  line-height: 2.4em;
  border: 1px solid #0094f2;
  color: #fff;
}

.popup-box .content ul.download-history-list li .btn-group .af-sp-btn.btn-share {
  background: #fff;
  border: 1px solid #0094f2;
  color: #0094f2;
}

.popup-box .content ul.download-history-list li:last-child {
  border-bottom: 0;
}

.popup-box .content .search-content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #f5f5f5;
  padding: 1.5em;
}

.popup-box .content .search-content .main-inner {
  position: relative;
  width: 100%;
  padding: 0;
}

.popup-box .content .search-content .back {
  font-size: 1.2em;
  color: #7d7d7d;
  padding-left: 1.5em;
}

.popup-box .content .search-content .back strong {
  color: #000;
  font-weight: 500;
}

.popup-box .content .search-content .back:before {
  content: "\e915";
  position: absolute;
  top: -0.15em;
  left: -0.2em;
  font-family: "icomoon";
  font-weight: 600;
  font-size: 1.8em;
  color: #7d7d7d;
}

.popup-box .content .search-content .search-input {
  position: relative;
  margin-top: 1.4em;
}

.popup-box .content .search-content .search-input input {
  display: block;
  width: 100%;
  font-size: 1em;
  padding: 0.5em 0.8em;
  color: #434343;
  border: 2px solid #d2d2d2;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}

.popup-box .content .search-content .search-input .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1.6em;
  line-height: 1.7em;
  background: transparent;
  text-align: center;
  font-size: 1.4em;
  padding: 0;
}

.popup-box .content .search-content .search-input .btn-search:before {
  content: "\e94f";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "icomoon";
  vertical-align: middle;
  color: #434343;
}

.popup-box .content .search-content .search-result {
  position: absolute;
  width: calc( 100% - 2px);
  z-index: 1;
  margin: 0 auto;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.3);
}

.popup-box .content .search-content .search-result .result-group {
  background: #fff;
}

.popup-box .content .search-content .search-result .result-group li.title {
  font-size: .75em;
  color: #888;
  padding: 0.8em 1.8em 0.4em;
  margin: 0;
}

.popup-box .content .search-content .search-result .result-group li a {
  display: inline-block;
  width: 100%;
  font-size: .9em;
  line-height: 1.4em;
  color: #666;
  padding: 0.5em 1.6em;
  background: transparent;
}

.popup-box .content .search-content .search-result .result-group li a .highlight {
  font-weight: 600;
  color: #000;
}

.popup-box .content .search-content .search-result.active {
  max-height: 500px;
}

.popup-box .content .search-content .search-result.active .result-group {
  padding: .2em 0;
  border-bottom: 1px solid #d4d4d4;
}

.popup-box .content .search-content .search-result.active .result-group + .result-group {
  border-bottom: 0;
  padding-bottom: .6em;
}

.popup-box .content .download-content {
  overflow-y: scroll;
  height: 100%;
  position: relative;
}

.popup-box .content .download-content .product-content {
  overflow: hidden;
  background: #f2f2f2;
  padding: 1em 0;
}

.popup-box .content .download-content .product-content .product-img {
  width: 35%;
  float: left;
  text-align: center;
  padding: 0 1.5em;
}

.popup-box .content .download-content .product-content .product-img img {
  width: 100%;
  height: auto;
}

.popup-box .content .download-content .product-content .product-info {
  overflow: hidden;
  padding: .6em 0;
}

.popup-box .content .download-content .product-content .product-info .title {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.4em;
}

.popup-box .content .download-content .product-content .product-info .date {
  font-size: 1em;
  color: #7d7d7d;
  text-transform: uppercase;
  line-height: 1.4em;
  padding: .4em 0;
}

.popup-box .content .download-content .product-content .product-info .see-all {
  line-height: 1.4em;
}

.popup-box .content .download-content .product-content .product-info .see-all:after {
  content: "\e917";
  display: inline-block;
  position: relative;
  font-family: "icomoon";
  font-size: 2.8em;
  vertical-align: top;
  left: -.1em;
}

.popup-box .content .download-content .copyMsg {
  display: inline-block;
  position: fixed;
  width: 160px;
  background: #aaa;
  font-size: .7em;
  color: #fff;
  bottom: 3.5em;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0.5em 1.8em;
  border-radius: 4px;
  text-align: center;
  line-height: 1.6em;
}

.popup-box.active {
  left: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 100001;
}

.block-style-list li {
  margin-bottom: 1em;
}

.block-style-list li a {
  display: block;
  background: #fff;
  padding: 1em;
  border-radius: 4px;
}

.block-style-list li a .date {
  font-size: .9em;
  color: #7d7d7d;
  line-height: 1.2em;
}

.block-style-list li a .title {
  font-size: 1.25em;
  font-weight: 500;
  color: #000;
  line-height: 1.4em;
  padding: .8em 0;
}

.block-style-list li a .desp {
  font-size: 1em;
  color: #7d7d7d;
  line-height: 1.5em;
}

.af-sp-m-breadcrumbs {
  display: block;
  width: 100%;
  height: 3.6em;
  background: #f5f5f5;
  border-top: 3px solid #dfdfdf;
  overflow: hidden;
}

.af-sp-m-breadcrumbs a {
  display: inline-block;
  float: left;
  color: #737373;
  font-size: .95em;
  line-height: 3.8em;
}

.af-sp-m-breadcrumbs a:after {
  content: ">";
  display: inline-block;
  margin: 0 10px;
}

.af-sp-m-breadcrumbs a:last-child:after {
  display: none;
}

.af-support-faq .af-sp-m-breadcrumbs {
  display: none;
}

@media only screen and (max-width: 900px) {
  .af-support-faq .af-sp-m-breadcrumbs {
    display: block;
  }
}

.af-sp-m-gotop {
  width: 100%;
  height: 3.6em;
  display: block;
  background: #fff;
  text-align: center;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.af-sp-m-gotop .btn-goto {
  font-size: 1.1em;
  line-height: 3.3em;
  color: #444444;
  position: relative;
}

.af-sp-m-gotop .btn-goto:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0px;
  height: 0;
  top: -1px;
  margin-left: 8px;
  border-color: transparent transparent #444444 transparent;
  border-style: solid solid solid solid;
  border-width: 9.5px 5.5px 9.5px 5.5px;
  vertical-align: initial;
}

.af-support-faq .af-sp-m-gotop {
  display: none;
}

@media only screen and (max-width: 900px) {
  .af-support-faq .af-sp-m-gotop {
    display: block;
  }
}

.af-support-wrapper-m .af-sp-m-findDownload {
  background: #f2f2f2;
}

.af-support-wrapper-m .pdFindDownload {
  padding: 2.2em 0 0.3em;
}

.af-support-wrapper-m .pdFindDownload .title {
  width: 100%;
  font-size: 1.4em;
  color: #262626;
  line-height: 1.4em;
  margin-bottom: .8em;
  font-weight: 500;
  padding-bottom: .2em;
  text-align: center;
}

.af-support-wrapper-m .pdFindDownload p {
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  padding: .8em 0;
}

.af-support-wrapper-m .pdFindDownload .search-content {
  position: relative;
}

.af-support-wrapper-m .pdFindDownload .search-content .search-input {
  position: relative;
}

.af-support-wrapper-m .pdFindDownload .search-content .search-input input {
  display: block;
  width: 100%;
  font-size: 1em;
  padding: 0.6em 0.8em;
  color: #434343;
  border: 2px solid #d2d2d2;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}

.af-support-wrapper-m .pdFindDownload .search-content .search-input .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1.6em;
  line-height: 1.9em;
  background: transparent;
  text-align: center;
  font-size: 1.4em;
  padding: 0;
}

.af-support-wrapper-m .pdFindDownload .search-content .search-input .btn-search:before {
  content: "\e94f";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "icomoon";
  vertical-align: middle;
  color: #434343;
}

.af-support-wrapper-m .pdFindDownload .search-content .search-result {
  position: absolute;
  width: calc( 100% - 2px);
  z-index: 1;
  margin: 0 auto;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.3);
}

.af-support-wrapper-m .pdFindDownload .search-content .search-result .result-group {
  background: #fff;
}

.af-support-wrapper-m .pdFindDownload .search-content .search-result .result-group li.title {
  font-size: .75em;
  color: #888;
  padding: 0.8em 1.8em 0.4em;
  margin: 0;
}

.af-support-wrapper-m .pdFindDownload .search-content .search-result .result-group li a {
  display: inline-block;
  width: 100%;
  font-size: .9em;
  line-height: 1.4em;
  color: #666;
  padding: 0.5em 1.6em;
  background: transparent;
}

.af-support-wrapper-m .pdFindDownload .search-content .search-result .result-group li a .highlight {
  font-weight: 600;
  color: #000;
}

.af-support-wrapper-m .pdFindDownload .search-content .search-result.active {
  max-height: 500px;
}

.af-support-wrapper-m .pdFindDownload .search-content .search-result.active .result-group {
  padding: .2em 0;
  border-bottom: 1px solid #d4d4d4;
}

.af-support-wrapper-m .pdFindDownload .search-content .search-result.active .result-group + .result-group {
  border-bottom: 0;
  padding-bottom: .6em;
}

.af-support-wrapper-m .pdFindDownload .btn-chooseFromPD {
  display: block;
  width: 100%;
  text-transform: capitalize;
  color: #fff;
}

.af-support-wrapper-m .pdFindDownload .info-block {
  padding: 1.5em 0;
}

.af-support-wrapper-m .pdFindDownload .info-block li {
  margin-bottom: 1em;
}

.af-support-wrapper-m .pdFindDownload .info-block .link-info {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: .9em;
  color: #7d7d7d;
  padding: 0 1em 0 2em;
  line-height: 1.6em;
}

.af-support-wrapper-m .pdFindDownload .info-block .link-info:before {
  content: "\e94e";
  position: absolute;
  font-family: "icomoon";
  font-size: 1.5em;
  top: 2px;
  left: 0;
  display: inline-block;
  vertical-align: middle;
}

.af-sp-m-selectProduct {
  background: #f2f2f2;
}

.af-sp-m-selectProduct .productSelect .blockContent {
  position: relative;
  display: flex;
  padding: 2em 0 0;
  overflow: hidden;
  height: 23em;
  -webkit-overflow-scrolling: touch;
}

.af-sp-m-selectProduct .productSelect .blockContent ul {
  width: 1200px;
  height: 24em;
  display: inline-flex;
  vertical-align: top;
  flex-flow: column wrap;
  margin: 0 -0.3em;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.af-sp-m-selectProduct .productSelect .blockContent ul::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.af-sp-m-selectProduct .productSelect .blockContent ul::-webkit-scrollbar-thumb {
  background: #ff0000;
}

.af-sp-m-selectProduct .productSelect .blockContent ul li {
  display: inline-flex;
  flex-direction: column;
  vertical-align: top;
  width: 40%;
  height: 44%;
  padding: .3em;
}

.af-sp-m-selectProduct .productSelect .blockContent ul li a {
  display: inline-block;
  position: relative;
  padding: .8em 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  color: #000;
}

.af-sp-m-selectProduct .productSelect .blockContent ul li a img {
  width: 60%;
}

.af-sp-m-selectProduct .productSelect .blockContent ul li a .productTitle {
  display: table;
  position: absolute;
  left: 0;
  right: 0;
  bottom: .8em;
  width: 100%;
  text-align: center;
}

.af-sp-m-selectProduct .productSelect .blockContent ul li a .title {
  display: table-cell;
  position: relative;
  width: 100%;
  font-size: 1em;
  line-height: 1.2em;
  height: 2.4em;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
}

.af-sp-m-selectProduct .productSelect .blockContent ul li:last-child:after {
  content: "";
  display: block;
  clear: both;
}

.af-sp-m-selectProduct .productSelect .blockContent ul:after {
  content: "";
  display: block;
  clear: both;
}

.af-sp-m-supportService .blockContent ul {
  padding: 1em 0;
  margin: 0 -0.4em;
}

.af-sp-m-supportService .blockContent ul li {
  display: inline-block;
  width: 50%;
  height: 6em;
  float: left;
  margin-bottom: 0;
  padding: .4em;
}

.af-sp-m-supportService .blockContent ul li a {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #0094f2;
  color: #fff;
  padding: 0 1em;
}

.af-sp-m-supportService .blockContent ul li a i {
  position: absolute;
  height: 1em;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
  font-size: 3em;
  color: #fff;
}

.af-sp-m-supportService .blockContent ul li a i:before {
  color: #fff;
}

.af-sp-m-supportService .blockContent ul li a p {
  display: table-cell;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
  padding-left: 3.2em;
  vertical-align: middle;
}

.af-sp-m-supportService .blockContent ul li:last-child:after {
  content: "";
  display: block;
  clear: both;
}

.af-sp-m-supportService .blockContent ul:after {
  content: "";
  display: block;
  clear: both;
}

.af-sp-m-relService {
  background: #f2f2f2;
}

.af-sp-m-relService .blockContent ul {
  margin: 0 -0.4em;
  position: relative;
}

.af-sp-m-relService .blockContent ul li {
  display: inline-block;
  position: relative;
  width: 33%;
  padding-top: 33%;
  float: left;
}

.af-sp-m-relService .blockContent ul li a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: .4em;
}

.af-sp-m-relService .blockContent ul li a .square-block {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 4px;
}

.af-sp-m-relService .blockContent ul li a i {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 5em;
  color: #bfbfbf;
}

.af-sp-m-relService .blockContent ul li a i:before {
  color: #bfbfbf;
}

.af-sp-m-relService .blockContent ul li a i.icon-sp-m-asus {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/icons/icon-m-asus.png) center 0.4em no-repeat;
  background-size: 75% auto;
}

.af-sp-m-relService .blockContent ul li a i.icon-sp-m-asus:before {
  display: none;
}

.af-sp-m-relService .blockContent ul li a i.icon-sp-m-twitter {
  font-size: 3em;
  top: .35em;
}

.af-sp-m-relService .blockContent ul li a i.icon-sp-m-wechat {
  font-size: 3.2em;
  top: .3em;
}

.af-sp-m-relService .blockContent ul li a .title {
  display: table-cell;
  position: relative;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
  color: #434343;
  padding: 3.5em 1em 0;
  width: 100%;
  height: 2.4em;
  overflow: hidden;
  vertical-align: middle;
}

.af-sp-m-importantInfo .blockContent ul {
  padding: 1.5em 0;
}

.af-sp-m-newsInfo {
  background: #f2f2f2;
}

.af-sp-m-newsInfo .blockContent ul {
  padding: 1.5em 0 0.3em;
}

.af-sp-m-userProduct .desp {
  font-size: 1.1em;
  line-height: 1.7em;
  color: #7d7d7d;
  text-align: center;
  padding: .7em 0;
}

.af-sp-m-userProduct .af-sp-btn {
  width: 100%;
  text-transform: capitalize;
  color: #fff;
}

.af-sp-m-userProduct .btn-group {
  padding: 0.4em 0 0.6em;
}

.af-sp-m-userProduct .btn-group .af-sp-btn {
  display: inline-block;
  width: 49%;
  float: left;
}

.af-sp-m-userProduct .btn-group .af-sp-btn.btn-login {
  background: #fff;
  border: 1px solid #0094f2;
  color: #0094f2;
}

.af-sp-m-userProduct .btn-group .af-sp-btn:first-child {
  margin-right: 2%;
}

.af-sp-m-userProduct .btn-group:after {
  content: "";
  display: block;
  clear: both;
}

.af-sp-m-userProduct .blockContent {
  position: relative;
  display: flex;
  padding: 1.5em 0 0;
  overflow: hidden;
  height: 17em;
  -webkit-overflow-scrolling: touch;
}

.af-sp-m-userProduct .blockContent ul {
  width: 1200px;
  height: 18em;
  display: inline-flex;
  flex-flow: column wrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.af-sp-m-userProduct .blockContent ul::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.af-sp-m-userProduct .blockContent ul::-webkit-scrollbar-thumb {
  background: transparent;
}

.af-sp-m-userProduct .blockContent ul li {
  display: inline-flex;
  flex-direction: column;
  vertical-align: top;
  width: 40%;
  height: 90%;
  padding: .3em;
  border-radius: 4px;
  background: #f2f2f2;
  margin-right: 1em;
}

.af-sp-m-userProduct .blockContent ul li a {
  display: inline-block;
  position: relative;
  padding: 1em 0 1em;
  width: 100%;
  height: 100%;
  text-align: center;
}

.af-sp-m-userProduct .blockContent ul li a img {
  width: 70%;
  height: auto;
}

.af-sp-m-userProduct .blockContent ul li a .productTitle {
  display: table;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: .4em;
}

.af-sp-m-userProduct .blockContent ul li a .title {
  display: table-cell;
  position: relative;
  width: 100%;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  height: 3.6em;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
}

.af-sp-m-userProduct .blockContent ul li a .updateDate {
  font-size: .95em;
  line-height: 1.2em;
  color: #7d7d7d;
  text-transform: uppercase;
}

.af-sp-m-userProduct .blockContent ul li .btn-register {
  position: relative;
  padding: 0;
  margin: .4em auto 0;
  width: 70%;
  background: #fff;
  height: 40%;
  border-radius: 6px;
  font-size: 3em;
  line-height: 2em;
  border: 2px #bfbfbf dotted;
  vertical-align: middle;
}

.af-sp-m-userProduct .blockContent ul li .btn-register:before {
  content: "\e91c";
  display: inline-block;
  position: relative;
  font-size: 1em;
  width: 1em;
  height: 1em;
  font-family: "icomoon";
  margin-bottom: 3px;
  vertical-align: top;
  color: #bfbfbf;
}

.af-sp-m-userProduct .blockContent ul li .desp {
  font-size: 1em;
  line-height: 1.4em;
  color: #7d7d7d;
}

.af-sp-m-userProduct .blockContent ul:after {
  content: "";
  display: block;
  clear: both;
}

.af-sp-m-userDownload {
  background: #f2f2f2;
}

.af-sp-m-userDownload .desp {
  font-size: 1.1em;
  line-height: 1.7em;
  color: #7d7d7d;
  text-align: center;
  padding: 0.7em 0 0.2em;
}

.af-sp-m-userDownload .product-list {
  padding: 1.6em 0 0.4em;
}

.af-sp-m-userDownload .product-list li {
  display: block;
  margin: 0 0 1em;
  border-radius: 4px;
}

.af-sp-m-userDownload .product-list li a {
  display: table;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.af-sp-m-userDownload .product-list li a .product-img {
  width: 8.5em;
  display: table-cell;
  text-align: center;
  overflow: hidden;
  padding: .8em;
}

.af-sp-m-userDownload .product-list li a .product-img img {
  width: 90%;
  height: auto;
}

.af-sp-m-userDownload .product-list li a .product-info {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}

.af-sp-m-userDownload .product-list li a .product-info .title {
  display: table-row;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4em;
  color: #000;
}

.af-sp-m-userDownload .product-list li a .product-info .date {
  display: table-row;
  font-size: 1em;
  line-height: 1.4em;
  color: #7d7d7d;
}

.af-sp-m-needHelp .blockContent ul {
  padding: 1.5em 0 0.3em;
}

.af-sp-m-otherSupport .partialBlock {
  padding: 0 0 2.5em;
}

.af-sp-m-otherSupport .block-style-list li {
  margin-bottom: .25em;
}

.af-sp-m-otherSupport .block-style-list li a {
  background: #f2f2f2;
  padding: 1.1em;
}

.af-sp-m-otherSupport .block-style-list li a .title {
  font-size: 1.2em;
  padding: 0 0 0.1em;
  text-transform: uppercase;
}

.af-sp-m-otherSupport .block-style-list li a .desp {
  font-size: .95em;
}

.af-sp-m-toolUpdate {
  background: #f2f2f2;
}

.af-sp-m-toolUpdate .block-style-list {
  padding: 1.8em 0 0;
}

.af-sp-m-toolUpdate .block-style-list li a {
  padding: 1.1em;
}

.af-sp-m-toolUpdate .block-style-list li a .title {
  font-size: 1.2em;
  padding: 0 0 0.3em;
}

.af-sp-m-toolUpdate .block-style-list li a .desp {
  font-size: .95em;
}
