@charset "UTF-8";


.supportArea .form-list, .supportArea .service-list, .supportArea .stronghold-results-list, .supportArea .compatibility-results-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.select-box, .select-box li, .service-choose a, .service-choose a::after, .compatibility-box .select-box, .stronghold-box .select-box, .select-area li, .select-area li::before, .compatibility-results-list a, .faq-footer > a {
  box-sizing: border-box;
}

.form-style button, .apply-repair button[type="submit"], .results-title button, .download-btn button, .textEditor .download-table button, .support-search button {
  border: none;
  outline: none;
  cursor: pointer;
}

.pagesBannerArea::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.supportArea {
  padding: 85px 0 90px;
}

.left-menu {
  background: url("../images/master/left_menu_bg.jpg") 0 0 content-box repeat-y;
}

.left-menu li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.left-menu a[href*="warranty.php"]::before {
  background-position-y: -86px;
}

.left-menu a[href*="download.php"]::before {
  background-position-y: -217px;
}

.left-menu a[href*="support/"]::before {
  background-position-y: -174px;
}

.left-menu a[href*="compatibility.php"]::before {
  background-position-y: -131px;
}

.left-menu a[href*="service.php"]::before {
  background-position-y: -43px;
}

.left-menu a[href*="stronghold.php"]::before {
  background-position-y: -260px;
}

.left-menu a[href*="#login-box"]::before {
  background-position-y: -303px;
}

.left-menu a[href*="download/index.php"]::before {
  background-position-y: 0;
}


.left-menu li.active a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.12);
}

.left-menu li.active a::before {
  background-image: url("../images/support/left_menu_icon_hover.png");
}

.left-menu li.active a::after {
  content: url("../images/master/left_menu_arrow.png");
  position: absolute;
  width: 21px;
  height: 34px;
  top: 20px;
  right: -9px;
}

.left-menu a {
  position: relative;
  display: block;
  height: 70px;
  padding: 25px 18px 0 80px;
  font-size: 1.038em;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease;
  box-sizing: border-box;
}

.left-menu a::before {
  content: '';
  position: absolute;
  display: block;
  width: 43px;
  height: 43px;
  padding-left: 18px;
  top: 15px;
  left: 2px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: url("../images/support/left_menu_icon.png") 50% 0 no-repeat;
  transition: all 0.5s ease;
}

.left-menu a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
}

.left-menu a:hover::before {
  background-image: url("../images/support/left_menu_icon_hover.png");
}

.title-group > h2 {
  float: left;
}

.title-group > form {
  float: right;
  margin-top: 20px;
}

.inquiry-box {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f6f8;
  color: #52575c;
}

.inquiry-box dt {
  padding: 10px 0;
  background-color: #2e323b;
  color: #abb0bd;
}

.inquiry-box dt > div {
  text-align: center;
}

.inquiry-box dt > div, .inquiry-box dd > div {
  float: left;
}

.inquiry-box dt > :first-child, .inquiry-box dd > a {
  width: calc(100% - 100px - 80px);
}

.inquiry-box dt > :nth-child(2), .inquiry-box dd > div {
  width: 100px;
}

.inquiry-box dt > :nth-child(3), .inquiry-box dd > button {
  width: 80px;
}

.inquiry-box dt::after, .inquiry-box dd::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.inquiry-box a {
  float: left;
  display: block;
  color: #575757;
  font-size: 16px;
  transition: all 0.5s ease;
}

.inquiry-box a:hover {
  color: #2b38a7;
}

.inquiry-box img {
  display: inline-block;
  width: 100px;
  margin-right: 5px;
  vertical-align: middle;
  object-fit: cover;
}

.inquiry-box button {
  height: 30px;
  margin-top: 24px;
  padding: 0;
  cursor: pointer;
  color: #3f435f;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 20px;
  transition: all 0.5s ease;
}

.inquiry-box button:hover {
  color: #2b38a7;
}

.inquiry-box input[type="number"] {
  display: block;
  width: 40px;
  margin: 20px auto 0;
  background-color: #e9f1f5;
  border: none;
  outline: none;
  padding: 10px;
  text-align: center;
}

.inquiry-box input[type="number"]::-webkit-inner-spin-button, .inquiry-box input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 50px !important;
}

.form-list > li {
  margin: 0 3px 18px;
}

.form-list .halfList {
  width: calc(100% / 2 - 6px);
}

/*.form-list .halfList:nth-of-type(odd) {
  float: left;
}

.form-list .halfList:nth-of-type(even) {
  float: right;
}*/
/*.form-list > li:nth-child(3), .form-list > li:nth-child(5), .form-list > li:nth-child(11) {
  clear: both;
}
*/
#category_m2a_code, #category_m3a_code, #product_lista_code {
  display: none;
}

.form-list .fullList {
  width: 100%;
}

.form-list label[for] {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  line-height: 46px;
  cursor: pointer;
}

.form-list label[for]::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #e9f1f5;
}

.form-list label[for]::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 19px;
  left: 4px;
  border-radius: 50%;
  background-color: #82868a;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.2s ease;
}

.form-list label:not([for]) {
  display: block;
  padding: 8px 0;
  line-height: 30px;
  background-color: #e9f1f5;
  color: #52575c;
}

.form-list input[type="radio"] {
  display: none;
}

.form-list input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.form-list textarea {
  width: 96%;
  height: 128px;
  margin: 0 auto 0 22px;
}

.form-list span {
  display: inline-block;
  margin-right: 15px;
  padding-left: 22px;
}

.form-list button[type="submit"],
.form-list button[type="button"] {
  display: block;
  padding: 13px 20px;
  font-size: 1.2em;
  background-color: #797f82;
  letter-spacing: .5px;
  transition: all 0.5s ease;
}

.form-list button[type="submit"]:hover,
.form-list button[type="button"]:hover {
  background-color: #1f1f1f;
}

.form-list .select-box, .form-list .select-onbox {
  display: block;
  width: auto;
  color: #717579;
  background-color: #e9f1f5;
}

.select-onbox {
  background-image: url("../images/onlineArrow.jpg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.form-list .select-box div, .form-list .select-onbox select {
  height: 46px;
}

.form-list .select-box div::before {
  width: 47px;
  height: 100%;
  color: #e9f1f5;
  background-color: #797f82;
}

.form-list .select-box div:hover::before {
  color: #e9f1f5;
  background-color: #797f82;
}

.form-list .select-box.select-open div::before {
  color: #e9f1f5;
  background-color: #797f82;
}

.form-list .select-box ul {
  max-height: 418px;
  overflow: auto;
  background-color: #e9f1f5;
}

.form-list .sliderBox,
.form-list button[type="submit"],
.form-list button[type="button"] {
  float: left;
}

.form-style input[type="text"], .form-style input[type="email"], .form-style input[type="tel"] {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: .9em;
  font-family: 'Calibri', Helvetica, Arial, sans-serif, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ";
  color: #52575c;
}

.form-style textarea {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: .9em;
  vertical-align: top;
  color: #52575c;
  font-family: 'Calibri', Helvetica, Arial, sans-serif, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ";
}

.form-style button {
  font-family: 'Calibri', Helvetica, Arial, sans-serif, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ";
}

.form-style button[type="submit"],
.form-list button[type="button"] {
  background-color: #797f82;
  color: #fff;
}

.remark {
  position: relative;
}

.remark::before {
  content: '*';
  position: absolute;
  color: #7d0000;
  font-size: 1.1em;
  top: 2px;
  left: 10px;
}

/*驗證碼*/
.checkArea {
  clear: both;
  padding-top: 25px;
}

.checkArea::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.checkArea .sliderBox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}

.checkArea .sliderBox:before,
.checkArea .sliderBox:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 1px;
  height: 30px;
}

.checkArea .sliderBox:before {
  left: 45px;
  background: #b9d2df;
}

.checkArea .sliderBox:after {
  left: 43px;
  background: #a0948d;
}

.checkArea .btn {
  /*送出按鈕*/
  display: inline-block;
}

.checkArea .btn a {
  /*送出按鈕*/
  cursor: pointer;
  display: inline-block;
  height: 47px;
  line-height: 45px;
  padding: 0 25px;
  font-size: 15px;
  color: #FFF;
  border-radius: 0;
  background: #da224b;
}

.error {
  box-shadow: 0 0 10px #F00;
}

/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
  /*整個驗證碼區*/
  position: relative;
}

.QapTcha .clr {
  clear: both;
}

.QapTcha .bgSlider {
  /*滑軌*/
  width: 200px;
  height: 47px;
  float: left;
  background: #e9f1f5;
}

.QapTcha .Slider {
  /*按鈕*/
  cursor: pointer;
  width: 45px;
  height: 45px;
  background: transparent;
  position: relative;
  left: 0;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  z-index: 99;
}

.QapTcha .Slider:after {
  content: '\f105';
  font-family: FontAwesome;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 44px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  background: #95bcd0;
}

.note {
  /*向右滑動解鎖*/
  font-size: 15px;
  font-family: '微軟正黑體';
  color: #52575c;
  position: absolute;
  left: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: .05em;
}

.QapTcha .dropSuccess {
  /*成功*/
  color: #4e8b37;
}

.QapTcha .dropError {
  /*錯誤*/
  display: none;
}

.select-box, .select-onbox {
  position: relative;
  display: inline-block;
  width: 170px;
  background-color: #e8ecee;
  letter-spacing: .1em;
  text-align: left;
  font-size: 1rem;
}

.select-box[data-title]::before, .select-shbox::before {
  content: attr(data-title);
  position: absolute;
  top: 9px;
  right: 180px;
  font-size: .8em;
  color: #c3c7c9;
  letter-spacing: .6px;
}

.select-box.select-open ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate3d(1, 0, 0, 0);
  transform: rotate3d(1, 0, 0, 0);
  transition: all 0.3s ease;
}

.select-box.select-open div::before {
  color: #b9bbd5;
  background-color: #6a70a4;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.select-box div, .select-onbox select {
  padding-left: 15px;
  line-height: 38px;
  font-size: 12px;
  color: #717579;
  cursor: pointer;
  transition: all 0.2s ease;
}

.select-box div::before, .select-box .select2-selection__arrow::before {
  content: '\f107';
  float: right;
  width: 38px;
  height: 38px;
  border-left: 1px solid #fff;
  font-family: FontAwesome;
  font-size: 2em;
  color: #62666c;
  text-align: center;
  cursor: pointer;
  transition: background-color .2s ease-out, color .2s ease-out;
}

.select-box div::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.select-box div:hover::before {
  color: #b9bbd5;
  background-color: #6a70a4;
}

.select-box ul {
  position: absolute;
  max-height: 300px;
  overflow: auto;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 1px;
  opacity: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: rotate3d(1, 0, 0, 60deg);
  transform: rotate3d(1, 0, 0, 60deg);
  z-index: 600;
  background-color: rgba(232, 236, 238, 0.95);
  visibility: hidden;
}

.select-box li {
  position: relative;
  display: block;
  min-height: 35px;
  padding: 10px 15px;
  font-size: .813em;
  color: #717579;
  letter-spacing: .1em;
  cursor: pointer;
  transition: all 0.2s ease;
}

.select-box a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 10px 15px;
  color: #717579;
  box-sizing: border-box;
}

.select-box li[data-disable], .select-box li[data-disable] a {
  color: rgba(113, 117, 121, 0.8) !important;
}

.select-box .select-active, .select-box .select-active a {
  color: #424ca4;
}

.select-box li:hover, .select-box li:hover a {
  color: #424ca4;
}

.select-box + .select-box {
  margin-left: 10px;
}

.select-box .select2-container {
  width: 100% !important;
}

.select-box .select2-selection__arrow::before {
  font-size: 20px;
}

.select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 38px;
  line-height: 38px;
  top: 0;
  right: 0;
}

.select-box .select2-selection__arrow::before {
  top: 20px;
  right: 20px;
}

.select-box .select2-selection__arrow b {
  display: none;
}

.select-box .select2-selection:hover .select2-selection__arrow::before, .select-box .select2-container--open .select2-selection__arrow::before {
  color: #b9bbd5;
  background-color: #6a70a4;
}

.select-box .select2-container--open .select2-selection__arrow::before {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.select-box .select2-container--default .select2-selection--single {
  height: 38px;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}

.select-box .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 40px;
}

.select-box .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: transparent;
}

.select-box .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #c3c7c9;
}

.select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: .625em;
}

span.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px;
  background-color: #e0e6e9;
}

span.select2-dropdown {
  margin-top: 1px;
  border: none;
  border-radius: 0;
  background-color: #e0e6e9;
}

span.select2-search--dropdown .select2-search__field {
  padding: 10px 5px;
}

span.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #f2f6f8;
}

span.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #2b38a7;
}

li.select2-results__option {
  padding: 10px 15px;
  color: #717579;
}

.service-text p {
  color: #1f1f1f;
  font-size: .9em;
  margin-bottom: 10px;
}

.service-text p + p {
  font-size: .8em;
  margin-top: 20px;
  line-height: 1.4;
  color: #52575c;
}

.service-text p span {
  display: inline-block;
  margin-right: 3px;
}

.service-text strong {
  color: #1f1f1f;
  margin: 0 2px;
}

.service-text a {
  color: #6a8ddd;
  text-decoration: underline;
}

.service-text .remark {
  padding-left: 1em;
}

.service-text .remark::before {
  left: 1px;
  top: -3px;
  font-size: 1.7em;
  color: currentColor;
}

.service-text + p,
p.serviceTitle {
  margin: 35px auto 7px;
  font-size: 1.8em;
  text-align: center;
  color: #52575c;
}

.service-text + p::after {
  content: attr(data-note);
  display: block;
  color: #c3c7c9;
  font-size: .6em;
}

.choiceLeft {
  float: left;
}

.choiceRight {
  float: right;
}

.service-choose {
  margin-top: 20px;
  counter-reset: items;
  text-align: center;
}

.service-choose li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

.service-choose li:first-child {
  margin-left: 0;
}

.service-choose a.iconBtn {
  position: relative;
  display: block;
  width: 130px;
  height: 165px;
  padding-top: 27px;
  font-size: 15px;
  color: #5b6070;
  transition: all 0.5s ease;
}

.service-choose a.iconBtn:hover {
  color: #d88213;
}

.service-choose a.iconBtn::before {
  content: "";
  display: block;
  width: 100%;
  height: 64px;
  background: url("../images/support/service_choose_icon.png") no-repeat 50% 0;
  background-size: 50%;
}

.service-choose a.iconBtn::after,
.service-choose a.btn_search::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/support/service_choose_bg.png") 50% 50% no-repeat;
  background-size: contain;
  z-index: -1;
}

.service-choose li:nth-child(2) a.iconBtn::before {
  background-position-y: -95px;
}

.service-choose li:nth-child(3) a.iconBtn::before {
  background-position-y: -169px;
}

.service-choose li a.btn_search::before {
  background: url("../images/support/service_choose_icon.png") no-repeat 50% -248px;
  background-size: 50%;
}

.service-choose li:nth-child(2) a.btn_search::before {
  background-position-y: -320px;
}

.service-choose li a.btn_download {
  display: block;
  font-size: 14px;
  text-align: center;
}

.service-choose li a.btn_download:hover {
  text-decoration: underline;
}

/*相容性查詢*/
.service-choose.compatibility li {
  display: inline-block;
}

.service-choose.compatibility a {
  position: relative;
  display: block;
  width: 190px;
  height: 210px;
  padding-top: 48px;
  font-size: 1.2em;
  color: #5b6070;
}

.service-choose.compatibility a:before {
  content: "";
  display: block;
  width: 100%;
  height: 96px;
  background: url(../images/support/service_choose_icon.png) no-repeat 50% 0;
  background-size: 50%;
}

.service-choose.compatibility a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/support/service_choose_bg.png) 50% 50% no-repeat;
  background-size: contain;
  z-index: -1;
  transition: all 0.4s ease;
}

.service-choose.compatibility a:hover:after {
  top: -3px;
}

.service-choose.compatibility li:nth-child(2) a:before {
  background-position: center -136px;
}

/*常見問題區塊*/
.faqArea {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  display: none;
}

ul.faq-list .item-p {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.1em;
  padding-left: 1.3em;
}

ul.faq-list .item-p::before {
  top: 4px;
  left: 0;
}

ul.faq-list .item-p,
ul.faq-list .new {
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.1em;
  padding-left: 1.3em;
}

ul.faq-list .item-p::before,
ul.faq-list .new::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 11px;
  height: 10px;
  background: url("../images/support/service_item_icon.png") 50% 50%/contain no-repeat;
}

ul.info-list .item-p {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.1em;
  padding-left: 1.3em;
}

ul.info-list .item-p::before {
  top: 4px;
  left: 0;
}

ul.info-list .item-p,
ul.info-list .new {
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.1em;
  padding-left: 1.3em;
}

ul.info-list .item-p::before,
ul.info-list .new::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 11px;
  height: 10px;
  background: url("../images/support/service_item_icon.png") 50% 50%/contain no-repeat;
}

.service-list {
  counter-reset: items;
}

.service-list li {
  position: relative;
  padding-left: 2.8em;
}

.service-list li::before {
  counter-increment: items;
  content: counter(items);
  width: 30px;
  text-align: center;
  position: absolute;
  color: #dce1e4;
  left: -3px;
  top: -11px;
  font-size: 1.6em;
  font-weight: 700;
}

.service-list h3 {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.35;
}

.service-list p {
  margin: 20px 0;
  font-size: .8em;
  color: #52575c;
}

.textEditor .service-stronghold-table {
  font-size: .8em;
}

.textEditor .service-stronghold-table tbody tr:nth-child(odd) {
  background-color: #e4ecf0;
}

.textEditor .service-stronghold-table tbody td:first-child {
  position: relative;
}

.textEditor .service-stronghold-table th, .textEditor .service-stronghold-table td {
  padding: 10px;
  border: none;
  vertical-align: middle;
  letter-spacing: .5px;
}

.textEditor .service-stronghold-table th {
  letter-spacing: 1px;
  color: #52575c;
  background-color: transparent;
  border-bottom: 2px solid #52575c;
}

.textEditor .service-stronghold-table th:first-child {
  width: 100px;
}

.textEditor .service-stronghold-table th:nth-child(2) {
  width: calc(100% - 100px - 120px - 8px);
}

.textEditor .service-stronghold-table th:nth-child(3) {
  width: 120px;
}

.textEditor .service-stronghold-table td {
  background: linear-gradient(to right, #70737a 1px, transparent 0, transparent 4px) 0 100%/4px 1px repeat-x;
}

.textEditor .service-stronghold-table .footable-row-detail-cell {
  background-color: #edf0f3;
}

.textEditor .service-stronghold-table .footable-first-column {
  position: relative;
}

.textEditor .service-stronghold-table span.footable-toggle {
  position: absolute;
  top: 50%;
  left: -8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.apply-repair li {
  margin-bottom: 18px;
  padding-left: 3.4em;
  font-size: .8em;
  letter-spacing: 1px;
  color: #52575c;
}

.apply-repair li::before {
  top: -7px;
}

.apply-repair strong {
  color: #1f1f1f;
}

.apply-repair .light-box-content {
  max-height: calc(100vh - 20vh - 25vh);
  border-bottom: 1px solid #e4e7e9;
}

.apply-repair p {
  margin: 20px 0;
  font-size: .8em;
}

.apply-repair form {
  padding: 15px 0;
}

.apply-repair input[type="checkbox"] {
  display: none;
}

.apply-repair input[type="checkbox"] + label::before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #d0dadf;
  background-position: 50%;
  background-repeat: no-repeat;
}

.apply-repair input[type="checkbox"]:checked + label::before {
  background-image: url("../images/master/check.png");
}

.apply-repair button[type="submit"] {
  display: block;
  width: 180px;
  margin: 20px auto 0;
  padding: 15px 20px;
  color: #fff;
  background: #909090 url("../images/support/rma_download.png") 10px 50% no-repeat;
  cursor: not-allowed;
  transition: all 0.5s ease;
}

.apply-repair button[type="submit"]:enabled {
  cursor: pointer;
  background-color: #424ca4;
}

.select-shbox {
  position: relative;
  background-image: url("../images/selectArrow.jpg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.select-shbox select, .select-onbox select {
  border: none;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #717579;
  letter-spacing: 1px;
  font-family: '微軟正黑體', sans-serif;
  background-color: transparent;
}

.select-shbox select {
  padding: 8px 10px;
}

.select-shbox select::-ms-expand, .select-onbox select::-ms-expand {
  display: none;
}

.btn_submit {
  margin: 20px 0;
  text-align: center;
}

.btn_submit a {
  display: inline-block;
  width: 150px;
  margin: 20px auto 0;
  background: #1b2792;
  padding: 15px 20px;
  color: #fff;
  transition: all 0.5s ease;
}

.compatibility-box .select-box, .stronghold-box .select-box, .select-shbox {
  display: block;
  width: 380px;
  margin: 25px auto;
  background-color: #e0e6e9;
}

.compatibility-box .select-box::before, .compatibility-box .select-box::after, .stronghold-box .select-box::before, .stronghold-box .select-box::after, .select-shbox::before, .select-shbox::after {
  color: #adafb4;
  font-family: Helvetica, Arial, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ", sans-serif;
  font-weight: 700;
  line-height: 0;
}

.compatibility-box .select-box::before, .stronghold-box .select-box::before, .select-shbox::before {
  left: -120px;
  right: auto;
  top: auto;
  bottom: 10px;
  font-size: 24px;
}

.compatibility-box .select-box::after, .stronghold-box .select-box::after, .select-shbox::after {
  content: attr(data-step);
  position: absolute;
  font-size: 40px;
  left: -58px;
  bottom: 16px;
  letter-spacing: -1px;
}

.compatibility-box .select-box ul, .stronghold-box .select-box ul {
  background-color: #e0e6e9;
}

.compatibility-box .remark, .stronghold-box .remark {
  margin: 30px auto 15px;
}

.compatibility-box .remark::before, .stronghold-box .remark::before {
  color: #52575c;
  font-size: 1.5em;
  top: 0;
  left: -12px;
}

.stronghold-box {
  padding-left: 83px;
  padding-right: 83px;
}

.stronghold-box .select-box div::before {
  background-color: #dadfe2;
}

.select-area {
  position: relative;
  padding: 0 10px;
  text-align: center;
}

.select-area::before, .select-area::after {
  position: absolute;
  top: 15px;
  color: #52575c;
  font-family: Helvetica, Arial, sans-serif, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ";
  font-weight: 700;
  line-height: 0;
}

.select-area::before {
  content: attr(data-title);
  left: 42%;
  font-size: 1.8em;
}

.select-area::after {
  content: attr(data-step);
  left: 51%;
  font-size: 2.8em;
}

.select-area div {
  padding-top: 30px;
  color: #c3c7c9;
  font-size: .8em;
  text-transform: uppercase;
}

.select-area ul {
  position: relative;
  width: 525px;
  height: 255px;
  margin: 80px auto 30px;
}

.select-area li {
  position: absolute;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50%;
  color: #989ca4;
  transition: all 0.5s ease;
}

.select-area li.region, .select-area li:hover {
  color: #ccd5f5;
}

.select-area li.region::before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.select-area li::before {
  content: 'region';
  position: absolute;
  display: block;
  width: 70px;
  height: 73px;
  padding-top: 25px;
  text-align: center;
  opacity: 0;
  text-transform: uppercase;
  color: #f2f6f8;
  background: url("../images/support/stronghold-location.png") 50% no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.5s ease;
}

.select-area li:first-child {
  width: 194px;
  height: 149px;
  padding-top: 41px;
  top: 0;
  right: 66px;
  background-image: url("../images/support/map_asia_ori.png");
}

.select-area li:first-child::before {
  top: -36px;
  right: 61px;
}

.select-area li:first-child.region, .select-area li:first-child:hover {
  background-image: url("../images/support/map_asia.png");
}

.select-area li:nth-child(2) {
  width: 125px;
  height: 59px;
  padding-top: 15px;
  padding-right: 25px;
  top: 9px;
  right: 229px;
  background-image: url("../images/support/map_eu_ori.png");
  background-position: 100% 50%;
}

.select-area li:nth-child(2)::before {
  top: -54px;
  right: 60px;
}

.select-area li:nth-child(2).region, .select-area li:nth-child(2):hover {
  color: #989ca4;
  padding-right: 70px;
  background-image: url("../images/support/map_eu.png");
}

.select-area li:nth-child(3) {
  width: 143px;
  height: 112px;
  top: 20px;
  left: 0;
  padding-top: 27px;
  background-image: url("../images/support/map_na_ori.png");
}

.select-area li:nth-child(3)::before {
  top: -46px;
  right: 37px;
}

.select-area li:nth-child(3).region, .select-area li:nth-child(3):hover {
  background-image: url("../images/support/map_na.png");
}

.select-area li:nth-child(4) {
  width: 75px;
  height: 122px;
  top: 120px;
  left: 86px;
  padding-top: 25px;
  background-image: url("../images/support/map_sa_ori.png");
}

.select-area li:nth-child(4)::before {
  top: -45px;
  left: 13px;
}

.select-area li:nth-child(4).region, .select-area li:nth-child(4):hover {
  background-image: url("../images/support/map_sa.png");
}

.select-area li:nth-child(5) {
  width: 108px;
  height: 129px;
  top: 66px;
  right: 209px;
  padding-top: 40px;
  padding-left: 15px;
  background-image: url("../images/support/map_af_ori.png");
}

.select-area li:nth-child(5)::before {
  top: -24px;
  right: -13px;
}

.select-area li:nth-child(5).region, .select-area li:nth-child(5):hover {
  background-image: url("../images/support/map_af.png");
}

.select-area li:nth-child(6) {
  width: 92px;
  height: 79px;
  top: 137px;
  right: 27px;
  padding-top: 33px;
  padding-right: 24px;
  background-image: url("../images/support/map_oc_ori.png");
}

.select-area li:nth-child(6)::before {
  top: -39px;
  right: 22px;
}

.select-area li:nth-child(6).region, .select-area li:nth-child(6):hover {
  background-image: url("../images/support/map_oc.png");
}

.results-title {
  margin: 50px auto;
  font-size: 1.8em;
  text-align: center;
  letter-spacing: 1px;
  font-family: Helvetica, Arial, sans-serif, '微軟正黑體';
}

.results-title button {
  float: right;
  font-size: .8em;
  color: #717579;
  letter-spacing: 1px;
  background-color: transparent;
  font-family: '微軟正黑體';
  transition: all 0.5s ease;
}

.results-title button:hover {
  color: #424ca4;
}

.stronghold-results-list div {
  float: left;
  width: 145px;
  margin-right: 25px;
  border-right: 1px solid #c3c7c9;
  vertical-align: middle;
}

.stronghold-results-list li {
  padding: 20px 0;
}

.stronghold-results-list li:hover .grayscale-box {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.stronghold-results-list li:hover a {
  background-image: url("../images/support/compatibility_link_hover.png");
}

.stronghold-results-list p {
  float: left;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: .5px;
  color: #10141c;
}

.stronghold-results-list a {
  display: block;
  background: url("../images/support/compatibility_link.png") 100% 50% no-repeat;
  transition: all 0.5s ease;
}

.stronghold-results-list a::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.grayscale-box {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.download-text {
  margin-bottom: 30px;
}

.download-text .textEditor li, .download-text .textEditor p {
  font-size: .8em;
  margin-bottom: 20px;
}

.download-text .textEditor a {
  color: #6a8ddd;
  text-decoration: underline;
}

.download-text .textEditor strong {
  font-weight: 700;
}

.download-text .light-box-content {
  height: calc(100vh - 20vh - 20vh);
}

.download-search {
  float: right;
}

.download-search input {
  width: 200px;
}

.download-search button {
  width: 60px;
}

.download-tab.tab-control {
  margin-top: 100px;
}

.textEditor .download-table td.new::before {
  left: 6px;
  top: 32px;
}

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

.download-btn button {
  position: relative;
  padding: 10px 40px;
  margin: 0 3px;
  font-size: 1.5em;
  font-family: '微軟正黑體';
  color: #fff;
  background-color: #424ca4;
  transition: all 0.5s ease;
}

.download-btn button:hover {
  opacity: .75;
}

.download-btn .agree {
  padding-left: 70px;
  padding-right: 50px;
}

.download-btn .agree::before {
  content: url("../images/support/btn_agree.png");
  position: absolute;
  left: 36px;
  top: 12px;
}

.tab-control {
  margin-top: 80px;
}

.tab-control li {
  float: left;
  position: relative;
  width: calc(50% - 5px);
  min-height: 80px;
  padding: 18px 15px;
  margin-bottom: 60px;
  border-radius: 4px 4px 0 0;
  font-size: 1.154em;
  text-align: center;
  letter-spacing: .3px;
  color: #e9f1f5;
  background-color: #2e323b;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.tab-control li::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #424ca4 transparent transparent transparent;
  transition: opacity .1s linear, bottom .3s ease-out;
}

.tab-control li:hover, .tab-control li.focus {
  background-color: #424ca4;
}

.tab-control li.focus::after {
  opacity: 1;
  bottom: -16px;
}

.tab-control li + li {
  margin-left: 10px;
}

.tab-control img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.tab-control div {
  display: inline-block;
  font-size: 1.3em;
  vertical-align: top;
}

.tab-control div span {
  display: block;
  font-size: .5em;
  color: #abb0b3;
  text-align: left;
}

.tab-list {
  position: relative;
}

.tab-list > li {
  display: none;
  visibility: hidden;
}

.tab-list > li.show {
  display: block;
  visibility: visible;
}

.tab-list .item-p {
  font-size: .9em;
  color: #2b38a7;
}

.tab-list .item-p::before {
  top: 7px;
}

.textEditor .download-table {
  margin-bottom: 30px;
}

.textEditor .download-table th, .textEditor .download-table td, .compatibility-results-table th, .compatibility-results-table tr {
  line-height: 1.8;
  border: none;
  vertical-align: middle;
}

.textEditor .download-table th:first-child, .textEditor .download-table td:first-child {
  width: 28%;
}

.textEditor .download-table th:nth-child(2), .textEditor .download-table td:nth-child(2) {
  width: 6%;
  text-align: center;
}

.textEditor .download-table th:nth-child(3), .textEditor .download-table td:nth-child(3) {
  width: 14%;
}

.textEditor .download-table th:nth-child(4), .textEditor .download-table td:nth-child(4) {
  width: 30%;
}

.textEditor .download-table th:nth-child(5), .textEditor .download-table td:nth-child(5) {
  width: 11%;
  text-align: center;
}

.textEditor .download-table th:nth-child(6), .textEditor .download-table td:nth-child(6) {
  width: 12%;
}

.textEditor .download-table th:nth-child(7), .textEditor .download-table td:nth-child(7) {
  width: 5%;
  padding: 0;
  text-align: center;
}

.textEditor .download-table tbody tr, .compatibility-results-table tbody tr {
  font-size: .85em;
  color: #363636;
  background: linear-gradient(to right, #70737a 1px, transparent 0, transparent 4px) 0 100%/4px 1px repeat-x;
  transition: all 0.5s ease;
}

.textEditor .download-table tbody tr:nth-child(even), .compatibility-results-table tbody tr:nth-child(even) {
  background-color: #e6eef2;
}

.textEditor .download-table tbody tr:nth-child(odd), .compatibility-results-table tbody tr:nth-child(odd) {
  background-color: #e1e9ed;
}

.textEditor .download-table tbody tr:hover, .compatibility-results-table tbody tr:hover {
  background-color: #d9e0e5;
}

.textEditor .download-table tbody tr:hover button {
  background-image: url("../images/support/downloadBtn_hover.png");
}

.textEditor .download-table tr > :first-child, .compatibility-results-table tr > :first-child {
  padding-left: 30px;
}

.textEditor .download-table th, .compatibility-results-table th {
  padding: 10px;
  color: #696e73;
  font-size: .9em;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  background-color: #2e323b;
  border-bottom: 2px solid #969ba4;
}

.textEditor .download-table td, .compatibility-results-table td {
  padding: 15px 8px;
}

.textEditor .download-table a {
  color: #696e73;
  cursor: pointer;
}

.textEditor .download-table a:hover {
  color: #363636;
}

.textEditor .download-table button {
  width: 40px;
  height: 40px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../images/support/downloadBtn.png") 50% no-repeat;
  transition: all 0.5s ease;
}

.textEditor .download-table .footable-row-detail-cell {
  background-color: #edf0f3;
  border-bottom: 2px solid #d6dee2;
}

.textEditor .download-table .footable-first-column {
  position: relative;
}

.textEditor .download-table span.footable-toggle {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.compatibility-box .select-box {
  margin-bottom: 25px;
}

.compatibility-box .select-box ul {
  max-height: 400px;
  overflow: auto;
}

.compatibility-box .select-box:nth-of-type(1)::before, .compatibility-box .select-box:nth-of-type(1)::after {
  color: #52575c;
}

.compatibility-box .select-box:nth-of-type(2)::before, .compatibility-box .select-box:nth-of-type(2)::after {
  color: #adafb4;
}

.compatibility-box .select-box:nth-of-type(3)::before, .compatibility-box .select-box:nth-of-type(3)::after {
  color: #c1c2c6;
}

.compatibility-box .select-box:nth-of-type(4)::before, .compatibility-box .select-box:nth-of-type(4)::after {
  color: #d3d6dc;
}

.compatibility-box .select-box.disable div {
  color: #c3c7c9;
}

.compatibility-box .support-search {
  position: relative;
  width: 380px;
  margin: 30px auto;
  padding-top: 30px;
  background: linear-gradient(to right, transparent 25px, #e0e6e9 0, #e0e6e9 530px, transparent 0) 0 0/100% 1px no-repeat;
}

.compatibility-box .support-search::before {
  content: 'or';
  position: absolute;
  width: 40px;
  line-height: 40px;
  top: -20px;
  left: 148px;
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
  color: #52575c;
  background-color: #f2f6f8;
}

.compatibility-box input {
  width: calc(100% - 92px);
}

.compatibility-box button {
  width: 60px;
}

.compatibility-box button:hover {
  color: #b9bbd5;
  background-color: #6a70a4;
}

.support-search input {
  padding: 12.5px 15px;
  border: none;
  border-right: 2px solid #fff;
  margin-right: -4px;
  outline: none;
  background-color: #e0e6e9;
  color: #717579;
  font: italic .85em 'Calibri', Helvetica, Arial, sans-serif, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ";
  letter-spacing: 1px;
  vertical-align: middle;
}

.support-search input::-webkit-input-placeholder {
  color: #9e9fa9;
}

.support-search input::-moz-placeholder {
  color: #9e9fa9;
}

.support-search input:-ms-input-placeholder {
  color: #9e9fa9;
}

.support-search input:-moz-placeholder {
  color: #9e9fa9;
}

.support-search input:focus {
  font-style: normal;
}

.support-search button {
  line-height: 39px;
  padding: 0;
  font-family: 'Calibri', Helvetica, Arial, sans-serif, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ";
  color: #717579;
  background: #797f82 url("../images/support/search_icon.png") 50% 50% no-repeat;
  vertical-align: middle;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.5s ease;
}

.support-search button:hover {
  background-color: #52575c;
}

.compatibility-results-list {
  margin: -10px auto 80px !important;
}

.compatibility-results-list li + li {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e4e7e9;
}

.compatibility-results-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 50px;
  background: url("../images/support/compatibility_link.png") 100% 50% no-repeat;
  transition: all 0.5s ease;
}


/*.compatibility-results-list a::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}*/

.compatibility-results-list > li > a:hover {
  background-image: url("../images/support/compatibility_link_hover.png");
}

.compatibility-results-list h2 {
  margin-bottom: 5px;
  color: #10141c;
  font-size: 1.8em;
}

.compatibility-results-list p {
  color: #52575c;
}

.compatibility-results-list > li > a img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
}

.compatibility-results-list > li > a div {
  -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  margin-left: 10px;
  letter-spacing: .5px;
}


.result-product-linkBox{
  display:flex;
}

.result-product-linkBox .Img{
  margin-right:15px;
  flex-shrink: 0;
  flex-grow: 0;
  width: 200px;
}

@media(max-width: 640px) {
  .compatibility-results-list > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .compatibility-results-list > li > a div {
    margin-left: 0;
    margin-top: 20px;
  }
}

.compatibility-results-table {
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
}

.compatibility-results-table td {
  /*padding-left: 10px;*/
}

.faq-text {
  padding-bottom: 20px;
}

.faq-text .remark {
  margin: 30px auto 15px;
  padding-left: 1.2em;
}

.faq-text .remark::before {
  color: #52575c;
  font-size: 1.5em;
  top: -3px;
  left: 0;
}

.faq-text .remark + .remark {
  margin-top: -10px;
}

.faq-text a {
  color: #6a8ddd;
  text-decoration: underline;
}

.faq-text p {
  font-size: 15px;
}

.faq-text + form {
  margin: 80px 0 30px;
}

.faq-text + form::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.list-header {
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  background-color: #2e323b;
  color: #696e73;
  border-bottom: 2px solid #969ba4;
}

.faq-select-box {
  float: left;
  width: calc(100% - 62px - 10px - 220px);
  margin-left: 62px;
}

.faq-select-box[data-title]::before {
  left: -62px;
  right: auto;
}

.faq-search {
  float: right;
}

.faq-search input {
  width: 150px;
}

.faq-search button {
  width: 40px;
}

.faq-list {
  counter-reset: li;
}

.info-list {
  counter-reset: li;
}

.faq-question {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.faq-list li {
  position: relative;
  color: #52575c;
  letter-spacing: .5px;
  line-height: 1.4;
  font-size: 15px;
  transition: all 0.5s ease;
}

.faq-list > li::before {
  counter-increment: li;
  content: "Q" counter(li);
  position: absolute;
  top: 18px;
  left: 25px;
  width: 50px;
  text-align: center;
  letter-spacing: 1px;
  color: #d6dee2;
  font-weight: 700;
  font: 700 2.2em Helvetica, Arial, sans-serif, "微軟正黑體";
  transition: all 0.5s ease;
}

.faq-list li.aos-active {
  background-color: #e9eff2;
}

.faq-list > li:hover::before {
  color: #989ca4;
}

.faq-list .faq-content {
  font-size: .9em;
}

.faq-question {
  padding: 25px 20px 25px 150px;
  cursor: pointer;
  background-color: #f2f6f8;
  background-image: linear-gradient(to right, #70737a 1px, transparent 0), linear-gradient(to bottom, #cbd4d9 100%, #cbd4d9 0);
  background-position: 0 100%, 108px 27px;
  background-size: 4px 1px, 1px 12px;
  background-repeat: repeat-x, no-repeat;
}

.faq-question.aos-active {
  background-color: #e9eff2;
}

.faq-question.aos-active + .faq-content {
  background-color: #e9eff2;
}

.faq-content {
  padding: 40px 60px 40px 150px;
  background-color: #f2f6f8;
  background-image: linear-gradient(to right, #70737a 1px, transparent 0), url("../images/support/answer.png"), linear-gradient(to bottom, #cbd4d9 100%, #cbd4d9 0);
  background-repeat: repeat-x, no-repeat, no-repeat;
  background-position: 0 100%, 32px 36px, 108px 54px;
  background-size: 4px 1px,  auto, 1px 12px;
}

.faq-footer {
  margin-top: 50px;
}

.faq-footer > a {
  float: left;
  position: relative;
  line-height: 40px;
  padding: 0 15px 0 55px;
  color: #fff;
  font-size: 1.2em;
  letter-spacing: 1px;
  background: #797f82 url("../images/support/faq-btn.png") 10px 50% no-repeat;
}

.faq-footer > a::after {
  content: '';
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 40px;
  background-color: #8d9396;
}

.faq-footer .page-links {
  float: right;
}

/*info-area*/
.info-list li {
  position: relative;
  color: #52575c;
  letter-spacing: .5px;
  line-height: 1.4;
  font-size: 15px;
  transition: all 0.5s ease;
}

.info-list > li::before {
  counter-increment: li;
  content: "Q" counter(li);
  position: absolute;
  top: 18px;
  left: 25px;
  width: 50px;
  text-align: center;
  letter-spacing: 1px;
  color: #d6dee2;
  font-weight: 700;
  font: 700 2.2em Helvetica, Arial, sans-serif, "微軟正黑體";
  transition: all 0.5s ease;
}

.info-list li.aos-active {
  background-color: #e9eff2;
}

.info-list > li:hover::before {
  color: #989ca4;
}

.info-list .faq-content {
  font-size: .9em;
}

.info-question {
  padding: 25px 20px 25px 150px;
  cursor: pointer;
  background-color: #f2f6f8;
  background-image: linear-gradient(to right, #70737a 1px, transparent 0), linear-gradient(to bottom, #cbd4d9 100%, #cbd4d9 0);
  background-position: 0 100%, 108px 27px;
  background-size: 4px 1px, 1px 12px;
  background-repeat: repeat-x, no-repeat;
}

.info-question.aos-active {
  background-color: #e9eff2;
}

.warranty-text p {
  font-size: .85em;
}

.warranty-text p + p {
  margin-top: 20px;
}

.warranty-text strong {
  font-weight: 700;
}

.warranty-list {
  counter-reset: li;
  margin: 30px auto;
  letter-spacing: .5px;
}

.warranty-list > li {
  background: linear-gradient(to right, #70737a 1px, transparent 0) 0 100%/4px 1px repeat-x;
  counter-increment: li;
}

.warranty-list > li:nth-child(-n+9) .warranty-question::after {
  content: "0" counter(li);
}

.warranty-list > li .warranty-question::after {
  content: counter(li);
  position: absolute;
  top: 17px;
  left: 21px;
  color: #d6dee2;
  font: 700 2.2em Helvetica, Arial, sans-serif, "儷黑 Pro", "LiHei Pro", "微軟正黑體";
  transition: all 0.5s ease;
}

.warranty-question {
  position: relative;
  padding: 18px 0;
  line-height: 2;
  font-size: 1.1em;
  cursor: pointer;
  color: #52575c;
  transition: all 0.5s ease;
}

.warranty-question::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 30px;
  margin-right: 65px;
  vertical-align: middle;
  border-radius: 10px;
  background-color: #424ca4;
  transition: all 0.5s ease;
}

.warranty-question.aos-active {
  background-color: #424ca4;
  color: #fff;
}

.warranty-question.aos-active::before {
  margin-left: 30px;
  background-color: #6b7aed;
}

.warranty-question.aos-active::after {
  left: 51px !important;
  color: #717ccd !important;
}

.warranty-question.aos-active:hover {
  color: #fff;
}

.warranty-question.aos-active:hover::after {
  color: #717ccd;
}

.warranty-question:hover {
  color: #1f1f1f;
}

.warranty-question:hover::after {
  color: #989ca4;
}

.warranty-content {
  padding: 35px 50px 40px;
  background: #f0f5f8 linear-gradient(to right, #70737a 1px, transparent 0) 0 100%/4px 1px repeat-x;
  font-size: .8em;
  color: #52575c;
}

.warranty-content p {
  color: #52575c;
}

.warranty-content p + p {
  margin-top: 20px;
}

.warranty-content a {
  color: #6a8ddd;
}

.warranty-content a:hover {
  text-decoration: underline;
}

.item-descript {
  margin: 20px auto;
}

.item-descript h2 {
  margin-left: 11px;
  color: #2b38a7;
}

.item-descript h2::before {
  left: -9px;
}

.item-descript p {
  margin-left: 27px;
}

.item-descript ul {
  margin: 20px 0 20px 15px;
}

@-webkit-keyframes titleSlide {
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes titleSlide {
  100% {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes bgMask {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgMask {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1165px) {
  .textEditor .download-table td.new::before {
    left: 9px;
    top: 7px;
  }
}

@media (max-width: 1024px) {
  .supportArea {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .inquiry-box dt > :first-child, .inquiry-box dd > :first-child {
    width: calc(100% - 80px - 80px);
  }
  .inquiry-box dt > :nth-child(2), .inquiry-box dd > :nth-child(2) {
    width: 80px;
  }
  .inquiry-box img {
    display: block;
  }
  .inquiry-box input[type="number"] {
    margin-top: 40px;
  }
  .inquiry-box button {
    margin-top: 44px;
  }
  .form-list li {
    float: none !important;
    width: 100% !important;
  }
  .service-choose li {
    margin: 20px;
  }
  .warranty-list > li .warranty-question::before {
    margin-right: 40px;
    vertical-align: bottom;
  }
  .warranty-list > li .warranty-question::after {
    top: 24px;
    left: 12px;
    font-size: 20px;
  }
  .warranty-content {
    padding: 15px 20px 20px;
  }
  .warranty-question.aos-active::before {
    margin-left: 20px;
  }
  .warranty-question.aos-active::after {
    left: 33px !important;
  }
  .compatibility-box .select-box, .stronghold-box .select-shbox {
    width: auto;
    margin-top: 60px;
  }
  .compatibility-box .select-box::before, .stronghold-box .select-shbox::before {
    left: 0;
    bottom: auto;
    top: -18px;
  }
  .compatibility-box .select-box::after, .stronghold-box .select-shbox::after {
    left: 65px;
    bottom: auto;
    top: -18px;
  }
  .compatibility-box .support-search, .stronghold-box .support-search {
    width: auto;
  }
  .compatibility-box .support-search::before, .stronghold-box .support-search::before {
    left: 0;
  }
  .compatibility-results-list a {
    margin: 15px 0;
    text-align: center;
  }
  .faq-select-box {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .faq-select-box[data-title]::before {
    right: auto;
    left: 0;
    top: -20px;
  }
  .faq-search {
    float: none;
    margin-top: 5px;
  }
  .support-search.faq-search input {
    width: calc(100% - 40px - 30px - 2px);
  }
  .faq-list li::before {
    font-size: 20px;
    left: 10px;
    top: 12px;
  }
  .faq-question {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 80px;
    background-position: 0 100%, 64px 17px;
  }
  .faq-content {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 80px;
    background-position: 0 100%, 25px 21px, 65px 28px;
    background-size: 4px 1px,  25px , 1px 12px;
  }
  .stronghold-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .stronghold-results-list a {
    padding-right: 20px;
  }
  .stronghold-results-list div {
    float: none;
    width: auto;
    margin-right: 0;
    text-align: center;
    border-right: none;
  }
  .stronghold-results-list p {
    float: none;
    font-size: 16px;
    text-align: center;
  }
  .stronghold-results-list li {
    border-bottom: 1px solid #e4e7e9;
  }
  .download-text .light-box-content {
    height: calc(100vh - 20vh - 20vh - 5vh);
  }
  .download-btn .agree {
    padding-left: 55px;
    padding-right: 20px;
  }
  .download-btn .agree::before {
    left: 25px;
  }
  .download-btn button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
  .apply-repair .light-box-content {
    max-height: calc(100vh - 20vh - 15vh - 5vh);
  }
  .support-search input {
    width: calc(100% - 60px - 30px - 2px);
  }
  .download-search {
    float: none;
  }
  .download-tab.tab-control {
    margin-top: 50px;
  }
  .download-tab.tab-control img {
    display: block;
    margin: auto;
  }
  .download-tab.tab-control div {
    display: block;
    font-size: 16px;
    text-align: center;
  }
  .download-tab.tab-control div span {
    font-size: 12px;
    text-align: center;
  }
  .download-list {
    overflow-x: auto;
  }
  .download-list dt, .download-list dd {
    width: 700px;
  }
  .download-list div:first-child {
    width: 127px;
  }
  .download-list div:nth-child(2) {
    width: 55px;
    text-align: center;
  }
  .download-list div:nth-child(3) {
    width: 115px;
  }
  .download-list div:nth-child(4) {
    width: 203px;
  }
  .download-list div:nth-child(5) {
    width: 60px;
  }
  .download-list div:nth-child(6) {
    width: 79px;
  }
  .service-stronghold-list {
    overflow-x: auto;
  }
  .service-stronghold-list dt, .service-stronghold-list dd {
    width: 540px;
  }
  .choiceLeft {
    float: none;
  }
  .choiceRight {
    float: none;
  }
}

@media (max-width: 480px) {
  .apply-repair .light-box-content {
    height: calc(100vh - 20vh - 25vh - 8vh);
  }
  .apply-repair input[type="checkbox"] + label::before {
    margin-right: 2px;
  }
  .QapTcha .bgSlider {
    width: 180px;
  }
  .form-list button[type="submit"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
    font-size: 16px;
  }
}

/*# sourceMappingURL=../maps/support.css.map */
.form-list .fullList {
  width: 100%;
}

.form-list label[for] {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  line-height: 46px;
  cursor: pointer;
}

.form-list label[for]::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #e9f1f5;
}

.form-list label[for]::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 19px;
  left: 4px;
  border-radius: 50%;
  background-color: #82868a;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.2s ease;
}

.form-list label:not([for]) {
  display: block;
  padding: 8px 0;
  line-height: 30px;
  background-color: #e9f1f5;
  color: #52575c;
}

.form-list input[type="radio"] {
  display: none;
}

.form-list input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.form-list textarea {
  width: 96%;
  height: 128px;
  margin: 0 auto 0 22px;
}

.form-list span {
  display: inline-block;
  margin-right: 15px;
  padding-left: 22px;
}

.form-list button[type="submit"],
.form-list button[type="button"] {
  display: block;
  padding: 13px 20px;
  font-size: 1.2em;
  background-color: #797f82;
  letter-spacing: .5px;
  transition: all 0.5s ease;
}

.form-list button[type="submit"]:hover,
.form-list button[type="button"]:hover {
  background-color: #1f1f1f;
}

.form-list .select-box, .form-list .select-onbox {
  display: block;
  width: auto;
  color: #717579;
  background-color: #e9f1f5;
}

.select-onbox {
  background-image: url("../images/onlineArrow.jpg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.form-list .select-box div, .form-list .select-onbox select {
  height: 46px;
}

.form-list .select-box div::before {
  width: 47px;
  height: 100%;
  color: #e9f1f5;
  background-color: #797f82;
}

.form-list .select-box div:hover::before {
  color: #e9f1f5;
  background-color: #797f82;
}

.form-list .select-box.select-open div::before {
  color: #e9f1f5;
  background-color: #797f82;
}

.form-list .select-box ul {
  max-height: 418px;
  overflow: auto;
  background-color: #e9f1f5;
}

.form-list .sliderBox,
.form-list button[type="submit"],
.form-list button[type="button"] {
  float: left;
}

.form-style input[type="text"], .form-style input[type="email"], .form-style input[type="tel"] {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: .9em;
  font-family: 'Calibri', Helvetica, Arial, sans-serif, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ";
  color: #52575c;
}

.form-style textarea {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: .9em;
  vertical-align: top;
  color: #52575c;
  font-family: 'Calibri', Helvetica, Arial, sans-serif, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ";
}

.form-style button {
  font-family: 'Calibri', Helvetica, Arial, sans-serif, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ";
}

.form-style button[type="submit"],
.form-list button[type="button"] {
  background-color: #797f82;
  color: #fff;
}

/* .remark {
  position: relative;
}

.remark::before {
  content: '*';
  position: absolute;
  color: #7d0000;
  font-size: 1.1em;
  top: 2px;
  left: 10px;
} */

.error {
  box-shadow: 0 0 10px #F00;
}

.newServiceIntroBox {
  padding-bottom: 80px;
}
.newServiceIntroBox .wrap {
  position: relative;
  z-index: 1;
  display: flex;
  padding-bottom: 15px;
}

.newServiceIntroBox .wrap::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 1;
  width: 1px;
  height: calc(100% - 50px);
  background: linear-gradient(to bottom, #626262 2px, transparent 0) 50% 0 / 1px 9px repeat-y;
}

.newServiceIntroBox .leftBox {
  width: 50%;
  padding-right: 45px;
  box-sizing: border-box;
}
.newServiceIntroBox .leftBox .textLinkBtn {
  display: block;
  width: 80px;
  margin-left: auto;
}

.newServiceIntroBox .rightBox {
  width: 50%;
  padding-left: 45px;
}

.newServiceIntroBox .rightBox .rectLinkBtn {
  margin-top: 40px;
  margin-left: auto;
}

.newServiceIntroBox .textEditor {
  padding-top: 25px;
}
.newServiceIntroBox .textEditor .textLinkBtn {
  color: #2b38a7;
}

.newServiceIntroTitle {
  padding-bottom: 25px;
  border-bottom: 2px solid #2b38a7;
  font-size: 27px;
  font-weight: 400;
  color: #111;
}

.newServiceFaqList {
  counter-reset: item;
}

.newServiceFaqList > li {
  counter-increment: item;
}

.newServiceFaqList > li + li {
  background: linear-gradient(to right, #626262 2px, transparent 0) 0 0 / 9px 1px repeat-x;
}

.newServiceFaqList h3 a {
  position: relative;
  display: block;
  padding-left: 35px;
  padding-top: 25px;
  padding-bottom: 25px;
  /* padding-right: 35px; */
  font-size: 18px;
  font-weight: 400;
  color: #111;
  transition: .3s linear;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  /* width: 100%; */
  /* box-sizing: border-box; */
}
.newServiceFaqList h3 a:hover {
  color: #1b2792;
  background-color: #f2f6f8;
}

.newServiceFaqList h3 a::before {
  content: 'Q'counter(item)'.';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  color: #2b38a7;
  transform: translateY(-50%);
}

.textLinkBtn {
  display: inline-block;
  color: #2b38a7;
  font: italic 400 18px 'Crimson Text', serif;
}
.textLinkBtn:hover {
  text-decoration: underline;
}

.rectLinkBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 46px;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  background-color: #2b38a7;
  transition: .3s linear;
}

.rectLinkBtn:hover {
  background-color: #212b82;
}

.rectLinkBtn.white {
  color: #2b38a7;
  background-color: #fff;
}

.rectLinkBtn.white:hover {
  color: #fff;
  background-color: #2b38a7;
}

.guideBox {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #edeff8;
}
.guideTitle {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 27px;
  color: #111;
  text-align: center;
}

.guideList {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.guideList > li {
  width: calc(100% / 3);
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.guideList .item {
  cursor: pointer;
}

.guideList .item:hover .Txt h2 {
  color: #1b2792;
}

.guideList .item:hover .Txt a {
  color: #111;
}
.guideList .item:hover .Txt a::before {
  width: 100%;
  right: auto;
  left: 0;
}

.guideList .Img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 166px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background: url('../images/support/hexagon_border_white.png') 50% / contain no-repeat;
  box-sizing: border-box;
}

.guideList .Txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  text-align: center;
}

.guideList .Txt h2 {
  font-size: 18px;
  color: #111;
  transition: .3s linear;
}

.guideList .Txt a {
  position: relative;
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 15px;
  color: #909090;
  transition: .3s linear;
}

.guideList .Txt a::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background-color: #111;
  transition: .3s linear;
}

.newServiceRepairGuideBox {
  padding-top: 40px;
}

.newServiceRepairGuideBox .wrap {
  display: flex;
  flex-wrap: wrap;
}
.newServiceRepairGuideBox .item {
  position: relative;
  display: flex;
  width: 50%;
  padding: 40px;
  border-bottom: 1px dashed #565656;
  box-sizing: border-box;
}

.newServiceRepairGuideBox .item:not(.full) + .item::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
  width: 1px;
  height: calc(100% - 80px);
  background: linear-gradient(to bottom, #565656 2px, transparent 0) 0 0 / 1px 4px repeat-y;
}

.newServiceRepairGuideBox .Img {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 90px;
  padding: 10px 20px;
  background: url('../images/support/hexagon_border_light.png') 50%  / contain no-repeat;
}

.newServiceRepairGuideBox .Txt {
  flex-grow: 1;
  padding-top: 45px;
  padding-left: 15px;
}

.newServiceRepairGuideBox h2 {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 700;
}
.newServiceRepairGuideBox p {
  font-size: 14px;
  line-height: 1.3;
  color: #52575c;
}

.newServiceRepairGuideBox .item.full {
  width: 100%;
}

.newServiceRepairGuideBox .item.full .Img {
  width: 190px;
  height: 210px;
}
.newServiceRepairGuideBox .item.full .Txt {
  padding-left: 70px;
}

.newServiceRepairGuideBox .btnBox {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.newServiceRepairGuideBox .btnBox a {
  margin-right: 10px;
  margin-bottom: 10px;
}


.assistBox {
  padding-top: 70px;
  padding-bottom: 100px;
  color: #fff;
  background: url('../images/support/service_assist_bg.jpg') 50% / cover no-repeat;
}

.assistBox .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.assistTitle {
  font-size: 47px;
  font-weight: 400;
  text-align: center;
}

.assistContactList {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 45px;
  background: linear-gradient(to right, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)) 50% 0 / 1px 100% no-repeat;
}

.assistContactList > li {
  width: 50%;
  padding: 10px 30px;
  box-sizing: border-box;
}

.assistContactList > li:nth-child(odd) a {
  text-align: right;
}

.assistContactBox {
  margin-top: 25px;
  margin-bottom: 45px;
}

.assistContactList a, .assistContactBox a {
  display: block;
  font-size: 24px;
  color: #fff;
  transition: .3s linear;
}

.assistContactList a:hover, .assistContactBox a:hover {
  opacity: .8;
}

.capsuleLinkBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  color: #52575c;
  font-size: 14px;
  border: 1px solid #b5b5b5;
  transition: .5s linear;
}

.capsuleLinkBtn:hover {
  color: #fff;
  border-color: #2b38a7;
  background-color: #2b38a7;
}

.headerArea.noBanner {
  background-color: #000;
}
.supportArea.noBanner {
  padding-top: 265px;
}
.path.noBanner {
  background-color: #1f1f1f;
}

.warrantyStepItem{
  padding-bottom: 50px;
}

.warrantyTitle {
  margin-bottom: 60px;
  font-size: 47px;
  font-weight: 400;
  color: #111;
  text-align: center;
}

.warrantyStepTitle {
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #525252;
  /* text-transform: uppercase; */
}

.warrantyTab {
  display: flex;
  margin-left: -9px;
  margin-right: -9px;
}

.warrantyTab li {
  flex-grow: 1;
  min-height: 120px;
  padding-left: 9px;
  padding-right: 9px;
}

.warrantyTab li.current .item, .warrantyTab li:hover .item {
  background-color: #2b38a7;
}
.warrantyTab li.current .item::after, .warrantyTab li:hover .item::after {
  border-color: #2b38a7 transparent transparent transparent;
}
.warrantyTab li.current .item::after {
  transform: translateY(15px);
}

.warrantyTab .item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #162630;
  transition: .3s linear;
  cursor: pointer;
  /* width: 100%; */
}

.warrantyTab .item::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #162630 transparent transparent transparent;
  pointer-events: auto;
  transition: .3s linear;
}

.warrantyTab .Img {
  /* width: calc(190 / 565 * 100%); */
  display: flex;
  justify-content: flex-end;
}
.warrantyTab .Txt {
  /* flex-grow: 1; */
  color: #fff;
  padding-left: 20px;
}

.warrantyTab .cht {
  font-size: 27px;
}

.warrantyTab .en {
  font-size: 18px;
}

.warrantySearchContainerBox {
  padding-top: 25px;
  padding-bottom: 50px;
  border-top: 2px dotted #d9e1e5;
  /* margin-bottom: 60px; */
  /* border-bottom: 2px dotted #d9e1e5; */
}

.warrantySearchContainerBox > a {
  display: inline-block;
  margin-bottom: 10px;
}

.warrantySearchBox {
  display: flex;
}

.warrantySearchBox .inputBox {
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #717579;
  /* background-color: #e9f1f5; */
  padding: 10px 0;
  background: #e9f1f5;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
}

.warrantySearchBox .inputBox > :first-child {
  min-width: 80px;
  padding-right: 20px;
  margin-right: 10px;
  border-right: 1px solid #b3b3b3;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-size: 15px;
}
.warrantySearchBox .remark {
  padding: 10px 0 10px 20px;
}
.warrantySearchBox .remark::before {
  top: 11px;
}
.warrantySearchBox .inputBox input {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px 0 10px 20px;
  line-height: 1.6;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 18px;
  font-family: 'Calibri', Helvetica, Arial, sans-serif, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ";
  color: #52575c;
}
.warrantySearchBtn {
  width: calc(375 / 1150 * 100%);
  min-width: 100px;
  text-align: center;
  height: 70px;
  line-height: 70px;
  margin-left: 20px;
  font-size: 20px;
  color: #fff;
  background-color: #797f82;
  border: none;
  outline: none;
  cursor: pointer;
  transition: .3s linear;
}

.warrantySearchBtn:hover {
  background-color: #2b38a7;
}

.warrantyResultBox {
  padding-top: 60px;
  padding-bottom: 50px;
  border-top: 2px dotted #d9e1e5;
}

.warrantyResultTitle {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #525252;
}

.warrantyResultItem {
  display: flex;
}

.warrantyResultItem .Img {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.warrantyResultItem .Txt {
  flex-shrink: 0;
  width: 500px;
}

.warrantyResultItem h3, .emptyWarrantyTitle {
  font-size: 27px;
  color: #111;
}

.warrantyResultDataList {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 2;
  border-bottom: 2px dotted #d9e1e5;
}

.warrantyResultDataList .over {
  color: #c20000;
}

.over-guarantee-tip {
  line-height: 1.8;
  color: #1b2792;
}

.emptyWarrantyResultItem p {
  margin-top: 10px;
  line-height: 1.8;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .newServiceIntroBox .wrap {
    flex-direction: column;
  }
  .newServiceIntroBox .wrap::before {
    display: none;
  }
  .newServiceIntroBox .leftBox {
    width: 100%;
    padding-right: 0;
  }
  .newServiceIntroBox .rightBox {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
  .newServiceRepairGuideBox .item {
    width: 100%;
  }
  .newServiceRepairGuideBox .Img {
    width: 190px;
    height: 210px;
  }
  .newServiceRepairGuideBox .item.full .Txt {
    padding-left: 15px;
  }
  .newServiceRepairGuideBox .item:not(.full) + .item::before {
    display: none;
  }
  .assistBox {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .assistTitle {
    font-size: 28px;
  }
  .assistContactList {
    flex-direction: column;
    align-items: center;
    background-image: none;
  }
  .assistContactList > li {
    width: 100%;
    padding: 10px;
  }
  .supportArea.noBanner {
    padding-top: 135px;
  }
  .warrantyTitle {
    margin-bottom: 30px;
    font-size: 35px;
  }
  .warrantyStepTitle {
    margin-top: 40px;
  }
  .warrantyTab .cht {
    font-size: 20px;
  }
  .warrantyTab .en {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .warrantyResultItem {
    flex-direction: column;
  }
  .warrantyResultItem .Txt {
    flex-shrink: 1;
    width: 100%;
    margin-top: 20px;
  }
  .warrantySearchContainerBox {
    padding-bottom: 25px;
  }
  .warrantyResultBox {
    padding-bottom: 20px;
  }
  .newServiceRepairGuideBox .item {
    padding: 20px 0;
  }
  .newServiceRepairGuideBox .item.full .Img, .newServiceRepairGuideBox .Img {
    width: 80px;
    height: 90px;
  }
}

@media (max-width: 640px) {
  .guideList {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .guideList > li {
    width: 100%;
  }
  .guideList > li + li {
    margin-top: 20px;
  }
  .assistContactList, .assistContactList > li:nth-child(odd) a {
    text-align: center;
  }
  .assistContactList > li:nth-child(odd) a {
    text-align: center;
  }
  .warrantyTab .item {
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .warrantyTab .Img {
    width: auto;
  }
  .warrantyTab .Txt {
    flex-grow: 0;
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .newServiceIntroTitle {
    font-size: 22px;
    text-align: center;
  }
  .newServiceFaqList h3 a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }
  .newServiceIntroBox .leftBox .textLinkBtn, .newServiceIntroBox .rightBox .rectLinkBtn {
    margin-right: auto;
  }
  .supportArea.noBanner {
    padding-top: 30px;
  }
  .warrantyTitle {
    font-size: 28px;
  }
  .warrantySearchBox {
    flex-direction: column;
  }
  .warrantySearchBtn {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    margin-left: 0;
  }
  .warrantyTab .cht {
    font-size: 17px;
  }
  .newServiceRepairGuideBox .item {
    flex-direction: column;
    align-items: center;
  }
  .newServiceRepairGuideBox .Txt {
    width: 100%;
    padding-top: 20px;
    padding-left: 0 !important;
  }
}