﻿@charset "UTF-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500|Roboto&display=swap');
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  outline: 0;
  z-index: 1;
}
.slick-prev:hover,
.slick-next:hover {
  outline: 0;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #c30e23;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 10%;
}
[dir='rtl'] .slick-prev {
  left: auto;
  right: 10%;
}
.slick-prev:before {
  content: '';
}
[dir='rtl'] .slick-prev:before {
  content: '';
}
.slick-next {
  right: 10%;
}
[dir='rtl'] .slick-next {
  left: 10%;
  right: auto;
}
.slick-next:before {
  content: '';
}
[dir='rtl'] .slick-next:before {
  content: '';
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: white;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: 0;
  background-color: rgba(195, 14, 35, 0.75);
  opacity: 1;
}
.slick-dots li.slick-active button {
  background-color: #c30e23;
  opacity: 1;
} /*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: '';
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: 0;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: 0;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: 0;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: 0;
}
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: 0;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: 0;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url('data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==');
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: 0;
  background: 0;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url('https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png');
}
.ui-widget-header .ui-icon {
  background-image: url('https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png');
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url('https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_555555_256x240.png');
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url('https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png');
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url('https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_777620_256x240.png');
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url('https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_cc0000_256x240.png');
}
.ui-button .ui-icon {
  background-image: url('https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_777777_256x240.png');
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Roboto', 'Noto Sans TC', sans-serif;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  body {
    font-size: 1rem;
  }
}
a {
  color: #333;
}
@media (min-width: 992px) {
  a:hover {
    color: #c9161c;
  }
}
main {
  margin-top: 60px;
}
/* 20220315 車款介紹與車主服務 header 改為透明，main 上移 */
main.cars, main.memberMain {
  margin-top: 0px;
}
@media (min-width: 992px) {
  main {
    margin-top: 0;
  }
}
.main-p {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .main-p {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .main-p {
    padding: 75px 0;
  }
}
img {
  width: 100%;
}
.wrapper {
  width: 100%;
  display: block;
}
.visible-desktop {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-desktop {
    display: block !important;
  }
}
.hidden-desktop {
  display: block !important;
}
@media (min-width: 1200px) {
  .hidden-desktop {
    display: none !important;
  }
}
.visible-tablet {
  display: none !important;
}
@media (min-width: 576px) {
  .visible-tablet {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-tablet {
    display: none !important;
  }
}
.hidden-tablet {
  display: block !important;
}
@media (min-width: 576px) {
  .hidden-tablet {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-tablet {
    display: block !important;
  }
}
.visible-phone {
  display: block !important;
}
@media (min-width: 576px) {
  .visible-phone {
    display: none !important;
  }
}
.hidden-phone {
  display: none !important;
}
@media (min-width: 576px) {
  .hidden-phone {
    display: block !important;
  }
}
label {
  position: relative;
  padding-left: 25px;
  margin: 5px 0;
  display: inline-block;
  line-height: 20px;
  cursor: pointer;
}
label > span {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
input[type='checkbox'],
input[type='radio'] {
  display: none;
}
input[type='radio'] + label span {
  display: inline-block;
  vertical-align: middle;
  background: url('../images/radio.png') left top no-repeat;
  background-size: cover;
}
input[type='radio']:checked + label span {
  background: url('../images/radio.png') -22px top no-repeat;
  background-size: cover;
}
input[type='checkbox'] + label span {
  display: inline-block;
  vertical-align: middle;
  background: url('../images/checked.png') left top no-repeat;
  background-size: cover;
}
input[type='checkbox']:checked + label span {
  background: url('../images/checked.png') -22px top no-repeat;
  background-size: cover;
}
input {
  -webkit-appearance: none;
}
input,
select {
  font-size: 0.8em;
  height: 36px;
  padding: 5px;
  margin-right: 10px;
  border: 1px solid #666;
  border-radius: 5px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
}
::-moz-selection {
  background: #c9161c;
  color: #fff;
}
::selection {
  background: #c9161c;
  color: #fff;
}
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  border-color: #c9161c;
  -webkit-box-shadow: 0 0 2px #c9161c;
  box-shadow: 0 0 2px #c9161c;
}
select option:checked,
select option:hover {
  background: #c9161c;
  color: #fff;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.highlight {
  color: #c9161c !important;
}
.forSecondStage {
  display: none;
}
body.freeze {
  height: 100vh;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
body.freeze main {
  position: relative;
}
body.freeze main::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-filter: blur(100vw);
  filter: blur(100vw);
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #e8e8e8;
  z-index: 1000;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
}
.header.hide {
  top: -90px;
}
.header-container {
  width: 100%;
  height: 60px;
  max-width: 1920px;
  padding: 0 15px;
  margin: 0 auto;
  font-size: 1em;
  position: relative;
}
@media (min-width: 992px) {
  .header-container {
    height: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .header-container {
    font-size: 1.15em;
  }
}
.header-logo {
  width: 50%;
  max-width: 140px;  /* 20220328修改 Alvin */
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .header-logo {
    width: 30%;
    max-width: 140px;  /* 20220328修改 Alvin */
    left: 3%;
  }
}
@media screen and (min-width: 1440px) {
  .header-logo {
    max-width: 170px;  /* 20220328修改 Alvin */
    left: 3%;
  }
}
.header-logo img {
  display: block;
}
.header .menu {
  width: 100%;
  height: 100%;
  display: none;
}
@media (min-width: 992px) {
  .header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1440px) {
  .header .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header .menu-container {
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .header .menu-container {
    width: calc(100% - 170px);
  }
}
@media screen and (min-width: 1440px) {
  .header .menu-container {
    width: calc(100% - 260px);
    margin: 0 0 0 auto;
  }
}
.header .menu-list {
  width: 100%;
  margin: 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 3%;
  list-style-type: none;
  position: relative;
}
.header .menu-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  position: relative;
  padding-right: 22px;
  margin: 0 10px;
}
@media (min-width: 1200px) {
  .header .menu-item {
    margin: 0 20px;
  }
}
@media screen and (min-width: 1300px) {
  .header .menu-item {
    margin: 0 30px;
  }
}
.header .menu-item::before {
  content: '';
  width: 12px;
  height: 7px;
  background-image: url(../images/header/header-arrow.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header .menu-item > a {
  text-decoration: none;
  color: #414141;
  font-size: 1em;
  position: relative;
}
.header .menu-item > a::after {
  content: '';
  width: 0;
  height: 4px;
  background: #c9161c;
  position: absolute;
  bottom: -10px;
  left: 50%;
  right: 50%;
  opacity: 0;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.header .menu-item > a:hover {
  color: #c9161c;
}
.header .menu-item > a:hover::after {
  width: 100%;
  opacity: 1;
  bottom: -8px;
  left: 0;
  right: 0;
}
.header .menu-item.active > a {
  color: #c9161c;
}
.header .menu-item.active > a::after {
  width: 100%;
  opacity: 1;
  bottom: -6px;
  left: 0;
  right: 0;
}
.burger {
  width: 36px;
  height: 30px;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 1px solid #c1c1c1;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .burger {
    display: none;
  }
}
.burger-lines {
  top: 50%;
  margin-top: -0.125em;
}
.burger-lines,
.burger-lines:after,
.burger-lines:before {
  pointer-events: none;
  display: block;
  content: '';
  width: 22px;
  border-radius: 0.25em;
  background-color: #414141;
  height: 0.2em;
  position: absolute;
  left: 50%;
  -webkit-transform: rotate(0) translate(-50%, 0);
  -ms-transform: rotate(0) translate(-50%, 0);
  transform: rotate(0) translate(-50%, 0);
  -webkit-transition: 0.2s top 0.2s, 0.2s left, 0.4s background-color 0.2s,
    0.2s -webkit-transform;
  transition: 0.2s top 0.2s, 0.2s left, 0.4s background-color 0.2s,
    0.2s -webkit-transform;
  -o-transition: 0.2s top 0.2s, 0.2s left, 0.2s transform,
    0.4s background-color 0.2s;
  transition: 0.2s top 0.2s, 0.2s left, 0.2s transform,
    0.4s background-color 0.2s;
  transition: 0.2s top 0.2s, 0.2s left, 0.2s transform,
    0.4s background-color 0.2s, 0.2s -webkit-transform;
}
.burger-lines:after {
  top: -0.5em;
}
.burger-lines:before {
  top: 0.5em;
}
.burger.on .burger-lines,
.burger.on .burger-lines:after,
.burger.on .burger-lines:before {
  -webkit-transition: 0.2s background-color, 0.2s top, 0.2s left,
    0.2s -webkit-transform 0.15s;
  transition: 0.2s background-color, 0.2s top, 0.2s left,
    0.2s -webkit-transform 0.15s;
  -o-transition: 0.2s background-color, 0.2s top, 0.2s left,
    0.2s transform 0.15s;
  transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
  transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s,
    0.2s -webkit-transform 0.15s;
}
.burger.on .burger-lines {
  background-color: transparent;
}
.burger.on .burger-lines:before,
.burger.on .burger-lines:after {
  width: 15px;
  left: 5px;
  top: 0;
}
.burger.on .burger-lines:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger.on .burger-lines:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.subMenu {
  width: 100%;
  height: calc(100vh - 60px);
  background: #fff;
  -webkit-box-shadow: 0 0 10px #838383;
  box-shadow: 0 0 10px #838383;
  position: fixed;
  top: 60px;
  left: 100%;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  overflow: hidden;
  opacity: 0;
  padding-bottom: 30px;
  border-top: 4px solid #c9161c;
}
@media (min-width: 992px) {
  .subMenu {
    border-top: 0;
    padding-bottom: 0;
    top: 0;
    height: 0;
    font-size: 1em;
    visibility: hidden;
    left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .subMenu {
    font-size: 1.15em;
  }
}
.subMenu.on {
  left: 0;
  opacity: 1;
}
@media (min-width: 992px) {
  .subMenu.on {
    top: 80px;
    visibility: visible;
  }
}
@media (max-width: 991.98px) {
  .subMenu .container {
    max-width: 100%;
  }
}
.subMenu-wrap {
  width: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .subMenu-wrap {
    padding-bottom: 0;
  }
}
.subMenu-group {
  width: 100%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .subMenu-group {
    background: #fff;
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
  .subMenu-group.on {
    opacity: 1;
    visibility: visible;
  }
}
.subMenu-tab {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #333;
  background: #e8e8e8;
}
@media (min-width: 992px) {
  .subMenu-tab {
    display: none;
  }
}
.subMenu-tab.on {
  background: #c1c1c1;
  color: #fff;
}
.subMenu-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #fafafa;
}
@media (min-width: 992px) {
  .subMenu-content {
    height: auto;
    overflow: hidden;
    background: transparent;
  }
}
.subMenu-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.subMenu-item {
  width: 100%;
  border-bottom: 1px solid #c1c1c1;
}
.subMenu-item:last-child {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .subMenu-item {
    border-bottom: 0;
    width: auto;
  }
}
.subMenu-item > a {
  padding: 1.25em 1em;
  width: 100%;
  display: block;
  color: #333;
  text-decoration: none;
}
@media (min-width: 992px) {
  .subMenu-item > a {
    padding: 1.5em 2em;
  }
}
.subMenu-item:hover {
  background: #efefef;
}
.subMenu .smCars .subMenu-list {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.subMenu .smCars .subMenu-item {
  border: 0;
}
.subMenu .smCars .subMenu-item a {
  padding: 1.5em 0;
}
.subMenu .smCars .subMenu-item:hover a {
  color: #c9161c;
}
.subMenu .smCars-img {
  width: 90%;
  display: block;
  margin: 0 auto;
  max-width: 170px;
}
.subMenu .smCars-txt {
  text-align: center;
  margin-top: 1em;
}
.footer {
  font-size: 1em;
  line-height: 1.44em;
}
@media (min-width: 992px) {
  .footer {
    font-size: 0.88em;
  }
}
.footer a {
  text-decoration: none;
  display: block;
}
.footer-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #e8e8e8;
  padding: 30px 0;
}
.footer .divider {
  width: 100%;
  height: 1px;
  background: #888;
}
.footer .divider-top {
  display: none;
}
@media (min-width: 768px) {
  .footer .divider-top {
    display: block;
  }
}
.footer .divider-bottom {
  display: none;
}
@media (min-width: 768px) {
  .footer .divider-bottom {
    display: block;
  }
}
@media (min-width: 992px) {
  .footer .divider-bottom {
    display: none;
  }
}
.footer-menu {
  width: 100%;
}
.footer-menu .col {
  padding: 0 10px;
  display: none;
}
@media (min-width: 768px) {
  .footer-menu .col {
    display: block;
  }
}
@media (min-width: 1200px) {
  .footer-menu .col {
    padding: 0 15px;
  }
}
.footer-menu .menu-list {
  list-style-type: none;
  padding: 0;
  margin: 30px auto;
}
.footer-menu .menu-item {
  margin-bottom: 1em;
}
.footer-menu .menu-item-title {
  margin-bottom: 1.25em;
  font-weight: 500;
  color: #222;
}
.footer-menu .menu-item a {
  color: #414141;
}
.footer .shareLink {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .footer .shareLink {
    max-width: 220px;
  }
}
.footer .shareLink-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .footer .shareLink-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0;
  }
}
.footer .shareLink-item {
  width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 1em;
  text-align: center;
  padding: 0 5px;
}
@media (min-width: 1200px) {
  .footer .shareLink-item {
    margin-bottom: 0.5em;
  }
}
.footer .shareLink-item img {
  max-width: 30px;
}
.footer .shareLink .machine {
  width: 55%;
  padding: 0 10px;
}
.footer .shareLink .machine a {
  text-align: right;
}
.footer .shareLink .machine img {
  max-width: 100px;
}
@media (min-width: 768px) {
  .footer .shareLink .machine img {
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  .footer .shareLink .machine img {
    max-width: 134px;
  }
}
.footer .shareLink .motor {
  width: 45%;
  padding: 0 10px;
}
.footer .shareLink .motor a {
  text-align: left;
}
.footer .shareLink .motor img {
  max-width: 45px;
}
@media (min-width: 768px) {
  .footer .shareLink .motor img {
    max-width: 45px;
  }
}
@media (min-width: 992px) {
  .footer .shareLink .motor img {
    max-width: 59px;
  }
}
.footer-copyright {
  color: #fff;
  background-color: #414141;
  height: 90px;
  padding: 15px;
}
@media (min-width: 768px) {
  .footer-copyright {
    height: 70px;
  }
}
.footer-copyright .container {
  height: 100%;
}
.footer-copyright .row {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-copyright .col {
  text-align: center;
}
.footer-copyright a {
  display: block;
  color: #fff;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .footer-copyright a {
    display: inline-block;
    margin-left: 15px;
    margin-top: 0;
  }
}
.floatBtn {
  font-size: 14px;
  position: fixed;
  z-index: 99;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
  border-radius: 15px 0 0 15px;
}
@media (min-width: 768px) {
  .floatBtn {
    -webkit-transform: translate(0, -60%);
    -ms-transform: translate(0, -60%);
    transform: translate(0, -60%);
  }
}
.floatBtn.off {
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
@media (min-width: 768px) {
  .floatBtn.off {
    -webkit-transform: translate(100%, -60%);
    -ms-transform: translate(100%, -60%);
    transform: translate(100%, -60%);
  }
}
.floatBtn.off .floatBtn-switch .fas {
  -webkit-transform: rotateY(180deg) translate(80%, -50%);
  transform: rotateY(180deg) translate(80%, -50%);
}
.floatBtn-list {
  width: 100%;
  list-style-type: none;
  background: #e8e8e8;
  border-radius: 10px 0 0 10px;
  margin: 0;
  padding: 1em 10px;
  position: relative;
  z-index: 1;
  height: 200px;
  overflow: hidden scroll;
}
@media screen and (min-height: 400px) {
  .floatBtn-list {
    height: 300px;
  }
}
@media screen and (min-height: 620px) {
  .floatBtn-list {
    height: auto;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .floatBtn-list {
    padding: 15px;
  }
}
.floatBtn-item {
  max-width: 4em;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.floatBtn-item::before {
  content: '';
  width: 80%;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.floatBtn-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.floatBtn-item:last-child::before {
  content: none;
}
.floatBtn-item a {
  display: block;
  text-decoration: none;
  color: #333;
  text-align: center;
}
@media (min-width: 992px) {
  .floatBtn-item a:hover {
    color: #c9161c;
  }
  .floatBtn-item a:hover .floatBtn-icon-red {
    opacity: 1;
  }
  .floatBtn-item a:hover .floatBtn-icon-gray {
    opacity: 0;
  }
}
.floatBtn-img {
  width: 100%;
  max-width: 25px;
  padding-bottom: 7px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .floatBtn-img {
    max-width: 30px;
  }
}
.floatBtn-img img {
  display: block;
}
.floatBtn-img .floatBtn-icon-gray {
  opacity: 1;
}
.floatBtn-img img.floatBtn-icon-red {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.floatBtn-switch {
  position: absolute;
  top: 50%;
  left: -22.5px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 45px;
  height: 45px;
  background: #e8e8e8;
  border-radius: 30px;
  display: block;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
}
@media screen and (min-width: 1400px) {
  .floatBtn-switch {
    display: none;
  }
}
.floatBtn-switch .fas {
  font-size: 25px;
  color: white;
  position: absolute;
  top: 50%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .article .sectionTitle {
    padding-right: 15%;
  }
}
.article-header {
  position: relative;
}
.article-link-back {
  font-size: 1em;
  padding: 30px 0;
}
@media (min-width: 1200px) {
  .article-link-back {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
  }
}
.article-link-back a {
  text-decoration: none;
  font-size: 1.125em;
}
.article-link-back i {
  padding-right: 10px;
}
.article-content {
  font-size: 1em;
  color: #333;
  line-height: 24px;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .article-content {
    margin: 45px 0;
  }
}
.article-content a {
  color: #c9161c;
  text-decoration: none;
}
.article-content a:hover {
  text-decoration: underline;
}
.article-content-title {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0 0.5em 0;
}
@media (min-width: 768px) {
  .article-content-title {
    font-size: 1.5em;
    margin: 0 0 1em 0;
  }
}
.article-content-description {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.7em;
  margin: 1em 0;
  text-align: justify;
}
.article-content-description:last-of-type {
  margin: 0;
}
.article-content-text,
.article-content-img {
  padding: 0 15px;
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .article-content-text,
  .article-content-img {
    margin: 0;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }
}
.article-content figure {
  margin: 0;
  width: 100%;
}
.article-video-play {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-size: 5em;
  cursor: pointer;
}
.article-video-close {
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #c9161c;
  font-size: 30px;
  cursor: pointer;
}
.article-video-close:hover {
  opacity: 0.85;
}
.article-module-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .article-module-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .article-module-text.article-text-right .article-content-text {
    margin-right: -15px;
  }
  .article-module-text.article-text-right .article-content-img {
    margin-left: -15px;
  }
  .article-module-text.article-text-left .article-content-text {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: -15px;
  }
  .article-module-text.article-text-left .article-content-img {
    margin-right: -15px;
  }
}
.article-module-video {
  position: relative;
}
.article-module-video .section-video {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.article-module-video .section-video .player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.scrollTop {
  width: 30px;
  font-size: 1em;
  position: fixed;
  z-index: 100;
  bottom: 90px;
  right: 5px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .scrollTop {
    width: 36px;
    bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .scrollTop {
    right: 15px;
  }
  .scrollTop:hover {
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
}
.scrollTop.on {
  opacity: 1;
  visibility: visible;
}
.cookie {
  width: 100%;
  display: block;
  font-size: 1em;
  color: #fff;
  background: rgba(51, 51, 51, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.cookie .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
}
@media (min-width: 768px) {
  .cookie .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px 15px;
  }
}
.cookie-text {
  line-height: 1.5em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cookie-text {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.cookie-text > p {
  margin: 0;
  margin-bottom: 10px;
}
.cookie-text > p:last-child {
  margin-bottom: 0;
}
.cookie-text a {
  margin-left: 2px;
  color: #eee;
}
.cookie-btn {
  width: 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.cookie-btn .btn {
  font-size: 1em;
  width: 100%;
}
.honda-main main {
  margin-top: 0;
  width: 100%;
  overflow: hidden;
}
.honda-main .honda-header {
  width: 100%;
  padding: 18px 0;
  background-color: #e8e8e8;
}
.honda-main .honda-logo {
  width: 310px;
  max-width: calc(100% - 30px);
  display: block;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .honda-main .honda-logo {
    width: 50%;
    max-width: 556px;
  }
}
.honda-main .honda-productLine {
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .honda-main .honda-productLine {
    max-width: 1920px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-height: 500px) {
  .honda-main .honda-productLine {
    height: auto !important;
  }
}
.honda-main .honda-productLine-item {
  position: relative;
  display: block;
  height: calc(100% / 3);
  padding-right: 0;
  padding-left: 0;
  -webkit-transition: -webkit-box-flex 0.5s ease-in-out;
  transition: -webkit-box-flex 0.5s ease-in-out;
  -o-transition: flex 0.5s ease-in-out;
  transition: flex 0.5s ease-in-out;
  transition: flex 0.5s ease-in-out, -webkit-box-flex 0.5s ease-in-out,
    -ms-flex 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .honda-main .honda-productLine-item {
    height: calc(100vh - 80px);
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    margin: 0 5px;
    overflow: hidden;
  }
  .honda-main .honda-productLine-item:hover {
    -webkit-box-flex: 60%;
    -ms-flex: 60%;
    flex: 60%;
  }
  .honda-main .honda-productLine-item:hover .honda-productLine-name {
    opacity: 1;
  }
}
@media (max-height: 500px) {
  .honda-main .honda-productLine-item {
    height: 250px !important;
  }
}
.honda-main .honda-productLine-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}
@media (min-width: 992px) {
  .honda-main .honda-productLine-img {
    position: absolute;
    left: 50%;
    max-width: 1600px;
    width: 1600px;
    height: 100%;
    -webkit-transform: skewX(15deg) translateX(-50%);
    -ms-transform: skewX(15deg) translateX(-50%);
    transform: skewX(15deg) translateX(-50%);
  }
}
.honda-main .honda-productLine-name {
  position: absolute;
  left: 5%;
  bottom: 10%;
  font-size: 1.5em;
  font-weight: 600;
  color: #fff;
  z-index: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-shadow: 0 0 15px black;
}
@media (min-width: 992px) {
  .honda-main .honda-productLine-name {
    left: 10%;
    bottom: 15%;
    font-size: 2.3em;
    opacity: 0;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
  }
}
.honda-main .honda-productLine-name:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 5px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(80%, white),
    color-stop(80%, #d93e4c)
  );
  background: -webkit-linear-gradient(left, white 80%, #d93e4c 80%);
  background: -o-linear-gradient(left, white 80%, #d93e4c 80%);
  background: linear-gradient(90deg, white 80%, #d93e4c 80%);
}
.honda-main .honda-automobile .honda-productLine-img {
  background-position: center left;
}
@media (min-width: 992px) {
  .honda-main .honda-automobile .honda-productLine-img {
    -webkit-transform: skewX(15deg) translateX(-35%);
    -ms-transform: skewX(15deg) translateX(-35%);
    transform: skewX(15deg) translateX(-35%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media (min-width: 992px) {
  .honda-main
    .honda-automobile.honda-productLine-item:hover
    .honda-productLine-img {
    -webkit-transform: skewX(15deg) translateX(-50%);
    -ms-transform: skewX(15deg) translateX(-50%);
    transform: skewX(15deg) translateX(-50%);
  }
}
.honda-main .honda-motorcycle .honda-productLine-img {
  background-position: center left;
}
.honda-main .honda-power .honda-productLine-img {
  background-position: bottom center;
}
@media (min-width: 992px) {
  .honda-main.isMobile .honda-productLine {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .honda-main.isMobile .honda-productLine-item {
    -webkit-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);
    margin: 0;
    height: calc(100% / 3);
    overflow: visible;
  }
  .honda-main.isMobile .honda-productLine-img {
    position: relative;
    max-width: 100%;
    width: 100%;
    left: 0;
    -webkit-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);
  }
  .honda-main.isMobile .honda-productLine-name {
    left: 5%;
    -webkit-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);
    opacity: 1;
  }
}
.homepage .news,
.homepage .events,
.homepage .quickLink,
.memberMain .quickLink {
  margin: 45px 0;
}
.homepage .srsMarquee {
  font-size: 1em;
  background-color: #f0f0f0;
  padding: 8px 0;
}
.homepage .srsMarquee-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(/images/icons/icon-warning.svg);
  background-size: 100%;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .homepage .srsMarquee-icon {
    width: 33px;
    height: 33px;
  }
}
.homepage .srsMarquee-content {
  position: relative;
  display: inline-block;
  width: calc(98% - 33px);
  padding-left: 15px;
  color: #c9161c;
  vertical-align: middle;
  overflow: hidden;
}
@media (min-width: 992px) {
  .homepage .srsMarquee-content {
    width: calc(99% - 33px);
  }
}
.homepage .srsMarquee-mobile {
  position: absolute;
  left: 0;
}
.homepage .srsMarquee-mobile.remove {
  top: -45px;
}
.homepage .srsMarquee-mobile.not-active {
  top: 45px;
}
.homepage .srsMarquee-mobile.active {
  top: 0 !important;
}
.homepage .srsMarquee ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media (min-width: 768px) {
  .homepage .srsMarquee ul {
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-animation-name: marqee;
    animation-name: marqee;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
  }
}
.homepage .srsMarquee ul:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.homepage .srsMarquee li {
  font-size: 1em;
  width: 100%;
  line-height: 1.5em !important;
}
@media (min-width: 768px) {
  .homepage .srsMarquee li {
    position: relative;
    margin-right: 2em;
    white-space: nowrap;
  }
}
@media (max-width: 720px) {
  .homepage .srsMarquee li {
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .homepage .srsMarquee li:last-of-type {
    margin-bottom: 0;
  }
}
.homepage .srsMarquee li a {
  color: #c9161c;
  text-decoration: none;
}
.homepage .quickLink {
  font-size: 1em;
}
.homepage .quickLink a {
  position: relative;
  display: block;
  text-decoration: none;
}
.homepage .quickLink-item {
  padding: 20px;
  margin-bottom: 30px;
  color: #414141;
  text-align: center;
  background-color: #f0f0f0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
  transition: -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
  -o-transition: box-shadow 0.5s, transform 0.5s;
  transition: box-shadow 0.5s, transform 0.5s;
  transition: box-shadow 0.5s, transform 0.5s, -webkit-box-shadow 0.5s,
    -webkit-transform 0.5s;
  overflow: hidden;
}
@media (min-width: 992px) {
  .homepage .quickLink-item {
    padding: 30px;
  }
}
.homepage .quickLink-item:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #c9161c;
  z-index: 1;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.homepage .quickLink-item:hover {
  color: #fff;
}
.homepage .quickLink-item:hover .quickLink-icon-normal {
  opacity: 0;
}
.homepage .quickLink-item:hover .quickLink-icon-hover {
  opacity: 1;
}
.homepage .quickLink-item:hover:before {
  height: 100%;
}
.homepage .quickLink-icon {
  position: relative;
  margin-bottom: 15px;
  z-index: 2;
}
@media (min-width: 992px) {
  .homepage .quickLink-icon {
    margin-bottom: 30px;
  }
}
.homepage .quickLink-icon img {
  height: 45px;
  width: auto;
}
@media (min-width: 992px) {
  .homepage .quickLink-icon img {
    height: 50px;
  }
}
.homepage .quickLink-icon-normal {
  opacity: 1;
}
.homepage .quickLink-icon-hover {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.homepage .quickLink-text {
  position: relative;
  font-size: 1.125em;
  z-index: 2;
}
.homepage .adbanner-item {
  display: block;
}
.homepage .adbanner-item img {
  display: block;
}
.homepage .adbanner-item:hover img {
  opacity: 0.85;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.homepage .srsMarquee-content,
.homepage .srsMarquee li {
  height: 45px;
  line-height: 45px;
}
@media (min-width: 768px) {
  .homepage .srsMarquee-content,
  .homepage .srsMarquee li {
    height: 33px;
    line-height: 33px !important;
  }
}
@-webkit-keyframes marqee {
  0% {
    left: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    left: 0;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
@keyframes marqee {
  0% {
    left: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    left: 0;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
@-webkit-keyframes marqeeUp {
  0% {
    top: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes marqeeUp {
  0% {
    top: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.cars {
  width: 100%;
  overflow: hidden;
}
.carsMenu {
  width: 100%;
  height: 60px;
  display: block;
  background: #f2f2f2;
  font-size: 1.14em;
  color: #333;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
  z-index: 98;
}
@media (min-width: 1200px) {
  .carsMenu {
    height: 80px;
    font-size: 1.25em;
  }
}
.carsMenu.fixed {
  position: fixed;
}
.carsMenu .container {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .carsMenu .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .carsMenu .container {
    max-width: 1140px;
  }
}
.carsMenu .row {
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .carsMenu .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.carsMenu-logo {
  width: 145px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.carsMenu-content {
  width: calc(100% - 145px);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.carsMenu-list {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  list-style-type: none;
  display: none;
  position: absolute;
  background: #f2f2f2;
  border-top: 1px solid #c9161c;
  top: 38px;
  right: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .carsMenu-list {
    background: transparent;
    width: calc(100% - 60px);
    display: block !important;
    border-top: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.carsMenu-item {
  display: block;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.carsMenu-item:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .carsMenu-item {
    display: inline-block;
    float: left;
    border: 0;
    margin: 0;
    padding: 5px 56px;
    border-right: 2px solid #ddd;
  }
  .carsMenu-item:hover {
    color: #c9161c;
  }
}
.carsMenu-item.on {
  color: #c9161c;
}
.carsMenu-select {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .carsMenu-select {
    display: none;
  }
}
.carsMenu-select .fas {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.carsMenu .slick-prev:before,
.carsMenu .slick-next:before {
  color: #c9161c;
}
.carsMenu .slick-prev {
  left: -20px;
}
@media (min-width: 1200px) {
  .carsMenu .slick-prev {
    left: -30px;
  }
}
.carsMenu .slick-next {
  right: -20px;
}
@media (min-width: 1200px) {
  .carsMenu .slick-next {
    right: -30px;
  }
}
.cars .section {
  margin: 60px auto;
}
.cars .section-footerImg {
  width: 100%;
  margin-top: 30px;
  display: none;
}
@media (min-width: 576px) {
  .cars .section-footerImg {
    display: block;
  }
}
@media (min-width: 992px) {
  .cars .section-footerImg {
    margin-top: 60px;
  }
}
.cars .section-footerImg img {
  width: 100%;
  display: block;
}
.cars .section-video {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.cars .section-video .player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cars .s-car360 .container {
  position: relative;
}
.cars .s-car360-tnc {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  font-size: 12px;
  color: #666;
}
.cars .s-car360-tab {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .cars .s-car360-tab {
    margin-top: -82px;
  }
}
.cars .s-car360 .tabContent {
  max-width: 980px;
  margin: 0 auto;
}
.cars .s-car360ImgContent {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 57.959184%;
  position: relative;
  overflow: hidden;
}
.cars .s-car360Iframe {
  width: 1px;
  min-width: 100%;
  height: 1px;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
}
.cars .s-safety .section-video {
  margin: 30px auto;
}
.cars .s-spec .container {
  position: relative;
}
.cars .s-spec .showHideArea {
  margin-bottom: 0;
}
.cars .s-spec .showHideContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 10px;
}
@media (min-width: 576px) {
  .cars .s-spec .showHideContainer {
    padding: 15px;
  }
}
.cars .s-spec .specForm {
  width: 100%;
  font-size: 0.875em;
  line-height: 1.25em;
}
.cars .s-spec .specFormHead {
  width: 30%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}
@media (min-width: 768px) {
  .cars .s-spec .specFormHead {
    width: 20%;
  }
}
.cars .s-spec .specFormHead .specForm-td {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  text-align: left;
}
.cars .s-spec .specFormSlider {
  width: 70%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .cars .s-spec .specFormSlider {
    width: 80%;
  }
}
.cars .s-spec .specForm-td {
  padding: 10px 5px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #666;
}
@media (min-width: 576px) {
  .cars .s-spec .specForm-td {
    padding: 10px;
  }
}
.cars .s-spec .specForm-td:last-child {
  border-bottom: 0;
}
.cars .s-spec .specForm-carType {
  background: #eee;
}
.cars .s-spec .specForm-carPrice {
  background: #eee;
}
.cars .s-spec .slide-nav-circle .slick-prev,
.cars .s-spec .slide-nav-circle .slick-next {
  width: 20px;
  height: 20px;
  top: 10px;
}
@media (min-width: 768px) {
  .cars .s-spec .slide-nav-circle .slick-prev,
  .cars .s-spec .slide-nav-circle .slick-next {
    top: 20px;
  }
}
.cars .s-spec .slide-nav-circle .slick-prev::before,
.cars .s-spec .slide-nav-circle .slick-next::before {
  font-size: 14px;
}
.cars .s-spec .slide-nav-circle .slick-prev {
  left: 5px;
}
.cars .s-spec .slide-nav-circle .slick-next {
  right: 5px;
}
.cars .s-spec .download-link {
  display: block;
  margin: 30px auto;
}
.cars .s-spec .download-link a {
  text-decoration: none;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.25em;
}
.cars .s-spec .download-link a p {
  margin: 0;
}
.cars .s-spec .download-link a span {
  font-size: 0.8em;
}
.cars .s-spec .download-link img {
  width: 20px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .cars .s-spec .download-link img {
    width: 30px;
  }
}
.cars .video-slide {
  padding: 0;
  list-style-type: none;
  margin: 0 -15px;
}
.cars .video-slide .slick-track {
  width: 100%;
}
.cars .video-slide li {
  padding: 0 15px;
}
.cars .video-slide .slick-prev,
.cars .video-slide .slick-next {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .cars .s-accessories-tab {
    margin-top: -82px;
  }
}
.news-item {
  padding-bottom: 30px;
}
.news .filtr-container {
  width: auto !important;
  overflow: hidden !important;
}
.news .tab-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .news .tab-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.news .tab-item {
  width: 4.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .news .tab-item {
    width: auto;
    margin: 0;
    padding: 0 0.5em;
  }
}
@media (max-width: 767.98px) {
  .news .tab-item a {
    font-size: 1.15em;
  }
}
@media (min-width: 992px) {
  .news .tab-item a {
    padding: 0 1em 0.25em;
  }
}
.events-item {
  padding-bottom: 30px;
}
.events .filtr-container {
  width: auto !important;
}
.privacy-content {
  font-size: 1.125em;
  line-height: 2em;
}
.privacy-contentBlock {
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .privacy-contentBlock {
    margin-bottom: 45px;
  }
}
.privacy-title {
  color: #c9161c;
}
.privacy-text {
  color: #333;
  text-align: justify;
}
.srs {
  color: #666;
}
.srs-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5em;
  line-height: 1.44em;
  font-weight: 500;
  color: #c9161c;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .srs-subtitle {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .srs-subtitle {
    font-size: 1.675em;
    margin-bottom: 30px;
  }
}
.srs-subtitle::after {
  content: '';
  width: calc(100% + 30px);
  height: 2px;
  background: #c9161c;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .srs-subtitle::after {
    height: 3px;
    margin-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.srs-text {
  font-size: 1.125em;
  line-height: 2em;
  text-align: justify;
  margin-bottom: 30px;
}
.srs-important {
  padding: 30px;
  background: #eee;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .srs-important {
    padding: 60px 30px;
  }
}
.srs-important-title {
  font-size: 2em;
  color: #c9161c;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .srs-important-title {
    margin-bottom: 30px;
    font-size: 2.25em;
  }
}
.srs-important-title span {
  font-size: 0.85em;
  margin-right: 15px;
  vertical-align: middle;
  margin-top: -7px;
}
.srs-important-text {
  font-size: 1.15em;
  line-height: 1.44em;
  color: #c9161c;
}
@media (min-width: 768px) {
  .srs-important-text {
    font-size: 1.25em;
  }
}
.srs-highlight {
  color: #c9161c;
}
.srs-inquire {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .srs-inquire {
    margin-bottom: 60px;
  }
}
.srs-inquire .col-12 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .srs-inquire .col-12 {
    margin-bottom: 0;
  }
}
.srs-inquireBlock {
  display: block;
  background: #c9161c;
  padding: 30px;
  text-align: center;
  font-size: 1.25em;
  color: #fff;
  text-decoration: none;
}
.srs-inquireBlock img {
  max-width: 45px;
  display: block;
  margin: 0 auto 15px;
}
@media (min-width: 768px) {
  .srs-inquireBlock img {
    max-width: 60px;
    margin: 0 auto 30px;
  }
}
@media (min-width: 992px) {
  .srs-inquireBlock img {
    max-width: 90px;
  }
}
.srs-inquireBlock:hover {
  background-color: #e82a31;
  color: #fff;
}
.srs-list {
  margin: 0;
  padding: 0 15px;
  list-style-type: none;
  font-size: 1.125em;
}
.srs-list li {
  margin: 0 -15px 1em -15px;
  position: relative;
  padding-left: 0.75em;
}
.srs-list li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background: #666;
  position: absolute;
  top: 0.5em;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.srs-list li.srs-highlight::before {
  background: #c9161c;
}
.srs-form {
  margin-bottom: 1em;
  display: block;
}
.srs-th,
.srs-tr {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.srs-th {
  background: #e5e5e5;
}
.srs-tr {
  background: #e5e5e5;
}
.srs-tr:nth-child(even) {
  background: #fff;
}
.srs-td {
  text-align: center;
  padding: 0.5em;
}
.aboutUs {
  width: 100%;
  display: block;
  overflow: hidden;
}
.aboutUs section {
  width: 100%;
  max-width: 890px;
  display: block;
  margin: 0 auto;
  color: #666;
}
.aboutUs-title {
  font-size: 1.75em;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .aboutUs-title {
    margin-bottom: 45px;
  }
}
.aboutUs-textContent {
  font-size: 1.125em;
  line-height: 1.9em;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .aboutUs-textContent {
    margin-bottom: 2em;
  }
}
.aboutUs-textContent p {
  margin: 0;
  text-align: justify;
  line-height: 1.7;
  letter-spacing: 0.9px;
}
.aboutUs-divider {
  width: 100%;
  max-width: 1100px;
  height: 1px;
  background: #666;
  margin: 45px auto;
}
@media (min-width: 992px) {
  .aboutUs-divider {
    margin: 75px auto;
  }
}
.aboutUs-ceo-img {
  width: 100%;
  margin-bottom: 2em;
}
@media screen and (min-width: 496px) {
  .aboutUs-ceo-img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .aboutUs-ceo-img {
    float: left;
    max-width: 53%;
    padding-right: 15px;
    margin-bottom: 0px;
  }
}
.aboutUs-ceo-signature {
  width: 60%;
  max-width: 180px;
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 2em;
}
.aboutUs-production-img {
  display: block;
  margin: 0 auto 2em auto;
  position: relative;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
}
@media (min-width: 576px) {
  .aboutUs-production-img {
    width: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    left: auto;
  }
}
.aboutUs-production-info {
  width: 100%;
  display: block;
  background: #eee;
  color: #333;
  padding: 15px;
}
@media (min-width: 576px) {
  .aboutUs-production-info {
    padding: 30px;
  }
}
.aboutUs-production-infoTitle {
  width: 100%;
  font-size: 2em;
  line-height: 1.33em;
  font-weight: 500;
  text-align: left;
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  .aboutUs-production-infoTitle {
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em;
  }
}
.aboutUs-production-info .row {
  margin: 0 auto 1em;
  width: 100%;
  max-width: 470px;
}
.aboutUs-production-info .row:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .aboutUs-production-info .row {
    margin: 0 auto;
  }
}
.aboutUs-production-info .col {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.25em;
  line-height: 1.75em;
  padding: 0;
}
@media (min-width: 576px) {
  .aboutUs-production-info .col {
    width: auto;
    padding: 0 15px;
  }
}
.aboutUs-production-info .col-left {
  width: 5em;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  height: 30px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .aboutUs-production-info .col-left {
    width: 6em;
    height: 36px;
  }
}
.aboutUs-production-info .col-left::after {
  content: '';
  display: inline-block;
  width: 100%;
}
.calculator {
  display: block;
  color: #666;
}
.calculator section {
  margin: 45px auto;
}
@media (min-width: 768px) {
  .calculator section {
    margin: 60px auto;
  }
}
.calculator .calculator-step2,
.calculator .calculator-step3 {
  display: none;
}
.calculator-step {
  font-size: 1.5em;
  vertical-align: middle;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .calculator-step {
    font-size: 1.75em;
  }
}
.calculator-step span {
  padding: 0.1em 0.75em;
  display: inline-block;
  text-align: center;
  background: #666;
  color: #fff;
  border-radius: 10px;
  margin-right: 0.55em;
}
@media (min-width: 768px) {
  .calculator-step span {
    padding: 0.2em 1em;
  }
}
.calculator-cars {
  margin: 30px -15px;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .calculator-cars li {
    padding-bottom: 30px;
  }
}
.calculator-cars.slide-nav-circle .slick-prev,
.calculator-cars.slide-nav-circle .slick-next {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.calculator-car {
  display: block;
  padding: 15px;
  position: relative;
  cursor: pointer;
}
.calculator-car::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 2px solid #bbb;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.calculator-carImg {
  display: block;
  margin: 30px 0;
}
.calculator-carName {
  font-size: 1.25em;
  font-weight: bold;
  color: #c9161c;
  margin-bottom: 15px;
}
.calculator-carPrice {
  font-size: 1em;
}
.calculator-carPrice span {
  font-size: 1.25em;
  margin-left: 0.75em;
}
.calculator-car:hover::before,
.calculator-car.active::before {
  border: 4px solid #c9161c;
}
.calculator-carType {
  display: none;
}
.calculator-carType-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calculator-carType-list {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .calculator-carType-list {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .calculator-carType-list {
    width: 30%;
  }
}
.calculator-carTypeName {
  font-size: 1.8em;
  color: #c9161c;
  font-weight: bold;
  margin-bottom: 1em;
}
.calculator-carTypeItem {
  font-size: 1.25em;
  margin-bottom: 15px;
}
.calculator-carTypeItem i {
  font-style: normal;
  margin: 0 0.25em;
}
.calculator-carType-img {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .calculator-carType-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
  }
}
.calculator-carType-img img {
  width: 90%;
  max-width: 650px;
  display: block;
  margin: 0 auto;
}
.calculatorResult-title {
  font-size: 1.5em;
}
.calculatorResult-divider {
  width: 100%;
  height: 1px;
  margin: 15px auto;
  background: #bfbfbf;
}
.calculatorResult .col-12 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .calculatorResult .col-12 {
    margin-bottom: 0;
  }
}
.calculatorResult-tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .calculatorResult-tr {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.calculatorResult-tr:last-child {
  margin-bottom: 0;
}
.calculatorResult-td {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.25em;
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .calculatorResult-td {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }
}
.calculatorResult-td:first-child {
  width: 100%;
  margin-right: 1em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .calculatorResult-td:first-child {
    width: 4em;
    text-align: left;
  }
}
.calculatorResult-td input {
  text-align: left;
}
@media (min-width: 768px) {
  .calculatorResult-td input {
    text-align: right;
  }
}
.calculator-highlight {
  color: #c9161c;
}
.calculator .trialCalc,
.calculator .taxFee {
  border: 1px solid #bfbfbf;
  padding: 15px;
}
@media (min-width: 768px) {
  .calculator .trialCalc,
  .calculator .taxFee {
    padding: 30px 15px;
  }
}
.calculator .trialCalc-tnc {
  display: block;
  font-size: 14px;
  line-height: 1.33em;
  color: #aaa;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .calculator .trialCalc-tnc {
    position: absolute;
    bottom: -24px;
    right: 0;
    margin-top: 0;
  }
}
.calculator .trialCalc input {
  width: calc(100% - 2em);
  margin-right: 10px;
}
@media (min-width: 768px) {
  .calculator .trialCalc input {
    width: 75%;
  }
}
.calculator .trialCalc-loanAmount,
.calculator .trialCalc-result {
  font-size: 1.5em;
  font-weight: bold;
  margin-right: 10px;
}
.calculator .taxFee .calculatorResult-tr {
  margin-bottom: 30px;
}
.calculator .taxFee .calculatorResult-tr:nth-last-child(1),
.calculator .taxFee .calculatorResult-tr:nth-last-child(3) {
  margin-bottom: 0;
}
.calculator .taxFee-result {
  font-size: 1.5em;
  font-weight: bold;
}
.testDrive {
  display: block;
  color: #666;
}
.testDrive section {
  margin: 45px auto;
}
@media (min-width: 768px) {
  .testDrive section {
    margin: 60px auto;
  }
}
.testDrive-step {
  font-size: 1.5em;
  vertical-align: middle;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .testDrive-step {
    font-size: 1.75em;
  }
}
.testDrive-step span {
  padding: 0.1em 0.75em;
  display: inline-block;
  text-align: center;
  background: #666;
  color: #fff;
  border-radius: 10px;
  margin-right: 0.55em;
}
@media (min-width: 768px) {
  .testDrive-step span {
    padding: 0.2em 1em;
  }
}
.testDrive-cars {
  margin: 30px -15px;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .testDrive-cars li {
    padding-bottom: 30px;
  }
}
.testDrive-cars.slide-nav-circle .slick-prev,
.testDrive-cars.slide-nav-circle .slick-next {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.testDrive-car {
  display: block;
  padding: 15px;
  position: relative;
  cursor: pointer;
}
.testDrive-car::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 2px solid #bbb;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.testDrive-carImg {
  display: block;
  margin: 30px 0;
}
.testDrive-carName {
  font-size: 1.25em;
  font-weight: bold;
  color: #c9161c;
  margin-bottom: 15px;
}
.testDrive-carPrice {
  font-size: 1em;
}
.testDrive-carPrice span {
  font-size: 1.25em;
  margin-left: 0.75em;
}
.testDrive-car:hover::before,
.testDrive-car.active::before {
  border: 4px solid #c9161c;
}
.testDrive-agree.row i.highlight {
  font-style: normal;
  position: relative;
}
.testDrive-agree.row i.highlight::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  background: #c9161c;
}
.testDrive .infoBlock {
  font-size: 0.8em;
}
@media (min-width: 992px) {
  .testDrive .infoBlock {
    font-size: 1em;
  }
}
.testDrive .infoBlock-phone {
  display: block;
}
.testDrive .infoBlock-map {
  top: 70px;
}
@media (min-width: 768px) {
  .testDrive .infoBlock-map {
    top: auto;
  }
}
.contact {
  display: block;
  color: #666;
}
.contact section {
  margin: 45px auto;
}
@media (min-width: 768px) {
  .contact section {
    margin: 60px auto;
  }
}
.contact-remind {
  width: 100%;
  display: block;
  padding: 15px;
  background: #eee;
  color: #666;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contact-remind {
    margin-bottom: 30px;
  }
}
.contact-remind .fas.fa-exclamation-circle {
  font-size: 1.75em;
  color: #c9161c;
  vertical-align: middle;
  margin-right: 0.2em;
}
.contact-remind-title {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
}
.contact-remind-text {
  display: block;
  margin-top: 15px;
  text-align: justify;
}
@media (min-width: 768px) {
  .contact-remind-text {
    padding-left: 2.33em;
  }
}
.service {
  width: 100%;
  display: block;
  overflow: hidden;
}
.service .form {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .service .form {
    margin-bottom: 30px;
  }
}
.service .form-radio {
  font-size: 1em;
  color: #666;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .service .form-radio {
    font-size: 1.25em;
  }
}
.service-select {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .service-select {
    display: none;
  }
}
.service-select select {
  width: 100%;
  display: block;
  font-size: 1em;
}
@media (min-width: 768px) {
  .service-select select {
    font-size: 1.25em;
  }
}
.service .map {
  width: 100%;
}
@media (min-width: 768px) {
  .service .map {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .service .map {
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  .service .map {
    max-width: 400px;
  }
}
.service .map-content {
  width: 100%;
  background: #fafafa;
  padding-bottom: 170%;
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .service .map-content {
    display: block;
  }
}
.service .map-svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-filter: drop-shadow(6px 6px 2px #8c8c8c);
  filter: drop-shadow(6px 6px 2px #8c8c8c);
}
.service .map-block {
  fill: #c6c6c6;
  stroke: #fff;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service .map-textArea {
  display: none;
  fill: #666;
  stroke: transparent;
  stroke-width: 0;
  pointer-events: none;
}
.service .map-text {
  fill: #fff;
  stroke: transparent;
  stroke-width: 0;
  font-size: 20px;
}
.service .map-store {
  cursor: pointer;
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .service .map-store:hover {
    fill: #c30e23;
    -webkit-transform: translate(-6px, -10px) scale(1.025);
    -ms-transform: translate(-6px, -10px) scale(1.025);
    transform: translate(-6px, -10px) scale(1.025);
  }
  .service .map-store:hover .map-textArea {
    display: block;
  }
}
.service .map-store.hover {
  fill: #c30e23;
  -webkit-transform: translate(-6px, -10px) scale(1.025);
  -ms-transform: translate(-6px, -10px) scale(1.025);
  transform: translate(-6px, -10px) scale(1.025);
}
.service .map-store.hover .map-textArea {
  display: block;
}
.service .map-store.active {
  fill: #c30e23;
  -webkit-transform: translate(-6px, -10px) scale(1.025);
  -ms-transform: translate(-6px, -10px) scale(1.025);
  transform: translate(-6px, -10px) scale(1.025);
}
.service .map-store.active .map-textArea {
  display: block;
}
@media (min-width: 768px) {
  .service .infoBlock-local {
    width: 5em;
  }
}
.service .infoBlock-phone {
  display: none;
}
@media (min-width: 992px) {
  .service .infoBlock-phone {
    display: block;
  }
}
.service .infoBlock-map {
  top: 40px;
}
@media (min-width: 768px) {
  .service .infoBlock-map {
    top: auto;
  }
}
.assistance {
  width: 100%;
  display: block;
  overflow: hidden;
}
.assistance section {
  width: 100%;
  display: block;
  margin: 0 auto;
  color: #666;
}
.assistance .tab-item a {
  padding: 0.5em 1em;
}
@media (min-width: 768px) {
  .assistance .tab-item a {
    padding: 0 1em 0.25em;
  }
}
.assistance-title {
  font-size: 1.75em;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .assistance-title {
    margin-bottom: 45px;
  }
}
.assistance-phone24h {
  width: 100%;
  background: #eee;
  font-size: 1.5em;
  line-height: 1.33em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 15px;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .assistance-phone24h {
    font-size: 2em;
    padding: 45px 15px;
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .assistance-phone24h {
    font-size: 2.33em;
    padding: 60px 15px;
  }
}
.assistance-phone24hText,
.assistance-phone24hPhone {
  width: 100%;
}
@media (min-width: 768px) {
  .assistance-phone24hText,
  .assistance-phone24hPhone {
    width: auto;
  }
}
.assistance-phone24hText {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .assistance-phone24hText {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.assistance-phone24hPhone {
  color: #c9161c;
}
.assistance-phone24hPhone > span {
  font-size: 0.875em;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 15px;
}
.assistance-contentBlock {
  font-size: 1.125em;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .assistance-contentBlock {
    margin-bottom: 60px;
  }
}
.assistance-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5em;
  line-height: 1.44em;
  font-weight: 500;
  color: #c9161c;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .assistance-subtitle {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .assistance-subtitle {
    font-size: 1.675em;
    margin-bottom: 30px;
  }
}
.assistance-subtitle::after {
  content: '';
  width: calc(100% + 30px);
  height: 2px;
  background: #c9161c;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .assistance-subtitle::after {
    height: 3px;
    margin-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.assistance-list {
  margin: 0;
  padding-left: 15px;
}
.assistance-ol {
  margin: 0;
  padding-left: 1.15em;
}
.assistance-item {
  margin: 0 -15px;
  position: relative;
  padding-left: 0.75em;
  color: #c9161c;
  line-height: 1.75em;
}
.assistance-item::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background: #c9161c;
  position: absolute;
  top: 0.85em;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .assistance-item::before {
    top: 0.75em;
  }
}
.assistance-text {
  margin: 0;
  text-align: justify;
  color: #666;
  line-height: 1.75em;
}
.assistance-note {
  margin: 30px auto;
}
@media (min-width: 992px) {
  .assistance-note {
    margin: 45px auto;
  }
}
.assistance-noteText {
  font-size: 0.875em;
  margin-bottom: 0.5em;
}
.assistance-sup-block {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .assistance-sup-block {
    margin: 45px 0;
  }
}
.assistance-sup-block .assistance-item {
  color: #666;
}
.assistance-sup-block .assistance-item::before {
  background: #666;
}
.assistance-important {
  font-size: 1.15em;
  line-height: 1.75em;
  color: #c9161c;
  margin: 30px auto;
}
@media (min-width: 992px) {
  .assistance-important {
    margin: 45px auto;
    font-size: 1.3em;
  }
}
.booking {
  display: block;
  color: #666;
}
.booking section {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .booking section {
    margin-bottom: 60px;
  }
}
.booking .form-td:first-child {
  width: 9em;
}
.booking .infoBlock {
  margin-top: 15px;
}
.booking .infoBlock-phone {
  display: block;
}
.booking .bookingCancel .infoBlock {
  padding: 15px;
  font-size: 1.15em;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .booking .bookingCancel .infoBlock {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .booking .bookingCancel .infoBlock {
    padding: 25px;
  }
}
.booking .bookingCancel .infoBlock-tr {
  padding: 10px 5px;
}
@media (min-width: 768px) {
  .booking .bookingCancel .infoBlock-tr {
    padding: 10px 15px;
  }
}
.booking .bookingCancel .infoBlock-td {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  word-break: break-all;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .booking .bookingCancel .infoBlock-td {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.booking .bookingCancel .infoBlock-td:first-child {
  width: 9em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.faq .tab-list {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .faq .tab-list {
    margin-top: -90px;
    margin-bottom: 75px;
  }
}
.faq-search {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .faq-search {
    width: 80%;
  }
}
.faq-search-row {
  display: block;
}
.faq-search-col {
  display: inline-block;
}
.faq-search-title {
  font-size: 1.5em;
  font-weight: 300;
  color: #666;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .faq-search-title {
    font-size: 1.8em;
  }
}
.faq-search-input {
  width: 100%;
}
@media (min-width: 992px) {
  .faq-search-input {
    height: 44px;
  }
}
.faq-search .row > div:nth-of-type(1) {
  padding-right: 0;
}
@media (min-width: 1200px) {
  .faq-search .row > div:nth-of-type(1) {
    padding-right: 15px;
  }
}
.faq-category {
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .faq-category {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.faq-category-item {
  margin: 10px 0;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 12.5%;
}
.faq-category-item:last-child {
  border: 0;
}
.faq-category-item a {
  color: #666;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 10px 0;
}
.faq-category-item:hover a {
  color: #c30e23;
}
.faq-category-item.active:before {
  content: '';
  display: block;
  position: relative;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #c30e23 transparent transparent transparent;
}
.faq-category-item.active a {
  color: #c30e23;
}
.faq-category ul {
  display: none;
  width: 100%;
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .faq-category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.faq-category select {
  width: 100%;
  font-size: 1em;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .faq-category select {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .faq-category select {
    height: 44px;
  }
}
.faq-category.show {
  display: block;
}
.faq-category.hide {
  display: none;
}
#faqTab.slide-nav-circle .slick-prev,
#faqTab.slide-nav-circle .slick-next {
  width: 23px;
  height: 23px;
}
#faqTab.slide-nav-circle .slick-prev:before,
#faqTab.slide-nav-circle .slick-next:before {
  font-size: 15px;
}
#faqTab.slide-nav-circle .slick-prev.slick-disabled,
#faqTab.slide-nav-circle .slick-next.slick-disabled {
  opacity: 0.25;
}
#faqTab.slide-nav-circle .slick-prev.slick-disabled::before,
#faqTab.slide-nav-circle .slick-next.slick-disabled::before {
  opacity: 1;
}
#faqTab.slick-slider {
  width: 80% !important;
}
@media (min-width: 768px) {
  #faqTab.slick-slider {
    width: 90% !important;
  }
}
@media (min-width: 992px) {
  #faqTab.slick-slider {
    width: 100% !important;
  }
}
#faqTab.slick-slider .slick-prev {
  left: -15%;
}
@media (min-width: 576px) {
  #faqTab.slick-slider .slick-prev {
    left: -25px;
  }
}
#faqTab.slick-slider .slick-next {
  right: -15%;
}
@media (min-width: 576px) {
  #faqTab.slick-slider .slick-next {
    right: -25px;
  }
}
@media (min-width: 768px) {
  #faqTab.slick-slider .tab-item {
    width: auto !important;
  }
}
#faqTab .tab-item :focus {
  outline: 0;
}
@media (min-width: 576px) {
  #faqTab.slideLength3.slick-slider .slick-list,
  #faqTab.slideLength3.slick-slider .slick-track {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  #faqTab.slideLength3.slick-slider .slick-list,
  #faqTab.slideLength3.slick-slider .slick-track {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  #faqTab.slideLength3.slick-slider .tab-item {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  #faqTab.slideLengthMax.slick-slider {
    width: 90% !important;
  }
}
@media (min-width: 1200px) {
  #faqTab.slideLengthMax {
    margin-top: 0 !important;
  }
}
#faqTab.slideLengthMin.slick-slider .slick-list,
#faqTab.slideLengthMin.slick-slider .slick-track {
  width: 100%;
}
@media (min-width: 992px) {
  #faqTab.slideLengthMin.slick-slider .slick-list,
  #faqTab.slideLengthMin.slick-slider .slick-track {
    width: auto;
  }
}
#faqTab.slideLengthMin.slick-slider .tab-item {
  width: 50% !important;
}
@media (min-width: 768px) {
  #faqTab.slideLengthMin.slick-slider .tab-item {
    width: auto !important;
  }
}
.hondaCare {
  display: block;
  color: #666;
}
.hondaCare section {
  margin: 45px auto;
}
@media (min-width: 768px) {
  .hondaCare section {
    margin: 60px auto;
  }
}
.hondaCare-subtitle {
  font-size: 1.33em;
  line-height: 1.33em;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-align: justify;
}
@media (min-width: 768px) {
  .hondaCare-subtitle {
    font-size: 1.66em;
    margin-bottom: 0.75em;
  }
}
@media (min-width: 992px) {
  .hondaCare-subtitle {
    font-size: 2em;
  }
}
.hondaCare-text {
  font-size: 1.125em;
  line-height: 1.66em;
  text-align: justify;
}
@media (min-width: 992px) {
  .hondaCare-text {
    font-size: 1.25em;
  }
}
.hondaCare-class {
  color: #666;
  margin: 45px auto;
}
@media (min-width: 768px) {
  .hondaCare-class {
    margin: 60px auto;
  }
}
.hondaCare-class .col-12 {
  margin-bottom: 30px;
}
.hondaCare-classImg {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.hondaCare-classText-title {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .hondaCare-classText-title {
    font-size: 1.33em;
  }
}
.hondaCare-classText-description {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.7em;
  text-align: justify;
}
.hondaCare-tipsTitle {
  font-size: 1.5em;
  color: #c9161c;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hondaCare-tipsTitle {
    font-size: 1.875em;
    margin-bottom: 45px;
  }
}
.hondaCare-tipsSlide {
  margin: 0 -15px;
}
.hondaCare-tipsList {
  padding: 0 15px;
}
.hondaCare-tipsList-content {
  padding: 25px;
  border: 1px solid #eee;
  height: 100%;
}
@media (min-width: 992px) {
  .hondaCare-tipsList-content {
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .hondaCare-tipsList-content {
    padding: 25px;
  }
}
.hondaCare-tipsSubtitle {
  font-size: 1.2em;
  color: #c9161c;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .hondaCare-tipsSubtitle {
    font-size: 1.25em;
  }
}
.hondaCare-tipsItem {
  font-size: 1em;
  line-height: 1.33em;
  color: #666;
  margin: 0.75em 0;
  padding-left: 0.75em;
  position: relative;
}
@media (min-width: 768px) {
  .hondaCare-tipsItem {
    margin: 1em 0;
  }
}
.hondaCare-tipsItem:last-child {
  margin-bottom: 0;
}
.hondaCare-tipsItem::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background: #666;
  position: absolute;
  top: 0.66em;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .hondaCare-tipsItem:hover::before {
    background: #c9161c;
  }
}
.hondaCare-tips a {
  text-decoration: none;
}
.hondaCare-tips .slide-nav-circle .slick-prev,
.hondaCare-tips .slide-nav-circle .slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
}
.careers-contentBlock {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .careers-contentBlock {
    padding-left: 30px;
    margin-bottom: 60px;
  }
}
.careers-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5em;
  line-height: 1.44em;
  font-weight: 500;
  color: #c9161c;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .careers-subtitle {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -30px;
  }
}
@media (min-width: 992px) {
  .careers-subtitle {
    font-size: 1.675em;
    margin-bottom: 30px;
  }
}
.careers-subtitle::after {
  content: '';
  width: calc(100% + 30px);
  height: 2px;
  background: #c9161c;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .careers-subtitle::after {
    height: 3px;
    margin-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.careers-description {
  font-size: 1.5em;
  color: #c9161c;
  font-weight: 500;
  padding-bottom: 1em;
}
@media (min-width: 992px) {
  .careers-description {
    font-size: 1.675em;
  }
}
.careers-vacancyList {
  margin: 0;
}
.careers-vacancyItem {
  position: relative;
  padding-left: 0.75em;
  color: #666;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .careers-vacancyItem {
    margin-bottom: 45px;
  }
}
.careers-vacancyItem::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background: #666;
  position: absolute;
  top: 0.7em;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.careers-vacancyTitle {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 5px;
}
.careers-vacancyTitle-remark {
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .careers-vacancyTitle {
    font-size: 1.33em;
    margin-bottom: 15px;
  }
}
.careers-text {
  margin: 0;
  text-align: justify;
  font-size: 1rem;
  color: #666;
  line-height: 1.75em;
  margin-bottom: 5px;
}
.careers-text b {
  font-weight: 500;
}
@media (min-width: 768px) {
  .careers-text {
    font-size: 1.15rem;
  }
}
.careers-area {
  margin-bottom: 1em !important;
}
.careers-area-title {
  font-weight: 500;
}
.careers-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .careers-btn {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.lifeSafety {
  color: #666;
}
.lifeSafety .sectionTitle {
  margin-bottom: 50px;
}
.lifeSafety-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.lifeSafety-title {
  font-size: 1.5em;
  line-height: 1.33em;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .lifeSafety-title {
    font-size: 2em;
    margin-bottom: 45px;
  }
}
.lifeSafety-subtitle {
  font-size: 1.25em;
  line-height: 1.33em;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .lifeSafety-subtitle {
    font-size: 1.33em;
    margin-bottom: 45px;
  }
}
.lifeSafety-importantBlock {
  width: 100%;
  text-align: center;
  background: #555;
  color: #fff;
  margin-bottom: 30px;
  padding: 20px;
}
@media (min-width: 768px) {
  .lifeSafety-importantBlock {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .lifeSafety-importantBlock {
    margin-bottom: 45px;
  }
}
.lifeSafety-importantTitle {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .lifeSafety-importantTitle {
    font-size: 2em;
    margin-bottom: 30px;
  }
}
.lifeSafety-importantText {
  width: 100%;
  margin: 0 auto;
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: justify;
}
@media (min-width: 768px) {
  .lifeSafety-importantText {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .lifeSafety-importantText {
    width: 75%;
    font-size: 1.25em;
  }
}
.lifeSafety-text {
  min-height: 1em;
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: justify;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .lifeSafety-text {
    font-size: 1.2em;
  }
}
.safetyTech-section {
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #bfbfbf;
}
@media (min-width: 992px) {
  .safetyTech-section {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.safetyTech-section:last-of-type {
  border-bottom: 0;
}
.safetyTech-title {
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 2px;
  color: #666;
  margin: 0;
}
@media (min-width: 992px) {
  .safetyTech-title {
    font-size: 2.215em;
  }
}
.safetyTech-description {
  font-size: 1.125em;
  font-weight: 400;
  color: #666;
}
.safetyTech-icon {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .safetyTech-icon {
    text-align: right;
  }
}
.safetyTech-icon-img {
  max-width: 350px;
}
.safetyTech .qa-item-description {
  font-size: 1em;
}
.safetyTech-table {
  width: 100%;
  font-size: 0.875em;
  line-height: 1.25em;
}
@media (min-width: 576px) {
  .safetyTech-table {
    font-size: 1.125em;
    line-height: 1.4em;
  }
}
.safetyTech-tableArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 10px;
}
@media (min-width: 576px) {
  .safetyTech-tableArea {
    margin-top: 2em;
  }
}
.safetyTech-tableHead {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}
@media (min-width: 768px) {
  .safetyTech-tableHead {
    width: 30%;
  }
}
.safetyTech-tableHead .safetyTech-table-td {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  text-align: left;
}
.safetyTech-tableHead .safetyTech-table-bgGray {
  color: #c9161c;
  font-weight: 600;
}
.safetyTech-tableSlider {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .safetyTech-tableSlider {
    width: 70%;
  }
}
.safetyTech-table-td {
  padding: 15px 5px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #666;
}
.safetyTech-table-bgGray {
  background: #eee;
}
.safetyTech-table i {
  display: block;
  font-style: inherit;
}
.safetyTech-table-remarks {
  margin-left: -25px;
  list-style: none;
  font-size: 0.9375em;
  line-height: 1.4;
  color: #666;
}
.safetyTech-table-remarks li {
  position: relative;
  margin-bottom: 0.5em;
}
.safetyTech-table-remarks li:before {
  content: '*';
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
}
.safetyTech-check {
  font-family: 'Font Awesome 5 Free';
  display: block;
}
.safetyTech-check[data='true']::before {
  content: '\f00c';
  font-weight: 900;
  display: block;
}
.safetyTech-check[data='false']::before {
  content: '\f00d';
  font-weight: 900;
  display: block;
}
.safetyTech .slide-nav-circle .slick-prev,
.safetyTech .slide-nav-circle .slick-next {
  width: 20px;
  height: 20px;
  top: 12px;
}
@media (min-width: 768px) {
  .safetyTech .slide-nav-circle .slick-prev,
  .safetyTech .slide-nav-circle .slick-next {
    top: 25px;
  }
}
.safetyTech .slide-nav-circle .slick-prev::before,
.safetyTech .slide-nav-circle .slick-next::before {
  font-size: 14px;
}
.safetyTech .slide-nav-circle .slick-prev {
  left: 5px;
}
.safetyTech .slide-nav-circle .slick-next {
  right: 5px;
}
.memberMain .slide-banner {
  margin-bottom: 3em;
}
.memberMain-login {
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  padding: 15px;
  font-size: 1.125em;
  line-height: 1.7;
  color: #666;
}
@media (min-width: 768px) {
  .memberMain-login {
    padding: 15px 20px;
  }
}
.memberMain-login .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.memberMain-login .btn-primary {
  width: 100%;
  margin-top: 1em;
  padding: 0.5em;
}
@media (min-width: 768px) {
  .memberMain-login .btn-primary {
    padding: 0.8em 1em;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .memberMain-login .btn-primary {
    padding: 1em;
  }
}
.memberMain .quickLink {
  font-size: 1em;
}
.memberMain .quickLink a {
  position: relative;
  display: block;
  text-decoration: none;
  height: 100%;
}
.memberMain .quickLink-container {
  width: 98%;
  margin: 0 auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-content: start; /*20220328 Alvin*/
}
.memberMain .quickLink-container > div {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .memberMain .quickLink-container > div {
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.memberMain .quickLink-hr {
  width: calc(98% - 30px);
  height: 1px;
  background-color: #bfbfbf;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .memberMain .quickLink-hr {
    margin-bottom: 50px;
  }
}
.memberMain .quickLink-hr.end {
  width: 100%;
  height: 2px;
  background-color: #c9161c;
}
@media (min-width: 768px) {
  .memberMain .quickLink-hr.end {
    height: 3px;
  }
}
.memberMain .quickLink-item {
  padding: 20px;
  color: #414141;
  text-align: center;
  background-color: #f0f0f0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
  transition: -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
  -o-transition: box-shadow 0.5s, transform 0.5s;
  transition: box-shadow 0.5s, transform 0.5s;
  transition: box-shadow 0.5s, transform 0.5s, -webkit-box-shadow 0.5s,
    -webkit-transform 0.5s;
  overflow: hidden;
}
@media (min-width: 992px) {
  .memberMain .quickLink-item {
    padding: 30px;
  }
}
.memberMain .quickLink-item:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #c9161c;
  z-index: 1;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.memberMain .quickLink-item:hover {
  color: #fff;
}
.memberMain .quickLink-item:hover .quickLink-icon-normal {
  opacity: 0;
}
.memberMain .quickLink-item:hover .quickLink-icon-hover {
  opacity: 1;
}
.memberMain .quickLink-item:hover:before {
  height: 100%;
}
.memberMain .quickLink-icon {
  position: relative;
  margin-bottom: 15px;
  z-index: 2;
}
@media (min-width: 992px) {
  .memberMain .quickLink-icon {
    margin-bottom: 30px;
  }
}
.memberMain .quickLink-icon img {
  height: 45px;
  width: auto;
}
@media (min-width: 992px) {
  .memberMain .quickLink-icon img {
    height: 50px;
  }
}
.memberMain .quickLink-icon-normal {
  opacity: 1;
}
.memberMain .quickLink-icon-hover {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.memberMain .quickLink-text {
  position: relative;
  font-size: 1.125em;
  z-index: 2;
}
.memberMain-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5em;
  line-height: 1.44em;
  font-weight: 500;
  color: #c9161c;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .memberMain-subtitle {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .memberMain-subtitle {
    font-size: 1.675em;
  }
}
.memberMain-subtitle::after {
  content: '';
  width: calc(100% + 30px);
  height: 2px;
  background: #c9161c;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .memberMain-subtitle::after {
    height: 3px;
    margin-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.memberMain .memberMain-subtitle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .memberMain .memberMain-subtitle {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}
.memberLoginForm-container {
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .memberLoginForm-container {
    max-width: 550px;
    padding: 0;
  }
}
.memberLoginForm-last .form-td:first-child {
  display: none;
}
@media (min-width: 768px) {
  .memberLoginForm-last .form-td:first-child {
    display: block;
  }
}
.memberLoginForm-last .form-td:last-child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .memberLoginForm-last .form-td:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.memberLogin .form-tr {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.memberLogin .form-td {
  color: #666;
}
.memberLogin .form-td:first-child {
  width: 100%;
  padding-left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .memberLogin .form-td:first-child {
    width: 10em;
    padding-left: 15px;
  }
}
.memberLogin .form-td:first-child:before {
  content: '';
  position: relative;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.memberLogin-mark {
  font-size: 0.75em;
  color: #a0a0a0;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .memberLogin-mark {
    display: block;
    margin-left: 35px;
  }
}
.memberLogin-icon-car:before {
  background-image: url(../images/icons/icon-car.svg);
}
.memberLogin-icon-phone:before {
  background-image: url(../images/icons/icon-phone.svg);
}
.memberLogin-icon-id:before {
  background-image: url(../images/icons/icon-people.svg);
}
.memberLogin-icon-verification:before {
  background-image: url(../images/icons/icon-safe.svg);
}
.memberLogin .forger-pass {
  display: inline-block;
  color: #c9161c;
  font-size: 0.875em;
  vertical-align: middle;
  border-bottom: 1px solid #c9161c;
}
@media (min-width: 768px) {
  .memberLogin .forger-pass {
    margin-left: 1.125em;
  }
}
.memberLogin .form-submit {
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .memberLogin .form-submit {
    max-width: 180px;
    margin-bottom: 0;
  }
}
.memberNews-item {
  padding-bottom: 30px;
}
.memberNews .filtr-container {
  width: auto !important;
  overflow: hidden !important;
}
.memberNews .tab-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .memberNews .tab-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.memberNews .tab-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .memberNews .tab-item {
    width: auto;
    margin: 0;
    padding: 0 0.5em;
  }
}
@media (max-width: 767.98px) {
  .memberNews .tab-item a {
    font-size: 1.15em;
  }
}
@media (min-width: 992px) {
  .memberNews .tab-item a {
    padding: 0 1em 0.25em;
  }
}
.memberPoint .tab-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .memberPoint .tab-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.memberPoint .tab-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .memberPoint .tab-item {
    width: auto;
    margin: 0;
    padding: 0 0.5em;
  }
}
@media (max-width: 767.98px) {
  .memberPoint .tab-item a {
    font-size: 1.15em;
  }
}
@media (min-width: 992px) {
  .memberPoint .tab-item a {
    padding: 0 1em 0.25em;
  }
}
.memberPoint .tab-content.show {
  display: block;
}
.memberPoint .tab-content.hide {
  display: none;
}
.memberPoint-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.memberPoint-category {
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .memberPoint-category {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.memberPoint-category-item {
  margin: 10px 0;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 12.5%;
}
.memberPoint-category-item:last-child {
  border: 0;
}
.memberPoint-category-item a {
  color: #666;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 10px 0;
}
.memberPoint-category-item:hover a {
  color: #c30e23;
}
.memberPoint-category-item.active:before {
  content: '';
  display: block;
  position: relative;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #c30e23 transparent transparent transparent;
}
.memberPoint-category-item.active a {
  color: #c30e23;
}
.memberPoint-category ul {
  display: none;
  width: 100%;
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (min-width: 1200px) {
  .memberPoint-category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.memberPoint-category select {
  width: 100%;
  font-size: 1em;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .memberPoint-category select {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .memberPoint-category select {
    height: 44px;
  }
}
.memberPoint-popup .popup-wrapper {
  max-width: 850px;
  padding: 2em 1em;
}
@media (min-width: 768px) {
  .memberPoint-popup .popup-wrapper {
    padding: 2em;
  }
}
.memberPoint-popup-img {
  max-width: 300px;
  width: 100%;
  padding: 15px;
  border: 1px solid #bfbfbf;
  margin: 30px auto;
}
@media (min-width: 992px) {
  .memberPoint-popup-img {
    margin: 0 auto;
  }
}
.memberPoint-popup-img img {
  width: 100%;
}
.memberPoint-popup-headtxt {
  font-size: 1.75em;
  font-weight: 500;
  color: #666;
  margin-top: 0;
  margin-bottom: 0.4em;
}
@media (min-width: 992px) {
  .memberPoint-popup-headtxt {
    font-size: 2em;
  }
}
.memberPoint-popup-point {
  font-size: 1.2em;
  color: #222;
}
.memberPoint-popup-text {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  color: #222;
}
@media (min-width: 992px) {
  .memberPoint-popup-text {
    max-height: 300px;
    overflow-y: scroll;
  }
  .memberPoint-popup-text:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(white),
      to(rgba(255, 255, 255, 0))
    );
    background: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
    background: linear-gradient(0, white, rgba(255, 255, 255, 0));
  }
}
.memberPoint-popup-editor {
  width: 100%;
}
.memberPoint-popup-editor ul,
.memberPoint-popup-editor ol {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.memberPoint-popup .hr {
  width: 100%;
  height: 1px;
  background-color: #bfbfbf;
  margin-top: 1em;
  margin-bottom: 1em;
}
.memberPointRule-content {
  font-size: 1em;
  line-height: 1.5;
}
.memberPointRule-content ul,
.memberPointRule-content ol {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -25px;
}
@media (min-width: 992px) {
  .memberPointRule-content ul,
  .memberPointRule-content ol {
    margin-left: 0;
  }
}
.memberPointRule-content ul .sub-point,
.memberPointRule-content ol .sub-point {
  list-style-type: lower-alpha;
  margin-top: 10px;
  margin-bottom: 10px;
}
.memberPointRule-content li {
  padding-bottom: 10px;
}
#faqTab.slide-nav-circle .slick-prev,
#faqTab.slide-nav-circle .slick-next {
  width: 23px;
  height: 23px;
}
#faqTab.slide-nav-circle .slick-prev:before,
#faqTab.slide-nav-circle .slick-next:before {
  font-size: 15px;
}
#faqTab.slide-nav-circle .slick-prev.slick-disabled,
#faqTab.slide-nav-circle .slick-next.slick-disabled {
  opacity: 0.25;
}
#faqTab.slide-nav-circle .slick-prev.slick-disabled::before,
#faqTab.slide-nav-circle .slick-next.slick-disabled::before {
  opacity: 1;
}
#faqTab.slick-slider {
  width: 80% !important;
}
@media (min-width: 768px) {
  #faqTab.slick-slider {
    width: 90% !important;
  }
}
@media (min-width: 992px) {
  #faqTab.slick-slider {
    width: 100% !important;
  }
}
#faqTab.slick-slider .slick-prev {
  left: -15%;
}
@media (min-width: 576px) {
  #faqTab.slick-slider .slick-prev {
    left: -25px;
  }
}
#faqTab.slick-slider .slick-next {
  right: -15%;
}
@media (min-width: 576px) {
  #faqTab.slick-slider .slick-next {
    right: -25px;
  }
}
@media (min-width: 992px) {
  #faqTab.slick-slider .tab-item {
    width: auto !important;
  }
}
#faqTab .tab-item :focus {
  outline: 0;
}
.owner {
  width: 100%;
  display: block;
  overflow: hidden;
}
.owner .tab-item a {
  font-size: 1.15em;
}
@media (min-width: 768px) {
  .owner .tab-item a {
    font-size: 1.25em;
  }
}
.owner section {
  width: 100%;
  display: block;
  margin: 0 auto;
  color: #666;
}
.owner .infoBlock {
  padding: 15px;
  font-size: 1.15em;
}
@media (min-width: 992px) {
  .owner .infoBlock {
    padding: 25px;
  }
}
.owner .infoBlock-tr {
  padding: 10px 5px;
}
@media (min-width: 768px) {
  .owner .infoBlock-tr {
    padding: 10px 15px;
  }
}
.owner .infoBlock-td {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  word-break: break-all;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .owner .infoBlock-td {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.owner .infoBlock-td:first-child {
  width: 7em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .owner .infoBlock-td:first-child {
    width: 13.5em;
  }
}
.owner .bonusPoints-foretime {
  font-size: 1.15em;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .owner .bonusPoints-foretime {
    font-size: 1.25em;
  }
}
.owner .bonusPoints .infoBlock {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .owner .bonusPoints .infoBlock {
    margin-bottom: 30px;
  }
}
.owner .bonusPoints .infoBlock-td:first-child {
  width: 7em;
}
@media (min-width: 768px) {
  .owner .bonusPoints .infoBlock-td:first-child {
    width: 9em;
  }
}
.owner .bonusPoints-remark {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .owner .bonusPoints-remark {
    margin-bottom: 30px;
  }
}
.owner .bonusPoints-remark > p {
  font-size: 1em;
  text-indent: -0.75em;
  padding-left: 0.75em;
}
.owner .callRepair-form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.owner .callRepair-form .form-td {
  padding: 0 15px;
}
.owner .callRepair-form .form-td:first-child {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .owner .callRepair-form .form-td:first-child {
    width: 8em;
    margin: 0 auto;
    display: block;
    text-align: right;
    -moz-text-align-last: right;
    text-align-last: right;
  }
}
.owner .callRepair-tips {
  width: 100%;
  display: block;
  font-size: 0.66em;
  color: #aaa;
}
.owner .callRepair-tips > a {
  color: #aaa;
  text-decoration: none;
}
.owner .callRepair-statusTxt {
  font-size: 1.15em;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .owner .callRepair-statusTxt {
    font-size: 1.25em;
  }
}
.owner .callRepair-status .infoBlock-tr {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .owner .callRepair-status .infoBlock-tr {
    padding: 15px;
  }
}
.owner .callRepair-status .infoBlock-td:first-child {
  width: 6em;
}
.magazine {
  width: 100%;
  display: block;
  overflow: hidden;
}
.magazine section {
  width: 100%;
  display: block;
  margin: 0 auto;
  color: #666;
}
.magazine-introText {
  display: block;
  font-size: 1.15em;
  line-height: 2em;
  text-align: justify;
  margin-bottom: 45px;
}
.magazine .form-td:first-child {
  padding-left: 15px;
}
.magazine-agree.row i.highlight {
  font-style: normal;
  position: relative;
}
.magazine-agree.row i.highlight::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  background: #c9161c;
}
.magazine .sendMethod-block {
  margin-bottom: 45px;
}
.magazine .sendMethod-title {
  display: block;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #c9161c;
  margin-bottom: 15px;
}
.magazine .sendMethod-text {
  display: block;
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: justify;
  margin-bottom: 15px;
}
.magazine .sendMethod-ol {
  margin: 0;
  padding-left: 1.15em;
}
.magazine .sendMethod-item {
  font-size: 1.2em;
  color: #c9161c;
  margin-bottom: 30px;
  list-style: none;
}
.magazine .sendMethod-itemTitle {
  line-height: 1.33em;
  margin-bottom: 15px;
}
.magazine .sendMethod-itemText {
  line-height: 2em;
  text-align: justify;
  color: #666;
}
.magazine .browseOnline .magazine-introText {
  color: #c9161c;
}
.magazine .browseOnline .magazineMenu {
  width: calc(100% - 50px);
  margin: 0 auto 45px;
}
@media (min-width: 768px) {
  .magazine .browseOnline .magazineMenu {
    width: calc(100% - 60px);
  }
}
@media (min-width: 992px) {
  .magazine .browseOnline .magazineMenu {
    width: calc(100% - 100px);
  }
}
.magazine .browseOnline .magazineMenu-item {
  padding: 0 30px;
}
.magazine .browseOnline .magazineMenu-link {
  width: 100%;
  display: block;
  max-width: 179px;
  margin: 0 auto;
  text-decoration: none;
}
.magazine .browseOnline .magazineMenu-img {
  margin-bottom: 15px;
}
.magazine .browseOnline .magazineMenu-vol {
  padding: 0 5px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .magazine .browseOnline .magazineMenu-vol {
    margin-bottom: 10px;
  }
}
.magazine .browseOnline .magazineMenu-season {
  font-size: 1.2em;
  padding: 0 5px;
}
.magazine .browseOnline .slick-prev,
.magazine .browseOnline .slick-next {
  width: auto;
}
.magazine .browseOnline .slick-prev:before,
.magazine .browseOnline .slick-next:before {
  font-size: 45px;
  color: #c9161c;
}
@media (min-width: 992px) {
  .magazine .browseOnline .slick-prev:before,
  .magazine .browseOnline .slick-next:before {
    font-size: 60px;
  }
}
.magazine .browseOnline .slick-prev {
  left: -25px;
}
@media (min-width: 768px) {
  .magazine .browseOnline .slick-prev {
    left: -30px;
  }
}
@media (min-width: 992px) {
  .magazine .browseOnline .slick-prev {
    left: -50px;
  }
}
.magazine .browseOnline .slick-next {
  right: -25px;
}
@media (min-width: 768px) {
  .magazine .browseOnline .slick-next {
    right: -30px;
  }
}
@media (min-width: 992px) {
  .magazine .browseOnline .slick-next {
    right: -50px;
  }
}
.download {
  width: 100%;
  display: block;
  overflow: hidden;
}
.download section {
  width: 100%;
  display: block;
  margin: 0 auto;
  color: #666;
}
@media (max-width: 767.98px) {
  .download .tabContainer {
    min-height: 40vh;
  }
}
.download .tab-item a {
  padding: 0.5em 0;
}
@media (min-width: 768px) {
  .download .tab-item a {
    padding: 0 1em 0.25em;
  }
}
.download .navMap-remind {
  width: 100%;
  display: block;
  padding: 15px;
  background: #eee;
  color: #666;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .download .navMap-remind {
    margin-bottom: 30px;
  }
}
.download .navMap-remind .fas.fa-exclamation-circle {
  font-size: 1.75em;
  color: #c9161c;
  vertical-align: middle;
  margin-right: 0.2em;
}
.download .navMap-remind-title {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
}
.download .navMap-remind-text {
  display: block;
  margin-top: 15px;
  text-align: justify;
}
@media (min-width: 768px) {
  .download .navMap-remind-text {
    padding-left: 2.33em;
  }
}
.download .navMap-title {
  display: block;
  font-size: 1.425em;
  font-weight: 500;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .download .navMap-title {
    font-size: 1.625em;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.download .navMap-select {
  display: block;
  width: 100%;
  max-width: 500px;
  font-size: 1.15em;
  margin-bottom: 30px;
}
.download .navMap-hr {
  width: 100%;
  height: 1px;
  background-color: #bfbfbf;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .download .navMap-hr {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.download .navMap-selectType {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 30px;
}
.download .navMap-carBlock {
  width: 100%;
  display: block;
  opacity: 0;
  height: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.download .navMap-carBlock.active {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.download .navMap-slideNav {
  margin-left: -15px;
  margin-right: -15px;
}
.download .navMap-slideNav-item {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .download .navMap-slideNav-item {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.download .navMap .slick-track {
  margin: 0;
}
.download .navMap .slide-nav-circle .slick-prev,
.download .navMap .slide-nav-circle .slick-next {
  top: 50%;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.download .navMap .slide-nav-circle .slick-prev {
  left: 0;
}
.download .navMap .slide-nav-circle .slick-next {
  right: 0;
}
.download .navMap-slideNav-item:hover .navMap-car::before,
.download .navMap-slideNav-item.active .navMap-car::before {
  border: 3px solid #c9161c;
}
@media (min-width: 992px) {
  .download .navMap-slideNav-item:hover .navMap-car::before,
  .download .navMap-slideNav-item.active .navMap-car::before {
    border: 4px solid #c9161c;
  }
}
.download .navMap-slideNav-item:hover .navMap-car::after,
.download .navMap-slideNav-item.active .navMap-car::after {
  border-color: #c30e23 transparent transparent transparent;
}
.download .navMap-car {
  display: block;
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.download .navMap-car::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 1px solid #bbb;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.download .navMap-car::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: transparent transparent transparent transparent;
}
.download .navMap-carImg {
  display: block;
  margin: 15px 0 30px 0;
}
.download .navMap-carName {
  font-size: 1.25em;
  font-weight: bold;
  color: #c9161c;
  margin-bottom: 5px;
}
.download .navMap-carDate {
  font-size: 12px;
}
@media screen and (min-width: 350px) {
  .download .navMap-carDate {
    font-size: 0.96em;
  }
}
.download .navMap-slideFor {
  display: block;
}
.download .navMap-slideFor-container {
  width: 100%;
  opacity: 0;
  height: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.download .navMap-slideFor-container.active {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.download .navMap-slideFor-bg {
  width: 100%;
  display: block;
  background: #efefef;
  padding: 15px;
}
@media (min-width: 768px) {
  .download .navMap-slideFor-bg {
    padding: 20px;
  }
}
.download .navMap-slideFor .slide-nav-circle .slick-prev {
  left: -15px;
}
@media (min-width: 768px) {
  .download .navMap-slideFor .slide-nav-circle .slick-prev {
    left: -20px;
  }
}
.download .navMap-slideFor .slide-nav-circle .slick-next {
  right: -15px;
}
@media (min-width: 768px) {
  .download .navMap-slideFor .slide-nav-circle .slick-next {
    right: -20px;
  }
}
.download .navMap-download-notice {
  font-size: 1em;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .download .navMap-download-notice {
    font-size: 1.15em;
    margin-bottom: 30px;
  }
}
.download .navMap-downloadList {
  margin-left: -15px;
  margin-right: -15px;
}
.download .navMap-downloadItem {
  padding: 10px;
  margin: 0 15px;
  background: #fff;
}
@media (min-width: 768px) {
  .download .navMap-downloadItem {
    padding: 10px;
    height: auto;
  }
}
.download .navMap-downloadItem-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.download .navMap-downloadItem-img {
  width: 100%;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
}
@media (min-width: 992px) {
  .download .navMap-downloadItem-img {
    width: 45%;
  }
}
.download .navMap-downloadItem-info {
  width: 100%;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .download .navMap-downloadItem-info {
    width: 50%;
    margin-top: -15px;
  }
}
.download .navMap-downloadItem-info > p {
  display: block;
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
}
.download .navMap-downloadItem-btn {
  margin-bottom: 15px;
}
.download .navMap-downloadItem-btn .btn {
  width: 100%;
}
.download .navMap-downloadItem-btn .btn:first-child {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .download .navMap-downloadItem-btn .btn {
    width: 48%;
  }
  .download .navMap-downloadItem-btn .btn:first-child {
    margin-right: 4%;
    margin-bottom: 0;
  }
}
.download .navMap-downloadItem-remark {
  padding: 5px;
  font-size: 0.875em;
  line-height: 1.5em;
}
.download .navMap-downloadItem-remarkTitle::before {
  content: '\f06a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  display: inline;
  font-size: initial;
  padding-right: 5px;
}
.download .navMap-downloadItem-remark > p {
  display: block;
  margin: 0;
  padding-left: 20px;
  position: relative;
}
.download .navMap-downloadItem-remark > p::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background: #666;
  position: absolute;
  top: 0.75em;
  left: 0.45em;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.download .ownerManual-item {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 360px) {
  .download .ownerManual-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .download .ownerManual-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .download .ownerManual-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
.download .ownerManual-img,
.download .ownerManual-select,
.download .ownerManual-btn {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.download .ownerManual-img {
  border: 1px solid #bbb;
}
.download .ownerManual-img > img {
  display: block;
  width: 94%;
  margin: 0 auto;
}
.download .ownerManual-select {
  font-size: 1em;
}
.download .ownerManual-btn .btn {
  width: 100%;
  font-size: 1em;
}
.download .hondaFun-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.download .hondaFun-headLeft {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .download .hondaFun-headLeft {
    width: 40%;
    margin-right: 3%;
    margin-bottom: 0;
  }
}
.download .hondaFun-headRight {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .download .hondaFun-headRight {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.download .hondaFun-headText {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .download .hondaFun-headText {
    margin-bottom: 30px;
  }
}
.download .hondaFun-headText h2 {
  font-size: 2.25em;
  font-weight: 100;
  margin: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .download .hondaFun-headText h2 {
    font-size: 2.4em;
  }
}
@media (min-width: 992px) {
  .download .hondaFun-headText h2 {
    font-size: 2.7em;
  }
}
@media (min-width: 1200px) {
  .download .hondaFun-headText h2 {
    font-size: 3em;
    margin-bottom: 0;
  }
}
.download .hondaFun-download {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .download .hondaFun-download {
    width: 100%;
  }
}
.download .hondaFun-qr {
  width: 30%;
  max-width: 110px;
  min-width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
}
.download .hondaFun-appBtn {
  width: 50%;
  max-width: 160px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.download .hondaFun-features {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff1f1;
  padding: 15px;
  margin-bottom: 30px;
  color: #c9161c;
}
@media (min-width: 768px) {
  .download .hondaFun-features {
    padding: 15px 20px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .download .hondaFun-features {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .download .hondaFun-features {
    padding: 30px 45px;
  }
}
.download .hondaFun-features-title {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 3em;
  font-style: italic;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .download .hondaFun-features-title {
    width: 30%;
    text-align: left;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .download .hondaFun-features-title {
    font-size: 3.65em;
  }
}
@media (min-width: 1200px) {
  .download .hondaFun-features-title {
    font-size: 4.375em;
  }
}
.download .hondaFun-features-title span {
  font-size: 2em;
  line-height: 0.8em;
}
@media (min-width: 768px) {
  .download .hondaFun-features-title span {
    font-size: 2.28em;
  }
}
.download .hondaFun-features-list {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 350px) {
  .download .hondaFun-features-list {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .download .hondaFun-features-list {
    width: 70%;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .download .hondaFun-features-list {
    padding-left: 30px;
  }
}
.download .hondaFun-features-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1em;
  font-weight: 500;
  position: relative;
  padding-left: 1em;
  margin: 5px 0;
}
@media (min-width: 768px) {
  .download .hondaFun-features-item {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .download .hondaFun-features-item {
    font-size: 1.25em;
    margin: 10px 0;
  }
}
@media (min-width: 1200px) {
  .download .hondaFun-features-item {
    font-size: 1.3125em;
  }
}
.download .hondaFun-features-item::before {
  content: '• ';
  font-size: 2em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.download .hondaFun-function-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5em;
  line-height: 1.44em;
  font-weight: 500;
  color: #c9161c;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .download .hondaFun-function-title {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .download .hondaFun-function-title {
    font-size: 1.675em;
    margin-bottom: 30px;
  }
}
.download .hondaFun-function-title::after {
  content: '';
  width: calc(100% + 30px);
  height: 2px;
  background: #c9161c;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .download .hondaFun-function-title::after {
    height: 3px;
    margin-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.download .hondaFun-function-itemContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  background: #efefef;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .download .hondaFun-function-itemContainer {
    margin-bottom: 30px;
  }
}
.download .hondaFun-function-img {
  width: 30%;
  max-width: 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
}
.download .hondaFun-function-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.15em;
  line-height: 1.5em;
}
.download .hondaFun-function-hr {
  width: 100%;
  height: 2px;
  background: #c9161c;
}
@media (min-width: 768px) {
  .download .hondaFun-function-hr {
    height: 3px;
  }
}
.guarantee-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5em;
  line-height: 1.44em;
  font-weight: 500;
  color: #c9161c;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .guarantee-subtitle {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .guarantee-subtitle {
    font-size: 1.675em;
  }
}
.guarantee-subtitle::after {
  content: '';
  width: calc(100% + 30px);
  height: 2px;
  background: #c9161c;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .guarantee-subtitle::after {
    height: 3px;
    margin-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.guarantee-hondaCare-title {
  color: #666;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.8em;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2.5em;
}
.guarantee-hondaCare-title strong {
  color: #c9161c;
  font-weight: 500;
}
.guarantee-hondaCare-title br {
  display: none;
}
@media (min-width: 768px) {
  .guarantee-hondaCare-title {
    font-size: 1.375em;
  }
}
@media (min-width: 1200px) {
  .guarantee-hondaCare-title br {
    display: block;
  }
}
.guarantee-hondaCare-logo {
  max-width: 150px;
  width: 100%;
  vertical-align: text-bottom;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .guarantee-hondaCare-logo {
    max-width: 200px;
    margin: 0 10px;
  }
}
.qa-item-title .guarantee-hondaCare-logo {
  max-width: 100px;
}
@media (min-width: 768px) {
  .qa-item-title .guarantee-hondaCare-logo {
    max-width: 150px;
  }
}
.guarantee-component-point {
  width: 100%;
  margin: 0 auto;
}
.guarantee-component-point li {
  color: #c9161c;
  margin-top: 15px;
}
.guarantee-component-point h2 {
  color: #c9161c;
  font-size: 1.125em;
  font-weight: 500;
  margin-top: 2em;
}
@media (min-width: 768px) {
  .guarantee-component-point h2 {
    font-size: 1.5em;
  }
}
.guarantee-component-point p {
  color: #666;
  font-size: 1em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .guarantee-component-point p {
    font-size: 1.125em;
  }
}
.guarantee-component-desc {
  color: #666;
  font-size: 1em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .guarantee-component-desc {
    font-size: 1.125em;
  }
}
.guarantee-component-intro {
  margin-top: 3em;
}
.guarantee-component-intro-img {
  max-width: 667px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.guarantee-component-intro .guarantee-component-point {
  font-size: 1em;
}
@media (min-width: 768px) {
  .guarantee-component-intro .guarantee-component-point {
    font-size: 1.125em;
  }
}
.guarantee-component-notice {
  width: 100%;
  background: #eee;
  color: #666;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 30px 15px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .guarantee-component-notice {
    line-height: 1.6em;
  }
}
@media (min-width: 768px) {
  .guarantee-component-notice {
    padding: 30px 15px;
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .guarantee-component-notice {
    padding: 30px 15px;
  }
}
.guarantee-component-notice h2 {
  font-size: 2.2em;
  line-height: 1.4em;
  font-weight: 400;
  color: #c30e23;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .guarantee-component-notice h2 {
    font-size: 2.2em;
  }
}
.guarantee-component-notice p {
  font-size: 1.125em;
}
.guarantee-component-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .guarantee-component-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.guarantee-component-item-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 300px;
}
@media (min-width: 576px) {
  .guarantee-component-item-img {
    margin-top: 0;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}
.guarantee-component-item-img img {
  width: 100%;
  max-width: 300px;
  border: 1px solid #b5b5b5;
}
.guarantee-component-item-cont {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 15px;
}
@media (min-width: 576px) {
  .guarantee-component-item-cont {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    padding-left: 20px;
  }
}
.guarantee-component-item-name {
  font-size: 1.5em;
  line-height: 1.44em;
  font-weight: 500;
  color: #c9161c;
  position: relative;
  padding-left: 15px;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (min-width: 576px) {
  .guarantee-component-item-name {
    font-size: 1.575em;
  }
}
.guarantee-component-item-name:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 100%;
  background-color: #c9161c;
  top: 0;
  left: 0;
}
.guarantee-component-item-title {
  color: #c9161c;
  font-weight: 500;
  font-size: 1.1em;
}
.guarantee-component-item-desc {
  font-size: 1.1em;
  line-height: 1.44em;
  color: #666;
  margin-bottom: 2em;
}
.guarantee-component-item-desc:last-child {
  margin-bottom: 0;
}
.guarantee-component-item-desc ul,
.guarantee-component-item-desc ol {
  margin-left: -15px;
  margin-bottom: 0;
}
.guarantee-component-item-desc ul li,
.guarantee-component-item-desc ol li {
  margin-bottom: 5px;
}
.guarantee-component-container strong {
  font-weight: 600;
}
.guarantee .qa-item-description {
  font-size: 1em;
}
.guarantee .ep-tabs {
  margin-top: 0;
  display: none;
}
@media (min-width: 576px) {
  .guarantee .ep-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.guarantee .ep-tabs .tab-item {
  margin: 0;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #e5e5e5;
}
.guarantee .ep-tabs .tab-item:last-child {
  border-right: 0;
}
.guarantee .ep-tabs .tab-item.active::before {
  content: '';
  display: block;
  position: relative;
  margin: 0 auto 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #c30e23 transparent transparent transparent;
}
.guarantee .ep-tabs .tab-item a {
  height: auto;
  border: 0;
  font-size: 1em;
}
.guarantee .ep-tabs .tab-item a::after {
  content: none;
}
.guarantee .ep-tabSelect {
  width: 100%;
}
.guarantee .ep-tabContainer {
  margin: 30px auto;
}
.guarantee .ep-am1-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.guarantee .ep-am1-img {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .guarantee .ep-am1-img {
    max-width: 200px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .guarantee .ep-am1-img {
    max-width: 300px;
  }
}
.guarantee .ep-am1-img > img {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .guarantee .ep-am1-img > img {
    max-width: 280px;
  }
}
.guarantee .ep-am1-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.guarantee .ep-am2-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.guarantee .ep-am2-col {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px;
}
@media (min-width: 768px) {
  .guarantee .ep-am2-col {
    max-width: 50%;
    padding: 15px;
  }
}
.guarantee .ep-am2-img,
.guarantee .ep-am2-text {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .guarantee .ep-am2-img,
  .guarantee .ep-am2-text {
    padding: 0 15px;
  }
}
.guarantee .ep-am2-img {
  max-width: 80px;
}
@media (min-width: 768px) {
  .guarantee .ep-am2-img {
    max-width: 100px;
  }
}
.guarantee .ep-am2 .csr-article-title {
  margin-bottom: 0.5em;
}
.guarantee .ep-am3-img {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 768px) {
  .guarantee .ep-am3-img {
    width: 50%;
    float: right;
    margin-left: 30px;
  }
}
.guarantee .ep-am3-img img {
  margin-top: 10px;
}
.guarantee .ep-am3-img img:first-child {
  margin-top: 0;
}
.csr {
  width: 100%;
  display: block;
  overflow: hidden;
  color: #666;
}
.csr-container {
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .csr-container {
    margin: 0 auto;
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .csr-container {
    padding: 0 60px;
  }
}
.csr-divider {
  display: block;
  margin: 15px 0;
  height: 1px;
  background: #bfbfbf;
  clear: both;
}
@media (min-width: 768px) {
  .csr-divider {
    margin: 30px -30px;
  }
}
@media (min-width: 992px) {
  .csr-divider {
    margin: 30px -60px;
  }
}
.csr-article-block {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .csr-article-block {
    margin-bottom: 30px;
  }
}
.csr-article-block:last-child {
  margin-bottom: 0;
}
.csr-article-title {
  display: block;
  font-size: 1.625em;
  line-height: 1.33em;
  font-weight: 500;
  margin-bottom: 0.75em;
}
@media (min-width: 992px) {
  .csr-article-title {
    font-size: 1.875em;
  }
}
.csr-article-text {
  display: block;
  font-size: 1.15em;
  line-height: 1.8em;
  text-align: justify;
}
@media (min-width: 992px) {
  .csr-article-text {
    font-size: 1.25em;
  }
}
.csr-article-video {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.csr-article-video > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.csr .ep-tabs {
  margin-top: 0;
  display: none;
}
@media (min-width: 576px) {
  .csr .ep-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.csr .ep-tabs .tab-item {
  margin: 0;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #e5e5e5;
}
.csr .ep-tabs .tab-item:last-child {
  border-right: 0;
}
.csr .ep-tabs .tab-item.active::before {
  content: '';
  display: block;
  position: relative;
  margin: 0 auto 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #c30e23 transparent transparent transparent;
}
.csr .ep-tabs .tab-item a {
  height: auto;
  border: 0;
  font-size: 1em;
}
.csr .ep-tabs .tab-item a::after {
  content: none;
}
.csr .ep-tabSelect {
  width: 100%;
}
.csr .ep-tabContainer {
  margin: 30px auto;
}
.csr .ep-am1-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.csr .ep-am1-img {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .csr .ep-am1-img {
    max-width: 200px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .csr .ep-am1-img {
    max-width: 300px;
  }
}
.csr .ep-am1-img > img {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .csr .ep-am1-img > img {
    max-width: 280px;
  }
}
.csr .ep-am1-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.csr .ep-am2-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.csr .ep-am2-col {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px;
}
@media (min-width: 768px) {
  .csr .ep-am2-col {
    max-width: 50%;
    padding: 15px;
  }
}
.csr .ep-am2-img,
.csr .ep-am2-text {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .csr .ep-am2-img,
  .csr .ep-am2-text {
    padding: 0 15px;
  }
}
.csr .ep-am2-img {
  max-width: 80px;
}
@media (min-width: 768px) {
  .csr .ep-am2-img {
    max-width: 100px;
  }
}
.csr .ep-am2 .csr-article-title {
  margin-bottom: 0.5em;
}
.csr .ep-am3-img {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 768px) {
  .csr .ep-am3-img {
    width: 50%;
    float: right;
    margin-left: 30px;
  }
}
.csr .ep-am3-img img {
  margin-top: 10px;
}
.csr .ep-am3-img img:first-child {
  margin-top: 0;
}
.knows {
  width: 100%;
  display: block;
  overflow: hidden;
}
.knows section {
  width: 100%;
  display: block;
  margin: 0 auto;
  color: #666;
}
.knows .tab-item a {
  padding: 0.5em 1em;
}
@media (min-width: 768px) {
  .knows .tab-item a {
    padding: 0 1em 0.25em;
  }
}
.knows-maintenanceIntro {
  width: 100%;
  background: #eee;
  color: #666;
  font-size: 1.2em;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 30px 15px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .knows-maintenanceIntro {
    font-size: 1.4em;
    line-height: 1.5em;
  }
}
@media (min-width: 768px) {
  .knows-maintenanceIntro {
    font-size: 2em;
    padding: 35px 15px;
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .knows-maintenanceIntro {
    font-size: 2em;
    padding: 40px 15px;
  }
}
.knows-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5em;
  line-height: 1.44em;
  font-weight: 500;
  color: #c9161c;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .knows-subtitle {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .knows-subtitle {
    font-size: 1.675em;
  }
}
.knows-subtitle::after {
  content: '';
  width: calc(100% + 30px);
  height: 2px;
  background: #c9161c;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .knows-subtitle::after {
    height: 3px;
    margin-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.knows-download {
  text-align: right;
}
.knows-renewCheck-list {
  margin-top: 50px;
}
.knows-renewCheck-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .knows-renewCheck-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.knows-renewCheck-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 300px;
}
@media (min-width: 576px) {
  .knows-renewCheck-img {
    margin-top: 0;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}
.knows-renewCheck-img img {
  width: 100%;
  max-width: 300px;
  border: 1px solid #b5b5b5;
}
.knows-renewCheck-cont {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 15px;
}
@media (min-width: 576px) {
  .knows-renewCheck-cont {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    padding-left: 20px;
  }
}
.knows-renewCheck-name {
  font-size: 1.5em;
  line-height: 1.44em;
  font-weight: 500;
  color: #c9161c;
  position: relative;
  padding-left: 15px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .knows-renewCheck-name {
    font-size: 1.575em;
  }
}
.knows-renewCheck-name:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 100%;
  background-color: #c9161c;
  top: 0;
  left: 0;
}
.knows-renewCheck-desc {
  font-size: 1.1em;
  line-height: 1.44em;
  color: #666;
}
.knows-panel-section {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .knows-panel-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.knows-panel-title {
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 1px;
  color: #666;
  text-align: center;
}
.knows-panel-desc {
  font-size: 1.2em;
  color: #666;
}
.knows-panel-specImg {
  max-width: 400px;
  width: 100%;
  margin-top: 5em;
  margin-bottom: 5em;
}
.knows-panel-list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.knows-panel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 1em;
}
.knows-panel-item-num {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  font-size: 0.875em;
  line-height: 20px;
  border-radius: 50%;
  background-color: #c8161d;
  color: #fff;
  text-align: center;
}
.knows-panel-item-cont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
}
.knows-panel-item-title {
  padding-left: 15px;
  font-size: 1.1em;
  line-height: 1.4em;
  color: #c8161d;
}
@media (min-width: 992px) {
  .knows-panel-item-title {
    display: inline-block;
  }
}
.knows-panel-item-desc {
  padding-left: 15px;
  font-size: 1.1em;
  line-height: 1.4em;
  color: #666;
}
@media (min-width: 992px) {
  .knows-panel-item-desc {
    display: inline-block;
    padding-left: 20px;
  }
}
.knows-panel-benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .knows-panel-benefit-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.knows-panel-benefit-item {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .knows-panel-benefit-item {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}
.knows-panel-benefit-itemHead {
  text-align: left;
}
@media (min-width: 576px) {
  .knows-panel-benefit-itemHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.knows-panel-benefit-itemCont {
  margin-top: 15px;
  font-size: 1.1em;
  line-height: 1.5;
  text-align: left;
  color: #666;
}
@media (min-width: 576px) {
  .knows-panel-benefit-itemCont {
    padding-left: 90px;
  }
}
@media (min-width: 992px) {
  .knows-panel-benefit-itemCont {
    padding-left: 110px;
  }
}
.knows-panel-benefit-icon {
  max-width: 60px;
  margin: auto;
}
@media (min-width: 576px) {
  .knows-panel-benefit-icon {
    max-width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .knows-panel-benefit-icon {
    max-width: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}
.knows-panel-benefit-icon img {
  width: 100%;
  max-width: 100px;
}
.knows-panel-benefit-num {
  font-size: 4em;
  font-style: italic;
  font-weight: 600;
  color: #e70020;
  padding-right: 20px;
  width: 15%;
  display: inline-block;
}
@media (min-width: 576px) {
  .knows-panel-benefit-num {
    font-size: 5em;
    width: auto;
  }
}
.knows-panel-benefit-title {
  font-size: 1.225em;
  font-weight: 500;
  color: #e70020;
  width: 80%;
  display: inline-block;
}
@media (min-width: 576px) {
  .knows-panel-benefit-title {
    width: auto;
  }
}
.knows .hr {
  width: 100%;
  height: 1px;
  background-color: #666;
  margin: 30px auto;
}
.sectionTitle {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 1em;
}
@media (min-width: 992px) {
  .sectionTitle {
    padding-left: 20px;
    margin-bottom: 50px;
  }
}
.sectionTitle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #c40d23;
}
@media (min-width: 992px) {
  .sectionTitle::before {
    width: 8px;
  }
}
.sectionTitle-zhText {
  font-size: 1.8em;
  line-height: 1em;
  color: #666;
  margin: 0 0 7px 0;
}
@media (min-width: 768px) {
  .sectionTitle-zhText {
    margin: 0 0 10px 0;
  }
}
.sectionTitle-enText {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 0.85em;
  color: #c40d23;
  margin: 0;
}
.btn {
  width: 100%;
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #c9161c;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.25em;
  color: #c9161c;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
@media (min-width: 768px) {
  .btn {
    font-size: 18px;
    width: auto;
    display: inline-block;
  }
}
.btn-primary {
  border: 0;
  background-color: #c9161c;
  color: #fff;
}
@media (min-width: 992px) {
  .btn-primary:hover {
    background-color: #e82a31;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .btn-outline:hover {
    background-color: #e82a31;
    color: #fff;
  }
}
.btn-search {
  padding: 0.5em 1em;
  font-size: 16px;
}
@media (min-width: 576px) {
  .btn-search {
    padding: 0.5em 1em;
  }
}
@media (min-width: 992px) {
  .btn-search {
    padding: 12px 24px;
    font-size: 18px;
  }
}
.btn-search:after {
  content: '\f002';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline;
  font-size: initial;
  padding-left: 10px;
}
.btn-upload {
  border: 0;
  background-color: #a1a1a1;
  color: #fff;
}
@media (min-width: 992px) {
  .btn-upload {
    padding: 0.5em 2em;
  }
  .btn-upload:hover {
    background-color: #c9161c;
    color: #fff;
  }
}
.slide-banner .slick-dots {
  bottom: 25px;
}
.slide-nav-circle .slick-prev,
.slide-nav-circle .slick-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #c9161c;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 25%;
}
@media (min-width: 768px) {
  .slide-nav-circle .slick-prev,
  .slide-nav-circle .slick-next {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.slide-nav-circle .slick-prev:before,
.slide-nav-circle .slick-next:before {
  font-size: 20px;
}
.slide-nav-circle .slick-prev:hover:before,
.slide-nav-circle .slick-next:hover:before {
  color: #fff;
}
.slide-nav-circle .slick-prev {
  left: 0;
}
@media (min-width: 768px) {
  .slide-nav-circle .slick-prev {
    left: -20px;
  }
}
@media (min-width: 1200px) {
  .slide-nav-circle .slick-prev {
    left: -35px;
  }
}
.slide-nav-circle .slick-prev:before {
  margin-left: -2px;
}
.slide-nav-circle .slick-next {
  right: 0;
}
@media (min-width: 768px) {
  .slide-nav-circle .slick-next {
    right: -20px;
  }
}
@media (min-width: 1200px) {
  .slide-nav-circle .slick-next {
    right: -35px;
  }
}
.slide-nav-circle .slick-next:before {
  margin-right: -2px;
}
.slide-hasShadow .slick-list {
  padding: 15px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.slide-card {
  margin: 0 -15px;
}
.slide-card .card {
  margin: 0 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slide-card .card:focus {
  outline: 0;
}
.slide-card .slick-track {
  margin: 0;
}
@media (max-width: 767.98px) {
  .slide-card-link .card-content {
    padding: 20px 15px;
  }
}
.tabBlock {
  width: 100%;
  display: block;
}
/* 20240320 改為Slider刪除部分樣式 */
.tab-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .tab-list {
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .tab-list {
    margin-top: -90px;
    margin-bottom: 75px;
  }
}
.tab-item {
  width: 50%;
  margin: 0;
}
@media (min-width: 768px) {
  .tab-item {
    width: auto;
    margin: 0 1em;
  }
}
.tab-item a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.25em;
  text-decoration: none;
  color: #333;
  text-align: center;
  padding: 0.5em;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 4px solid #666;
}
@media (min-width: 768px) {
  .tab-item a {
    padding: 0 1em 0.25em;
  }
}
.tab-item a::after {
  content: '';
  width: 100%;
  height: 4px;
  background: #c9161c;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tab-item:hover a,
.tab-item.active a {
  color: #c9161c;
}
.tab-item:hover a::after,
.tab-item.active a::after {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tabContent {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.card {
  font-size: 1em;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
}
.card a {
  display: block;
  text-decoration: none;
}
.card a:hover .card-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.card a:hover .card-link:after {
  width: 100%;
}
.card a:focus {
  outline: 0;
}
.card-img {
  position: relative;
  width: 100%;
  padding-top: 62%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.card-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.card-content {
  padding: 20px 15px 30px;
}
.card-date {
  font-size: 0.875em;
  color: #222;
  margin-bottom: 15px;
}
.card-title {
  font-weight: 500;
  line-height: 1.33;
  margin-top: 0;
  margin-bottom: 15px;
  color: #222;
  overflow: hidden;
}
.card-description {
  font-size: 1em;
  line-height: 1.5;
  color: #666;
  margin-bottom: 0;
}
.card-link {
  position: relative;
  display: inline-block;
  font-size: 0.875em;
  color: #c30e23;
}
.card-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #c30e23;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.card-link .fa-chevron-right {
  font-size: 0.75em;
}
.card-module-link .card-title {
  color: #666;
  height: 2.66em;
  overflow: hidden;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-module-link .card-title {
    position: relative;
    height: 2.66em;
    overflow: hidden;
  }
  .card-module-link .card-title:after {
    content: '...';
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 5px;
    background-color: #fff;
  }
}
@media (min-width: 992px) {
  .card-module-text {
    height: auto;
  }
}
.card-module-text.slide-card-mobile .card-description {
  max-height: auto !important;
}
.card-module-text .card-title {
  color: #222;
}
@media (min-width: 992px) {
  .card-module-text .card-description {
    overflow: hidden;
    overflow-y: scroll;
    max-height: 100px;
  }
  .card-module-text .card-description::-webkit-scrollbar {
    width: 5px;
  }
  .card-module-text .card-description::-webkit-scrollbar-track {
    border-radius: 10px;
    margin: 0;
  }
  .card-module-text .card-description::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #c9161c;
  }
}
@media (min-width: 992px) {
  .card-module-point {
    height: auto;
  }
}
.card-module-point .card-img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.card-module-point.card {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #bfbfbf;
}
.card-module-point .card-content {
  position: relative;
  padding: 20px 15px;
}
.card-module-point .card-title {
  color: #666;
}
.card-module-point .card-point {
  color: #333;
  margin-bottom: 0;
}
.card-module-point .card-link {
  position: absolute;
  right: 15px;
  bottom: 20px;
}
.stepTitle {
  font-size: 1.5em;
  vertical-align: middle;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .stepTitle {
    font-size: 1.75em;
  }
}
.stepTitle span {
  padding: 0.1em 0.75em;
  display: inline-block;
  text-align: center;
  background: #666;
  color: #fff;
  border-radius: 10px;
  margin-right: 0.55em;
}
@media (min-width: 768px) {
  .stepTitle span {
    padding: 0.2em 1em;
  }
}
.form-tr {
  margin-bottom: 15px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media (min-width: 768px) {
  .form-tr {
    margin-bottom: 30px;
  }
}
.form-td {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .form-td {
    padding-left: 0;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.form-td:first-child {
  width: 8em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-align: justify;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .form-td:first-child {
    padding-left: calc(15px + 1em);
  }
}
.form-td-125 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  display: block;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .form-td-125 {
    display: inline-block;
    width: 100%;
    max-width: 450px;
  }
}
.form-td-100 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  display: block;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .form-td-100 {
    display: inline-block;
    width: 100%;
    max-width: 300px;
  }
}
.form-td-75 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .form-td-75 {
    max-width: 200px;
    margin-right: 10px;
  }
}
.form-td-50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .form-td-50 {
    max-width: 143px;
    margin-right: 10px;
  }
}
.form-td-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .form-td-auto {
    width: auto !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.form-td .form-requiredText {
  margin-bottom: 5px;
}
.form-td .form-requiredText:last-child {
  margin-bottom: 0;
}
.form-required {
  position: relative;
  padding-left: calc(15px + 0.66em);
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .form-required {
    padding-left: calc(15px + 1em);
    margin: 0 0 30px 0;
  }
}
.form-required::before {
  content: '*';
  width: 1em;
  color: #c9161c;
  font-size: 1em;
  position: absolute;
  top: -0.15em;
  left: 15px;
}
.form-requiredText {
  width: 100%;
  display: block;
  color: #c9161c;
  font-size: 14px;
  padding-left: 0.66em;
}
@media (min-width: 768px) {
  .form-requiredText {
    font-size: 16px;
  }
}
.form-requiredText::before {
  left: 0;
}
.form-note {
  font-size: 0.7em;
  color: #aaa;
  width: 100%;
}
.form-textarea {
  width: 100%;
  min-height: 150px;
  max-width: 100%;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .form-textarea {
    max-width: 400px;
    min-width: 400px;
  }
}
.form-radio {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 8px;
}
.form-verification-img {
  max-width: 100%;
  width: auto;
}
.form-verification-reset {
  color: #aaa;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.form-verification-reset:hover {
  color: #c9161c;
}
.form-btn:nth-child(2) {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .form-btn:nth-child(2) {
    margin-top: 0;
    margin-left: 10px;
  }
}
.form-notFill {
  padding: 5px;
  background: #eee;
}
.form .upload-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.form .upload-item:last-child {
  margin-bottom: 0;
}
.form .upload .form-requiredText {
  margin-top: 8px;
}
.form .upload .btn-upload {
  margin-right: 10px;
}
.form .upload-status {
  width: auto;
  font-size: 0.875em;
  color: #aaa;
}
.form .upload-notice {
  font-size: 0.8em;
  color: #aaa;
  margin-bottom: 15px;
}
.showHideArea {
  width: 100%;
  font-size: 1.15em;
  margin-bottom: 30px;
}
.showHideHdr {
  width: 100%;
  display: block;
  background: #fff;
  font-size: 1.1em;
  position: relative;
  z-index: 1;
}
.showHideHdr.show {
  border-bottom: 1px solid transparent;
}
.showHideHdr.show span {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.showHideHdr.hide {
  border-bottom: 1px solid #bfbfbf;
}
.showHideHdr.hide span {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
.showHideHdr a {
  width: 100%;
  display: block;
  padding: 15px;
  color: #c9161c;
  text-decoration: none;
  position: relative;
}
.showHideHdr span {
  width: 20px;
  height: 13px;
  background-image: url(../images/showhide.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.showHideCon {
  width: 100%;
  display: block;
  border-bottom: 1px solid #bfbfbf;
  border-top: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.showHideCon.show {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.showHideCon.hide {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.showHideContainer {
  padding: 15px;
}
.infoBlock {
  width: 100%;
  display: block;
  background: #eee;
  padding: 15px;
}
.infoBlock-content {
  background: #fff;
  height: 100%;
  padding: 0 15px;
}
.infoBlock-header {
  display: none;
}
@media (min-width: 768px) {
  .infoBlock-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.infoBlock-header .infoBlock-td {
  font-weight: 500;
}
.infoBlock-tr {
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.infoBlock-td {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1em;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  color: #666;
}
@media (min-width: 768px) {
  .infoBlock-td {
    font-size: 0.875em;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 992px) {
  .infoBlock-td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .infoBlock-td {
    font-size: 1em;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.infoBlock-th {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .infoBlock-local,
  .infoBlock-add,
  .infoBlock-phone,
  .infoBlock-booking {
    padding-left: calc(15px + 2.8em);
    padding-right: 60px;
    position: relative;
  }
}
.infoBlock-local::before,
.infoBlock-add::before,
.infoBlock-phone::before,
.infoBlock-booking::before {
  width: 2em;
  font-weight: 500;
  margin-right: 1em;
  position: absolute;
  top: 0;
  left: 15px;
}
@media (min-width: 768px) {
  .infoBlock-local::before,
  .infoBlock-add::before,
  .infoBlock-phone::before,
  .infoBlock-booking::before {
    display: none;
  }
}
.infoBlock-radio {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  cursor: pointer;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .infoBlock-radio {
    width: 50px;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}
.infoBlock-radio input[type='radio'] + label {
  width: 100%;
  padding-left: 0;
}
.infoBlock-radio input[type='radio'] + label span {
  display: none;
}
@media (min-width: 768px) {
  .infoBlock-radio input[type='radio'] + label span {
    display: inline-block;
  }
}
.infoBlock-radio input[type='radio'] + label .btn {
  display: inline-block;
  border: 1px solid #c9161c;
  background: #fff;
  color: #c9161c;
}
@media (min-width: 768px) {
  .infoBlock-radio input[type='radio'] + label .btn {
    display: none;
  }
}
.infoBlock-radio input[type='radio']:checked + label .btn {
  background: #c9161c;
  color: #fff;
}
.infoBlock-showHide {
  display: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .infoBlock-showHide {
    display: block;
    width: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  .infoBlock-showHide {
    width: 35px;
  }
}
@media (min-width: 1200px) {
  .infoBlock-showHide {
    width: 50px;
  }
}
.infoBlock-showHide > a {
  display: block;
  padding: 15px 0;
}
.infoBlock-showHide > a > span {
  width: 15px;
  height: 10px;
  display: block;
  background-image: url(../images/infoblock-showhide.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px) {
  .infoBlock-showHide > a > span {
    width: 20px;
    height: 13px;
  }
}
.infoBlock-showHide.hide a span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.infoBlock-local {
  text-align: left;
}
@media (min-width: 768px) {
  .infoBlock-local {
    width: 8em;
  }
}
.infoBlock-local::before {
  content: '據點';
}
.infoBlock-add {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
.infoBlock-add::before {
  content: '地址';
}
@media (min-width: 768px) {
  .infoBlock-phone {
    text-align: center;
    width: 10em;
    display: none;
  }
}
.infoBlock-phone::before {
  content: '電話';
}
.infoBlock-map {
  width: 60px;
  position: absolute;
  top: 60px;
  right: 0;
}
@media (min-width: 768px) {
  .infoBlock-map {
    text-align: center;
    width: calc(2em + 20px);
    position: relative;
    top: auto;
    right: auto;
  }
}
@media (min-width: 992px) {
  .infoBlock-map {
    width: calc(4em + 20px);
  }
}
@media (min-width: 1200px) {
  .infoBlock-map {
    width: calc(4em + 30px);
  }
}
.infoBlock-map a {
  font-size: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #666;
}
@media (min-width: 992px) {
  .infoBlock-map a {
    font-size: 24px;
  }
}
.infoBlock-booking {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
@media (max-width: 767.98px) {
  .infoBlock-booking {
    padding: 0 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .infoBlock-booking {
    text-align: center;
    width: calc(4em + 30px);
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
@media (min-width: 1200px) {
  .infoBlock-booking {
    width: calc(4em + 60px);
  }
}
.infoBlock .btn {
  width: 100%;
  padding: 0.5em 0.25em;
  display: block;
  font-size: 1em;
  border-radius: 4px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .infoBlock .btn:hover {
    background-color: #c9161c;
    color: #fff;
  }
}
.infoBlock-showHideBlock {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
@media (min-width: 768px) {
  .infoBlock-showHideBlock {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media (min-width: 768px) {
  .infoBlock-showHideBtn {
    display: none;
  }
}
.infoBlock-showHideBtn.show a {
  background: #fff;
  color: #c9161c;
  border: 1px solid #c9161c;
}
.infoBlock-showHideCon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 15px;
}
.infoBlock-showHide-img {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 10px;
  padding: 5px;
  background: #eee;
}
@media (min-width: 768px) {
  .infoBlock-showHide-img {
    width: 50%;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .infoBlock-showHide-img {
    width: 40%;
    padding: 10px;
  }
}
.infoBlock-showHide-img img {
  display: block;
}
.infoBlock-showHide-news {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .infoBlock-showHide-news {
    width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .infoBlock-showHide-news {
    width: calc(60% - 15px);
  }
}
.infoBlock-showHide-newsBlock {
  display: block;
  margin-bottom: 15px;
}
.infoBlock-showHide-newsBlock:last-child {
  margin-bottom: 0;
}
.infoBlock-showHide-title {
  color: #c9161c;
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 5px;
}
.infoBlock-showHide-text {
  line-height: 1.33em;
}
.qa-item {
  width: 100% !important;
  margin-bottom: 15px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  overflow: hidden;
}
.qa-item:last-of-type {
  margin-bottom: 10px;
}
.qa-item.show {
  display: block;
}
.qa-item.hide {
  display: none;
}
.qa-item-title {
  position: relative;
  padding: 15px 40px 15px 50px;
  font-size: 1.125em;
  font-weight: 400;
  cursor: pointer;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
@media (min-width: 768px) {
  .qa-item-title {
    padding: 20px 60px;
  }
}
.qa-item-title:before {
  content: 'Q';
  font-size: 1em;
  color: #fff;
  background-color: #c30e23;
  padding: 20px 15px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
}
.qa-item-title:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  font-size: 1em;
  color: #c30e23;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .qa-item-title:after {
    font-size: 1.2em;
  }
}
.qa-item-title a {
  color: #666;
  text-decoration: none;
}
.qa-item-title.show {
  border-bottom: 1px solid #bfbfbf;
}
.qa-item-title.show:after {
  content: '\f077';
}
.qa-item-title.show a {
  color: #c30e23;
}
.qa-item-title.hide:after {
  content: '\f078';
}
.qa-item-title.infoBlock-showHide {
  width: 100% !important;
}
.qa-item-title.infoBlock-showHide a {
  padding: 0;
  text-decoration: none;
}
.qa-item-description {
  font-size: 1.125em;
  line-height: 1.7em;
  font-weight: 400;
  color: #666;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .qa-item-description {
    padding: 20px 60px;
  }
}
.qa-item .article-content:first-of-type {
  margin-top: 20px;
}
.userBoard {
  width: 100%;
  background: #eee;
  color: #c9161c;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.33em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .userBoard {
    font-size: 1.75em;
    padding: 30px 15px;
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .userBoard {
    font-size: 2em;
  }
}
.userBoard-title {
  font-size: 0.6666em;
  color: #666;
}
.userBoard-owner {
  color: #666;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: scroll;
  padding: 1em;
}
@media (min-width: 992px) {
  .popup {
    overflow: hidden;
    padding: 0;
  }
}
.popup-overlay-black {
  background-color: rgba(0, 0, 0, 0.75);
}
.popup-body {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.popup-wrapper {
  max-width: 1000px;
  width: 100%;
  min-height: 500px;
  background-color: #fff;
  padding: 2em;
}
.popup-mid {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 5% 0;
}
@media (min-width: 992px) {
  .popup-mid {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
.popup-radius {
  border-radius: 20px;
}
.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 10px;
  font-size: 25px;
  color: #ccc;
  cursor: pointer;
  z-index: 99;
}
.popup-close:hover {
  color: #c9161c;
}

/* 2021.0831 警語添加 */

.footer-copyright {
  height: auto;
  padding: 15px 0;
}
.footer-copyright span {
  font-size: 12px;
  color: #999;
}

/* 桌機板開始 */
@media (min-width: 992px) {
  .footer-copyright span {
    font-size: 13px;
    color: #999;
  }
}

.honda-main.isMobile .honda-productLine-item {
  height: calc(100% / 3 - 27px);
}
.honda-main .info {
  color: #999;
  font-size: 14px;
  background: rgba(63, 63, 63, 0.9);
  text-align: center;
}

/* 桌機板開始 */
@media (min-width: 992px) {
  .honda-main .info {
    padding: 0px 20px;
    font-size: 14px;
    position: fixed;
    right: 10%;
    bottom: -5px;
    transform: skewX(-16deg);
  }
  .honda-main .info p {
    transform: skewX(16deg);
  }
}

/* edit 20211217 --start---------------- */
.guarantee-extended {
  list-style-type: none;
  padding-inline-start: 0;
}
.visible-phone.guarantee-extended {
  list-style-type: none;
  padding-inline-start: 24px;
}
.guarantee-extended-pdf {
  text-decoration: unset;
  display: block;
  text-align: right;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
@media (min-width: 576px) {
  .guarantee-extended-pdf {
    padding-top: unset;
  }
}
.guarantee-extended-text {
  background-color: #eee;
  color: #666;
  padding: 1rem;
  letter-spacing: 0.5px;
  line-height: 1.5;
  font-size: 1.15rem;
}
.guarantee-extended-text p {
  text-align: justify;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0;
}
.guarantee-extended-text .important-title {
  color: #c9161c;
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .guarantee-extended-text {
    font-size: 1.25rem;
  }
  .guarantee-extended-text .important-title {
    font-size: 2rem;
  }
}
.guarantee-extended-pdf .btn {
  display: inline-block;
  width: unset;
  background-color: #c9161c;
  color: white;
  margin-left: auto;
}
.guarantee-extended-app img:nth-child(1) {
  width: 46.4%;
}
.guarantee-extended-app img:nth-child(2) {
  width: 52%;
}
.visible-phone .guarantee-extended-app img {
  width: 100%;
}
.guarantee-extended-hr-line {
  background-color: #c9161c;
  height: 2px;
  /* list-style-type: none; */
  margin-top: 2rem;
  margin-bottom: 1rem;
}
/* edit 20211217 --end---------------- */

/* for 不能點選的樣式 */
.unselectable {
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Edge*/
  -webkit-user-select: none; /* Webkit */
  -webkit-touch-callout: none; /* for iphone Safari Touch */
  user-select: none; /* Future-proof*/
  /* cursor: not-allowed; 禁止選取的樣式 */
}
/* ==================== 20220224新增 社長的話桌機左圖右文 Alvin START ====================*/
.aboutUs-ceo.hidden-phone .aboutUs-ceo-img {
  float: left;
  width: 56.5%;
  padding-right: 15px;
  margin: 0;
  position: relative;
  top: 5px;
}
@media (max-width: 991.9px) {
  .aboutUs-ceo.hidden-phone .aboutUs-ceo-img {
    width: 56.7%;
    top: 6px;
  }

  .aboutUs-textContent {
    line-height: 1.87;
  }
}
@media (max-width: 767px) {
  .aboutUs-ceo.hidden-phone .aboutUs-ceo-img {
    width: 54.5%;
  }

  .aboutUs-textContent {
    line-height: 1.7;
  }
  .aboutUs-textContent p {
    padding-left: 0px;
  }
}
@media (max-width: 575.9px) {
  .aboutUs-textContent {
    line-height: 1.8;
  }
}
/* ===================== 20220224新增 社長的話桌機左圖右文 Alvin END =====================*/
/* edit 20220526 for Auto video Start ---------------- */
body.modal-show {
  overflow: hidden;
}
.modal-atuo {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* .animate__animated */
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.modal-video {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
}
.modal-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-btn {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  text-align: right;
}
@media (min-width: 576px) {
  .modal-video {
    width: 72%;
    padding-bottom: 40.5%; /* 16:9 */
    max-width: 1440px;
  }
  .modal-btn {
    width: 72%;
  }
}
.modal-btn .btn {
  display: inline;
  width: auto;
  vertical-align: middle;
  border: none;
  border-radius: 0;
}
.modal-btn .modal-link {
  background-color: #8C1D20;
  color: white;
  text-decoration: none;
}
.modal-btn .modal-close {
  background-color: #DFDFDF;
  color: #4C4C4C;
  font-size: 1.5rem;
  padding: 0.155rem 0.5rem;
}
.modal-btn .modal-close.btn-close {
  vertical-align: top;
  border-radius: 5px;
  background-color: white;
}
@media (min-width: 768px) {
  .modal-btn .modal-close {
    padding: 0.25rem 0.75rem;
  }
}
@media (min-width: 1600px) {
  .modal-video {
    max-width: 1440px;
    padding-bottom: 810px;
  }
  .modal-btn {
    max-width: 1440px;
  }
}
.custom-btn {
  /* width: 130px; */
  /* height: 40px; */
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
  border: none;
  background-color: #1fd1f9;
  background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%);
  color: #fff;
  overflow: hidden;
  letter-spacing: 1.5px;
}
.custom-btn:hover {
    text-decoration: none;
    color: #fff;
}
.custom-btn:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.custom-btn:hover{
  opacity: .7;
}
.custom-btn:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
              inset -4px -4px 6px 0 rgba(255,255,255,.2),
              inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes zoomIn {
  0% {opacity: 0;-webkit-transform: scale3d(.3,.3,.3);transform: scale3d(.3,.3,.3)}
  50% {opacity: 1}
}
@keyframes zoomIn {
  0% {opacity: 0;-webkit-transform: scale3d(.3,.3,.3);transform: scale3d(.3,.3,.3)}
  50% {opacity: 1}
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}
@-webkit-keyframes AladdinLamp {
  20% {opacity: 1;-webkit-transform: translate3d(-20px,0,0) scaleX(.9);transform: translate3d(-20px,0,0) scaleX(.9)}
  to {opacity: 0;-webkit-transform: translate3d(2000px,0,0) scaleX(2);transform: translate3d(2000px,0,0) scaleX(2)}
}
@keyframes AladdinLamp {
  10% {opacity: 1;-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)}
  to {opacity: 0;-webkit-transform: scale(.1) translate3d(2000px,0,0);transform: scale(.1) translate3d(2000px,0,0)}
}
.animate__AladdinLamp {
  -webkit-animation-name: AladdinLamp;
  animation-name: AladdinLamp;
  -webkit-transform-origin: 75% 93%;
  transform-origin: 75% 93%;
}
/* edit 20220526 for Auto video End ---------------- */

/* edit 20240318 for Knows company Start ---------------- */

.knows-tab .tab-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .knows-tab .tab-list {
    margin-bottom: auto;
  }
}
@media (min-width: 1200px) {
  .knows-tab .tab-list {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.knows-tab .tab-item {
  width: auto;
  margin: 0;
}

@media (min-width: 768px) {
  .knows-tab .tab-item {
    width: auto;
    margin: 0;
  }
}

/* 大標 */
.knows-factory-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: black;
}
@media (max-width: 990.98px) {
  .knows-factory-title {
    margin-bottom: 18px;
  }
}
/* 描述 */
.knows-factory-desc {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 71px;
}
@media (max-width: 990.98px) {
  .knows-factory-desc {
    margin-bottom: 40px;
  }
}
/* 次標 */
.knows-factory-sub-title {
  display: inline-block;
  width: 100%;
  padding: 8px;
  text-align: center;
  background: #C40D23;
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
  color: white;
  margin-top: 0;
  margin-bottom: 71px;
}
@media (max-width: 990.98px) {
  .knows-factory-sub-title {
    font-size: 26px;
    margin-top: 18px;
    margin-bottom: 50px;
  }
  }
/* 產品名稱 */
.knows-factory-name {
  font-size: 1.625em;
  line-height: 33px;
  font-weight: 400;
  color: #c9161c;
  position: relative;
  padding-left: 15px;
  margin-bottom: 30px;
  margin-left: 60px;
}
@media (max-width: 991px) {
  .knows-factory-name {
    font-size: 26px;
    margin-left: 0;
    margin-bottom: 25px;
  }
}
.knows-factory-name:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 100%;
  background-color: #c9161c;
  top: 0;
  left: 0;
}
.knows-factory-grid {
  margin-bottom: 64px;
}
.knows-factory-card {
  margin-bottom: 30px;
}
.knows-factory-img img {
  display: block;
}
.knows-factory-img-name {
  position: relative;
  width: 80%;
  padding: 8px;
  margin: 0 auto 0;
  transform: translateY(-50%);
  border-radius: 999px;
  font-size: 26px;
  color: white;
  background-color: #c9161c;
  text-align: center;
  z-index: 1;
}

.knows-factory-img-name-gray {
  position: relative;
  width: 80%;
  padding: 8px;
  margin: 0 auto 0;
  transform: translateY(-50%);
  border-radius: 999px;
  font-size: 26px;
  color: white;
  background-color: #666666;
  text-align: center;
z-index: 1;
}
@media (max-width: 991px) {
  .knows-factory-img-name-gray,
  .knows-factory-img-name {
    font-size: 20px;
  }
}
.knows-factory-card-info {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #666666;
}
@media (max-width: 767.98px) {

  .knows-factory-card-info br {
    display: none;
  }
}
.knows-factory-warning {
  position: relative;
  border: 1px solid #c9161c;
  padding: 10px 70px;
  margin-bottom: 45px;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: black;
}
.knows-factory-warning::before,
.knows-factory-warning::after {
  content: "";
  display: block;
  width: 30px;
  height: 26px;
  background: center / 100% 100% url(../images/member/hint.png);
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
}
.knows-factory-warning::after {
  left: auto;
  right: 35px;
}
@media (max-width: 767.98px) {
  .knows-factory-warning {
    padding: 10px 50px;
    font-size: 18px;
  }
  .knows-factory-warning::before,
  .knows-factory-warning::after {
    left: 10px;
  }
  .knows-factory-warning::after {
    left: auto;
    right: 10px;
  }
    .knows-factory-warning br {
      display: none;
  }
}
/* tablist */
.knows-tab .mySwiper {
  width: 600px;
  margin-top: -90px;
  margin-bottom: 75px;
}
@media all and (max-width: 1199.98px) {
  .knows-tab .mySwiper {
    width: auto;
    margin-top: 0;
    margin-bottom: 35;
  }
}
@media all and (max-width: 767.98px) {
  .knows-tab .mySwiper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .knows-tab .swiper-slide {
    width: 160px !important;
  }
}
.tab-list.swiper-wrapper {
  padding: 0;
}
/* edit 20240318 for Knows company End ---------------- */


/* 20240517 CSR 企業社會責任 */

.csr .sc-tabs {
  margin-top: 0;
  display: none;
}

@media (min-width: 576px) {
  .csr .sc-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.csr .sc-tabs .tab-item {
  margin: 0;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #e5e5e5;
}

.csr .sc-tabs .tab-item:last-child {
  border-right: 0;
}

.csr .sc-tabs .tab-item.active::before {
  content: '';
  display: block;
  position: relative;
  margin: 0 auto 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #c30e23 transparent transparent transparent;
}

.csr .sc-tabs .tab-item a {
  height: auto;
  border: 0;
  font-size: 1em;
}

.csr .sc-tabs .tab-item a::after {
  content: none;
}

.csr .sc-tabSelect {
  width: 100%;
}

.csr .sc-tabContainer {
  margin: 30px auto;
}

.csr .sc-tabContainer .mb-3 {
  margin-bottom: 15px;
}